Skip to content

Commit bffa54a

Browse files
kiln-botmenefrego15
andcommitted
Update OpenAPI schema (#242)
* Update OpenAPI schema * bump version --------- Co-authored-by: Kiln Bot <[email protected]> Co-authored-by: menefrego15 <[email protected]>
1 parent 32d9b1a commit bffa54a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.14",
3+
"version": "4.2.15",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40305,10 +40305,10 @@ export interface components {
4030540305
*/
4030640306
validator_address: string;
4030740307
/**
40308-
* @description Amount of SUI to stake
40308+
* @description Amount of SUI in mist to stake
4030940309
* @example 1817090696
4031040310
*/
40311-
amount: string;
40311+
amount_mist: string;
4031240312
/**
4031340313
* Format: uuid
4031440314
* @description Kiln Account ID to stake into
@@ -40340,10 +40340,10 @@ export interface components {
4034040340
*/
4034140341
sender: string;
4034240342
/**
40343-
* @description Amount of SUI to send
40343+
* @description Amount of SUI in mist to send
4034440344
* @example 1817090696
4034540345
*/
40346-
amount: string;
40346+
amount_mist: string;
4034740347
/**
4034840348
* @description Recipient address
4034940349
* @example 0x92c7bf9914897e8878e559c19a6cffd22e6a569a6dd4d26f8e82e0f2ad1873d6
@@ -40357,10 +40357,10 @@ export interface components {
4035740357
*/
4035840358
stake_id: string;
4035940359
/**
40360-
* @description Amount of SUI to split
40360+
* @description Amount of SUI in mist to split
4036140361
* @example 1817090696
4036240362
*/
40363-
amount: string;
40363+
amount_mist: string;
4036440364
/**
4036540365
* Format: uuid
4036640366
* @description Kiln Account ID to stake into

0 commit comments

Comments
 (0)