Skip to content

Commit 8846dd5

Browse files
kiln-botmenefrego15
andcommitted
Update OpenAPI schema (#248)
* Update OpenAPI schema * bump version --------- Co-authored-by: Kiln Bot <[email protected]> Co-authored-by: menefrego15 <[email protected]>
1 parent 419acdc commit 8846dd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.18",
3+
"version": "4.2.19",
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40113,10 +40113,6 @@ export interface components {
4011340113
* @example 2.02
4011440114
*/
4011540115
net_apy: number;
40116-
/** @description Estimated value of rewards generated for that day in USD. The exchange rate is the rate at the end of the day provided by CoinGecko. */
40117-
rewards_usd: number;
40118-
/** @description Estimated value of the staked balance at the beginning of the day in USD. The exchange rate is the rate at the end of the day provided by CoinGecko. */
40119-
active_balance_usd: number;
4012040116
};
4012140117
SUIRewardByDay: {
4012240118
/**
@@ -40139,6 +40135,10 @@ export interface components {
4013940135
* @example 2.02
4014040136
*/
4014140137
net_apy: number;
40138+
/** @description Estimated value of rewards generated for that day in USD. The exchange rate is the rate at the end of the day provided by CoinGecko. */
40139+
rewards_usd: number;
40140+
/** @description Estimated value of the staked balance at the beginning of the day in USD. The exchange rate is the rate at the end of the day provided by CoinGecko. */
40141+
active_balance_usd: number;
4014240142
};
4014340143
SUITx: {
4014440144
/**

0 commit comments

Comments
 (0)