@mittwald/api-client 4.407.0 → 4.408.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.406.0';
1
+ export const MittwaldAPIClientVersion = '4.407.0';
@@ -6974,15 +6974,15 @@ export declare namespace MittwaldAPIV2 {
6974
6974
  domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6975
6975
  };
6976
6976
  }
6977
- interface ContainerTemplateStatsListResponse {
6978
- category?: string;
6979
- templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
6980
- }
6981
6977
  interface ContainerTemplateStatsResponse {
6982
6978
  id: string;
6983
6979
  installations: number;
6984
6980
  installations30Days: number;
6985
6981
  }
6982
+ interface ContainerTemplateStatsListResponse {
6983
+ category?: string;
6984
+ templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
6985
+ }
6986
6986
  interface MailsystemRateLimit {
6987
6987
  id: string;
6988
6988
  rateLimit: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.406.0';
1
+ export declare const MittwaldAPIClientVersion = '4.407.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.407.0",
3
+ "version": "4.408.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",
@@ -72,11 +72,11 @@
72
72
  "test:compile": "run tsc --noEmit"
73
73
  },
74
74
  "dependencies": {
75
- "@mittwald/api-client-commons": "^4.407.0",
75
+ "@mittwald/api-client-commons": "^4.408.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.407.0",
79
+ "@mittwald/api-code-generator": "^4.408.0",
80
80
  "@mittwald/react-use-promise": "^2.6.2",
81
81
  "@types/node": "^22.18.11",
82
82
  "@types/react": "^18.3.26",
@@ -106,5 +106,5 @@
106
106
  "optional": true
107
107
  }
108
108
  },
109
- "gitHead": "caf281cb6d3bc821f865242bfcff8c47ce3dd0d2"
109
+ "gitHead": "8343cfe874fcb1cb22a20ca21836d84082b1392e"
110
110
  }