@mittwald/api-client 4.187.0 → 4.188.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.186.0';
1
+ export const MittwaldAPIClientVersion = '4.187.0';
@@ -4843,6 +4843,14 @@ export declare namespace MittwaldAPIV2 {
4843
4843
  type StoragespaceStatisticsKind = "server" | "project";
4844
4844
  interface StoragespaceStatisticsMeta {
4845
4845
  isExceeding?: boolean;
4846
+ /**
4847
+ * The latest total exceedance in bytes. It is retained as a historical record of the most recent exceedance and does not reset once set.
4848
+ */
4849
+ latestTotalExceedanceInBytes?: number;
4850
+ /**
4851
+ * The latest total exceedance date. It is retained as a historical record of the most recent exceedance and does not reset once set.
4852
+ */
4853
+ latestTotalExceedanceInBytesSetAt?: string;
4846
4854
  limitInBytes?: number;
4847
4855
  /**
4848
4856
  * If true, set notification threshold is used as limit for meta calculations. E.g. for projects with a parent server.
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.186.0';
1
+ export declare const MittwaldAPIClientVersion = '4.187.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.187.0",
3
+ "version": "4.188.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "bfec5581f56ceb106764dce9344455216b55d32c"
83
+ "gitHead": "301f2c06a010017591a0f35afa65ec8567f6ff5c"
84
84
  }