Skip to content

Commit 93a5073

Browse files
committed
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent d26e228 commit 93a5073

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 084ea43253074ae6cb7cf6173a6e5f82cd2ed766
1+
# trails-api v1 4075a64caa6cf1a0398a83bb5028ce078b1ff625
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -893,6 +893,28 @@ components:
893893
status:
894894
type: number
895895
example: 400
896+
ErrorQuoteExpired:
897+
type: object
898+
required:
899+
- error
900+
- code
901+
- msg
902+
- status
903+
properties:
904+
error:
905+
type: string
906+
example: "QuoteExpired"
907+
code:
908+
type: number
909+
example: 7001
910+
msg:
911+
type: string
912+
example: "Intent quote has expired. Please try again."
913+
cause:
914+
type: string
915+
status:
916+
type: number
917+
example: 400
896918
ErrorIntentsDisabled:
897919
type: object
898920
required:
@@ -1296,9 +1318,6 @@ components:
12961318
- routeProviders
12971319
- routeProvidersRequestIds
12981320
- routeProvidersFeeUsd
1299-
- quoteProvider
1300-
- quoteProviderRequestId
1301-
- quoteProviderFeeUsd
13021321
- fromAmount
13031322
- fromAmountMin
13041323
- toAmount
@@ -1322,12 +1341,6 @@ components:
13221341
description: '[]float64'
13231342
items:
13241343
type: number
1325-
quoteProvider:
1326-
type: string
1327-
quoteProviderRequestId:
1328-
type: string
1329-
quoteProviderFeeUsd:
1330-
type: number
13311344
fromAmount:
13321345
type: number
13331346
fromAmountMin:

0 commit comments

Comments
 (0)