@mittwald/api-client 4.108.0 → 4.109.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.108.0';
|
|
@@ -3699,32 +3699,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3699
3699
|
webStorageUsageInBytes: number;
|
|
3700
3700
|
webStorageUsageInBytesSetAt: string;
|
|
3701
3701
|
}
|
|
3702
|
-
interface ProjectScaling {
|
|
3703
|
-
maximum: number;
|
|
3704
|
-
minimum: number;
|
|
3705
|
-
}
|
|
3706
3702
|
type ProjectServerDisableReason = "suspended";
|
|
3707
|
-
interface ProjectServerInternal {
|
|
3708
|
-
clusterName: string;
|
|
3709
|
-
createdAt: string;
|
|
3710
|
-
customerId: string;
|
|
3711
|
-
description: string;
|
|
3712
|
-
disabledReason?: MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason;
|
|
3713
|
-
id: string;
|
|
3714
|
-
imageRefId?: string;
|
|
3715
|
-
/**
|
|
3716
|
-
* @deprecated
|
|
3717
|
-
* deprecated by property status
|
|
3718
|
-
*/
|
|
3719
|
-
isReady: boolean;
|
|
3720
|
-
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
3721
|
-
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedServerReadinessStatus;
|
|
3722
|
-
scaling?: MittwaldAPIV2.Components.Schemas.ProjectScaling;
|
|
3723
|
-
shortId: string;
|
|
3724
|
-
statisticsBaseDomain?: string;
|
|
3725
|
-
status: MittwaldAPIV2.Components.Schemas.ProjectServerStatus;
|
|
3726
|
-
storage: string;
|
|
3727
|
-
}
|
|
3728
3703
|
type ProjectServerStatus = "pending" | "ready" | "unready";
|
|
3729
3704
|
interface ProjectServer {
|
|
3730
3705
|
clusterName: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.108.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.109.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "81f9a7ad5a6b5b63ea7522913d4078657aae0c2b"
|
|
84
84
|
}
|