File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments