@mittwald/api-client 4.189.0 → 4.190.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.189.0';
|
|
@@ -2735,6 +2735,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2735
2735
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
2736
2736
|
disabledAt?: string | undefined;
|
|
2737
2737
|
enabled: boolean;
|
|
2738
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
|
|
2738
2739
|
id: string;
|
|
2739
2740
|
imageRefId?: string | undefined;
|
|
2740
2741
|
isReady: boolean;
|
|
@@ -2901,6 +2902,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2901
2902
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
2902
2903
|
disabledAt?: string;
|
|
2903
2904
|
enabled: boolean;
|
|
2905
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
2904
2906
|
id: string;
|
|
2905
2907
|
imageRefId?: string;
|
|
2906
2908
|
isReady: boolean;
|
|
@@ -23940,6 +23940,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23940
23940
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
23941
23941
|
disabledAt?: string | undefined;
|
|
23942
23942
|
enabled: boolean;
|
|
23943
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
|
|
23943
23944
|
id: string;
|
|
23944
23945
|
imageRefId?: string | undefined;
|
|
23945
23946
|
isReady: boolean;
|
|
@@ -23987,6 +23988,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23987
23988
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
23988
23989
|
disabledAt?: string | undefined;
|
|
23989
23990
|
enabled: boolean;
|
|
23991
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
|
|
23990
23992
|
id: string;
|
|
23991
23993
|
imageRefId?: string | undefined;
|
|
23992
23994
|
isReady: boolean;
|
|
@@ -24766,6 +24768,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24766
24768
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
24767
24769
|
disabledAt?: string;
|
|
24768
24770
|
enabled: boolean;
|
|
24771
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
24769
24772
|
id: string;
|
|
24770
24773
|
imageRefId?: string;
|
|
24771
24774
|
isReady: boolean;
|
|
@@ -24816,6 +24819,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24816
24819
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
24817
24820
|
disabledAt?: string;
|
|
24818
24821
|
enabled: boolean;
|
|
24822
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
24819
24823
|
id: string;
|
|
24820
24824
|
imageRefId?: string;
|
|
24821
24825
|
isReady: boolean;
|
|
@@ -4604,6 +4604,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4604
4604
|
disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
4605
4605
|
disabledAt?: string;
|
|
4606
4606
|
enabled: boolean;
|
|
4607
|
+
features?: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
4607
4608
|
id: string;
|
|
4608
4609
|
imageRefId?: string;
|
|
4609
4610
|
/**
|
|
@@ -5103,6 +5104,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5103
5104
|
}
|
|
5104
5105
|
type ContainerServiceSortOrder = "descriptionAsc" | "descriptionDesc";
|
|
5105
5106
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5107
|
+
type ProjectProjectFeature = "redis" | "node" | "container";
|
|
5106
5108
|
interface CommonsAddress {
|
|
5107
5109
|
street: string;
|
|
5108
5110
|
houseNumber: string;
|
|
@@ -22070,6 +22072,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
22070
22072
|
disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
22071
22073
|
disabledAt?: string;
|
|
22072
22074
|
enabled: boolean;
|
|
22075
|
+
features?: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
22073
22076
|
id: string;
|
|
22074
22077
|
imageRefId?: string;
|
|
22075
22078
|
/**
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.189.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.190.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": "2fe1aae437fec0e15303f1503ce198722704b4aa"
|
|
84
84
|
}
|