Skip to content

Commit

Permalink
[FEAT] connection types now supports IN_PROCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jun 5, 2024
1 parent 3118978 commit f2a51a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export type ConnectionType =
| "LEAFNODE"
| "LEAFNODE_WS"
| "MQTT"
| "MQTT_WS";
| "MQTT_WS"
| "IN_PROCESS";

export interface UserPermissionsLimits extends Permissions, Limits {
"bearer_token": boolean;
Expand Down

0 comments on commit f2a51a9

Please sign in to comment.