@fairandsmart/consents-ce 3.1.3 → 3.1.4

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.
@@ -78,6 +78,8 @@ export interface ConsentContext {
78
78
  sendInvitation?: boolean;
79
79
  /** used to tell where consent can be managed if needed */
80
80
  managementUrl?: string;
81
+ /** Delay before redirecting the user to the callback URL (in milliseconds). */
82
+ callbackTriggerDelay?: number;
81
83
  }
82
84
  export interface ConsentTransaction {
83
85
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},