@fairandsmart/consents-ce 1.3.13 → 1.3.14

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