@mittwald/api-client 4.439.0 → 4.440.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.438.0';
1
+ export const MittwaldAPIClientVersion = '4.439.0';
@@ -6481,7 +6481,7 @@ export declare namespace MittwaldAPIV2 {
6481
6481
  name: string;
6482
6482
  }
6483
6483
  type ProjectDisableReason = "maliciousCode" | "illegalContent" | "maliciousConduct" | "suspended";
6484
- type ProjectProjectFeature = "redis" | "node" | "container";
6484
+ type ProjectProjectFeature = "redis" | "node" | "runtimeApps" | "container";
6485
6485
  interface ProjectProjectListItem {
6486
6486
  backupStorageUsageInBytes: number;
6487
6487
  backupStorageUsageInBytesSetAt: string;
@@ -6485,7 +6485,7 @@ export declare namespace MittwaldAPIV3Next {
6485
6485
  name: string;
6486
6486
  }
6487
6487
  type DeMittwaldProjectDisableReason = "maliciousCode" | "illegalContent" | "maliciousConduct" | "suspended";
6488
- type DeMittwaldProjectProjectFeature = "redis" | "node" | "container";
6488
+ type DeMittwaldProjectProjectFeature = "redis" | "node" | "runtimeApps" | "container";
6489
6489
  interface DeMittwaldProjectProjectListItem {
6490
6490
  backupStorageUsageInBytes: number;
6491
6491
  backupStorageUsageInBytesSetAt: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.438.0';
1
+ export declare const MittwaldAPIClientVersion = '4.439.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.439.0",
3
+ "version": "4.440.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",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.439.0",
75
+ "@mittwald/api-client-commons": "^4.440.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.439.0",
79
+ "@mittwald/api-code-generator": "^4.440.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "bd98b678fd5f58ef2284dcd31d8b1c2086c43ac0"
109
+ "gitHead": "5acd6a8048a3e57ef72daebbf41f8d8403baa9d1"
110
110
  }