@atlaskit/rovo-agent-analytics 4.0.0 → 5.0.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,20 @@
1
1
  # @atlaskit/rovo-agent-analytics
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`ad236a4768346`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ad236a4768346) -
8
+ Remove the orphan `rovoAgent subagentEdit` event variant from `SubagentInteractionsEventPayload`.
9
+ No callers existed in product code.
10
+
11
+ ## 4.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`aaefb1f02471c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/aaefb1f02471c) -
16
+ Adjust event for rovo-agent updated to include skill names
17
+
3
18
  ## 4.0.0
4
19
 
5
20
  ### Major Changes
@@ -18,8 +18,13 @@ type FieldAttributes = {
18
18
  isWebSearchEnabled: boolean;
19
19
  } | {
20
20
  field: 'agenticSkills';
21
- operation: 'remove' | 'change';
21
+ operation: 'remove';
22
+ skillCount: number;
23
+ } | {
24
+ field: 'agenticSkills';
25
+ operation: 'change';
22
26
  skillCount: number;
27
+ skillNames: string[];
23
28
  } | {
24
29
  field: 'tools';
25
30
  operation: 'remove' | 'change';
@@ -20,10 +20,6 @@ export type SubagentInteractionsEventPayload = {
20
20
  actionSubject: 'rovoAgent';
21
21
  action: 'subagentCreate';
22
22
  attributes: BaseAgentAnalyticsAttributes;
23
- } | {
24
- actionSubject: 'rovoAgent';
25
- action: 'subagentEdit';
26
- attributes: BaseAgentAnalyticsAttributes;
27
23
  } | {
28
24
  actionSubject: 'rovoAgent';
29
25
  action: 'subagentDelete';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-analytics",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "description": "Rovo Agents analytics",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {