@forge/manifest 2.5.1-next.4 → 2.6.0-next.13
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 +69 -0
- package/out/mapping/product-event-to-scope-mapping.json +6 -0
- package/out/schema/manifest-schema.json +1458 -586
- package/out/schema/manifest.d.ts +908 -596
- package/out/types/module-types.d.ts +1 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 2.6.0-next.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
|
|
8
|
+
- 689c09b: Update manifest definitions
|
|
9
|
+
- 92d081d: Update manifest definitions
|
|
10
|
+
- 36c7c8f: Update manifest definitions
|
|
11
|
+
|
|
12
|
+
## 2.6.0-next.12
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
|
|
17
|
+
|
|
18
|
+
## 2.6.0-next.11
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- dfe9dd8: Update manifest definitions
|
|
23
|
+
- d3c8c8d: Update manifest definitions
|
|
24
|
+
- 0a7725f: Update manifest definitions
|
|
25
|
+
- 2bb89c5: Update manifest definitions
|
|
26
|
+
|
|
27
|
+
## 2.6.0-next.10
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- bd6e025: Add confluence:globalPage module
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- d2f6992: Update manifest definitions
|
|
36
|
+
|
|
37
|
+
## 2.6.0-next.9
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- 22a488ec: Add avi:jira:updated:field:context:configuration product event for scope mapping
|
|
42
|
+
|
|
43
|
+
## 2.6.0-next.8
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- c0e5696: add new, granular scopes for custom field related product events
|
|
48
|
+
- 7c0d2ee: Update manifest definitions
|
|
49
|
+
|
|
50
|
+
## 2.6.0-next.7
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- d3afe01: Update manifest definitions
|
|
55
|
+
|
|
56
|
+
## 2.6.0-next.6
|
|
57
|
+
|
|
58
|
+
### Minor Changes
|
|
59
|
+
|
|
60
|
+
- cdd8645: Show a warning message during forge lint if manifest has deprecated permission scope
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- b97660c: Update manifest definitions
|
|
65
|
+
|
|
66
|
+
## 2.6.0-next.5
|
|
67
|
+
|
|
68
|
+
### Minor Changes
|
|
69
|
+
|
|
70
|
+
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
71
|
+
|
|
3
72
|
## 2.5.1-next.4
|
|
4
73
|
|
|
5
74
|
### Patch Changes
|
|
@@ -90,6 +90,12 @@
|
|
|
90
90
|
"manage:jira-configuration"
|
|
91
91
|
]
|
|
92
92
|
},
|
|
93
|
+
{
|
|
94
|
+
"productEvent": "avi:jira:updated:field:context:configuration",
|
|
95
|
+
"oAuthScopes": [
|
|
96
|
+
"read:custom-field-contextual-configuration:jira"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
93
99
|
{
|
|
94
100
|
"productEvent": "avi:confluence:updated:blogpost",
|
|
95
101
|
"oAuthScopes": [
|