@mittwald/api-models 4.241.0 → 4.242.1
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.
|
@@ -62,6 +62,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
|
|
|
62
62
|
clusterId?: string | undefined;
|
|
63
63
|
createdAt: string;
|
|
64
64
|
customerId: string;
|
|
65
|
+
deletionRequested?: boolean | undefined;
|
|
65
66
|
description: string;
|
|
66
67
|
directories: {
|
|
67
68
|
[k: string]: string;
|
|
@@ -118,6 +119,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
|
|
|
118
119
|
clusterId?: string | undefined;
|
|
119
120
|
createdAt: string;
|
|
120
121
|
customerId: string;
|
|
122
|
+
deletionRequested?: boolean | undefined;
|
|
121
123
|
description: string;
|
|
122
124
|
directories: {
|
|
123
125
|
[k: string]: string;
|
|
@@ -157,6 +159,7 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
|
|
|
157
159
|
clusterId?: string | undefined;
|
|
158
160
|
createdAt: string;
|
|
159
161
|
customerId: string;
|
|
162
|
+
deletionRequested?: boolean | undefined;
|
|
160
163
|
description: string;
|
|
161
164
|
directories: {
|
|
162
165
|
[k: string]: string;
|
|
@@ -188,6 +191,7 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
|
|
|
188
191
|
clusterId?: string | undefined;
|
|
189
192
|
createdAt: string;
|
|
190
193
|
customerId: string;
|
|
194
|
+
deletionRequested?: boolean | undefined;
|
|
191
195
|
description: string;
|
|
192
196
|
directories: {
|
|
193
197
|
[k: string]: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-models",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.242.1",
|
|
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,34 +39,34 @@
|
|
|
39
39
|
"test:unit": "node --experimental-vm-modules $(yarn bin jest)"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@mittwald/api-client": "^4.
|
|
43
|
-
"another-deep-freeze": "
|
|
42
|
+
"@mittwald/api-client": "^4.242.1",
|
|
43
|
+
"another-deep-freeze": "1.0.0",
|
|
44
44
|
"context": "^3.0.33",
|
|
45
45
|
"dinero.js": "^1.9.1",
|
|
46
|
-
"object-code": "^1.3.
|
|
46
|
+
"object-code": "^1.3.4",
|
|
47
47
|
"polytype": "^0.17.0",
|
|
48
48
|
"tsd": "^0.31.2",
|
|
49
49
|
"type-fest": "^4.30.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@jest/globals": "^29.7.0",
|
|
53
|
-
"@mittwald/react-use-promise": "^2.6.
|
|
54
|
-
"@testing-library/dom": "^10.4.
|
|
55
|
-
"@testing-library/jest-dom": "^6.
|
|
56
|
-
"@testing-library/react": "^16.
|
|
57
|
-
"@types/dinero.js": "^1",
|
|
53
|
+
"@mittwald/react-use-promise": "^2.6.2",
|
|
54
|
+
"@testing-library/dom": "^10.4.1",
|
|
55
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
56
|
+
"@testing-library/react": "^16.3.0",
|
|
57
|
+
"@types/dinero.js": "^1.9.4",
|
|
58
58
|
"@types/jest": "^29.5.14",
|
|
59
|
-
"@types/react": "^18.3.
|
|
60
|
-
"@types/react-dom": "^18",
|
|
59
|
+
"@types/react": "^18.3.26",
|
|
60
|
+
"@types/react-dom": "^18.3.7",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
62
62
|
"@typescript-eslint/parser": "^7.18.0",
|
|
63
63
|
"eslint": "^8.57.1",
|
|
64
|
-
"eslint-config-prettier": "^9.1.
|
|
64
|
+
"eslint-config-prettier": "^9.1.2",
|
|
65
65
|
"eslint-plugin-json": "^3.1.0",
|
|
66
|
-
"eslint-plugin-prettier": "^5.
|
|
66
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
67
67
|
"jest": "^29.7.0",
|
|
68
68
|
"jest-environment-jsdom": "^29.7.0",
|
|
69
|
-
"prettier": "^3.
|
|
69
|
+
"prettier": "^3.6.2",
|
|
70
70
|
"react": "^18.3.1",
|
|
71
71
|
"react-dom": "^18.3.1",
|
|
72
72
|
"rimraf": "^5.0.10",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"optional": true
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "bacf475b3ada3bc73114ff92166244d32eee1a32"
|
|
88
88
|
}
|