@tolinax/ayoune-interfaces 2024.52.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,8 +215,8 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
215
215
  interestchannels?: string[];
216
216
  brands?: string[];
217
217
  preferredShop?: string;
218
- exchangeId?: string;
219
- restrict_exchange_sync?: boolean;
218
+ syncWithOutlook?: boolean;
219
+ syncWithGoogle?: boolean;
220
220
  preferredBrand?: string;
221
221
  preferredBrands?: IPreferredItem[];
222
222
  preferredManufacturers?: IPreferredItem[];
@@ -536,15 +536,16 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
536
536
  supplier_electronic_cooperation?: boolean;
537
537
  supplier_electronic_cooperation_interface?: string;
538
538
  externalSource?: string;
539
- goggleId?: string;
540
- googleEtag?: string;
541
- xid?: string;
542
- lid?: string;
543
- fbid?: string;
544
- fbidApp?: string;
539
+ googleId?: string;
540
+ outlookId?: string;
541
+ etag?: string;
542
+ xingId?: string;
543
+ linkendInId?: string;
544
+ facebookId?: string;
545
+ facebookAppId?: string;
546
+ facebookChatId?: string;
545
547
  channel?: string;
546
- fbChat?: boolean;
547
- waid?: string;
548
+ whatsappId?: string;
548
549
  last_auth_provider?: string;
549
550
  todos?: IConsumerToDo[];
550
551
  agent?: ObjectId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.52.0",
3
+ "version": "2024.54.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",