@mittwald/api-client 4.416.0 → 4.417.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.415.0';
1
+ export const MittwaldAPIClientVersion = '4.416.0';
@@ -6944,15 +6944,15 @@ export declare namespace MittwaldAPIV2 {
6944
6944
  domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6945
6945
  };
6946
6946
  }
6947
- interface ContainerTemplateStatsListResponse {
6948
- category?: string;
6949
- templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
6950
- }
6951
6947
  interface ContainerTemplateStatsResponse {
6952
6948
  id: string;
6953
6949
  installations: number;
6954
6950
  installations30Days: number;
6955
6951
  }
6952
+ interface ContainerTemplateStatsListResponse {
6953
+ category?: string;
6954
+ templates?: MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsResponse[];
6955
+ }
6956
6956
  interface MailsystemRateLimit {
6957
6957
  id: string;
6958
6958
  rateLimit: number;
@@ -6948,15 +6948,15 @@ export declare namespace MittwaldAPIV3Next {
6948
6948
  domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6949
6949
  };
6950
6950
  }
6951
+ interface DeMittwaldContainerTemplateStatsListResponse {
6952
+ category?: string;
6953
+ templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
6954
+ }
6951
6955
  interface DeMittwaldContainerTemplateStatsResponse {
6952
6956
  id: string;
6953
6957
  installations: number;
6954
6958
  installations30Days: number;
6955
6959
  }
6956
- interface DeMittwaldContainerTemplateStatsListResponse {
6957
- category?: string;
6958
- templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
6959
- }
6960
6960
  interface DeMittwaldMailsystemRateLimit {
6961
6961
  id: string;
6962
6962
  rateLimit: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.415.0';
1
+ export declare const MittwaldAPIClientVersion = '4.416.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.416.0",
3
+ "version": "4.417.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.416.0",
75
+ "@mittwald/api-client-commons": "^4.417.0",
76
76
  "browser-or-node": "^3.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@mittwald/api-code-generator": "^4.416.0",
79
+ "@mittwald/api-code-generator": "^4.417.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": "193cc023b99fe7cdd5599db311a673e0c694d08b"
109
+ "gitHead": "73209b8288dfd29631f59672c19881f10f653cb5"
110
110
  }