@mittwald/api-client 4.81.0 → 4.82.0

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.
@@ -3228,6 +3228,9 @@ export declare namespace MittwaldAPIV2 {
3228
3228
  authCode?: string;
3229
3229
  domain: string;
3230
3230
  handleData: {
3231
+ /**
3232
+ * @deprecated
3233
+ */
3231
3234
  adminC?: MittwaldAPIV2.Components.Schemas.OrderDomainHandleField[];
3232
3235
  /**
3233
3236
  * @minItems 1
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.80.0';
1
+ export declare const MittwaldAPIClientVersion = '4.81.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.81.0",
3
+ "version": "4.82.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -46,39 +46,39 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.60.0",
49
+ "@mittwald/api-client-commons": "^4.81.1",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.60.0",
54
- "@mittwald/react-use-promise": "^2.5.0",
55
- "@types/node": "^20.14.14",
56
- "@types/react": "^18.3.3",
53
+ "@mittwald/api-code-generator": "^4.81.1",
54
+ "@mittwald/react-use-promise": "^2.6.0",
55
+ "@types/node": "^22.10.1",
56
+ "@types/react": "^18.3.14",
57
57
  "@typescript-eslint/eslint-plugin": "^7.18.0",
58
58
  "@typescript-eslint/parser": "^7.18.0",
59
59
  "concurrently": "^8.2.2",
60
- "eslint": "^8.57.0",
60
+ "eslint": "^8.57.1",
61
61
  "eslint-config-prettier": "^9.1.0",
62
62
  "eslint-plugin-json": "^3.1.0",
63
63
  "eslint-plugin-prettier": "^5.2.1",
64
64
  "has-flag": "^5.0.1",
65
- "prettier": "^3.3.3",
65
+ "prettier": "^3.4.2",
66
66
  "prettier-plugin-jsdoc": "^1.3.0",
67
67
  "prettier-plugin-pkgsort": "^0.2.1",
68
68
  "prettier-plugin-sort-json": "^3.1.0",
69
69
  "react": "^18.3.1",
70
70
  "read-pkg": "^9.0.1",
71
71
  "rimraf": "^5.0.10",
72
- "tsx": "^4.16.5",
73
- "typescript": "5.5.4"
72
+ "tsx": "^4.19.2",
73
+ "typescript": "5.7.2"
74
74
  },
75
75
  "peerDependencies": {
76
- "@mittwald/react-use-promise": "^2.3.12"
76
+ "@mittwald/react-use-promise": "^2.6.0"
77
77
  },
78
78
  "peerDependenciesMeta": {
79
79
  "@mittwald/react-use-promise": {
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "9b864518647e619a17a455e32690378db5300610"
83
+ "gitHead": "f3b2fa9c5174b8cb4d9e4e5db964e4cd4ead718e"
84
84
  }