Skip to content

Commit 0883067

Browse files
committed
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent 79a8377 commit 0883067

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

api-reference/trails-api.gen.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v1 a426bd90b09b82411861e1ba36d7ec2a9a9da835
1+
# trails-api v1 588ce5fb673239f382cf61c41602dd786b3fb6d6
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -960,6 +960,7 @@ components:
960960
- EXECUTING
961961
- FAILED
962962
- SUCCEEDED
963+
- ABORTED
963964
TransactionType:
964965
type: string
965966
description: Represented as uint8 on the server side
@@ -2076,6 +2077,29 @@ components:
20762077
$ref: '#/components/schemas/IntentSummary'
20772078
nextPage:
20782079
$ref: '#/components/schemas/Page'
2080+
AbortIntentRequest:
2081+
type: object
2082+
required:
2083+
- intentId
2084+
- chainId
2085+
- abortTransactionHash
2086+
properties:
2087+
intentId:
2088+
type: string
2089+
chainId:
2090+
type: number
2091+
abortTransactionHash:
2092+
type: string
2093+
AbortIntentResponse:
2094+
type: object
2095+
required:
2096+
- intentId
2097+
- status
2098+
properties:
2099+
intentId:
2100+
type: string
2101+
status:
2102+
$ref: '#/components/schemas/IntentStatus'
20792103
GetTokenPricesRequest:
20802104
type: object
20812105
required:

0 commit comments

Comments
 (0)