@forge/manifest 3.8.1-next.0 → 3.8.1-next.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,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.8.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a85953d8: Add IssueTypeEvent mappings
8
+
3
9
  ## 3.8.1-next.0
4
10
 
5
11
  ### Patch Changes
@@ -218,6 +218,39 @@
218
218
  ]
219
219
  }
220
220
  },
221
+ {
222
+ "productEvent": "avi:jira:deleted:issuetype",
223
+ "oAuthScopes": {
224
+ "beta": [
225
+ "read:issue-type:jira"
226
+ ],
227
+ "current": [
228
+ "manage:jira-configuration"
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ "productEvent": "avi:jira:created:issuetype",
234
+ "oAuthScopes": {
235
+ "beta": [
236
+ "read:issue-type:jira"
237
+ ],
238
+ "current": [
239
+ "manage:jira-configuration"
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ "productEvent": "avi:jira:updated:issuetype",
245
+ "oAuthScopes": {
246
+ "beta": [
247
+ "read:issue-type:jira"
248
+ ],
249
+ "current": [
250
+ "manage:jira-configuration"
251
+ ]
252
+ }
253
+ },
221
254
  {
222
255
  "productEvent": "avi:confluence:updated:blogpost",
223
256
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.8.1-next.0",
3
+ "version": "3.8.1-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {