intercom-client
Version:
Official Node bindings to the Intercom API
22 lines (21 loc) • 659 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConversationSource = void 0;
var ConversationSource;
(function (ConversationSource) {
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 || (exports.ConversationSource = ConversationSource = {}));
;