@codecademy/tracking 1.0.24 → 1.0.25-alpha.08ea1666f4.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.
- package/dist/events/types.d.ts +0 -3
- package/package.json +2 -2
package/dist/events/types.d.ts
CHANGED
|
@@ -178,7 +178,6 @@ export type UserClickData = UserSharedData & {
|
|
|
178
178
|
assessment_id?: string;
|
|
179
179
|
container_slugs?: string[];
|
|
180
180
|
search_id?: string;
|
|
181
|
-
is_ugc?: boolean;
|
|
182
181
|
business_user?: BaseEventAnyData;
|
|
183
182
|
};
|
|
184
183
|
/**
|
|
@@ -207,13 +206,11 @@ export type UserVisitData = UserSharedData & {
|
|
|
207
206
|
story_slug?: string;
|
|
208
207
|
unit?: string;
|
|
209
208
|
lesson?: string;
|
|
210
|
-
is_ugc?: boolean;
|
|
211
209
|
};
|
|
212
210
|
export type UserImpressionData = Pick<UserSharedData, 'context' | 'source_codebase' | 'content_ids' | 'misc'> & {
|
|
213
211
|
page_name: string;
|
|
214
212
|
target: string;
|
|
215
213
|
slug?: string;
|
|
216
|
-
is_ugc?: boolean;
|
|
217
214
|
};
|
|
218
215
|
export type EventAnswerData = BaseEventData & {
|
|
219
216
|
question_index: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/tracking",
|
|
3
3
|
"description": "Tracking library for Codecademy",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.25-alpha.08ea1666f4.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/**"
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"repository": "git@github.com:codecademy-engineering/mono.git",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "88f2e54945b58a208501fc9dc3acbad2268eac80"
|
|
17
17
|
}
|