@trii/types 2.10.646 → 2.10.648

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.
@@ -5,6 +5,8 @@ export interface IExtension {
5
5
  callerIdNumber: string;
6
6
  authID: string;
7
7
  sipPassword: string;
8
+ sipServer: string;
9
+ sipProxy: string;
8
10
  voicemailEnabled: boolean;
9
11
  voicemailPassword: string;
10
12
  keepAlive: boolean;
@@ -26,6 +26,10 @@ interface IChannelInfo {
26
26
  * Indicates if the WhatsApp business is on the WhatsApp Business App
27
27
  */
28
28
  cloudApiIsOnBizApp?: boolean | null;
29
+ /**
30
+ * ID of the channel in the external system.
31
+ */
32
+ externalChannelId?: string | null;
29
33
  }
30
34
  interface IChannel {
31
35
  id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.646",
3
+ "version": "2.10.648",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",