@mittwald/api-client 4.372.0 → 4.373.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.371.0';
1
+ export const MittwaldAPIClientVersion = '4.372.0';
@@ -6202,7 +6202,7 @@ export declare namespace MittwaldAPIV2 {
6202
6202
  }
6203
6203
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6204
6204
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6205
- interface OrderInternalProjectHostingOrder {
6205
+ interface OrderInternalServerOrder {
6206
6206
  articleId: string;
6207
6207
  customerId: string;
6208
6208
  description: string;
@@ -6211,7 +6211,7 @@ export declare namespace MittwaldAPIV2 {
6211
6211
  recommendationCode?: string;
6212
6212
  useFreeTrial?: boolean;
6213
6213
  }
6214
- interface OrderInternalServerOrder {
6214
+ interface OrderInternalProjectHostingOrder {
6215
6215
  articleId: string;
6216
6216
  customerId: string;
6217
6217
  description: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.371.0';
1
+ export declare const MittwaldAPIClientVersion = '4.372.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.372.0",
3
+ "version": "4.373.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,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.372.0",
49
+ "@mittwald/api-client-commons": "^4.373.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.372.0",
53
+ "@mittwald/api-code-generator": "^4.373.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "78f157137743fcdcdfcde66fe2e6b9eec50afedc"
83
+ "gitHead": "565ef6c25384ccc029a688b9ef602498cbfde344"
84
84
  }