@fairandsmart/consents-ce 1.3.7 → 1.3.8

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.
@@ -63,6 +63,8 @@ export interface ConsentContext {
63
63
  confirmationConfig?: {
64
64
  [key: string]: string;
65
65
  };
66
+ /** Specifies whether the consent form should be captured in the receipt. */
67
+ attachFormReceipt?: boolean;
66
68
  }
67
69
  /** Used to generate a Receipt from a transaction id */
68
70
  export interface ConsentTransaction {
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.8",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},