@trackunit/filters-graphql-hook 1.13.10 → 1.13.14
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.14",
|
|
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.9",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.10.14",
|
|
18
|
+
"@trackunit/shared-utils": "1.11.9",
|
|
19
|
+
"@trackunit/iris-app-api": "1.12.9",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.9.12",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.9.12",
|
|
22
|
+
"@trackunit/iris-app-runtime-core-api": "1.9.12",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.9.12"
|
|
24
24
|
},
|
|
25
25
|
"module": "./index.esm.js",
|
|
26
26
|
"main": "./index.cjs.js",
|
|
@@ -537,7 +537,7 @@ export type AssetFiltersInput = {
|
|
|
537
537
|
fleetHealthCategories?: InputMaybe<Array<FleetDataHealthIssueCategory>>;
|
|
538
538
|
/** Filter by Fleet Health date range */
|
|
539
539
|
fleetHealthDateRange?: InputMaybe<DateRange>;
|
|
540
|
-
/** Filter by Fleet Health
|
|
540
|
+
/** Filter by Fleet Health device statuses */
|
|
541
541
|
fleetHealthDeviceStatuses?: InputMaybe<Array<FleetDataHealthDeviceStatus>>;
|
|
542
542
|
/** Filter by Fleet Health states */
|
|
543
543
|
fleetHealthStates?: InputMaybe<Array<FleetDataHealthIssueState>>;
|