@forge/manifest 3.5.0 → 3.5.1-next.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,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 01371351: Scopes for failed expression event
8
+
3
9
  ## 3.5.0
4
10
 
5
11
  ### Minor Changes
@@ -194,6 +194,19 @@
194
194
  ]
195
195
  }
196
196
  },
197
+ {
198
+ "productEvent": "avi:jira:failed:expression",
199
+ "oAuthScopes": {
200
+ "current": [
201
+ "read:workflow:jira",
202
+ "read:issue:jira",
203
+ "read:project:jira"
204
+ ],
205
+ "deprecated": [
206
+ "manage:jira-configuration"
207
+ ]
208
+ }
209
+ },
197
210
  {
198
211
  "productEvent": "avi:jira:updated:field:context:configuration",
199
212
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.5.0",
3
+ "version": "3.5.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {