@mittwald/api-models 4.236.0 → 4.238.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.
|
@@ -21,6 +21,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
|
|
|
21
21
|
appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
22
22
|
createdAt: string;
|
|
23
23
|
customDocumentRoot?: string | undefined;
|
|
24
|
+
deletionRequested?: boolean | undefined;
|
|
24
25
|
description: string;
|
|
25
26
|
disabled: boolean;
|
|
26
27
|
id: string;
|
|
@@ -42,6 +43,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
|
|
|
42
43
|
appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
43
44
|
createdAt: string;
|
|
44
45
|
customDocumentRoot?: string | undefined;
|
|
46
|
+
deletionRequested?: boolean | undefined;
|
|
45
47
|
description: string;
|
|
46
48
|
disabled: boolean;
|
|
47
49
|
id: string;
|
|
@@ -69,6 +71,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
|
|
|
69
71
|
appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
70
72
|
createdAt: string;
|
|
71
73
|
customDocumentRoot?: string | undefined;
|
|
74
|
+
deletionRequested?: boolean | undefined;
|
|
72
75
|
description: string;
|
|
73
76
|
disabled: boolean;
|
|
74
77
|
id: string;
|
|
@@ -90,6 +93,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
|
|
|
90
93
|
appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
91
94
|
createdAt: string;
|
|
92
95
|
customDocumentRoot?: string | undefined;
|
|
96
|
+
deletionRequested?: boolean | undefined;
|
|
93
97
|
description: string;
|
|
94
98
|
disabled: boolean;
|
|
95
99
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-models",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.238.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Collection of domain models for coherent interaction with the API",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test:unit": "node --experimental-vm-modules $(yarn bin jest)"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@mittwald/api-client": "^4.
|
|
42
|
+
"@mittwald/api-client": "^4.238.0",
|
|
43
43
|
"another-deep-freeze": "^1.0.0",
|
|
44
44
|
"context": "^3.0.33",
|
|
45
45
|
"dinero.js": "^1.9.1",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"optional": true
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "0af4310b03b0b69fe5c3c95a1048008ba7136e4f"
|
|
88
88
|
}
|