@fairandsmart/consents-ce 2.0.13 → 2.0.14

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.
@@ -127,6 +127,12 @@ export interface Preference extends ModelData {
127
127
  defaultValues: string[];
128
128
  optional: boolean;
129
129
  }
130
+ export interface Objection extends ModelData {
131
+ type: 'objection';
132
+ title: string;
133
+ description: string;
134
+ objectByDefault: boolean;
135
+ }
130
136
  export interface Conditions extends ModelData {
131
137
  type: 'conditions';
132
138
  title: string;
@@ -200,7 +206,7 @@ export declare enum ConsentOrigin {
200
206
  USER = "USER"
201
207
  }
202
208
  export declare const CONSENT_ORIGIN: ConsentOrigin[];
203
- export declare type ModelDataType = 'information' | 'processing' | 'conditions' | 'theme' | 'email' | 'preference' | 'layout' | 'notice';
209
+ export declare type ModelDataType = 'information' | 'processing' | 'conditions' | 'theme' | 'email' | 'preference' | 'layout' | 'notice' | 'objection';
204
210
  export declare enum PreviewType {
205
211
  FORM = "FORM",
206
212
  RECEIPT = "RECEIPT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},
Binary file