@codecademy/tracking 1.0.13-alpha.76e4dd71b1.0 → 1.0.13-alpha.7e7d5c9550.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.
@@ -254,10 +254,7 @@ 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
- DOCS = "docs",
261
258
  LITERATURE = "literature"
262
259
  }
263
260
  export type ChatGPTPluginSearchEventData = {
@@ -41,10 +41,7 @@
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["DOCS"] = "docs";
48
45
  ChatGPTSearchResource["LITERATURE"] = "literature";
49
46
  return ChatGPTSearchResource;
50
47
  }({});
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.13-alpha.76e4dd71b1.0",
4
+ "version": "1.0.13-alpha.7e7d5c9550.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@babel/runtime": "^7.12.1"
@@ -16,5 +16,5 @@
16
16
  "access": "public"
17
17
  },
18
18
  "repository": "git@github.com:codecademy-engineering/mono.git",
19
- "gitHead": "69418888fc6e7b70c98c3ce20f009c2480b1d271"
19
+ "gitHead": "fa83db92532fec3c42c797d1f34e5638d6561c25"
20
20
  }