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 {
|
export interface AssetProfileInfo extends EntityInfoData {
|
||||||
|
tenantId: TenantId;
|
||||||
image?: string;
|
image?: string;
|
||||||
defaultDashboardId?: DashboardId;
|
defaultDashboardId?: DashboardId;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -587,6 +587,7 @@ export interface DeviceProfile extends BaseData<DeviceProfileId>, ExportableEnti
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface DeviceProfileInfo extends EntityInfoData {
|
export interface DeviceProfileInfo extends EntityInfoData {
|
||||||
|
tenantId: TenantId;
|
||||||
type: DeviceProfileType;
|
type: DeviceProfileType;
|
||||||
transportType: DeviceTransportType;
|
transportType: DeviceTransportType;
|
||||||
image?: string;
|
image?: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user