Skip to content

Commit eacafa9

Browse files
authored
feat(ipam): add apple silicon resource types (#1605)
1 parent 9c92e5b commit eacafa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ export type ResourceType =
2828
| 'baremetal_private_nic'
2929
| 'llm_deployment'
3030
| 'mgdb_instance'
31+
| 'apple_silicon_server'
32+
| 'apple_silicon_private_nic'
3133

3234
export interface Resource {
3335
/** Type of resource the IP is attached to. */

0 commit comments

Comments
 (0)