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:
balibabu
2026-03-10 14:25:27 +08:00
committed by GitHub
parent 249b78561b
commit aaf900cf16
14 changed files with 148 additions and 23 deletions

View File

@@ -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 {

View File

@@ -41,6 +41,7 @@ export declare interface IFlow {
user_id: string;
permission: string;
nickname: string;
release?: boolean;
}
export interface IFlowTemplate {