@forge/manifest 13.3.0 → 13.3.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
+ ## 13.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c1371a: Update manifest definitions
8
+
3
9
  ## 13.3.0
4
10
 
5
11
  ### Minor Changes
@@ -382,6 +382,39 @@
382
382
  ]
383
383
  }
384
384
  },
385
+ {
386
+ "productEvent": "avi:jsm-entity:created:request-type-group",
387
+ "oAuthScopes": {
388
+ "beta": [
389
+ "read:requesttype:jira-service-management"
390
+ ],
391
+ "current": [
392
+ "manage:jira-configuration"
393
+ ]
394
+ }
395
+ },
396
+ {
397
+ "productEvent": "avi:jsm-entity:updated:request-type-group",
398
+ "oAuthScopes": {
399
+ "beta": [
400
+ "read:requesttype:jira-service-management"
401
+ ],
402
+ "current": [
403
+ "manage:jira-configuration"
404
+ ]
405
+ }
406
+ },
407
+ {
408
+ "productEvent": "avi:jsm-entity:deleted:request-type-group",
409
+ "oAuthScopes": {
410
+ "beta": [
411
+ "read:requesttype:jira-service-management"
412
+ ],
413
+ "current": [
414
+ "manage:jira-configuration"
415
+ ]
416
+ }
417
+ },
385
418
  {
386
419
  "productEvent": "avi:jira:created:version",
387
420
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "13.3.0",
3
+ "version": "13.3.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {