@forge/manifest 4.18.0-next.8 → 4.18.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
+ ## 4.18.0-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - f42e94b: THEIA-262 | Add PE scope mapping for project events softdelete and restored
8
+
3
9
  ## 4.18.0-next.8
4
10
 
5
11
  ### Patch Changes
@@ -1106,6 +1106,28 @@
1106
1106
  "read:jira-work"
1107
1107
  ]
1108
1108
  }
1109
+ },
1110
+ {
1111
+ "productEvent": "avi:jira:softdeleted:project",
1112
+ "oAuthScopes": {
1113
+ "beta": [
1114
+ "read:project:jira"
1115
+ ],
1116
+ "current": [
1117
+ "read:jira-work"
1118
+ ]
1119
+ }
1120
+ },
1121
+ {
1122
+ "productEvent": "avi:jira:restored:project",
1123
+ "oAuthScopes": {
1124
+ "beta": [
1125
+ "read:project:jira"
1126
+ ],
1127
+ "current": [
1128
+ "read:jira-work"
1129
+ ]
1130
+ }
1109
1131
  }
1110
1132
  ]
1111
1133
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.18.0-next.8",
3
+ "version": "4.18.0-next.9",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {