@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.
|
@@ -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;
|