@forge/manifest 7.5.2 → 7.5.3-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,17 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 7.5.3-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f32f860: Update manifest definitions
8
+
9
+ ## 7.5.3-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 9985768: Update manifest definitions
14
+
3
15
  ## 7.5.2
4
16
 
5
17
  ### Patch Changes
@@ -26,6 +26,7 @@
26
26
  "delete:connect-confluence",
27
27
  "delete:connect-jira",
28
28
  "delete:content:confluence",
29
+ "delete:conversation-info:jira",
29
30
  "delete:custom-content:confluence",
30
31
  "delete:customer.detail-field:jira-service-management",
31
32
  "delete:dashboard:jira",
@@ -105,6 +106,8 @@
105
106
  "manage:jira-project",
106
107
  "manage:jira-webhook",
107
108
  "manage:servicedesk-customer",
109
+ "moderate:comment:confluence",
110
+ "moderate:core-content:confluence",
108
111
  "project-admin:connect-jira",
109
112
  "read:account",
110
113
  "read:account:brie",
@@ -151,6 +154,7 @@
151
154
  "read:content.permission:confluence",
152
155
  "read:content.property:confluence",
153
156
  "read:content.restriction:confluence",
157
+ "read:conversation-info:jira",
154
158
  "read:custom-content:confluence",
155
159
  "read:custom-field-contextual-configuration:jira",
156
160
  "read:customer:entitlement:jira-service-management",
@@ -355,6 +359,7 @@
355
359
  "write:content:confluence",
356
360
  "write:content.property:confluence",
357
361
  "write:content.restriction:confluence",
362
+ "write:conversation-info:jira",
358
363
  "write:custom-content:confluence",
359
364
  "write:custom-field-contextual-configuration:jira",
360
365
  "write:customer:entitlement:jira-service-management",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "7.5.2",
3
+ "version": "7.5.3-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {