@trii/types 2.10.263 → 2.10.264

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.
@@ -39,6 +39,15 @@ export declare class EndingsDashboard {
39
39
  quantity: number;
40
40
  }
41
41
  export declare class MembersDashboard {
42
+ optionsList: MembersDashboardOption[];
43
+ values: MembersDashboardValue[];
44
+ }
45
+ export declare class MembersDashboardOption {
46
+ key: string;
47
+ name: string;
48
+ }
49
+ export declare class MembersDashboardValue {
50
+ key: string;
42
51
  activeConversations: number;
43
52
  inProgressConversations: number;
44
53
  expiredConversations: number;
@@ -26,6 +26,10 @@ export class EndingsDashboard {
26
26
  }
27
27
  export class MembersDashboard {
28
28
  }
29
+ export class MembersDashboardOption {
30
+ }
31
+ export class MembersDashboardValue {
32
+ }
29
33
  export class ChannelsDashboard {
30
34
  }
31
35
  export class LabelsDashboard {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.263",
3
+ "version": "2.10.264",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",