@forge/manifest 4.17.1-next.3 → 4.17.1-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,18 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.17.1-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a0d245d: Added worklog related product events to scope mapping
8
+
9
+ ## 4.17.1-next.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [4999c4b]
14
+ - @forge/util@1.3.1-next.2
15
+
3
16
  ## 4.17.1-next.3
4
17
 
5
18
  ### Patch Changes
@@ -315,6 +315,40 @@
315
315
  ]
316
316
  }
317
317
  },
318
+ {
319
+ "productEvent": "avi:jira:created:worklog",
320
+ "oAuthScopes": {
321
+ "beta": [
322
+ "read:issue-worklog.property:jira",
323
+ "read:issue-worklog:jira",
324
+ "read:project-role:jira",
325
+ "read:comment:jira",
326
+ "read:avatar:jira",
327
+ "read:group:jira",
328
+ "read:user:jira"
329
+ ],
330
+ "current": [
331
+ "read:jira-work"
332
+ ]
333
+ }
334
+ },
335
+ {
336
+ "productEvent": "avi:jira:updated:worklog",
337
+ "oAuthScopes": {
338
+ "beta": [
339
+ "read:issue-worklog.property:jira",
340
+ "read:issue-worklog:jira",
341
+ "read:project-role:jira",
342
+ "read:comment:jira",
343
+ "read:avatar:jira",
344
+ "read:group:jira",
345
+ "read:user:jira"
346
+ ],
347
+ "current": [
348
+ "read:jira-work"
349
+ ]
350
+ }
351
+ },
318
352
  {
319
353
  "productEvent": "avi:confluence:updated:blogpost",
320
354
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.17.1-next.3",
3
+ "version": "4.17.1-next.5",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "author": "Atlassian",
24
24
  "license": "UNLICENSED",
25
25
  "dependencies": {
26
- "@forge/util": "1.3.1-next.1",
26
+ "@forge/util": "1.3.1-next.2",
27
27
  "ajv": "^6.12.6",
28
28
  "cheerio": "^0.22.0",
29
29
  "js-yaml": "^3.14.1",