We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9583b commit 49f86e2Copy full SHA for 49f86e2
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kilnfi/sdk",
3
- "version": "4.2.9",
+ "version": "4.2.10",
4
"autor": "Kiln <support@kiln.fi> (https://kiln.fi)",
5
"license": "BUSL-1.1",
6
"description": "JavaScript sdk for Kiln API",
src/openapi/schema.ts
@@ -10794,6 +10794,11 @@ export interface components {
10794
skip_gas_estimation: boolean;
10795
};
10796
DefiCraftDepositTxPayload: {
10797
+ /**
10798
+ * @description Kiln Account ID to link the deposit to
10799
+ * @example 92f5bfd4-ea38-4824-84f7-686eddff5539
10800
+ */
10801
+ account_id?: string;
10802
/**
10803
* @description The Ethereum address of the user initiating the deposit.
10804
* @example 0x991c468AbcE2b4DD627a6210C145373EbABdd186
0 commit comments