waldur-js-client 7.9.9-dev.1 → 7.9.9-dev.2
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 +9 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -10182,6 +10182,7 @@ export type OpenStackImage = {
|
|
|
10182
10182
|
min_ram?: number;
|
|
10183
10183
|
settings: string;
|
|
10184
10184
|
backend_id: string;
|
|
10185
|
+
backend_created_at?: string | null;
|
|
10185
10186
|
};
|
|
10186
10187
|
export type OpenStackInstance = {
|
|
10187
10188
|
readonly url?: string;
|
|
@@ -49660,6 +49661,10 @@ export type OpenstackImagesListData = {
|
|
|
49660
49661
|
* Settings UUID
|
|
49661
49662
|
*/
|
|
49662
49663
|
settings_uuid?: string;
|
|
49664
|
+
/**
|
|
49665
|
+
* Show duplicate image names
|
|
49666
|
+
*/
|
|
49667
|
+
show_duplicate_names?: boolean;
|
|
49663
49668
|
/**
|
|
49664
49669
|
* Tenant URL
|
|
49665
49670
|
*/
|
|
@@ -49707,6 +49712,10 @@ export type OpenstackImagesCountData = {
|
|
|
49707
49712
|
* Settings UUID
|
|
49708
49713
|
*/
|
|
49709
49714
|
settings_uuid?: string;
|
|
49715
|
+
/**
|
|
49716
|
+
* Show duplicate image names
|
|
49717
|
+
*/
|
|
49718
|
+
show_duplicate_names?: boolean;
|
|
49710
49719
|
/**
|
|
49711
49720
|
* Tenant URL
|
|
49712
49721
|
*/
|