Skip to content

Commit 9bd7b10

Browse files
kiln-botmenefrego15
andcommitted
Update OpenAPI schema (#223)
* Update OpenAPI schema * bump v4.1.26 --------- Co-authored-by: Kiln Bot <[email protected]> Co-authored-by: ilies <[email protected]>
1 parent 01e3372 commit 9bd7b10

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.1.24",
3+
"version": "4.1.26",
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9844,10 +9844,9 @@ export interface components {
98449844
amount_wei: string;
98459845
/**
98469846
* @description Enable compounding withdrawal
9847-
* @default false
98489847
* @example false
98499848
*/
9850-
compounding_withdrawal: boolean;
9849+
compounding_withdrawal?: boolean;
98519850
/**
98529851
* @description Ethereum fee-recipient address for execution rewards.
98539852
* Uses the `wallet` both for consensus and execution rewards if not specified.

0 commit comments

Comments
 (0)