File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 a6bd8407006d618eae3ff182532e7a9856a1affd
1+ # trails-api v1 29bbde2b9e897c05d4538259d0a8df426b14aca4
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -2181,4 +2181,29 @@ components:
21812181 type : string
21822182 order :
21832183 $ref : ' #/components/schemas/SortOrder'
2184+ AdminRequeueIntentTransactionRequest :
2185+ type : object
2186+ required :
2187+ - intentId
2188+ properties :
2189+ intentId :
2190+ type : string
2191+ origin :
2192+ type : boolean
2193+ destination :
2194+ type : boolean
2195+ originMinAmountOverride :
2196+ type : number
2197+ destinationMinAmountOverride :
2198+ type : number
2199+ AdminRequeueIntentTransactionResponse :
2200+ type : object
2201+ required :
2202+ - status
2203+ - message
2204+ properties :
2205+ status :
2206+ type : boolean
2207+ message :
2208+ type : string
21842209paths :
You can’t perform that action at this time.
0 commit comments