Skip to content
Closed
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
Loading