Skip to content

Commit 3fd5a88

Browse files
committed
feat: update generated APIs
1 parent 4569b7f commit 3fd5a88

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

packages_generated/instance/src/v1/api.gen.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3+
4+
import type { ApiLocality } from '@scaleway/sdk-client'
35
import {
4-
API as ParentAPI,
56
enrichForPagination,
7+
API as ParentAPI,
68
toApiLocality,
79
urlParams,
810
validatePathParam,
911
} from '@scaleway/sdk-client'
10-
import type { ApiLocality } from '@scaleway/sdk-client'
1112
import {
1213
marshalApplyBlockMigrationRequest,
1314
marshalAttachServerFileSystemRequest,
@@ -78,9 +79,9 @@ import {
7879
unmarshalListSecurityGroupRulesResponse,
7980
unmarshalListSecurityGroupsResponse,
8081
unmarshalListServerActionsResponse,
81-
unmarshalListServerUserDataResponse,
8282
unmarshalListServersResponse,
8383
unmarshalListServersTypesResponse,
84+
unmarshalListServerUserDataResponse,
8485
unmarshalListSnapshotsResponse,
8586
unmarshalListVolumesResponse,
8687
unmarshalListVolumesTypesResponse,
@@ -187,12 +188,12 @@ import type {
187188
ListSecurityGroupsResponse,
188189
ListServerActionsRequest,
189190
ListServerActionsResponse,
190-
ListServerUserDataRequest,
191-
ListServerUserDataResponse,
192191
ListServersRequest,
193192
ListServersResponse,
194193
ListServersTypesRequest,
195194
ListServersTypesResponse,
195+
ListServerUserDataRequest,
196+
ListServerUserDataResponse,
196197
ListSnapshotsRequest,
197198
ListSnapshotsResponse,
198199
ListVolumesRequest,

packages_generated/instance/src/v1/marshalling.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
33
import randomName from '@scaleway/random-name'
4+
import type { DefaultValues } from '@scaleway/sdk-client'
45
import {
56
isJSONObject,
67
resolveOneOf,
78
unmarshalArrayOfObject,
89
unmarshalDate,
910
unmarshalMapOfObject,
1011
} from '@scaleway/sdk-client'
11-
import type { DefaultValues } from '@scaleway/sdk-client'
1212
import type {
1313
ApplyBlockMigrationRequest,
1414
AttachServerFileSystemRequest,
@@ -64,9 +64,9 @@ import type {
6464
ListSecurityGroupRulesResponse,
6565
ListSecurityGroupsResponse,
6666
ListServerActionsResponse,
67-
ListServerUserDataResponse,
6867
ListServersResponse,
6968
ListServersTypesResponse,
69+
ListServerUserDataResponse,
7070
ListSnapshotsResponse,
7171
ListVolumesResponse,
7272
ListVolumesTypesResponse,

packages_generated/instance/src/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ export type CreateServerRequest = {
14101410
*/
14111411
name?: string
14121412
/**
1413-
* Define if a dynamic IPv4 is required for the Instance.
1413+
* By default, `dynamic_ip_required` is true, a dynamic ip is attached to the instance (if no flexible ip is already attached).
14141414
*/
14151415
dynamicIpRequired?: boolean
14161416
/**

0 commit comments

Comments
 (0)