From f281c3b5329308818f08bee0e67b8e2f66de811c Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 11 Jun 2024 14:59:40 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/dedibox/v1/types.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/clients/src/api/dedibox/v1/types.gen.ts b/packages/clients/src/api/dedibox/v1/types.gen.ts index 1b840b1d8..fdaaebecd 100644 --- a/packages/clients/src/api/dedibox/v1/types.gen.ts +++ b/packages/clients/src/api/dedibox/v1/types.gen.ts @@ -331,7 +331,7 @@ export interface OfferStorageInfo { export interface IP { /** ID of the IP. */ - ipId: string + ipId: number /** Address of the IP. */ address: string /** Reverse IP value. */