From c01ba17eae2cfe9485ac6c108549ee4d9e353c9f Mon Sep 17 00:00:00 2001 From: Rafael Tapia Date: Fri, 20 Sep 2024 17:11:22 -0300 Subject: [PATCH] feat: include new omnichannel source field --- src/definition/livechat/ILivechatRoom.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/definition/livechat/ILivechatRoom.ts b/src/definition/livechat/ILivechatRoom.ts index e3f551423..bebbcb54f 100644 --- a/src/definition/livechat/ILivechatRoom.ts +++ b/src/definition/livechat/ILivechatRoom.ts @@ -21,6 +21,8 @@ interface IOmnichannelSourceApp { label?: string; sidebarIcon?: string; defaultIcon?: string; + // The destination of the message (e.g widget host, email address, whatsapp number, etc) + destination?: string; } type OmnichannelSource = | {