@cognigy/rest-api-client
Version:
Cognigy REST-Client
15 lines • 684 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SMTP_CONNECTION = void 0;
exports.SMTP_CONNECTION = {
type: "SMTP",
label: "UI__NODE_EDITOR__SMTP__SMTP_CONNECTION__LABEL",
fields: [
{ fieldName: "host", label: "UI__CONNECTION_EDITOR__FIELD_HOST" },
{ fieldName: "port", label: "UI__CONNECTION_EDITOR__FIELD_PORT" },
{ fieldName: "username", label: "UI__CONNECTION_EDITOR__FIELD_USERNAME" },
{ fieldName: "password", label: "UI__CONNECTION_EDITOR__FIELD_PASSWORD" },
{ fieldName: "tlsOption", label: "UI__CONNECTION_EDITOR__FIELD_TLS_OPTION" },
]
};
//# sourceMappingURL=smtpConnection.js.map