Skip to content

Commit 89b6590

Browse files
chore: auto-convert OpenAPI YAML to JSON
1 parent 86415bc commit 89b6590

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

api-reference/trails-api.gen.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,19 +2423,34 @@
24232423
"properties": {
24242424
"intentId": {
24252425
"type": "string"
2426+
},
2427+
"lastReceiptStates": {
2428+
"type": "array",
2429+
"description": "[]TransactionStatus",
2430+
"items": {
2431+
"$ref": "#/components/schemas/TransactionStatus"
2432+
}
24262433
}
24272434
}
24282435
},
24292436
"WaitIntentReceiptResponse": {
24302437
"type": "object",
24312438
"required": [
24322439
"intentReceipt",
2440+
"receiptStates",
24332441
"done"
24342442
],
24352443
"properties": {
24362444
"intentReceipt": {
24372445
"$ref": "#/components/schemas/IntentReceipt"
24382446
},
2447+
"receiptStates": {
2448+
"type": "array",
2449+
"description": "[]TransactionStatus",
2450+
"items": {
2451+
"$ref": "#/components/schemas/TransactionStatus"
2452+
}
2453+
},
24392454
"done": {
24402455
"type": "boolean"
24412456
}

0 commit comments

Comments
 (0)