@trackunit/filters-asset-filter-definitions 1.4.5 → 1.5.5

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.4.5",
3
+ "version": "1.5.5",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -17,22 +17,22 @@
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.3.80",
21
- "@trackunit/filters-filter-bar": "1.3.126",
22
- "@trackunit/react-core-hooks": "1.3.82",
23
- "@trackunit/react-filter-components": "1.3.106",
24
- "@trackunit/react-form-components": "1.3.106",
25
- "@trackunit/filters-graphql-hook": "1.4.5",
26
- "@trackunit/utilization-indicator": "1.3.99",
27
- "@trackunit/geo-json-utils": "1.3.78",
28
- "@trackunit/react-components": "1.4.93",
29
- "@trackunit/shared-utils": "1.5.77",
30
- "@trackunit/translations-machine-type": "1.3.87",
31
- "@trackunit/criticality-indicator": "1.3.99",
32
- "@trackunit/iris-app-api": "1.3.80",
33
- "@trackunit/react-core-contexts-test": "1.3.84",
34
- "@trackunit/i18n-library-translation": "1.3.85",
35
- "@trackunit/react-core-contexts-api": "1.4.80"
20
+ "@trackunit/iris-app-build-utilities": "1.3.83",
21
+ "@trackunit/filters-filter-bar": "1.3.131",
22
+ "@trackunit/react-core-hooks": "1.3.84",
23
+ "@trackunit/react-filter-components": "1.3.110",
24
+ "@trackunit/react-form-components": "1.3.110",
25
+ "@trackunit/filters-graphql-hook": "1.5.5",
26
+ "@trackunit/utilization-indicator": "1.3.102",
27
+ "@trackunit/geo-json-utils": "1.3.80",
28
+ "@trackunit/react-components": "1.4.95",
29
+ "@trackunit/shared-utils": "1.5.79",
30
+ "@trackunit/translations-machine-type": "1.3.90",
31
+ "@trackunit/criticality-indicator": "1.3.102",
32
+ "@trackunit/iris-app-api": "1.3.83",
33
+ "@trackunit/react-core-contexts-test": "1.3.86",
34
+ "@trackunit/i18n-library-translation": "1.3.88",
35
+ "@trackunit/react-core-contexts-api": "1.4.82"
36
36
  },
37
37
  "module": "./index.esm.js",
38
38
  "main": "./index.cjs.js",
@@ -349,9 +349,9 @@ export declare const digitalKeyMode: {
349
349
  };
350
350
  export type DigitalKeyMode = (typeof digitalKeyMode)[keyof typeof digitalKeyMode];
351
351
  export declare const fleetDataHealthIssueCategory: {
352
- readonly FUNCTIONAL_DEVICE_CORE_DEFINITION: "FUNCTIONAL_DEVICE_CORE_DEFINITION";
352
+ readonly COVERAGE_ISSUES: "COVERAGE_ISSUES";
353
+ readonly DEVICE_BATTERY_ISSUES: "DEVICE_BATTERY_ISSUES";
353
354
  readonly INSTALL_AND_CONFIGURATION_HEALTH: "INSTALL_AND_CONFIGURATION_HEALTH";
354
- readonly OPERATIONAL_DEVICE_CORE_DEFINITION: "OPERATIONAL_DEVICE_CORE_DEFINITION";
355
355
  };
356
356
  export type FleetDataHealthIssueCategory = (typeof fleetDataHealthIssueCategory)[keyof typeof fleetDataHealthIssueCategory];
357
357
  export declare const fleetDataHealthIssueState: {
@@ -364,20 +364,14 @@ export type FleetDataHealthIssueState = (typeof fleetDataHealthIssueState)[keyof
364
364
  export declare const fleetDataHealthIssueType: {
365
365
  readonly BLUETOOTH_DISABLED: "BLUETOOTH_DISABLED";
366
366
  readonly DIGITAL_KEY_DISABLED: "DIGITAL_KEY_DISABLED";
367
- readonly EXCEPTION_ERROR: "EXCEPTION_ERROR";
368
- readonly FIRMWARE_ERROR: "FIRMWARE_ERROR";
369
367
  readonly INSTALLATION_VALIDATION_MISSING: "INSTALLATION_VALIDATION_MISSING";
370
- readonly INTERNAL_FLASH_ERROR: "INTERNAL_FLASH_ERROR";
371
- readonly LOW_BATTERY_POWER: "LOW_BATTERY_POWER";
372
368
  readonly LOW_CELLULAR_COVERAGE: "LOW_CELLULAR_COVERAGE";
373
- readonly LOW_EXTERNAL_POWER: "LOW_EXTERNAL_POWER";
369
+ readonly LOW_DEVICE_BATTERY_VOLTAGE: "LOW_DEVICE_BATTERY_VOLTAGE";
370
+ readonly LOW_DEVICE_INPUT_VOLTAGE: "LOW_DEVICE_INPUT_VOLTAGE";
374
371
  readonly LOW_GPS_COVERAGE: "LOW_GPS_COVERAGE";
375
- readonly MALICIOUS_REBOOT_TYPE_0_33: "MALICIOUS_REBOOT_TYPE_0_33";
376
372
  readonly NO_CAN_DATA_CONFIGURATION: "NO_CAN_DATA_CONFIGURATION";
377
373
  readonly NO_CAN_DATA_WIRING: "NO_CAN_DATA_WIRING";
378
374
  readonly OPERATING_HOURS: "OPERATING_HOURS";
379
- readonly TEMPERATURE_SHUTDOWN: "TEMPERATURE_SHUTDOWN";
380
- readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
381
375
  };
382
376
  export type FleetDataHealthIssueType = (typeof fleetDataHealthIssueType)[keyof typeof fleetDataHealthIssueType];
383
377
  export declare const metadataCompleteness: {