Skip to content

Commit 1c6808b

Browse files
authored
fix(lb): make private network's ip_id nullable (#790)
1 parent ed53526 commit 1c6808b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ export interface PrivateNetwork {
796796
}
797797

798798
export interface PrivateNetworkDHCPConfig {
799-
ipId: string
799+
ipId?: string
800800
}
801801

802802
export interface PrivateNetworkIpamConfig {}

0 commit comments

Comments
 (0)