Add tenantId to device and asset profile info objects
This commit is contained in:
parent
eac7ce25a8
commit
c03865e50b
@ -39,6 +39,7 @@ export interface AssetProfile extends BaseData<AssetProfileId>, ExportableEntity
|
||||
}
|
||||
|
||||
export interface AssetProfileInfo extends EntityInfoData {
|
||||
tenantId: TenantId;
|
||||
image?: string;
|
||||
defaultDashboardId?: DashboardId;
|
||||
}
|
||||
|
||||
@ -587,6 +587,7 @@ export interface DeviceProfile extends BaseData<DeviceProfileId>, ExportableEnti
|
||||
}
|
||||
|
||||
export interface DeviceProfileInfo extends EntityInfoData {
|
||||
tenantId: TenantId;
|
||||
type: DeviceProfileType;
|
||||
transportType: DeviceTransportType;
|
||||
image?: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user