@forge/manifest 0.0.0-experimental-9fff5da → 0.0.0-experimental-7c72fec

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +535 -1
  2. package/out/builder/processor-builder.d.ts.map +1 -1
  3. package/out/builder/processor-builder.js +3 -0
  4. package/out/index.d.ts +1 -1
  5. package/out/index.d.ts.map +1 -1
  6. package/out/mapping/product-event-to-scope-mapping.json +90 -0
  7. package/out/processor/deprecated-csp-method-validation-processor.d.ts +6 -0
  8. package/out/processor/deprecated-csp-method-validation-processor.d.ts.map +1 -0
  9. package/out/processor/deprecated-csp-method-validation-processor.js +18 -0
  10. package/out/processor/full-validation-processor.d.ts.map +1 -1
  11. package/out/processor/full-validation-processor.js +3 -0
  12. package/out/schema/basic-manifest-schema.json +9 -0
  13. package/out/schema/basic-manifest.d.ts +4 -0
  14. package/out/schema/display-conditions-schema.json +42 -0
  15. package/out/schema/manifest-schema.json +1876 -644
  16. package/out/schema/manifest.d.ts +1510 -872
  17. package/out/scopes/deprecated-shipyard-scopes.json +24 -0
  18. package/out/scopes/shipyard-scopes.json +314 -170
  19. package/out/text/errors.d.ts +3 -0
  20. package/out/text/errors.d.ts.map +1 -1
  21. package/out/text/errors.js +7 -4
  22. package/out/types/display-condition-types.d.ts +8 -0
  23. package/out/types/display-condition-types.d.ts.map +1 -1
  24. package/out/types/module-types.d.ts +12 -0
  25. package/out/types/module-types.d.ts.map +1 -1
  26. package/out/types/module-types.js +12 -0
  27. package/out/types/validation-types.d.ts +2 -1
  28. package/out/types/validation-types.d.ts.map +1 -1
  29. package/out/types/validation-types.js +1 -0
  30. package/out/validators/connect-authentication-validator.d.ts +7 -0
  31. package/out/validators/connect-authentication-validator.d.ts.map +1 -0
  32. package/out/validators/connect-authentication-validator.js +27 -0
  33. package/out/validators/deprecated-permissions-validator.d.ts +7 -0
  34. package/out/validators/deprecated-permissions-validator.d.ts.map +1 -0
  35. package/out/validators/deprecated-permissions-validator.js +31 -0
  36. package/out/validators/index.d.ts +1 -0
  37. package/out/validators/index.d.ts.map +1 -1
  38. package/out/validators/index.js +1 -0
  39. package/out/validators/modules-validator.d.ts.map +1 -1
  40. package/out/validators/modules-validator.js +7 -2
  41. package/out/validators/permissions-validator.d.ts.map +1 -1
  42. package/out/validators/permissions-validator.js +14 -8
  43. package/out/validators/resources-validator.d.ts.map +1 -1
  44. package/out/validators/resources-validator.js +26 -2
  45. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,547 @@
1
1
  # @forge/manifest
2
2
 
3
- ## 0.0.0-experimental-9fff5da
3
+ ## 0.0.0-experimental-7c72fec
4
+
5
+ ### Major Changes
6
+
7
+ - c145946: 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
+
16
+ ### Minor Changes
17
+
18
+ - 7c72fec: Add jiraServiceManagement:portalUserMenuAction module
19
+ - 813f8f3: Add remotes to external auth config
20
+
21
+ ### Patch Changes
22
+
23
+ - 8ee1c58: Update manifest definitions
24
+ - 5152239: Update manifest definitions
25
+
26
+ ## 3.1.0-next.0
27
+
28
+ ### Minor Changes
29
+
30
+ - 813f8f3: Add remotes to external auth config
31
+
32
+ ### Patch Changes
33
+
34
+ - 5152239: Update manifest definitions
35
+
36
+ ## 3.0.0
37
+
38
+ ### Major Changes
39
+
40
+ - 4cfa56d: make bearerMethod mandatory in external auth config
41
+
42
+ ### Minor Changes
43
+
44
+ - bd6e025: Add confluence:globalPage module
45
+ - 1c196ff: Add support for external fetch client to reference remote
46
+ - 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".
47
+ - 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
48
+ - 0a39c43: Updating forge-manifest to include new Compass Metric scopes
49
+
50
+ ### Patch Changes
51
+
52
+ - 271b98a: add new, granular scopes for custom field related product events
53
+ - 22a488e: Add avi:jira:updated:field:context:configuration product event for scope mapping
54
+ - 689c09b: Update manifest definitions
55
+ - b97660c: Update manifest definitions
56
+ - 7c0d2ee: Update manifest definitions
57
+ - 1dba082: Update manifest definitions
58
+ - d3afe01: Update manifest definitions
59
+ - dfe9dd8: Update manifest definitions
60
+ - 91ea057: Update manifest definitions
61
+ - 3010f0e: Update manifest definitions
62
+ - 2b7c32b: Update manifest definitions
63
+ - e7ee3a7: Update manifest definitions
64
+ - 92d081d: Update manifest definitions
65
+ - d3c8c8d: Update manifest definitions
66
+ - fca240d: Update manifest definitions
67
+ - 36c7c8f: Update manifest definitions
68
+ - d2f6992: Update manifest definitions
69
+ - d18c9f1: Update manifest definitions
70
+ - 1dba082: Update manifest definitions
71
+ - fa963b1: Update manifest definitions
72
+ - 0a7725f: Update manifest definitions
73
+ - 1dba082: Update manifest definitions
74
+ - e4a14c7: Update manifest definitions
75
+ - 2bb89c5: Update manifest definitions
76
+ - 5875eb3: Update manifest definitions
77
+
78
+ ## 3.0.0-next.21
79
+
80
+ ### Major Changes
81
+
82
+ - 4cfa56d: make bearerMethod mandatory in external auth config
83
+
84
+ ### Patch Changes
85
+
86
+ - fca240d: Update manifest definitions
87
+
88
+ ## 2.6.0-next.20
89
+
90
+ ### Minor Changes
91
+
92
+ - 2bca1c0: Show a warning message during forge lint if manifest has deprecated permission scope
93
+
94
+ ### Patch Changes
95
+
96
+ - 271b98a: add new, granular scopes for custom field related product events
97
+
98
+ ## 2.6.0-next.19
99
+
100
+ ### Patch Changes
101
+
102
+ - d18c9f1: Update manifest definitions
103
+ - 5875eb3: Update manifest definitions
104
+
105
+ ## 2.6.0-next.18
106
+
107
+ ### Minor Changes
108
+
109
+ - 1c196ff: Add support for external fetch client to reference remote
110
+
111
+ ### Patch Changes
112
+
113
+ - e7ee3a7: Update manifest definitions
114
+
115
+ ## 2.6.0-next.17
116
+
117
+ ### Patch Changes
118
+
119
+ - fa963b1: Update manifest definitions
120
+
121
+ ## 2.6.0-next.16
122
+
123
+ ### Minor Changes
124
+
125
+ - 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".
126
+
127
+ ## 2.6.0-next.15
128
+
129
+ ### Patch Changes
130
+
131
+ - e4a14c7: Update manifest definitions
132
+
133
+ ## 2.6.0-next.14
134
+
135
+ ### Patch Changes
136
+
137
+ - 2b7c32b: Update manifest definitions
138
+
139
+ ## 2.6.0-next.13
140
+
141
+ ### Patch Changes
142
+
143
+ - a0a2c5b: Reverting new granular scopes for custom field related product events as the release date of granular scope is delayed by 2 weeks
144
+ - 689c09b: Update manifest definitions
145
+ - 92d081d: Update manifest definitions
146
+ - 36c7c8f: Update manifest definitions
147
+
148
+ ## 2.6.0-next.12
149
+
150
+ ### Patch Changes
151
+
152
+ - 62089be: Reverting warning message for deprecated non granular scopes as the release date of granular scope is delayed by 2 weeks
153
+
154
+ ## 2.6.0-next.11
4
155
 
5
156
  ### Patch Changes
6
157
 
158
+ - dfe9dd8: Update manifest definitions
159
+ - d3c8c8d: Update manifest definitions
160
+ - 0a7725f: Update manifest definitions
161
+ - 2bb89c5: Update manifest definitions
162
+
163
+ ## 2.6.0-next.10
164
+
165
+ ### Minor Changes
166
+
167
+ - bd6e025: Add confluence:globalPage module
168
+
169
+ ### Patch Changes
170
+
171
+ - d2f6992: Update manifest definitions
172
+
173
+ ## 2.6.0-next.9
174
+
175
+ ### Patch Changes
176
+
177
+ - 22a488ec: Add avi:jira:updated:field:context:configuration product event for scope mapping
178
+
179
+ ## 2.6.0-next.8
180
+
181
+ ### Patch Changes
182
+
183
+ - c0e5696: add new, granular scopes for custom field related product events
184
+ - 7c0d2ee: Update manifest definitions
185
+
186
+ ## 2.6.0-next.7
187
+
188
+ ### Patch Changes
189
+
190
+ - d3afe01: Update manifest definitions
191
+
192
+ ## 2.6.0-next.6
193
+
194
+ ### Minor Changes
195
+
196
+ - cdd8645: Show a warning message during forge lint if manifest has deprecated permission scope
197
+
198
+ ### Patch Changes
199
+
200
+ - b97660c: Update manifest definitions
201
+
202
+ ## 2.6.0-next.5
203
+
204
+ ### Minor Changes
205
+
206
+ - 0a39c43: Updating forge-manifest to include new Compass Metric scopes
207
+
208
+ ## 2.5.1-next.4
209
+
210
+ ### Patch Changes
211
+
212
+ - 91ea057: Update manifest definitions
213
+
214
+ ## 2.5.1-next.3
215
+
216
+ ### Patch Changes
217
+
218
+ - 3010f0e: Update manifest definitions
219
+
220
+ ## 2.5.1-next.2
221
+
222
+ ### Patch Changes
223
+
224
+ - a017696: Update manifest definitions
225
+
226
+ ## 2.5.1-next.1
227
+
228
+ ### Patch Changes
229
+
230
+ - af1473c: Update manifest definitions
231
+
232
+ ## 2.5.1-next.0
233
+
234
+ ### Patch Changes
235
+
236
+ - 06209fc: Update manifest definitions
237
+
238
+ ## 2.5.0
239
+
240
+ ### Minor Changes
241
+
242
+ - 70e9c8c: Add Jira global full page and Jira projects settings full page extensions
243
+
244
+ ### Patch Changes
245
+
246
+ - 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
247
+ - fde4ba7: Adds Compass component link product event -> OAuth scope mapping
248
+ - 601527b: Add scope mappings for Confluence space events
249
+ - 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
250
+ - a5656f6: Update manifest definitions
251
+ - cc8799c: Update manifest definitions
252
+ - f5eb8e0: Update manifest definitions
253
+ - f013199: Update manifest definitions
254
+ - 78d682f: Update manifest definitions
255
+ - 70e9c8c: Update manifest definitions
256
+ - dec8066: Update manifest definitions
257
+ - 0e82242: Update manifest definitions
258
+
259
+ ## 2.5.0-next.10
260
+
261
+ ### Patch Changes
262
+
263
+ - fde4ba7: Adds Compass component link product event -> OAuth scope mapping
264
+
265
+ ## 2.5.0-next.9
266
+
267
+ ### Patch Changes
268
+
269
+ - 601527b: Add scope mappings for Confluence space events
270
+
271
+ ## 2.5.0-next.8
272
+
273
+ ### Patch Changes
274
+
275
+ - a5656f6: Update manifest definitions
276
+ - 78d682f: Update manifest definitions
277
+
278
+ ## 2.5.0-next.7
279
+
280
+ ### Patch Changes
281
+
282
+ - cc8799c: Update manifest definitions
283
+
284
+ ## 2.5.0-next.6
285
+
286
+ ### Patch Changes
287
+
288
+ - 0e82242: Update manifest definitions
289
+
290
+ ## 2.5.0-next.5
291
+
292
+ ### Patch Changes
293
+
294
+ - f5eb8e0: Update manifest definitions
295
+
296
+ ## 2.5.0-next.4
297
+
298
+ ### Patch Changes
299
+
300
+ - 4de9850: Added new product events to scope mapping for custom field: deleted/updated/trashed/restored
301
+
302
+ ## 2.5.0-next.3
303
+
304
+ ### Patch Changes
305
+
306
+ - dec8066: Update manifest definitions
307
+
308
+ ## 2.5.0-next.2
309
+
310
+ ### Patch Changes
311
+
312
+ - 755e35e: Added new product events to scope mapping for custom field context: added/updated/deleted
313
+ - f013199: Update manifest definitions
314
+
315
+ ## 2.5.0-next.1
316
+
317
+ ### Minor Changes
318
+
319
+ - 66f60f9: Add Jira global full page and Jira projects settings full page extensions
320
+
321
+ ## 2.4.1-next.0
322
+
323
+ ### Patch Changes
324
+
325
+ - bc0c83b: Update manifest definitions
326
+
327
+ ## 2.4.0
328
+
329
+ ### Minor Changes
330
+
331
+ - fbcb4a3: Add linter detection & auto-fix of deprecated CSP
332
+ - e28cc2c: Added globalPage to compass module types
333
+
334
+ ### Patch Changes
335
+
336
+ - 0bc8683: Added new product event to scope mapping
337
+ - f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
338
+ - b415d76: Fix manifest validation to detect duplicated module keys
339
+ - b91d511: Update manifest definitions
340
+ - daa138b: Update manifest definitions
341
+ - 33cbdba: Update manifest definitions
342
+ - ee3919d: Update manifest definitions
343
+ - ba6d463: Update manifest definitions
344
+ - 1d7f9f1: Update manifest definitions
345
+ - 82167f3: Update manifest definitions
346
+ - 873f913: Update manifest definitions
347
+ - a9bdd4f: Update manifest definitions
348
+ - 2ea75dd: Update manifest definitions
349
+ - Updated dependencies [4608ccd]
350
+ - @forge/util@1.0.1
351
+
352
+ ## 2.4.0-next.9
353
+
354
+ ### Patch Changes
355
+
356
+ - ba6d463: Update manifest definitions
357
+
358
+ ## 2.4.0-next.8
359
+
360
+ ### Minor Changes
361
+
362
+ - e28cc2c: Added globalPage to compass module types
363
+
364
+ ### Patch Changes
365
+
366
+ - ee3919d: Update manifest definitions
367
+
368
+ ## 2.4.0-next.7
369
+
370
+ ### Patch Changes
371
+
372
+ - daa138b: Update manifest definitions
373
+ - 2ea75dd: Update manifest definitions
374
+
375
+ ## 2.4.0-next.6
376
+
377
+ ### Patch Changes
378
+
379
+ - f08a9cb: Updated bearerMethod to use 'OneOf' instead of a type array
380
+ - 873f913: Update manifest definitions
381
+
382
+ ## 2.4.0-next.5
383
+
384
+ ### Minor Changes
385
+
386
+ - fbcb4a3: Add linter detection & auto-fix of deprecated CSP
387
+
388
+ ### Patch Changes
389
+
390
+ - a9bdd4f: Update manifest definitions
391
+
392
+ ## 2.3.1-next.4
393
+
394
+ ### Patch Changes
395
+
396
+ - 0bc8683: Added new product event to scope mapping
397
+
398
+ ## 2.3.1-next.3
399
+
400
+ ### Patch Changes
401
+
402
+ - 1d7f9f1: Update manifest definitions
403
+
404
+ ## 2.3.1-next.2
405
+
406
+ ### Patch Changes
407
+
408
+ - b415d76: Fix manifest validation to detect duplicated module keys
409
+ - 33cbdba: Update manifest definitions
410
+
411
+ ## 2.3.1-next.1
412
+
413
+ ### Patch Changes
414
+
415
+ - b91d511: Update manifest definitions
416
+ - Updated dependencies [4608ccd]
417
+ - @forge/util@1.0.1-next.0
418
+
419
+ ## 2.3.1-next.0
420
+
421
+ ### Patch Changes
422
+
423
+ - 82167f3: Update manifest definitions
424
+
425
+ ## 2.3.0
426
+
427
+ ### Minor Changes
428
+
429
+ - f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names
430
+
431
+ ### Patch Changes
432
+
433
+ - bd2be7f: Update manifest definitions
434
+ - 46240f3: Update manifest definitions
435
+ - 18c799a: Update manifest definitions
436
+ - 5ed2e3a: Update manifest definitions
437
+ - 7cfcd6c: Update manifest definitions
438
+ - f0d3871: Update manifest definitions
439
+ - 9b09fef: Update manifest definitions
440
+
441
+ ## 2.3.0-next.3
442
+
443
+ ### Patch Changes
444
+
445
+ - 46240f3: Update manifest definitions
446
+ - 5ed2e3a: Update manifest definitions
447
+
448
+ ## 2.3.0-next.2
449
+
450
+ ### Minor Changes
451
+
452
+ - f3c0748: Updated bearereMethod to allow for custom Objects. Updated Exchange action to allow for custom header names
453
+
454
+ ### Patch Changes
455
+
456
+ - 18c799a: Update manifest definitions
457
+ - 7cfcd6c: Update manifest definitions
458
+ - 9b09fef: Update manifest definitions
459
+
460
+ ## 2.2.2-next.1
461
+
462
+ ### Patch Changes
463
+
464
+ - f0d3871: Update manifest definitions
465
+
466
+ ## 2.2.2-next.0
467
+
468
+ ### Patch Changes
469
+
470
+ - bd2be7f: Update manifest definitions
471
+
472
+ ## 2.2.1
473
+
474
+ ### Patch Changes
475
+
476
+ - dcc7fc6: Update documentation links
7
477
  - 371b667: Update manifest definitions
478
+ - b73cfdc: Update manifest definitions
8
479
  - 8f2701f: Update manifest definitions
480
+ - a98d79c: Update manifest definitions
9
481
  - 371335d: Update manifest definitions
482
+ - ea2dcfd: Update manifest definitions
483
+ - 915bb3a: Update manifest definitions
484
+ - 84e7667: Update manifest definitions
485
+ - 6bd8af9: Update manifest definitions
486
+ - 7117c4e: Update manifest definitions
487
+ - 663b047: Update manifest definitions
488
+ - 3a3a508: Update manifest definitions
489
+ - 48762a0: Update manifest definitions
490
+ - 4880e78: Update manifest definitions
491
+ - 772eb08: Update manifest definitions
10
492
  - 2809af6: Update manifest definitions
493
+ - b23fd66: Update manifest definitions
494
+
495
+ ## 2.2.1-next.7
496
+
497
+ ### Patch Changes
498
+
499
+ - b23fd66: Update manifest definitions
500
+
501
+ ## 2.2.1-next.6
502
+
503
+ ### Patch Changes
504
+
505
+ - dcc7fc6: Update documentation links
506
+ - 48762a0: Update manifest definitions
507
+
508
+ ## 2.2.1-next.5
509
+
510
+ ### Patch Changes
511
+
512
+ - 772eb08: Update manifest definitions
513
+
514
+ ## 2.2.1-next.4
515
+
516
+ ### Patch Changes
517
+
518
+ - a98d79c: Update manifest definitions
519
+ - ea2dcfd: Update manifest definitions
520
+ - 915bb3a: Update manifest definitions
521
+ - 3a3a508: Update manifest definitions
522
+
523
+ ## 2.2.1-next.3
524
+
525
+ ### Patch Changes
526
+
527
+ - 84e7667: Update manifest definitions
528
+
529
+ ## 2.2.1-next.2
530
+
531
+ ### Patch Changes
532
+
533
+ - 7117c4e: Update manifest definitions
534
+ - 663b047: Update manifest definitions
535
+
536
+ ## 2.2.1-next.1
537
+
538
+ ### Patch Changes
539
+
540
+ - 371b667: Update manifest definitions
541
+ - b73cfdc: Update manifest definitions
542
+ - 8f2701f: Update manifest definitions
543
+ - 371335d: Update manifest definitions
544
+ - 4880e78: Update manifest definitions
11
545
 
12
546
  ## 2.2.1-next.0
13
547
 
@@ -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;AAEvD,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;CAYlE"}
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
@@ -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;AAElG,eAAO,MAAM,QAAQ,+BAET,MAAM,GAAG,SAAS,KAC3B,wBAAwB,CAAC,cAAc,GAAG,mBAAmB,CAK/D,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"}
@@ -42,6 +42,60 @@
42
42
  "read:jira-work"
43
43
  ]
44
44
  },
45
+ {
46
+ "productEvent": "avi:jira:created:field",
47
+ "oAuthScopes": [
48
+ "read:field:jira"
49
+ ]
50
+ },
51
+ {
52
+ "productEvent": "avi:jira:updated:field",
53
+ "oAuthScopes": [
54
+ "read:field:jira"
55
+ ]
56
+ },
57
+ {
58
+ "productEvent": "avi:jira:trashed:field",
59
+ "oAuthScopes": [
60
+ "read:field:jira"
61
+ ]
62
+ },
63
+ {
64
+ "productEvent": "avi:jira:deleted:field",
65
+ "oAuthScopes": [
66
+ "read:field:jira"
67
+ ]
68
+ },
69
+ {
70
+ "productEvent": "avi:jira:restored:field",
71
+ "oAuthScopes": [
72
+ "read:field:jira"
73
+ ]
74
+ },
75
+ {
76
+ "productEvent": "avi:jira:created:field:context",
77
+ "oAuthScopes": [
78
+ "read:field:jira"
79
+ ]
80
+ },
81
+ {
82
+ "productEvent": "avi:jira:updated:field:context",
83
+ "oAuthScopes": [
84
+ "read:field:jira"
85
+ ]
86
+ },
87
+ {
88
+ "productEvent": "avi:jira:deleted:field:context",
89
+ "oAuthScopes": [
90
+ "read:field:jira"
91
+ ]
92
+ },
93
+ {
94
+ "productEvent": "avi:jira:updated:field:context:configuration",
95
+ "oAuthScopes": [
96
+ "read:custom-field-contextual-configuration:jira"
97
+ ]
98
+ },
45
99
  {
46
100
  "productEvent": "avi:confluence:updated:blogpost",
47
101
  "oAuthScopes": [
@@ -119,6 +173,42 @@
119
173
  "oAuthScopes": [
120
174
  "read:confluence-content.all"
121
175
  ]
176
+ },
177
+ {
178
+ "productEvent": "avi:confluence:created:space:V2",
179
+ "oAuthScopes": [
180
+ "read:confluence-space.summary"
181
+ ]
182
+ },
183
+ {
184
+ "productEvent": "avi:confluence:updated:space:V2",
185
+ "oAuthScopes": [
186
+ "read:confluence-space.summary"
187
+ ]
188
+ },
189
+ {
190
+ "productEvent": "avi:confluence:deleted:space:V2",
191
+ "oAuthScopes": [
192
+ "read:confluence-space.summary"
193
+ ]
194
+ },
195
+ {
196
+ "productEvent": "avi:compass:created:component_link",
197
+ "oAuthScopes": [
198
+ "read:component:compass"
199
+ ]
200
+ },
201
+ {
202
+ "productEvent": "avi:compass:updated:component_link",
203
+ "oAuthScopes": [
204
+ "read:component:compass"
205
+ ]
206
+ },
207
+ {
208
+ "productEvent": "avi:compass:deleted:component_link",
209
+ "oAuthScopes": [
210
+ "read:component:compass"
211
+ ]
122
212
  }
123
213
  ]
124
214
  }
@@ -0,0 +1,6 @@
1
+ import { AbstractValidationProcessor } from './abstract-validation-processor';
2
+ import { ManifestSchema } from '../schema/manifest';
3
+ export declare class DeprecatedCspMethodValidationProcessor extends AbstractValidationProcessor<ManifestSchema> {
4
+ constructor();
5
+ }
6
+ //# sourceMappingURL=deprecated-csp-method-validation-processor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deprecated-csp-method-validation-processor.d.ts","sourceRoot":"","sources":["../../src/processor/deprecated-csp-method-validation-processor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGpD,qBAAa,sCAAuC,SAAQ,2BAA2B,CAAC,cAAc,CAAC;;CAStG"}