From a825d6483e34ad789dd10422045c50bc966b5212 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Thu, 25 Apr 2024 15:00:20 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/block/v1alpha1/types.gen.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }