@trii/types 2.10.246 → 2.10.248
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.
|
@@ -49,6 +49,7 @@ export interface IContact {
|
|
|
49
49
|
owner?: string;
|
|
50
50
|
listId?: string | '';
|
|
51
51
|
businessId?: string;
|
|
52
|
+
business?: IBusinessInfo;
|
|
52
53
|
phone: string;
|
|
53
54
|
phones: IContactAddress[];
|
|
54
55
|
email: string;
|
|
@@ -157,7 +158,7 @@ interface IContactTag {
|
|
|
157
158
|
export interface ISubscription {
|
|
158
159
|
id: number;
|
|
159
160
|
name: string;
|
|
160
|
-
|
|
161
|
+
description: string;
|
|
161
162
|
}
|
|
162
163
|
export interface IIntegrationButton {
|
|
163
164
|
id: number;
|