fix: align network map builder with account isolation

This commit is contained in:
chihlasm
2026-04-12 05:05:27 +00:00
parent bb24078d60
commit 3c2b1dd16e
10 changed files with 207 additions and 58 deletions

View File

@@ -37,7 +37,7 @@ export interface DeviceTypeResponse {
label: string
category: string
is_system: boolean
team_id: string | null
account_id: string
sort_order: number
created_at: string
}
@@ -51,7 +51,7 @@ export interface DeviceTypeCreate {
export interface NetworkDiagramResponse {
id: string
team_id: string
account_id: string
name: string
client_name: string | null
asset_name: string | null