@mittwald/api-client 4.455.0 → 4.457.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.456.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;
|
|
@@ -7210,18 +7209,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7210
7209
|
tokenUsed: number;
|
|
7211
7210
|
}[];
|
|
7212
7211
|
}
|
|
7212
|
+
type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
7213
7213
|
interface AihostingCustomerPlans {
|
|
7214
7214
|
modelTermsApprovalRequired: boolean;
|
|
7215
7215
|
plans: MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
|
|
7216
7216
|
}
|
|
7217
|
-
interface AihostingProjectPlans {
|
|
7218
|
-
modelTermsApprovalRequired: boolean;
|
|
7219
|
-
plans: MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
|
|
7220
|
-
}
|
|
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
|
+
interface AihostingProjectPlans {
|
|
7229
|
+
modelTermsApprovalRequired: boolean;
|
|
7230
|
+
plans: MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
|
|
7231
|
+
}
|
|
7232
|
+
type AihostingProjectPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
|
|
7233
7233
|
interface ContainerServiceLogsAnalysis {
|
|
7234
7234
|
recommendation?: string;
|
|
7235
7235
|
summary: string;
|
|
@@ -7196,6 +7196,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7196
7196
|
}
|
|
7197
7197
|
type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
7198
7198
|
type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
7199
|
+
type DeMittwaldAihostingCustomerPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
|
|
7199
7200
|
interface DeMittwaldAihostingCustomerPlan {
|
|
7200
7201
|
customerId: string;
|
|
7201
7202
|
deletedAt?: string;
|
|
@@ -7213,14 +7214,18 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7213
7214
|
tokenUsed: number;
|
|
7214
7215
|
}[];
|
|
7215
7216
|
}
|
|
7216
|
-
type DeMittwaldAihostingCustomerPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan;
|
|
7217
7217
|
interface DeMittwaldAihostingCustomerPlans {
|
|
7218
7218
|
modelTermsApprovalRequired: boolean;
|
|
7219
7219
|
plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingCustomerPlan[];
|
|
7220
7220
|
}
|
|
7221
|
+
interface DeMittwaldAihostingProjectPlans {
|
|
7222
|
+
modelTermsApprovalRequired: boolean;
|
|
7223
|
+
plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
|
|
7224
|
+
}
|
|
7221
7225
|
interface DeMittwaldAihostingProfile {
|
|
7222
7226
|
planIds: string[];
|
|
7223
7227
|
}
|
|
7228
|
+
type DeMittwaldAihostingProjectPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
|
|
7224
7229
|
interface DeMittwaldAihostingProjectPlan {
|
|
7225
7230
|
description?: string;
|
|
7226
7231
|
keys: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingPlanUsage;
|
|
@@ -7229,11 +7234,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
7229
7234
|
planId: string;
|
|
7230
7235
|
projectId: string;
|
|
7231
7236
|
}
|
|
7232
|
-
type DeMittwaldAihostingProjectPlanOptions = MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlans;
|
|
7233
|
-
interface DeMittwaldAihostingProjectPlans {
|
|
7234
|
-
modelTermsApprovalRequired: boolean;
|
|
7235
|
-
plans: MittwaldAPIV3Next.Components.Schemas.DeMittwaldAihostingProjectPlan[];
|
|
7236
|
-
}
|
|
7237
7237
|
interface DeMittwaldContainerServiceLogsAnalysis {
|
|
7238
7238
|
recommendation?: string;
|
|
7239
7239
|
summary: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.456.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.457.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.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.457.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.457.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": "
|
|
109
|
+
"gitHead": "4d5edb6a54bd675f5b537e340da52a34fc584d2b"
|
|
110
110
|
}
|