@xoxno/sdk-js 1.0.103 → 1.0.104
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 +4 -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[];
|