@trii/types 2.10.637 → 2.10.639

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.
@@ -13,6 +13,8 @@ export interface MessageContactData {
13
13
  isGroup?: boolean;
14
14
  groupName?: string;
15
15
  groupAddress?: string;
16
+ whatsappUserId?: string;
17
+ whatsappParentUserId?: string;
16
18
  }
17
19
  export declare enum MessageDirection {
18
20
  IN = 1,
@@ -163,7 +163,15 @@ export declare enum ContactField_type {
163
163
  export interface IContactAddress {
164
164
  id: string;
165
165
  channelType: Common.Channels.ChannelType;
166
+ /**
167
+ * No es un id del canal de Trii.
168
+ * Facebook: fbPageId
169
+ * Instagram: igAccountId
170
+ * WhatsApp: cloudApiBusinessId
171
+ */
166
172
  channelId?: string;
173
+ whatsappUserId?: string;
174
+ whatsappParentUserId?: string;
167
175
  address: string;
168
176
  profileName: string;
169
177
  profileUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.637",
3
+ "version": "2.10.639",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",