@mittwald/api-models 4.235.0 → 4.237.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.235.0",
3
+ "version": "4.237.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.235.0",
42
+ "@mittwald/api-client": "^4.237.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": "eadd93adc5353e7b754b400916fcc593bf60c92d"
87
+ "gitHead": "9584ac15ebf21dcf30c0c648c707c10a827dc623"
88
88
  }