Skip to content

Commit ccf4edf

Browse files
committed
修改了 API 定义文件
1 parent 25888c7 commit ccf4edf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ui/src/api/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ export interface DomainUser {
624624
email?: string;
625625
/** 用户ID */
626626
id?: string;
627+
/** 是否删除 */
628+
is_deleted?: boolean;
627629
/** 最后活跃时间 */
628630
last_active_at?: number;
629631
/** 用户状态 active: 正常 locked: 锁定 inactive: 禁用 */
@@ -659,12 +661,16 @@ export interface DomainUserHeatmapResp {
659661
}
660662

661663
export interface DomainUserLoginHistory {
664+
/** 插件ID vscode */
665+
client_id?: string;
662666
/** 客户端版本 */
663667
client_version?: string;
664668
/** 登录时间 */
665669
created_at?: number;
666670
/** 设备信息 */
667671
device?: string;
672+
/** 主机名 */
673+
hostname?: string;
668674
/** IP信息 */
669675
ip_info?: DomainIPInfo;
670676
/** 用户信息 */

0 commit comments

Comments
 (0)