From 6e7ed477f7ae28ebcc816943dbc08e009b70d9a7 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Thu, 13 Jun 2024 14:10:07 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/lb/v1/types.gen.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/clients/src/api/lb/v1/types.gen.ts b/packages/clients/src/api/lb/v1/types.gen.ts index 4fe99809e..3f7772177 100644 --- a/packages/clients/src/api/lb/v1/types.gen.ts +++ b/packages/clients/src/api/lb/v1/types.gen.ts @@ -1018,8 +1018,8 @@ export type CreateLbRequest = { */ ipId?: string /** - * Defines whether to automatically assign a flexible public IP to lb. Default - * value is `false` (do not assign). + * Defines whether to automatically assign a flexible public IP to the Load + * Balancer. Default value is `true` (assign). */ assignFlexibleIp?: boolean /** @@ -2224,8 +2224,8 @@ export type ZonedApiCreateLbRequest = { */ ipId?: string /** - * Defines whether to automatically assign a flexible public IP to lb. Default - * value is `false` (do not assign). + * Defines whether to automatically assign a flexible public IP to the Load + * Balancer. Default value is `true` (assign). */ assignFlexibleIp?: boolean /**