@mittwald/api-models 4.340.0 → 4.342.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.
@@ -47,6 +47,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
47
47
  isReady: boolean;
48
48
  projectHostingId?: string;
49
49
  readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
50
+ serverGroupId: string;
50
51
  serverId?: string;
51
52
  shortId: string;
52
53
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
@@ -76,6 +77,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
76
77
  isReady: boolean;
77
78
  projectHostingId?: string | undefined;
78
79
  readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
80
+ serverGroupId: string;
79
81
  serverId?: string | undefined;
80
82
  serverShortId?: string | undefined;
81
83
  shortId: string;
@@ -104,6 +106,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
104
106
  isReady: boolean;
105
107
  projectHostingId?: string;
106
108
  readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
109
+ serverGroupId: string;
107
110
  serverId?: string;
108
111
  shortId: string;
109
112
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
@@ -133,6 +136,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
133
136
  isReady: boolean;
134
137
  projectHostingId?: string | undefined;
135
138
  readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
139
+ serverGroupId: string;
136
140
  serverId?: string | undefined;
137
141
  serverShortId?: string | undefined;
138
142
  shortId: string;
@@ -173,6 +177,7 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
173
177
  isReady: boolean;
174
178
  projectHostingId?: string | undefined;
175
179
  readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
180
+ serverGroupId: string;
176
181
  serverId?: string | undefined;
177
182
  serverShortId?: string | undefined;
178
183
  shortId: string;
@@ -205,6 +210,7 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
205
210
  isReady: boolean;
206
211
  projectHostingId?: string | undefined;
207
212
  readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
213
+ serverGroupId: string;
208
214
  serverId?: string | undefined;
209
215
  serverShortId?: string | undefined;
210
216
  shortId: string;
@@ -239,6 +245,7 @@ declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstru
239
245
  isReady: boolean;
240
246
  projectHostingId?: string;
241
247
  readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
248
+ serverGroupId: string;
242
249
  serverId?: string;
243
250
  shortId: string;
244
251
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
@@ -264,6 +271,7 @@ declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstru
264
271
  isReady: boolean;
265
272
  projectHostingId?: string;
266
273
  readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
274
+ serverGroupId: string;
267
275
  serverId?: string;
268
276
  shortId: string;
269
277
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
@@ -28,6 +28,7 @@ declare const ServerCommon_base: import("polytype").Polytype.ClusteredConstructo
28
28
  customerId: string;
29
29
  description: string;
30
30
  disabledReason?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason | undefined;
31
+ groupId: string;
31
32
  id: string;
32
33
  imageRefId?: string | undefined;
33
34
  isReady: boolean;
@@ -43,6 +44,7 @@ declare const ServerCommon_base: import("polytype").Polytype.ClusteredConstructo
43
44
  customerId: string;
44
45
  description: string;
45
46
  disabledReason?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason | undefined;
47
+ groupId: string;
46
48
  id: string;
47
49
  imageRefId?: string | undefined;
48
50
  isReady: boolean;
@@ -64,6 +66,7 @@ declare const ServerDetailed_base: import("polytype").Polytype.ClusteredConstruc
64
66
  customerId: string;
65
67
  description: string;
66
68
  disabledReason?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason | undefined;
69
+ groupId: string;
67
70
  id: string;
68
71
  imageRefId?: string | undefined;
69
72
  isReady: boolean;
@@ -79,6 +82,7 @@ declare const ServerDetailed_base: import("polytype").Polytype.ClusteredConstruc
79
82
  customerId: string;
80
83
  description: string;
81
84
  disabledReason?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectServerDisableReason | undefined;
85
+ groupId: string;
82
86
  id: string;
83
87
  imageRefId?: string | undefined;
84
88
  isReady: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.340.0",
3
+ "version": "4.342.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.340.0",
42
+ "@mittwald/api-client": "^4.342.0",
43
43
  "another-deep-freeze": "1.0.0",
44
44
  "context": "^3.0.33",
45
45
  "dinero.js": "^1.9.1",
@@ -86,5 +86,5 @@
86
86
  "optional": true
87
87
  }
88
88
  },
89
- "gitHead": "c5b9488d7f2e03c8ebe4f1d110b14ebf7102e32e"
89
+ "gitHead": "c3c08264a347f9ca95106f94c157522941674c2e"
90
90
  }