@soyio/soyio-widget 2.22.0 → 2.23.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.0",
3
+ "version": "2.23.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -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
  },
@@ -538,6 +544,9 @@
538
544
  },
539
545
  "type": "object"
540
546
  },
547
+ "groupConsentsByScope": {
548
+ "type": "boolean"
549
+ },
541
550
  "isSandbox": {
542
551
  "type": "boolean"
543
552
  },
@@ -585,6 +594,9 @@
585
594
  {
586
595
  "additionalProperties": false,
587
596
  "properties": {
597
+ "allowGranularScopeSelection": {
598
+ "type": "boolean"
599
+ },
588
600
  "appearance": {
589
601
  "$ref": "#/definitions/SoyioAppearance"
590
602
  },
@@ -637,6 +649,9 @@
637
649
  },
638
650
  "type": "object"
639
651
  },
652
+ "groupConsentsByScope": {
653
+ "type": "boolean"
654
+ },
640
655
  "isSandbox": {
641
656
  "type": "boolean"
642
657
  },