@xoxno/sdk-js 1.0.103 → 1.0.105

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.
@@ -267,6 +267,10 @@ export declare const endpoints: {
267
267
  readonly input: {};
268
268
  readonly output: TokenDataDocHydrated[];
269
269
  };
270
+ readonly "/stellar/tokens": {
271
+ readonly input: {};
272
+ readonly output: TokenDataDocHydrated[];
273
+ };
270
274
  readonly "/tokens/restricted": {
271
275
  readonly input: {};
272
276
  readonly output: string[];
@@ -394,6 +398,7 @@ export declare const endpoints: {
394
398
  readonly "/user/lending/image/:nonce": {
395
399
  readonly input: {
396
400
  isStatic: boolean;
401
+ chain?: ActivityChain[];
397
402
  };
398
403
  readonly output: string;
399
404
  };
@@ -426,6 +431,7 @@ export declare const endpoints: {
426
431
  orderBy?: LendingPositionOrderByColumn;
427
432
  orderDirection?: KustoOrderDirection;
428
433
  token?: string;
434
+ chain?: ActivityChain[];
429
435
  };
430
436
  readonly output: LendingPositionStatus[];
431
437
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "1.0.103",
3
+ "version": "1.0.105",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {