@atlaskit/rovo-agent-analytics 1.2.0 → 1.3.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,23 @@
1
1
  # @atlaskit/rovo-agent-analytics
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`6f5f7728ba6d1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f5f7728ba6d1) -
8
+ [ux] Redirect deprecated `/create/<subpath>` URLs to the appropriate create entry point when agent
9
+ versioning is enabled.
10
+
11
+ When a user lands on a bookmarked or shared URL like `/create/details`, `/create/identity`,
12
+ `/create/permissions`, `/create/overview`, `/create/surfaces`, or `/create/scenarios` (anything
13
+ under `/create/...` except `/create/chat`), they're now automatically redirected:
14
+ - **v1 studio** → NL create screen (`/create/chat`)
15
+ - **v2 studio** → agents landing page with the Solutions Architect modal opened
16
+ (`?openCreateAgentModal=true`)
17
+
18
+ The Solutions Architect FE-draft escape hatch (`?draftBuildId=...`) is preserved until the SA
19
+ migration is complete.
20
+
3
21
  ## 1.2.0
4
22
 
5
23
  ### Minor Changes
@@ -68,4 +68,8 @@ export type CreateFlowEventPayload = {
68
68
  actionSubject: 'rovoAgent';
69
69
  action: 'createLandInConfigure';
70
70
  attributes: {};
71
+ } | {
72
+ actionSubject: 'rovoAgent';
73
+ action: 'createSubpathRedirect';
74
+ attributes: {};
71
75
  };
@@ -68,4 +68,8 @@ export type CreateFlowEventPayload = {
68
68
  actionSubject: 'rovoAgent';
69
69
  action: 'createLandInConfigure';
70
70
  attributes: {};
71
+ } | {
72
+ actionSubject: 'rovoAgent';
73
+ action: 'createSubpathRedirect';
74
+ attributes: {};
71
75
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-analytics",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Rovo Agents analytics",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {