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