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
4 changes: 2 additions & 2 deletions packages_generated/account/src/v3/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
unmarshalListProjectsResponse,
unmarshalProject,
unmarshalProjectQualification,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
CheckContractSignatureResponse,
ContractApiCheckContractSignatureRequest,
Expand All @@ -37,7 +37,7 @@ import type {
ProjectApiSetProjectQualificationRequest,
ProjectApiUpdateProjectRequest,
ProjectQualification,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
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
Expand Up @@ -31,7 +31,7 @@ import type {
QualificationOtherUseCase,
QualificationSetScalewayEnvironment,
QualificationShareData,
} from './types.gen'
} from './types.gen.js'

const unmarshalContract = (data: unknown): Contract => {
if (!isJSONObject(data)) {
Expand Down
6 changes: 3 additions & 3 deletions packages_generated/applesilicon/src/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import {
SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES_APPLESILICON,
SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_APPLESILICON,
} from './content.gen'
} from './content.gen.js'
import {
marshalBatchCreateServersRequest,
marshalCreateServerRequest,
Expand All @@ -34,7 +34,7 @@ import {
unmarshalServerType,
unmarshalSetServerPrivateNetworksResponse,
unmarshalStartConnectivityDiagnosticResponse,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
BatchCreateServersRequest,
BatchCreateServersResponse,
Expand Down Expand Up @@ -67,7 +67,7 @@ import type {
StartConnectivityDiagnosticRequest,
StartConnectivityDiagnosticResponse,
UpdateServerRequest,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type {
ServerPrivateNetworkServerStatus,
ServerPrivateNetworkStatus,
ServerStatus,
} from './types.gen'
} from './types.gen.js'

/** Lists transient statutes of the enum {@link ServerPrivateNetworkServerStatus}. */
export const SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES: ServerPrivateNetworkServerStatus[] =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import type {
StartConnectivityDiagnosticRequest,
StartConnectivityDiagnosticResponse,
UpdateServerRequest,
} from './types.gen'
} from './types.gen.js'

const unmarshalOSSupportedServerType = (
data: unknown,
Expand Down
4 changes: 2 additions & 2 deletions packages_generated/autoscaling/src/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
unmarshalListInstanceGroupsResponse,
unmarshalListInstancePoliciesResponse,
unmarshalListInstanceTemplatesResponse,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
CreateInstanceGroupRequest,
CreateInstancePolicyRequest,
Expand All @@ -45,7 +45,7 @@ import type {
UpdateInstanceGroupRequest,
UpdateInstancePolicyRequest,
UpdateInstanceTemplateRequest,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import type {
VolumeInstanceTemplate,
VolumeInstanceTemplateFromEmpty,
VolumeInstanceTemplateFromSnapshot,
} from './types.gen'
} from './types.gen.js'

const unmarshalCapacity = (data: unknown): Capacity => {
if (!isJSONObject(data)) {
Expand Down
4 changes: 2 additions & 2 deletions packages_generated/billing/src/v2beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
unmarshalListDiscountsResponse,
unmarshalListInvoicesResponse,
unmarshalListTaxesResponse,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
Discount,
DownloadInvoiceRequest,
Expand All @@ -30,7 +30,7 @@ import type {
ListTaxesRequest,
ListTaxesResponse,
RedeemCouponRequest,
} from './types.gen'
} from './types.gen.js'

/**
* Billing API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import type {
ListInvoicesResponse,
ListTaxesResponse,
ListTaxesResponseTax,
} from './types.gen'
} from './types.gen.js'

const unmarshalDiscountCoupon = (data: unknown): DiscountCoupon => {
if (!isJSONObject(data)) {
Expand Down
6 changes: 3 additions & 3 deletions packages_generated/block/src/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import {
SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_BLOCK,
VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES_BLOCK,
} from './content.gen'
} from './content.gen.js'
import {
marshalCreateSnapshotRequest,
marshalCreateVolumeRequest,
Expand All @@ -26,7 +26,7 @@ import {
unmarshalListVolumeTypesResponse,
unmarshalSnapshot,
unmarshalVolume,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
CreateSnapshotRequest,
CreateVolumeRequest,
Expand All @@ -46,7 +46,7 @@ import type {
UpdateSnapshotRequest,
UpdateVolumeRequest,
Volume,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
Expand Down
6 changes: 5 additions & 1 deletion packages_generated/block/src/v1/content.gen.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
import type { ReferenceStatus, SnapshotStatus, VolumeStatus } from './types.gen'
import type {
ReferenceStatus,
SnapshotStatus,
VolumeStatus,
} from './types.gen.js'

/** Lists transient statutes of the enum {@link ReferenceStatus}. */
export const REFERENCE_TRANSIENT_STATUSES: ReferenceStatus[] = [
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/block/src/v1/marshalling.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type {
Volume,
VolumeSpecifications,
VolumeType,
} from './types.gen'
} from './types.gen.js'

export const unmarshalReference = (data: unknown): Reference => {
if (!isJSONObject(data)) {
Expand Down
6 changes: 3 additions & 3 deletions packages_generated/block/src/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import {
SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_BLOCK,
VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES_BLOCK,
} from './content.gen'
} from './content.gen.js'
import {
marshalCreateSnapshotRequest,
marshalCreateVolumeRequest,
Expand All @@ -27,7 +27,7 @@ import {
unmarshalListVolumeTypesResponse,
unmarshalSnapshot,
unmarshalVolume,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
CreateSnapshotRequest,
CreateVolumeRequest,
Expand All @@ -48,7 +48,7 @@ import type {
UpdateSnapshotRequest,
UpdateVolumeRequest,
Volume,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
Expand Down
6 changes: 5 additions & 1 deletion packages_generated/block/src/v1alpha1/content.gen.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
import type { ReferenceStatus, SnapshotStatus, VolumeStatus } from './types.gen'
import type {
ReferenceStatus,
SnapshotStatus,
VolumeStatus,
} from './types.gen.js'

/** Lists transient statutes of the enum {@link ReferenceStatus}. */
export const REFERENCE_TRANSIENT_STATUSES: ReferenceStatus[] = [
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/block/src/v1alpha1/marshalling.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import type {
Volume,
VolumeSpecifications,
VolumeType,
} from './types.gen'
} from './types.gen.js'

const unmarshalReference = (data: unknown): Reference => {
if (!isJSONObject(data)) {
Expand Down
4 changes: 2 additions & 2 deletions packages_generated/cockpit/src/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import {
unmarshalPlan,
unmarshalToken,
unmarshalUsageOverview,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
AlertManager,
ContactPoint,
Expand Down Expand Up @@ -105,7 +105,7 @@ import type {
RegionalApiUpdateDataSourceRequest,
Token,
UsageOverview,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/cockpit/src/v1/marshalling.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import type {
Token,
Usage,
UsageOverview,
} from './types.gen'
} from './types.gen.js'

const unmarshalContactPointEmail = (data: unknown): ContactPointEmail => {
if (!isJSONObject(data)) {
Expand Down
6 changes: 3 additions & 3 deletions packages_generated/container/src/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
NAMESPACE_TRANSIENT_STATUSES as NAMESPACE_TRANSIENT_STATUSES_CONTAINER,
TOKEN_TRANSIENT_STATUSES as TOKEN_TRANSIENT_STATUSES_CONTAINER,
TRIGGER_TRANSIENT_STATUSES as TRIGGER_TRANSIENT_STATUSES_CONTAINER,
} from './content.gen'
} from './content.gen.js'
import {
marshalCreateContainerRequest,
marshalCreateCronRequest,
Expand All @@ -42,7 +42,7 @@ import {
unmarshalNamespace,
unmarshalToken,
unmarshalTrigger,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
Container,
CreateContainerRequest,
Expand Down Expand Up @@ -85,7 +85,7 @@ import type {
UpdateCronRequest,
UpdateNamespaceRequest,
UpdateTriggerRequest,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/container/src/v1beta1/content.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
NamespaceStatus,
TokenStatus,
TriggerStatus,
} from './types.gen'
} from './types.gen.js'

/** Lists transient statutes of the enum {@link ContainerStatus}. */
export const CONTAINER_TRANSIENT_STATUSES: ContainerStatus[] = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import type {
UpdateNamespaceRequest,
UpdateTriggerRequest,
UpdateTriggerRequestSqsClientConfig,
} from './types.gen'
} from './types.gen.js'

const unmarshalContainerHealthCheckSpecHTTPProbe = (
data: unknown,
Expand Down
6 changes: 3 additions & 3 deletions packages_generated/datawarehouse/src/v1beta1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
validatePathParam,
waitForResource,
} from '@scaleway/sdk-client'
import { DEPLOYMENT_TRANSIENT_STATUSES as DEPLOYMENT_TRANSIENT_STATUSES_DATAWAREHOUSE } from './content.gen'
import { DEPLOYMENT_TRANSIENT_STATUSES as DEPLOYMENT_TRANSIENT_STATUSES_DATAWAREHOUSE } from './content.gen.js'
import {
marshalCreateDatabaseRequest,
marshalCreateDeploymentRequest,
Expand All @@ -27,7 +27,7 @@ import {
unmarshalListUsersResponse,
unmarshalListVersionsResponse,
unmarshalUser,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
CreateDatabaseRequest,
CreateDeploymentRequest,
Expand Down Expand Up @@ -55,7 +55,7 @@ import type {
UpdateDeploymentRequest,
UpdateUserRequest,
User,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This file was automatically generated. DO NOT EDIT.
// If you have any remark or suggestion do not hesitate to open an issue.
import type { DeploymentStatus } from './types.gen'
import type { DeploymentStatus } from './types.gen.js'

/** Lists transient statutes of the enum {@link DeploymentStatus}. */
export const DEPLOYMENT_TRANSIENT_STATUSES: DeploymentStatus[] = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import type {
UpdateUserRequest,
User,
Version,
} from './types.gen'
} from './types.gen.js'

const unmarshalEndpointPrivateNetworkDetails = (
data: unknown,
Expand Down
6 changes: 3 additions & 3 deletions packages_generated/dedibox/src/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
RPN_V2_GROUP_TRANSIENT_STATUSES as RPN_V2_GROUP_TRANSIENT_STATUSES_DEDIBOX,
SERVER_INSTALL_TRANSIENT_STATUSES as SERVER_INSTALL_TRANSIENT_STATUSES_DEDIBOX,
SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_DEDIBOX,
} from './content.gen'
} from './content.gen.js'
import {
marshalAttachFailoverIPsRequest,
marshalAttachFailoverIPToMacAddressRequest,
Expand Down Expand Up @@ -99,7 +99,7 @@ import {
unmarshalServerInstall,
unmarshalService,
unmarshalSubscribeStorageOptionsResponse,
} from './marshalling.gen'
} from './marshalling.gen.js'
import type {
AttachFailoverIPsRequest,
AttachFailoverIPToMacAddressRequest,
Expand Down Expand Up @@ -248,7 +248,7 @@ import type {
UpdateServerBackupRequest,
UpdateServerRequest,
UpdateServerTagsRequest,
} from './types.gen'
} from './types.gen.js'

const jsonContentHeaders = {
'Content-Type': 'application/json; charset=utf-8',
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/dedibox/src/v1/content.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type {
ServerInstallStatus,
ServerStatus,
ServiceProvisioningStatus,
} from './types.gen'
} from './types.gen.js'

/** Lists transient statutes of the enum {@link BMCAccessStatus}. */
export const BMC_ACCESS_TRANSIENT_STATUSES: BMCAccessStatus[] = [
Expand Down
Loading
Loading