Skip to content

Commit 9e9ce3c

Browse files
kiln-botLeTamanoir
andauthored
Update OpenAPI schema (#145)
* Update OpenAPI schema * bump to 3.1.10 --------- Co-authored-by: Kiln Bot <[email protected]> Co-authored-by: Martin Saldinger <[email protected]>
1 parent bae2f63 commit 9e9ce3c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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": "3.1.9",
3+
"version": "3.1.10",
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36583,7 +36583,7 @@ export interface operations {
3658336583
};
3658436584
content: {
3658536585
"application/json; charset=utf-8": {
36586-
data?: components["schemas"]["OSMOStake"][];
36586+
data: components["schemas"]["OSMOStake"][];
3658736587
};
3658836588
};
3658936589
};
@@ -37566,7 +37566,7 @@ export interface operations {
3756637566
};
3756737567
content: {
3756837568
"application/json; charset=utf-8": {
37569-
data?: components["schemas"]["DOTStake"][];
37569+
data: components["schemas"]["DOTStake"][];
3757037570
};
3757137571
};
3757237572
};
@@ -37671,7 +37671,7 @@ export interface operations {
3767137671
};
3767237672
content: {
3767337673
"application/json; charset=utf-8": {
37674-
data?: components["schemas"]["DOTOperationStaking"][];
37674+
data: components["schemas"]["DOTOperationStaking"][];
3767537675
};
3767637676
};
3767737677
};
@@ -38657,7 +38657,7 @@ export interface operations {
3865738657
};
3865838658
content: {
3865938659
"application/json; charset=utf-8": {
38660-
data?: components["schemas"]["KSMStake"][];
38660+
data: components["schemas"]["KSMStake"][];
3866138661
};
3866238662
};
3866338663
};
@@ -38762,7 +38762,7 @@ export interface operations {
3876238762
};
3876338763
content: {
3876438764
"application/json; charset=utf-8": {
38765-
data?: components["schemas"]["KSMOperationStaking"][];
38765+
data: components["schemas"]["KSMOperationStaking"][];
3876638766
};
3876738767
};
3876838768
};
@@ -39759,7 +39759,7 @@ export interface operations {
3975939759
};
3976039760
content: {
3976139761
"application/json; charset=utf-8": {
39762-
data?: components["schemas"]["DYDXStake"][];
39762+
data: components["schemas"]["DYDXStake"][];
3976339763
};
3976439764
};
3976539765
};
@@ -40075,7 +40075,7 @@ export interface operations {
4007540075
};
4007640076
content: {
4007740077
"application/json; charset=utf-8": {
40078-
data?: {
40078+
data: {
4007940079
/**
4008040080
* @description The balance of the account
4008140081
* @example 1000000
@@ -40570,7 +40570,7 @@ export interface operations {
4057040570
};
4057140571
content: {
4057240572
"application/json; charset=utf-8": {
40573-
data?: components["schemas"]["TIAStake"][];
40573+
data: components["schemas"]["TIAStake"][];
4057440574
};
4057540575
};
4057640576
};
@@ -41324,7 +41324,7 @@ export interface operations {
4132441324
};
4132541325
content: {
4132641326
"application/json; charset=utf-8": {
41327-
data?: components["schemas"]["ZETAStake"][];
41327+
data: components["schemas"]["ZETAStake"][];
4132841328
};
4132941329
};
4133041330
};
@@ -42795,7 +42795,7 @@ export interface operations {
4279542795
};
4279642796
content: {
4279742797
"application/json; charset=utf-8": {
42798-
data?: components["schemas"]["FETStake"][];
42798+
data: components["schemas"]["FETStake"][];
4279942799
};
4280042800
};
4280142801
};
@@ -43608,7 +43608,7 @@ export interface operations {
4360843608
};
4360943609
content: {
4361043610
"application/json; charset=utf-8": {
43611-
data?: components["schemas"]["INJStake"][];
43611+
data: components["schemas"]["INJStake"][];
4361243612
};
4361343613
};
4361443614
};

0 commit comments

Comments
 (0)