@forge/manifest 2.5.0-next.1 → 2.5.0-next.10

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,61 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 2.5.0-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - fde4ba7: Adds Compass component link product event -> OAuth scope mapping
8
+
9
+ ## 2.5.0-next.9
10
+
11
+ ### Patch Changes
12
+
13
+ - 601527b: Add scope mappings for Confluence space events
14
+
15
+ ## 2.5.0-next.8
16
+
17
+ ### Patch Changes
18
+
19
+ - a5656f6: Update manifest definitions
20
+ - 78d682f: Update manifest definitions
21
+
22
+ ## 2.5.0-next.7
23
+
24
+ ### Patch Changes
25
+
26
+ - cc8799c: Update manifest definitions
27
+
28
+ ## 2.5.0-next.6
29
+
30
+ ### Patch Changes
31
+
32
+ - 0e82242: Update manifest definitions
33
+
34
+ ## 2.5.0-next.5
35
+
36
+ ### Patch Changes
37
+
38
+ - f5eb8e0: Update manifest definitions
39
+
40
+ ## 2.5.0-next.4
41
+
42
+ ### Patch Changes
43
+
44
+ - 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
45
+
46
+ ## 2.5.0-next.3
47
+
48
+ ### Patch Changes
49
+
50
+ - dec8066: Update manifest definitions
51
+
52
+ ## 2.5.0-next.2
53
+
54
+ ### Patch Changes
55
+
56
+ - 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
57
+ - f013199: Update manifest definitions
58
+
3
59
  ## 2.5.0-next.1
4
60
 
5
61
  ### Minor Changes
@@ -48,6 +48,48 @@
48
48
  "manage:jira-configuration"
49
49
  ]
50
50
  },
51
+ {
52
+ "productEvent": "avi:jira:updated:field",
53
+ "oAuthScopes": [
54
+ "manage:jira-configuration"
55
+ ]
56
+ },
57
+ {
58
+ "productEvent": "avi:jira:trashed:field",
59
+ "oAuthScopes": [
60
+ "manage:jira-configuration"
61
+ ]
62
+ },
63
+ {
64
+ "productEvent": "avi:jira:deleted:field",
65
+ "oAuthScopes": [
66
+ "manage:jira-configuration"
67
+ ]
68
+ },
69
+ {
70
+ "productEvent": "avi:jira:restored:field",
71
+ "oAuthScopes": [
72
+ "manage:jira-configuration"
73
+ ]
74
+ },
75
+ {
76
+ "productEvent": "avi:jira:created:field:context",
77
+ "oAuthScopes": [
78
+ "manage:jira-configuration"
79
+ ]
80
+ },
81
+ {
82
+ "productEvent": "avi:jira:updated:field:context",
83
+ "oAuthScopes": [
84
+ "manage:jira-configuration"
85
+ ]
86
+ },
87
+ {
88
+ "productEvent": "avi:jira:deleted:field:context",
89
+ "oAuthScopes": [
90
+ "manage:jira-configuration"
91
+ ]
92
+ },
51
93
  {
52
94
  "productEvent": "avi:confluence:updated:blogpost",
53
95
  "oAuthScopes": [
@@ -125,6 +167,42 @@
125
167
  "oAuthScopes": [
126
168
  "read:confluence-content.all"
127
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
+ ]
188
+ },
189
+ {
190
+ "productEvent": "avi:compass:created:component_link",
191
+ "oAuthScopes": [
192
+ "read:component:compass"
193
+ ]
194
+ },
195
+ {
196
+ "productEvent": "avi:compass:updated:component_link",
197
+ "oAuthScopes": [
198
+ "read:component:compass"
199
+ ]
200
+ },
201
+ {
202
+ "productEvent": "avi:compass:deleted:component_link",
203
+ "oAuthScopes": [
204
+ "read:component:compass"
205
+ ]
128
206
  }
129
207
  ]
130
208
  }