@tolinax/ayoune-interfaces 2024.53.0 → 2024.54.0
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.
|
@@ -215,7 +215,6 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
|
|
|
215
215
|
interestchannels?: string[];
|
|
216
216
|
brands?: string[];
|
|
217
217
|
preferredShop?: string;
|
|
218
|
-
exchangeId?: string;
|
|
219
218
|
syncWithOutlook?: boolean;
|
|
220
219
|
syncWithGoogle?: boolean;
|
|
221
220
|
preferredBrand?: string;
|
|
@@ -537,15 +536,16 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
|
|
|
537
536
|
supplier_electronic_cooperation?: boolean;
|
|
538
537
|
supplier_electronic_cooperation_interface?: string;
|
|
539
538
|
externalSource?: string;
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
539
|
+
googleId?: string;
|
|
540
|
+
outlookId?: string;
|
|
541
|
+
etag?: string;
|
|
542
|
+
xingId?: string;
|
|
543
|
+
linkendInId?: string;
|
|
544
|
+
facebookId?: string;
|
|
545
|
+
facebookAppId?: string;
|
|
546
|
+
facebookChatId?: string;
|
|
546
547
|
channel?: string;
|
|
547
|
-
|
|
548
|
-
waid?: string;
|
|
548
|
+
whatsappId?: string;
|
|
549
549
|
last_auth_provider?: string;
|
|
550
550
|
todos?: IConsumerToDo[];
|
|
551
551
|
agent?: ObjectId;
|