@codecademy/tracking 1.0.13-alpha.3ea4b92b2a.0 → 1.0.13-alpha.535a09d776.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 +1 -3
- package/dist/events/types.js +1 -3
- package/package.json +5 -2
package/dist/events/types.d.ts
CHANGED
|
@@ -254,10 +254,8 @@ export type BusinessSearchData = BaseEventData & {
|
|
|
254
254
|
search_query: string;
|
|
255
255
|
};
|
|
256
256
|
export declare enum ChatGPTSearchResource {
|
|
257
|
-
ALL = "all",
|
|
258
|
-
ARTICLES = "articles",
|
|
259
257
|
CATALOG = "catalog",
|
|
260
|
-
|
|
258
|
+
LITERATURE = "literature"
|
|
261
259
|
}
|
|
262
260
|
export type ChatGPTPluginSearchEventData = {
|
|
263
261
|
resource: ChatGPTSearchResource;
|
package/dist/events/types.js
CHANGED
|
@@ -41,10 +41,8 @@
|
|
|
41
41
|
*/
|
|
42
42
|
|
|
43
43
|
export var ChatGPTSearchResource = /*#__PURE__*/function (ChatGPTSearchResource) {
|
|
44
|
-
ChatGPTSearchResource["ALL"] = "all";
|
|
45
|
-
ChatGPTSearchResource["ARTICLES"] = "articles";
|
|
46
44
|
ChatGPTSearchResource["CATALOG"] = "catalog";
|
|
47
|
-
ChatGPTSearchResource["
|
|
45
|
+
ChatGPTSearchResource["LITERATURE"] = "literature";
|
|
48
46
|
return ChatGPTSearchResource;
|
|
49
47
|
}({});
|
|
50
48
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/tracking",
|
|
3
3
|
"description": "Tracking library for Codecademy",
|
|
4
|
-
"version": "1.0.13-alpha.
|
|
4
|
+
"version": "1.0.13-alpha.535a09d776.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"@babel/runtime": "^7.12.1"
|
|
8
|
+
},
|
|
6
9
|
"files": [
|
|
7
10
|
"dist/**"
|
|
8
11
|
],
|
|
@@ -13,5 +16,5 @@
|
|
|
13
16
|
"access": "public"
|
|
14
17
|
},
|
|
15
18
|
"repository": "git@github.com:codecademy-engineering/mono.git",
|
|
16
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "bf0996f8833d65d0cc8e2072fc0509f6a950e7f1"
|
|
17
20
|
}
|