@fairandsmart/consents-ce 2.0.19 → 2.0.21
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/models/interfaces.d.ts +2 -0
- package/package.json +1 -1
package/models/interfaces.d.ts
CHANGED
|
@@ -168,6 +168,7 @@ export interface Email extends ModelData {
|
|
|
168
168
|
buttonLabel: string;
|
|
169
169
|
footer: string;
|
|
170
170
|
signature: string;
|
|
171
|
+
senderName?: string;
|
|
171
172
|
}
|
|
172
173
|
export interface Notice extends ModelData {
|
|
173
174
|
type: 'notice';
|
|
@@ -191,6 +192,7 @@ export interface FormLayout extends ModelData {
|
|
|
191
192
|
acceptAllVisible?: boolean;
|
|
192
193
|
cancelVisible?: boolean;
|
|
193
194
|
footerOnTop?: boolean;
|
|
195
|
+
iFrameResizerVersion?: string;
|
|
194
196
|
}
|
|
195
197
|
export interface FormLayoutBloc {
|
|
196
198
|
parent: FormLayoutElement;
|