@mittwald/api-models 4.214.1 → 4.216.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.
@@ -29,6 +29,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
29
29
  lockedBy?: {
30
30
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
31
31
  } | undefined;
32
+ phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
32
33
  projectId: string;
33
34
  screenshotId?: string | undefined;
34
35
  screenshotRef?: string | undefined;
@@ -49,6 +50,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
49
50
  lockedBy?: {
50
51
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
51
52
  } | undefined;
53
+ phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
52
54
  projectId: string;
53
55
  screenshotId?: string | undefined;
54
56
  screenshotRef?: string | undefined;
@@ -75,6 +77,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
75
77
  lockedBy?: {
76
78
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
77
79
  } | undefined;
80
+ phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
78
81
  projectId: string;
79
82
  screenshotId?: string | undefined;
80
83
  screenshotRef?: string | undefined;
@@ -95,6 +98,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
95
98
  lockedBy?: {
96
99
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
97
100
  } | undefined;
101
+ phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
98
102
  projectId: string;
99
103
  screenshotId?: string | undefined;
100
104
  screenshotRef?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.214.1",
3
+ "version": "4.216.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.214.1",
42
+ "@mittwald/api-client": "^4.216.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": "7803602885d862ea680b1bcad030c61e888653b9"
87
+ "gitHead": "8df6cff658b9f87e2664595eebd379180df231a1"
88
88
  }