Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages_generated/account/src/v3/api.gen.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
import {

Check warning on line 3 in packages_generated/account/src/v3/api.gen.ts

View workflow job for this annotation

GitHub Actions / lint

File has too many classes (2). Maximum allowed is 1
API as ParentAPI,
enrichForPagination,
API as ParentAPI,
urlParams,
validatePathParam,
} from '@scaleway/sdk-client'
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/account/src/v3/marshalling.gen.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// 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,
unmarshalArrayOfObject,
unmarshalDate,
} from '@scaleway/sdk-client'
import type { DefaultValues } from '@scaleway/sdk-client'
import type {
CheckContractSignatureResponse,
Contract,
Expand Down Expand Up @@ -351,21 +351,21 @@

const marshalQualificationAiMachine = (
request: QualificationAiMachine,
defaults: DefaultValues,

Check warning on line 354 in packages_generated/account/src/v3/marshalling.gen.ts

View workflow job for this annotation

GitHub Actions / lint

'defaults' is defined but never used
): Record<string, unknown> => ({
sub_use_case: request.subUseCase,
})

const marshalQualificationArchiveData = (
request: QualificationArchiveData,
defaults: DefaultValues,

Check warning on line 361 in packages_generated/account/src/v3/marshalling.gen.ts

View workflow job for this annotation

GitHub Actions / lint

'defaults' is defined but never used
): Record<string, unknown> => ({
sub_use_case: request.subUseCase,
})

const marshalQualificationContainer = (
request: QualificationContainer,
defaults: DefaultValues,

Check warning on line 368 in packages_generated/account/src/v3/marshalling.gen.ts

View workflow job for this annotation

GitHub Actions / lint

'defaults' is defined but never used
): Record<string, unknown> => ({
sub_use_case: request.subUseCase,
})
Expand Down
11 changes: 6 additions & 5 deletions packages_generated/applesilicon/src/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
// 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, WaitForOptions } from '@scaleway/sdk-client'
import {
API as ParentAPI,
enrichForPagination,
API as ParentAPI,
toApiLocality,
urlParams,
validatePathParam,
waitForResource,
} from '@scaleway/sdk-client'
import type { ApiLocality, WaitForOptions } from '@scaleway/sdk-client'
import {
SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES_APPLESILICON,
SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_APPLESILICON,
Expand All @@ -25,8 +26,8 @@ import {
unmarshalConnectivityDiagnostic,
unmarshalListOSResponse,
unmarshalListServerPrivateNetworksResponse,
unmarshalListServerTypesResponse,
unmarshalListServersResponse,
unmarshalListServerTypesResponse,
unmarshalOS,
unmarshalServer,
unmarshalServerPrivateNetwork,
Expand All @@ -47,10 +48,10 @@ import type {
ListOSRequest,
ListOSResponse,
ListServerPrivateNetworksResponse,
ListServerTypesRequest,
ListServerTypesResponse,
ListServersRequest,
ListServersResponse,
ListServerTypesRequest,
ListServerTypesResponse,
OS,
PrivateNetworkApiAddServerPrivateNetworkRequest,
PrivateNetworkApiDeleteServerPrivateNetworkRequest,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// 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,
unmarshalArrayOfObject,
unmarshalDate,
} from '@scaleway/sdk-client'
import type { DefaultValues } from '@scaleway/sdk-client'
import type {
BatchCreateServersRequest,
BatchCreateServersRequestBatchInnerCreateServerRequest,
Expand All @@ -18,8 +18,8 @@ import type {
CreateServerRequest,
ListOSResponse,
ListServerPrivateNetworksResponse,
ListServerTypesResponse,
ListServersResponse,
ListServerTypesResponse,
OS,
PrivateNetworkApiAddServerPrivateNetworkRequest,
PrivateNetworkApiSetServerPrivateNetworksRequest,
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/autoscaling/src/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
import {
API as ParentAPI,
enrichForPagination,
API as ParentAPI,
urlParams,
validatePathParam,
} from '@scaleway/sdk-client'
Expand Down
Original file line number Diff line number Diff line change
@@ -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 { DefaultValues } from '@scaleway/sdk-client'
import {
isJSONObject,
resolveOneOf,
unmarshalArrayOfObject,
unmarshalDate,
unmarshalMapOfObject,
} from '@scaleway/sdk-client'
import type { DefaultValues } from '@scaleway/sdk-client'
import type {
Capacity,
CreateInstanceGroupRequest,
Expand Down
Loading
Loading