@forge/manifest 2.4.0-next.9 → 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 +93 -0
- package/out/mapping/product-event-to-scope-mapping.json +78 -0
- package/out/schema/display-conditions-schema.json +42 -0
- package/out/schema/manifest-schema.json +441 -251
- package/out/schema/manifest.d.ts +313 -225
- package/out/scopes/shipyard-scopes.json +160 -44
- package/out/types/display-condition-types.d.ts +8 -0
- package/out/types/display-condition-types.d.ts.map +1 -1
- package/out/types/module-types.d.ts +2 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +2 -0
- package/out/validators/modules-validator.d.ts.map +1 -1
- package/out/validators/modules-validator.js +6 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,98 @@
|
|
|
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
|
+
|
|
59
|
+
## 2.5.0-next.1
|
|
60
|
+
|
|
61
|
+
### Minor Changes
|
|
62
|
+
|
|
63
|
+
- 66f60f9: Add Jira global full page and Jira projects settings full page extensions
|
|
64
|
+
|
|
65
|
+
## 2.4.1-next.0
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- bc0c83b: Update manifest definitions
|
|
70
|
+
|
|
71
|
+
## 2.4.0
|
|
72
|
+
|
|
73
|
+
### Minor Changes
|
|
74
|
+
|
|
75
|
+
- fbcb4a3: Add linter detection & auto-fix of deprecated CSP
|
|
76
|
+
- e28cc2c: Added globalPage to compass module types
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- 0bc8683: Added new product event to scope mapping
|
|
81
|
+
- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
|
|
82
|
+
- b415d76: Fix manifest validation to detect duplicated module keys
|
|
83
|
+
- b91d511: Update manifest definitions
|
|
84
|
+
- daa138b: Update manifest definitions
|
|
85
|
+
- 33cbdba: Update manifest definitions
|
|
86
|
+
- ee3919d: Update manifest definitions
|
|
87
|
+
- ba6d463: Update manifest definitions
|
|
88
|
+
- 1d7f9f1: Update manifest definitions
|
|
89
|
+
- 82167f3: Update manifest definitions
|
|
90
|
+
- 873f913: Update manifest definitions
|
|
91
|
+
- a9bdd4f: Update manifest definitions
|
|
92
|
+
- 2ea75dd: Update manifest definitions
|
|
93
|
+
- Updated dependencies [4608ccd]
|
|
94
|
+
- @forge/util@1.0.1
|
|
95
|
+
|
|
3
96
|
## 2.4.0-next.9
|
|
4
97
|
|
|
5
98
|
### Patch 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
|
}
|
|
@@ -468,6 +468,42 @@
|
|
|
468
468
|
},
|
|
469
469
|
"type": "object"
|
|
470
470
|
},
|
|
471
|
+
"ProjectSettingsPage": {
|
|
472
|
+
"additionalProperties": false,
|
|
473
|
+
"properties": {
|
|
474
|
+
"hasCoreAccess": {
|
|
475
|
+
"type": "boolean"
|
|
476
|
+
},
|
|
477
|
+
"hasServiceDeskAccess": {
|
|
478
|
+
"type": "boolean"
|
|
479
|
+
},
|
|
480
|
+
"hasSoftwareAccess": {
|
|
481
|
+
"type": "boolean"
|
|
482
|
+
},
|
|
483
|
+
"isAdmin": {
|
|
484
|
+
"type": "boolean"
|
|
485
|
+
},
|
|
486
|
+
"isLoggedIn": {
|
|
487
|
+
"type": "boolean"
|
|
488
|
+
},
|
|
489
|
+
"isSiteAdmin": {
|
|
490
|
+
"type": "boolean"
|
|
491
|
+
},
|
|
492
|
+
"projectId": {
|
|
493
|
+
"$ref": "#/definitions/StringOrListOfStrings"
|
|
494
|
+
},
|
|
495
|
+
"projectKey": {
|
|
496
|
+
"$ref": "#/definitions/StringOrListOfStrings"
|
|
497
|
+
},
|
|
498
|
+
"projectName": {
|
|
499
|
+
"$ref": "#/definitions/StringOrListOfStrings"
|
|
500
|
+
},
|
|
501
|
+
"projectType": {
|
|
502
|
+
"$ref": "#/definitions/StringOrListOfStrings"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"type": "object"
|
|
506
|
+
},
|
|
471
507
|
"StringOrListOfStrings": {
|
|
472
508
|
"anyOf": [
|
|
473
509
|
{
|
|
@@ -508,6 +544,9 @@
|
|
|
508
544
|
"jira:customField": {
|
|
509
545
|
"$ref": "#/definitions/IssueView"
|
|
510
546
|
},
|
|
547
|
+
"jira:globalPage": {
|
|
548
|
+
"$ref": "#/definitions/Jira"
|
|
549
|
+
},
|
|
511
550
|
"jira:issueAction": {
|
|
512
551
|
"$ref": "#/definitions/IssueView"
|
|
513
552
|
},
|
|
@@ -522,6 +561,9 @@
|
|
|
522
561
|
},
|
|
523
562
|
"jira:projectPage": {
|
|
524
563
|
"$ref": "#/definitions/ProjectPage"
|
|
564
|
+
},
|
|
565
|
+
"jira:projectSettingsPage": {
|
|
566
|
+
"$ref": "#/definitions/ProjectSettingsPage"
|
|
525
567
|
}
|
|
526
568
|
},
|
|
527
569
|
"type": "object"
|