@tolinax/ayoune-interfaces 2024.94.0 → 2024.96.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.
@@ -72,6 +72,7 @@ export interface ICTA extends IDefaultFields {
72
72
  slideWidth: number;
73
73
  shrinkItems: boolean;
74
74
  };
75
+ background_transparent: boolean;
75
76
  background_color_1: string;
76
77
  background_color_2: string;
77
78
  border_color: string;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.94.0",
3
+ "version": "2024.96.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",