intercom-client
Version:
Official Node bindings to the Intercom API
18 lines (17 loc) • 641 B
JavaScript
// This file was auto-generated by Fern from our API Definition.
export var ConversationSource;
(function (ConversationSource) {
/** This includes conversation, email, facebook, instagram, phone_call, phone_switch, push, sms, twitter and whatsapp. */
ConversationSource.Type = {
Conversation: "conversation",
Email: "email",
Facebook: "facebook",
Instagram: "instagram",
PhoneCall: "phone_call",
PhoneSwitch: "phone_switch",
Push: "push",
Sms: "sms",
Twitter: "twitter",
Whatsapp: "whatsapp",
};
})(ConversationSource || (ConversationSource = {}));