@mittwald/api-client 4.340.0 → 4.341.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.340.0';
|
|
@@ -3177,6 +3177,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
3177
3177
|
isReady: boolean;
|
|
3178
3178
|
projectHostingId?: string | undefined;
|
|
3179
3179
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
3180
|
+
serverGroupId: string;
|
|
3180
3181
|
serverId?: string | undefined;
|
|
3181
3182
|
serverShortId?: string | undefined;
|
|
3182
3183
|
shortId: string;
|
|
@@ -3241,6 +3242,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
3241
3242
|
customerId: string;
|
|
3242
3243
|
description: string;
|
|
3243
3244
|
disabledReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason | undefined;
|
|
3245
|
+
groupId: string;
|
|
3244
3246
|
id: string;
|
|
3245
3247
|
imageRefId?: string | undefined;
|
|
3246
3248
|
isReady: boolean;
|
|
@@ -3332,6 +3334,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
3332
3334
|
isReady: boolean;
|
|
3333
3335
|
projectHostingId?: string;
|
|
3334
3336
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
3337
|
+
serverGroupId: string;
|
|
3335
3338
|
serverId?: string;
|
|
3336
3339
|
shortId: string;
|
|
3337
3340
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
@@ -27771,6 +27771,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
27771
27771
|
isReady: boolean;
|
|
27772
27772
|
projectHostingId?: string | undefined;
|
|
27773
27773
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
27774
|
+
serverGroupId: string;
|
|
27774
27775
|
serverId?: string | undefined;
|
|
27775
27776
|
serverShortId?: string | undefined;
|
|
27776
27777
|
shortId: string;
|
|
@@ -27821,6 +27822,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
27821
27822
|
isReady: boolean;
|
|
27822
27823
|
projectHostingId?: string | undefined;
|
|
27823
27824
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
27825
|
+
serverGroupId: string;
|
|
27824
27826
|
serverId?: string | undefined;
|
|
27825
27827
|
serverShortId?: string | undefined;
|
|
27826
27828
|
shortId: string;
|
|
@@ -28155,6 +28157,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
28155
28157
|
customerId: string;
|
|
28156
28158
|
description: string;
|
|
28157
28159
|
disabledReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason | undefined;
|
|
28160
|
+
groupId: string;
|
|
28158
28161
|
id: string;
|
|
28159
28162
|
imageRefId?: string | undefined;
|
|
28160
28163
|
isReady: boolean;
|
|
@@ -28190,6 +28193,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
28190
28193
|
customerId: string;
|
|
28191
28194
|
description: string;
|
|
28192
28195
|
disabledReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason | undefined;
|
|
28196
|
+
groupId: string;
|
|
28193
28197
|
id: string;
|
|
28194
28198
|
imageRefId?: string | undefined;
|
|
28195
28199
|
isReady: boolean;
|
|
@@ -28470,6 +28474,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
28470
28474
|
isReady: boolean;
|
|
28471
28475
|
projectHostingId?: string;
|
|
28472
28476
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
28477
|
+
serverGroupId: string;
|
|
28473
28478
|
serverId?: string;
|
|
28474
28479
|
shortId: string;
|
|
28475
28480
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
@@ -28524,6 +28529,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
28524
28529
|
isReady: boolean;
|
|
28525
28530
|
projectHostingId?: string;
|
|
28526
28531
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
28532
|
+
serverGroupId: string;
|
|
28527
28533
|
serverId?: string;
|
|
28528
28534
|
shortId: string;
|
|
28529
28535
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
@@ -5550,6 +5550,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5550
5550
|
isReady: boolean;
|
|
5551
5551
|
projectHostingId?: string;
|
|
5552
5552
|
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
5553
|
+
serverGroupId: string;
|
|
5553
5554
|
serverId?: string;
|
|
5554
5555
|
serverShortId?: string;
|
|
5555
5556
|
shortId: string;
|
|
@@ -5569,6 +5570,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5569
5570
|
customerId: string;
|
|
5570
5571
|
description: string;
|
|
5571
5572
|
disabledReason?: MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason;
|
|
5573
|
+
groupId: string;
|
|
5572
5574
|
id: string;
|
|
5573
5575
|
imageRefId?: string;
|
|
5574
5576
|
/**
|
|
@@ -25819,6 +25821,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
25819
25821
|
isReady: boolean;
|
|
25820
25822
|
projectHostingId?: string;
|
|
25821
25823
|
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
25824
|
+
serverGroupId: string;
|
|
25822
25825
|
serverId?: string;
|
|
25823
25826
|
shortId: string;
|
|
25824
25827
|
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.340.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.341.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.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.341.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.341.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": "
|
|
83
|
+
"gitHead": "a392741b6905f428bc2b2d5dcda32fb412093531"
|
|
84
84
|
}
|