@codecademy/tracking 0.19.1-alpha.777ceb.0 → 0.20.1-alpha.1fc813.0

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.
@@ -1,4 +1,4 @@
1
- @codecademy/tracking:build: cache hit, replaying output aba473b756c74cf8
1
+ @codecademy/tracking:build: cache hit, replaying output 181a695f1a5d6550
2
2
  @codecademy/tracking:build: $ yarn build:clean && yarn build:compile && yarn build:types
3
3
  @codecademy/tracking:build: $ rm -rf dist
4
4
  @codecademy/tracking:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
@@ -7,5 +7,5 @@
7
7
  @codecademy/tracking:build: 
8
8
  @codecademy/tracking:build: Why you should do it regularly:
9
9
  @codecademy/tracking:build: https://github.com/browserslist/browserslist#browsers-data-updating
10
- @codecademy/tracking:build: Successfully compiled 18 files with Babel (1482ms).
10
+ @codecademy/tracking:build: Successfully compiled 18 files with Babel (1148ms).
11
11
  @codecademy/tracking:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [0.19.1-alpha.777ceb.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.19.0...@codecademy/tracking@0.19.1-alpha.777ceb.0) (2022-04-05)
6
+ ### [0.20.1-alpha.1fc813.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.20.0...@codecademy/tracking@0.20.1-alpha.1fc813.0) (2022-05-18)
7
7
 
8
8
  **Note:** Version bump only for package @codecademy/tracking
9
9
 
@@ -11,6 +11,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
+ ## [0.20.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.19.0...@codecademy/tracking@0.20.0) (2022-04-11)
15
+
16
+
17
+ ### Features
18
+
19
+ * **tracking:** add experiment category to tracking types ([4fa1528](https://github.com/Codecademy/client-modules/commit/4fa1528e719df904b88953edb8a625aa06610206))
20
+
21
+
22
+
14
23
  ## [0.19.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.18.1...@codecademy/tracking@0.19.0) (2022-03-10)
15
24
 
16
25
 
@@ -170,6 +170,24 @@ export declare type UserClickData = UserSharedData & {
170
170
  container_slugs?: string[];
171
171
  search_id?: string;
172
172
  is_ugc?: boolean;
173
+ account_manager_user_id?: string;
174
+ removed_user_id?: string;
175
+ plan_id?: string;
176
+ plan_name?: string;
177
+ business_seat_id?: string;
178
+ business_seat_role?: string;
179
+ business_seat_created_at?: string;
180
+ plan_tier?: string;
181
+ plan_start_date?: string;
182
+ plan_end_date?: string;
183
+ primary_plan?: boolean;
184
+ plan_num_seats?: number;
185
+ business_plan_type?: string;
186
+ business_plan_tier?: string;
187
+ business_organization_id?: string;
188
+ business_organization_name?: string;
189
+ business_plan_source?: string;
190
+ business_plan_verified?: boolean;
173
191
  };
174
192
  /**
175
193
  * Data sent to user visit event table
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/tracking",
3
3
  "description": "Tracking library for Codecademy apps.",
4
- "version": "0.19.1-alpha.777ceb.0",
4
+ "version": "0.20.1-alpha.1fc813.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "module": "./dist/index.js",
7
7
  "main": "./dist/index.js",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "2154b7723dc6126d4fc1ccc062c39394fb75be13"
38
+ "gitHead": "dc5fbd023902467e3108d2d2cd0741c7fd59094f"
39
39
  }