@forge/manifest 0.0.0-experimental-7c72fec → 0.0.0-experimental-c3d0263
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 +221 -3
- package/out/mapping/product-event-to-scope-mapping.json +334 -110
- package/out/schema/basic-manifest-schema.json +23 -0
- package/out/schema/basic-manifest.d.ts +9 -0
- package/out/schema/manifest-schema.json +1494 -261
- package/out/schema/manifest.d.ts +1254 -544
- package/out/scopes/shipyard-scopes.json +2 -0
- package/out/text/errors.d.ts +4 -0
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +4 -0
- package/out/types/egress-types.d.ts +1 -1
- package/out/types/egress-types.d.ts.map +1 -1
- package/out/types/egress-types.js +3 -1
- package/out/types/module-types.d.ts +1 -1
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +1 -1
- package/out/validators/modules-validator.d.ts.map +1 -1
- package/out/validators/modules-validator.js +12 -3
- package/out/validators/permissions-validator.d.ts +6 -0
- package/out/validators/permissions-validator.d.ts.map +1 -1
- package/out/validators/permissions-validator.js +76 -73
- package/out/validators/product-trigger-scopes-validator.d.ts +4 -1
- package/out/validators/product-trigger-scopes-validator.d.ts.map +1 -1
- package/out/validators/product-trigger-scopes-validator.js +23 -7
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,97 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 0.0.0-experimental-
|
|
3
|
+
## 0.0.0-experimental-c3d0263
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 6c44d2b: Add following Jira Service Management modules:
|
|
8
|
+
- jiraServiceManagement:organizationPanel module
|
|
9
|
+
- jiraServiceManagement:portalHeader module
|
|
10
|
+
- jiraServiceManagement:portalSubheader module
|
|
11
|
+
- jiraServiceManagement:portalFooter module
|
|
12
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
13
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
14
|
+
- jiraServiceManagement:queuePage module
|
|
15
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
16
|
+
- e95919f: Added blob csp support for script content permissions with manifest validation
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- e822a8a: Update manifest definitions
|
|
21
|
+
- 2420378: Update manifest definitions
|
|
22
|
+
- 051ed1f: Update manifest definitions
|
|
23
|
+
- ad94136: Update manifest definitions
|
|
24
|
+
- ae111cd: Update manifest definitions
|
|
25
|
+
- 8e35955: Update manifest definitions
|
|
26
|
+
- c255b24: Update manifest definitions
|
|
27
|
+
- f894871: Update manifest definitions
|
|
28
|
+
- Updated dependencies [88e57a12]
|
|
29
|
+
- @forge/util@0.0.0-experimental-c3d0263
|
|
30
|
+
|
|
31
|
+
## 3.3.0-next.7
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- 8e35955: Update manifest definitions
|
|
36
|
+
|
|
37
|
+
## 3.3.0-next.6
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- ad94136: Update manifest definitions
|
|
42
|
+
|
|
43
|
+
## 3.3.0-next.5
|
|
44
|
+
|
|
45
|
+
### Minor Changes
|
|
46
|
+
|
|
47
|
+
- e95919f: Added blob csp support for script content permissions with manifest validation
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- f894871: Update manifest definitions
|
|
52
|
+
|
|
53
|
+
## 3.3.0-next.4
|
|
54
|
+
|
|
55
|
+
### Patch Changes
|
|
56
|
+
|
|
57
|
+
- ae111cd: Update manifest definitions
|
|
58
|
+
|
|
59
|
+
## 3.3.0-next.3
|
|
60
|
+
|
|
61
|
+
### Minor Changes
|
|
62
|
+
|
|
63
|
+
- 6c44d2b: Add following Jira Service Management modules:
|
|
64
|
+
- jiraServiceManagement:organizationPanel module
|
|
65
|
+
- jiraServiceManagement:portalHeader module
|
|
66
|
+
- jiraServiceManagement:portalSubheader module
|
|
67
|
+
- jiraServiceManagement:portalFooter module
|
|
68
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
69
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
70
|
+
- jiraServiceManagement:queuePage module
|
|
71
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- 051ed1f: Update manifest definitions
|
|
76
|
+
|
|
77
|
+
## 3.3.0-next.2
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- e822a8a: Update manifest definitions
|
|
82
|
+
- c255b24: Update manifest definitions
|
|
83
|
+
- Updated dependencies [88e57a1]
|
|
84
|
+
- @forge/util@1.2.0-next.0
|
|
85
|
+
|
|
86
|
+
## 3.3.0-next.1
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- 24203783: Update manifest definitions
|
|
91
|
+
|
|
92
|
+
## 3.3.0-next.0
|
|
93
|
+
|
|
94
|
+
### Minor Changes
|
|
6
95
|
|
|
7
96
|
- c145946: Add following Jira Service Management modules:
|
|
8
97
|
- jiraServiceManagement:organizationPanel module
|
|
@@ -12,16 +101,145 @@
|
|
|
12
101
|
- jiraServiceManagement:portalRequestDetail module
|
|
13
102
|
- jiraServiceManagement:portalRequestDetailPanel module
|
|
14
103
|
- jiraServiceManagement:queuePage module
|
|
104
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
105
|
+
|
|
106
|
+
## 3.2.0
|
|
15
107
|
|
|
16
108
|
### Minor Changes
|
|
17
109
|
|
|
18
|
-
-
|
|
110
|
+
- 7f869f7: Added manifest validation for modules using Subpages
|
|
111
|
+
- 72e020c: Adds schemas properties for Data Classifications
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- b2cef71: Update manifest definitions
|
|
116
|
+
- 254b239: Update manifest definitions
|
|
117
|
+
- 47744fc: Update manifest definitions
|
|
118
|
+
- 860c4fb: Update manifest definitions
|
|
119
|
+
- 66e969f: Update manifest definitions
|
|
120
|
+
- 2c635f9: Update manifest definitions
|
|
121
|
+
|
|
122
|
+
## 3.2.0-next.6
|
|
123
|
+
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- 860c4fb0: Update manifest definitions
|
|
127
|
+
|
|
128
|
+
## 3.2.0-next.5
|
|
129
|
+
|
|
130
|
+
### Minor Changes
|
|
131
|
+
|
|
132
|
+
- 72e020c: Adds schemas properties for Data Classifications
|
|
133
|
+
|
|
134
|
+
## 3.2.0-next.4
|
|
135
|
+
|
|
136
|
+
### Patch Changes
|
|
137
|
+
|
|
138
|
+
- 254b2397: Update manifest definitions
|
|
139
|
+
|
|
140
|
+
## 3.2.0-next.3
|
|
141
|
+
|
|
142
|
+
### Patch Changes
|
|
143
|
+
|
|
144
|
+
- b2cef71d: Update manifest definitions
|
|
145
|
+
|
|
146
|
+
## 3.2.0-next.2
|
|
147
|
+
|
|
148
|
+
### Minor Changes
|
|
149
|
+
|
|
150
|
+
- 7f869f7: Added manifest validation for modules using Subpages
|
|
151
|
+
|
|
152
|
+
## 3.1.1-next.1
|
|
153
|
+
|
|
154
|
+
### Patch Changes
|
|
155
|
+
|
|
156
|
+
- 47744fc: Update manifest definitions
|
|
157
|
+
|
|
158
|
+
## 3.1.1-next.0
|
|
159
|
+
|
|
160
|
+
### Patch Changes
|
|
161
|
+
|
|
162
|
+
- 2c635f9: Update manifest definitions
|
|
163
|
+
|
|
164
|
+
## 3.1.0
|
|
165
|
+
|
|
166
|
+
### Minor Changes
|
|
167
|
+
|
|
168
|
+
- 037c31a5: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
|
|
19
169
|
- 813f8f3: Add remotes to external auth config
|
|
20
170
|
|
|
21
171
|
### Patch Changes
|
|
22
172
|
|
|
173
|
+
- debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
|
|
174
|
+
- f6901fd: Fix invalid scope in product event linting.
|
|
23
175
|
- 8ee1c58: Update manifest definitions
|
|
176
|
+
- 67d2e17: Update manifest definitions
|
|
177
|
+
- 14102be: Update manifest definitions
|
|
178
|
+
- 7b2d17a: Update manifest definitions
|
|
179
|
+
- 8aaa65c: Update manifest definitions
|
|
180
|
+
- d3ccc04: Update manifest definitions
|
|
24
181
|
- 5152239: Update manifest definitions
|
|
182
|
+
- Updated dependencies [037c31a5]
|
|
183
|
+
- @forge/util@1.1.0
|
|
184
|
+
|
|
185
|
+
## 3.1.0-next.9
|
|
186
|
+
|
|
187
|
+
### Patch Changes
|
|
188
|
+
|
|
189
|
+
- 8aaa65c: Update manifest definitions
|
|
190
|
+
|
|
191
|
+
## 3.1.0-next.8
|
|
192
|
+
|
|
193
|
+
### Patch Changes
|
|
194
|
+
|
|
195
|
+
- 67d2e17c: Update manifest definitions
|
|
196
|
+
|
|
197
|
+
## 3.1.0-next.7
|
|
198
|
+
|
|
199
|
+
### Minor Changes
|
|
200
|
+
|
|
201
|
+
- 037c31a: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
|
|
202
|
+
|
|
203
|
+
### Patch Changes
|
|
204
|
+
|
|
205
|
+
- Updated dependencies [037c31a]
|
|
206
|
+
- @forge/util@1.1.0-next.0
|
|
207
|
+
|
|
208
|
+
## 3.1.0-next.6
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- 7b2d17a: Update manifest definitions
|
|
213
|
+
|
|
214
|
+
## 3.1.0-next.5
|
|
215
|
+
|
|
216
|
+
### Patch Changes
|
|
217
|
+
|
|
218
|
+
- f6901fd: Fix invalid scope in product event linting.
|
|
219
|
+
|
|
220
|
+
## 3.1.0-next.4
|
|
221
|
+
|
|
222
|
+
### Patch Changes
|
|
223
|
+
|
|
224
|
+
- d3ccc04: Update manifest definitions
|
|
225
|
+
|
|
226
|
+
## 3.1.0-next.3
|
|
227
|
+
|
|
228
|
+
### Patch Changes
|
|
229
|
+
|
|
230
|
+
- debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
|
|
231
|
+
|
|
232
|
+
## 3.1.0-next.2
|
|
233
|
+
|
|
234
|
+
### Patch Changes
|
|
235
|
+
|
|
236
|
+
- 14102be: Update manifest definitions
|
|
237
|
+
|
|
238
|
+
## 3.1.0-next.1
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- 8ee1c58: Update manifest definitions
|
|
25
243
|
|
|
26
244
|
## 3.1.0-next.0
|
|
27
245
|
|