@forge/manifest 11.0.0-next.4 → 11.0.0-next.5-experimental-994fcd3

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,28 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 11.0.0-next.5-experimental-994fcd3
4
+
5
+ ### Major Changes
6
+
7
+ - 260eb24: Adding support for new module fifoConsumer
8
+ - 8962080: Added routePrefix mandatory prop for confluence:fullPage
9
+
10
+ ### Minor Changes
11
+
12
+ - 9a6d346: Add standalone trigger scope validation API (only event name and scopes required)
13
+
14
+ ### Patch Changes
15
+
16
+ - 3228cf0: fetch product event scope mapping file from shipyard through daily job
17
+ - f0a5a03: Update manifest definitions
18
+ - 78efec7: Update manifest definitions
19
+
20
+ ## 11.0.0-next.5
21
+
22
+ ### Patch Changes
23
+
24
+ - f0a5a03: Update manifest definitions
25
+
3
26
  ## 11.0.0-next.4
4
27
 
5
28
  ### Patch Changes
@@ -679,6 +679,7 @@
679
679
  "path",
680
680
  "operation",
681
681
  "function",
682
+ "scopes",
682
683
  "key"
683
684
  ],
684
685
  "not": {
@@ -1100,7 +1100,7 @@ export interface Modules {
1100
1100
  /**
1101
1101
  * List of scopes required to access this API route
1102
1102
  */
1103
- scopes?:
1103
+ scopes:
1104
1104
  | [string]
1105
1105
  | [string, string]
1106
1106
  | [string, string, string]
@@ -1266,7 +1266,7 @@ export interface Modules {
1266
1266
  /**
1267
1267
  * List of scopes required to access this API route
1268
1268
  */
1269
- scopes?:
1269
+ scopes:
1270
1270
  | [string]
1271
1271
  | [string, string]
1272
1272
  | [string, string, string]
@@ -219,6 +219,7 @@
219
219
  "read:forge-app:confluence",
220
220
  "read:forge-app:jira",
221
221
  "read:forge-proxy:support-api-gateway",
222
+ "read:graph:jira",
222
223
  "read:group:confluence",
223
224
  "read:group:jira",
224
225
  "read:hierarchical-content:confluence",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "11.0.0-next.4",
3
+ "version": "11.0.0-next.5-experimental-994fcd3",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {