@trackunit/filters-graphql-hook 1.13.6 → 1.13.9

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.13.6",
3
+ "version": "1.13.9",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -13,14 +13,14 @@
13
13
  "graphql": "^16.10.0",
14
14
  "@apollo/client": "3.13.8",
15
15
  "zod": "^3.23.8",
16
- "@trackunit/iris-app-build-utilities": "1.9.4",
17
- "@trackunit/filters-filter-bar": "1.10.6",
18
- "@trackunit/shared-utils": "1.11.4",
19
- "@trackunit/iris-app-api": "1.12.4",
20
- "@trackunit/react-core-contexts-test": "1.9.4",
21
- "@trackunit/i18n-library-translation": "1.9.4",
22
- "@trackunit/iris-app-runtime-core-api": "1.9.4",
23
- "@trackunit/react-core-hooks": "1.9.4"
16
+ "@trackunit/iris-app-build-utilities": "1.9.5",
17
+ "@trackunit/filters-filter-bar": "1.10.9",
18
+ "@trackunit/shared-utils": "1.11.5",
19
+ "@trackunit/iris-app-api": "1.12.5",
20
+ "@trackunit/react-core-contexts-test": "1.9.7",
21
+ "@trackunit/i18n-library-translation": "1.9.7",
22
+ "@trackunit/iris-app-runtime-core-api": "1.9.7",
23
+ "@trackunit/react-core-hooks": "1.9.7"
24
24
  },
25
25
  "module": "./index.esm.js",
26
26
  "main": "./index.cjs.js",
@@ -351,6 +351,9 @@ export declare const assetSortByProperty: {
351
351
  readonly OWNER_ACCOUNT_NAME: "OWNER_ACCOUNT_NAME";
352
352
  readonly PLANNED_SERVICE_BOOKED: "PLANNED_SERVICE_BOOKED";
353
353
  readonly PLANNED_SERVICE_BOOKING_DATE: "PLANNED_SERVICE_BOOKING_DATE";
354
+ readonly PLANNED_SERVICE_DATE: "PLANNED_SERVICE_DATE";
355
+ readonly PLANNED_SERVICE_DISTANCE_REMAINING: "PLANNED_SERVICE_DISTANCE_REMAINING";
356
+ readonly PLANNED_SERVICE_HOURS_REMAINING: "PLANNED_SERVICE_HOURS_REMAINING";
354
357
  readonly PRODUCTION_YEAR: "PRODUCTION_YEAR";
355
358
  readonly SERIAL_NUMBER: "SERIAL_NUMBER";
356
359
  readonly SERVICE_PLAN_ASSIGNMENT_STATUS: "SERVICE_PLAN_ASSIGNMENT_STATUS";