Skip to content

Commit 16005a1

Browse files
committed
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent e025128 commit 16005a1

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 f143a5dae32057ecbd675951259345fe1053b900
1+
# trails-api v1 35c8448f49399dff5d5e1f01e1155366058af4e5
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -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:

0 commit comments

Comments
 (0)