mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
lint fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { INode, INodeData, INodeParams } from '../../../src/Interface'
|
import { INode, INodeData, INodeParams } from '../../../src/Interface'
|
||||||
import { TextSplitter } from 'langchain/text_splitter'
|
import { TextSplitter } from 'langchain/text_splitter'
|
||||||
import { ConfluencePagesLoader, ConfluencePagesLoaderParams } from "langchain/document_loaders/web/confluence";
|
import { ConfluencePagesLoader, ConfluencePagesLoaderParams } from 'langchain/document_loaders/web/confluence'
|
||||||
|
|
||||||
class Confluence_DocumentLoaders implements INode {
|
class Confluence_DocumentLoaders implements INode {
|
||||||
label: string
|
label: string
|
||||||
@@ -31,19 +31,19 @@ class Confluence_DocumentLoaders implements INode {
|
|||||||
label: 'Username',
|
label: 'Username',
|
||||||
name: 'username',
|
name: 'username',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
placeholder: '<CONFLUENCE_USERNAME>',
|
placeholder: '<CONFLUENCE_USERNAME>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Access Token',
|
label: 'Access Token',
|
||||||
name: 'accessToken',
|
name: 'accessToken',
|
||||||
type: 'password',
|
type: 'password',
|
||||||
placeholder: '<CONFLUENCE_ACCESS_TOKEN>',
|
placeholder: '<CONFLUENCE_ACCESS_TOKEN>'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Base URL',
|
label: 'Base URL',
|
||||||
name: 'baseUrl',
|
name: 'baseUrl',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
placeholder: "https://example.atlassian.net/wiki"
|
placeholder: 'https://example.atlassian.net/wiki'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Space Key',
|
label: 'Space Key',
|
||||||
|
|||||||
Reference in New Issue
Block a user