diff --git a/packages_generated/product_catalog/src/v2alpha1/marshalling.gen.ts b/packages_generated/product_catalog/src/v2alpha1/marshalling.gen.ts index 117a3ec9a..a27df66e4 100644 --- a/packages_generated/product_catalog/src/v2alpha1/marshalling.gen.ts +++ b/packages_generated/product_catalog/src/v2alpha1/marshalling.gen.ts @@ -162,6 +162,7 @@ const unmarshalPublicCatalogProductPropertiesAppleSilicon = ( return { range: data.range, + serverType: data.server_type, } as PublicCatalogProductPropertiesAppleSilicon } @@ -190,6 +191,7 @@ const unmarshalPublicCatalogProductPropertiesDedibox = ( } return { + offerId: data.offer_id, range: data.range, } as PublicCatalogProductPropertiesDedibox } @@ -204,6 +206,7 @@ const unmarshalPublicCatalogProductPropertiesElasticMetal = ( } return { + offerId: data.offer_id, range: data.range, } as PublicCatalogProductPropertiesElasticMetal } diff --git a/packages_generated/product_catalog/src/v2alpha1/types.gen.ts b/packages_generated/product_catalog/src/v2alpha1/types.gen.ts index 626e49662..ff3f90272 100644 --- a/packages_generated/product_catalog/src/v2alpha1/types.gen.ts +++ b/packages_generated/product_catalog/src/v2alpha1/types.gen.ts @@ -185,6 +185,10 @@ export interface PublicCatalogProductPropertiesAppleSilicon { * The range of the Apple Silicon server. */ range: string + /** + * The server type of the Apple Silicon server. + */ + serverType: string } export interface PublicCatalogProductPropertiesBlockStorage { @@ -203,6 +207,10 @@ export interface PublicCatalogProductPropertiesDedibox { * The range of the Dedibox server. */ range: string + /** + * The offer ID of the Dedibox server. + */ + offerId: number } export interface PublicCatalogProductPropertiesElasticMetal { @@ -210,6 +218,10 @@ export interface PublicCatalogProductPropertiesElasticMetal { * The range of the Elastic Metal server. */ range: string + /** + * The offer ID of the Elastic Metal server. + */ + offerId: string } export interface PublicCatalogProductPropertiesHardware {