@tolinax/ayoune-interfaces 2024.53.0 → 2024.54.1

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
- goggleId?: string;
541
- googleEtag?: string;
542
- xid?: string;
543
- lid?: string;
544
- fbid?: string;
545
- 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;
546
547
  channel?: string;
547
- fbChat?: boolean;
548
- waid?: string;
548
+ whatsappId?: string;
549
549
  last_auth_provider?: string;
550
550
  todos?: IConsumerToDo[];
551
551
  agent?: ObjectId;
@@ -585,9 +585,9 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
585
585
  hasLocation?: boolean;
586
586
  hasCheckLists?: boolean;
587
587
  wv_done?: boolean;
588
- portallocked?: boolean;
589
- adress_validated?: boolean;
590
- adress_validation_error?: boolean;
588
+ portalLocked?: boolean;
589
+ addressValidated?: boolean;
590
+ addressValidationError?: boolean;
591
591
  newsletter?: boolean;
592
592
  optout_date?: Date;
593
593
  optout_reason?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.53.0",
3
+ "version": "2024.54.1",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",