Skip to content

Commit

Permalink
feat(ipam): add apple silicon resource types (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 26, 2024
1 parent 9c92e5b commit eacafa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/clients/src/api/ipam/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export type ResourceType =
| 'baremetal_private_nic'
| 'llm_deployment'
| 'mgdb_instance'
| 'apple_silicon_server'
| 'apple_silicon_private_nic'

export interface Resource {
/** Type of resource the IP is attached to. */
Expand Down

0 comments on commit eacafa9

Please sign in to comment.