@xoxno/sdk-js 1.0.111 → 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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/sdk/swagger.d.ts +3 -1
- package/package.json +2 -2
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
97
|
+
"@xoxno/types": "^1.0.398"
|
|
98
98
|
}
|
|
99
99
|
}
|