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 {