Skip to content

Commit 6e2176a

Browse files
committed
feat: update generated APIs
1 parent ab7dde5 commit 6e2176a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages_generated/account/src/v3/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 {
4-
API as ParentAPI,
54
enrichForPagination,
5+
API as ParentAPI,
66
urlParams,
77
validatePathParam,
88
} from '@scaleway/sdk-client'

packages_generated/account/src/v3/marshalling.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
} from '@scaleway/sdk-client'
10-
import type { DefaultValues } from '@scaleway/sdk-client'
1111
import type {
1212
CheckContractSignatureResponse,
1313
Contract,

packages_generated/audit_trail/src/v1alpha1/index.gen.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ export { API } from './api.gen'
44
export * from './marshalling.gen'
55
export type {
66
AccountOrganizationInfo,
7+
AccountProjectInfo,
78
AccountUserInfo,
89
AppleSiliconServerInfo,
10+
BaremetalServerInfo,
11+
BaremetalSettingInfo,
912
Event,
1013
EventPrincipal,
1114
InstanceServerInfo,

0 commit comments

Comments
 (0)