@adtrackify/at-tracking-event-types 3.0.24 → 3.0.26
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/types/api/destinations/destinations.d.ts +2 -1
- package/dist/cjs/types/api/destinations/destinations.js +1 -0
- package/dist/cjs/types/api/destinations/destinations.js.map +1 -1
- package/dist/cjs/types/fingerprint/server-attributes.d.ts +14 -0
- package/dist/esm/types/api/destinations/destinations.d.ts +2 -1
- package/dist/esm/types/api/destinations/destinations.js +1 -0
- package/dist/esm/types/api/destinations/destinations.js.map +1 -1
- package/dist/esm/types/fingerprint/server-attributes.d.ts +14 -0
- package/package.json +1 -1
|
@@ -35,7 +35,8 @@ export declare enum DESTINATION {
|
|
|
35
35
|
CUSTOMER_IO = "customerIO",
|
|
36
36
|
FACEBOOK_INTEGRATION = "facebookIntegration",
|
|
37
37
|
GOOGLE_ADS_INTEGRATION = "googleAdsIntegration",
|
|
38
|
-
PINTEREST = "pinterest"
|
|
38
|
+
PINTEREST = "pinterest",
|
|
39
|
+
KLAVIYO = "klaviyo"
|
|
39
40
|
}
|
|
40
41
|
export interface UserDestinationConfiguration {
|
|
41
42
|
[key: string]: any;
|
|
@@ -24,5 +24,6 @@ var DESTINATION;
|
|
|
24
24
|
DESTINATION["FACEBOOK_INTEGRATION"] = "facebookIntegration";
|
|
25
25
|
DESTINATION["GOOGLE_ADS_INTEGRATION"] = "googleAdsIntegration";
|
|
26
26
|
DESTINATION["PINTEREST"] = "pinterest";
|
|
27
|
+
DESTINATION["KLAVIYO"] = "klaviyo";
|
|
27
28
|
})(DESTINATION = exports.DESTINATION || (exports.DESTINATION = {}));
|
|
28
29
|
//# sourceMappingURL=destinations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":";;;AAmBA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B;AAED,IAAY,
|
|
1
|
+
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":";;;AAmBA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B;AAED,IAAY,WAkBX;AAlBD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,uCAAwB,CAAA;IACxB,sDAAuC,CAAA;IACvC,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,yCAA0B,CAAA;IAC1B,qCAAsB,CAAA;IACtB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,yCAA0B,CAAA;IAC1B,2DAA4C,CAAA;IAC5C,8DAA+C,CAAA;IAC/C,sCAAuB,CAAA;IACvB,kCAAmB,CAAA;AACrB,CAAC,EAlBW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAkBtB"}
|
|
@@ -16,6 +16,20 @@ export interface ServerFingerprintAttributes {
|
|
|
16
16
|
ip_asn_type?: string;
|
|
17
17
|
ip_company_name?: string;
|
|
18
18
|
ip_company_type?: string;
|
|
19
|
+
is_tor?: boolean;
|
|
20
|
+
is_vpn?: boolean;
|
|
21
|
+
is_icloud_relay?: boolean;
|
|
22
|
+
is_proxy?: boolean;
|
|
23
|
+
is_datacenter?: boolean;
|
|
24
|
+
is_anonymous?: boolean;
|
|
25
|
+
is_known_attacker?: boolean;
|
|
26
|
+
is_known_abuser?: boolean;
|
|
27
|
+
is_threat?: boolean;
|
|
28
|
+
is_bogon?: boolean;
|
|
29
|
+
vpn_score?: number;
|
|
30
|
+
proxy_score?: number;
|
|
31
|
+
threat_score?: number;
|
|
32
|
+
trust_score?: number;
|
|
19
33
|
browser_name?: string;
|
|
20
34
|
browser_major_version?: string;
|
|
21
35
|
browser_version?: string;
|
|
@@ -35,7 +35,8 @@ export declare enum DESTINATION {
|
|
|
35
35
|
CUSTOMER_IO = "customerIO",
|
|
36
36
|
FACEBOOK_INTEGRATION = "facebookIntegration",
|
|
37
37
|
GOOGLE_ADS_INTEGRATION = "googleAdsIntegration",
|
|
38
|
-
PINTEREST = "pinterest"
|
|
38
|
+
PINTEREST = "pinterest",
|
|
39
|
+
KLAVIYO = "klaviyo"
|
|
39
40
|
}
|
|
40
41
|
export interface UserDestinationConfiguration {
|
|
41
42
|
[key: string]: any;
|
|
@@ -21,5 +21,6 @@ export var DESTINATION;
|
|
|
21
21
|
DESTINATION["FACEBOOK_INTEGRATION"] = "facebookIntegration";
|
|
22
22
|
DESTINATION["GOOGLE_ADS_INTEGRATION"] = "googleAdsIntegration";
|
|
23
23
|
DESTINATION["PINTEREST"] = "pinterest";
|
|
24
|
+
DESTINATION["KLAVIYO"] = "klaviyo";
|
|
24
25
|
})(DESTINATION || (DESTINATION = {}));
|
|
25
26
|
//# sourceMappingURL=destinations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B;AAED,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"destinations.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/destinations.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,+CAA2B,CAAA;AAC7B,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B;AAED,MAAM,CAAN,IAAY,WAkBX;AAlBD,WAAY,WAAW;IACrB,oCAAqB,CAAA;IACrB,gCAAiB,CAAA;IACjB,uCAAwB,CAAA;IACxB,sDAAuC,CAAA;IACvC,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,yCAA0B,CAAA;IAC1B,qCAAsB,CAAA;IACtB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,yCAA0B,CAAA;IAC1B,2DAA4C,CAAA;IAC5C,8DAA+C,CAAA;IAC/C,sCAAuB,CAAA;IACvB,kCAAmB,CAAA;AACrB,CAAC,EAlBW,WAAW,KAAX,WAAW,QAkBtB"}
|
|
@@ -16,6 +16,20 @@ export interface ServerFingerprintAttributes {
|
|
|
16
16
|
ip_asn_type?: string;
|
|
17
17
|
ip_company_name?: string;
|
|
18
18
|
ip_company_type?: string;
|
|
19
|
+
is_tor?: boolean;
|
|
20
|
+
is_vpn?: boolean;
|
|
21
|
+
is_icloud_relay?: boolean;
|
|
22
|
+
is_proxy?: boolean;
|
|
23
|
+
is_datacenter?: boolean;
|
|
24
|
+
is_anonymous?: boolean;
|
|
25
|
+
is_known_attacker?: boolean;
|
|
26
|
+
is_known_abuser?: boolean;
|
|
27
|
+
is_threat?: boolean;
|
|
28
|
+
is_bogon?: boolean;
|
|
29
|
+
vpn_score?: number;
|
|
30
|
+
proxy_score?: number;
|
|
31
|
+
threat_score?: number;
|
|
32
|
+
trust_score?: number;
|
|
19
33
|
browser_name?: string;
|
|
20
34
|
browser_major_version?: string;
|
|
21
35
|
browser_version?: string;
|