@fairandsmart/consents-ce 2.0.0 → 2.0.2

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.
@@ -73,6 +73,8 @@ export interface ConsentContext {
73
73
  theme?: string;
74
74
  /** The reference to the 'email' model for notification (this overrides the layout notification model) */
75
75
  notification?: string;
76
+ /** Whether to send an invitation email upon transaction creation */
77
+ sendInvitation?: boolean;
76
78
  /** The specific contexts parameters for peer transactions */
77
79
  peerContexts?: PeerContext[];
78
80
  }
@@ -154,6 +154,7 @@ export interface PeerElements {
154
154
  export interface PeerContext {
155
155
  peer: string;
156
156
  notification: string;
157
+ theme: string;
157
158
  }
158
159
  export interface FormLayout extends ModelData {
159
160
  type: 'layout';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},