@mittwald/api-client 4.456.0 → 4.457.1
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.457.0';
|
|
@@ -7209,11 +7209,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7209
7209
|
tokenUsed: number;
|
|
7210
7210
|
}[];
|
|
7211
7211
|
}
|
|
7212
|
+
type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
7212
7213
|
interface AihostingCustomerPlans {
|
|
7213
7214
|
modelTermsApprovalRequired: boolean;
|
|
7214
7215
|
plans: MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan[];
|
|
7215
7216
|
}
|
|
7216
|
-
type AihostingCustomerPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingCustomerPlan;
|
|
7217
7217
|
interface AihostingProfile {
|
|
7218
7218
|
planIds: string[];
|
|
7219
7219
|
}
|
|
@@ -7225,11 +7225,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7225
7225
|
planId: string;
|
|
7226
7226
|
projectId: string;
|
|
7227
7227
|
}
|
|
7228
|
-
type AihostingProjectPlanOptions = MittwaldAPIV2.Components.Schemas.AihostingProjectPlans;
|
|
7229
7228
|
interface AihostingProjectPlans {
|
|
7230
7229
|
modelTermsApprovalRequired: boolean;
|
|
7231
7230
|
plans: MittwaldAPIV2.Components.Schemas.AihostingProjectPlan[];
|
|
7232
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.457.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.457.1",
|
|
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,12 +72,12 @@
|
|
|
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.1",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
80
|
-
"@mittwald/react-use-promise": "^2.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.457.1",
|
|
80
|
+
"@mittwald/react-use-promise": "^4.2.3",
|
|
81
81
|
"@types/node": "^22.18.11",
|
|
82
82
|
"@types/react": "^18.3.26",
|
|
83
83
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
@@ -99,12 +99,12 @@
|
|
|
99
99
|
"typescript": "5.7.2"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
|
-
"@mittwald/react-use-promise": "^2.6.0"
|
|
102
|
+
"@mittwald/react-use-promise": "^2.6.0 || ^3.0.0 || ^4.0.0"
|
|
103
103
|
},
|
|
104
104
|
"peerDependenciesMeta": {
|
|
105
105
|
"@mittwald/react-use-promise": {
|
|
106
106
|
"optional": true
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "a3de3305b85be7cc75e4c6fdff310abf54440109"
|
|
110
110
|
}
|