@soyio/soyio-widget 2.22.1 → 2.24.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soyio/soyio-widget",
3
- "version": "2.22.1",
3
+ "version": "2.24.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -474,6 +474,9 @@
474
474
  4
475
475
  ],
476
476
  "type": "number"
477
+ },
478
+ "showHeader": {
479
+ "type": "boolean"
477
480
  }
478
481
  },
479
482
  "type": "object"
@@ -385,6 +385,9 @@
385
385
  "actionToken": {
386
386
  "type": "string"
387
387
  },
388
+ "allowGranularScopeSelection": {
389
+ "type": "boolean"
390
+ },
388
391
  "appearance": {
389
392
  "$ref": "#/definitions/SoyioAppearance"
390
393
  },
@@ -483,6 +486,9 @@
483
486
  {
484
487
  "additionalProperties": false,
485
488
  "properties": {
489
+ "allowGranularScopeSelection": {
490
+ "type": "boolean"
491
+ },
486
492
  "appearance": {
487
493
  "$ref": "#/definitions/SoyioAppearance"
488
494
  },
@@ -499,6 +505,9 @@
499
505
  "consentRetentionPeriod": {
500
506
  "type": "string"
501
507
  },
508
+ "content": {
509
+ "$ref": "#/definitions/PrivacyCenterContentConfig"
510
+ },
502
511
  "dataSubjects": {
503
512
  "items": {
504
513
  "$ref": "#/definitions/DataSubject"
@@ -538,6 +547,12 @@
538
547
  },
539
548
  "type": "object"
540
549
  },
550
+ "groupConsentsByScope": {
551
+ "type": "boolean"
552
+ },
553
+ "header": {
554
+ "$ref": "#/definitions/PrivacyCenterHeaderCopyConfig"
555
+ },
541
556
  "isSandbox": {
542
557
  "type": "boolean"
543
558
  },
@@ -572,6 +587,39 @@
572
587
  "requestReference": {
573
588
  "type": "string"
574
589
  },
590
+ "rightExamples": {
591
+ "additionalProperties": false,
592
+ "properties": {
593
+ "access": {
594
+ "type": "string"
595
+ },
596
+ "opposition": {
597
+ "type": "string"
598
+ },
599
+ "portability": {
600
+ "type": "string"
601
+ },
602
+ "rectification": {
603
+ "type": "string"
604
+ },
605
+ "redec_cancellation": {
606
+ "type": "string"
607
+ },
608
+ "redec_complementation": {
609
+ "type": "string"
610
+ },
611
+ "redec_rectification": {
612
+ "type": "string"
613
+ },
614
+ "redec_update": {
615
+ "type": "string"
616
+ },
617
+ "suppression": {
618
+ "type": "string"
619
+ }
620
+ },
621
+ "type": "object"
622
+ },
575
623
  "showBatchConsentConfirmation": {
576
624
  "type": "boolean"
577
625
  }
@@ -585,6 +633,9 @@
585
633
  {
586
634
  "additionalProperties": false,
587
635
  "properties": {
636
+ "allowGranularScopeSelection": {
637
+ "type": "boolean"
638
+ },
588
639
  "appearance": {
589
640
  "$ref": "#/definitions/SoyioAppearance"
590
641
  },
@@ -598,6 +649,9 @@
598
649
  "consentRetentionPeriod": {
599
650
  "type": "string"
600
651
  },
652
+ "content": {
653
+ "$ref": "#/definitions/PrivacyCenterContentConfig"
654
+ },
601
655
  "dataSubjects": {
602
656
  "items": {
603
657
  "$ref": "#/definitions/DataSubject"
@@ -637,6 +691,12 @@
637
691
  },
638
692
  "type": "object"
639
693
  },
694
+ "groupConsentsByScope": {
695
+ "type": "boolean"
696
+ },
697
+ "header": {
698
+ "$ref": "#/definitions/PrivacyCenterHeaderCopyConfig"
699
+ },
640
700
  "isSandbox": {
641
701
  "type": "boolean"
642
702
  },
@@ -671,6 +731,39 @@
671
731
  "requestReference": {
672
732
  "type": "string"
673
733
  },
734
+ "rightExamples": {
735
+ "additionalProperties": false,
736
+ "properties": {
737
+ "access": {
738
+ "type": "string"
739
+ },
740
+ "opposition": {
741
+ "type": "string"
742
+ },
743
+ "portability": {
744
+ "type": "string"
745
+ },
746
+ "rectification": {
747
+ "type": "string"
748
+ },
749
+ "redec_cancellation": {
750
+ "type": "string"
751
+ },
752
+ "redec_complementation": {
753
+ "type": "string"
754
+ },
755
+ "redec_rectification": {
756
+ "type": "string"
757
+ },
758
+ "redec_update": {
759
+ "type": "string"
760
+ },
761
+ "suppression": {
762
+ "type": "string"
763
+ }
764
+ },
765
+ "type": "object"
766
+ },
674
767
  "sessionToken": {
675
768
  "type": "string"
676
769
  },
@@ -686,6 +779,60 @@
686
779
  }
687
780
  ]
688
781
  },
782
+ "PrivacyCenterContentConfig": {
783
+ "additionalProperties": false,
784
+ "properties": {
785
+ "header": {
786
+ "$ref": "#/definitions/PrivacyCenterHeaderCopyConfig"
787
+ },
788
+ "rightExamples": {
789
+ "additionalProperties": false,
790
+ "properties": {
791
+ "access": {
792
+ "type": "string"
793
+ },
794
+ "opposition": {
795
+ "type": "string"
796
+ },
797
+ "portability": {
798
+ "type": "string"
799
+ },
800
+ "rectification": {
801
+ "type": "string"
802
+ },
803
+ "redec_cancellation": {
804
+ "type": "string"
805
+ },
806
+ "redec_complementation": {
807
+ "type": "string"
808
+ },
809
+ "redec_rectification": {
810
+ "type": "string"
811
+ },
812
+ "redec_update": {
813
+ "type": "string"
814
+ },
815
+ "suppression": {
816
+ "type": "string"
817
+ }
818
+ },
819
+ "type": "object"
820
+ }
821
+ },
822
+ "type": "object"
823
+ },
824
+ "PrivacyCenterHeaderCopyConfig": {
825
+ "additionalProperties": false,
826
+ "properties": {
827
+ "description": {
828
+ "type": "string"
829
+ },
830
+ "title": {
831
+ "type": "string"
832
+ }
833
+ },
834
+ "type": "object"
835
+ },
689
836
  "PrivacyCenterRight": {
690
837
  "enum": [
691
838
  "arsop",
@@ -801,6 +948,9 @@
801
948
  4
802
949
  ],
803
950
  "type": "number"
951
+ },
952
+ "showHeader": {
953
+ "type": "boolean"
804
954
  }
805
955
  },
806
956
  "type": "object"