@mittwald/api-models 4.177.0 → 4.179.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.
@@ -26,7 +26,9 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
26
26
  id: string;
27
27
  installationPath: string;
28
28
  linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
29
- processes?: string[] | undefined;
29
+ lockedBy?: {
30
+ [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
31
+ } | undefined;
30
32
  projectId?: string | undefined;
31
33
  screenshotId?: string | undefined;
32
34
  screenshotRef?: string | undefined;
@@ -44,7 +46,9 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
44
46
  id: string;
45
47
  installationPath: string;
46
48
  linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
47
- processes?: string[] | undefined;
49
+ lockedBy?: {
50
+ [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
51
+ } | undefined;
48
52
  projectId?: string | undefined;
49
53
  screenshotId?: string | undefined;
50
54
  screenshotRef?: string | undefined;
@@ -68,7 +72,9 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
68
72
  id: string;
69
73
  installationPath: string;
70
74
  linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
71
- processes?: string[] | undefined;
75
+ lockedBy?: {
76
+ [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
77
+ } | undefined;
72
78
  projectId?: string | undefined;
73
79
  screenshotId?: string | undefined;
74
80
  screenshotRef?: string | undefined;
@@ -86,7 +92,9 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
86
92
  id: string;
87
93
  installationPath: string;
88
94
  linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
89
- processes?: string[] | undefined;
95
+ lockedBy?: {
96
+ [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
97
+ } | undefined;
90
98
  projectId?: string | undefined;
91
99
  screenshotId?: string | undefined;
92
100
  screenshotRef?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.177.0",
3
+ "version": "4.179.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.177.0",
42
+ "@mittwald/api-client": "^4.179.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": "5c0f3c609a7dd0104da90226e37a33be30335c29"
87
+ "gitHead": "cd7f62759315638673f27c47ab7c96560bfc6176"
88
88
  }