intercom-client
Version:
Official Node bindings to the Intercom API
17 lines (16 loc) • 486 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AiAgent = void 0;
var AiAgent;
(function (AiAgent) {
AiAgent.SourceType = {
EssentialsPlanSetup: "essentials_plan_setup",
Profile: "profile",
Workflow: "workflow",
WorkflowPreview: "workflow_preview",
FinPreview: "fin_preview",
};
})(AiAgent || (exports.AiAgent = AiAgent = {}));
;