@tolinax/ayoune-interfaces 2024.85.0 → 2024.87.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.
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IAffClick extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  _affiliateID?: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IAffView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  _affiliateID?: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface ICTAClick extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  type?: string;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface ICTAView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  type?: string;
@@ -0,0 +1,10 @@
1
+ import { IDefaultFields } from "./IDefaultFields";
2
+ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
+ import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
+ export interface ICalendarWidgetView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
+ _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
7
+ _calendar: ObjectId;
8
+ _clientID: ObjectId[];
9
+ _subID: ObjectId[];
10
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface ICloudTagView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  type?: string;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IDownloadView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _download: ObjectId;
7
8
  _clientID: ObjectId[];
8
9
  _subID: ObjectId[];
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IEventRegisterView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _event: ObjectId;
7
8
  _clientID: ObjectId[];
8
9
  _subID: ObjectId[];
@@ -0,0 +1,17 @@
1
+ import { IDefaultFields } from "./IDefaultFields";
2
+ export interface ICTA extends IDefaultFields {
3
+ _customerID: ObjectId;
4
+ _clientID: ObjectId[];
5
+ _subID: ObjectId[];
6
+ viewMode: "list" | "table" | "calendar";
7
+ name?: string;
8
+ title?: string;
9
+ slug?: string;
10
+ description?: string;
11
+ textAfter?: string;
12
+ options: {
13
+ showPastEvents: boolean;
14
+ showTitle: boolean;
15
+ showDescription: boolean;
16
+ };
17
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import { IDefaultFields } from "./IDefaultFields";
2
+ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
+ import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
+ export interface IEventWidgetView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
+ _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
7
+ _widget: ObjectId;
8
+ _clientID: ObjectId[];
9
+ _subID: ObjectId[];
10
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IFeedBackView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  feedback?: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IFormView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  form?: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IInterestBarClick extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  bar?: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IInterestBarView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID: ObjectId[];
7
8
  _subID: ObjectId[];
8
9
  bar: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface ILinkPortalClick extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  _linkID?: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface ILinkPortalView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID: ObjectId[];
7
8
  _subID: ObjectId[];
8
9
  channel: string;
@@ -4,6 +4,7 @@ import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IMailClick extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  mail?: ObjectId;
6
6
  consumer?: ObjectId;
7
+ _consumerID?: ObjectId;
7
8
  destination?: string;
8
9
  linkid?: number;
9
10
  key?: string;
@@ -74,6 +74,7 @@ export interface IMeeting extends IDefaultFields {
74
74
  _user?: ObjectId;
75
75
  meetingLink?: string;
76
76
  buyTicketLink?: string;
77
+ externalLink?: string;
77
78
  start?: Date;
78
79
  end?: Date;
79
80
  active?: boolean;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IPopupClick extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  type?: string;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IPopupView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  type?: string;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IPushClick extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: string;
7
8
  _subID?: string;
8
9
  subscriptionId?: string;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IQuestionView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  question?: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IShortLinkClick extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  _shortLink?: ObjectId;
@@ -3,6 +3,7 @@ import { IaYOUneTrackingParams } from "./IaYOUneTrackingParams";
3
3
  import { IGeoIPLocationTracking } from "./IGeoIPLocationTracking";
4
4
  export interface IStoreView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
5
5
  _customerID: ObjectId;
6
+ _consumerID?: ObjectId;
6
7
  _clientID?: ObjectId[];
7
8
  _subID?: ObjectId[];
8
9
  url: string;
@@ -20,6 +20,7 @@ interface IForms {
20
20
  }
21
21
  export interface IView extends IaYOUneTrackingParams, IGeoIPLocationTracking, IDefaultFields {
22
22
  _customerID: ObjectId;
23
+ _consumerID?: ObjectId;
23
24
  _clientID?: ObjectId[];
24
25
  _subID?: ObjectId[];
25
26
  ayoune_sess: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.85.0",
3
+ "version": "2024.87.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",