@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.
- package/README.md +3 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/sdk/swagger.d.ts +6 -0
- package/package.json +1 -1
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -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
|
};
|