@atlaskit/rovo-triggers 2.7.0 → 2.7.1

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,14 @@
1
1
  # @atlaskit/rovo-triggers
2
2
 
3
+ ## 2.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#131989](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/131989)
8
+ [`3c353c272040f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c353c272040f) -
9
+ Update types for Workflow builder Rovo agent, update agent icon, and add presentational card for
10
+ transition actions
11
+
3
12
  ## 2.7.0
4
13
 
5
14
  ### Minor Changes
@@ -92,7 +92,7 @@ export type InsertPromptPayload = PayloadCore<'insert-prompt', {
92
92
  }>;
93
93
  export type TransitionId = string;
94
94
  export type StatusId = string;
95
- export type StatusCategory = 'TODO' | 'IN_PROGRESS' | 'DONE';
95
+ export type StatusCategory = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'UNDEFINED';
96
96
  export type RuleConfig = {
97
97
  [key: string]: string;
98
98
  };
@@ -92,7 +92,7 @@ export type InsertPromptPayload = PayloadCore<'insert-prompt', {
92
92
  }>;
93
93
  export type TransitionId = string;
94
94
  export type StatusId = string;
95
- export type StatusCategory = 'TODO' | 'IN_PROGRESS' | 'DONE';
95
+ export type StatusCategory = 'TODO' | 'IN_PROGRESS' | 'DONE' | 'UNDEFINED';
96
96
  export type RuleConfig = {
97
97
  [key: string]: string;
98
98
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-triggers",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
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": {