@mittwald/api-client 4.455.0 → 4.456.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.454.0';
1
+ export const MittwaldAPIClientVersion = '4.455.0';
@@ -7192,7 +7192,6 @@ export declare namespace MittwaldAPIV2 {
7192
7192
  }
7193
7193
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
7194
7194
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
7195
- type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
7196
7195
  interface AihostingCustomerPlan {
7197
7196
  customerId: string;
7198
7197
  deletedAt?: string;
@@ -7214,14 +7213,10 @@ export declare namespace MittwaldAPIV2 {
7214
7213
  modelTermsApprovalRequired: boolean;
7215
7214
  plans: MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
7216
7215
  }
7217
- interface AihostingProjectPlans {
7218
- modelTermsApprovalRequired: boolean;
7219
- plans: MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
7220
- }
7216
+ type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
7221
7217
  interface AihostingProfile {
7222
7218
  planIds: string[];
7223
7219
  }
7224
- type AihostingProjectPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
7225
7220
  interface AihostingProjectPlan {
7226
7221
  description?: string;
7227
7222
  keys: MittwaldAPIV2.Components.Schemas.AihostingPlanUsage;
@@ -7230,6 +7225,11 @@ export declare namespace MittwaldAPIV2 {
7230
7225
  planId: string;
7231
7226
  projectId: string;
7232
7227
  }
7228
+ type AihostingProjectPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
7229
+ interface AihostingProjectPlans {
7230
+ modelTermsApprovalRequired: boolean;
7231
+ plans: MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
7232
+ }
7233
7233
  interface ContainerServiceLogsAnalysis {
7234
7234
  recommendation?: string;
7235
7235
  summary: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.454.0';
1
+ export declare const MittwaldAPIClientVersion = '4.455.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.455.0",
3
+ "version": "4.456.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.455.0",
75
+ "@mittwald/api-client-commons": "^4.456.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.455.0",
79
+ "@mittwald/api-code-generator": "^4.456.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": "1d10c78aad37f31d1716253bc0a95188da3c72f7"
109
+ "gitHead": "a43c321712f35b6f46dff3f28ab025cc2a5779f2"
110
110
  }