@tolinax/ayoune-interfaces 2024.30.0 → 2024.32.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.
@@ -587,6 +587,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
587
587
  newsletter?: boolean;
588
588
  optout_date?: Date;
589
589
  optout_reason?: string;
590
+ optout_comment?: string;
590
591
  phoneoptin?: boolean;
591
592
  postoptin?: boolean;
592
593
  approvedDataMerge?: boolean;
@@ -27,5 +27,6 @@ export interface IMail extends IDefaultFields {
27
27
  allowfast?: boolean;
28
28
  addURLParams?: boolean;
29
29
  ignore_doi: boolean;
30
+ injectBrowserLink?: boolean;
30
31
  note?: string;
31
32
  }
@@ -47,5 +47,6 @@ export interface IMailLog extends IDefaultFields {
47
47
  resentBy?: string;
48
48
  sentAt?: Date;
49
49
  testSend?: boolean;
50
+ injectBrowserLink?: boolean;
50
51
  htmlContent?: ObjectId;
51
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.30.0",
3
+ "version": "2024.32.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",