@forge/manifest 4.4.0-next.3 → 4.4.1-next.0

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.4.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 138bb0a: Add scope mappings for Confluence comment and attachment events
8
+
9
+ ## 4.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - dfc74ba: [HYP-15] Add new validation rules for jira:adminPage module for new optional properties useAsGetStarted and useAsConfig, update existing validation rule to allow jira:adminPage module have multiple entries
14
+
15
+ ### Patch Changes
16
+
17
+ - f93ae31: Added automation:i18n module
18
+ - 05b306b: Update manifest definitions
19
+ - d6ec15d: Update manifest definitions
20
+
3
21
  ## 4.4.0-next.3
4
22
 
5
23
  ### Patch Changes
@@ -493,6 +493,166 @@
493
493
  ]
494
494
  }
495
495
  },
496
+ {
497
+ "productEvent": "avi:confluence:updated:comment",
498
+ "oAuthScopes": {
499
+ "beta": [
500
+ "read:comment:confluence",
501
+ "read:page:confluence",
502
+ "read:blogpost:confluence",
503
+ "read:space:confluence",
504
+ "read:user:confluence",
505
+ "read:content.metadata:confluence"
506
+ ],
507
+ "current": [
508
+ "read:confluence-content.summary"
509
+ ]
510
+ }
511
+ },
512
+ {
513
+ "productEvent": "avi:confluence:removed:comment",
514
+ "oAuthScopes": {
515
+ "beta": [
516
+ "read:comment:confluence",
517
+ "read:page:confluence",
518
+ "read:blogpost:confluence",
519
+ "read:space:confluence",
520
+ "read:user:confluence",
521
+ "read:content.metadata:confluence"
522
+ ],
523
+ "current": [
524
+ "read:confluence-content.summary"
525
+ ]
526
+ }
527
+ },
528
+ {
529
+ "productEvent": "avi:confluence:archived:attachment",
530
+ "oAuthScopes": {
531
+ "beta": [
532
+ "read:attachment:confluence",
533
+ "read:page:confluence",
534
+ "read:blogpost:confluence",
535
+ "read:space:confluence",
536
+ "read:user:confluence",
537
+ "read:content.metadata:confluence"
538
+ ],
539
+ "current": [
540
+ "read:confluence-content.summary"
541
+ ]
542
+ }
543
+ },
544
+ {
545
+ "productEvent": "avi:confluence:created:attachment",
546
+ "oAuthScopes": {
547
+ "beta": [
548
+ "read:attachment:confluence",
549
+ "read:page:confluence",
550
+ "read:blogpost:confluence",
551
+ "read:space:confluence",
552
+ "read:user:confluence",
553
+ "read:content.metadata:confluence"
554
+ ],
555
+ "current": [
556
+ "read:confluence-content.summary"
557
+ ]
558
+ }
559
+ },
560
+ {
561
+ "productEvent": "avi:confluence:removed:attachment",
562
+ "oAuthScopes": {
563
+ "beta": [
564
+ "read:attachment:confluence",
565
+ "read:page:confluence",
566
+ "read:blogpost:confluence",
567
+ "read:space:confluence",
568
+ "read:user:confluence",
569
+ "read:content.metadata:confluence"
570
+ ],
571
+ "current": [
572
+ "read:confluence-content.summary"
573
+ ]
574
+ }
575
+ },
576
+ {
577
+ "productEvent": "avi:confluence:restored:attachment",
578
+ "oAuthScopes": {
579
+ "beta": [
580
+ "read:attachment:confluence",
581
+ "read:page:confluence",
582
+ "read:blogpost:confluence",
583
+ "read:space:confluence",
584
+ "read:user:confluence",
585
+ "read:content.metadata:confluence"
586
+ ],
587
+ "current": [
588
+ "read:confluence-content.summary"
589
+ ]
590
+ }
591
+ },
592
+ {
593
+ "productEvent": "avi:confluence:trashed:attachment",
594
+ "oAuthScopes": {
595
+ "beta": [
596
+ "read:attachment:confluence",
597
+ "read:page:confluence",
598
+ "read:blogpost:confluence",
599
+ "read:space:confluence",
600
+ "read:user:confluence",
601
+ "read:content.metadata:confluence"
602
+ ],
603
+ "current": [
604
+ "read:confluence-content.summary"
605
+ ]
606
+ }
607
+ },
608
+ {
609
+ "productEvent": "avi:confluence:unarchived:attachment",
610
+ "oAuthScopes": {
611
+ "beta": [
612
+ "read:attachment:confluence",
613
+ "read:page:confluence",
614
+ "read:blogpost:confluence",
615
+ "read:space:confluence",
616
+ "read:user:confluence",
617
+ "read:content.metadata:confluence"
618
+ ],
619
+ "current": [
620
+ "read:confluence-content.summary"
621
+ ]
622
+ }
623
+ },
624
+ {
625
+ "productEvent": "avi:confluence:updated:attachment",
626
+ "oAuthScopes": {
627
+ "beta": [
628
+ "read:attachment:confluence",
629
+ "read:page:confluence",
630
+ "read:blogpost:confluence",
631
+ "read:space:confluence",
632
+ "read:user:confluence",
633
+ "read:content.metadata:confluence"
634
+ ],
635
+ "current": [
636
+ "read:confluence-content.summary"
637
+ ]
638
+ }
639
+ },
640
+ {
641
+ "productEvent": "avi:confluence:viewed:attachment",
642
+ "oAuthScopes": {
643
+ "beta": [
644
+ "read:attachment:confluence",
645
+ "read:page:confluence",
646
+ "read:blogpost:confluence",
647
+ "read:space:confluence",
648
+ "read:user:confluence",
649
+ "read:content.metadata:confluence"
650
+ ],
651
+ "current": [
652
+ "read:confluence-content.summary"
653
+ ]
654
+ }
655
+ },
496
656
  {
497
657
  "productEvent": "avi:confluence:viewed:blogpost",
498
658
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.4.0-next.3",
3
+ "version": "4.4.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {