@trackunit/filters-graphql-hook 1.13.5 → 1.13.7
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.
|
|
3
|
+
"version": "1.13.7",
|
|
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.
|
|
17
|
-
"@trackunit/filters-filter-bar": "1.10.
|
|
18
|
-
"@trackunit/shared-utils": "1.11.
|
|
19
|
-
"@trackunit/iris-app-api": "1.12.
|
|
20
|
-
"@trackunit/react-core-contexts-test": "1.9.
|
|
21
|
-
"@trackunit/i18n-library-translation": "1.9.
|
|
22
|
-
"@trackunit/iris-app-runtime-core-api": "1.9.
|
|
23
|
-
"@trackunit/react-core-hooks": "1.9.
|
|
16
|
+
"@trackunit/iris-app-build-utilities": "1.9.4",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.10.7",
|
|
18
|
+
"@trackunit/shared-utils": "1.11.4",
|
|
19
|
+
"@trackunit/iris-app-api": "1.12.4",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.9.5",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.9.5",
|
|
22
|
+
"@trackunit/iris-app-runtime-core-api": "1.9.5",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.9.5"
|
|
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";
|