@mittwald/api-models 4.52.0 → 4.53.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.
@@ -31,6 +31,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
31
31
  new (data: {
32
32
  clusterDomain?: string | undefined;
33
33
  clusterID?: string | undefined;
34
+ clusterId?: string | undefined;
34
35
  createdAt: string;
35
36
  customerId: string;
36
37
  description: string;
@@ -78,6 +79,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
78
79
  }): DataModel<{
79
80
  clusterDomain?: string | undefined;
80
81
  clusterID?: string | undefined;
82
+ clusterId?: string | undefined;
81
83
  createdAt: string;
82
84
  customerId: string;
83
85
  description: string;
@@ -133,6 +135,7 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
133
135
  new (data: {
134
136
  clusterDomain?: string | undefined;
135
137
  clusterID?: string | undefined;
138
+ clusterId?: string | undefined;
136
139
  createdAt: string;
137
140
  customerId: string;
138
141
  description: string;
@@ -159,6 +162,7 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
159
162
  }): DataModel<{
160
163
  clusterDomain?: string | undefined;
161
164
  clusterID?: string | undefined;
165
+ clusterId?: string | undefined;
162
166
  createdAt: string;
163
167
  customerId: string;
164
168
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.52.0",
3
+ "version": "4.53.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.52.0",
42
+ "@mittwald/api-client": "^4.53.0",
43
43
  "another-deep-freeze": "^1.0.0",
44
44
  "polytype": "^0.17.0",
45
45
  "type-fest": "^4.23.0"
@@ -73,5 +73,5 @@
73
73
  "optional": true
74
74
  }
75
75
  },
76
- "gitHead": "39cb6ca7ad0d171d7347229695ad0139c5dfad8a"
76
+ "gitHead": "4bc0de67af85b90e25d8972067834213c4b55c68"
77
77
  }