@trackunit/filters-asset-filter-definitions 1.9.77 → 1.9.82

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-asset-filter-definitions",
3
- "version": "1.9.77",
3
+ "version": "1.9.82",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -17,23 +17,23 @@
17
17
  "@tanstack/react-router": "1.114.29",
18
18
  "string-ts": "^2.0.0",
19
19
  "tailwind-merge": "^2.0.0",
20
- "@trackunit/iris-app-build-utilities": "1.6.43",
21
- "@trackunit/filters-filter-bar": "1.7.73",
22
- "@trackunit/react-core-hooks": "1.6.46",
23
- "@trackunit/react-filter-components": "1.6.66",
24
- "@trackunit/react-form-components": "1.7.31",
25
- "@trackunit/filters-graphql-hook": "1.9.74",
26
- "@trackunit/utilization-indicator": "1.6.61",
27
- "@trackunit/geo-json-utils": "1.6.43",
28
- "@trackunit/react-components": "1.8.15",
29
- "@trackunit/shared-utils": "1.8.43",
30
- "@trackunit/translations-machine-type": "1.6.53",
31
- "@trackunit/criticality-indicator": "1.6.60",
32
- "@trackunit/iris-app-api": "1.6.43",
33
- "@trackunit/react-core-contexts-test": "1.6.46",
34
- "@trackunit/i18n-library-translation": "1.6.47",
35
- "@trackunit/react-core-contexts-api": "1.7.44",
36
- "@trackunit/react-test-setup": "1.3.43"
20
+ "@trackunit/iris-app-build-utilities": "1.6.47",
21
+ "@trackunit/filters-filter-bar": "1.7.78",
22
+ "@trackunit/react-core-hooks": "1.6.50",
23
+ "@trackunit/react-filter-components": "1.6.71",
24
+ "@trackunit/react-form-components": "1.7.36",
25
+ "@trackunit/filters-graphql-hook": "1.9.79",
26
+ "@trackunit/utilization-indicator": "1.6.66",
27
+ "@trackunit/geo-json-utils": "1.6.47",
28
+ "@trackunit/react-components": "1.8.20",
29
+ "@trackunit/shared-utils": "1.8.47",
30
+ "@trackunit/translations-machine-type": "1.6.57",
31
+ "@trackunit/criticality-indicator": "1.6.65",
32
+ "@trackunit/iris-app-api": "1.6.47",
33
+ "@trackunit/react-core-contexts-test": "1.6.50",
34
+ "@trackunit/i18n-library-translation": "1.6.51",
35
+ "@trackunit/react-core-contexts-api": "1.7.48",
36
+ "@trackunit/react-test-setup": "1.3.47"
37
37
  },
38
38
  "module": "./index.esm.js",
39
39
  "main": "./index.cjs.js",
@@ -384,16 +384,13 @@ export declare const fleetDataHealthIssueState: {
384
384
  };
385
385
  export type FleetDataHealthIssueState = (typeof fleetDataHealthIssueState)[keyof typeof fleetDataHealthIssueState];
386
386
  export declare const fleetDataHealthIssueType: {
387
- readonly BLUETOOTH_DISABLED: "BLUETOOTH_DISABLED";
388
387
  readonly DATA_NOT_RECEIVED: "DATA_NOT_RECEIVED";
389
- readonly DIGITAL_KEY_DISABLED: "DIGITAL_KEY_DISABLED";
390
388
  readonly INSTALLATION_VALIDATION_MISSING: "INSTALLATION_VALIDATION_MISSING";
391
389
  readonly LOW_CELLULAR_COVERAGE: "LOW_CELLULAR_COVERAGE";
392
390
  readonly LOW_DEVICE_BATTERY_VOLTAGE: "LOW_DEVICE_BATTERY_VOLTAGE";
393
391
  readonly LOW_DEVICE_INPUT_VOLTAGE: "LOW_DEVICE_INPUT_VOLTAGE";
394
392
  readonly LOW_GPS_COVERAGE: "LOW_GPS_COVERAGE";
395
393
  readonly NO_CAN_DATA_CONFIGURATION: "NO_CAN_DATA_CONFIGURATION";
396
- readonly NO_CAN_DATA_WIRING: "NO_CAN_DATA_WIRING";
397
394
  readonly OPERATING_HOURS: "OPERATING_HOURS";
398
395
  };
399
396
  export type FleetDataHealthIssueType = (typeof fleetDataHealthIssueType)[keyof typeof fleetDataHealthIssueType];