mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-06 19:38:36 +08:00
Feat: Display release status in agent version history. (#13479)
### What problem does this PR solve? Feat: Display release status in agent version history. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@@ -77,6 +77,9 @@ export declare interface IFlow {
|
||||
nickname: string;
|
||||
operator_permission: number;
|
||||
canvas_category: string;
|
||||
release?: boolean;
|
||||
release_time?: number;
|
||||
last_publish_time?: number;
|
||||
}
|
||||
|
||||
export interface IFlowTemplate {
|
||||
|
||||
@@ -41,6 +41,7 @@ export declare interface IFlow {
|
||||
user_id: string;
|
||||
permission: string;
|
||||
nickname: string;
|
||||
release?: boolean;
|
||||
}
|
||||
|
||||
export interface IFlowTemplate {
|
||||
|
||||
Reference in New Issue
Block a user