@forge/manifest 0.0.0-experimental-d8cea00 → 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 +665 -2
- package/out/builder/processor-builder.d.ts.map +1 -1
- package/out/builder/processor-builder.js +3 -0
- package/out/index.d.ts +1 -1
- package/out/index.d.ts.map +1 -1
- package/out/mapping/product-event-to-scope-mapping.json +376 -62
- package/out/processor/deprecated-csp-method-validation-processor.d.ts +6 -0
- package/out/processor/deprecated-csp-method-validation-processor.d.ts.map +1 -0
- package/out/processor/deprecated-csp-method-validation-processor.js +18 -0
- package/out/processor/full-validation-processor.d.ts.map +1 -1
- package/out/processor/full-validation-processor.js +3 -0
- package/out/schema/basic-manifest-schema.json +32 -0
- package/out/schema/basic-manifest.d.ts +13 -0
- package/out/schema/manifest-schema.json +2937 -525
- package/out/schema/manifest.d.ts +1991 -669
- package/out/scopes/deprecated-shipyard-scopes.json +24 -0
- package/out/scopes/shipyard-scopes.json +199 -94
- package/out/text/errors.d.ts +7 -0
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +9 -2
- 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 +10 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +10 -0
- package/out/types/validation-types.d.ts +2 -1
- package/out/types/validation-types.d.ts.map +1 -1
- package/out/types/validation-types.js +1 -0
- package/out/validators/connect-authentication-validator.d.ts +7 -0
- package/out/validators/connect-authentication-validator.d.ts.map +1 -0
- package/out/validators/connect-authentication-validator.js +27 -0
- package/out/validators/deprecated-permissions-validator.d.ts +7 -0
- package/out/validators/deprecated-permissions-validator.d.ts.map +1 -0
- package/out/validators/deprecated-permissions-validator.js +31 -0
- package/out/validators/index.d.ts +1 -0
- package/out/validators/index.d.ts.map +1 -1
- package/out/validators/index.js +1 -0
- package/out/validators/modules-validator.d.ts.map +1 -1
- package/out/validators/modules-validator.js +13 -4
- 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 +78 -69
- 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/out/validators/resources-validator.d.ts.map +1 -1
- package/out/validators/resources-validator.js +26 -2
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,679 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 0.0.0-experimental-
|
|
3
|
+
## 0.0.0-experimental-c3d0263
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
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
|
|
95
|
+
|
|
96
|
+
- c145946: Add following Jira Service Management modules:
|
|
97
|
+
- jiraServiceManagement:organizationPanel module
|
|
98
|
+
- jiraServiceManagement:portalHeader module
|
|
99
|
+
- jiraServiceManagement:portalSubheader module
|
|
100
|
+
- jiraServiceManagement:portalFooter module
|
|
101
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
102
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
103
|
+
- jiraServiceManagement:queuePage module
|
|
104
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
105
|
+
|
|
106
|
+
## 3.2.0
|
|
107
|
+
|
|
108
|
+
### Minor Changes
|
|
109
|
+
|
|
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)
|
|
169
|
+
- 813f8f3: Add remotes to external auth config
|
|
170
|
+
|
|
171
|
+
### Patch Changes
|
|
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.
|
|
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
|
|
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
|
|
243
|
+
|
|
244
|
+
## 3.1.0-next.0
|
|
245
|
+
|
|
246
|
+
### Minor Changes
|
|
247
|
+
|
|
248
|
+
- 813f8f3: Add remotes to external auth config
|
|
249
|
+
|
|
250
|
+
### Patch Changes
|
|
251
|
+
|
|
252
|
+
- 5152239: Update manifest definitions
|
|
253
|
+
|
|
254
|
+
## 3.0.0
|
|
255
|
+
|
|
256
|
+
### Major Changes
|
|
257
|
+
|
|
258
|
+
- 4cfa56d: make bearerMethod mandatory in external auth config
|
|
259
|
+
|
|
260
|
+
### Minor Changes
|
|
261
|
+
|
|
262
|
+
- bd6e025: Add confluence:globalPage module
|
|
263
|
+
- 1c196ff: Add support for external fetch client to reference remote
|
|
264
|
+
- 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".
|
|
265
|
+
- 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
|
|
266
|
+
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
267
|
+
|
|
268
|
+
### Patch Changes
|
|
269
|
+
|
|
270
|
+
- 271b98a: add new, granular scopes for custom field related product events
|
|
271
|
+
- 22a488e: Add avi:jira:updated:field:context:configuration product event for scope mapping
|
|
272
|
+
- 689c09b: Update manifest definitions
|
|
273
|
+
- b97660c: Update manifest definitions
|
|
274
|
+
- 7c0d2ee: Update manifest definitions
|
|
275
|
+
- 1dba082: Update manifest definitions
|
|
276
|
+
- d3afe01: Update manifest definitions
|
|
277
|
+
- dfe9dd8: Update manifest definitions
|
|
278
|
+
- 91ea057: Update manifest definitions
|
|
279
|
+
- 3010f0e: Update manifest definitions
|
|
280
|
+
- 2b7c32b: Update manifest definitions
|
|
281
|
+
- e7ee3a7: Update manifest definitions
|
|
282
|
+
- 92d081d: Update manifest definitions
|
|
283
|
+
- d3c8c8d: Update manifest definitions
|
|
284
|
+
- fca240d: Update manifest definitions
|
|
285
|
+
- 36c7c8f: Update manifest definitions
|
|
286
|
+
- d2f6992: Update manifest definitions
|
|
287
|
+
- d18c9f1: Update manifest definitions
|
|
288
|
+
- 1dba082: Update manifest definitions
|
|
289
|
+
- fa963b1: Update manifest definitions
|
|
290
|
+
- 0a7725f: Update manifest definitions
|
|
291
|
+
- 1dba082: Update manifest definitions
|
|
292
|
+
- e4a14c7: Update manifest definitions
|
|
293
|
+
- 2bb89c5: Update manifest definitions
|
|
294
|
+
- 5875eb3: Update manifest definitions
|
|
295
|
+
|
|
296
|
+
## 3.0.0-next.21
|
|
297
|
+
|
|
298
|
+
### Major Changes
|
|
299
|
+
|
|
300
|
+
- 4cfa56d: make bearerMethod mandatory in external auth config
|
|
301
|
+
|
|
302
|
+
### Patch Changes
|
|
303
|
+
|
|
304
|
+
- fca240d: Update manifest definitions
|
|
305
|
+
|
|
306
|
+
## 2.6.0-next.20
|
|
307
|
+
|
|
308
|
+
### Minor Changes
|
|
309
|
+
|
|
310
|
+
- 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
|
|
311
|
+
|
|
312
|
+
### Patch Changes
|
|
313
|
+
|
|
314
|
+
- 271b98a: add new, granular scopes for custom field related product events
|
|
315
|
+
|
|
316
|
+
## 2.6.0-next.19
|
|
317
|
+
|
|
318
|
+
### Patch Changes
|
|
319
|
+
|
|
320
|
+
- d18c9f1: Update manifest definitions
|
|
321
|
+
- 5875eb3: Update manifest definitions
|
|
322
|
+
|
|
323
|
+
## 2.6.0-next.18
|
|
324
|
+
|
|
325
|
+
### Minor Changes
|
|
326
|
+
|
|
327
|
+
- 1c196ff: Add support for external fetch client to reference remote
|
|
328
|
+
|
|
329
|
+
### Patch Changes
|
|
330
|
+
|
|
331
|
+
- e7ee3a7: Update manifest definitions
|
|
332
|
+
|
|
333
|
+
## 2.6.0-next.17
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- fa963b1: Update manifest definitions
|
|
338
|
+
|
|
339
|
+
## 2.6.0-next.16
|
|
340
|
+
|
|
341
|
+
### Minor Changes
|
|
342
|
+
|
|
343
|
+
- 218fe20: Added an optional connect.authentication property to indicate how the harmonized forge app will be authenticating with tenant API's - using "jwt" or "oauth2". If not specified it defaults to "jwt".
|
|
344
|
+
|
|
345
|
+
## 2.6.0-next.15
|
|
346
|
+
|
|
347
|
+
### Patch Changes
|
|
348
|
+
|
|
349
|
+
- e4a14c7: Update manifest definitions
|
|
350
|
+
|
|
351
|
+
## 2.6.0-next.14
|
|
352
|
+
|
|
353
|
+
### Patch Changes
|
|
354
|
+
|
|
355
|
+
- 2b7c32b: Update manifest definitions
|
|
356
|
+
|
|
357
|
+
## 2.6.0-next.13
|
|
358
|
+
|
|
359
|
+
### Patch Changes
|
|
360
|
+
|
|
361
|
+
- a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
|
|
362
|
+
- 689c09b: Update manifest definitions
|
|
363
|
+
- 92d081d: Update manifest definitions
|
|
364
|
+
- 36c7c8f: Update manifest definitions
|
|
365
|
+
|
|
366
|
+
## 2.6.0-next.12
|
|
367
|
+
|
|
368
|
+
### Patch Changes
|
|
369
|
+
|
|
370
|
+
- 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
|
|
371
|
+
|
|
372
|
+
## 2.6.0-next.11
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- dfe9dd8: Update manifest definitions
|
|
377
|
+
- d3c8c8d: Update manifest definitions
|
|
378
|
+
- 0a7725f: Update manifest definitions
|
|
379
|
+
- 2bb89c5: Update manifest definitions
|
|
380
|
+
|
|
381
|
+
## 2.6.0-next.10
|
|
382
|
+
|
|
383
|
+
### Minor Changes
|
|
384
|
+
|
|
385
|
+
- bd6e025: Add confluence:globalPage module
|
|
386
|
+
|
|
387
|
+
### Patch Changes
|
|
388
|
+
|
|
389
|
+
- d2f6992: Update manifest definitions
|
|
390
|
+
|
|
391
|
+
## 2.6.0-next.9
|
|
392
|
+
|
|
393
|
+
### Patch Changes
|
|
394
|
+
|
|
395
|
+
- 22a488ec: Add avi:jira:updated:field:context:configuration product event for scope mapping
|
|
396
|
+
|
|
397
|
+
## 2.6.0-next.8
|
|
398
|
+
|
|
399
|
+
### Patch Changes
|
|
400
|
+
|
|
401
|
+
- c0e5696: add new, granular scopes for custom field related product events
|
|
402
|
+
- 7c0d2ee: Update manifest definitions
|
|
403
|
+
|
|
404
|
+
## 2.6.0-next.7
|
|
405
|
+
|
|
406
|
+
### Patch Changes
|
|
407
|
+
|
|
408
|
+
- d3afe01: Update manifest definitions
|
|
409
|
+
|
|
410
|
+
## 2.6.0-next.6
|
|
411
|
+
|
|
412
|
+
### Minor Changes
|
|
413
|
+
|
|
414
|
+
- cdd8645: Show a warning message during forge lint if manifest has deprecated permission scope
|
|
415
|
+
|
|
416
|
+
### Patch Changes
|
|
417
|
+
|
|
418
|
+
- b97660c: Update manifest definitions
|
|
419
|
+
|
|
420
|
+
## 2.6.0-next.5
|
|
421
|
+
|
|
422
|
+
### Minor Changes
|
|
423
|
+
|
|
424
|
+
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
425
|
+
|
|
426
|
+
## 2.5.1-next.4
|
|
427
|
+
|
|
428
|
+
### Patch Changes
|
|
429
|
+
|
|
430
|
+
- 91ea057: Update manifest definitions
|
|
431
|
+
|
|
432
|
+
## 2.5.1-next.3
|
|
433
|
+
|
|
434
|
+
### Patch Changes
|
|
435
|
+
|
|
436
|
+
- 3010f0e: Update manifest definitions
|
|
437
|
+
|
|
438
|
+
## 2.5.1-next.2
|
|
439
|
+
|
|
440
|
+
### Patch Changes
|
|
441
|
+
|
|
442
|
+
- a017696: Update manifest definitions
|
|
443
|
+
|
|
444
|
+
## 2.5.1-next.1
|
|
445
|
+
|
|
446
|
+
### Patch Changes
|
|
447
|
+
|
|
448
|
+
- af1473c: Update manifest definitions
|
|
449
|
+
|
|
450
|
+
## 2.5.1-next.0
|
|
451
|
+
|
|
452
|
+
### Patch Changes
|
|
453
|
+
|
|
454
|
+
- 06209fc: Update manifest definitions
|
|
455
|
+
|
|
456
|
+
## 2.5.0
|
|
457
|
+
|
|
458
|
+
### Minor Changes
|
|
459
|
+
|
|
460
|
+
- 70e9c8c: Add Jira global full page and Jira projects settings full page extensions
|
|
461
|
+
|
|
462
|
+
### Patch Changes
|
|
463
|
+
|
|
464
|
+
- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
|
|
465
|
+
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
|
|
466
|
+
- 601527b: Add scope mappings for Confluence space events
|
|
467
|
+
- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
|
|
468
|
+
- a5656f6: Update manifest definitions
|
|
469
|
+
- cc8799c: Update manifest definitions
|
|
470
|
+
- f5eb8e0: Update manifest definitions
|
|
471
|
+
- f013199: Update manifest definitions
|
|
472
|
+
- 78d682f: Update manifest definitions
|
|
473
|
+
- 70e9c8c: Update manifest definitions
|
|
474
|
+
- dec8066: Update manifest definitions
|
|
475
|
+
- 0e82242: Update manifest definitions
|
|
476
|
+
|
|
477
|
+
## 2.5.0-next.10
|
|
478
|
+
|
|
479
|
+
### Patch Changes
|
|
480
|
+
|
|
481
|
+
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
|
|
482
|
+
|
|
483
|
+
## 2.5.0-next.9
|
|
484
|
+
|
|
485
|
+
### Patch Changes
|
|
486
|
+
|
|
487
|
+
- 601527b: Add scope mappings for Confluence space events
|
|
488
|
+
|
|
489
|
+
## 2.5.0-next.8
|
|
490
|
+
|
|
491
|
+
### Patch Changes
|
|
492
|
+
|
|
493
|
+
- a5656f6: Update manifest definitions
|
|
494
|
+
- 78d682f: Update manifest definitions
|
|
495
|
+
|
|
496
|
+
## 2.5.0-next.7
|
|
497
|
+
|
|
498
|
+
### Patch Changes
|
|
499
|
+
|
|
500
|
+
- cc8799c: Update manifest definitions
|
|
501
|
+
|
|
502
|
+
## 2.5.0-next.6
|
|
503
|
+
|
|
504
|
+
### Patch Changes
|
|
505
|
+
|
|
506
|
+
- 0e82242: Update manifest definitions
|
|
507
|
+
|
|
508
|
+
## 2.5.0-next.5
|
|
509
|
+
|
|
510
|
+
### Patch Changes
|
|
511
|
+
|
|
512
|
+
- f5eb8e0: Update manifest definitions
|
|
513
|
+
|
|
514
|
+
## 2.5.0-next.4
|
|
515
|
+
|
|
516
|
+
### Patch Changes
|
|
517
|
+
|
|
518
|
+
- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
|
|
519
|
+
|
|
520
|
+
## 2.5.0-next.3
|
|
521
|
+
|
|
522
|
+
### Patch Changes
|
|
523
|
+
|
|
524
|
+
- dec8066: Update manifest definitions
|
|
525
|
+
|
|
526
|
+
## 2.5.0-next.2
|
|
527
|
+
|
|
528
|
+
### Patch Changes
|
|
529
|
+
|
|
530
|
+
- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
|
|
531
|
+
- f013199: Update manifest definitions
|
|
532
|
+
|
|
533
|
+
## 2.5.0-next.1
|
|
534
|
+
|
|
535
|
+
### Minor Changes
|
|
536
|
+
|
|
537
|
+
- 66f60f9: Add Jira global full page and Jira projects settings full page extensions
|
|
538
|
+
|
|
539
|
+
## 2.4.1-next.0
|
|
540
|
+
|
|
541
|
+
### Patch Changes
|
|
542
|
+
|
|
543
|
+
- bc0c83b: Update manifest definitions
|
|
544
|
+
|
|
545
|
+
## 2.4.0
|
|
546
|
+
|
|
547
|
+
### Minor Changes
|
|
548
|
+
|
|
549
|
+
- fbcb4a3: Add linter detection & auto-fix of deprecated CSP
|
|
550
|
+
- e28cc2c: Added globalPage to compass module types
|
|
551
|
+
|
|
552
|
+
### Patch Changes
|
|
553
|
+
|
|
554
|
+
- 0bc8683: Added new product event to scope mapping
|
|
555
|
+
- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
|
|
556
|
+
- b415d76: Fix manifest validation to detect duplicated module keys
|
|
557
|
+
- b91d511: Update manifest definitions
|
|
558
|
+
- daa138b: Update manifest definitions
|
|
559
|
+
- 33cbdba: Update manifest definitions
|
|
560
|
+
- ee3919d: Update manifest definitions
|
|
561
|
+
- ba6d463: Update manifest definitions
|
|
562
|
+
- 1d7f9f1: Update manifest definitions
|
|
563
|
+
- 82167f3: Update manifest definitions
|
|
564
|
+
- 873f913: Update manifest definitions
|
|
565
|
+
- a9bdd4f: Update manifest definitions
|
|
566
|
+
- 2ea75dd: Update manifest definitions
|
|
567
|
+
- Updated dependencies [4608ccd]
|
|
568
|
+
- @forge/util@1.0.1
|
|
569
|
+
|
|
570
|
+
## 2.4.0-next.9
|
|
571
|
+
|
|
572
|
+
### Patch Changes
|
|
573
|
+
|
|
574
|
+
- ba6d463: Update manifest definitions
|
|
575
|
+
|
|
576
|
+
## 2.4.0-next.8
|
|
577
|
+
|
|
578
|
+
### Minor Changes
|
|
579
|
+
|
|
580
|
+
- e28cc2c: Added globalPage to compass module types
|
|
581
|
+
|
|
582
|
+
### Patch Changes
|
|
583
|
+
|
|
584
|
+
- ee3919d: Update manifest definitions
|
|
585
|
+
|
|
586
|
+
## 2.4.0-next.7
|
|
587
|
+
|
|
588
|
+
### Patch Changes
|
|
589
|
+
|
|
590
|
+
- daa138b: Update manifest definitions
|
|
591
|
+
- 2ea75dd: Update manifest definitions
|
|
592
|
+
|
|
593
|
+
## 2.4.0-next.6
|
|
594
|
+
|
|
595
|
+
### Patch Changes
|
|
596
|
+
|
|
597
|
+
- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
|
|
598
|
+
- 873f913: Update manifest definitions
|
|
599
|
+
|
|
600
|
+
## 2.4.0-next.5
|
|
601
|
+
|
|
602
|
+
### Minor Changes
|
|
603
|
+
|
|
604
|
+
- fbcb4a3: Add linter detection & auto-fix of deprecated CSP
|
|
605
|
+
|
|
606
|
+
### Patch Changes
|
|
607
|
+
|
|
608
|
+
- a9bdd4f: Update manifest definitions
|
|
609
|
+
|
|
610
|
+
## 2.3.1-next.4
|
|
611
|
+
|
|
612
|
+
### Patch Changes
|
|
613
|
+
|
|
614
|
+
- 0bc8683: Added new product event to scope mapping
|
|
615
|
+
|
|
616
|
+
## 2.3.1-next.3
|
|
617
|
+
|
|
618
|
+
### Patch Changes
|
|
619
|
+
|
|
620
|
+
- 1d7f9f1: Update manifest definitions
|
|
621
|
+
|
|
622
|
+
## 2.3.1-next.2
|
|
623
|
+
|
|
624
|
+
### Patch Changes
|
|
625
|
+
|
|
626
|
+
- b415d76: Fix manifest validation to detect duplicated module keys
|
|
627
|
+
- 33cbdba: Update manifest definitions
|
|
628
|
+
|
|
629
|
+
## 2.3.1-next.1
|
|
630
|
+
|
|
631
|
+
### Patch Changes
|
|
632
|
+
|
|
633
|
+
- b91d511: Update manifest definitions
|
|
634
|
+
- Updated dependencies [4608ccd]
|
|
635
|
+
- @forge/util@1.0.1-next.0
|
|
636
|
+
|
|
637
|
+
## 2.3.1-next.0
|
|
638
|
+
|
|
639
|
+
### Patch Changes
|
|
640
|
+
|
|
641
|
+
- 82167f3: Update manifest definitions
|
|
642
|
+
|
|
643
|
+
## 2.3.0
|
|
644
|
+
|
|
645
|
+
### Minor Changes
|
|
646
|
+
|
|
647
|
+
- f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names
|
|
8
648
|
|
|
9
649
|
### Patch Changes
|
|
10
650
|
|
|
11
651
|
- bd2be7f: Update manifest definitions
|
|
652
|
+
- 46240f3: Update manifest definitions
|
|
653
|
+
- 18c799a: Update manifest definitions
|
|
654
|
+
- 5ed2e3a: Update manifest definitions
|
|
12
655
|
- 7cfcd6c: Update manifest definitions
|
|
13
656
|
- f0d3871: Update manifest definitions
|
|
657
|
+
- 9b09fef: Update manifest definitions
|
|
658
|
+
|
|
659
|
+
## 2.3.0-next.3
|
|
660
|
+
|
|
661
|
+
### Patch Changes
|
|
662
|
+
|
|
663
|
+
- 46240f3: Update manifest definitions
|
|
664
|
+
- 5ed2e3a: Update manifest definitions
|
|
665
|
+
|
|
666
|
+
## 2.3.0-next.2
|
|
667
|
+
|
|
668
|
+
### Minor Changes
|
|
669
|
+
|
|
670
|
+
- f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names
|
|
671
|
+
|
|
672
|
+
### Patch Changes
|
|
673
|
+
|
|
674
|
+
- 18c799a: Update manifest definitions
|
|
675
|
+
- 7cfcd6c: Update manifest definitions
|
|
676
|
+
- 9b09fef: Update manifest definitions
|
|
14
677
|
|
|
15
678
|
## 2.2.2-next.1
|
|
16
679
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"processor-builder.d.ts","sourceRoot":"","sources":["../../src/builder/processor-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAGL,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"processor-builder.d.ts","sourceRoot":"","sources":["../../src/builder/processor-builder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAGL,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,qBAAa,gBAAiB,YAAW,gBAAgB,CAAC,kBAAkB,CAAC,cAAc,GAAG,mBAAmB,CAAC,CAAC;IACjH,OAAO,CAAC,cAAc,CAAkB;IAExC,OAAO;IAIP,MAAM,CAAC,QAAQ,IAAI,gBAAgB;IAInC,cAAc,CAAC,IAAI,EAAE,eAAe,GAAG,gBAAgB;IAKvD,KAAK,IAAI,kBAAkB,CAAC,cAAc,GAAG,mBAAmB,CAAC;CAclE"}
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ProcessorBuilder = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
const processor_1 = require("../processor");
|
|
6
|
+
const deprecated_csp_method_validation_processor_1 = require("../processor/deprecated-csp-method-validation-processor");
|
|
6
7
|
class ProcessorBuilder {
|
|
7
8
|
constructor() {
|
|
8
9
|
this.validationType = types_1.ValidationTypes.FULL;
|
|
@@ -22,6 +23,8 @@ class ProcessorBuilder {
|
|
|
22
23
|
return new processor_1.FullValidationProcessor();
|
|
23
24
|
case types_1.ValidationTypes.PRODUCT_TRIGGER:
|
|
24
25
|
return new processor_1.ProductTriggerValidationProcessor();
|
|
26
|
+
case types_1.ValidationTypes.DEPRECATED_CSP_METHOD:
|
|
27
|
+
return new deprecated_csp_method_validation_processor_1.DeprecatedCspMethodValidationProcessor();
|
|
25
28
|
default:
|
|
26
29
|
throw new Error('Unsupported validation type');
|
|
27
30
|
}
|
package/out/index.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ export * from './text';
|
|
|
7
7
|
export * from './types';
|
|
8
8
|
export * from './utils';
|
|
9
9
|
export * from './validators';
|
|
10
|
-
export { Modules, ManifestSchema, App, Resources, Permissions, Remotes } from './schema/manifest';
|
|
10
|
+
export { Modules, ManifestSchema, App, Resources, Permissions, Remotes, Fetch } from './schema/manifest';
|
|
11
11
|
export declare const validate: (basic?: boolean, manifest?: string | undefined) => ManifestValidationResult<ManifestSchema | BasicManifestSchema>;
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
package/out/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAmB,MAAM,SAAS,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAG9D,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAEzG,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,wBAAwB,CAAC,cAAc,GAAG,mBAAmB,CAK/D,CAAC"}
|