@adtrackify/at-tracking-event-types 3.3.9 → 3.3.10

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.
@@ -1,5 +1,4 @@
1
1
  import { IPDataResponse } from "../../event/index.js";
2
- import { CONTACT_ACQUISITION_SOURCE, CONTACT_ACQUISITION_SOURCE_ID } from "./contact-acquisition.js";
3
2
  import { EMAIL_STATUS, EmailableVerifyEmailResponse } from "./email-verification.js";
4
3
  import { ThirdPartyContact, ThirdPartyContactGroup } from "./third-party-contact.js";
5
4
  export declare enum PURCHASED_CONTACT_STATUS {
@@ -25,8 +24,6 @@ export interface PurchasableContact extends ThirdPartyContact {
25
24
  userAgent?: string;
26
25
  url?: string;
27
26
  diqPersonId?: string;
28
- source: CONTACT_ACQUISITION_SOURCE;
29
- sourceId: CONTACT_ACQUISITION_SOURCE_ID;
30
27
  contact?: ThirdPartyContact;
31
28
  contacts?: ThirdPartyContact[];
32
29
  emailStatus: EMAIL_STATUS;
@@ -1,5 +1,6 @@
1
1
  import { EMAIL_STATUS, EmailableVerifyEmailResponse } from "./email-verification.js";
2
2
  import { IPDataResponse } from "../../event/index.js";
3
+ import { CONTACT_ACQUISITION_SOURCE, CONTACT_ACQUISITION_SOURCE_ID } from "./contact-acquisition.js";
3
4
  export interface ThirdPartyContactGroup extends ThirdPartyContact {
4
5
  id: string;
5
6
  contacts: ThirdPartyContact[];
@@ -13,6 +14,8 @@ export interface ThirdPartyContact {
13
14
  emailAddress?: string;
14
15
  emailVerification?: EmailableVerifyEmailResponse;
15
16
  emailStatus: EMAIL_STATUS;
17
+ source: CONTACT_ACQUISITION_SOURCE;
18
+ sourceId: CONTACT_ACQUISITION_SOURCE_ID;
16
19
  domain?: string;
17
20
  url?: string;
18
21
  ipRegionName?: string;
@@ -1,5 +1,4 @@
1
1
  import { IPDataResponse } from "../../event/index.js";
2
- import { CONTACT_ACQUISITION_SOURCE, CONTACT_ACQUISITION_SOURCE_ID } from "./contact-acquisition.js";
3
2
  import { EMAIL_STATUS, EmailableVerifyEmailResponse } from "./email-verification.js";
4
3
  import { ThirdPartyContact, ThirdPartyContactGroup } from "./third-party-contact.js";
5
4
  export declare enum PURCHASED_CONTACT_STATUS {
@@ -25,8 +24,6 @@ export interface PurchasableContact extends ThirdPartyContact {
25
24
  userAgent?: string;
26
25
  url?: string;
27
26
  diqPersonId?: string;
28
- source: CONTACT_ACQUISITION_SOURCE;
29
- sourceId: CONTACT_ACQUISITION_SOURCE_ID;
30
27
  contact?: ThirdPartyContact;
31
28
  contacts?: ThirdPartyContact[];
32
29
  emailStatus: EMAIL_STATUS;
@@ -1,5 +1,6 @@
1
1
  import { EMAIL_STATUS, EmailableVerifyEmailResponse } from "./email-verification.js";
2
2
  import { IPDataResponse } from "../../event/index.js";
3
+ import { CONTACT_ACQUISITION_SOURCE, CONTACT_ACQUISITION_SOURCE_ID } from "./contact-acquisition.js";
3
4
  export interface ThirdPartyContactGroup extends ThirdPartyContact {
4
5
  id: string;
5
6
  contacts: ThirdPartyContact[];
@@ -13,6 +14,8 @@ export interface ThirdPartyContact {
13
14
  emailAddress?: string;
14
15
  emailVerification?: EmailableVerifyEmailResponse;
15
16
  emailStatus: EMAIL_STATUS;
17
+ source: CONTACT_ACQUISITION_SOURCE;
18
+ sourceId: CONTACT_ACQUISITION_SOURCE_ID;
16
19
  domain?: string;
17
20
  url?: string;
18
21
  ipRegionName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "3.3.9",
3
+ "version": "3.3.10",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist/*"