@mittwald/api-models 4.451.0 → 4.453.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
|
appId: string;
|
|
22
22
|
appName: string;
|
|
23
23
|
appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
24
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
24
25
|
createdAt: string;
|
|
25
26
|
customDocumentRoot?: string | undefined;
|
|
26
27
|
deletionRequested?: boolean | undefined;
|
|
@@ -55,6 +56,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
|
|
|
55
56
|
appId: string;
|
|
56
57
|
appName: string;
|
|
57
58
|
appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
59
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
58
60
|
createdAt: string;
|
|
59
61
|
customDocumentRoot?: string | undefined;
|
|
60
62
|
deletionRequested?: boolean | undefined;
|
|
@@ -95,6 +97,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
|
|
|
95
97
|
appId: string;
|
|
96
98
|
appName: string;
|
|
97
99
|
appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
100
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
98
101
|
createdAt: string;
|
|
99
102
|
customDocumentRoot?: string | undefined;
|
|
100
103
|
deletionRequested?: boolean | undefined;
|
|
@@ -129,6 +132,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
|
|
|
129
132
|
appId: string;
|
|
130
133
|
appName: string;
|
|
131
134
|
appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
135
|
+
autoUpdatesActivated?: boolean | undefined;
|
|
132
136
|
createdAt: string;
|
|
133
137
|
customDocumentRoot?: string | undefined;
|
|
134
138
|
deletionRequested?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-models",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.453.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.453.0",
|
|
43
43
|
"another-deep-freeze": "1.0.0",
|
|
44
44
|
"context": "^3.0.33",
|
|
45
45
|
"dinero.js": "^1.9.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"optional": true
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "c2584fb2d4974a43d9dd4946495bef9be1c528a4"
|
|
90
90
|
}
|