cmd-control-client-lib 3.0.329 → 3.0.332

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -403,6 +403,10 @@ export declare type channelSummaryInfo = {
403
403
  channels: string;
404
404
  /** number of unseen messages */
405
405
  unseen: string;
406
+ /** number of unused CHANNELS*/
407
+ unusedIn: string;
408
+ unusedOut: string;
409
+ unusedInOut: string;
406
410
  /** number of unseen messages */
407
411
  unseenWithoutArchived: string;
408
412
  /** number of unseen channels */
@@ -94,4 +94,5 @@ export interface SessionState extends IKeyMaybeValue {
94
94
  /** last MomentumChat usage Date*/
95
95
  lastMomentumUsage?: string;
96
96
  showToyTab?: EnumBooleanStringified;
97
+ webtoken?: string;
97
98
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.329",
4
+ "version": "3.0.332",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },