mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
feat: support multi
This commit is contained in:
@ -620,11 +620,13 @@ export type UpdateDocumentParams = {
|
||||
documentId: string
|
||||
}
|
||||
|
||||
export enum BatchActionType {
|
||||
// Used in api url
|
||||
export enum DocumentActionType {
|
||||
enable = 'enable',
|
||||
disable = 'disable',
|
||||
archive = 'archive',
|
||||
unArchive = 'un_archive',
|
||||
delete = 'delete',
|
||||
}
|
||||
|
||||
export type UpdateDocumentBatchParams = {
|
||||
|
||||
Reference in New Issue
Block a user