@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.
@@ -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[];
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.104",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {