@trackunit/filters-graphql-hook 1.11.61 → 1.11.62

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-graphql-hook",
3
- "version": "1.11.61",
3
+ "version": "1.11.62",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -14,13 +14,13 @@
14
14
  "@apollo/client": "3.13.8",
15
15
  "zod": "^3.23.8",
16
16
  "@trackunit/iris-app-build-utilities": "1.7.76",
17
- "@trackunit/filters-filter-bar": "1.8.118",
17
+ "@trackunit/filters-filter-bar": "1.8.119",
18
18
  "@trackunit/shared-utils": "1.9.73",
19
19
  "@trackunit/iris-app-api": "1.9.11",
20
- "@trackunit/react-core-contexts-test": "1.7.84",
21
- "@trackunit/i18n-library-translation": "1.7.88",
22
- "@trackunit/iris-app-runtime-core-api": "1.7.80",
23
- "@trackunit/react-core-hooks": "1.7.84"
20
+ "@trackunit/react-core-contexts-test": "1.7.85",
21
+ "@trackunit/i18n-library-translation": "1.7.89",
22
+ "@trackunit/iris-app-runtime-core-api": "1.7.81",
23
+ "@trackunit/react-core-hooks": "1.7.85"
24
24
  },
25
25
  "module": "./index.esm.js",
26
26
  "main": "./index.cjs.js",
@@ -328,12 +328,19 @@ export type AssetLastSeen = (typeof assetLastSeen)[keyof typeof assetLastSeen];
328
328
  export declare const assetSortByProperty: {
329
329
  readonly ACCESS_MANAGEMENT: "ACCESS_MANAGEMENT";
330
330
  readonly ACTIVITY: "ACTIVITY";
331
+ readonly AFTER_TREATMENT_DIESEL_EXHAUST_FLUID_TANK_LEVEL: "AFTER_TREATMENT_DIESEL_EXHAUST_FLUID_TANK_LEVEL";
332
+ readonly BATTERY_CHARGER_STATE: "BATTERY_CHARGER_STATE";
333
+ readonly BATTERY_POTENTIAL: "BATTERY_POTENTIAL";
334
+ readonly BATTERY_STATE_OF_CHARGE_PERCENT: "BATTERY_STATE_OF_CHARGE_PERCENT";
331
335
  readonly BRAND: "BRAND";
332
336
  readonly CATEGORY: "CATEGORY";
333
337
  readonly CRITICALITY: "CRITICALITY";
338
+ readonly CUMULATIVE_OPERATING_HOURS: "CUMULATIVE_OPERATING_HOURS";
334
339
  readonly CUSTOMER_NAME: "CUSTOMER_NAME";
335
340
  readonly CUSTOM_FIELD: "CUSTOM_FIELD";
341
+ readonly ENGINE_TOTAL_IDLE_HOURS: "ENGINE_TOTAL_IDLE_HOURS";
336
342
  readonly EXTERNAL_REFERENCE: "EXTERNAL_REFERENCE";
343
+ readonly FUEL_LEVEL: "FUEL_LEVEL";
337
344
  readonly ISSUE_CREATED_AT: "ISSUE_CREATED_AT";
338
345
  readonly LAST_EVENT_TIME: "LAST_EVENT_TIME";
339
346
  readonly LOCATION: "LOCATION";