@mittwald/api-client 4.377.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.378.0';
|
|
@@ -1872,6 +1872,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1872
1872
|
activeAt: string;
|
|
1873
1873
|
displayName: string;
|
|
1874
1874
|
docLink: string;
|
|
1875
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1875
1876
|
name: string;
|
|
1876
1877
|
removalAt?: string;
|
|
1877
1878
|
replacesModelName?: string;
|
|
@@ -1908,6 +1909,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1908
1909
|
interface AihostingModel {
|
|
1909
1910
|
displayName: string;
|
|
1910
1911
|
docLink: string;
|
|
1912
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1911
1913
|
name: string;
|
|
1912
1914
|
termsOfServiceLink: string;
|
|
1913
1915
|
tokenFactor: number;
|
|
@@ -1941,6 +1943,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1941
1943
|
activeAt: string;
|
|
1942
1944
|
displayName: string;
|
|
1943
1945
|
docLink: string;
|
|
1946
|
+
label?: "lts" | "stable" | "experimental" | "legacy stable" | "preview";
|
|
1944
1947
|
name: string;
|
|
1945
1948
|
removalAt?: string;
|
|
1946
1949
|
replacesModelName?: string;
|
|
@@ -2774,7 +2777,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2774
2777
|
*/
|
|
2775
2778
|
volumes?: string[];
|
|
2776
2779
|
}
|
|
2777
|
-
type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting";
|
|
2780
|
+
type ContainerServiceStatus = "running" | "stopped" | "error" | "creating" | "starting" | "stopping";
|
|
2778
2781
|
interface ContainerSetRegistryCredentials {
|
|
2779
2782
|
/**
|
|
2780
2783
|
* Your registry password or access token.
|
|
@@ -8627,11 +8630,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8627
8630
|
*/
|
|
8628
8631
|
description?: string;
|
|
8629
8632
|
/**
|
|
8630
|
-
* Execution schedule in crontab notation.
|
|
8633
|
+
* Execution schedule in crontab notation. The backup interval must not be more frequent than hourly.
|
|
8631
8634
|
*/
|
|
8632
8635
|
schedule: string;
|
|
8633
8636
|
/**
|
|
8634
|
-
* TTL of the BackupSchedule as
|
|
8637
|
+
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
8635
8638
|
*/
|
|
8636
8639
|
ttl: string;
|
|
8637
8640
|
}
|
|
@@ -8726,7 +8729,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8726
8729
|
*/
|
|
8727
8730
|
description?: string;
|
|
8728
8731
|
/**
|
|
8729
|
-
* 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.
|
|
8730
8733
|
*/
|
|
8731
8734
|
expirationTime: string;
|
|
8732
8735
|
}
|
|
@@ -8870,11 +8873,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8870
8873
|
*/
|
|
8871
8874
|
description?: string;
|
|
8872
8875
|
/**
|
|
8873
|
-
* 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.
|
|
8874
8877
|
*/
|
|
8875
8878
|
schedule?: string;
|
|
8876
8879
|
/**
|
|
8877
|
-
* TTL of the
|
|
8880
|
+
* TTL of the BackupSchedule as a duration string. Must be at least 7d and no more than 365d.
|
|
8878
8881
|
*/
|
|
8879
8882
|
ttl?: string;
|
|
8880
8883
|
}
|
|
@@ -9147,7 +9150,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9147
9150
|
};
|
|
9148
9151
|
interface RequestBody {
|
|
9149
9152
|
/**
|
|
9150
|
-
* Time when to expire the Backup.
|
|
9153
|
+
* Time when to expire the Backup. Must be no more than one year in the future.
|
|
9151
9154
|
*/
|
|
9152
9155
|
expirationTime?: string;
|
|
9153
9156
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
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.
|
|
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.
|
|
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.
|
|
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": "
|
|
83
|
+
"gitHead": "b9829e46aa83143f531064e091f469089515749e"
|
|
84
84
|
}
|