@fairandsmart/consents-ce 2.0.20 → 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.
@@ -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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},