@codecademy/tracking 0.20.0 → 0.20.1-alpha.655232.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 dec57f15e8cf0e38
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 (1146ms).
10
+ @codecademy/tracking:build: Successfully compiled 18 files with Babel (1113ms).
11
11
  @codecademy/tracking:build: $ tsc --emitDeclarationOnly
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.20.1-alpha.655232.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.20.0...@codecademy/tracking@0.20.1-alpha.655232.0) (2022-05-02)
7
+
8
+ **Note:** Version bump only for package @codecademy/tracking
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.20.0](https://github.com/Codecademy/client-modules/compare/@codecademy/tracking@0.19.0...@codecademy/tracking@0.20.0) (2022-04-11)
7
15
 
8
16
 
@@ -170,6 +170,7 @@ export declare type UserClickData = UserSharedData & {
170
170
  container_slugs?: string[];
171
171
  search_id?: string;
172
172
  is_ugc?: boolean;
173
+ business_seat?: BusinessSeatData;
173
174
  };
174
175
  /**
175
176
  * Data sent to user visit event table
@@ -246,6 +247,13 @@ export declare type BusinessFilterData = BaseEventData & {
246
247
  filter_key: string;
247
248
  filter_value: FilterType;
248
249
  };
250
+ export declare type BusinessSeatData = BaseEventData & {
251
+ role: string;
252
+ seat_id: string;
253
+ created_at?: string;
254
+ email?: string;
255
+ full_name?: string;
256
+ };
249
257
  export declare type BusinessSearchData = BaseEventData & {
250
258
  search_query: string;
251
259
  };
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.20.0",
4
+ "version": "0.20.1-alpha.655232.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": "db1b7cddaba64cb5f14ad4a1e067624f852a4a1d"
38
+ "gitHead": "db6807ff56f6e32f01c3f002337c0531af656dcf"
39
39
  }