UNPKG

dtamind-components

Version:

Apps integration for Dtamind. Contain Nodes and Credentials.

28 lines 765 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ChromaApi { constructor() { this.label = 'Chroma API'; this.name = 'chromaApi'; this.version = 1.0; this.inputs = [ { label: 'Chroma Api Key', name: 'chromaApiKey', type: 'password' }, { label: 'Chroma Tenant', name: 'chromaTenant', type: 'string' }, { label: 'Chroma Database', name: 'chromaDatabase', type: 'string' } ]; } } module.exports = { credClass: ChromaApi }; //# sourceMappingURL=ChromaApi.credential.js.map