@fairandsmart/consents-ce 1.3.7 → 1.3.10

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.
@@ -41,6 +41,8 @@ export interface ConsentContext {
41
41
  validity?: string;
42
42
  /** Specifies whether the consent can be updated afterwards. */
43
43
  updatable?: boolean;
44
+ /** Silent Consent collect disable fetching existing values for the declared subject */
45
+ silent?: boolean;
44
46
  /** Any relevant informations about the user that will be persisted in the receipt */
45
47
  userinfos?: {
46
48
  [key: string]: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "1.3.7",
3
+ "version": "1.3.10",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},