diff --git a/packages/clients/src/api/block/v1alpha1/types.gen.ts b/packages/clients/src/api/block/v1alpha1/types.gen.ts index f45e5ed87..8503bef33 100644 --- a/packages/clients/src/api/block/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/block/v1alpha1/types.gen.ts @@ -77,10 +77,10 @@ export interface VolumeSpecifications { export interface Reference { /** UUID of the reference. */ id: string - /** Type of resoruce to which the reference is associated (snapshot or volume). */ + /** Type of resource to which the reference is associated. */ productResourceType: string /** - * UUID of the volume or the snapshot it refers to (according to the + * UUID of the product resource it refers to (according to the * product_resource_type). */ productResourceId: string