Skip to content

Commit

Permalink
fix(types): topic alias controls and password (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Jun 23, 2023
1 parent 6aaabf2 commit 85c9341
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion types/lib/client-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface IClientOptions extends ISecureClientOptions {
/**
* the password required by your broker, if any
*/
password?: string
password?: Buffer | string
/**
* a Store for the incoming packets
*/
Expand All @@ -60,6 +60,10 @@ export interface IClientOptions extends ISecureClientOptions {
*/
outgoingStore?: Store
queueQoSZero?: boolean

autoUseTopicAlias?: boolean
autoAssignTopicAlias?: boolean

reschedulePings?: boolean
servers?: Array<{
host: string
Expand Down

0 comments on commit 85c9341

Please sign in to comment.