@xoxno/sdk-js 1.0.61 → 1.0.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/interactor.cjs.js +1 -1
- package/dist/interactor.esm.js +1 -1
- package/dist/sdk/swagger.d.ts +30 -30
- package/package.json +1 -1
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -894,6 +894,36 @@ export declare const endpoints: {
|
|
|
894
894
|
};
|
|
895
895
|
readonly output: NftPaginated;
|
|
896
896
|
};
|
|
897
|
+
readonly '/lending/market-sc': {
|
|
898
|
+
readonly input: {};
|
|
899
|
+
readonly output: string[];
|
|
900
|
+
};
|
|
901
|
+
readonly '/lending/active-accounts': {
|
|
902
|
+
readonly input: {};
|
|
903
|
+
readonly output: number[];
|
|
904
|
+
};
|
|
905
|
+
readonly '/lending/account/:nonce/attributes': {
|
|
906
|
+
readonly input: {};
|
|
907
|
+
readonly output: LendingNftAttributes;
|
|
908
|
+
};
|
|
909
|
+
readonly '/lending/account/:nonce/positions': {
|
|
910
|
+
readonly input: {};
|
|
911
|
+
readonly output: LendingNftAttributes[];
|
|
912
|
+
};
|
|
913
|
+
readonly '/lending/market/:token/price/egld': {
|
|
914
|
+
readonly input: {};
|
|
915
|
+
readonly output: LendingTokenPriceDto;
|
|
916
|
+
};
|
|
917
|
+
readonly '/faucet': {
|
|
918
|
+
readonly input: {};
|
|
919
|
+
readonly output: {};
|
|
920
|
+
readonly POST: {
|
|
921
|
+
readonly input: {};
|
|
922
|
+
readonly output: SuccessDto;
|
|
923
|
+
readonly body: {};
|
|
924
|
+
readonly securityMode: "requiredAny";
|
|
925
|
+
};
|
|
926
|
+
};
|
|
897
927
|
readonly '/user/notifications': {
|
|
898
928
|
readonly input: {
|
|
899
929
|
top?: number;
|
|
@@ -1102,36 +1132,6 @@ export declare const endpoints: {
|
|
|
1102
1132
|
readonly output: AirdropDtoHydrated[];
|
|
1103
1133
|
readonly securityMode: "requiredAny";
|
|
1104
1134
|
};
|
|
1105
|
-
readonly '/lending/market-sc': {
|
|
1106
|
-
readonly input: {};
|
|
1107
|
-
readonly output: string[];
|
|
1108
|
-
};
|
|
1109
|
-
readonly '/lending/active-accounts': {
|
|
1110
|
-
readonly input: {};
|
|
1111
|
-
readonly output: number[];
|
|
1112
|
-
};
|
|
1113
|
-
readonly '/lending/account/:nonce/attributes': {
|
|
1114
|
-
readonly input: {};
|
|
1115
|
-
readonly output: LendingNftAttributes;
|
|
1116
|
-
};
|
|
1117
|
-
readonly '/lending/account/:nonce/positions': {
|
|
1118
|
-
readonly input: {};
|
|
1119
|
-
readonly output: LendingNftAttributes[];
|
|
1120
|
-
};
|
|
1121
|
-
readonly '/lending/market/:token/price/egld': {
|
|
1122
|
-
readonly input: {};
|
|
1123
|
-
readonly output: LendingTokenPriceDto;
|
|
1124
|
-
};
|
|
1125
|
-
readonly '/faucet': {
|
|
1126
|
-
readonly input: {};
|
|
1127
|
-
readonly output: {};
|
|
1128
|
-
readonly POST: {
|
|
1129
|
-
readonly input: {};
|
|
1130
|
-
readonly output: SuccessDto;
|
|
1131
|
-
readonly body: {};
|
|
1132
|
-
readonly securityMode: "requiredAny";
|
|
1133
|
-
};
|
|
1134
|
-
};
|
|
1135
1135
|
readonly '/user/login': {
|
|
1136
1136
|
readonly input: {};
|
|
1137
1137
|
readonly output: {};
|