diff --git a/packages_generated/baremetal/src/v1/marshalling.gen.ts b/packages_generated/baremetal/src/v1/marshalling.gen.ts index 986247627..955241458 100644 --- a/packages_generated/baremetal/src/v1/marshalling.gen.ts +++ b/packages_generated/baremetal/src/v1/marshalling.gen.ts @@ -382,6 +382,7 @@ export const unmarshalOS = (data: unknown): OS => { ssh: data.ssh ? unmarshalOSOSField(data.ssh) : undefined, user: data.user ? unmarshalOSOSField(data.user) : undefined, version: data.version, + zone: data.zone, } as OS } @@ -543,6 +544,7 @@ export const unmarshalOffer = (data: unknown): Offer => { stock: data.stock, subscriptionPeriod: data.subscription_period, tags: data.tags, + zone: data.zone, } as Offer } diff --git a/packages_generated/baremetal/src/v1/types.gen.ts b/packages_generated/baremetal/src/v1/types.gen.ts index 8d10e6277..1d0c02eea 100644 --- a/packages_generated/baremetal/src/v1/types.gen.ts +++ b/packages_generated/baremetal/src/v1/types.gen.ts @@ -663,6 +663,10 @@ export interface OS { * Defines if custom partitioning is supported by this OS. */ customPartitioningSupported: boolean + /** + * Zone in which is the OS is available. + */ + zone: ScwZone } export interface Offer { @@ -766,6 +770,10 @@ export interface Offer { * Exist only for hourly offers, to migrate to the monthly offer. */ monthlyOfferId?: string + /** + * Zone in which is the offer is available. + */ + zone: ScwZone } export interface Option { diff --git a/packages_generated/product_catalog/src/v2alpha1/types.gen.ts b/packages_generated/product_catalog/src/v2alpha1/types.gen.ts index c79f3fdb6..351f42ea8 100644 --- a/packages_generated/product_catalog/src/v2alpha1/types.gen.ts +++ b/packages_generated/product_catalog/src/v2alpha1/types.gen.ts @@ -61,6 +61,7 @@ export type PublicCatalogProductUnitOfMeasureCountableUnit = | 'second' | 'sample_day' | 'gigabyte_day' + | 'mvcpu' export interface PublicCatalogProductPropertiesHardwareCPUPhysical { /**