Skip to content

Commit 6ccdb23

Browse files
committed
[AUTOMATED] Update: proto/docs/trails-api.gen.yaml
1 parent 14a144a commit 6ccdb23

File tree

1 file changed

+103
-1
lines changed

1 file changed

+103
-1
lines changed

docs/pages/api/trails-api/trails-api.gen.yaml

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# trails-api v0.4.0 3d9ae6bed4d4f4844eb3472b6bb91076d99dff25
1+
# trails-api v0.4.0 7a45943fb3983be796597cd3ae3b06356faf4d90
22
# --
33
# Code generated by [email protected] with openapi generator; DO NOT EDIT
44
#
@@ -975,6 +975,41 @@ components:
975975
type: string
976976
createdAt:
977977
type: string
978+
IntentTransaction:
979+
type: object
980+
required:
981+
- originIntentAddress
982+
- destinationIntentAddress
983+
- mainSigner
984+
properties:
985+
originIntentAddress:
986+
type: string
987+
destinationIntentAddress:
988+
type: string
989+
mainSigner:
990+
type: string
991+
metaTxnId:
992+
type: string
993+
txnHash:
994+
type: string
995+
executionStatus:
996+
type: string
997+
originChainId:
998+
type: number
999+
destinationChainId:
1000+
type: number
1001+
originTokenAddress:
1002+
type: string
1003+
originTokenAmount:
1004+
type: string
1005+
destinationTokenAddress:
1006+
type: string
1007+
destinationTokenAmount:
1008+
type: string
1009+
destinationToAddress:
1010+
type: string
1011+
createdAt:
1012+
type: string
9781013
MetaTxnReceipt:
9791014
type: object
9801015
required:
@@ -1256,6 +1291,73 @@ components:
12561291
$ref: '#/components/schemas/TradeType'
12571292
exactInputOriginalTokenAmount:
12581293
type: string
1294+
CommitIntentConfigParams:
1295+
type: object
1296+
required:
1297+
- originIntentAddress
1298+
- destinationIntentAddress
1299+
- mainSigner
1300+
- calls
1301+
- preconditions
1302+
properties:
1303+
originIntentAddress:
1304+
type: string
1305+
destinationIntentAddress:
1306+
type: string
1307+
mainSigner:
1308+
type: string
1309+
calls:
1310+
type: array
1311+
description: '[]IntentCallsPayload'
1312+
items:
1313+
$ref: '#/components/schemas/IntentCallsPayload'
1314+
preconditions:
1315+
type: array
1316+
description: '[]IntentPrecondition'
1317+
items:
1318+
$ref: '#/components/schemas/IntentPrecondition'
1319+
addressOverrides:
1320+
$ref: '#/components/schemas/AddressOverrides'
1321+
requestParams:
1322+
$ref: '#/components/schemas/IntentRequestParams'
1323+
IntentRequestParams:
1324+
type: object
1325+
required:
1326+
- version
1327+
- userAddress
1328+
- destinationChainId
1329+
- destinationTokenAddress
1330+
- destinationTokenAmount
1331+
- destinationToAddress
1332+
- originChainId
1333+
- originTokenAddress
1334+
- originTokenAmount
1335+
- createdAt
1336+
properties:
1337+
version:
1338+
type: string
1339+
userAddress:
1340+
type: string
1341+
destinationChainId:
1342+
type: number
1343+
destinationTokenAddress:
1344+
type: string
1345+
destinationTokenAmount:
1346+
type: string
1347+
destinationToAddress:
1348+
type: string
1349+
originChainId:
1350+
type: number
1351+
originTokenAddress:
1352+
type: string
1353+
originTokenAmount:
1354+
type: string
1355+
destinationCallData:
1356+
type: string
1357+
destinationCallValue:
1358+
type: string
1359+
createdAt:
1360+
type: string
12591361
IntentCallsPayloads:
12601362
type: object
12611363
required:

0 commit comments

Comments
 (0)