Skip to content

Commit 592c46d

Browse files
feat: add extension .js for nodenext (#2492)
Co-authored-by: Jonathan R. <[email protected]>
1 parent d6843de commit 592c46d

File tree

114 files changed

+212
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+212
-204
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
unmarshalListProjectsResponse,
1919
unmarshalProject,
2020
unmarshalProjectQualification,
21-
} from './marshalling.gen'
21+
} from './marshalling.gen.js'
2222
import type {
2323
CheckContractSignatureResponse,
2424
ContractApiCheckContractSignatureRequest,
@@ -37,7 +37,7 @@ import type {
3737
ProjectApiSetProjectQualificationRequest,
3838
ProjectApiUpdateProjectRequest,
3939
ProjectQualification,
40-
} from './types.gen'
40+
} from './types.gen.js'
4141

4242
const jsonContentHeaders = {
4343
'Content-Type': 'application/json; charset=utf-8',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import type {
3131
QualificationOtherUseCase,
3232
QualificationSetScalewayEnvironment,
3333
QualificationShareData,
34-
} from './types.gen'
34+
} from './types.gen.js'
3535

3636
const unmarshalContract = (data: unknown): Contract => {
3737
if (!isJSONObject(data)) {

packages_generated/applesilicon/src/v1alpha1/api.gen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import {
1414
SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES_APPLESILICON,
1515
SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_APPLESILICON,
16-
} from './content.gen'
16+
} from './content.gen.js'
1717
import {
1818
marshalBatchCreateServersRequest,
1919
marshalCreateServerRequest,
@@ -34,7 +34,7 @@ import {
3434
unmarshalServerType,
3535
unmarshalSetServerPrivateNetworksResponse,
3636
unmarshalStartConnectivityDiagnosticResponse,
37-
} from './marshalling.gen'
37+
} from './marshalling.gen.js'
3838
import type {
3939
BatchCreateServersRequest,
4040
BatchCreateServersResponse,
@@ -67,7 +67,7 @@ import type {
6767
StartConnectivityDiagnosticRequest,
6868
StartConnectivityDiagnosticResponse,
6969
UpdateServerRequest,
70-
} from './types.gen'
70+
} from './types.gen.js'
7171

7272
const jsonContentHeaders = {
7373
'Content-Type': 'application/json; charset=utf-8',

packages_generated/applesilicon/src/v1alpha1/content.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type {
44
ServerPrivateNetworkServerStatus,
55
ServerPrivateNetworkStatus,
66
ServerStatus,
7-
} from './types.gen'
7+
} from './types.gen.js'
88

99
/** Lists transient statutes of the enum {@link ServerPrivateNetworkServerStatus}. */
1010
export const SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES: ServerPrivateNetworkServerStatus[] =

packages_generated/applesilicon/src/v1alpha1/marshalling.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import type {
3939
StartConnectivityDiagnosticRequest,
4040
StartConnectivityDiagnosticResponse,
4141
UpdateServerRequest,
42-
} from './types.gen'
42+
} from './types.gen.js'
4343

4444
const unmarshalOSSupportedServerType = (
4545
data: unknown,

packages_generated/autoscaling/src/v1alpha1/api.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
unmarshalListInstanceGroupsResponse,
2121
unmarshalListInstancePoliciesResponse,
2222
unmarshalListInstanceTemplatesResponse,
23-
} from './marshalling.gen'
23+
} from './marshalling.gen.js'
2424
import type {
2525
CreateInstanceGroupRequest,
2626
CreateInstancePolicyRequest,
@@ -45,7 +45,7 @@ import type {
4545
UpdateInstanceGroupRequest,
4646
UpdateInstancePolicyRequest,
4747
UpdateInstanceTemplateRequest,
48-
} from './types.gen'
48+
} from './types.gen.js'
4949

5050
const jsonContentHeaders = {
5151
'Content-Type': 'application/json; charset=utf-8',

packages_generated/autoscaling/src/v1alpha1/marshalling.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import type {
3333
VolumeInstanceTemplate,
3434
VolumeInstanceTemplateFromEmpty,
3535
VolumeInstanceTemplateFromSnapshot,
36-
} from './types.gen'
36+
} from './types.gen.js'
3737

3838
const unmarshalCapacity = (data: unknown): Capacity => {
3939
if (!isJSONObject(data)) {

packages_generated/billing/src/v2beta1/api.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
unmarshalListDiscountsResponse,
1515
unmarshalListInvoicesResponse,
1616
unmarshalListTaxesResponse,
17-
} from './marshalling.gen'
17+
} from './marshalling.gen.js'
1818
import type {
1919
Discount,
2020
DownloadInvoiceRequest,
@@ -30,7 +30,7 @@ import type {
3030
ListTaxesRequest,
3131
ListTaxesResponse,
3232
RedeemCouponRequest,
33-
} from './types.gen'
33+
} from './types.gen.js'
3434

3535
/**
3636
* Billing API.

packages_generated/billing/src/v2beta1/marshalling.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type {
1717
ListInvoicesResponse,
1818
ListTaxesResponse,
1919
ListTaxesResponseTax,
20-
} from './types.gen'
20+
} from './types.gen.js'
2121

2222
const unmarshalDiscountCoupon = (data: unknown): DiscountCoupon => {
2323
if (!isJSONObject(data)) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import {
1414
SNAPSHOT_TRANSIENT_STATUSES as SNAPSHOT_TRANSIENT_STATUSES_BLOCK,
1515
VOLUME_TRANSIENT_STATUSES as VOLUME_TRANSIENT_STATUSES_BLOCK,
16-
} from './content.gen'
16+
} from './content.gen.js'
1717
import {
1818
marshalCreateSnapshotRequest,
1919
marshalCreateVolumeRequest,
@@ -26,7 +26,7 @@ import {
2626
unmarshalListVolumeTypesResponse,
2727
unmarshalSnapshot,
2828
unmarshalVolume,
29-
} from './marshalling.gen'
29+
} from './marshalling.gen.js'
3030
import type {
3131
CreateSnapshotRequest,
3232
CreateVolumeRequest,
@@ -46,7 +46,7 @@ import type {
4646
UpdateSnapshotRequest,
4747
UpdateVolumeRequest,
4848
Volume,
49-
} from './types.gen'
49+
} from './types.gen.js'
5050

5151
const jsonContentHeaders = {
5252
'Content-Type': 'application/json; charset=utf-8',

0 commit comments

Comments
 (0)