Skip to content

Commit 896a219

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

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-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.2.8",
3+
"version": "4.2.9",
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10707,6 +10707,11 @@ export interface components {
1070710707
* @example 0x58D97B57BB95320F9a05dC918Aef65434969c2B2
1070810708
*/
1070910709
asset: string;
10710+
/**
10711+
* @description Asset icon of the additional rewards
10712+
* @example https://public.kiln.fi/icons/assets/usdc.svg
10713+
*/
10714+
asset_icon: string;
1071010715
/**
1071110716
* @description Net reward rate of additional rewards of the vault
1071210717
* @example 11.9430363
@@ -38535,12 +38540,12 @@ export interface components {
3853538540
* @description Hex encoded signature
3853638541
* @example 58375aa7640d8f1f9023e30c156d58b1e07e76832814549b6067c03139f057c4b31ee4356fd5785693bbd163004a92fccf53c80c4f720e1cfcce05ba64603709
3853738542
*/
38538-
signature?: string;
38543+
signature: string;
3853938544
/**
3854038545
* @description Address of the signer
3854138546
* @example UQBzQbAszir_fMErkktI7_8Xl2FkhlDUKE4iUGc9V66OMpp1
3854238547
*/
38543-
from?: string;
38548+
from: string;
3854438549
};
3854538550
TONPreparedTx: {
3854638551
/**

0 commit comments

Comments
 (0)