Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

feat: include new omnichannel source field #805

Open
wants to merge 2 commits into
base: alpha
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/definition/livechat/ILivechatRoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
| {
Expand Down
Loading