@tolinax/ayoune-interfaces 2024.87.0 → 2024.89.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.
@@ -5,6 +5,7 @@ export interface IDownloadView extends IaYOUneTrackingParams, IGeoIPLocationTrac
5
5
  _customerID: ObjectId;
6
6
  _consumerID?: ObjectId;
7
7
  _download: ObjectId;
8
+ _list: ObjectId;
8
9
  _clientID: ObjectId[];
9
10
  _subID: ObjectId[];
10
11
  }
@@ -1,5 +1,5 @@
1
1
  import { IDefaultFields } from "./IDefaultFields";
2
- export interface ICTA extends IDefaultFields {
2
+ export interface IEventWidget extends IDefaultFields {
3
3
  _customerID: ObjectId;
4
4
  _clientID: ObjectId[];
5
5
  _subID: ObjectId[];
@@ -136,6 +136,7 @@ export * from "./ICalculationRule";
136
136
  export * from "./ICalculationSchema";
137
137
  export * from "./ICalendar";
138
138
  export * from "./ICalendarEntry";
139
+ export * from "./ICalendarWidgetView";
139
140
  export * from "./ICallProcedure";
140
141
  export * from "./ICampaign";
141
142
  export * from "./ICampaignClick";
@@ -252,6 +253,8 @@ export * from "./IEpic";
252
253
  export * from "./IErrorLog";
253
254
  export * from "./IETIM";
254
255
  export * from "./IEvent";
256
+ export * from "./IEventWidget";
257
+ export * from "./IEventWidgetView";
255
258
  export * from "./IEventMeta";
256
259
  export * from "./IExam";
257
260
  export * from "./IExamResult";
@@ -152,6 +152,7 @@ __exportStar(require("./ICalculationRule"), exports);
152
152
  __exportStar(require("./ICalculationSchema"), exports);
153
153
  __exportStar(require("./ICalendar"), exports);
154
154
  __exportStar(require("./ICalendarEntry"), exports);
155
+ __exportStar(require("./ICalendarWidgetView"), exports);
155
156
  __exportStar(require("./ICallProcedure"), exports);
156
157
  __exportStar(require("./ICampaign"), exports);
157
158
  __exportStar(require("./ICampaignClick"), exports);
@@ -268,6 +269,8 @@ __exportStar(require("./IEpic"), exports);
268
269
  __exportStar(require("./IErrorLog"), exports);
269
270
  __exportStar(require("./IETIM"), exports);
270
271
  __exportStar(require("./IEvent"), exports);
272
+ __exportStar(require("./IEventWidget"), exports);
273
+ __exportStar(require("./IEventWidgetView"), exports);
271
274
  __exportStar(require("./IEventMeta"), exports);
272
275
  __exportStar(require("./IExam"), exports);
273
276
  __exportStar(require("./IExamResult"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.87.0",
3
+ "version": "2024.89.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",