@forge/manifest 5.1.0-next.4 → 5.1.0-next.5

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
+ ## 5.1.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - ab01eed: Added filter related product events to scope mapping
8
+
3
9
  ## 5.1.0-next.4
4
10
 
5
11
  ### Patch Changes
@@ -1267,6 +1267,42 @@
1267
1267
  "read:jira-work"
1268
1268
  ]
1269
1269
  }
1270
+ },
1271
+ {
1272
+ "productEvent": "avi:jira:created:filter",
1273
+ "oAuthScopes": {
1274
+ "beta": [
1275
+ "read:filter:jira",
1276
+ "read:jql:jira"
1277
+ ],
1278
+ "current": [
1279
+ "manage:jira-configuration"
1280
+ ]
1281
+ }
1282
+ },
1283
+ {
1284
+ "productEvent": "avi:jira:updated:filter",
1285
+ "oAuthScopes": {
1286
+ "beta": [
1287
+ "read:filter:jira",
1288
+ "read:jql:jira"
1289
+ ],
1290
+ "current": [
1291
+ "manage:jira-configuration"
1292
+ ]
1293
+ }
1294
+ },
1295
+ {
1296
+ "productEvent": "avi:jira:deleted:filter",
1297
+ "oAuthScopes": {
1298
+ "beta": [
1299
+ "read:filter:jira",
1300
+ "read:jql:jira"
1301
+ ],
1302
+ "current": [
1303
+ "manage:jira-configuration"
1304
+ ]
1305
+ }
1270
1306
  }
1271
1307
  ]
1272
1308
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "5.1.0-next.4",
3
+ "version": "5.1.0-next.5",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {