Skip to content

Commit 672fa90

Browse files
kiln-botEllzer
andauthored
Update OpenAPI schema (#218)
* Update OpenAPI schema * bump version --------- Co-authored-by: Kiln Bot <[email protected]> Co-authored-by: Elliott Denis <[email protected]>
1 parent 9c246e7 commit 672fa90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.22",
3+
"version": "4.1.23",
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36188,6 +36188,11 @@ export interface components {
3618836188
* @example 13749
3618936189
*/
3619036190
claimable_rewards: string;
36191+
/**
36192+
* @description Frozen v1 TRX in sun
36193+
* @example 1000000
36194+
*/
36195+
frozen_v1_balance: string;
3619136196
/**
3619236197
* @description Frozen TRX for bandwidth in sun
3619336198
* @example 1000000

0 commit comments

Comments
 (0)