Skip to content

Commit 2594298

Browse files
authored
Merge branch 'main' into v1.6271.0
2 parents 08ec1d3 + 7142f60 commit 2594298

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/clients/src/api/instance/v1/marshalling.gen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,6 @@ const unmarshalServerType = (data: unknown): ServerType => {
12151215
return {
12161216
altNames: data.alt_names,
12171217
arch: data.arch,
1218-
baremetal: data.baremetal,
12191218
blockBandwidth: data.block_bandwidth,
12201219
capabilities: data.capabilities
12211220
? unmarshalServerTypeCapabilities(data.capabilities)

packages/clients/src/api/instance/v1/types.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,6 @@ export interface ServerType {
694694
gpuInfo?: ServerTypeGPUInfo
695695
/** CPU architecture. */
696696
arch: Arch
697-
/** True if it is a baremetal Instance. */
698-
baremetal: boolean
699697
/** Network available for the Instance. */
700698
network?: ServerTypeNetwork
701699
/** Capabilities. */

0 commit comments

Comments
 (0)