File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 f143a5dae32057ecbd675951259345fe1053b900
1+ # trails-api v1 35c8448f49399dff5d5e1f01e1155366058af4e5
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -2031,6 +2031,26 @@ components:
20312031 $ref : ' #/components/schemas/IntentSummary'
20322032 nextPage :
20332033 $ref : ' #/components/schemas/Page'
2034+ RequeueIntentRequest :
2035+ type : object
2036+ required :
2037+ - intentId
2038+ properties :
2039+ intentId :
2040+ type : string
2041+ RequeueIntentResponse :
2042+ type : object
2043+ required :
2044+ - intentId
2045+ - requeuedTransactions
2046+ - status
2047+ properties :
2048+ intentId :
2049+ type : string
2050+ requeuedTransactions :
2051+ type : number
2052+ status :
2053+ $ref : ' #/components/schemas/IntentStatus'
20342054 GetTokenPricesRequest :
20352055 type : object
20362056 required :
You can’t perform that action at this time.
0 commit comments