@xoxno/sdk-js 1.0.110 → 1.0.113

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.
@@ -268,7 +268,9 @@ export declare const endpoints: {
268
268
  readonly output: TokenDataDocHydrated[];
269
269
  };
270
270
  readonly "/stellar/tokens": {
271
- readonly input: {};
271
+ readonly input: {
272
+ network?: string[];
273
+ };
272
274
  readonly output: TokenDataDocHydrated[];
273
275
  };
274
276
  readonly "/tokens/restricted": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "1.0.110",
3
+ "version": "1.0.113",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {
@@ -94,6 +94,6 @@
94
94
  "@multiversx/sdk-core": "^15.3.2",
95
95
  "@multiversx/sdk-network-providers": "^2.9.3",
96
96
  "@stellar/stellar-sdk": "^15.0.1",
97
- "@xoxno/types": "^1.0.395"
97
+ "@xoxno/types": "^1.0.398"
98
98
  }
99
99
  }