@trii/types 2.10.554 → 2.10.556

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.
@@ -19,6 +19,14 @@ export interface Template {
19
19
  status: TemplateStatus;
20
20
  rejectedReason: boolean;
21
21
  timestamp?: Date;
22
+ /**lista de id de grupos */
23
+ allowGroups?: string[];
24
+ /**lista de id de usuarios */
25
+ allowUsers?: string[];
26
+ /**Usar en modulo Conversations */
27
+ allowInConversations?: boolean | true;
28
+ /**Usar en modulo Marketing */
29
+ allowInMarketing?: boolean | true;
22
30
  }
23
31
  export declare enum TemplateStatus {
24
32
  PENDING = 0,
@@ -17,6 +17,8 @@ export interface BodyDashboard {
17
17
  memberId: string | null;
18
18
  groupId: string;
19
19
  ending?: string | null;
20
+ /** For filter conversations with IConversation.assignedTo.userInfo.id */
21
+ assignedToUserId?: string | null;
20
22
  }
21
23
  export declare enum GeneralDashboardType {
22
24
  UNASSIGNED = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.554",
3
+ "version": "2.10.556",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",