@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.
- package/dist/sdk/swagger.d.ts +2 -0
- package/package.json +1 -1
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -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
|
};
|