@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
- details: string;
161
+ description: string;
161
162
  }
162
163
  export interface IIntegrationButton {
163
164
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.246",
3
+ "version": "2.10.248",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",