Skip to content

Commit cd75815

Browse files
committed
Update OpenAPI schema
1 parent 896a219 commit cd75815

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/openapi/schema.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10794,6 +10794,11 @@ export interface components {
1079410794
skip_gas_estimation: boolean;
1079510795
};
1079610796
DefiCraftDepositTxPayload: {
10797+
/**
10798+
* @description Kiln Account ID to link the deposit to
10799+
* @example 92f5bfd4-ea38-4824-84f7-686eddff5539
10800+
*/
10801+
account_id?: string;
1079710802
/**
1079810803
* @description The Ethereum address of the user initiating the deposit.
1079910804
* @example 0x991c468AbcE2b4DD627a6210C145373EbABdd186

0 commit comments

Comments
 (0)