Skip to content

Commit 46c52d3

Browse files
authored
feat(ipam): add llm_deployment resource (#1134)
1 parent be0ae25 commit 46c52d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export type ResourceType =
2525
| 'redis_cluster'
2626
| 'baremetal_server'
2727
| 'baremetal_private_nic'
28+
| 'llm_deployment'
2829

2930
export interface Resource {
3031
/** Type of resource the IP is attached to. */

0 commit comments

Comments
 (0)