@0xmonaco/types 0.8.19 → 0.8.20

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.
@@ -6037,13 +6037,6 @@ export interface operations {
6037
6037
  };
6038
6038
  content?: never;
6039
6039
  };
6040
- /** @description Only master accounts can view sub-account limits */
6041
- 403: {
6042
- headers: {
6043
- [name: string]: unknown;
6044
- };
6045
- content?: never;
6046
- };
6047
6040
  /** @description Sub-account not found */
6048
6041
  404: {
6049
6042
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xmonaco/types",
3
- "version": "0.8.19",
3
+ "version": "0.8.20",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "lint": "biome lint ."
21
21
  },
22
22
  "dependencies": {
23
- "@0xmonaco/contracts": "0.8.19",
23
+ "@0xmonaco/contracts": "0.8.20",
24
24
  "zod": "^4.1.12"
25
25
  },
26
26
  "peerDependencies": {