Skip to content

Commit a0a5ae2

Browse files
kiln-botEllzer
andauthored
Update OpenAPI schema (#213)
* Update OpenAPI schema * bump version --------- Co-authored-by: Kiln Bot <[email protected]> Co-authored-by: Elliott Denis <[email protected]>
1 parent 4d8ddec commit a0a5ae2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.19",
3+
"version": "4.1.20",
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36233,6 +36233,11 @@ export interface components {
3623336233
* @example 2021-01-01T00:00:00Z
3623436234
*/
3623536235
updated_at: string;
36236+
/**
36237+
* @description Total rewards earned from kiln validator in sun
36238+
* @example 135375
36239+
*/
36240+
rewards: string;
3623636241
};
3623736242
TRXReward: {
3623836243
/**
@@ -36253,7 +36258,7 @@ export interface components {
3625336258
net_apy: number;
3625436259
/**
3625536260
* @description Stake balance in sun used to vote for Kiln at the end of day
36256-
* @example 4
36261+
* @example 4000000
3625736262
*/
3625836263
effective_balance: string;
3625936264
/**

0 commit comments

Comments
 (0)