@tolinax/ayoune-interfaces 2024.56.0 → 2024.57.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.
|
@@ -274,11 +274,16 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
|
|
|
274
274
|
title?: string;
|
|
275
275
|
salutation_typ?: string;
|
|
276
276
|
salutation?: string;
|
|
277
|
+
name_prefix?: string;
|
|
277
278
|
first_name?: string;
|
|
279
|
+
middle_name?: string;
|
|
278
280
|
last_name?: string;
|
|
281
|
+
nickname?: string;
|
|
282
|
+
name_suffix?: string;
|
|
279
283
|
name?: string;
|
|
280
284
|
sr?: string;
|
|
281
285
|
email?: string;
|
|
286
|
+
private_email?: string;
|
|
282
287
|
emails?: string;
|
|
283
288
|
street?: string;
|
|
284
289
|
housenumber?: string;
|
|
@@ -300,6 +305,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
|
|
|
300
305
|
last_address_validation?: Date;
|
|
301
306
|
address_validation_error_detail?: Object;
|
|
302
307
|
dob?: Date;
|
|
308
|
+
anniversary?: Date;
|
|
303
309
|
phone?: string;
|
|
304
310
|
phone_valid?: boolean;
|
|
305
311
|
phone_number?: string;
|