@forge/manifest 13.3.0 → 13.3.1-next.0-experimental-f4ce0ae
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,17 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 13.3.1-next.0-experimental-f4ce0ae
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dcbf516: Update manifest definitions
|
|
8
|
+
|
|
9
|
+
## 13.3.1-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 6c1371a: Update manifest definitions
|
|
14
|
+
|
|
3
15
|
## 13.3.0
|
|
4
16
|
|
|
5
17
|
### 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": {
|