@xoxno/sdk-js 1.0.30 → 1.0.32

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.
@@ -104,7 +104,7 @@ export declare const endpoints: {
104
104
  readonly POST: {
105
105
  readonly input: {};
106
106
  readonly output: TradesilvaniaSignature;
107
- readonly body: {};
107
+ readonly body: Record<string, string>;
108
108
  readonly securityMode: "requiredAny";
109
109
  };
110
110
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/sdk-js",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "description": "The SDK to interact with the XOXNO Protocol!",
5
5
  "type": "module",
6
6
  "exports": {