UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

21 lines (20 loc) 777 B
"use strict"; // 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) { /** 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 || (exports.ConversationSource = ConversationSource = {}));