@forge/manifest 0.0.0-experimental-d3a39c9 → 0.0.0-experimental-64caa5a
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 +656 -1
- package/out/builder/processor-builder.d.ts.map +1 -1
- package/out/builder/processor-builder.js +3 -0
- package/out/mapping/product-event-to-scope-mapping.json +90 -0
- 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 -2
- package/out/schema/basic-manifest-schema.json +24 -7
- package/out/schema/basic-manifest.d.ts +13 -3
- package/out/schema/display-conditions-schema.json +42 -0
- package/out/schema/manifest-schema.json +8782 -1085
- package/out/schema/manifest.d.ts +50714 -156
- package/out/scopes/shipyard-scopes.json +357 -0
- package/out/text/errors.d.ts +19 -1
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +21 -3
- package/out/types/display-condition-types.d.ts +8 -0
- package/out/types/display-condition-types.d.ts.map +1 -1
- package/out/types/index.d.ts +0 -1
- package/out/types/index.d.ts.map +1 -1
- package/out/types/index.js +0 -1
- package/out/types/module-types.d.ts +62 -1
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +61 -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/utils/line-finder.d.ts +1 -1
- package/out/utils/line-finder.d.ts.map +1 -1
- package/out/utils/line-finder.js +25 -7
- package/out/utils/module-key-cleaner.d.ts.map +1 -1
- package/out/validators/connect-modules-validator.d.ts +7 -0
- package/out/validators/connect-modules-validator.d.ts.map +1 -0
- package/out/validators/connect-modules-validator.js +48 -0
- package/out/validators/connect-remote-validator.d.ts +7 -0
- package/out/validators/connect-remote-validator.d.ts.map +1 -0
- package/out/validators/connect-remote-validator.js +31 -0
- package/out/validators/index.d.ts +3 -0
- package/out/validators/index.d.ts.map +1 -1
- package/out/validators/index.js +3 -0
- package/out/validators/modules-validator.d.ts.map +1 -1
- package/out/validators/modules-validator.js +23 -2
- package/out/validators/permissions-validator.d.ts.map +1 -1
- package/out/validators/permissions-validator.js +3 -2
- package/out/validators/providers-validator.d.ts +1 -0
- package/out/validators/providers-validator.d.ts.map +1 -1
- package/out/validators/providers-validator.js +16 -0
- package/out/validators/resources-validator.d.ts.map +1 -1
- package/out/validators/resources-validator.js +26 -2
- package/out/validators/schema-validator.d.ts.map +1 -1
- package/out/validators/schema-validator.js +5 -1
- package/package.json +3 -2
- package/out/types/scopes-types.d.ts +0 -2
- package/out/types/scopes-types.d.ts.map +0 -1
- package/out/types/scopes-types.js +0 -52
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,674 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 0.0.0-experimental-
|
|
3
|
+
## 0.0.0-experimental-64caa5a
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bd6e025: Add confluence:globalPage module
|
|
8
|
+
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
|
|
13
|
+
- 22a488e: Add avi:jira:updated:field:context:configuration product event for scope mapping
|
|
14
|
+
- 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
|
|
15
|
+
- 689c09b: Update manifest definitions
|
|
16
|
+
- b97660c: Update manifest definitions
|
|
17
|
+
- 7c0d2ee: Update manifest definitions
|
|
18
|
+
- 06209fc: Update manifest definitions
|
|
19
|
+
- d3afe01: Update manifest definitions
|
|
20
|
+
- dfe9dd8: Update manifest definitions
|
|
21
|
+
- 91ea057: Update manifest definitions
|
|
22
|
+
- 3010f0e: Update manifest definitions
|
|
23
|
+
- 2b7c32b: Update manifest definitions
|
|
24
|
+
- 92d081d: Update manifest definitions
|
|
25
|
+
- d3c8c8d: Update manifest definitions
|
|
26
|
+
- 36c7c8f: Update manifest definitions
|
|
27
|
+
- d2f6992: Update manifest definitions
|
|
28
|
+
- a017696: Update manifest definitions
|
|
29
|
+
- 0a7725f: Update manifest definitions
|
|
30
|
+
- af1473c: Update manifest definitions
|
|
31
|
+
- e4a14c7: Update manifest definitions
|
|
32
|
+
- 2bb89c5: Update manifest definitions
|
|
33
|
+
|
|
34
|
+
## 2.6.0-next.15
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- e4a14c7: Update manifest definitions
|
|
39
|
+
|
|
40
|
+
## 2.6.0-next.14
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- 2b7c32b: Update manifest definitions
|
|
45
|
+
|
|
46
|
+
## 2.6.0-next.13
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
|
|
51
|
+
- 689c09b: Update manifest definitions
|
|
52
|
+
- 92d081d: Update manifest definitions
|
|
53
|
+
- 36c7c8f: Update manifest definitions
|
|
54
|
+
|
|
55
|
+
## 2.6.0-next.12
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
|
|
60
|
+
|
|
61
|
+
## 2.6.0-next.11
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- dfe9dd8: Update manifest definitions
|
|
66
|
+
- d3c8c8d: Update manifest definitions
|
|
67
|
+
- 0a7725f: Update manifest definitions
|
|
68
|
+
- 2bb89c5: Update manifest definitions
|
|
69
|
+
|
|
70
|
+
## 2.6.0-next.10
|
|
71
|
+
|
|
72
|
+
### Minor Changes
|
|
73
|
+
|
|
74
|
+
- bd6e025: Add confluence:globalPage module
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- d2f6992: Update manifest definitions
|
|
79
|
+
|
|
80
|
+
## 2.6.0-next.9
|
|
81
|
+
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- 22a488ec: Add avi:jira:updated:field:context:configuration product event for scope mapping
|
|
85
|
+
|
|
86
|
+
## 2.6.0-next.8
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- c0e5696: add new, granular scopes for custom field related product events
|
|
91
|
+
- 7c0d2ee: Update manifest definitions
|
|
92
|
+
|
|
93
|
+
## 2.6.0-next.7
|
|
94
|
+
|
|
95
|
+
### Patch Changes
|
|
96
|
+
|
|
97
|
+
- d3afe01: Update manifest definitions
|
|
98
|
+
|
|
99
|
+
## 2.6.0-next.6
|
|
100
|
+
|
|
101
|
+
### Minor Changes
|
|
102
|
+
|
|
103
|
+
- cdd8645: Show a warning message during forge lint if manifest has deprecated permission scope
|
|
104
|
+
|
|
105
|
+
### Patch Changes
|
|
106
|
+
|
|
107
|
+
- b97660c: Update manifest definitions
|
|
108
|
+
|
|
109
|
+
## 2.6.0-next.5
|
|
110
|
+
|
|
111
|
+
### Minor Changes
|
|
112
|
+
|
|
113
|
+
- 0a39c43: Updating forge-manifest to include new Compass Metric scopes
|
|
114
|
+
|
|
115
|
+
## 2.5.1-next.4
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- 91ea057: Update manifest definitions
|
|
120
|
+
|
|
121
|
+
## 2.5.1-next.3
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- 3010f0e: Update manifest definitions
|
|
126
|
+
|
|
127
|
+
## 2.5.1-next.2
|
|
128
|
+
|
|
129
|
+
### Patch Changes
|
|
130
|
+
|
|
131
|
+
- a017696: Update manifest definitions
|
|
132
|
+
|
|
133
|
+
## 2.5.1-next.1
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- af1473c: Update manifest definitions
|
|
138
|
+
|
|
139
|
+
## 2.5.1-next.0
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- 06209fc: Update manifest definitions
|
|
144
|
+
|
|
145
|
+
## 2.5.0
|
|
146
|
+
|
|
147
|
+
### Minor Changes
|
|
148
|
+
|
|
149
|
+
- 70e9c8c: Add Jira global full page and Jira projects settings full page extensions
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
|
|
154
|
+
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
|
|
155
|
+
- 601527b: Add scope mappings for Confluence space events
|
|
156
|
+
- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
|
|
157
|
+
- a5656f6: Update manifest definitions
|
|
158
|
+
- cc8799c: Update manifest definitions
|
|
159
|
+
- f5eb8e0: Update manifest definitions
|
|
160
|
+
- f013199: Update manifest definitions
|
|
161
|
+
- 78d682f: Update manifest definitions
|
|
162
|
+
- 70e9c8c: Update manifest definitions
|
|
163
|
+
- dec8066: Update manifest definitions
|
|
164
|
+
- 0e82242: Update manifest definitions
|
|
165
|
+
|
|
166
|
+
## 2.5.0-next.10
|
|
167
|
+
|
|
168
|
+
### Patch Changes
|
|
169
|
+
|
|
170
|
+
- fde4ba7: Adds Compass component link product event -> OAuth scope mapping
|
|
171
|
+
|
|
172
|
+
## 2.5.0-next.9
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- 601527b: Add scope mappings for Confluence space events
|
|
177
|
+
|
|
178
|
+
## 2.5.0-next.8
|
|
179
|
+
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- a5656f6: Update manifest definitions
|
|
183
|
+
- 78d682f: Update manifest definitions
|
|
184
|
+
|
|
185
|
+
## 2.5.0-next.7
|
|
186
|
+
|
|
187
|
+
### Patch Changes
|
|
188
|
+
|
|
189
|
+
- cc8799c: Update manifest definitions
|
|
190
|
+
|
|
191
|
+
## 2.5.0-next.6
|
|
192
|
+
|
|
193
|
+
### Patch Changes
|
|
194
|
+
|
|
195
|
+
- 0e82242: Update manifest definitions
|
|
196
|
+
|
|
197
|
+
## 2.5.0-next.5
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- f5eb8e0: Update manifest definitions
|
|
202
|
+
|
|
203
|
+
## 2.5.0-next.4
|
|
204
|
+
|
|
205
|
+
### Patch Changes
|
|
206
|
+
|
|
207
|
+
- 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
|
|
208
|
+
|
|
209
|
+
## 2.5.0-next.3
|
|
210
|
+
|
|
211
|
+
### Patch Changes
|
|
212
|
+
|
|
213
|
+
- dec8066: Update manifest definitions
|
|
214
|
+
|
|
215
|
+
## 2.5.0-next.2
|
|
216
|
+
|
|
217
|
+
### Patch Changes
|
|
218
|
+
|
|
219
|
+
- 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
|
|
220
|
+
- f013199: Update manifest definitions
|
|
221
|
+
|
|
222
|
+
## 2.5.0-next.1
|
|
223
|
+
|
|
224
|
+
### Minor Changes
|
|
225
|
+
|
|
226
|
+
- 66f60f9: Add Jira global full page and Jira projects settings full page extensions
|
|
227
|
+
|
|
228
|
+
## 2.4.1-next.0
|
|
229
|
+
|
|
230
|
+
### Patch Changes
|
|
231
|
+
|
|
232
|
+
- bc0c83b: Update manifest definitions
|
|
233
|
+
|
|
234
|
+
## 2.4.0
|
|
235
|
+
|
|
236
|
+
### Minor Changes
|
|
237
|
+
|
|
238
|
+
- fbcb4a3: Add linter detection & auto-fix of deprecated CSP
|
|
239
|
+
- e28cc2c: Added globalPage to compass module types
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- 0bc8683: Added new product event to scope mapping
|
|
244
|
+
- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
|
|
245
|
+
- b415d76: Fix manifest validation to detect duplicated module keys
|
|
246
|
+
- b91d511: Update manifest definitions
|
|
247
|
+
- daa138b: Update manifest definitions
|
|
248
|
+
- 33cbdba: Update manifest definitions
|
|
249
|
+
- ee3919d: Update manifest definitions
|
|
250
|
+
- ba6d463: Update manifest definitions
|
|
251
|
+
- 1d7f9f1: Update manifest definitions
|
|
252
|
+
- 82167f3: Update manifest definitions
|
|
253
|
+
- 873f913: Update manifest definitions
|
|
254
|
+
- a9bdd4f: Update manifest definitions
|
|
255
|
+
- 2ea75dd: Update manifest definitions
|
|
256
|
+
- Updated dependencies [4608ccd]
|
|
257
|
+
- @forge/util@1.0.1
|
|
258
|
+
|
|
259
|
+
## 2.4.0-next.9
|
|
260
|
+
|
|
261
|
+
### Patch Changes
|
|
262
|
+
|
|
263
|
+
- ba6d463: Update manifest definitions
|
|
264
|
+
|
|
265
|
+
## 2.4.0-next.8
|
|
266
|
+
|
|
267
|
+
### Minor Changes
|
|
268
|
+
|
|
269
|
+
- e28cc2c: Added globalPage to compass module types
|
|
270
|
+
|
|
271
|
+
### Patch Changes
|
|
272
|
+
|
|
273
|
+
- ee3919d: Update manifest definitions
|
|
274
|
+
|
|
275
|
+
## 2.4.0-next.7
|
|
276
|
+
|
|
277
|
+
### Patch Changes
|
|
278
|
+
|
|
279
|
+
- daa138b: Update manifest definitions
|
|
280
|
+
- 2ea75dd: Update manifest definitions
|
|
281
|
+
|
|
282
|
+
## 2.4.0-next.6
|
|
283
|
+
|
|
284
|
+
### Patch Changes
|
|
285
|
+
|
|
286
|
+
- f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
|
|
287
|
+
- 873f913: Update manifest definitions
|
|
288
|
+
|
|
289
|
+
## 2.4.0-next.5
|
|
290
|
+
|
|
291
|
+
### Minor Changes
|
|
292
|
+
|
|
293
|
+
- fbcb4a3: Add linter detection & auto-fix of deprecated CSP
|
|
294
|
+
|
|
295
|
+
### Patch Changes
|
|
296
|
+
|
|
297
|
+
- a9bdd4f: Update manifest definitions
|
|
298
|
+
|
|
299
|
+
## 2.3.1-next.4
|
|
300
|
+
|
|
301
|
+
### Patch Changes
|
|
302
|
+
|
|
303
|
+
- 0bc8683: Added new product event to scope mapping
|
|
304
|
+
|
|
305
|
+
## 2.3.1-next.3
|
|
306
|
+
|
|
307
|
+
### Patch Changes
|
|
308
|
+
|
|
309
|
+
- 1d7f9f1: Update manifest definitions
|
|
310
|
+
|
|
311
|
+
## 2.3.1-next.2
|
|
312
|
+
|
|
313
|
+
### Patch Changes
|
|
314
|
+
|
|
315
|
+
- b415d76: Fix manifest validation to detect duplicated module keys
|
|
316
|
+
- 33cbdba: Update manifest definitions
|
|
317
|
+
|
|
318
|
+
## 2.3.1-next.1
|
|
319
|
+
|
|
320
|
+
### Patch Changes
|
|
321
|
+
|
|
322
|
+
- b91d511: Update manifest definitions
|
|
323
|
+
- Updated dependencies [4608ccd]
|
|
324
|
+
- @forge/util@1.0.1-next.0
|
|
325
|
+
|
|
326
|
+
## 2.3.1-next.0
|
|
327
|
+
|
|
328
|
+
### Patch Changes
|
|
329
|
+
|
|
330
|
+
- 82167f3: Update manifest definitions
|
|
331
|
+
|
|
332
|
+
## 2.3.0
|
|
333
|
+
|
|
334
|
+
### Minor Changes
|
|
335
|
+
|
|
336
|
+
- f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names
|
|
337
|
+
|
|
338
|
+
### Patch Changes
|
|
339
|
+
|
|
340
|
+
- bd2be7f: Update manifest definitions
|
|
341
|
+
- 46240f3: Update manifest definitions
|
|
342
|
+
- 18c799a: Update manifest definitions
|
|
343
|
+
- 5ed2e3a: Update manifest definitions
|
|
344
|
+
- 7cfcd6c: Update manifest definitions
|
|
345
|
+
- f0d3871: Update manifest definitions
|
|
346
|
+
- 9b09fef: Update manifest definitions
|
|
347
|
+
|
|
348
|
+
## 2.3.0-next.3
|
|
349
|
+
|
|
350
|
+
### Patch Changes
|
|
351
|
+
|
|
352
|
+
- 46240f3: Update manifest definitions
|
|
353
|
+
- 5ed2e3a: Update manifest definitions
|
|
354
|
+
|
|
355
|
+
## 2.3.0-next.2
|
|
356
|
+
|
|
357
|
+
### Minor Changes
|
|
358
|
+
|
|
359
|
+
- f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names
|
|
360
|
+
|
|
361
|
+
### Patch Changes
|
|
362
|
+
|
|
363
|
+
- 18c799a: Update manifest definitions
|
|
364
|
+
- 7cfcd6c: Update manifest definitions
|
|
365
|
+
- 9b09fef: Update manifest definitions
|
|
366
|
+
|
|
367
|
+
## 2.2.2-next.1
|
|
368
|
+
|
|
369
|
+
### Patch Changes
|
|
370
|
+
|
|
371
|
+
- f0d3871: Update manifest definitions
|
|
372
|
+
|
|
373
|
+
## 2.2.2-next.0
|
|
374
|
+
|
|
375
|
+
### Patch Changes
|
|
376
|
+
|
|
377
|
+
- bd2be7f: Update manifest definitions
|
|
378
|
+
|
|
379
|
+
## 2.2.1
|
|
380
|
+
|
|
381
|
+
### Patch Changes
|
|
382
|
+
|
|
383
|
+
- dcc7fc6: Update documentation links
|
|
384
|
+
- 371b667: Update manifest definitions
|
|
385
|
+
- b73cfdc: Update manifest definitions
|
|
386
|
+
- 8f2701f: Update manifest definitions
|
|
387
|
+
- a98d79c: Update manifest definitions
|
|
388
|
+
- 371335d: Update manifest definitions
|
|
389
|
+
- ea2dcfd: Update manifest definitions
|
|
390
|
+
- 915bb3a: Update manifest definitions
|
|
391
|
+
- 84e7667: Update manifest definitions
|
|
392
|
+
- 6bd8af9: Update manifest definitions
|
|
393
|
+
- 7117c4e: Update manifest definitions
|
|
394
|
+
- 663b047: Update manifest definitions
|
|
395
|
+
- 3a3a508: Update manifest definitions
|
|
396
|
+
- 48762a0: Update manifest definitions
|
|
397
|
+
- 4880e78: Update manifest definitions
|
|
398
|
+
- 772eb08: Update manifest definitions
|
|
399
|
+
- 2809af6: Update manifest definitions
|
|
400
|
+
- b23fd66: Update manifest definitions
|
|
401
|
+
|
|
402
|
+
## 2.2.1-next.7
|
|
403
|
+
|
|
404
|
+
### Patch Changes
|
|
405
|
+
|
|
406
|
+
- b23fd66: Update manifest definitions
|
|
407
|
+
|
|
408
|
+
## 2.2.1-next.6
|
|
409
|
+
|
|
410
|
+
### Patch Changes
|
|
411
|
+
|
|
412
|
+
- dcc7fc6: Update documentation links
|
|
413
|
+
- 48762a0: Update manifest definitions
|
|
414
|
+
|
|
415
|
+
## 2.2.1-next.5
|
|
416
|
+
|
|
417
|
+
### Patch Changes
|
|
418
|
+
|
|
419
|
+
- 772eb08: Update manifest definitions
|
|
420
|
+
|
|
421
|
+
## 2.2.1-next.4
|
|
422
|
+
|
|
423
|
+
### Patch Changes
|
|
424
|
+
|
|
425
|
+
- a98d79c: Update manifest definitions
|
|
426
|
+
- ea2dcfd: Update manifest definitions
|
|
427
|
+
- 915bb3a: Update manifest definitions
|
|
428
|
+
- 3a3a508: Update manifest definitions
|
|
429
|
+
|
|
430
|
+
## 2.2.1-next.3
|
|
431
|
+
|
|
432
|
+
### Patch Changes
|
|
433
|
+
|
|
434
|
+
- 84e7667: Update manifest definitions
|
|
435
|
+
|
|
436
|
+
## 2.2.1-next.2
|
|
437
|
+
|
|
438
|
+
### Patch Changes
|
|
439
|
+
|
|
440
|
+
- 7117c4e: Update manifest definitions
|
|
441
|
+
- 663b047: Update manifest definitions
|
|
442
|
+
|
|
443
|
+
## 2.2.1-next.1
|
|
444
|
+
|
|
445
|
+
### Patch Changes
|
|
446
|
+
|
|
447
|
+
- 371b667: Update manifest definitions
|
|
448
|
+
- b73cfdc: Update manifest definitions
|
|
449
|
+
- 8f2701f: Update manifest definitions
|
|
450
|
+
- 371335d: Update manifest definitions
|
|
451
|
+
- 4880e78: Update manifest definitions
|
|
452
|
+
|
|
453
|
+
## 2.2.1-next.0
|
|
454
|
+
|
|
455
|
+
### Patch Changes
|
|
456
|
+
|
|
457
|
+
- 2809af6: Update manifest definitions
|
|
458
|
+
|
|
459
|
+
## 2.2.0
|
|
460
|
+
|
|
461
|
+
### Minor Changes
|
|
462
|
+
|
|
463
|
+
- 3e56133: replace hardcoded scopes with shipyard poller artifacts
|
|
464
|
+
- 4acce41: Allow both Dynamic and Static profile retrievers in External Auth
|
|
465
|
+
|
|
466
|
+
### Patch Changes
|
|
467
|
+
|
|
468
|
+
- a98977f: Add manifest validation for search aliases in Jira custom fields
|
|
469
|
+
- 0d25702: Update manifest definitions
|
|
470
|
+
- cc9264b: Update manifest definitions
|
|
471
|
+
- f7402cd: Update manifest definitions
|
|
472
|
+
- 7650b85: Update manifest definitions
|
|
473
|
+
- 22e7ed8: Update manifest definitions
|
|
474
|
+
- 0e18c6b: Update manifest definitions
|
|
475
|
+
- edaa58e: Update manifest definitions
|
|
476
|
+
- 69007db: Update manifest definitions
|
|
477
|
+
|
|
478
|
+
## 2.2.0-next.5
|
|
479
|
+
|
|
480
|
+
### Patch Changes
|
|
481
|
+
|
|
482
|
+
- f7402cd: Update manifest definitions
|
|
483
|
+
|
|
484
|
+
## 2.2.0-next.4
|
|
485
|
+
|
|
486
|
+
### Patch Changes
|
|
487
|
+
|
|
488
|
+
- 22e7ed8: Update manifest definitions
|
|
489
|
+
|
|
490
|
+
## 2.2.0-next.3
|
|
491
|
+
|
|
492
|
+
### Minor Changes
|
|
493
|
+
|
|
494
|
+
- 3e56133: replace hardcoded scopes with shipyard poller artifacts
|
|
495
|
+
|
|
496
|
+
### Patch Changes
|
|
497
|
+
|
|
498
|
+
- cc9264b: Update manifest definitions
|
|
499
|
+
- edaa58e: Update manifest definitions
|
|
500
|
+
|
|
501
|
+
## 2.2.0-next.2
|
|
502
|
+
|
|
503
|
+
### Minor Changes
|
|
504
|
+
|
|
505
|
+
- 4acce41: Allow both Dynamic and Static profile retrievers in External Auth
|
|
506
|
+
|
|
507
|
+
### Patch Changes
|
|
508
|
+
|
|
509
|
+
- 0e18c6b: Update manifest definitions
|
|
510
|
+
- 69007db: Update manifest definitions
|
|
511
|
+
|
|
512
|
+
## 2.2.0-next.1
|
|
513
|
+
|
|
514
|
+
### Minor Changes
|
|
515
|
+
|
|
516
|
+
- 9a10349: replace hardcoded scopes with shipyard poller artifacts
|
|
517
|
+
|
|
518
|
+
### Patch Changes
|
|
519
|
+
|
|
520
|
+
- 0d25702: Update manifest definitions
|
|
521
|
+
- 7650b85: Update manifest definitions
|
|
522
|
+
|
|
523
|
+
## 2.1.1-next.0
|
|
524
|
+
|
|
525
|
+
### Patch Changes
|
|
526
|
+
|
|
527
|
+
- a98977f: Add manifest validation for search aliases in Jira custom fields
|
|
528
|
+
|
|
529
|
+
## 2.1.0
|
|
530
|
+
|
|
531
|
+
### Minor Changes
|
|
532
|
+
|
|
533
|
+
- 61ee941: Added core:consumer to module types for manifest validation
|
|
534
|
+
- 7058989: Add Connect module types
|
|
535
|
+
- a5797b3: Added compass as a supported product on the CLI
|
|
536
|
+
- fcfbc09: Adding connect moduled to manifest
|
|
537
|
+
|
|
538
|
+
### Patch Changes
|
|
539
|
+
|
|
540
|
+
- 0ecb62b: Update manifest definitions
|
|
541
|
+
- 8ca3512: Update manifest definitions
|
|
542
|
+
- bb69754: Update manifest definitions
|
|
543
|
+
- f3c58fb: Update manifest definitions
|
|
544
|
+
- 35d4e6e: Update manifest definitions
|
|
545
|
+
|
|
546
|
+
## 2.1.0-next.5
|
|
547
|
+
|
|
548
|
+
### Patch Changes
|
|
549
|
+
|
|
550
|
+
- bb69754: Update manifest definitions
|
|
551
|
+
|
|
552
|
+
## 2.1.0-next.4
|
|
553
|
+
|
|
554
|
+
### Minor Changes
|
|
555
|
+
|
|
556
|
+
- 7058989: Add Connect module types
|
|
557
|
+
- fcfbc09: Adding connect moduled to manifest
|
|
558
|
+
|
|
559
|
+
### Patch Changes
|
|
560
|
+
|
|
561
|
+
- 35d4e6e: Update manifest definitions
|
|
562
|
+
|
|
563
|
+
## 2.1.0-next.3
|
|
564
|
+
|
|
565
|
+
### Minor Changes
|
|
566
|
+
|
|
567
|
+
- 61ee941: Added core:consumer to module types for manifest validation
|
|
568
|
+
|
|
569
|
+
## 2.1.0-next.2
|
|
570
|
+
|
|
571
|
+
### Patch Changes
|
|
572
|
+
|
|
573
|
+
- 8ca3512: Update manifest definitions
|
|
574
|
+
|
|
575
|
+
## 2.1.0-next.1
|
|
576
|
+
|
|
577
|
+
### Minor Changes
|
|
578
|
+
|
|
579
|
+
- a5797b3: Added compass as a supported product on the CLI
|
|
580
|
+
|
|
581
|
+
## 2.0.1-next.0
|
|
582
|
+
|
|
583
|
+
### Patch Changes
|
|
584
|
+
|
|
585
|
+
- f3c58fb: Update manifest definitions
|
|
586
|
+
|
|
587
|
+
## 2.0.0
|
|
588
|
+
|
|
589
|
+
### Major Changes
|
|
590
|
+
|
|
591
|
+
- 3b12caf: Add `app.connect` configuration in the manifest, drop `app.connectKey`
|
|
592
|
+
property.
|
|
593
|
+
|
|
594
|
+
If your app’s manifest has the `app.connectKey` property, please delete it and set the key via `app.connect.key`.
|
|
595
|
+
You will also need to set `app.connect.remote` to equal the key of your `remotes` entry that holds your connect baseUrl.
|
|
4
596
|
|
|
5
597
|
### Minor Changes
|
|
6
598
|
|
|
7
599
|
- ed3cb06: Remove name from the @forge/cli manifest and register/create commands
|
|
8
600
|
- 88ee5f0: Adding External Auth
|
|
601
|
+
- 71ce55a: Adding new granular scopes for confluence and jira
|
|
602
|
+
- b0097a5: Adds Compass scopes to the list of valid scopes in the Forge manifest
|
|
603
|
+
- 89d91a8: Add jira:dashboardGadget module
|
|
9
604
|
|
|
10
605
|
### Patch Changes
|
|
11
606
|
|
|
607
|
+
- 117d2fd: Fix validation logic for schema deprecation warnings
|
|
608
|
+
- 527e29c: Update manifest definitions
|
|
12
609
|
- 5082937: Update manifest definitions
|
|
13
610
|
- 71d16dc: Update manifest definitions
|
|
611
|
+
- ee74076: Update manifest definitions
|
|
612
|
+
- e9bcadd: Update manifest definitions
|
|
14
613
|
- 8acb251: Update manifest definitions
|
|
614
|
+
- 75f66a8: Update manifest definitions
|
|
15
615
|
- be1b2be: Update manifest definitions
|
|
16
616
|
|
|
617
|
+
## 2.0.0-next.10
|
|
618
|
+
|
|
619
|
+
### Patch Changes
|
|
620
|
+
|
|
621
|
+
- e9bcadd: Update manifest definitions
|
|
622
|
+
|
|
623
|
+
## 2.0.0-next.9
|
|
624
|
+
|
|
625
|
+
### Patch Changes
|
|
626
|
+
|
|
627
|
+
- 117d2fd: Fix validation logic for schema deprecation warnings
|
|
628
|
+
|
|
629
|
+
## 2.0.0-next.8
|
|
630
|
+
|
|
631
|
+
### Major Changes
|
|
632
|
+
|
|
633
|
+
- 3b12caf: Add `app.connect` configuration in the manifest, drop `app.connectKey`
|
|
634
|
+
property.
|
|
635
|
+
|
|
636
|
+
If your app’s manifest has the `app.connectKey` property, please delete it and set the key via `app.connect.key`.
|
|
637
|
+
You will also need to set `app.connect.remote` to equal the key of your `remotes` entry that holds your connect baseUrl.
|
|
638
|
+
|
|
639
|
+
## 1.6.0-next.7
|
|
640
|
+
|
|
641
|
+
### Minor Changes
|
|
642
|
+
|
|
643
|
+
- 71ce55a: Adding new granular scopes for confluence and jira
|
|
644
|
+
|
|
645
|
+
## 1.6.0-next.6
|
|
646
|
+
|
|
647
|
+
### Patch Changes
|
|
648
|
+
|
|
649
|
+
- 527e29c: Update manifest definitions
|
|
650
|
+
- ee74076: Update manifest definitions
|
|
651
|
+
|
|
652
|
+
## 1.6.0-next.5
|
|
653
|
+
|
|
654
|
+
### Minor Changes
|
|
655
|
+
|
|
656
|
+
- b0097a5: Adds Compass scopes to the list of valid scopes in the Forge manifest
|
|
657
|
+
|
|
658
|
+
### Patch Changes
|
|
659
|
+
|
|
660
|
+
- 75f66a8: Update manifest definitions
|
|
661
|
+
|
|
662
|
+
## 1.6.0-next.4
|
|
663
|
+
|
|
664
|
+
### Minor Changes
|
|
665
|
+
|
|
666
|
+
- 89d91a8: Add jira:dashboardGadget module
|
|
667
|
+
|
|
668
|
+
### Patch Changes
|
|
669
|
+
|
|
670
|
+
- 8acb251: Update manifest definitions
|
|
671
|
+
|
|
17
672
|
## 1.6.0-next.3
|
|
18
673
|
|
|
19
674
|
### Patch Changes
|
|
@@ -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
|
}
|