@trackunit/iris-app-api 1.16.5 → 1.17.1

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,21 @@
1
+ ## 1.17.1 (2026-04-15)
2
+
3
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
4
+
5
+ ## 1.17.0 (2026-04-14)
6
+
7
+ ### 🚀 Features
8
+
9
+ - New pending telematics devices flow ([#22603](https://github.com/Trackunit/manager/pull/22603))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Awais Nawaz
14
+
15
+ ## 1.16.6 (2026-04-14)
16
+
17
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
18
+
1
19
  ## 1.16.5 (2026-04-14)
2
20
 
3
21
  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": "1.16.5",
3
+ "version": "1.17.1",
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", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStates", "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", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStates", "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", "fleetHealthStates", "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", "fleetHealthStates", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes", "deviceTypes", "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", "telematicsConnected", "activeFilter", "siteDepotOwnershipIds", "fleetHealthStates", "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", "fleetHealthStates", "fleetHealthStatus", "fleetHealthCategories", "fleetHealthTypes", "deviceTypes", "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;
@@ -41,6 +41,7 @@ exports.allAssetFilterKeys = [
41
41
  "partner",
42
42
  "productionYears",
43
43
  "serviceStatus",
44
+ "pendingTelematicsDevices",
44
45
  "telematicsConnected",
45
46
  "activeFilter",
46
47
  "siteDepotOwnershipIds",