cmd-control-client-lib 3.0.82 → 3.0.83

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.
@@ -322,6 +322,8 @@ export declare type channelSummaryInfo = {
322
322
  unseenWithoutArchived: string;
323
323
  /** number of unanswered channels */
324
324
  unanswered: string;
325
+ /** number of unanswered channels */
326
+ unansweredWithoutArchived: string;
325
327
  /** last time of incoming message */
326
328
  lastTimeIn: string;
327
329
  /** last time of outgoing message */
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.82",
4
+ "version": "3.0.83",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },