From 2fb750f973411ce2d5cb92389ed3b0ca38657a0b Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 16 Jul 2025 14:28:12 +0000 Subject: [PATCH] feat: update generated APIs --- packages_generated/instance/src/v1/api.gen.ts | 11 ++++++----- packages_generated/instance/src/v1/marshalling.gen.ts | 4 ++-- packages_generated/instance/src/v1/types.gen.ts | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/packages_generated/instance/src/v1/api.gen.ts b/packages_generated/instance/src/v1/api.gen.ts index ef2b643a5..84e9507d6 100644 --- a/packages_generated/instance/src/v1/api.gen.ts +++ b/packages_generated/instance/src/v1/api.gen.ts @@ -1,13 +1,14 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. + +import type { ApiLocality } from '@scaleway/sdk-client' import { - API as ParentAPI, enrichForPagination, + API as ParentAPI, toApiLocality, urlParams, validatePathParam, } from '@scaleway/sdk-client' -import type { ApiLocality } from '@scaleway/sdk-client' import { marshalApplyBlockMigrationRequest, marshalAttachServerFileSystemRequest, @@ -78,9 +79,9 @@ import { unmarshalListSecurityGroupRulesResponse, unmarshalListSecurityGroupsResponse, unmarshalListServerActionsResponse, - unmarshalListServerUserDataResponse, unmarshalListServersResponse, unmarshalListServersTypesResponse, + unmarshalListServerUserDataResponse, unmarshalListSnapshotsResponse, unmarshalListVolumesResponse, unmarshalListVolumesTypesResponse, @@ -187,12 +188,12 @@ import type { ListSecurityGroupsResponse, ListServerActionsRequest, ListServerActionsResponse, - ListServerUserDataRequest, - ListServerUserDataResponse, ListServersRequest, ListServersResponse, ListServersTypesRequest, ListServersTypesResponse, + ListServerUserDataRequest, + ListServerUserDataResponse, ListSnapshotsRequest, ListSnapshotsResponse, ListVolumesRequest, diff --git a/packages_generated/instance/src/v1/marshalling.gen.ts b/packages_generated/instance/src/v1/marshalling.gen.ts index c20dfa1a0..c8d76aac8 100644 --- a/packages_generated/instance/src/v1/marshalling.gen.ts +++ b/packages_generated/instance/src/v1/marshalling.gen.ts @@ -1,6 +1,7 @@ // This file was automatically generated. DO NOT EDIT. // If you have any remark or suggestion do not hesitate to open an issue. import randomName from '@scaleway/random-name' +import type { DefaultValues } from '@scaleway/sdk-client' import { isJSONObject, resolveOneOf, @@ -8,7 +9,6 @@ import { unmarshalDate, unmarshalMapOfObject, } from '@scaleway/sdk-client' -import type { DefaultValues } from '@scaleway/sdk-client' import type { ApplyBlockMigrationRequest, AttachServerFileSystemRequest, @@ -64,9 +64,9 @@ import type { ListSecurityGroupRulesResponse, ListSecurityGroupsResponse, ListServerActionsResponse, - ListServerUserDataResponse, ListServersResponse, ListServersTypesResponse, + ListServerUserDataResponse, ListSnapshotsResponse, ListVolumesResponse, ListVolumesTypesResponse, diff --git a/packages_generated/instance/src/v1/types.gen.ts b/packages_generated/instance/src/v1/types.gen.ts index 7e3413af4..9e6d5c7a9 100644 --- a/packages_generated/instance/src/v1/types.gen.ts +++ b/packages_generated/instance/src/v1/types.gen.ts @@ -1410,7 +1410,7 @@ export type CreateServerRequest = { */ name?: string /** - * Define if a dynamic IPv4 is required for the Instance. + * By default, `dynamic_ip_required` is true, a dynamic ip is attached to the instance (if no flexible ip is already attached). */ dynamicIpRequired?: boolean /**