@mittwald/api-models 0.0.0-development-e8f2771-20260612 → 0.0.0-development-559bf74-20260622
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.
|
@@ -22,6 +22,7 @@ declare const IngressCommon_base: import("polytype").Polytype.ClusteredConstruct
|
|
|
22
22
|
id: string;
|
|
23
23
|
ips: {
|
|
24
24
|
v4: string[];
|
|
25
|
+
v6: string[];
|
|
25
26
|
};
|
|
26
27
|
isDefault: boolean;
|
|
27
28
|
isDomain?: boolean | undefined;
|
|
@@ -36,6 +37,7 @@ declare const IngressCommon_base: import("polytype").Polytype.ClusteredConstruct
|
|
|
36
37
|
id: string;
|
|
37
38
|
ips: {
|
|
38
39
|
v4: string[];
|
|
40
|
+
v6: string[];
|
|
39
41
|
};
|
|
40
42
|
isDefault: boolean;
|
|
41
43
|
isDomain?: boolean | undefined;
|
|
@@ -59,6 +61,7 @@ declare const IngressDetailed_base: import("polytype").Polytype.ClusteredConstru
|
|
|
59
61
|
id: string;
|
|
60
62
|
ips: {
|
|
61
63
|
v4: string[];
|
|
64
|
+
v6: string[];
|
|
62
65
|
};
|
|
63
66
|
isDefault: boolean;
|
|
64
67
|
isDomain?: boolean | undefined;
|
|
@@ -73,6 +76,7 @@ declare const IngressDetailed_base: import("polytype").Polytype.ClusteredConstru
|
|
|
73
76
|
id: string;
|
|
74
77
|
ips: {
|
|
75
78
|
v4: string[];
|
|
79
|
+
v6: string[];
|
|
76
80
|
};
|
|
77
81
|
isDefault: boolean;
|
|
78
82
|
isDomain?: boolean | undefined;
|
|
@@ -29,33 +29,7 @@ export declare class Project extends ReferenceModel {
|
|
|
29
29
|
delete(): Promise<void>;
|
|
30
30
|
}
|
|
31
31
|
declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstructor<[{
|
|
32
|
-
new (data: {
|
|
33
|
-
backupStorageUsageInBytes: number;
|
|
34
|
-
backupStorageUsageInBytesSetAt: string;
|
|
35
|
-
createdAt: string;
|
|
36
|
-
customerId: string;
|
|
37
|
-
customerMeta: {
|
|
38
|
-
id: string;
|
|
39
|
-
};
|
|
40
|
-
description: string;
|
|
41
|
-
disableReason?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
42
|
-
disabledAt?: string;
|
|
43
|
-
enabled: boolean;
|
|
44
|
-
features?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
45
|
-
id: string;
|
|
46
|
-
imageRefId?: string;
|
|
47
|
-
isReady: boolean;
|
|
48
|
-
projectHostingId?: string;
|
|
49
|
-
readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
50
|
-
serverGroupId: string;
|
|
51
|
-
serverId?: string;
|
|
52
|
-
shortId: string;
|
|
53
|
-
status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
54
|
-
statusSetAt: string;
|
|
55
|
-
supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
56
|
-
webStorageUsageInBytes: number;
|
|
57
|
-
webStorageUsageInBytesSetAt: string;
|
|
58
|
-
} | {
|
|
32
|
+
new (data: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem | {
|
|
59
33
|
backupStorageUsageInBytes: number;
|
|
60
34
|
backupStorageUsageInBytesSetAt: string;
|
|
61
35
|
clusterDomain?: string | undefined;
|
|
@@ -88,33 +62,7 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
|
|
|
88
62
|
supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
89
63
|
webStorageUsageInBytes: number;
|
|
90
64
|
webStorageUsageInBytesSetAt: string;
|
|
91
|
-
}): DataModel<{
|
|
92
|
-
backupStorageUsageInBytes: number;
|
|
93
|
-
backupStorageUsageInBytesSetAt: string;
|
|
94
|
-
createdAt: string;
|
|
95
|
-
customerId: string;
|
|
96
|
-
customerMeta: {
|
|
97
|
-
id: string;
|
|
98
|
-
};
|
|
99
|
-
description: string;
|
|
100
|
-
disableReason?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
101
|
-
disabledAt?: string;
|
|
102
|
-
enabled: boolean;
|
|
103
|
-
features?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
104
|
-
id: string;
|
|
105
|
-
imageRefId?: string;
|
|
106
|
-
isReady: boolean;
|
|
107
|
-
projectHostingId?: string;
|
|
108
|
-
readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
109
|
-
serverGroupId: string;
|
|
110
|
-
serverId?: string;
|
|
111
|
-
shortId: string;
|
|
112
|
-
status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
113
|
-
statusSetAt: string;
|
|
114
|
-
supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
115
|
-
webStorageUsageInBytes: number;
|
|
116
|
-
webStorageUsageInBytesSetAt: string;
|
|
117
|
-
} | {
|
|
65
|
+
}): DataModel<import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem | {
|
|
118
66
|
backupStorageUsageInBytes: number;
|
|
119
67
|
backupStorageUsageInBytesSetAt: string;
|
|
120
68
|
clusterDomain?: string | undefined;
|
|
@@ -227,59 +175,7 @@ export declare class ProjectDetailed extends ProjectDetailed_base {
|
|
|
227
175
|
constructor(data: ProjectData);
|
|
228
176
|
}
|
|
229
177
|
declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstructor<[typeof ProjectCommon, {
|
|
230
|
-
new (data:
|
|
231
|
-
backupStorageUsageInBytes: number;
|
|
232
|
-
backupStorageUsageInBytesSetAt: string;
|
|
233
|
-
createdAt: string;
|
|
234
|
-
customerId: string;
|
|
235
|
-
customerMeta: {
|
|
236
|
-
id: string;
|
|
237
|
-
};
|
|
238
|
-
description: string;
|
|
239
|
-
disableReason?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
240
|
-
disabledAt?: string;
|
|
241
|
-
enabled: boolean;
|
|
242
|
-
features?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
243
|
-
id: string;
|
|
244
|
-
imageRefId?: string;
|
|
245
|
-
isReady: boolean;
|
|
246
|
-
projectHostingId?: string;
|
|
247
|
-
readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
248
|
-
serverGroupId: string;
|
|
249
|
-
serverId?: string;
|
|
250
|
-
shortId: string;
|
|
251
|
-
status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
252
|
-
statusSetAt: string;
|
|
253
|
-
supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
254
|
-
webStorageUsageInBytes: number;
|
|
255
|
-
webStorageUsageInBytesSetAt: string;
|
|
256
|
-
}): DataModel<{
|
|
257
|
-
backupStorageUsageInBytes: number;
|
|
258
|
-
backupStorageUsageInBytesSetAt: string;
|
|
259
|
-
createdAt: string;
|
|
260
|
-
customerId: string;
|
|
261
|
-
customerMeta: {
|
|
262
|
-
id: string;
|
|
263
|
-
};
|
|
264
|
-
description: string;
|
|
265
|
-
disableReason?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
266
|
-
disabledAt?: string;
|
|
267
|
-
enabled: boolean;
|
|
268
|
-
features?: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
269
|
-
id: string;
|
|
270
|
-
imageRefId?: string;
|
|
271
|
-
isReady: boolean;
|
|
272
|
-
projectHostingId?: string;
|
|
273
|
-
readiness: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
274
|
-
serverGroupId: string;
|
|
275
|
-
serverId?: string;
|
|
276
|
-
shortId: string;
|
|
277
|
-
status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
278
|
-
statusSetAt: string;
|
|
279
|
-
supportedFeatures: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
280
|
-
webStorageUsageInBytes: number;
|
|
281
|
-
webStorageUsageInBytesSetAt: string;
|
|
282
|
-
}>;
|
|
178
|
+
new (data: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem): DataModel<import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem>;
|
|
283
179
|
}]>;
|
|
284
180
|
export declare class ProjectListItem extends ProjectListItem_base {
|
|
285
181
|
constructor(data: ProjectListItemData);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-models",
|
|
3
|
-
"version": "0.0.0-development-
|
|
3
|
+
"version": "0.0.0-development-559bf74-20260622",
|
|
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": "^0.0.0-development-
|
|
42
|
+
"@mittwald/api-client": "^0.0.0-development-559bf74-20260622",
|
|
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": "
|
|
89
|
+
"gitHead": "2fc12677f7cd11335ce4f26784e54ef5c0bb1242"
|
|
90
90
|
}
|