@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "1.0.81",
3
+ "version": "1.0.84",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {