@atlaskit/rovo-agent-analytics 0.6.0 → 0.7.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/rovo-agent-analytics
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a37925a8ebe53`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a37925a8ebe53) -
8
+ Update rovo agents analytics & support NL create events
9
+
3
10
  ## 0.6.0
4
11
 
5
12
  ### Minor Changes
@@ -19,6 +19,7 @@ var AgentCreateActions = exports.AgentCreateActions = /*#__PURE__*/function (Age
19
19
  AgentCreateActions["SKIP_NL"] = "createFlowSkipNL";
20
20
  AgentCreateActions["REVIEW_NL"] = "createFlowReviewNL";
21
21
  AgentCreateActions["ACTIVATE"] = "createFlowActivate";
22
+ AgentCreateActions["RESTART"] = "createFlowRestart";
22
23
  AgentCreateActions["ERROR"] = "createFlowError";
23
24
  return AgentCreateActions;
24
25
  }({});
@@ -8,6 +8,7 @@ export let AgentCreateActions = /*#__PURE__*/function (AgentCreateActions) {
8
8
  AgentCreateActions["SKIP_NL"] = "createFlowSkipNL";
9
9
  AgentCreateActions["REVIEW_NL"] = "createFlowReviewNL";
10
10
  AgentCreateActions["ACTIVATE"] = "createFlowActivate";
11
+ AgentCreateActions["RESTART"] = "createFlowRestart";
11
12
  AgentCreateActions["ERROR"] = "createFlowError";
12
13
  return AgentCreateActions;
13
14
  }({});
@@ -12,6 +12,7 @@ export var AgentCreateActions = /*#__PURE__*/function (AgentCreateActions) {
12
12
  AgentCreateActions["SKIP_NL"] = "createFlowSkipNL";
13
13
  AgentCreateActions["REVIEW_NL"] = "createFlowReviewNL";
14
14
  AgentCreateActions["ACTIVATE"] = "createFlowActivate";
15
+ AgentCreateActions["RESTART"] = "createFlowRestart";
15
16
  AgentCreateActions["ERROR"] = "createFlowError";
16
17
  return AgentCreateActions;
17
18
  }({});
@@ -6,6 +6,7 @@ export declare enum AgentCreateActions {
6
6
  SKIP_NL = "createFlowSkipNL",
7
7
  REVIEW_NL = "createFlowReviewNL",
8
8
  ACTIVATE = "createFlowActivate",
9
+ RESTART = "createFlowRestart",
9
10
  ERROR = "createFlowError"
10
11
  }
11
12
  export declare const useRovoAgentCreateAnalytics: (commonAttributes: CommonAnalyticsAttributes) => readonly [string | null, {
@@ -6,6 +6,7 @@ export declare enum AgentCreateActions {
6
6
  SKIP_NL = "createFlowSkipNL",
7
7
  REVIEW_NL = "createFlowReviewNL",
8
8
  ACTIVATE = "createFlowActivate",
9
+ RESTART = "createFlowRestart",
9
10
  ERROR = "createFlowError"
10
11
  }
11
12
  export declare const useRovoAgentCreateAnalytics: (commonAttributes: CommonAnalyticsAttributes) => readonly [
package/package.json CHANGED
@@ -83,7 +83,7 @@
83
83
  ]
84
84
  },
85
85
  "name": "@atlaskit/rovo-agent-analytics",
86
- "version": "0.6.0",
86
+ "version": "0.7.0",
87
87
  "description": "Rovo Agents analytics",
88
88
  "author": "Atlassian Pty Ltd",
89
89
  "license": "Apache-2.0",