Skip to content

Commit

Permalink
feat: include new omnichannel source field
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiarafael committed Sep 20, 2024
1 parent 300f317 commit c01ba17
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit c01ba17

Please sign in to comment.