@adtrackify/at-tracking-event-types 2.0.78-alpha → 2.0.79
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 +17 -17
- package/dist/cjs/types/api/account.d.ts +37 -37
- package/dist/cjs/types/api/account.js +9 -9
- package/dist/cjs/types/api/destination-tracked-events.d.ts +11 -11
- package/dist/cjs/types/api/destination-tracked-events.js +3 -3
- package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
- package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
- package/dist/cjs/types/api/destinations/destinations.d.ts +66 -66
- package/dist/cjs/types/api/destinations/destinations.js +27 -27
- package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +53 -62
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js +9 -9
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/cjs/types/api/event-last-seen.d.ts +6 -6
- package/dist/cjs/types/api/event-last-seen.js +2 -2
- package/dist/cjs/types/api/event-status.d.ts +18 -18
- package/dist/cjs/types/api/event-status.js +9 -9
- package/dist/cjs/types/api/index.d.ts +14 -14
- package/dist/cjs/types/api/index.js +30 -30
- package/dist/cjs/types/api/log-events.d.ts +16 -16
- package/dist/cjs/types/api/log-events.js +2 -2
- package/dist/cjs/types/api/pixel-setup-health.d.ts +18 -18
- package/dist/cjs/types/api/pixel-setup-health.js +2 -2
- package/dist/cjs/types/api/query.d.ts +150 -150
- package/dist/cjs/types/api/query.js +100 -100
- package/dist/cjs/types/api/shopify-app-install.d.ts +47 -47
- package/dist/cjs/types/api/shopify-app-install.js +22 -22
- package/dist/cjs/types/api/subscription.d.ts +71 -71
- package/dist/cjs/types/api/subscription.js +31 -31
- package/dist/cjs/types/api/tracking-events.d.ts +11 -11
- package/dist/cjs/types/api/tracking-events.js +2 -2
- package/dist/cjs/types/api/user.d.ts +13 -13
- package/dist/cjs/types/api/user.js +2 -2
- package/dist/cjs/types/common/address.d.ts +15 -15
- package/dist/cjs/types/common/address.js +2 -2
- package/dist/cjs/types/common/currency.d.ts +1 -1
- package/dist/cjs/types/common/currency.js +63 -63
- package/dist/cjs/types/common/index.d.ts +2 -2
- package/dist/cjs/types/common/index.js +18 -18
- package/dist/cjs/types/event/base/event-name-enum.d.ts +51 -49
- package/dist/cjs/types/event/base/event-name-enum.js +57 -55
- package/dist/cjs/types/event/base/event-name-enum.js.map +1 -1
- package/dist/cjs/types/event/base/event.d.ts +20 -20
- package/dist/cjs/types/event/base/event.js +10 -10
- package/dist/cjs/types/event/base/index.d.ts +2 -2
- package/dist/cjs/types/event/base/index.js +18 -18
- package/dist/cjs/types/event/context/event-context-identity.d.ts +18 -16
- package/dist/cjs/types/event/context/event-context-identity.js +2 -2
- package/dist/cjs/types/event/context/event-context.d.ts +143 -143
- package/dist/cjs/types/event/context/event-context.js +2 -2
- package/dist/cjs/types/event/context/index.d.ts +2 -2
- package/dist/cjs/types/event/context/index.js +18 -18
- package/dist/cjs/types/event/index.d.ts +5 -5
- package/dist/cjs/types/event/index.js +21 -21
- package/dist/cjs/types/event/log-event.d.ts +35 -35
- package/dist/cjs/types/event/log-event.js +22 -22
- package/dist/cjs/types/event/metric-event.d.ts +13 -13
- package/dist/cjs/types/event/metric-event.js +2 -2
- package/dist/cjs/types/event/tracking-event.d.ts +62 -62
- package/dist/cjs/types/event/tracking-event.js +2 -2
- package/dist/cjs/types/event-bus-event.d.ts +25 -25
- package/dist/cjs/types/event-bus-event.js +2 -2
- package/dist/cjs/types/index.d.ts +5 -6
- package/dist/cjs/types/index.js +21 -22
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/types/third-party-event-configuration-types.d.ts +9 -9
- package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/api/account.d.ts +37 -37
- package/dist/esm/types/api/account.js +6 -6
- package/dist/esm/types/api/destination-tracked-events.d.ts +11 -11
- package/dist/esm/types/api/destination-tracked-events.js +1 -1
- package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
- package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
- package/dist/esm/types/api/destinations/destinations.d.ts +66 -66
- package/dist/esm/types/api/destinations/destinations.js +24 -24
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +53 -62
- package/dist/esm/types/api/destinations/third-party-destination-configs.js +6 -6
- package/dist/esm/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/esm/types/api/event-last-seen.d.ts +6 -6
- package/dist/esm/types/api/event-last-seen.js +1 -1
- package/dist/esm/types/api/event-status.d.ts +18 -18
- package/dist/esm/types/api/event-status.js +6 -6
- package/dist/esm/types/api/index.d.ts +14 -14
- package/dist/esm/types/api/index.js +14 -14
- package/dist/esm/types/api/log-events.d.ts +16 -16
- package/dist/esm/types/api/log-events.js +1 -1
- package/dist/esm/types/api/pixel-setup-health.d.ts +18 -18
- package/dist/esm/types/api/pixel-setup-health.js +1 -1
- package/dist/esm/types/api/query.d.ts +150 -150
- package/dist/esm/types/api/query.js +97 -97
- package/dist/esm/types/api/shopify-app-install.d.ts +47 -47
- package/dist/esm/types/api/shopify-app-install.js +19 -19
- package/dist/esm/types/api/subscription.d.ts +71 -71
- package/dist/esm/types/api/subscription.js +28 -28
- package/dist/esm/types/api/tracking-events.d.ts +11 -11
- package/dist/esm/types/api/tracking-events.js +1 -1
- package/dist/esm/types/api/user.d.ts +13 -13
- package/dist/esm/types/api/user.js +1 -1
- package/dist/esm/types/common/address.d.ts +15 -15
- package/dist/esm/types/common/address.js +1 -1
- package/dist/esm/types/common/currency.d.ts +1 -1
- package/dist/esm/types/common/currency.js +60 -60
- package/dist/esm/types/common/index.d.ts +2 -2
- package/dist/esm/types/common/index.js +2 -2
- package/dist/esm/types/event/base/event-name-enum.d.ts +51 -49
- package/dist/esm/types/event/base/event-name-enum.js +54 -52
- package/dist/esm/types/event/base/event-name-enum.js.map +1 -1
- package/dist/esm/types/event/base/event.d.ts +20 -20
- package/dist/esm/types/event/base/event.js +7 -7
- 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/context/event-context-identity.d.ts +18 -16
- package/dist/esm/types/event/context/event-context-identity.js +1 -1
- package/dist/esm/types/event/context/event-context.d.ts +143 -143
- package/dist/esm/types/event/context/event-context.js +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/index.d.ts +5 -5
- package/dist/esm/types/event/index.js +5 -5
- package/dist/esm/types/event/log-event.d.ts +35 -35
- package/dist/esm/types/event/log-event.js +19 -19
- package/dist/esm/types/event/metric-event.d.ts +13 -13
- package/dist/esm/types/event/metric-event.js +1 -1
- package/dist/esm/types/event/tracking-event.d.ts +62 -62
- package/dist/esm/types/event/tracking-event.js +1 -1
- package/dist/esm/types/event-bus-event.d.ts +25 -25
- package/dist/esm/types/event-bus-event.js +1 -1
- package/dist/esm/types/index.d.ts +5 -6
- package/dist/esm/types/index.js +5 -6
- package/dist/esm/types/index.js.map +1 -1
- package/dist/esm/types/third-party-event-configuration-types.d.ts +9 -9
- package/dist/esm/types/third-party-event-configuration-types.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/types/fingerprint/browser-attributes.d.ts +0 -60
- package/dist/cjs/types/fingerprint/browser-attributes.js +0 -3
- package/dist/cjs/types/fingerprint/browser-attributes.js.map +0 -1
- package/dist/cjs/types/fingerprint/index.d.ts +0 -6
- package/dist/cjs/types/fingerprint/index.js +0 -19
- package/dist/cjs/types/fingerprint/index.js.map +0 -1
- package/dist/cjs/types/fingerprint/server-attributes.d.ts +0 -36
- package/dist/cjs/types/fingerprint/server-attributes.js +0 -3
- package/dist/cjs/types/fingerprint/server-attributes.js.map +0 -1
- package/dist/esm/types/fingerprint/browser-attributes.d.ts +0 -60
- package/dist/esm/types/fingerprint/browser-attributes.js +0 -2
- package/dist/esm/types/fingerprint/browser-attributes.js.map +0 -1
- package/dist/esm/types/fingerprint/index.d.ts +0 -6
- package/dist/esm/types/fingerprint/index.js +0 -3
- package/dist/esm/types/fingerprint/index.js.map +0 -1
- package/dist/esm/types/fingerprint/server-attributes.d.ts +0 -36
- package/dist/esm/types/fingerprint/server-attributes.js +0 -2
- package/dist/esm/types/fingerprint/server-attributes.js.map +0 -1
package/dist/esm/types/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
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';
|
|
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';
|
|
7
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yCAAyC,CAAC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,yCAAyC,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export interface DestinationConfiguration {
|
|
2
|
-
eventConfigurations: DestinationEventSpecificConfiguration[];
|
|
3
|
-
}
|
|
4
|
-
export interface DestinationEventSpecificConfiguration {
|
|
5
|
-
enabled: boolean;
|
|
6
|
-
sourceEventName: string;
|
|
7
|
-
destinationEventName?: string;
|
|
8
|
-
excludeEvent?: boolean;
|
|
9
|
-
}
|
|
1
|
+
export interface DestinationConfiguration {
|
|
2
|
+
eventConfigurations: DestinationEventSpecificConfiguration[];
|
|
3
|
+
}
|
|
4
|
+
export interface DestinationEventSpecificConfiguration {
|
|
5
|
+
enabled: boolean;
|
|
6
|
+
sourceEventName: string;
|
|
7
|
+
destinationEventName?: string;
|
|
8
|
+
excludeEvent?: boolean;
|
|
9
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=third-party-event-configuration-types.js.map
|
package/package.json
CHANGED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
export interface BrowserFingerprintAttributes {
|
|
2
|
-
ad_blocker?: boolean;
|
|
3
|
-
architecture?: number;
|
|
4
|
-
audio_analyser?: string;
|
|
5
|
-
audio_formats?: string;
|
|
6
|
-
browser_locationbar?: boolean;
|
|
7
|
-
browser_menubar?: boolean;
|
|
8
|
-
browser_personalbar?: boolean;
|
|
9
|
-
browser_statusbar?: boolean;
|
|
10
|
-
browser_toolbar?: boolean;
|
|
11
|
-
canvas_geometry_hash?: string;
|
|
12
|
-
canvas_winding?: boolean;
|
|
13
|
-
color_depth?: number;
|
|
14
|
-
color_gamut?: string;
|
|
15
|
-
cookie_enabled?: boolean;
|
|
16
|
-
device_timezone?: string;
|
|
17
|
-
fonts?: string;
|
|
18
|
-
forced_colors?: boolean;
|
|
19
|
-
hdr?: boolean;
|
|
20
|
-
indexed_db?: boolean;
|
|
21
|
-
inverted_colors?: boolean;
|
|
22
|
-
local_storage?: boolean;
|
|
23
|
-
motion_reduced?: boolean;
|
|
24
|
-
navigator_build_id?: string;
|
|
25
|
-
navigator_cpu_class?: string;
|
|
26
|
-
navigator_device_memory?: number;
|
|
27
|
-
navigator_do_not_track?: string;
|
|
28
|
-
navigator_hardware_concurrency?: number;
|
|
29
|
-
navigator_java_enabled?: boolean;
|
|
30
|
-
navigator_language?: string;
|
|
31
|
-
navigator_languages?: string;
|
|
32
|
-
navigator_media_devices?: string;
|
|
33
|
-
navigator_os_cpu?: string;
|
|
34
|
-
navigator_pdf_viewer_enabled?: boolean;
|
|
35
|
-
navigator_permissions?: string;
|
|
36
|
-
navigator_platform?: string;
|
|
37
|
-
navigator_plugins?: string;
|
|
38
|
-
navigator_product?: string;
|
|
39
|
-
navigator_product_sub?: string;
|
|
40
|
-
navigator_properties?: string;
|
|
41
|
-
navigator_user_agent?: string;
|
|
42
|
-
navigator_vendor?: string;
|
|
43
|
-
navigator_vendor_sub?: string;
|
|
44
|
-
open_database?: boolean;
|
|
45
|
-
screen_resolution?: string;
|
|
46
|
-
session_storage?: boolean;
|
|
47
|
-
video_card?: string;
|
|
48
|
-
video_formats?: string;
|
|
49
|
-
web_gl_extensions?: string;
|
|
50
|
-
web_gl_img_bytes_hash?: string;
|
|
51
|
-
web_gl_img_hash?: string;
|
|
52
|
-
web_gl_renderer?: string;
|
|
53
|
-
web_gl_renderer_unmasked?: string;
|
|
54
|
-
web_gl_shader_precisions?: string;
|
|
55
|
-
web_gl_shading_language_version?: string;
|
|
56
|
-
web_gl_status?: string;
|
|
57
|
-
web_gl_vendor?: string;
|
|
58
|
-
web_gl_vendor_unmasked?: string;
|
|
59
|
-
web_gl_version?: string;
|
|
60
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser-attributes.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/browser-attributes.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BrowserFingerprintAttributes } from './browser-attributes';
|
|
2
|
-
import { ServerFingerprintAttributes } from './server-attributes';
|
|
3
|
-
export interface FingerprintAttributes extends BrowserFingerprintAttributes, ServerFingerprintAttributes {
|
|
4
|
-
}
|
|
5
|
-
export * from './browser-attributes';
|
|
6
|
-
export * from './server-attributes';
|
|
@@ -1,19 +0,0 @@
|
|
|
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("./browser-attributes"), exports);
|
|
18
|
-
__exportStar(require("./server-attributes"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAKA,uDAAqC;AACrC,sDAAoC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export interface ServerFingerprintAttributes {
|
|
2
|
-
ip_address?: string;
|
|
3
|
-
is_wireless_carrier?: boolean;
|
|
4
|
-
ip_geo_city?: string;
|
|
5
|
-
ip_geo_region?: string;
|
|
6
|
-
ip_geo_region_code?: string;
|
|
7
|
-
ip_geo_region_type?: string;
|
|
8
|
-
ip_geo_postal_code?: string;
|
|
9
|
-
ip_geo_country_name?: string;
|
|
10
|
-
ip_geo_country_code?: string;
|
|
11
|
-
ip_geo_continent_name?: string;
|
|
12
|
-
ip_geo_continent_code?: string;
|
|
13
|
-
ip_longitude?: number;
|
|
14
|
-
ip_latitude?: number;
|
|
15
|
-
ip_asn_name?: string;
|
|
16
|
-
ip_asn_type?: string;
|
|
17
|
-
ip_company_name?: string;
|
|
18
|
-
ip_company_type?: string;
|
|
19
|
-
browser_name?: string;
|
|
20
|
-
browser_major_version?: string;
|
|
21
|
-
browser_version?: string;
|
|
22
|
-
browser_engine?: string;
|
|
23
|
-
browser_engine_version?: string;
|
|
24
|
-
browser_os_name?: string;
|
|
25
|
-
browser_os_version?: string;
|
|
26
|
-
browser_device_model?: string;
|
|
27
|
-
browser_device_type?: string;
|
|
28
|
-
browser_device_vendor?: string;
|
|
29
|
-
browser_cpu?: string;
|
|
30
|
-
user_agent_header?: string;
|
|
31
|
-
accept_header?: string;
|
|
32
|
-
accept_encoding_header?: string;
|
|
33
|
-
accept_language_header?: string;
|
|
34
|
-
mobile_header?: string;
|
|
35
|
-
platform_header?: string;
|
|
36
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"server-attributes.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/server-attributes.ts"],"names":[],"mappings":""}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
export interface BrowserFingerprintAttributes {
|
|
2
|
-
ad_blocker?: boolean;
|
|
3
|
-
architecture?: number;
|
|
4
|
-
audio_analyser?: string;
|
|
5
|
-
audio_formats?: string;
|
|
6
|
-
browser_locationbar?: boolean;
|
|
7
|
-
browser_menubar?: boolean;
|
|
8
|
-
browser_personalbar?: boolean;
|
|
9
|
-
browser_statusbar?: boolean;
|
|
10
|
-
browser_toolbar?: boolean;
|
|
11
|
-
canvas_geometry_hash?: string;
|
|
12
|
-
canvas_winding?: boolean;
|
|
13
|
-
color_depth?: number;
|
|
14
|
-
color_gamut?: string;
|
|
15
|
-
cookie_enabled?: boolean;
|
|
16
|
-
device_timezone?: string;
|
|
17
|
-
fonts?: string;
|
|
18
|
-
forced_colors?: boolean;
|
|
19
|
-
hdr?: boolean;
|
|
20
|
-
indexed_db?: boolean;
|
|
21
|
-
inverted_colors?: boolean;
|
|
22
|
-
local_storage?: boolean;
|
|
23
|
-
motion_reduced?: boolean;
|
|
24
|
-
navigator_build_id?: string;
|
|
25
|
-
navigator_cpu_class?: string;
|
|
26
|
-
navigator_device_memory?: number;
|
|
27
|
-
navigator_do_not_track?: string;
|
|
28
|
-
navigator_hardware_concurrency?: number;
|
|
29
|
-
navigator_java_enabled?: boolean;
|
|
30
|
-
navigator_language?: string;
|
|
31
|
-
navigator_languages?: string;
|
|
32
|
-
navigator_media_devices?: string;
|
|
33
|
-
navigator_os_cpu?: string;
|
|
34
|
-
navigator_pdf_viewer_enabled?: boolean;
|
|
35
|
-
navigator_permissions?: string;
|
|
36
|
-
navigator_platform?: string;
|
|
37
|
-
navigator_plugins?: string;
|
|
38
|
-
navigator_product?: string;
|
|
39
|
-
navigator_product_sub?: string;
|
|
40
|
-
navigator_properties?: string;
|
|
41
|
-
navigator_user_agent?: string;
|
|
42
|
-
navigator_vendor?: string;
|
|
43
|
-
navigator_vendor_sub?: string;
|
|
44
|
-
open_database?: boolean;
|
|
45
|
-
screen_resolution?: string;
|
|
46
|
-
session_storage?: boolean;
|
|
47
|
-
video_card?: string;
|
|
48
|
-
video_formats?: string;
|
|
49
|
-
web_gl_extensions?: string;
|
|
50
|
-
web_gl_img_bytes_hash?: string;
|
|
51
|
-
web_gl_img_hash?: string;
|
|
52
|
-
web_gl_renderer?: string;
|
|
53
|
-
web_gl_renderer_unmasked?: string;
|
|
54
|
-
web_gl_shader_precisions?: string;
|
|
55
|
-
web_gl_shading_language_version?: string;
|
|
56
|
-
web_gl_status?: string;
|
|
57
|
-
web_gl_vendor?: string;
|
|
58
|
-
web_gl_vendor_unmasked?: string;
|
|
59
|
-
web_gl_version?: string;
|
|
60
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"browser-attributes.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/browser-attributes.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { BrowserFingerprintAttributes } from './browser-attributes';
|
|
2
|
-
import { ServerFingerprintAttributes } from './server-attributes';
|
|
3
|
-
export interface FingerprintAttributes extends BrowserFingerprintAttributes, ServerFingerprintAttributes {
|
|
4
|
-
}
|
|
5
|
-
export * from './browser-attributes';
|
|
6
|
-
export * from './server-attributes';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/index.ts"],"names":[],"mappings":"AAKA,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export interface ServerFingerprintAttributes {
|
|
2
|
-
ip_address?: string;
|
|
3
|
-
is_wireless_carrier?: boolean;
|
|
4
|
-
ip_geo_city?: string;
|
|
5
|
-
ip_geo_region?: string;
|
|
6
|
-
ip_geo_region_code?: string;
|
|
7
|
-
ip_geo_region_type?: string;
|
|
8
|
-
ip_geo_postal_code?: string;
|
|
9
|
-
ip_geo_country_name?: string;
|
|
10
|
-
ip_geo_country_code?: string;
|
|
11
|
-
ip_geo_continent_name?: string;
|
|
12
|
-
ip_geo_continent_code?: string;
|
|
13
|
-
ip_longitude?: number;
|
|
14
|
-
ip_latitude?: number;
|
|
15
|
-
ip_asn_name?: string;
|
|
16
|
-
ip_asn_type?: string;
|
|
17
|
-
ip_company_name?: string;
|
|
18
|
-
ip_company_type?: string;
|
|
19
|
-
browser_name?: string;
|
|
20
|
-
browser_major_version?: string;
|
|
21
|
-
browser_version?: string;
|
|
22
|
-
browser_engine?: string;
|
|
23
|
-
browser_engine_version?: string;
|
|
24
|
-
browser_os_name?: string;
|
|
25
|
-
browser_os_version?: string;
|
|
26
|
-
browser_device_model?: string;
|
|
27
|
-
browser_device_type?: string;
|
|
28
|
-
browser_device_vendor?: string;
|
|
29
|
-
browser_cpu?: string;
|
|
30
|
-
user_agent_header?: string;
|
|
31
|
-
accept_header?: string;
|
|
32
|
-
accept_encoding_header?: string;
|
|
33
|
-
accept_language_header?: string;
|
|
34
|
-
mobile_header?: string;
|
|
35
|
-
platform_header?: string;
|
|
36
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"server-attributes.js","sourceRoot":"","sources":["../../../../src/types/fingerprint/server-attributes.ts"],"names":[],"mappings":""}
|