From 182ef50a20a573afb7e7f560553c7fc1682d8e24 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 16 Jan 2024 13:22:34 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/instance/v1/types.gen.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/clients/src/api/instance/v1/types.gen.ts b/packages/clients/src/api/instance/v1/types.gen.ts index fcfc5758f..38110e3e2 100644 --- a/packages/clients/src/api/instance/v1/types.gen.ts +++ b/packages/clients/src/api/instance/v1/types.gen.ts @@ -303,9 +303,10 @@ export interface ServerIp { provisioningMode: ServerIpProvisioningMode /** Tags associated with the IP. */ tags: string[] - state: ServerIpState /** The ip_id of an IPAM ip if the ip is created from IPAM, null if not. */ ipamId: string + /** IP address state. */ + state: ServerIpState } export interface ServerIpv6 {