Skip to content

Commit c0deb0a

Browse files
authored
feat(rdb): deprecate ACLRule port (#470)
1 parent 1aa4a03 commit c0deb0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ export type VolumeType = 'lssd' | 'bssd'
123123

124124
export interface ACLRule {
125125
ip: string
126-
port: number
126+
/** @deprecated */
127+
port?: number
127128
protocol: ACLRuleProtocol
128129
direction: ACLRuleDirection
129130
action: ACLRuleAction

0 commit comments

Comments
 (0)