@xoxno/sdk-js 1.0.58 → 1.0.60
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/README.md +6 -0
- 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 +8 -0
- package/package.json +2 -2
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -444,6 +444,14 @@ export declare const endpoints: {
|
|
|
444
444
|
};
|
|
445
445
|
readonly output: LendingPositionStatus[];
|
|
446
446
|
};
|
|
447
|
+
readonly '/lending/leaderboard/liquidate': {
|
|
448
|
+
readonly input: {};
|
|
449
|
+
readonly output: LendingPositionStatus[];
|
|
450
|
+
};
|
|
451
|
+
readonly '/lending/leaderboard/clean-bad-debt': {
|
|
452
|
+
readonly input: {};
|
|
453
|
+
readonly output: LendingPositionStatus[];
|
|
454
|
+
};
|
|
447
455
|
readonly '/lending/stats': {
|
|
448
456
|
readonly input: {};
|
|
449
457
|
readonly output: LendingOverallStats;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xoxno/sdk-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.60",
|
|
4
4
|
"description": "The SDK to interact with the XOXNO Protocol!",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -104,6 +104,6 @@
|
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@multiversx/sdk-core": "^13.17.2",
|
|
106
106
|
"@multiversx/sdk-network-providers": "^2.9.3",
|
|
107
|
-
"@xoxno/types": "^1.0.
|
|
107
|
+
"@xoxno/types": "^1.0.240"
|
|
108
108
|
}
|
|
109
109
|
}
|