@atlaskit/rovo-triggers 3.1.3 → 3.1.4

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,13 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 3.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#191387](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/191387)
8
+ [`6f7cc8d725008`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6f7cc8d725008) -
9
+ [ux] adding transition id to delete rule payload
10
+
3
11
  ## 3.1.3
4
12
 
5
13
  ### Patch Changes
@@ -169,6 +169,7 @@ export type DeleteRuleRovoPayload = {
169
169
  ruleId: string;
170
170
  ruleTemplateKey: string;
171
171
  ruleDescription: string;
172
+ transitionId: TransitionId;
172
173
  };
173
174
  export type JiraWorkflowWizardAction = {
174
175
  operationType: 'ADD_STATUS';
@@ -169,6 +169,7 @@ export type DeleteRuleRovoPayload = {
169
169
  ruleId: string;
170
170
  ruleTemplateKey: string;
171
171
  ruleDescription: string;
172
+ transitionId: TransitionId;
172
173
  };
173
174
  export type JiraWorkflowWizardAction = {
174
175
  operationType: 'ADD_STATUS';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
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": {