@xoxno/sdk-js 1.0.81 → 1.0.84
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 +3 -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 +4 -0
- package/package.json +1 -1
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -920,6 +920,10 @@ export declare const endpoints: {
|
|
|
920
920
|
readonly input: {};
|
|
921
921
|
readonly output: Record<string, number>;
|
|
922
922
|
};
|
|
923
|
+
readonly '/lending/sync-account-positions': {
|
|
924
|
+
readonly input: {};
|
|
925
|
+
readonly output: LendingNftAttributes[];
|
|
926
|
+
};
|
|
923
927
|
readonly '/lending/market/:token/price/egld': {
|
|
924
928
|
readonly input: {};
|
|
925
929
|
readonly output: LendingTokenPriceDto;
|