fix: align network map builder with account isolation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user