diff --git a/apps/client/src/ee/features.ts b/apps/client/src/ee/features.ts index cacf851f2..e101eb811 100644 --- a/apps/client/src/ee/features.ts +++ b/apps/client/src/ee/features.ts @@ -7,6 +7,7 @@ export const Feature = { PAGE_PERMISSIONS: 'page:permissions', AI: 'ai', CONFLUENCE_IMPORT: 'import:confluence', + CONFLUENCE_API_IMPORT: 'import:confluence-api', DOCX_IMPORT: 'import:docx', PDF_IMPORT: 'import:pdf', ATTACHMENT_INDEXING: 'attachment:indexing', diff --git a/apps/server/src/common/features.ts b/apps/server/src/common/features.ts index c5fd9a200..7a504841c 100644 --- a/apps/server/src/common/features.ts +++ b/apps/server/src/common/features.ts @@ -7,6 +7,7 @@ export const Feature = { PAGE_PERMISSIONS: 'page:permissions', AI: 'ai', CONFLUENCE_IMPORT: 'import:confluence', + CONFLUENCE_API_IMPORT: 'import:confluence-api', DOCX_IMPORT: 'import:docx', PDF_IMPORT: 'import:pdf', ATTACHMENT_INDEXING: 'attachment:indexing',