@forge/manifest 2.5.0-next.8 → 2.5.0-next.9

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
+ ## 2.5.0-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 601527b: Add scope mappings for Confluence space events
8
+
3
9
  ## 2.5.0-next.8
4
10
 
5
11
  ### Patch Changes
@@ -167,6 +167,24 @@
167
167
  "oAuthScopes": [
168
168
  "read:confluence-content.all"
169
169
  ]
170
+ },
171
+ {
172
+ "productEvent": "avi:confluence:created:space:V2",
173
+ "oAuthScopes": [
174
+ "read:confluence-space.summary"
175
+ ]
176
+ },
177
+ {
178
+ "productEvent": "avi:confluence:updated:space:V2",
179
+ "oAuthScopes": [
180
+ "read:confluence-space.summary"
181
+ ]
182
+ },
183
+ {
184
+ "productEvent": "avi:confluence:deleted:space:V2",
185
+ "oAuthScopes": [
186
+ "read:confluence-space.summary"
187
+ ]
170
188
  }
171
189
  ]
172
190
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "2.5.0-next.8",
3
+ "version": "2.5.0-next.9",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {