@cognigy/rest-api-client
Version:
Cognigy REST-Client
22 lines • 873 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.cognigySMTPModule = void 0;
/* Custom modules */
const createNodeDescriptor_1 = require("../../../createNodeDescriptor");
const sendEmail_1 = require("./sendEmail");
const emailNotification_1 = require("./emailNotification");
const smtpConnection_1 = require("./smtpConnection");
const serviceConnection_1 = require("./serviceConnection");
const oAuth2Connection_1 = require("./oAuth2Connection");
exports.cognigySMTPModule = (0, createNodeDescriptor_1.createExtension)({
nodes: [
sendEmail_1.SEND_EMAIL,
emailNotification_1.EMAIL_NOTIFICATION
],
connections: [
smtpConnection_1.SMTP_CONNECTION,
serviceConnection_1.EMAIL_SERVICE_CONNECTION,
oAuth2Connection_1.EMAIL_SERVICE_OAUTH2_CONNECTION
]
});
//# sourceMappingURL=index.js.map