Skip to content

Commit 226a1da

Browse files
committed
feat: update generated APIs
1 parent 5298246 commit 226a1da

File tree

92 files changed

+264
-262
lines changed

Some content is hidden

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

92 files changed

+264
-262
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/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/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/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/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'

packages_generated/audit_trail/src/v1alpha1/index.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3-
export { API } from './api.gen'
4-
export * from './marshalling.gen'
3+
export { API } from './api.gen.js'
4+
export * from './marshalling.gen.js'
55
export type {
66
AccountOrganizationInfo,
77
AccountProjectInfo,
@@ -58,5 +58,5 @@ export type {
5858
SecretManagerSecretVersionInfo,
5959
SystemEvent,
6060
SystemEventKind,
61-
} from './types.gen'
62-
export * as ValidationRules from './validation-rules.gen'
61+
} from './types.gen.js'
62+
export * as ValidationRules from './validation-rules.gen.js'

packages_generated/autoscaling/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 Autoscalingv1alpha1 from './v1alpha1/index.gen'
6+
export * as Autoscalingv1alpha1 from './v1alpha1/index.gen.js'

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file was automatically generated. DO NOT EDIT.
22
// If you have any remark or suggestion do not hesitate to open an issue.
3-
export { API } from './api.gen'
4-
export * from './marshalling.gen'
3+
export { API } from './api.gen.js'
4+
export * from './marshalling.gen.js'
55
export type {
66
Capacity,
77
CreateInstanceGroupRequest,
@@ -52,5 +52,5 @@ export type {
5252
VolumeInstanceTemplateFromEmpty,
5353
VolumeInstanceTemplateFromSnapshot,
5454
VolumeInstanceTemplateVolumeType,
55-
} from './types.gen'
56-
export * as ValidationRules from './validation-rules.gen'
55+
} from './types.gen.js'
56+
export * as ValidationRules from './validation-rules.gen.js'

packages_generated/baremetal/src/index.gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* PLEASE DO NOT EDIT HERE
44
*/
55

6-
export * as Baremetalv1 from './v1/index.gen'
7-
export * as Baremetalv3 from './v3/index.gen'
6+
export * as Baremetalv1 from './v1/index.gen.js'
7+
export * as Baremetalv3 from './v3/index.gen.js'

packages_generated/baremetal/src/v1/index.gen.ts

Lines changed: 5 additions & 5 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
AddOptionServerRequest,
1111
BMCAccess,
@@ -100,5 +100,5 @@ export type {
100100
UpdateServerRequest,
101101
UpdateSettingRequest,
102102
ValidatePartitioningSchemaRequest,
103-
} from './types.gen'
104-
export * as ValidationRules from './validation-rules.gen'
103+
} from './types.gen.js'
104+
export * as ValidationRules from './validation-rules.gen.js'

0 commit comments

Comments
 (0)