@trii/types 2.10.584 → 2.10.586

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.
@@ -11,6 +11,7 @@ export interface ICallLog {
11
11
  origin: string;
12
12
  channelInfo: Channels.IChannel;
13
13
  recId: string;
14
+ recUrl: string;
14
15
  type: CallType;
15
16
  direction: CallDirection;
16
17
  status: CallStatus;
@@ -163,7 +163,7 @@ export interface IContactTelInfo {
163
163
  state: string;
164
164
  stateName: string;
165
165
  }
166
- interface IContactTag {
166
+ export interface IContactTag {
167
167
  id: string;
168
168
  name: string;
169
169
  }
@@ -235,4 +235,3 @@ export interface IContactChangeLog {
235
235
  importTag?: string;
236
236
  }
237
237
  export type ContactLogAction = 'created' | 'updated' | 'merged' | 'deleted' | 'restored';
238
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.584",
3
+ "version": "2.10.586",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",