diff --git a/packages/clients/src/api/block/v1alpha1/types.gen.ts b/packages/clients/src/api/block/v1alpha1/types.gen.ts index 3d91b6e46..65186b8ef 100644 --- a/packages/clients/src/api/block/v1alpha1/types.gen.ts +++ b/packages/clients/src/api/block/v1alpha1/types.gen.ts @@ -67,7 +67,10 @@ export interface Reference { createdAt?: Date /** Type of reference (link, exclusive, read_only). */ type: ReferenceType - /** Status of reference (attaching, attached, detaching). */ + /** + * Status of the reference. Statuses include `attaching`, `attached`, and + * `detaching`. + */ status: ReferenceStatus }