@tolinax/ayoune-interfaces 2024.51.2 → 2024.53.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.
@@ -216,7 +216,8 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
216
216
  brands?: string[];
217
217
  preferredShop?: string;
218
218
  exchangeId?: string;
219
- restrict_exchange_sync?: boolean;
219
+ syncWithOutlook?: boolean;
220
+ syncWithGoogle?: boolean;
220
221
  preferredBrand?: string;
221
222
  preferredBrands?: IPreferredItem[];
222
223
  preferredManufacturers?: IPreferredItem[];
@@ -43,4 +43,5 @@ export interface IImapMail extends IDefaultFields {
43
43
  color?: string;
44
44
  linkedAccounts?: ILinkedAccount[];
45
45
  support?: boolean;
46
+ origin?: string;
46
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.51.2",
3
+ "version": "2024.53.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",