@cognigy/rest-api-client
Version:
Cognigy REST-Client
15 lines • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SQL_CONNECTION = void 0;
exports.SQL_CONNECTION = {
type: "mssql",
label: "UI__NODE_EDITOR__SQL__SQL_CONNECTION__DEFAULT_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: "database", label: "UI__CONNECTION_EDITOR__FIELD_DATABASE" },
]
};
//# sourceMappingURL=sqlConnection.js.map