mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
add old auth transform
This commit is contained in:
@ -10,7 +10,7 @@ class NotionInfo(BaseModel):
|
||||
"""
|
||||
Notion import info.
|
||||
"""
|
||||
|
||||
credential_id: Optional[str] = None
|
||||
notion_workspace_id: str
|
||||
notion_obj_id: str
|
||||
notion_page_type: str
|
||||
@ -35,6 +35,7 @@ class WebsiteInfo(BaseModel):
|
||||
mode: str
|
||||
tenant_id: str
|
||||
only_main_content: bool = False
|
||||
credential_id: Optional[str] = None
|
||||
|
||||
|
||||
class ExtractSetting(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user