@tolinax/ayoune-interfaces 2024.95.0 → 2024.97.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.
@@ -105,6 +105,8 @@ export interface IForm extends IDefaultFields {
105
105
  notificationAdress?: string;
106
106
  interestChannels?: any[];
107
107
  brands?: any[];
108
+ askForNewsletter?: boolean;
109
+ askForDataMerge?: boolean;
108
110
  overwriteGlobalSettings?: boolean;
109
111
  defaultMainType?: string;
110
112
  defaultType?: string;
@@ -151,6 +151,7 @@ export interface IaYOUneKeyword extends IDefaultFields {
151
151
  type?: string;
152
152
  kind?: string;
153
153
  origin?: string;
154
+ originDomain?: string;
154
155
  industry?: ObjectId;
155
156
  subIndustry?: ObjectId;
156
157
  related?: Related[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.95.0",
3
+ "version": "2024.97.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",