Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/clients/src/api/block/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down