@mittwald/api-client 4.378.0 → 4.379.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.377.0';
1
+ export const MittwaldAPIClientVersion = '4.378.0';
@@ -2777,7 +2777,7 @@ export declare namespace MittwaldAPIV2 {
2777
2777
  */
2778
2778
  volumes?: string[];
2779
2779
  }
2780
- type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting";
2780
+ type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting" | "stopping";
2781
2781
  interface ContainerSetRegistryCredentials {
2782
2782
  /**
2783
2783
  * Your registry password or access token.
@@ -8630,11 +8630,11 @@ export declare namespace MittwaldAPIV2 {
8630
8630
  */
8631
8631
  description?: string;
8632
8632
  /**
8633
- * Execution schedule in crontab notation.
8633
+ * Execution schedule in crontab notation. The backup interval must not be more frequent than hourly.
8634
8634
  */
8635
8635
  schedule: string;
8636
8636
  /**
8637
- * TTL of the BackupSchedule as time string.
8637
+ * TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
8638
8638
  */
8639
8639
  ttl: string;
8640
8640
  }
@@ -8729,7 +8729,7 @@ export declare namespace MittwaldAPIV2 {
8729
8729
  */
8730
8730
  description?: string;
8731
8731
  /**
8732
- * Time when to expire the Backup.
8732
+ * Time when to expire the Backup. Must be at least 7 days and no more than one year in the future.
8733
8733
  */
8734
8734
  expirationTime: string;
8735
8735
  }
@@ -8873,11 +8873,11 @@ export declare namespace MittwaldAPIV2 {
8873
8873
  */
8874
8874
  description?: string;
8875
8875
  /**
8876
- * Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once.
8876
+ * Execution schedule in crontab notation. Note that the schedule of isSystemBackup true items must be daily once. For all other schedules the interval must not be more frequent than hourly.
8877
8877
  */
8878
8878
  schedule?: string;
8879
8879
  /**
8880
- * TTL of the ProjectBackupSchedule as time string.
8880
+ * TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
8881
8881
  */
8882
8882
  ttl?: string;
8883
8883
  }
@@ -9150,7 +9150,7 @@ export declare namespace MittwaldAPIV2 {
9150
9150
  };
9151
9151
  interface RequestBody {
9152
9152
  /**
9153
- * Time when to expire the Backup.
9153
+ * Time when to expire the Backup. Must be no more than one year in the future.
9154
9154
  */
9155
9155
  expirationTime?: string;
9156
9156
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.377.0';
1
+ export declare const MittwaldAPIClientVersion = '4.378.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.378.0",
3
+ "version": "4.379.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",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.378.0",
49
+ "@mittwald/api-client-commons": "^4.379.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.378.0",
53
+ "@mittwald/api-code-generator": "^4.379.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "c5a5646b967940a9aabf38c3118e892eb7e64e2d"
83
+ "gitHead": "b9829e46aa83143f531064e091f469089515749e"
84
84
  }