waldur-js-client 1.0.4-dev.69 → 1.0.4-dev.70
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/types.gen.d.ts +2 -3
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1912,13 +1912,13 @@ export type DataVolume = {
|
|
|
1912
1912
|
size: number;
|
|
1913
1913
|
volume_type?: string | null;
|
|
1914
1914
|
filesystem?: string;
|
|
1915
|
-
mount_point
|
|
1915
|
+
mount_point: string;
|
|
1916
1916
|
};
|
|
1917
1917
|
export type DataVolumeRequest = {
|
|
1918
1918
|
size: number;
|
|
1919
1919
|
volume_type?: string | null;
|
|
1920
1920
|
filesystem?: string;
|
|
1921
|
-
mount_point
|
|
1921
|
+
mount_point: string;
|
|
1922
1922
|
};
|
|
1923
1923
|
export type DecidingEntityEnum = 'by_call_manager' | 'automatic';
|
|
1924
1924
|
export type DeleteAttachmentsRequest = {
|
|
@@ -3527,7 +3527,6 @@ export type MigrationDetailsRequest = {
|
|
|
3527
3527
|
error_traceback?: string;
|
|
3528
3528
|
};
|
|
3529
3529
|
export type MinimalConsumptionLogicEnum = 'fixed' | 'linear';
|
|
3530
|
-
export type MountPointEnum = '/var/lib/docker' | '/var/lib/etcd' | '/opt/media01' | '/opt/rke2_storage';
|
|
3531
3530
|
export type MoveProjectRequest = {
|
|
3532
3531
|
customer: string;
|
|
3533
3532
|
preserve_permissions: boolean;
|