@mittwald/api-models 4.345.0 → 4.347.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.
@@ -34,6 +34,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
34
34
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
35
35
  } | undefined;
36
36
  phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
37
+ projectDescription: string;
37
38
  projectId: string;
38
39
  screenshotId?: string | undefined;
39
40
  screenshotRef?: string | undefined;
@@ -60,6 +61,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
60
61
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
61
62
  } | undefined;
62
63
  phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
64
+ projectDescription: string;
63
65
  projectId: string;
64
66
  screenshotId?: string | undefined;
65
67
  screenshotRef?: string | undefined;
@@ -92,6 +94,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
92
94
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
93
95
  } | undefined;
94
96
  phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
97
+ projectDescription: string;
95
98
  projectId: string;
96
99
  screenshotId?: string | undefined;
97
100
  screenshotRef?: string | undefined;
@@ -118,6 +121,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
118
121
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
119
122
  } | undefined;
120
123
  phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
124
+ projectDescription: string;
121
125
  projectId: string;
122
126
  screenshotId?: string | undefined;
123
127
  screenshotRef?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.345.0",
3
+ "version": "4.347.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.345.0",
42
+ "@mittwald/api-client": "^4.347.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": "4aa37ebce183c8f0abe5f1373f421782bde34192"
89
+ "gitHead": "4f1c5452ea45a4afb047bb56e9e8e9446b43f24d"
90
90
  }