@atlaskit/rovo-triggers 5.35.0 → 5.36.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-triggers
2
2
 
3
+ ## 5.36.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`a18d71d5d732c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a18d71d5d732c) -
8
+ Event tracking improvement for AI assisted JSM Journey creation
9
+
3
10
  ## 5.35.0
4
11
 
5
12
  ### Minor Changes
@@ -6,5 +6,6 @@ export type JsmJourneyBuilderAgentAction = {
6
6
  };
7
7
  export type JsmJourneyBuilderActionsPayload = PayloadCore<'jsm-journey-builder-actions', {
8
8
  invocationId?: string;
9
+ conversationId?: string;
9
10
  agentActions: JsmJourneyBuilderAgentAction[];
10
11
  }>;
@@ -6,5 +6,6 @@ export type JsmJourneyBuilderAgentAction = {
6
6
  };
7
7
  export type JsmJourneyBuilderActionsPayload = PayloadCore<'jsm-journey-builder-actions', {
8
8
  invocationId?: string;
9
+ conversationId?: string;
9
10
  agentActions: JsmJourneyBuilderAgentAction[];
10
11
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "5.35.0",
3
+ "version": "5.36.0",
4
4
  "description": "Provides various trigger events to drive Rovo Chat functionality, such as a publish-subscribe and URL parameter hooks",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {