Skip to content

Commit 3522651

Browse files
committed
feat: update generated APIs
1 parent 5119374 commit 3522651

File tree

227 files changed

+624
-518
lines changed

Some content is hidden

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

227 files changed

+624
-518
lines changed

packages_generated/account/src/index.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* PLEASE DO NOT EDIT HERE
44
*/
55

6-
export * as Accountv3 from './v3/index.gen'
6+
export * as Accountv3 from './v3/index.gen.js'

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/index.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
export {
44
ContractAPI,
55
ProjectAPI,
6-
} from './api.gen'
7-
export * from './marshalling.gen'
6+
} from './api.gen.js'
7+
export * from './marshalling.gen.js'
88
export type {
99
CheckContractSignatureResponse,
1010
Contract,
@@ -47,5 +47,5 @@ export type {
4747
QualificationSetScalewayEnvironmentSubUseCase,
4848
QualificationShareData,
4949
QualificationShareDataSubUseCase,
50-
} from './types.gen'
51-
export * as ValidationRules from './validation-rules.gen'
50+
} from './types.gen.js'
51+
export * as ValidationRules from './validation-rules.gen.js'

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/index.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* PLEASE DO NOT EDIT HERE
44
*/
55

6-
export * as Applesiliconv1alpha1 from './v1alpha1/index.gen'
6+
export * as Applesiliconv1alpha1 from './v1alpha1/index.gen.js'

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/index.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
export {
44
API,
55
PrivateNetworkAPI,
6-
} from './api.gen'
7-
export * from './content.gen'
8-
export * from './marshalling.gen'
6+
} from './api.gen.js'
7+
export * from './content.gen.js'
8+
export * from './marshalling.gen.js'
99
export type {
1010
BatchCreateServersRequest,
1111
BatchCreateServersRequestBatchInnerCreateServerRequest,
@@ -60,4 +60,4 @@ export type {
6060
StartConnectivityDiagnosticRequest,
6161
StartConnectivityDiagnosticResponse,
6262
UpdateServerRequest,
63-
} from './types.gen'
63+
} from './types.gen.js'

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/audit_trail/src/index.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* PLEASE DO NOT EDIT HERE
44
*/
55

6-
export * as AuditTrailv1alpha1 from './v1alpha1/index.gen'
6+
export * as AuditTrailv1alpha1 from './v1alpha1/index.gen.js'

0 commit comments

Comments
 (0)