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#
@@ -890,6 +890,28 @@ components:
890890 status :
891891 type : number
892892 example : 400
893+ ErrorQuoteExpired :
894+ type : object
895+ required :
896+ - error
897+ - code
898+ - msg
899+ - status
900+ properties :
901+ error :
902+ type : string
903+ example : " QuoteExpired"
904+ code :
905+ type : number
906+ example : 7001
907+ msg :
908+ type : string
909+ example : " Intent quote has expired. Please try again."
910+ cause :
911+ type : string
912+ status :
913+ type : number
914+ example : 400
893915 ErrorIntentsDisabled :
894916 type : object
895917 required :
@@ -1293,9 +1315,6 @@ components:
12931315 - routeProviders
12941316 - routeProvidersRequestIds
12951317 - routeProvidersFeeUsd
1296- - quoteProvider
1297- - quoteProviderRequestId
1298- - quoteProviderFeeUsd
12991318 - fromAmount
13001319 - fromAmountMin
13011320 - toAmount
@@ -1319,12 +1338,6 @@ components:
13191338 description : ' []float64'
13201339 items :
13211340 type : number
1322- quoteProvider :
1323- type : string
1324- quoteProviderRequestId :
1325- type : string
1326- quoteProviderFeeUsd :
1327- type : number
13281341 fromAmount :
13291342 type : number
13301343 fromAmountMin :
You can’t perform that action at this time.
0 commit comments