@mittwald/api-models 4.177.0 → 4.178.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,6 +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
+ lockedBy?: {
30
+ [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
31
+ } | undefined;
29
32
  processes?: string[] | undefined;
30
33
  projectId?: string | undefined;
31
34
  screenshotId?: string | undefined;
@@ -44,6 +47,9 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
44
47
  id: string;
45
48
  installationPath: string;
46
49
  linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
50
+ lockedBy?: {
51
+ [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
52
+ } | undefined;
47
53
  processes?: string[] | undefined;
48
54
  projectId?: string | undefined;
49
55
  screenshotId?: string | undefined;
@@ -68,6 +74,9 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
68
74
  id: string;
69
75
  installationPath: string;
70
76
  linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
77
+ lockedBy?: {
78
+ [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
79
+ } | undefined;
71
80
  processes?: string[] | undefined;
72
81
  projectId?: string | undefined;
73
82
  screenshotId?: string | undefined;
@@ -86,6 +95,9 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
86
95
  id: string;
87
96
  installationPath: string;
88
97
  linkedDatabases?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLinkedDatabase[] | undefined;
98
+ lockedBy?: {
99
+ [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
100
+ } | undefined;
89
101
  processes?: string[] | undefined;
90
102
  projectId?: string | undefined;
91
103
  screenshotId?: 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.178.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.178.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": "39583964292700178eae55489bddf3e9465df248"
88
88
  }