@mittwald/api-models 0.0.0-development-a6957ed-20260824 → 0.0.0-development-1eef98f-20260826

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.
@@ -44,6 +44,8 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
44
44
  screenshotId?: string | undefined;
45
45
  screenshotRef?: string | undefined;
46
46
  shortId: string;
47
+ sourceAppInstallationId?: string | undefined;
48
+ staging?: boolean | undefined;
47
49
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
48
50
  updateAvailable: boolean;
49
51
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
@@ -76,6 +78,8 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
76
78
  screenshotId?: string | undefined;
77
79
  screenshotRef?: string | undefined;
78
80
  shortId: string;
81
+ sourceAppInstallationId?: string | undefined;
82
+ staging?: boolean | undefined;
79
83
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
80
84
  updateAvailable: boolean;
81
85
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
@@ -114,6 +118,8 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
114
118
  screenshotId?: string | undefined;
115
119
  screenshotRef?: string | undefined;
116
120
  shortId: string;
121
+ sourceAppInstallationId?: string | undefined;
122
+ staging?: boolean | undefined;
117
123
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
118
124
  updateAvailable: boolean;
119
125
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
@@ -146,6 +152,8 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
146
152
  screenshotId?: string | undefined;
147
153
  screenshotRef?: string | undefined;
148
154
  shortId: string;
155
+ sourceAppInstallationId?: string | undefined;
156
+ staging?: boolean | undefined;
149
157
  systemSoftware: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppInstalledSystemSoftware[];
150
158
  updateAvailable: boolean;
151
159
  updatePolicy: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppAppUpdatePolicy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "0.0.0-development-a6957ed-20260824",
3
+ "version": "0.0.0-development-1eef98f-20260826",
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": "^0.0.0-development-a6957ed-20260824",
42
+ "@mittwald/api-client": "^0.0.0-development-1eef98f-20260826",
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": "a1e49a6a6d74e814f16327470e6fe3d94fc58b24"
89
+ "gitHead": "54b1387341b520604f2fea6b0e970678c305720f"
90
90
  }