@trackunit/iris-app-api 2.0.34 → 2.0.35

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/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 2.0.35 (2026-06-25)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **filters:** add FW Version filter to assets bar + widgets ([2d5dd86a3ea](https://github.com/Trackunit/manager/commit/2d5dd86a3ea))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Claude Opus 4.8 (1M context)
10
+ - Simon Laustsen
11
+
1
12
  ## 2.0.34 (2026-06-23)
2
13
 
3
14
  This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-api",
3
- "version": "2.0.34",
3
+ "version": "2.0.35",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -19,12 +19,12 @@ 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", "pendingTelematicsDevices", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes", "deviceTypes"];
23
- export declare const allAssetFilterKeysWithCustomer: readonly ["search", "siteIds", "groups", "types", "assetType", "brands", "models", "criticality", "activity", "metadataCompleteness", "lastSeen", "followed", "siteType", "ownerAccountIds", "area", "partner", "productionYears", "serviceStatus", "pendingTelematicsDevices", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes", "deviceTypes", "customerIds", "rentalStatuses", "rentalContractOrderNumber", "rentalContractReferenceCode", "rentalContractReferenceCodeDescriptionQuery"];
22
+ export declare const allAssetFilterKeys: readonly ["search", "siteIds", "groups", "types", "assetType", "brands", "models", "criticality", "activity", "metadataCompleteness", "lastSeen", "followed", "siteType", "ownerAccountIds", "area", "partner", "productionYears", "serviceStatus", "pendingTelematicsDevices", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes", "deviceTypes", "firmwareVersion"];
23
+ export declare const allAssetFilterKeysWithCustomer: readonly ["search", "siteIds", "groups", "types", "assetType", "brands", "models", "criticality", "activity", "metadataCompleteness", "lastSeen", "followed", "siteType", "ownerAccountIds", "area", "partner", "productionYears", "serviceStatus", "pendingTelematicsDevices", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes", "deviceTypes", "firmwareVersion", "customerIds", "rentalStatuses", "rentalContractOrderNumber", "rentalContractReferenceCode", "rentalContractReferenceCodeDescriptionQuery"];
24
24
  export declare const customFieldFilterKey: "customFields";
25
25
  export type AssetFilterKeys = typeof allAssetFilterKeys;
26
26
  export type AssetFilterKeysWithCustomer = typeof allAssetFilterKeysWithCustomer;
27
- export declare const allAssetFilterKeysWithCustomFields: readonly ["search", "siteIds", "groups", "types", "assetType", "brands", "models", "criticality", "activity", "metadataCompleteness", "lastSeen", "followed", "siteType", "ownerAccountIds", "area", "partner", "productionYears", "serviceStatus", "pendingTelematicsDevices", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes", "deviceTypes", "customerIds", "rentalStatuses", "rentalContractOrderNumber", "rentalContractReferenceCode", "rentalContractReferenceCodeDescriptionQuery", "customFields"];
27
+ export declare const allAssetFilterKeysWithCustomFields: readonly ["search", "siteIds", "groups", "types", "assetType", "brands", "models", "criticality", "activity", "metadataCompleteness", "lastSeen", "followed", "siteType", "ownerAccountIds", "area", "partner", "productionYears", "serviceStatus", "pendingTelematicsDevices", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes", "deviceTypes", "firmwareVersion", "customerIds", "rentalStatuses", "rentalContractOrderNumber", "rentalContractReferenceCode", "rentalContractReferenceCodeDescriptionQuery", "customFields"];
28
28
  export type AssetFilterKeysWithCustomFields = typeof allAssetFilterKeysWithCustomFields;
29
29
  export declare const allSiteFilterKeys: readonly ["search", "siteStatus", "siteType"];
30
30
  export type SiteFilterKeys = typeof allSiteFilterKeys;
@@ -49,6 +49,7 @@ exports.allAssetFilterKeys = [
49
49
  "fleetHealthCategories",
50
50
  "fleetHealthTypes",
51
51
  "deviceTypes",
52
+ "firmwareVersion",
52
53
  ];
53
54
  exports.allAssetFilterKeysWithCustomer = [
54
55
  ...exports.allAssetFilterKeys,