@adtrackify/at-tracking-event-types 3.4.6 → 3.4.8
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/README.md +12 -12
- package/dist/cjs/types/api/contact-acquisition/contact-acquisition.d.ts +4 -2
- package/dist/cjs/types/api/contact-acquisition/contact-acquisition.js +2 -0
- package/dist/cjs/types/api/contact-acquisition/contact-acquisition.js.map +1 -1
- package/dist/esm/types/api/contact-acquisition/contact-acquisition.d.ts +4 -2
- package/dist/esm/types/api/contact-acquisition/contact-acquisition.js +2 -0
- package/dist/esm/types/api/contact-acquisition/contact-acquisition.js.map +1 -1
- package/package.json +107 -107
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# at-tracking-event-types
|
|
2
|
-
|
|
3
|
-
- Type library for tracking events and related types
|
|
4
|
-
|
|
5
|
-
# build instructions
|
|
6
|
-
|
|
7
|
-
1. make changes to type
|
|
8
|
-
2. to build your changes:
|
|
9
|
-
- npm run build
|
|
10
|
-
3. bump package.json version to update package
|
|
11
|
-
4. package will automatically deploy when push to master
|
|
12
|
-
5. to deploy from command line, run:
|
|
1
|
+
# at-tracking-event-types
|
|
2
|
+
|
|
3
|
+
- Type library for tracking events and related types
|
|
4
|
+
|
|
5
|
+
# build instructions
|
|
6
|
+
|
|
7
|
+
1. make changes to type
|
|
8
|
+
2. to build your changes:
|
|
9
|
+
- npm run build
|
|
10
|
+
3. bump package.json version to update package
|
|
11
|
+
4. package will automatically deploy when push to master
|
|
12
|
+
5. to deploy from command line, run:
|
|
13
13
|
- npm run publish
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
export declare enum CONTACT_ACQUISITION_SOURCE {
|
|
2
2
|
DRIVE_IQ = "driveIQ",
|
|
3
3
|
BDEX = "bdex",
|
|
4
|
-
AUDIENCE_ACUITY = "audienceAcuity"
|
|
4
|
+
AUDIENCE_ACUITY = "audienceAcuity",
|
|
5
|
+
UPSTACK_NETWORK_COOKIE = "upstackNetworkCookie"
|
|
5
6
|
}
|
|
6
7
|
export declare enum CONTACT_SOURCE_ID {
|
|
7
8
|
DRIVE_IQ = "0",
|
|
8
9
|
BDEX = "1",
|
|
9
|
-
AUDIENCE_ACUITY = "2"
|
|
10
|
+
AUDIENCE_ACUITY = "2",
|
|
11
|
+
UPSTACK_NETWORK_COOKIE = "3"
|
|
10
12
|
}
|
|
11
13
|
export interface DiqContact {
|
|
12
14
|
id: string;
|
|
@@ -6,11 +6,13 @@ var CONTACT_ACQUISITION_SOURCE;
|
|
|
6
6
|
CONTACT_ACQUISITION_SOURCE["DRIVE_IQ"] = "driveIQ";
|
|
7
7
|
CONTACT_ACQUISITION_SOURCE["BDEX"] = "bdex";
|
|
8
8
|
CONTACT_ACQUISITION_SOURCE["AUDIENCE_ACUITY"] = "audienceAcuity";
|
|
9
|
+
CONTACT_ACQUISITION_SOURCE["UPSTACK_NETWORK_COOKIE"] = "upstackNetworkCookie";
|
|
9
10
|
})(CONTACT_ACQUISITION_SOURCE = exports.CONTACT_ACQUISITION_SOURCE || (exports.CONTACT_ACQUISITION_SOURCE = {}));
|
|
10
11
|
var CONTACT_SOURCE_ID;
|
|
11
12
|
(function (CONTACT_SOURCE_ID) {
|
|
12
13
|
CONTACT_SOURCE_ID["DRIVE_IQ"] = "0";
|
|
13
14
|
CONTACT_SOURCE_ID["BDEX"] = "1";
|
|
14
15
|
CONTACT_SOURCE_ID["AUDIENCE_ACUITY"] = "2";
|
|
16
|
+
CONTACT_SOURCE_ID["UPSTACK_NETWORK_COOKIE"] = "3";
|
|
15
17
|
})(CONTACT_SOURCE_ID = exports.CONTACT_SOURCE_ID || (exports.CONTACT_SOURCE_ID = {}));
|
|
16
18
|
//# sourceMappingURL=contact-acquisition.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-acquisition.js","sourceRoot":"","sources":["../../../../../src/types/api/contact-acquisition/contact-acquisition.ts"],"names":[],"mappings":";;;AACA,IAAY,
|
|
1
|
+
{"version":3,"file":"contact-acquisition.js","sourceRoot":"","sources":["../../../../../src/types/api/contact-acquisition/contact-acquisition.ts"],"names":[],"mappings":";;;AACA,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,kDAAoB,CAAA;IACpB,2CAAa,CAAA;IACb,gEAAkC,CAAA;IAClC,6EAA+C,CAAA;AACjD,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC;AAED,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,mCAAc,CAAA;IACd,+BAAU,CAAA;IACV,0CAAqB,CAAA;IACrB,iDAA4B,CAAA;AAC9B,CAAC,EALW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAK5B"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
export declare enum CONTACT_ACQUISITION_SOURCE {
|
|
2
2
|
DRIVE_IQ = "driveIQ",
|
|
3
3
|
BDEX = "bdex",
|
|
4
|
-
AUDIENCE_ACUITY = "audienceAcuity"
|
|
4
|
+
AUDIENCE_ACUITY = "audienceAcuity",
|
|
5
|
+
UPSTACK_NETWORK_COOKIE = "upstackNetworkCookie"
|
|
5
6
|
}
|
|
6
7
|
export declare enum CONTACT_SOURCE_ID {
|
|
7
8
|
DRIVE_IQ = "0",
|
|
8
9
|
BDEX = "1",
|
|
9
|
-
AUDIENCE_ACUITY = "2"
|
|
10
|
+
AUDIENCE_ACUITY = "2",
|
|
11
|
+
UPSTACK_NETWORK_COOKIE = "3"
|
|
10
12
|
}
|
|
11
13
|
export interface DiqContact {
|
|
12
14
|
id: string;
|
|
@@ -3,11 +3,13 @@ export var CONTACT_ACQUISITION_SOURCE;
|
|
|
3
3
|
CONTACT_ACQUISITION_SOURCE["DRIVE_IQ"] = "driveIQ";
|
|
4
4
|
CONTACT_ACQUISITION_SOURCE["BDEX"] = "bdex";
|
|
5
5
|
CONTACT_ACQUISITION_SOURCE["AUDIENCE_ACUITY"] = "audienceAcuity";
|
|
6
|
+
CONTACT_ACQUISITION_SOURCE["UPSTACK_NETWORK_COOKIE"] = "upstackNetworkCookie";
|
|
6
7
|
})(CONTACT_ACQUISITION_SOURCE || (CONTACT_ACQUISITION_SOURCE = {}));
|
|
7
8
|
export var CONTACT_SOURCE_ID;
|
|
8
9
|
(function (CONTACT_SOURCE_ID) {
|
|
9
10
|
CONTACT_SOURCE_ID["DRIVE_IQ"] = "0";
|
|
10
11
|
CONTACT_SOURCE_ID["BDEX"] = "1";
|
|
11
12
|
CONTACT_SOURCE_ID["AUDIENCE_ACUITY"] = "2";
|
|
13
|
+
CONTACT_SOURCE_ID["UPSTACK_NETWORK_COOKIE"] = "3";
|
|
12
14
|
})(CONTACT_SOURCE_ID || (CONTACT_SOURCE_ID = {}));
|
|
13
15
|
//# sourceMappingURL=contact-acquisition.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-acquisition.js","sourceRoot":"","sources":["../../../../../src/types/api/contact-acquisition/contact-acquisition.ts"],"names":[],"mappings":"AACA,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"contact-acquisition.js","sourceRoot":"","sources":["../../../../../src/types/api/contact-acquisition/contact-acquisition.ts"],"names":[],"mappings":"AACA,MAAM,CAAN,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,kDAAoB,CAAA;IACpB,2CAAa,CAAA;IACb,gEAAkC,CAAA;IAClC,6EAA+C,CAAA;AACjD,CAAC,EALW,0BAA0B,KAA1B,0BAA0B,QAKrC;AAED,MAAM,CAAN,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,mCAAc,CAAA;IACd,+BAAU,CAAA;IACV,0CAAqB,CAAA;IACrB,iDAA4B,CAAA;AAC9B,CAAC,EALW,iBAAiB,KAAjB,iBAAiB,QAK5B"}
|
package/package.json
CHANGED
|
@@ -1,108 +1,108 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@adtrackify/at-tracking-event-types",
|
|
3
|
-
"version": "3.4.
|
|
4
|
-
"description": "",
|
|
5
|
-
"files": [
|
|
6
|
-
"dist/*"
|
|
7
|
-
],
|
|
8
|
-
"type": "module",
|
|
9
|
-
"sideEffects": false,
|
|
10
|
-
"main": "./dist/cjs/index.js",
|
|
11
|
-
"module": "./dist/esm/index.js",
|
|
12
|
-
"types": "./dist/esm/index.d.ts",
|
|
13
|
-
"exports": {
|
|
14
|
-
".": {
|
|
15
|
-
"import": {
|
|
16
|
-
"types": "./dist/esm/index.d.ts",
|
|
17
|
-
"default": "./dist/esm/index.js"
|
|
18
|
-
},
|
|
19
|
-
"require": {
|
|
20
|
-
"types": "./dist/cjs/index.d.ts",
|
|
21
|
-
"default": "./dist/cjs/index.js"
|
|
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
|
-
}
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"engines": {
|
|
36
|
-
"node": ">=20.0.0",
|
|
37
|
-
"npm": ">=10.0.0"
|
|
38
|
-
},
|
|
39
|
-
"scripts": {
|
|
40
|
-
"clean": "rimraf dist",
|
|
41
|
-
"build": "npm run clean && npm run verify && cross-env NODE_ENV=production stage=dev APP_ENV=dev npm run tsc",
|
|
42
|
-
"elint": "eslint --ignore-path .gitignore .",
|
|
43
|
-
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
|
44
|
-
"lint": "tslint -p tsconfig.json",
|
|
45
|
-
"lint:fix": "eslint --ignore-path .gitignore . --fix",
|
|
46
|
-
"coverage": "npm run test:all -- --coverage --group=unit",
|
|
47
|
-
"test": "jest --group=unit --coverage",
|
|
48
|
-
"test:all": "cross-env AWS_REGION=us-east-2 NODE_ENV=test jest --group=unit --coverage",
|
|
49
|
-
"test:unit": "cross-env AWS_REGION=us-east-2 NODE_ENV=test jest --group=unit --coverage",
|
|
50
|
-
"verify": "npm run clean && npm run type-check && npm run lint:fix",
|
|
51
|
-
"version": "npm run format && git add -A src",
|
|
52
|
-
"postversion": "git push && git push --tags",
|
|
53
|
-
"push": "npm install && npm run build && npm publish",
|
|
54
|
-
"type-check": "tsc --noEmit",
|
|
55
|
-
"prepare": "husky install",
|
|
56
|
-
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
|
|
57
|
-
"prepublishOnly": "npm run tsc"
|
|
58
|
-
},
|
|
59
|
-
"dependencies": {},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@types/luxon": "^3.0.1",
|
|
62
|
-
"@types/ua-parser-js": "^0.7.36",
|
|
63
|
-
"@babel/cli": "^7.13.16",
|
|
64
|
-
"@babel/core": "^7.18.13",
|
|
65
|
-
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
|
66
|
-
"@babel/plugin-transform-runtime": "^7.10.3",
|
|
67
|
-
"@babel/preset-env": "^7.16.8",
|
|
68
|
-
"@babel/preset-typescript": "^7.16.7",
|
|
69
|
-
"@babel/runtime-corejs3": "^7.13.17",
|
|
70
|
-
"@types/node": "^17.0.8",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
72
|
-
"@typescript-eslint/parser": "^5.36.1",
|
|
73
|
-
"babel-eslint": "^10.1.0",
|
|
74
|
-
"babel-jest": "^26.6.3",
|
|
75
|
-
"babel-loader": "^8.2.2",
|
|
76
|
-
"babel-polyfill": "^6.26.0",
|
|
77
|
-
"core-js": "^3.25.0",
|
|
78
|
-
"cross-env": "^7.0.3",
|
|
79
|
-
"esbuild": "^0.14.54",
|
|
80
|
-
"eslint": "^8.23.0",
|
|
81
|
-
"eslint-config-standard": "^17.0.0",
|
|
82
|
-
"eslint-plugin-babel": "^5.3.1",
|
|
83
|
-
"eslint-plugin-import": "^2.26.0",
|
|
84
|
-
"eslint-plugin-n": "^15.2.5",
|
|
85
|
-
"eslint-plugin-promise": "^6.0.1",
|
|
86
|
-
"eslint-webpack-plugin": "^3.1.1",
|
|
87
|
-
"glob": "^8.0.3",
|
|
88
|
-
"husky": "^6.0.0",
|
|
89
|
-
"jest": "^27.5.1",
|
|
90
|
-
"jest-cucumber": "3.0.1",
|
|
91
|
-
"jest-junit": "13.0.0",
|
|
92
|
-
"jest-runner-groups": "2.1.0",
|
|
93
|
-
"npm-dts": "^1.3.12",
|
|
94
|
-
"npm-run-all": "^4.1.5",
|
|
95
|
-
"npm-scripts-info": "^0.1.0",
|
|
96
|
-
"regenerator-runtime": "^0.13.9",
|
|
97
|
-
"rimraf": "^3.0.2",
|
|
98
|
-
"typescript": "4.7.4",
|
|
99
|
-
"ua-parser-js": "^1.0.2"
|
|
100
|
-
},
|
|
101
|
-
"repository": {
|
|
102
|
-
"type": "git",
|
|
103
|
-
"url": "git+ssh://git@bitbucket.org/eacap/at-tracking-event-types.git"
|
|
104
|
-
},
|
|
105
|
-
"author": "",
|
|
106
|
-
"license": "ISC",
|
|
107
|
-
"homepage": "https://bitbucket.org/eacap/at-tracking-event-types#readme"
|
|
1
|
+
{
|
|
2
|
+
"name": "@adtrackify/at-tracking-event-types",
|
|
3
|
+
"version": "3.4.8",
|
|
4
|
+
"description": "",
|
|
5
|
+
"files": [
|
|
6
|
+
"dist/*"
|
|
7
|
+
],
|
|
8
|
+
"type": "module",
|
|
9
|
+
"sideEffects": false,
|
|
10
|
+
"main": "./dist/cjs/index.js",
|
|
11
|
+
"module": "./dist/esm/index.js",
|
|
12
|
+
"types": "./dist/esm/index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"import": {
|
|
16
|
+
"types": "./dist/esm/index.d.ts",
|
|
17
|
+
"default": "./dist/esm/index.js"
|
|
18
|
+
},
|
|
19
|
+
"require": {
|
|
20
|
+
"types": "./dist/cjs/index.d.ts",
|
|
21
|
+
"default": "./dist/cjs/index.js"
|
|
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
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"engines": {
|
|
36
|
+
"node": ">=20.0.0",
|
|
37
|
+
"npm": ">=10.0.0"
|
|
38
|
+
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"clean": "rimraf dist",
|
|
41
|
+
"build": "npm run clean && npm run verify && cross-env NODE_ENV=production stage=dev APP_ENV=dev npm run tsc",
|
|
42
|
+
"elint": "eslint --ignore-path .gitignore .",
|
|
43
|
+
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
|
44
|
+
"lint": "tslint -p tsconfig.json",
|
|
45
|
+
"lint:fix": "eslint --ignore-path .gitignore . --fix",
|
|
46
|
+
"coverage": "npm run test:all -- --coverage --group=unit",
|
|
47
|
+
"test": "jest --group=unit --coverage",
|
|
48
|
+
"test:all": "cross-env AWS_REGION=us-east-2 NODE_ENV=test jest --group=unit --coverage",
|
|
49
|
+
"test:unit": "cross-env AWS_REGION=us-east-2 NODE_ENV=test jest --group=unit --coverage",
|
|
50
|
+
"verify": "npm run clean && npm run type-check && npm run lint:fix",
|
|
51
|
+
"version": "npm run format && git add -A src",
|
|
52
|
+
"postversion": "git push && git push --tags",
|
|
53
|
+
"push": "npm install && npm run build && npm publish",
|
|
54
|
+
"type-check": "tsc --noEmit",
|
|
55
|
+
"prepare": "husky install",
|
|
56
|
+
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
|
|
57
|
+
"prepublishOnly": "npm run tsc"
|
|
58
|
+
},
|
|
59
|
+
"dependencies": {},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@types/luxon": "^3.0.1",
|
|
62
|
+
"@types/ua-parser-js": "^0.7.36",
|
|
63
|
+
"@babel/cli": "^7.13.16",
|
|
64
|
+
"@babel/core": "^7.18.13",
|
|
65
|
+
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
|
66
|
+
"@babel/plugin-transform-runtime": "^7.10.3",
|
|
67
|
+
"@babel/preset-env": "^7.16.8",
|
|
68
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
69
|
+
"@babel/runtime-corejs3": "^7.13.17",
|
|
70
|
+
"@types/node": "^17.0.8",
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
|
72
|
+
"@typescript-eslint/parser": "^5.36.1",
|
|
73
|
+
"babel-eslint": "^10.1.0",
|
|
74
|
+
"babel-jest": "^26.6.3",
|
|
75
|
+
"babel-loader": "^8.2.2",
|
|
76
|
+
"babel-polyfill": "^6.26.0",
|
|
77
|
+
"core-js": "^3.25.0",
|
|
78
|
+
"cross-env": "^7.0.3",
|
|
79
|
+
"esbuild": "^0.14.54",
|
|
80
|
+
"eslint": "^8.23.0",
|
|
81
|
+
"eslint-config-standard": "^17.0.0",
|
|
82
|
+
"eslint-plugin-babel": "^5.3.1",
|
|
83
|
+
"eslint-plugin-import": "^2.26.0",
|
|
84
|
+
"eslint-plugin-n": "^15.2.5",
|
|
85
|
+
"eslint-plugin-promise": "^6.0.1",
|
|
86
|
+
"eslint-webpack-plugin": "^3.1.1",
|
|
87
|
+
"glob": "^8.0.3",
|
|
88
|
+
"husky": "^6.0.0",
|
|
89
|
+
"jest": "^27.5.1",
|
|
90
|
+
"jest-cucumber": "3.0.1",
|
|
91
|
+
"jest-junit": "13.0.0",
|
|
92
|
+
"jest-runner-groups": "2.1.0",
|
|
93
|
+
"npm-dts": "^1.3.12",
|
|
94
|
+
"npm-run-all": "^4.1.5",
|
|
95
|
+
"npm-scripts-info": "^0.1.0",
|
|
96
|
+
"regenerator-runtime": "^0.13.9",
|
|
97
|
+
"rimraf": "^3.0.2",
|
|
98
|
+
"typescript": "4.7.4",
|
|
99
|
+
"ua-parser-js": "^1.0.2"
|
|
100
|
+
},
|
|
101
|
+
"repository": {
|
|
102
|
+
"type": "git",
|
|
103
|
+
"url": "git+ssh://git@bitbucket.org/eacap/at-tracking-event-types.git"
|
|
104
|
+
},
|
|
105
|
+
"author": "",
|
|
106
|
+
"license": "ISC",
|
|
107
|
+
"homepage": "https://bitbucket.org/eacap/at-tracking-event-types#readme"
|
|
108
108
|
}
|