@trackunit/iris-app-api 1.14.71 → 1.14.72-alpha-ae1ff73fc64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@ export type WidgetSupportedFilterBars = "CUSTOMERS" | "ASSETS" | "SITES";
|
|
|
19
19
|
export type WidgetSupportedFilters = WidgetSupportedFilterBars | "TIME_RANGE";
|
|
20
20
|
export declare const widgetTypes: readonly ["KPI", "CHART", "LIST", "MAP", "OTHER"];
|
|
21
21
|
export type WidgetType = (typeof widgetTypes)[number];
|
|
22
|
-
export declare const allAssetFilterKeys: readonly ["search", "siteIds", "groups", "types", "assetType", "brands", "models", "criticality", "activity", "metadataCompleteness", "lastSeen", "followed", "siteType", "ownerAccountIds", "area", "partner", "productionYears", "serviceStatus", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "
|
|
22
|
+
export declare const allAssetFilterKeys: readonly ["search", "siteIds", "groups", "types", "assetType", "brands", "models", "criticality", "activity", "metadataCompleteness", "lastSeen", "followed", "siteType", "ownerAccountIds", "area", "partner", "productionYears", "serviceStatus", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStates", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes"];
|
|
23
23
|
export declare const allAssetFilterKeysWithCustomer: string[];
|
|
24
24
|
export declare const customFieldFilterKey: "customFields";
|
|
25
25
|
export type AssetFilterKeys = typeof allAssetFilterKeys;
|
|
@@ -44,8 +44,10 @@ exports.allAssetFilterKeys = [
|
|
|
44
44
|
"telematicsConnected",
|
|
45
45
|
"activeFilter",
|
|
46
46
|
"siteDepotOwnershipIds",
|
|
47
|
-
"
|
|
47
|
+
"fleetHealthStates",
|
|
48
|
+
"fleetHealthStatus",
|
|
48
49
|
"fleetHealthCategories",
|
|
50
|
+
"fleetHealthTypes",
|
|
49
51
|
];
|
|
50
52
|
exports.allAssetFilterKeysWithCustomer = [
|
|
51
53
|
...exports.allAssetFilterKeys,
|