@adtrackify/at-tracking-event-types 3.3.3 → 3.3.5
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.
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/api/dashboards/index.d.ts +1 -1
- package/dist/cjs/types/api/dashboards/index.js +1 -1
- package/dist/cjs/types/api/dashboards/index.js.map +1 -1
- package/dist/cjs/types/api/destinations/index.d.ts +5 -5
- package/dist/cjs/types/api/destinations/index.js +5 -5
- package/dist/cjs/types/api/destinations/index.js.map +1 -1
- package/dist/cjs/types/api/index.d.ts +21 -20
- package/dist/cjs/types/api/index.js +21 -20
- package/dist/cjs/types/api/index.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/index.d.ts +11 -9
- package/dist/cjs/types/api/measures/definitions/index.js +11 -9
- package/dist/cjs/types/api/measures/definitions/index.js.map +1 -1
- package/dist/cjs/types/api/measures/index.d.ts +2 -2
- package/dist/cjs/types/api/measures/index.js +2 -2
- package/dist/cjs/types/api/measures/index.js.map +1 -1
- package/dist/cjs/types/common/index.d.ts +2 -2
- package/dist/cjs/types/common/index.js +2 -2
- package/dist/cjs/types/common/index.js.map +1 -1
- package/dist/cjs/types/event/base/index.d.ts +2 -2
- package/dist/cjs/types/event/base/index.js +2 -2
- package/dist/cjs/types/event/base/index.js.map +1 -1
- package/dist/cjs/types/event/context/index.d.ts +2 -2
- package/dist/cjs/types/event/context/index.js +2 -2
- package/dist/cjs/types/event/context/index.js.map +1 -1
- package/dist/cjs/types/event/index.d.ts +5 -5
- package/dist/cjs/types/event/index.js +5 -5
- package/dist/cjs/types/event/index.js.map +1 -1
- package/dist/cjs/types/fingerprint/index.d.ts +2 -2
- package/dist/cjs/types/fingerprint/index.js +2 -2
- package/dist/cjs/types/fingerprint/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +7 -7
- package/dist/cjs/types/index.js +7 -7
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/api/dashboards/index.d.ts +1 -1
- package/dist/esm/types/api/dashboards/index.js +1 -1
- package/dist/esm/types/api/dashboards/index.js.map +1 -1
- package/dist/esm/types/api/destinations/index.d.ts +5 -5
- package/dist/esm/types/api/destinations/index.js +5 -5
- package/dist/esm/types/api/destinations/index.js.map +1 -1
- package/dist/esm/types/api/index.d.ts +21 -20
- package/dist/esm/types/api/index.js +21 -20
- package/dist/esm/types/api/index.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/index.d.ts +11 -9
- package/dist/esm/types/api/measures/definitions/index.js +11 -9
- package/dist/esm/types/api/measures/definitions/index.js.map +1 -1
- package/dist/esm/types/api/measures/index.d.ts +2 -2
- package/dist/esm/types/api/measures/index.js +2 -2
- package/dist/esm/types/api/measures/index.js.map +1 -1
- package/dist/esm/types/common/index.d.ts +2 -2
- package/dist/esm/types/common/index.js +2 -2
- package/dist/esm/types/common/index.js.map +1 -1
- package/dist/esm/types/event/base/index.d.ts +2 -2
- package/dist/esm/types/event/base/index.js +2 -2
- package/dist/esm/types/event/base/index.js.map +1 -1
- package/dist/esm/types/event/context/index.d.ts +2 -2
- package/dist/esm/types/event/context/index.js +2 -2
- package/dist/esm/types/event/context/index.js.map +1 -1
- package/dist/esm/types/event/index.d.ts +5 -5
- package/dist/esm/types/event/index.js +5 -5
- package/dist/esm/types/event/index.js.map +1 -1
- package/dist/esm/types/fingerprint/index.d.ts +2 -2
- package/dist/esm/types/fingerprint/index.js +2 -2
- package/dist/esm/types/fingerprint/index.js.map +1 -1
- package/dist/esm/types/index.d.ts +7 -7
- package/dist/esm/types/index.js +7 -7
- package/dist/esm/types/index.js.map +1 -1
- package/package.json +11 -1
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './types';
|
|
1
|
+
export * from './types/index.js';
|
package/dist/cjs/index.js
CHANGED
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./types"), exports);
|
|
17
|
+
__exportStar(require("./types/index.js"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './widget';
|
|
1
|
+
export * from './widget.js';
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./widget"), exports);
|
|
17
|
+
__exportStar(require("./widget.js"), exports);
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/dashboards/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/dashboards/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './destinations';
|
|
2
|
-
export * from './destination-catalog';
|
|
3
|
-
export * from './third-party-destination-configs';
|
|
4
|
-
export * from './third-party-integration-configs';
|
|
5
|
-
export * from './third-party-contact-acquisition-configs';
|
|
1
|
+
export * from './destinations.js';
|
|
2
|
+
export * from './destination-catalog.js';
|
|
3
|
+
export * from './third-party-destination-configs.js';
|
|
4
|
+
export * from './third-party-integration-configs.js';
|
|
5
|
+
export * from './third-party-contact-acquisition-configs.js';
|
|
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./destinations"), exports);
|
|
18
|
-
__exportStar(require("./destination-catalog"), exports);
|
|
19
|
-
__exportStar(require("./third-party-destination-configs"), exports);
|
|
20
|
-
__exportStar(require("./third-party-integration-configs"), exports);
|
|
21
|
-
__exportStar(require("./third-party-contact-acquisition-configs"), exports);
|
|
17
|
+
__exportStar(require("./destinations.js"), exports);
|
|
18
|
+
__exportStar(require("./destination-catalog.js"), exports);
|
|
19
|
+
__exportStar(require("./third-party-destination-configs.js"), exports);
|
|
20
|
+
__exportStar(require("./third-party-integration-configs.js"), exports);
|
|
21
|
+
__exportStar(require("./third-party-contact-acquisition-configs.js"), exports);
|
|
22
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,2DAAyC;AACzC,uEAAqD;AACrD,uEAAqD;AACrD,+EAA6D"}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
export * from './account';
|
|
2
|
-
export * from './destinations/destinations';
|
|
3
|
-
export * from './destinations/destination-catalog';
|
|
4
|
-
export * from './destinations/third-party-contact-acquisition-configs';
|
|
5
|
-
export * from './destinations/third-party-destination-configs';
|
|
6
|
-
export * from './destinations/third-party-integration-configs';
|
|
7
|
-
export * from './shopify-app-install';
|
|
8
|
-
export * from './subscription';
|
|
9
|
-
export * from './user';
|
|
10
|
-
export * from './query';
|
|
11
|
-
export * from './event-status';
|
|
12
|
-
export * from './log-events';
|
|
13
|
-
export * from './tracking-events';
|
|
14
|
-
export * from './destination-tracked-events';
|
|
15
|
-
export * from './pixel-setup-health';
|
|
16
|
-
export * from './event-last-seen';
|
|
17
|
-
export * from './contact-acquisition';
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './dashboards';
|
|
20
|
-
export * from './
|
|
1
|
+
export * from './account.js';
|
|
2
|
+
export * from './destinations/destinations.js';
|
|
3
|
+
export * from './destinations/destination-catalog.js';
|
|
4
|
+
export * from './destinations/third-party-contact-acquisition-configs.js';
|
|
5
|
+
export * from './destinations/third-party-destination-configs.js';
|
|
6
|
+
export * from './destinations/third-party-integration-configs.js';
|
|
7
|
+
export * from './shopify-app-install.js';
|
|
8
|
+
export * from './subscription.js';
|
|
9
|
+
export * from './user.js';
|
|
10
|
+
export * from './query.js';
|
|
11
|
+
export * from './event-status.js';
|
|
12
|
+
export * from './log-events.js';
|
|
13
|
+
export * from './tracking-events.js';
|
|
14
|
+
export * from './destination-tracked-events.js';
|
|
15
|
+
export * from './pixel-setup-health.js';
|
|
16
|
+
export * from './event-last-seen.js';
|
|
17
|
+
export * from './contact-acquisition.js';
|
|
18
|
+
export * from './user-account.js';
|
|
19
|
+
export * from './dashboards/index.js';
|
|
20
|
+
export * from './measures/index.js';
|
|
21
|
+
export * from './destinations/index.js';
|
|
@@ -14,24 +14,25 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./account"), exports);
|
|
18
|
-
__exportStar(require("./destinations/destinations"), exports);
|
|
19
|
-
__exportStar(require("./destinations/destination-catalog"), exports);
|
|
20
|
-
__exportStar(require("./destinations/third-party-contact-acquisition-configs"), exports);
|
|
21
|
-
__exportStar(require("./destinations/third-party-destination-configs"), exports);
|
|
22
|
-
__exportStar(require("./destinations/third-party-integration-configs"), exports);
|
|
23
|
-
__exportStar(require("./shopify-app-install"), exports);
|
|
24
|
-
__exportStar(require("./subscription"), exports);
|
|
25
|
-
__exportStar(require("./user"), exports);
|
|
26
|
-
__exportStar(require("./query"), exports);
|
|
27
|
-
__exportStar(require("./event-status"), exports);
|
|
28
|
-
__exportStar(require("./log-events"), exports);
|
|
29
|
-
__exportStar(require("./tracking-events"), exports);
|
|
30
|
-
__exportStar(require("./destination-tracked-events"), exports);
|
|
31
|
-
__exportStar(require("./pixel-setup-health"), exports);
|
|
32
|
-
__exportStar(require("./event-last-seen"), exports);
|
|
33
|
-
__exportStar(require("./contact-acquisition"), exports);
|
|
34
|
-
__exportStar(require("./
|
|
35
|
-
__exportStar(require("./dashboards"), exports);
|
|
36
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./account.js"), exports);
|
|
18
|
+
__exportStar(require("./destinations/destinations.js"), exports);
|
|
19
|
+
__exportStar(require("./destinations/destination-catalog.js"), exports);
|
|
20
|
+
__exportStar(require("./destinations/third-party-contact-acquisition-configs.js"), exports);
|
|
21
|
+
__exportStar(require("./destinations/third-party-destination-configs.js"), exports);
|
|
22
|
+
__exportStar(require("./destinations/third-party-integration-configs.js"), exports);
|
|
23
|
+
__exportStar(require("./shopify-app-install.js"), exports);
|
|
24
|
+
__exportStar(require("./subscription.js"), exports);
|
|
25
|
+
__exportStar(require("./user.js"), exports);
|
|
26
|
+
__exportStar(require("./query.js"), exports);
|
|
27
|
+
__exportStar(require("./event-status.js"), exports);
|
|
28
|
+
__exportStar(require("./log-events.js"), exports);
|
|
29
|
+
__exportStar(require("./tracking-events.js"), exports);
|
|
30
|
+
__exportStar(require("./destination-tracked-events.js"), exports);
|
|
31
|
+
__exportStar(require("./pixel-setup-health.js"), exports);
|
|
32
|
+
__exportStar(require("./event-last-seen.js"), exports);
|
|
33
|
+
__exportStar(require("./contact-acquisition.js"), exports);
|
|
34
|
+
__exportStar(require("./user-account.js"), exports);
|
|
35
|
+
__exportStar(require("./dashboards/index.js"), exports);
|
|
36
|
+
__exportStar(require("./measures/index.js"), exports);
|
|
37
|
+
__exportStar(require("./destinations/index.js"), exports);
|
|
37
38
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,iEAA+C;AAC/C,wEAAsD;AACtD,4FAA0E;AAC1E,oFAAkE;AAClE,oFAAkE;AAClE,2DAAyC;AACzC,oDAAkC;AAClC,4CAA0B;AAC1B,6CAA2B;AAC3B,oDAAkC;AAClC,kDAAgC;AAChC,uDAAqC;AACrC,kEAAgD;AAChD,0DAAwC;AACxC,uDAAqC;AACrC,2DAAyC;AACzC,oDAAkC;AAClC,wDAAsC;AACtC,sDAAoC;AACpC,0DAAwC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
export * from './measure-definitions';
|
|
2
|
-
export * from './facebook-measure-definitions';
|
|
3
|
-
export * from './google-measure-definitions';
|
|
4
|
-
export * from './measure-value-type';
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './measure-
|
|
1
|
+
export * from './measure-definitions.js';
|
|
2
|
+
export * from './facebook-measure-definitions.js';
|
|
3
|
+
export * from './google-measure-definitions.js';
|
|
4
|
+
export * from './measure-value-type.js';
|
|
5
|
+
export * from './tracked-measure-definitions.js';
|
|
6
|
+
export * from './core-measure-definitions.js';
|
|
7
|
+
export * from './channel-measure-definitions.js';
|
|
8
|
+
export * from './measure-categories.js';
|
|
9
|
+
export * from './shopify/shopify-measure-definitions.js';
|
|
10
|
+
export * from './shopify/shopify-nc-measure-definitions.js';
|
|
11
|
+
export * from './shopify/shopify-rc-measure-definitions.js';
|
|
@@ -14,13 +14,15 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./measure-definitions"), exports);
|
|
18
|
-
__exportStar(require("./facebook-measure-definitions"), exports);
|
|
19
|
-
__exportStar(require("./google-measure-definitions"), exports);
|
|
20
|
-
__exportStar(require("./measure-value-type"), exports);
|
|
21
|
-
__exportStar(require("./
|
|
22
|
-
__exportStar(require("./
|
|
23
|
-
__exportStar(require("./
|
|
24
|
-
__exportStar(require("./
|
|
25
|
-
__exportStar(require("./measure-
|
|
17
|
+
__exportStar(require("./measure-definitions.js"), exports);
|
|
18
|
+
__exportStar(require("./facebook-measure-definitions.js"), exports);
|
|
19
|
+
__exportStar(require("./google-measure-definitions.js"), exports);
|
|
20
|
+
__exportStar(require("./measure-value-type.js"), exports);
|
|
21
|
+
__exportStar(require("./tracked-measure-definitions.js"), exports);
|
|
22
|
+
__exportStar(require("./core-measure-definitions.js"), exports);
|
|
23
|
+
__exportStar(require("./channel-measure-definitions.js"), exports);
|
|
24
|
+
__exportStar(require("./measure-categories.js"), exports);
|
|
25
|
+
__exportStar(require("./shopify/shopify-measure-definitions.js"), exports);
|
|
26
|
+
__exportStar(require("./shopify/shopify-nc-measure-definitions.js"), exports);
|
|
27
|
+
__exportStar(require("./shopify/shopify-rc-measure-definitions.js"), exports);
|
|
26
28
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/api/measures/definitions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/api/measures/definitions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,oEAAkD;AAClD,kEAAgD;AAChD,0DAAwC;AACxC,mEAAiD;AACjD,gEAA8C;AAC9C,mEAAiD;AACjD,0DAAwC;AACxC,2EAAyD;AACzD,8EAA4D;AAC5D,8EAA4D"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './measures';
|
|
2
|
-
export * from './definitions';
|
|
1
|
+
export * from './measures.js';
|
|
2
|
+
export * from './definitions/index.js';
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./measures"), exports);
|
|
18
|
-
__exportStar(require("./definitions"), exports);
|
|
17
|
+
__exportStar(require("./measures.js"), exports);
|
|
18
|
+
__exportStar(require("./definitions/index.js"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/measures/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/measures/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,yDAAuC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './address';
|
|
2
|
-
export * from './currency';
|
|
1
|
+
export * from './address.js';
|
|
2
|
+
export * from './currency.js';
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./address"), exports);
|
|
18
|
-
__exportStar(require("./currency"), exports);
|
|
17
|
+
__exportStar(require("./address.js"), exports);
|
|
18
|
+
__exportStar(require("./currency.js"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,gDAA8B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './event';
|
|
2
|
-
export * from './event-name-enum';
|
|
1
|
+
export * from './event.js';
|
|
2
|
+
export * from './event-name-enum.js';
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./event"), exports);
|
|
18
|
-
__exportStar(require("./event-name-enum"), exports);
|
|
17
|
+
__exportStar(require("./event.js"), exports);
|
|
18
|
+
__exportStar(require("./event-name-enum.js"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/event/base/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/event/base/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,uDAAqC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './event-context';
|
|
2
|
-
export * from './event-context-identity';
|
|
1
|
+
export * from './event-context.js';
|
|
2
|
+
export * from './event-context-identity.js';
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./event-context"), exports);
|
|
18
|
-
__exportStar(require("./event-context-identity"), exports);
|
|
17
|
+
__exportStar(require("./event-context.js"), exports);
|
|
18
|
+
__exportStar(require("./event-context-identity.js"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/event/context/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/event/context/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,8DAA4C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './base';
|
|
2
|
-
export * from './context';
|
|
3
|
-
export * from './tracking-event';
|
|
4
|
-
export * from './metric-event';
|
|
5
|
-
export * from './log-event';
|
|
1
|
+
export * from './base/index.js';
|
|
2
|
+
export * from './context/index.js';
|
|
3
|
+
export * from './tracking-event.js';
|
|
4
|
+
export * from './metric-event.js';
|
|
5
|
+
export * from './log-event.js';
|
|
@@ -14,9 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./base"), exports);
|
|
18
|
-
__exportStar(require("./context"), exports);
|
|
19
|
-
__exportStar(require("./tracking-event"), exports);
|
|
20
|
-
__exportStar(require("./metric-event"), exports);
|
|
21
|
-
__exportStar(require("./log-event"), exports);
|
|
17
|
+
__exportStar(require("./base/index.js"), exports);
|
|
18
|
+
__exportStar(require("./context/index.js"), exports);
|
|
19
|
+
__exportStar(require("./tracking-event.js"), exports);
|
|
20
|
+
__exportStar(require("./metric-event.js"), exports);
|
|
21
|
+
__exportStar(require("./log-event.js"), exports);
|
|
22
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/event/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/event/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,qDAAmC;AACnC,sDAAoC;AACpC,oDAAkC;AAClC,iDAA+B"}
|
|
@@ -2,5 +2,5 @@ import { BrowserFingerprintAttributes } from './browser-attributes';
|
|
|
2
2
|
import { ServerFingerprintAttributes } from './server-attributes';
|
|
3
3
|
export interface FingerprintAttributes extends BrowserFingerprintAttributes, ServerFingerprintAttributes {
|
|
4
4
|
}
|
|
5
|
-
export * from './browser-attributes';
|
|
6
|
-
export * from './server-attributes';
|
|
5
|
+
export * from './browser-attributes.js';
|
|
6
|
+
export * from './server-attributes.js';
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./browser-attributes"), exports);
|
|
18
|
-
__exportStar(require("./server-attributes"), exports);
|
|
17
|
+
__exportStar(require("./browser-attributes.js"), exports);
|
|
18
|
+
__exportStar(require("./server-attributes.js"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,0DAAwC;AACxC,yDAAuC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './api';
|
|
2
|
-
export * from './common';
|
|
3
|
-
export * from './event';
|
|
4
|
-
export * from './event-bus-event';
|
|
5
|
-
export * from './third-party-event-configuration-types';
|
|
6
|
-
export * from './fingerprint';
|
|
7
|
-
export * from './tracking-event-ingest-message';
|
|
1
|
+
export * from './api/index.js';
|
|
2
|
+
export * from './common/index.js';
|
|
3
|
+
export * from './event/index.js';
|
|
4
|
+
export * from './event-bus-event.js';
|
|
5
|
+
export * from './third-party-event-configuration-types.js';
|
|
6
|
+
export * from './fingerprint/index.js';
|
|
7
|
+
export * from './tracking-event-ingest-message.js';
|
package/dist/cjs/types/index.js
CHANGED
|
@@ -14,11 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./api"), exports);
|
|
18
|
-
__exportStar(require("./common"), exports);
|
|
19
|
-
__exportStar(require("./event"), exports);
|
|
20
|
-
__exportStar(require("./event-bus-event"), exports);
|
|
21
|
-
__exportStar(require("./third-party-event-configuration-types"), exports);
|
|
22
|
-
__exportStar(require("./fingerprint"), exports);
|
|
23
|
-
__exportStar(require("./tracking-event-ingest-message"), exports);
|
|
17
|
+
__exportStar(require("./api/index.js"), exports);
|
|
18
|
+
__exportStar(require("./common/index.js"), exports);
|
|
19
|
+
__exportStar(require("./event/index.js"), exports);
|
|
20
|
+
__exportStar(require("./event-bus-event.js"), exports);
|
|
21
|
+
__exportStar(require("./third-party-event-configuration-types.js"), exports);
|
|
22
|
+
__exportStar(require("./fingerprint/index.js"), exports);
|
|
23
|
+
__exportStar(require("./tracking-event-ingest-message.js"), exports);
|
|
24
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,oDAAkC;AAClC,mDAAiC;AACjC,uDAAqC;AACrC,6EAA2D;AAC3D,yDAAuC;AACvC,qEAAmD"}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './types';
|
|
1
|
+
export * from './types/index.js';
|
package/dist/esm/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './types';
|
|
1
|
+
export * from './types/index.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './widget';
|
|
1
|
+
export * from './widget.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './widget';
|
|
1
|
+
export * from './widget.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/dashboards/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/dashboards/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './destinations';
|
|
2
|
-
export * from './destination-catalog';
|
|
3
|
-
export * from './third-party-destination-configs';
|
|
4
|
-
export * from './third-party-integration-configs';
|
|
5
|
-
export * from './third-party-contact-acquisition-configs';
|
|
1
|
+
export * from './destinations.js';
|
|
2
|
+
export * from './destination-catalog.js';
|
|
3
|
+
export * from './third-party-destination-configs.js';
|
|
4
|
+
export * from './third-party-integration-configs.js';
|
|
5
|
+
export * from './third-party-contact-acquisition-configs.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './destinations';
|
|
2
|
-
export * from './destination-catalog';
|
|
3
|
-
export * from './third-party-destination-configs';
|
|
4
|
-
export * from './third-party-integration-configs';
|
|
5
|
-
export * from './third-party-contact-acquisition-configs';
|
|
1
|
+
export * from './destinations.js';
|
|
2
|
+
export * from './destination-catalog.js';
|
|
3
|
+
export * from './third-party-destination-configs.js';
|
|
4
|
+
export * from './third-party-integration-configs.js';
|
|
5
|
+
export * from './third-party-contact-acquisition-configs.js';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC"}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
export * from './account';
|
|
2
|
-
export * from './destinations/destinations';
|
|
3
|
-
export * from './destinations/destination-catalog';
|
|
4
|
-
export * from './destinations/third-party-contact-acquisition-configs';
|
|
5
|
-
export * from './destinations/third-party-destination-configs';
|
|
6
|
-
export * from './destinations/third-party-integration-configs';
|
|
7
|
-
export * from './shopify-app-install';
|
|
8
|
-
export * from './subscription';
|
|
9
|
-
export * from './user';
|
|
10
|
-
export * from './query';
|
|
11
|
-
export * from './event-status';
|
|
12
|
-
export * from './log-events';
|
|
13
|
-
export * from './tracking-events';
|
|
14
|
-
export * from './destination-tracked-events';
|
|
15
|
-
export * from './pixel-setup-health';
|
|
16
|
-
export * from './event-last-seen';
|
|
17
|
-
export * from './contact-acquisition';
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './dashboards';
|
|
20
|
-
export * from './
|
|
1
|
+
export * from './account.js';
|
|
2
|
+
export * from './destinations/destinations.js';
|
|
3
|
+
export * from './destinations/destination-catalog.js';
|
|
4
|
+
export * from './destinations/third-party-contact-acquisition-configs.js';
|
|
5
|
+
export * from './destinations/third-party-destination-configs.js';
|
|
6
|
+
export * from './destinations/third-party-integration-configs.js';
|
|
7
|
+
export * from './shopify-app-install.js';
|
|
8
|
+
export * from './subscription.js';
|
|
9
|
+
export * from './user.js';
|
|
10
|
+
export * from './query.js';
|
|
11
|
+
export * from './event-status.js';
|
|
12
|
+
export * from './log-events.js';
|
|
13
|
+
export * from './tracking-events.js';
|
|
14
|
+
export * from './destination-tracked-events.js';
|
|
15
|
+
export * from './pixel-setup-health.js';
|
|
16
|
+
export * from './event-last-seen.js';
|
|
17
|
+
export * from './contact-acquisition.js';
|
|
18
|
+
export * from './user-account.js';
|
|
19
|
+
export * from './dashboards/index.js';
|
|
20
|
+
export * from './measures/index.js';
|
|
21
|
+
export * from './destinations/index.js';
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
export * from './account';
|
|
2
|
-
export * from './destinations/destinations';
|
|
3
|
-
export * from './destinations/destination-catalog';
|
|
4
|
-
export * from './destinations/third-party-contact-acquisition-configs';
|
|
5
|
-
export * from './destinations/third-party-destination-configs';
|
|
6
|
-
export * from './destinations/third-party-integration-configs';
|
|
7
|
-
export * from './shopify-app-install';
|
|
8
|
-
export * from './subscription';
|
|
9
|
-
export * from './user';
|
|
10
|
-
export * from './query';
|
|
11
|
-
export * from './event-status';
|
|
12
|
-
export * from './log-events';
|
|
13
|
-
export * from './tracking-events';
|
|
14
|
-
export * from './destination-tracked-events';
|
|
15
|
-
export * from './pixel-setup-health';
|
|
16
|
-
export * from './event-last-seen';
|
|
17
|
-
export * from './contact-acquisition';
|
|
18
|
-
export * from './
|
|
19
|
-
export * from './dashboards';
|
|
20
|
-
export * from './
|
|
1
|
+
export * from './account.js';
|
|
2
|
+
export * from './destinations/destinations.js';
|
|
3
|
+
export * from './destinations/destination-catalog.js';
|
|
4
|
+
export * from './destinations/third-party-contact-acquisition-configs.js';
|
|
5
|
+
export * from './destinations/third-party-destination-configs.js';
|
|
6
|
+
export * from './destinations/third-party-integration-configs.js';
|
|
7
|
+
export * from './shopify-app-install.js';
|
|
8
|
+
export * from './subscription.js';
|
|
9
|
+
export * from './user.js';
|
|
10
|
+
export * from './query.js';
|
|
11
|
+
export * from './event-status.js';
|
|
12
|
+
export * from './log-events.js';
|
|
13
|
+
export * from './tracking-events.js';
|
|
14
|
+
export * from './destination-tracked-events.js';
|
|
15
|
+
export * from './pixel-setup-health.js';
|
|
16
|
+
export * from './event-last-seen.js';
|
|
17
|
+
export * from './contact-acquisition.js';
|
|
18
|
+
export * from './user-account.js';
|
|
19
|
+
export * from './dashboards/index.js';
|
|
20
|
+
export * from './measures/index.js';
|
|
21
|
+
export * from './destinations/index.js';
|
|
21
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/api/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/api/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uCAAuC,CAAC;AACtD,cAAc,2DAA2D,CAAC;AAC1E,cAAc,mDAAmD,CAAC;AAClE,cAAc,mDAAmD,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
export * from './measure-definitions';
|
|
2
|
-
export * from './facebook-measure-definitions';
|
|
3
|
-
export * from './google-measure-definitions';
|
|
4
|
-
export * from './measure-value-type';
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './measure-
|
|
1
|
+
export * from './measure-definitions.js';
|
|
2
|
+
export * from './facebook-measure-definitions.js';
|
|
3
|
+
export * from './google-measure-definitions.js';
|
|
4
|
+
export * from './measure-value-type.js';
|
|
5
|
+
export * from './tracked-measure-definitions.js';
|
|
6
|
+
export * from './core-measure-definitions.js';
|
|
7
|
+
export * from './channel-measure-definitions.js';
|
|
8
|
+
export * from './measure-categories.js';
|
|
9
|
+
export * from './shopify/shopify-measure-definitions.js';
|
|
10
|
+
export * from './shopify/shopify-nc-measure-definitions.js';
|
|
11
|
+
export * from './shopify/shopify-rc-measure-definitions.js';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
export * from './measure-definitions';
|
|
2
|
-
export * from './facebook-measure-definitions';
|
|
3
|
-
export * from './google-measure-definitions';
|
|
4
|
-
export * from './measure-value-type';
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './measure-
|
|
1
|
+
export * from './measure-definitions.js';
|
|
2
|
+
export * from './facebook-measure-definitions.js';
|
|
3
|
+
export * from './google-measure-definitions.js';
|
|
4
|
+
export * from './measure-value-type.js';
|
|
5
|
+
export * from './tracked-measure-definitions.js';
|
|
6
|
+
export * from './core-measure-definitions.js';
|
|
7
|
+
export * from './channel-measure-definitions.js';
|
|
8
|
+
export * from './measure-categories.js';
|
|
9
|
+
export * from './shopify/shopify-measure-definitions.js';
|
|
10
|
+
export * from './shopify/shopify-nc-measure-definitions.js';
|
|
11
|
+
export * from './shopify/shopify-rc-measure-definitions.js';
|
|
10
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/api/measures/definitions/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/api/measures/definitions/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,mCAAmC,CAAC;AAClD,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,kCAAkC,CAAC;AACjD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0CAA0C,CAAC;AACzD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './measures';
|
|
2
|
-
export * from './definitions';
|
|
1
|
+
export * from './measures.js';
|
|
2
|
+
export * from './definitions/index.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './measures';
|
|
2
|
-
export * from './definitions';
|
|
1
|
+
export * from './measures.js';
|
|
2
|
+
export * from './definitions/index.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/measures/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/api/measures/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './address';
|
|
2
|
-
export * from './currency';
|
|
1
|
+
export * from './address.js';
|
|
2
|
+
export * from './currency.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './address';
|
|
2
|
-
export * from './currency';
|
|
1
|
+
export * from './address.js';
|
|
2
|
+
export * from './currency.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './event';
|
|
2
|
-
export * from './event-name-enum';
|
|
1
|
+
export * from './event.js';
|
|
2
|
+
export * from './event-name-enum.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './event';
|
|
2
|
-
export * from './event-name-enum';
|
|
1
|
+
export * from './event.js';
|
|
2
|
+
export * from './event-name-enum.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/event/base/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/event/base/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './event-context';
|
|
2
|
-
export * from './event-context-identity';
|
|
1
|
+
export * from './event-context.js';
|
|
2
|
+
export * from './event-context-identity.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './event-context';
|
|
2
|
-
export * from './event-context-identity';
|
|
1
|
+
export * from './event-context.js';
|
|
2
|
+
export * from './event-context-identity.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/event/context/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/event/context/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,6BAA6B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './base';
|
|
2
|
-
export * from './context';
|
|
3
|
-
export * from './tracking-event';
|
|
4
|
-
export * from './metric-event';
|
|
5
|
-
export * from './log-event';
|
|
1
|
+
export * from './base/index.js';
|
|
2
|
+
export * from './context/index.js';
|
|
3
|
+
export * from './tracking-event.js';
|
|
4
|
+
export * from './metric-event.js';
|
|
5
|
+
export * from './log-event.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './base';
|
|
2
|
-
export * from './context';
|
|
3
|
-
export * from './tracking-event';
|
|
4
|
-
export * from './metric-event';
|
|
5
|
-
export * from './log-event';
|
|
1
|
+
export * from './base/index.js';
|
|
2
|
+
export * from './context/index.js';
|
|
3
|
+
export * from './tracking-event.js';
|
|
4
|
+
export * from './metric-event.js';
|
|
5
|
+
export * from './log-event.js';
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/event/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/event/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
|
|
@@ -2,5 +2,5 @@ import { BrowserFingerprintAttributes } from './browser-attributes';
|
|
|
2
2
|
import { ServerFingerprintAttributes } from './server-attributes';
|
|
3
3
|
export interface FingerprintAttributes extends BrowserFingerprintAttributes, ServerFingerprintAttributes {
|
|
4
4
|
}
|
|
5
|
-
export * from './browser-attributes';
|
|
6
|
-
export * from './server-attributes';
|
|
5
|
+
export * from './browser-attributes.js';
|
|
6
|
+
export * from './server-attributes.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './browser-attributes';
|
|
2
|
-
export * from './server-attributes';
|
|
1
|
+
export * from './browser-attributes.js';
|
|
2
|
+
export * from './server-attributes.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/index.ts"],"names":[],"mappings":"AAKA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/index.ts"],"names":[],"mappings":"AAKA,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './api';
|
|
2
|
-
export * from './common';
|
|
3
|
-
export * from './event';
|
|
4
|
-
export * from './event-bus-event';
|
|
5
|
-
export * from './third-party-event-configuration-types';
|
|
6
|
-
export * from './fingerprint';
|
|
7
|
-
export * from './tracking-event-ingest-message';
|
|
1
|
+
export * from './api/index.js';
|
|
2
|
+
export * from './common/index.js';
|
|
3
|
+
export * from './event/index.js';
|
|
4
|
+
export * from './event-bus-event.js';
|
|
5
|
+
export * from './third-party-event-configuration-types.js';
|
|
6
|
+
export * from './fingerprint/index.js';
|
|
7
|
+
export * from './tracking-event-ingest-message.js';
|
package/dist/esm/types/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './api';
|
|
2
|
-
export * from './common';
|
|
3
|
-
export * from './event';
|
|
4
|
-
export * from './event-bus-event';
|
|
5
|
-
export * from './third-party-event-configuration-types';
|
|
6
|
-
export * from './fingerprint';
|
|
7
|
-
export * from './tracking-event-ingest-message';
|
|
1
|
+
export * from './api/index.js';
|
|
2
|
+
export * from './common/index.js';
|
|
3
|
+
export * from './event/index.js';
|
|
4
|
+
export * from './event-bus-event.js';
|
|
5
|
+
export * from './third-party-event-configuration-types.js';
|
|
6
|
+
export * from './fingerprint/index.js';
|
|
7
|
+
export * from './tracking-event-ingest-message.js';
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wBAAwB,CAAC;AACvC,cAAc,oCAAoC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adtrackify/at-tracking-event-types",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*"
|
|
@@ -20,6 +20,16 @@
|
|
|
20
20
|
"types": "./dist/cjs/index.d.ts",
|
|
21
21
|
"default": "./dist/cjs/index.js"
|
|
22
22
|
}
|
|
23
|
+
},
|
|
24
|
+
"./types": {
|
|
25
|
+
"import": {
|
|
26
|
+
"types": "./dist/esm/types/index.d.ts",
|
|
27
|
+
"default": "./dist/esm/types/index.js"
|
|
28
|
+
},
|
|
29
|
+
"require": {
|
|
30
|
+
"types": "./dist/cjs/types/index.d.ts",
|
|
31
|
+
"default": "./dist/cjs/types/index.js"
|
|
32
|
+
}
|
|
23
33
|
}
|
|
24
34
|
},
|
|
25
35
|
"engines": {
|