@tolinax/ayoune-interfaces 2024.33.0 → 2024.34.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.
|
@@ -391,6 +391,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
|
|
|
391
391
|
last_payment?: Date;
|
|
392
392
|
last_payment_id?: ObjectId;
|
|
393
393
|
last_payment_value?: number;
|
|
394
|
+
message?: string;
|
|
394
395
|
last_message?: Date;
|
|
395
396
|
last_message_id?: ObjectId;
|
|
396
397
|
last_message_type?: string;
|
|
@@ -462,7 +463,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
|
|
|
462
463
|
yearlyRevenue?: string;
|
|
463
464
|
sicCode?: string;
|
|
464
465
|
industry?: string;
|
|
465
|
-
specialities?: string;
|
|
466
|
+
specialities?: string[];
|
|
466
467
|
bio?: string;
|
|
467
468
|
mitarbeiter?: number;
|
|
468
469
|
founded?: number;
|