@mittwald/api-models 4.16.0 → 4.19.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.
@@ -60,6 +60,8 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
60
60
  statisticsBaseDomain?: string | undefined;
61
61
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
62
62
  statusSetAt: string;
63
+ webStorageUsageInBytes: number;
64
+ webStorageUsageInBytesSetAt: string;
63
65
  } | {
64
66
  createdAt: string;
65
67
  customerId: string;
@@ -79,6 +81,8 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
79
81
  shortId: string;
80
82
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
81
83
  statusSetAt: string;
84
+ webStorageUsageInBytes: number;
85
+ webStorageUsageInBytesSetAt: string;
82
86
  }): DataModel<{
83
87
  clusterDomain?: string | undefined;
84
88
  clusterID?: string | undefined;
@@ -103,6 +107,8 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
103
107
  statisticsBaseDomain?: string | undefined;
104
108
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
105
109
  statusSetAt: string;
110
+ webStorageUsageInBytes: number;
111
+ webStorageUsageInBytesSetAt: string;
106
112
  } | {
107
113
  createdAt: string;
108
114
  customerId: string;
@@ -122,6 +128,8 @@ declare const ProjectCommon_base: import("polytype").Polytype.ClusteredConstruct
122
128
  shortId: string;
123
129
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
124
130
  statusSetAt: string;
131
+ webStorageUsageInBytes: number;
132
+ webStorageUsageInBytesSetAt: string;
125
133
  }>;
126
134
  }, typeof Project]>;
127
135
  declare class ProjectCommon extends ProjectCommon_base {
@@ -154,6 +162,8 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
154
162
  statisticsBaseDomain?: string | undefined;
155
163
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
156
164
  statusSetAt: string;
165
+ webStorageUsageInBytes: number;
166
+ webStorageUsageInBytesSetAt: string;
157
167
  }): DataModel<{
158
168
  clusterDomain?: string | undefined;
159
169
  clusterID?: string | undefined;
@@ -178,6 +188,8 @@ declare const ProjectDetailed_base: import("polytype").Polytype.ClusteredConstru
178
188
  statisticsBaseDomain?: string | undefined;
179
189
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
180
190
  statusSetAt: string;
191
+ webStorageUsageInBytes: number;
192
+ webStorageUsageInBytesSetAt: string;
181
193
  }>;
182
194
  }]>;
183
195
  export declare class ProjectDetailed extends ProjectDetailed_base {
@@ -203,6 +215,8 @@ declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstru
203
215
  shortId: string;
204
216
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
205
217
  statusSetAt: string;
218
+ webStorageUsageInBytes: number;
219
+ webStorageUsageInBytesSetAt: string;
206
220
  }): DataModel<{
207
221
  createdAt: string;
208
222
  customerId: string;
@@ -222,6 +236,8 @@ declare const ProjectListItem_base: import("polytype").Polytype.ClusteredConstru
222
236
  shortId: string;
223
237
  status: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
224
238
  statusSetAt: string;
239
+ webStorageUsageInBytes: number;
240
+ webStorageUsageInBytesSetAt: string;
225
241
  }>;
226
242
  }]>;
227
243
  export declare class ProjectListItem extends ProjectListItem_base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.16.0",
3
+ "version": "4.19.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",
@@ -37,7 +37,7 @@
37
37
  "test": "node --experimental-vm-modules $(yarn bin jest)"
38
38
  },
39
39
  "dependencies": {
40
- "@mittwald/api-client": "^4.16.0",
40
+ "@mittwald/api-client": "^4.19.0",
41
41
  "another-deep-freeze": "^1.0.0",
42
42
  "polytype": "^0.17.0",
43
43
  "type-fest": "^4.12.0"
@@ -71,5 +71,5 @@
71
71
  "optional": true
72
72
  }
73
73
  },
74
- "gitHead": "bc0b3162309a2bff318c53a3e9e4f65f4a81943e"
74
+ "gitHead": "44d662b8e3c8ded7ff209f87f08edcf59e307e86"
75
75
  }