Skip to content

Commit 63bdfd1

Browse files
kiln-botLeTamanoir
andauthored
Update OpenAPI schema (#236)
* Update OpenAPI schema * bump version --------- Co-authored-by: Kiln Bot <[email protected]> Co-authored-by: LeTamanoir <[email protected]>
1 parent 896a219 commit 63bdfd1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilnfi/sdk",
3-
"version": "4.2.9",
3+
"version": "4.2.10",
44
"autor": "Kiln <[email protected]> (https://kiln.fi)",
55
"license": "BUSL-1.1",
66
"description": "JavaScript sdk for Kiln API",

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)