@cognigy/rest-api-client
Version:
Cognigy REST-Client
12 lines • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EMAIL_SERVICE_CONNECTION = void 0;
exports.EMAIL_SERVICE_CONNECTION = {
type: "EmailService",
label: "UI__NODE_EDITOR__SMTP__EMAIL_SERVICE_CONNECTION__LABEL",
fields: [
{ fieldName: "username", label: "UI__CONNECTION_EDITOR__FIELD_USERNAME" },
{ fieldName: "password", label: "UI__CONNECTION_EDITOR__FIELD_PASSWORD" },
]
};
//# sourceMappingURL=serviceConnection.js.map