File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed
Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 084ea43253074ae6cb7cf6173a6e5f82cd2ed766
1+ # trails-api v1 4075a64caa6cf1a0398a83bb5028ce078b1ff625
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -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 :
You can’t perform that action at this time.
0 commit comments