@mittwald/api-models 4.67.0 → 4.69.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.
@@ -30,6 +30,8 @@ export declare class Project extends ReferenceModel {
30
30
  }
31
31
  declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstructor<[{
32
32
  new (data: {
33
+ backupStorageUsageInBytes: number;
34
+ backupStorageUsageInBytesSetAt: string;
33
35
  createdAt: string;
34
36
  customerId: string;
35
37
  customerMeta: {
@@ -51,6 +53,8 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
51
53
  webStorageUsageInBytes: number;
52
54
  webStorageUsageInBytesSetAt: string;
53
55
  } | {
56
+ backupStorageUsageInBytes: number;
57
+ backupStorageUsageInBytesSetAt: string;
54
58
  clusterDomain?: string | undefined;
55
59
  clusterID?: string | undefined;
56
60
  clusterId?: string | undefined;
@@ -78,6 +82,8 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
78
82
  webStorageUsageInBytes: number;
79
83
  webStorageUsageInBytesSetAt: string;
80
84
  }): DataModel<{
85
+ backupStorageUsageInBytes: number;
86
+ backupStorageUsageInBytesSetAt: string;
81
87
  createdAt: string;
82
88
  customerId: string;
83
89
  customerMeta: {
@@ -99,6 +105,8 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
99
105
  webStorageUsageInBytes: number;
100
106
  webStorageUsageInBytesSetAt: string;
101
107
  } | {
108
+ backupStorageUsageInBytes: number;
109
+ backupStorageUsageInBytesSetAt: string;
102
110
  clusterDomain?: string | undefined;
103
111
  clusterID?: string | undefined;
104
112
  clusterId?: string | undefined;
@@ -134,6 +142,8 @@ declare class ProjectCommon extends ProjectCommon_base {
134
142
  }
135
143
  declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstructor<[typeof ProjectCommon, {
136
144
  new (data: {
145
+ backupStorageUsageInBytes: number;
146
+ backupStorageUsageInBytesSetAt: string;
137
147
  clusterDomain?: string | undefined;
138
148
  clusterID?: string | undefined;
139
149
  clusterId?: string | undefined;
@@ -161,6 +171,8 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
161
171
  webStorageUsageInBytes: number;
162
172
  webStorageUsageInBytesSetAt: string;
163
173
  }): DataModel<{
174
+ backupStorageUsageInBytes: number;
175
+ backupStorageUsageInBytesSetAt: string;
164
176
  clusterDomain?: string | undefined;
165
177
  clusterID?: string | undefined;
166
178
  clusterId?: string | undefined;
@@ -194,6 +206,8 @@ export declare class ProjectDetailed extends ProjectDetailed_base {
194
206
  }
195
207
  declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstructor<[typeof ProjectCommon, {
196
208
  new (data: {
209
+ backupStorageUsageInBytes: number;
210
+ backupStorageUsageInBytesSetAt: string;
197
211
  createdAt: string;
198
212
  customerId: string;
199
213
  customerMeta: {
@@ -215,6 +229,8 @@ declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstru
215
229
  webStorageUsageInBytes: number;
216
230
  webStorageUsageInBytesSetAt: string;
217
231
  }): DataModel<{
232
+ backupStorageUsageInBytes: number;
233
+ backupStorageUsageInBytesSetAt: string;
218
234
  createdAt: string;
219
235
  customerId: string;
220
236
  customerMeta: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.67.0",
3
+ "version": "4.69.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.67.0",
42
+ "@mittwald/api-client": "^4.69.0",
43
43
  "another-deep-freeze": "^1.0.0",
44
44
  "context": "^3.0.31",
45
45
  "dinero.js": "^1.9.1",
@@ -84,5 +84,5 @@
84
84
  "optional": true
85
85
  }
86
86
  },
87
- "gitHead": "fb291b211f7d8954cf425a2f12f52d20b58cfe16"
87
+ "gitHead": "6538ee683d184e39c00614bace0f3ef882eb976d"
88
88
  }