@tolinax/ayoune-interfaces 2024.30.0 → 2024.31.0
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.
|
@@ -587,6 +587,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
|
|
|
587
587
|
newsletter?: boolean;
|
|
588
588
|
optout_date?: Date;
|
|
589
589
|
optout_reason?: string;
|
|
590
|
+
optout_comment?: string;
|
|
590
591
|
phoneoptin?: boolean;
|
|
591
592
|
postoptin?: boolean;
|
|
592
593
|
approvedDataMerge?: boolean;
|