@adtrackify/at-tracking-event-types 3.0.63 → 3.0.64

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.
Files changed (161) hide show
  1. package/dist/cjs/index.d.ts +1 -1
  2. package/dist/cjs/index.js +17 -17
  3. package/dist/cjs/types/api/account.d.ts +61 -61
  4. package/dist/cjs/types/api/account.js +22 -22
  5. package/dist/cjs/types/api/contact-acquisition.d.ts +37 -37
  6. package/dist/cjs/types/api/contact-acquisition.js +16 -16
  7. package/dist/cjs/types/api/destination-tracked-events.d.ts +11 -11
  8. package/dist/cjs/types/api/destination-tracked-events.js +3 -3
  9. package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
  10. package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
  11. package/dist/cjs/types/api/destinations/destinations.d.ts +79 -78
  12. package/dist/cjs/types/api/destinations/destinations.js +35 -34
  13. package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
  14. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.d.ts +8 -8
  15. package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.js +2 -2
  16. package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +97 -89
  17. package/dist/cjs/types/api/destinations/third-party-destination-configs.js +9 -9
  18. package/dist/cjs/types/api/destinations/third-party-destination-configs.js.map +1 -1
  19. package/dist/cjs/types/api/destinations/third-party-integration-configs.d.ts +7 -7
  20. package/dist/cjs/types/api/destinations/third-party-integration-configs.js +2 -2
  21. package/dist/cjs/types/api/event-last-seen.d.ts +6 -6
  22. package/dist/cjs/types/api/event-last-seen.js +2 -2
  23. package/dist/cjs/types/api/event-status.d.ts +18 -18
  24. package/dist/cjs/types/api/event-status.js +9 -9
  25. package/dist/cjs/types/api/index.d.ts +17 -17
  26. package/dist/cjs/types/api/index.js +33 -33
  27. package/dist/cjs/types/api/log-events.d.ts +16 -16
  28. package/dist/cjs/types/api/log-events.js +2 -2
  29. package/dist/cjs/types/api/pixel-setup-health.d.ts +19 -19
  30. package/dist/cjs/types/api/pixel-setup-health.js +2 -2
  31. package/dist/cjs/types/api/query.d.ts +160 -160
  32. package/dist/cjs/types/api/query.js +110 -110
  33. package/dist/cjs/types/api/shopify-app-install.d.ts +38 -38
  34. package/dist/cjs/types/api/shopify-app-install.js +13 -13
  35. package/dist/cjs/types/api/subscription.d.ts +125 -125
  36. package/dist/cjs/types/api/subscription.js +36 -36
  37. package/dist/cjs/types/api/tracking-events.d.ts +14 -14
  38. package/dist/cjs/types/api/tracking-events.js +2 -2
  39. package/dist/cjs/types/api/user.d.ts +13 -13
  40. package/dist/cjs/types/api/user.js +2 -2
  41. package/dist/cjs/types/common/address.d.ts +15 -15
  42. package/dist/cjs/types/common/address.js +2 -2
  43. package/dist/cjs/types/common/currency.d.ts +1 -1
  44. package/dist/cjs/types/common/currency.js +63 -63
  45. package/dist/cjs/types/common/index.d.ts +2 -2
  46. package/dist/cjs/types/common/index.js +18 -18
  47. package/dist/cjs/types/event/base/event-name-enum.d.ts +55 -55
  48. package/dist/cjs/types/event/base/event-name-enum.js +61 -61
  49. package/dist/cjs/types/event/base/event.d.ts +20 -20
  50. package/dist/cjs/types/event/base/event.js +10 -10
  51. package/dist/cjs/types/event/base/index.d.ts +2 -2
  52. package/dist/cjs/types/event/base/index.js +18 -18
  53. package/dist/cjs/types/event/context/event-context-identity.d.ts +17 -17
  54. package/dist/cjs/types/event/context/event-context-identity.js +2 -2
  55. package/dist/cjs/types/event/context/event-context.d.ts +159 -159
  56. package/dist/cjs/types/event/context/event-context.js +2 -2
  57. package/dist/cjs/types/event/context/index.d.ts +2 -2
  58. package/dist/cjs/types/event/context/index.js +18 -18
  59. package/dist/cjs/types/event/index.d.ts +5 -5
  60. package/dist/cjs/types/event/index.js +21 -21
  61. package/dist/cjs/types/event/log-event.d.ts +35 -35
  62. package/dist/cjs/types/event/log-event.js +22 -22
  63. package/dist/cjs/types/event/metric-event.d.ts +13 -13
  64. package/dist/cjs/types/event/metric-event.js +2 -2
  65. package/dist/cjs/types/event/tracking-event.d.ts +62 -62
  66. package/dist/cjs/types/event/tracking-event.js +2 -2
  67. package/dist/cjs/types/event-bus-event.d.ts +25 -25
  68. package/dist/cjs/types/event-bus-event.js +2 -2
  69. package/dist/cjs/types/fingerprint/browser-attributes.d.ts +60 -60
  70. package/dist/cjs/types/fingerprint/browser-attributes.js +2 -2
  71. package/dist/cjs/types/fingerprint/index.d.ts +6 -6
  72. package/dist/cjs/types/fingerprint/index.js +18 -18
  73. package/dist/cjs/types/fingerprint/server-attributes.d.ts +50 -50
  74. package/dist/cjs/types/fingerprint/server-attributes.js +2 -2
  75. package/dist/cjs/types/index.d.ts +7 -7
  76. package/dist/cjs/types/index.js +23 -23
  77. package/dist/cjs/types/third-party-event-configuration-types.d.ts +10 -10
  78. package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
  79. package/dist/cjs/types/tracking-event-ingest-message.d.ts +10 -10
  80. package/dist/cjs/types/tracking-event-ingest-message.js +2 -2
  81. package/dist/esm/index.d.ts +1 -1
  82. package/dist/esm/index.js +1 -1
  83. package/dist/esm/types/api/account.d.ts +61 -61
  84. package/dist/esm/types/api/account.js +19 -19
  85. package/dist/esm/types/api/contact-acquisition.d.ts +37 -37
  86. package/dist/esm/types/api/contact-acquisition.js +13 -13
  87. package/dist/esm/types/api/destination-tracked-events.d.ts +11 -11
  88. package/dist/esm/types/api/destination-tracked-events.js +1 -1
  89. package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
  90. package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
  91. package/dist/esm/types/api/destinations/destinations.d.ts +79 -78
  92. package/dist/esm/types/api/destinations/destinations.js +32 -31
  93. package/dist/esm/types/api/destinations/destinations.js.map +1 -1
  94. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.d.ts +8 -8
  95. package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.js +1 -1
  96. package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +97 -89
  97. package/dist/esm/types/api/destinations/third-party-destination-configs.js +6 -6
  98. package/dist/esm/types/api/destinations/third-party-destination-configs.js.map +1 -1
  99. package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +7 -7
  100. package/dist/esm/types/api/destinations/third-party-integration-configs.js +1 -1
  101. package/dist/esm/types/api/event-last-seen.d.ts +6 -6
  102. package/dist/esm/types/api/event-last-seen.js +1 -1
  103. package/dist/esm/types/api/event-status.d.ts +18 -18
  104. package/dist/esm/types/api/event-status.js +6 -6
  105. package/dist/esm/types/api/index.d.ts +17 -17
  106. package/dist/esm/types/api/index.js +17 -17
  107. package/dist/esm/types/api/log-events.d.ts +16 -16
  108. package/dist/esm/types/api/log-events.js +1 -1
  109. package/dist/esm/types/api/pixel-setup-health.d.ts +19 -19
  110. package/dist/esm/types/api/pixel-setup-health.js +1 -1
  111. package/dist/esm/types/api/query.d.ts +160 -160
  112. package/dist/esm/types/api/query.js +107 -107
  113. package/dist/esm/types/api/shopify-app-install.d.ts +38 -38
  114. package/dist/esm/types/api/shopify-app-install.js +10 -10
  115. package/dist/esm/types/api/subscription.d.ts +125 -125
  116. package/dist/esm/types/api/subscription.js +33 -33
  117. package/dist/esm/types/api/tracking-events.d.ts +14 -14
  118. package/dist/esm/types/api/tracking-events.js +1 -1
  119. package/dist/esm/types/api/user.d.ts +13 -13
  120. package/dist/esm/types/api/user.js +1 -1
  121. package/dist/esm/types/common/address.d.ts +15 -15
  122. package/dist/esm/types/common/address.js +1 -1
  123. package/dist/esm/types/common/currency.d.ts +1 -1
  124. package/dist/esm/types/common/currency.js +60 -60
  125. package/dist/esm/types/common/index.d.ts +2 -2
  126. package/dist/esm/types/common/index.js +2 -2
  127. package/dist/esm/types/event/base/event-name-enum.d.ts +55 -55
  128. package/dist/esm/types/event/base/event-name-enum.js +58 -58
  129. package/dist/esm/types/event/base/event.d.ts +20 -20
  130. package/dist/esm/types/event/base/event.js +7 -7
  131. package/dist/esm/types/event/base/index.d.ts +2 -2
  132. package/dist/esm/types/event/base/index.js +2 -2
  133. package/dist/esm/types/event/context/event-context-identity.d.ts +17 -17
  134. package/dist/esm/types/event/context/event-context-identity.js +1 -1
  135. package/dist/esm/types/event/context/event-context.d.ts +159 -159
  136. package/dist/esm/types/event/context/event-context.js +1 -1
  137. package/dist/esm/types/event/context/index.d.ts +2 -2
  138. package/dist/esm/types/event/context/index.js +2 -2
  139. package/dist/esm/types/event/index.d.ts +5 -5
  140. package/dist/esm/types/event/index.js +5 -5
  141. package/dist/esm/types/event/log-event.d.ts +35 -35
  142. package/dist/esm/types/event/log-event.js +19 -19
  143. package/dist/esm/types/event/metric-event.d.ts +13 -13
  144. package/dist/esm/types/event/metric-event.js +1 -1
  145. package/dist/esm/types/event/tracking-event.d.ts +62 -62
  146. package/dist/esm/types/event/tracking-event.js +1 -1
  147. package/dist/esm/types/event-bus-event.d.ts +25 -25
  148. package/dist/esm/types/event-bus-event.js +1 -1
  149. package/dist/esm/types/fingerprint/browser-attributes.d.ts +60 -60
  150. package/dist/esm/types/fingerprint/browser-attributes.js +1 -1
  151. package/dist/esm/types/fingerprint/index.d.ts +6 -6
  152. package/dist/esm/types/fingerprint/index.js +2 -2
  153. package/dist/esm/types/fingerprint/server-attributes.d.ts +50 -50
  154. package/dist/esm/types/fingerprint/server-attributes.js +1 -1
  155. package/dist/esm/types/index.d.ts +7 -7
  156. package/dist/esm/types/index.js +7 -7
  157. package/dist/esm/types/third-party-event-configuration-types.d.ts +10 -10
  158. package/dist/esm/types/third-party-event-configuration-types.js +1 -1
  159. package/dist/esm/types/tracking-event-ingest-message.d.ts +10 -10
  160. package/dist/esm/types/tracking-event-ingest-message.js +1 -1
  161. package/package.json +1 -1
@@ -1 +1 @@
1
- export * from './types';
1
+ export * from './types';
package/dist/cjs/index.js CHANGED
@@ -1,18 +1,18 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./types"), exports);
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1,61 +1,61 @@
1
- import { Subscription } from './subscription';
2
- export interface Account {
3
- id: string;
4
- accountName: string;
5
- companyName?: string;
6
- accountStatus: ACCOUNT_STATUS;
7
- disablingOn?: string;
8
- disabledOn?: string;
9
- statusMessage?: string;
10
- primaryEmail: string;
11
- publicApiKey?: string;
12
- subscriptionId?: string;
13
- pixels?: Pixel[];
14
- subscription?: Subscription;
15
- ownerId?: string;
16
- settings?: AccountSettings;
17
- confirmedAt?: string;
18
- featureFlags?: FeatureFlag[];
19
- createdAt: string;
20
- updatedAt: string;
21
- updatedBy?: string;
22
- }
23
- export interface Pixel {
24
- id: string;
25
- accountId: string;
26
- name: string;
27
- status: PIXEL_STATUS;
28
- disablingOn?: string;
29
- createdAt: string;
30
- updatedAt: string;
31
- }
32
- export declare enum PIXEL_STATUS {
33
- ACTIVE = "active",
34
- PENDING_DISABLE = "pending_disable",
35
- DISABLED = "disabled",
36
- CANCELLED = "cancelled"
37
- }
38
- export declare enum ACCOUNT_STATUS {
39
- PENDING = "pending",
40
- ACTIVE = "active",
41
- PENDING_DISABLE = "pending_disable",
42
- DISABLED = "disabled",
43
- CANCELLED = "cancelled"
44
- }
45
- export interface AccountSettings {
46
- defaultTimezone?: string;
47
- selectedTimezone?: string;
48
- defaultCurrency?: string;
49
- selectedCurrency?: string;
50
- countPendingOrders?: boolean;
51
- countVoidedOrders?: boolean;
52
- }
53
- export interface FeatureFlag {
54
- name: FEATURE_FLAG;
55
- enabled: boolean;
56
- createdAt: string;
57
- updatedAt: string;
58
- }
59
- export declare enum FEATURE_FLAG {
60
- CONTACT_ACQUISITION = "contactAcquisition"
61
- }
1
+ import { Subscription } from './subscription';
2
+ export interface Account {
3
+ id: string;
4
+ accountName: string;
5
+ companyName?: string;
6
+ accountStatus: ACCOUNT_STATUS;
7
+ disablingOn?: string;
8
+ disabledOn?: string;
9
+ statusMessage?: string;
10
+ primaryEmail: string;
11
+ publicApiKey?: string;
12
+ subscriptionId?: string;
13
+ pixels?: Pixel[];
14
+ subscription?: Subscription;
15
+ ownerId?: string;
16
+ settings?: AccountSettings;
17
+ confirmedAt?: string;
18
+ featureFlags?: FeatureFlag[];
19
+ createdAt: string;
20
+ updatedAt: string;
21
+ updatedBy?: string;
22
+ }
23
+ export interface Pixel {
24
+ id: string;
25
+ accountId: string;
26
+ name: string;
27
+ status: PIXEL_STATUS;
28
+ disablingOn?: string;
29
+ createdAt: string;
30
+ updatedAt: string;
31
+ }
32
+ export declare enum PIXEL_STATUS {
33
+ ACTIVE = "active",
34
+ PENDING_DISABLE = "pending_disable",
35
+ DISABLED = "disabled",
36
+ CANCELLED = "cancelled"
37
+ }
38
+ export declare enum ACCOUNT_STATUS {
39
+ PENDING = "pending",
40
+ ACTIVE = "active",
41
+ PENDING_DISABLE = "pending_disable",
42
+ DISABLED = "disabled",
43
+ CANCELLED = "cancelled"
44
+ }
45
+ export interface AccountSettings {
46
+ defaultTimezone?: string;
47
+ selectedTimezone?: string;
48
+ defaultCurrency?: string;
49
+ selectedCurrency?: string;
50
+ countPendingOrders?: boolean;
51
+ countVoidedOrders?: boolean;
52
+ }
53
+ export interface FeatureFlag {
54
+ name: FEATURE_FLAG;
55
+ enabled: boolean;
56
+ createdAt: string;
57
+ updatedAt: string;
58
+ }
59
+ export declare enum FEATURE_FLAG {
60
+ CONTACT_ACQUISITION = "contactAcquisition"
61
+ }
@@ -1,23 +1,23 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FEATURE_FLAG = exports.ACCOUNT_STATUS = exports.PIXEL_STATUS = void 0;
4
- var PIXEL_STATUS;
5
- (function (PIXEL_STATUS) {
6
- PIXEL_STATUS["ACTIVE"] = "active";
7
- PIXEL_STATUS["PENDING_DISABLE"] = "pending_disable";
8
- PIXEL_STATUS["DISABLED"] = "disabled";
9
- PIXEL_STATUS["CANCELLED"] = "cancelled";
10
- })(PIXEL_STATUS = exports.PIXEL_STATUS || (exports.PIXEL_STATUS = {}));
11
- var ACCOUNT_STATUS;
12
- (function (ACCOUNT_STATUS) {
13
- ACCOUNT_STATUS["PENDING"] = "pending";
14
- ACCOUNT_STATUS["ACTIVE"] = "active";
15
- ACCOUNT_STATUS["PENDING_DISABLE"] = "pending_disable";
16
- ACCOUNT_STATUS["DISABLED"] = "disabled";
17
- ACCOUNT_STATUS["CANCELLED"] = "cancelled";
18
- })(ACCOUNT_STATUS = exports.ACCOUNT_STATUS || (exports.ACCOUNT_STATUS = {}));
19
- var FEATURE_FLAG;
20
- (function (FEATURE_FLAG) {
21
- FEATURE_FLAG["CONTACT_ACQUISITION"] = "contactAcquisition";
22
- })(FEATURE_FLAG = exports.FEATURE_FLAG || (exports.FEATURE_FLAG = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FEATURE_FLAG = exports.ACCOUNT_STATUS = exports.PIXEL_STATUS = void 0;
4
+ var PIXEL_STATUS;
5
+ (function (PIXEL_STATUS) {
6
+ PIXEL_STATUS["ACTIVE"] = "active";
7
+ PIXEL_STATUS["PENDING_DISABLE"] = "pending_disable";
8
+ PIXEL_STATUS["DISABLED"] = "disabled";
9
+ PIXEL_STATUS["CANCELLED"] = "cancelled";
10
+ })(PIXEL_STATUS = exports.PIXEL_STATUS || (exports.PIXEL_STATUS = {}));
11
+ var ACCOUNT_STATUS;
12
+ (function (ACCOUNT_STATUS) {
13
+ ACCOUNT_STATUS["PENDING"] = "pending";
14
+ ACCOUNT_STATUS["ACTIVE"] = "active";
15
+ ACCOUNT_STATUS["PENDING_DISABLE"] = "pending_disable";
16
+ ACCOUNT_STATUS["DISABLED"] = "disabled";
17
+ ACCOUNT_STATUS["CANCELLED"] = "cancelled";
18
+ })(ACCOUNT_STATUS = exports.ACCOUNT_STATUS || (exports.ACCOUNT_STATUS = {}));
19
+ var FEATURE_FLAG;
20
+ (function (FEATURE_FLAG) {
21
+ FEATURE_FLAG["CONTACT_ACQUISITION"] = "contactAcquisition";
22
+ })(FEATURE_FLAG = exports.FEATURE_FLAG || (exports.FEATURE_FLAG = {}));
23
23
  //# sourceMappingURL=account.js.map
@@ -1,37 +1,37 @@
1
- export declare enum EMAIL_STATUS {
2
- DELIVERABLE = "deliverable",
3
- UNDELIVERABLE = "undeliverable",
4
- RISKY = "risky",
5
- UNKNOWN = "unknown",
6
- NO_EMAIL = "no_email"
7
- }
8
- export declare enum PURCHASED_CONTACT_STATUS {
9
- ACTIVE = "active",
10
- ALREADY_EXISTS = "already_exists"
11
- }
12
- export interface PurchasableContact {
13
- id: string;
14
- email: string;
15
- ipAddress: string;
16
- userAgent: string;
17
- url: string;
18
- diqPersonId?: string;
19
- source: string;
20
- contact: any;
21
- emailVerification: any;
22
- emailStatus: EMAIL_STATUS;
23
- createdAt: string;
24
- updatedAt: string;
25
- }
26
- export interface PurchasedContact {
27
- id: string;
28
- pixelId: string;
29
- contactId: string;
30
- accountId: string;
31
- identityId: string;
32
- emailStatus: EMAIL_STATUS;
33
- purchasedStatus: PURCHASED_CONTACT_STATUS;
34
- purchasedAt: string;
35
- createdAt: string;
36
- updatedAt: string;
37
- }
1
+ export declare enum EMAIL_STATUS {
2
+ DELIVERABLE = "deliverable",
3
+ UNDELIVERABLE = "undeliverable",
4
+ RISKY = "risky",
5
+ UNKNOWN = "unknown",
6
+ NO_EMAIL = "no_email"
7
+ }
8
+ export declare enum PURCHASED_CONTACT_STATUS {
9
+ ACTIVE = "active",
10
+ ALREADY_EXISTS = "already_exists"
11
+ }
12
+ export interface PurchasableContact {
13
+ id: string;
14
+ email: string;
15
+ ipAddress: string;
16
+ userAgent: string;
17
+ url: string;
18
+ diqPersonId?: string;
19
+ source: string;
20
+ contact: any;
21
+ emailVerification: any;
22
+ emailStatus: EMAIL_STATUS;
23
+ createdAt: string;
24
+ updatedAt: string;
25
+ }
26
+ export interface PurchasedContact {
27
+ id: string;
28
+ pixelId: string;
29
+ contactId: string;
30
+ accountId: string;
31
+ identityId: string;
32
+ emailStatus: EMAIL_STATUS;
33
+ purchasedStatus: PURCHASED_CONTACT_STATUS;
34
+ purchasedAt: string;
35
+ createdAt: string;
36
+ updatedAt: string;
37
+ }
@@ -1,17 +1,17 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PURCHASED_CONTACT_STATUS = exports.EMAIL_STATUS = void 0;
4
- var EMAIL_STATUS;
5
- (function (EMAIL_STATUS) {
6
- EMAIL_STATUS["DELIVERABLE"] = "deliverable";
7
- EMAIL_STATUS["UNDELIVERABLE"] = "undeliverable";
8
- EMAIL_STATUS["RISKY"] = "risky";
9
- EMAIL_STATUS["UNKNOWN"] = "unknown";
10
- EMAIL_STATUS["NO_EMAIL"] = "no_email";
11
- })(EMAIL_STATUS = exports.EMAIL_STATUS || (exports.EMAIL_STATUS = {}));
12
- var PURCHASED_CONTACT_STATUS;
13
- (function (PURCHASED_CONTACT_STATUS) {
14
- PURCHASED_CONTACT_STATUS["ACTIVE"] = "active";
15
- PURCHASED_CONTACT_STATUS["ALREADY_EXISTS"] = "already_exists";
16
- })(PURCHASED_CONTACT_STATUS = exports.PURCHASED_CONTACT_STATUS || (exports.PURCHASED_CONTACT_STATUS = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PURCHASED_CONTACT_STATUS = exports.EMAIL_STATUS = void 0;
4
+ var EMAIL_STATUS;
5
+ (function (EMAIL_STATUS) {
6
+ EMAIL_STATUS["DELIVERABLE"] = "deliverable";
7
+ EMAIL_STATUS["UNDELIVERABLE"] = "undeliverable";
8
+ EMAIL_STATUS["RISKY"] = "risky";
9
+ EMAIL_STATUS["UNKNOWN"] = "unknown";
10
+ EMAIL_STATUS["NO_EMAIL"] = "no_email";
11
+ })(EMAIL_STATUS = exports.EMAIL_STATUS || (exports.EMAIL_STATUS = {}));
12
+ var PURCHASED_CONTACT_STATUS;
13
+ (function (PURCHASED_CONTACT_STATUS) {
14
+ PURCHASED_CONTACT_STATUS["ACTIVE"] = "active";
15
+ PURCHASED_CONTACT_STATUS["ALREADY_EXISTS"] = "already_exists";
16
+ })(PURCHASED_CONTACT_STATUS = exports.PURCHASED_CONTACT_STATUS || (exports.PURCHASED_CONTACT_STATUS = {}));
17
17
  //# sourceMappingURL=contact-acquisition.js.map
@@ -1,11 +1,11 @@
1
- import { TRACKING_EVENT_NAME } from '../event';
2
- export interface DestinationTrackedEvents {
3
- [TRACKING_EVENT_NAME.PAGE_VIEW]: {
4
- web: number;
5
- server: number;
6
- };
7
- [TRACKING_EVENT_NAME.PURCHASE]: {
8
- web: number;
9
- server: number;
10
- };
11
- }
1
+ import { TRACKING_EVENT_NAME } from '../event';
2
+ export interface DestinationTrackedEvents {
3
+ [TRACKING_EVENT_NAME.PAGE_VIEW]: {
4
+ web: number;
5
+ server: number;
6
+ };
7
+ [TRACKING_EVENT_NAME.PURCHASE]: {
8
+ web: number;
9
+ server: number;
10
+ };
11
+ }
@@ -1,4 +1,4 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const event_1 = require("../event");
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const event_1 = require("../event");
4
4
  //# sourceMappingURL=destination-tracked-events.js.map
@@ -1,30 +1,30 @@
1
- import { DESTINATION, DESTINATION_TYPE } from './destinations';
2
- export interface DestinationCatalogItem {
3
- id: string;
4
- active: boolean;
5
- destinationKey: DESTINATION;
6
- destinationType: DESTINATION_TYPE;
7
- displayName?: string;
8
- shortName?: string;
9
- description?: string;
10
- url: string;
11
- fields?: DestinationCatalogField[];
12
- createdAt: string;
13
- updatedAt: string;
14
- }
15
- export interface DestinationCatalogFieldValidation {
16
- active: boolean;
17
- pattern: string;
18
- error?: string;
19
- }
20
- export interface DestinationCatalogField {
21
- component_type: string;
22
- name: string;
23
- description: string;
24
- label: string;
25
- type: string;
26
- required: boolean;
27
- values?: any[];
28
- validation?: DestinationCatalogFieldValidation;
29
- order: number;
30
- }
1
+ import { DESTINATION, DESTINATION_TYPE } from './destinations';
2
+ export interface DestinationCatalogItem {
3
+ id: string;
4
+ active: boolean;
5
+ destinationKey: DESTINATION;
6
+ destinationType: DESTINATION_TYPE;
7
+ displayName?: string;
8
+ shortName?: string;
9
+ description?: string;
10
+ url: string;
11
+ fields?: DestinationCatalogField[];
12
+ createdAt: string;
13
+ updatedAt: string;
14
+ }
15
+ export interface DestinationCatalogFieldValidation {
16
+ active: boolean;
17
+ pattern: string;
18
+ error?: string;
19
+ }
20
+ export interface DestinationCatalogField {
21
+ component_type: string;
22
+ name: string;
23
+ description: string;
24
+ label: string;
25
+ type: string;
26
+ required: boolean;
27
+ values?: any[];
28
+ validation?: DestinationCatalogFieldValidation;
29
+ order: number;
30
+ }
@@ -1,3 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  //# sourceMappingURL=destination-catalog.js.map
@@ -1,78 +1,79 @@
1
- export interface Destination {
2
- id: string;
3
- accountId: string;
4
- pixelId: string;
5
- destination: DESTINATION;
6
- destinationType?: DESTINATION_TYPE;
7
- displayName?: string;
8
- enabled: boolean;
9
- configuration?: UserDestinationConfiguration;
10
- createdAt: string;
11
- updatedAt: string;
12
- orderConfig?: DestinationOrderConfig;
13
- }
14
- export interface DestinationOrderConfig {
15
- blockedSources?: string[];
16
- blockedTags?: string[];
17
- }
18
- export declare enum DESTINATION_TYPE {
19
- INTEGRATION = "integration",
20
- DESTINATION = "destination",
21
- CONTACT_ACQUISITION = "contactAcquisition"
22
- }
23
- export declare enum DESTINATION {
24
- FACEBOOK = "facebook",
25
- TIKTOK = "tiktok",
26
- GOOGLE_ADS = "googleAds",
27
- GOOGLE_ANALYTICS_4 = "googleAnalytics4",
28
- HUBSPOT = "hubspot",
29
- WEBHOOK = "webhook",
30
- CUSTOM_HTML = "customHTML",
31
- CUSTOM_JS = "customJS",
32
- SNAPCHAT = "snapchat",
33
- TWITTER = "twitter",
34
- REDDIT = "reddit",
35
- INTERCOM = "intercom",
36
- CUSTOMER_IO = "customerIO",
37
- PINTEREST = "pinterest",
38
- KLAVIYO = "klaviyo",
39
- SENDLANE = "sendlane",
40
- CONTACT_ACQUISITION = "contactAcquisition",
41
- OUTBRAIN = "outbrain",
42
- FACEBOOK_INTEGRATION = "facebookIntegration",
43
- GOOGLE_ADS_INTEGRATION = "googleAdsIntegration",
44
- CONTACT_ACQUISITION_INTEGRATION = "contactAcquisitionIntegration",
45
- KLAVIYO_CONTACT_ACQUISITION = "klaviyoContactAcquisition"
46
- }
47
- export interface UserDestinationConfiguration {
48
- [key: string]: any;
49
- eventBlacklist?: string[];
50
- events?: EventConfiguration[];
51
- trigger?: DestinationTriggerConfiguration;
52
- }
53
- export interface DestinationTriggerConfiguration {
54
- shopify?: ShopifyTriggerConfiguration;
55
- exludeDomains?: string[];
56
- excludePages?: string[];
57
- domains?: string[];
58
- pages?: string[];
59
- }
60
- export interface ShopifyTriggerConfiguration {
61
- enabled: boolean;
62
- collections?: string[];
63
- tags?: string[];
64
- }
65
- export interface EventConfiguration {
66
- sourceEventName: string;
67
- exclude?: boolean;
68
- sample: EventSampleConfiguration;
69
- transformations?: EventTransformation[];
70
- }
71
- export interface EventTransformation {
72
- transformationEventName: string;
73
- enabled: boolean;
74
- }
75
- export interface EventSampleConfiguration {
76
- enabled: boolean;
77
- rate: number;
78
- }
1
+ export interface Destination {
2
+ id: string;
3
+ accountId: string;
4
+ pixelId: string;
5
+ destination: DESTINATION;
6
+ destinationType?: DESTINATION_TYPE;
7
+ displayName?: string;
8
+ enabled: boolean;
9
+ configuration?: UserDestinationConfiguration;
10
+ createdAt: string;
11
+ updatedAt: string;
12
+ orderConfig?: DestinationOrderConfig;
13
+ }
14
+ export interface DestinationOrderConfig {
15
+ blockedSources?: string[];
16
+ blockedTags?: string[];
17
+ }
18
+ export declare enum DESTINATION_TYPE {
19
+ INTEGRATION = "integration",
20
+ DESTINATION = "destination",
21
+ CONTACT_ACQUISITION = "contactAcquisition"
22
+ }
23
+ export declare enum DESTINATION {
24
+ FACEBOOK = "facebook",
25
+ TIKTOK = "tiktok",
26
+ GOOGLE_ADS = "googleAds",
27
+ GOOGLE_ADS_V2 = "googleAdsV2",
28
+ GOOGLE_ANALYTICS_4 = "googleAnalytics4",
29
+ HUBSPOT = "hubspot",
30
+ WEBHOOK = "webhook",
31
+ CUSTOM_HTML = "customHTML",
32
+ CUSTOM_JS = "customJS",
33
+ SNAPCHAT = "snapchat",
34
+ TWITTER = "twitter",
35
+ REDDIT = "reddit",
36
+ INTERCOM = "intercom",
37
+ CUSTOMER_IO = "customerIO",
38
+ PINTEREST = "pinterest",
39
+ KLAVIYO = "klaviyo",
40
+ SENDLANE = "sendlane",
41
+ CONTACT_ACQUISITION = "contactAcquisition",
42
+ OUTBRAIN = "outbrain",
43
+ FACEBOOK_INTEGRATION = "facebookIntegration",
44
+ GOOGLE_ADS_INTEGRATION = "googleAdsIntegration",
45
+ CONTACT_ACQUISITION_INTEGRATION = "contactAcquisitionIntegration",
46
+ KLAVIYO_CONTACT_ACQUISITION = "klaviyoContactAcquisition"
47
+ }
48
+ export interface UserDestinationConfiguration {
49
+ [key: string]: any;
50
+ eventBlacklist?: string[];
51
+ events?: EventConfiguration[];
52
+ trigger?: DestinationTriggerConfiguration;
53
+ }
54
+ export interface DestinationTriggerConfiguration {
55
+ shopify?: ShopifyTriggerConfiguration;
56
+ exludeDomains?: string[];
57
+ excludePages?: string[];
58
+ domains?: string[];
59
+ pages?: string[];
60
+ }
61
+ export interface ShopifyTriggerConfiguration {
62
+ enabled: boolean;
63
+ collections?: string[];
64
+ tags?: string[];
65
+ }
66
+ export interface EventConfiguration {
67
+ sourceEventName: string;
68
+ exclude?: boolean;
69
+ sample: EventSampleConfiguration;
70
+ transformations?: EventTransformation[];
71
+ }
72
+ export interface EventTransformation {
73
+ transformationEventName: string;
74
+ enabled: boolean;
75
+ }
76
+ export interface EventSampleConfiguration {
77
+ enabled: boolean;
78
+ rate: number;
79
+ }
@@ -1,35 +1,36 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DESTINATION = exports.DESTINATION_TYPE = void 0;
4
- var DESTINATION_TYPE;
5
- (function (DESTINATION_TYPE) {
6
- DESTINATION_TYPE["INTEGRATION"] = "integration";
7
- DESTINATION_TYPE["DESTINATION"] = "destination";
8
- DESTINATION_TYPE["CONTACT_ACQUISITION"] = "contactAcquisition";
9
- })(DESTINATION_TYPE = exports.DESTINATION_TYPE || (exports.DESTINATION_TYPE = {}));
10
- var DESTINATION;
11
- (function (DESTINATION) {
12
- DESTINATION["FACEBOOK"] = "facebook";
13
- DESTINATION["TIKTOK"] = "tiktok";
14
- DESTINATION["GOOGLE_ADS"] = "googleAds";
15
- DESTINATION["GOOGLE_ANALYTICS_4"] = "googleAnalytics4";
16
- DESTINATION["HUBSPOT"] = "hubspot";
17
- DESTINATION["WEBHOOK"] = "webhook";
18
- DESTINATION["CUSTOM_HTML"] = "customHTML";
19
- DESTINATION["CUSTOM_JS"] = "customJS";
20
- DESTINATION["SNAPCHAT"] = "snapchat";
21
- DESTINATION["TWITTER"] = "twitter";
22
- DESTINATION["REDDIT"] = "reddit";
23
- DESTINATION["INTERCOM"] = "intercom";
24
- DESTINATION["CUSTOMER_IO"] = "customerIO";
25
- DESTINATION["PINTEREST"] = "pinterest";
26
- DESTINATION["KLAVIYO"] = "klaviyo";
27
- DESTINATION["SENDLANE"] = "sendlane";
28
- DESTINATION["CONTACT_ACQUISITION"] = "contactAcquisition";
29
- DESTINATION["OUTBRAIN"] = "outbrain";
30
- DESTINATION["FACEBOOK_INTEGRATION"] = "facebookIntegration";
31
- DESTINATION["GOOGLE_ADS_INTEGRATION"] = "googleAdsIntegration";
32
- DESTINATION["CONTACT_ACQUISITION_INTEGRATION"] = "contactAcquisitionIntegration";
33
- DESTINATION["KLAVIYO_CONTACT_ACQUISITION"] = "klaviyoContactAcquisition";
34
- })(DESTINATION = exports.DESTINATION || (exports.DESTINATION = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DESTINATION = exports.DESTINATION_TYPE = void 0;
4
+ var DESTINATION_TYPE;
5
+ (function (DESTINATION_TYPE) {
6
+ DESTINATION_TYPE["INTEGRATION"] = "integration";
7
+ DESTINATION_TYPE["DESTINATION"] = "destination";
8
+ DESTINATION_TYPE["CONTACT_ACQUISITION"] = "contactAcquisition";
9
+ })(DESTINATION_TYPE = exports.DESTINATION_TYPE || (exports.DESTINATION_TYPE = {}));
10
+ var DESTINATION;
11
+ (function (DESTINATION) {
12
+ DESTINATION["FACEBOOK"] = "facebook";
13
+ DESTINATION["TIKTOK"] = "tiktok";
14
+ DESTINATION["GOOGLE_ADS"] = "googleAds";
15
+ DESTINATION["GOOGLE_ADS_V2"] = "googleAdsV2";
16
+ DESTINATION["GOOGLE_ANALYTICS_4"] = "googleAnalytics4";
17
+ DESTINATION["HUBSPOT"] = "hubspot";
18
+ DESTINATION["WEBHOOK"] = "webhook";
19
+ DESTINATION["CUSTOM_HTML"] = "customHTML";
20
+ DESTINATION["CUSTOM_JS"] = "customJS";
21
+ DESTINATION["SNAPCHAT"] = "snapchat";
22
+ DESTINATION["TWITTER"] = "twitter";
23
+ DESTINATION["REDDIT"] = "reddit";
24
+ DESTINATION["INTERCOM"] = "intercom";
25
+ DESTINATION["CUSTOMER_IO"] = "customerIO";
26
+ DESTINATION["PINTEREST"] = "pinterest";
27
+ DESTINATION["KLAVIYO"] = "klaviyo";
28
+ DESTINATION["SENDLANE"] = "sendlane";
29
+ DESTINATION["CONTACT_ACQUISITION"] = "contactAcquisition";
30
+ DESTINATION["OUTBRAIN"] = "outbrain";
31
+ DESTINATION["FACEBOOK_INTEGRATION"] = "facebookIntegration";
32
+ DESTINATION["GOOGLE_ADS_INTEGRATION"] = "googleAdsIntegration";
33
+ DESTINATION["CONTACT_ACQUISITION_INTEGRATION"] = "contactAcquisitionIntegration";
34
+ DESTINATION["KLAVIYO_CONTACT_ACQUISITION"] = "klaviyoContactAcquisition";
35
+ })(DESTINATION = exports.DESTINATION || (exports.DESTINATION = {}));
35
36
  //# sourceMappingURL=destinations.js.map