@xoxno/sdk-js 1.0.104 → 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.
@@ -398,6 +398,7 @@ export declare const endpoints: {
398
398
  readonly "/user/lending/image/:nonce": {
399
399
  readonly input: {
400
400
  isStatic: boolean;
401
+ chain?: ActivityChain[];
401
402
  };
402
403
  readonly output: string;
403
404
  };
@@ -430,6 +431,7 @@ export declare const endpoints: {
430
431
  orderBy?: LendingPositionOrderByColumn;
431
432
  orderDirection?: KustoOrderDirection;
432
433
  token?: string;
434
+ chain?: ActivityChain[];
433
435
  };
434
436
  readonly output: LendingPositionStatus[];
435
437
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "1.0.104",
3
+ "version": "1.0.105",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {