Skip to content

Commit 85c9341

Browse files
authored
fix(types): topic alias controls and password (#1509)
1 parent 6aaabf2 commit 85c9341

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

types/lib/client-options.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface IClientOptions extends ISecureClientOptions {
5050
/**
5151
* the password required by your broker, if any
5252
*/
53-
password?: string
53+
password?: Buffer | string
5454
/**
5555
* a Store for the incoming packets
5656
*/
@@ -60,6 +60,10 @@ export interface IClientOptions extends ISecureClientOptions {
6060
*/
6161
outgoingStore?: Store
6262
queueQoSZero?: boolean
63+
64+
autoUseTopicAlias?: boolean
65+
autoAssignTopicAlias?: boolean
66+
6367
reschedulePings?: boolean
6468
servers?: Array<{
6569
host: string

0 commit comments

Comments
 (0)