@atlaskit/rovo-triggers 3.1.1 → 3.1.3

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,22 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 3.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#188287](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188287)
8
+ [`51b3b61c573f3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51b3b61c573f3) -
9
+ Rovo types for Jira Workflow Builder agent are updated to include statusId for add status
10
+ operations.
11
+
12
+ ## 3.1.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#187144](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/187144)
17
+ [`a16147d8fbdfe`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a16147d8fbdfe) -
18
+ Bump @atlaskit/adf-schema to v49.0.5
19
+
3
20
  ## 3.1.1
4
21
 
5
22
  ### Patch Changes
@@ -109,6 +109,7 @@ export type RuleConfig = {
109
109
  [key: string]: string;
110
110
  };
111
111
  export type AddStatusRovoPayload = {
112
+ statusId: StatusId;
112
113
  statusName: string;
113
114
  statusCategory: StatusCategory;
114
115
  };
@@ -109,6 +109,7 @@ export type RuleConfig = {
109
109
  [key: string]: string;
110
110
  };
111
111
  export type AddStatusRovoPayload = {
112
+ statusId: StatusId;
112
113
  statusName: string;
113
114
  statusCategory: StatusCategory;
114
115
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
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": {