@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.
package/consents/interfaces.d.ts
CHANGED
|
@@ -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
|
}
|
|
Binary file
|
package/models/interfaces.d.ts
CHANGED