@mittwald/api-models 4.342.0 → 4.343.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.
@@ -17,7 +17,9 @@ export declare class AppInstallation extends ReferenceModel {
17
17
  }
18
18
  declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredConstructor<[{
19
19
  new (data: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppInstallation | {
20
+ appExternalVersion: string;
20
21
  appId: string;
22
+ appName: string;
21
23
  appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
22
24
  createdAt: string;
23
25
  customDocumentRoot?: string | undefined;
@@ -37,10 +39,13 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
37
39
  screenshotRef?: string | undefined;
38
40
  shortId: string;
39
41
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
42
+ updateAvailable: boolean;
40
43
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
41
44
  userInputs: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
42
45
  }): DataModel<import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppInstallation | {
46
+ appExternalVersion: string;
43
47
  appId: string;
48
+ appName: string;
44
49
  appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
45
50
  createdAt: string;
46
51
  customDocumentRoot?: string | undefined;
@@ -60,6 +65,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
60
65
  screenshotRef?: string | undefined;
61
66
  shortId: string;
62
67
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
68
+ updateAvailable: boolean;
63
69
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
64
70
  userInputs: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
65
71
  }>;
@@ -69,7 +75,9 @@ declare class AppInstallationCommon extends AppInstallationCommon_base {
69
75
  }
70
76
  declare const AppInstallationDetailed_base: import("polytype").Polytype.ClusteredConstructor<[typeof AppInstallationCommon, {
71
77
  new (data: {
78
+ appExternalVersion: string;
72
79
  appId: string;
80
+ appName: string;
73
81
  appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
74
82
  createdAt: string;
75
83
  customDocumentRoot?: string | undefined;
@@ -89,10 +97,13 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
89
97
  screenshotRef?: string | undefined;
90
98
  shortId: string;
91
99
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
100
+ updateAvailable: boolean;
92
101
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
93
102
  userInputs: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
94
103
  }): DataModel<{
104
+ appExternalVersion: string;
95
105
  appId: string;
106
+ appName: string;
96
107
  appVersion: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppVersionStatus;
97
108
  createdAt: string;
98
109
  customDocumentRoot?: string | undefined;
@@ -112,6 +123,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
112
123
  screenshotRef?: string | undefined;
113
124
  shortId: string;
114
125
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
126
+ updateAvailable: boolean;
115
127
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
116
128
  userInputs: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppSavedUserInput[];
117
129
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.342.0",
3
+ "version": "4.343.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.342.0",
42
+ "@mittwald/api-client": "^4.343.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": "c3c08264a347f9ca95106f94c157522941674c2e"
89
+ "gitHead": "e35132b921d3728452b1b9e25560667278894a44"
90
90
  }