@trackunit/filters-graphql-hook 2.1.64 → 2.1.65
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": "2.1.
|
|
3
|
+
"version": "2.1.65",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"@graphql-codegen/cli": "^5.0.3",
|
|
11
11
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
12
12
|
"zod": "^3.25.76",
|
|
13
|
-
"@trackunit/iris-app-build-utilities": "2.0.
|
|
14
|
-
"@trackunit/filters-filter-bar": "2.1.
|
|
15
|
-
"@trackunit/shared-utils": "1.15.
|
|
16
|
-
"@trackunit/iris-app-api": "2.0.
|
|
17
|
-
"@trackunit/react-core-contexts-test": "1.17.
|
|
18
|
-
"@trackunit/i18n-library-translation": "2.0.
|
|
19
|
-
"@trackunit/iris-app-runtime-core-api": "1.16.
|
|
20
|
-
"@trackunit/react-core-hooks": "1.17.
|
|
13
|
+
"@trackunit/iris-app-build-utilities": "2.0.42",
|
|
14
|
+
"@trackunit/filters-filter-bar": "2.1.50",
|
|
15
|
+
"@trackunit/shared-utils": "1.15.48",
|
|
16
|
+
"@trackunit/iris-app-api": "2.0.40",
|
|
17
|
+
"@trackunit/react-core-contexts-test": "1.17.53",
|
|
18
|
+
"@trackunit/i18n-library-translation": "2.0.48",
|
|
19
|
+
"@trackunit/iris-app-runtime-core-api": "1.16.53",
|
|
20
|
+
"@trackunit/react-core-hooks": "1.17.59"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@apollo/client": "^3.13.8",
|
|
@@ -557,8 +557,13 @@ export type AssetFiltersInput = {
|
|
|
557
557
|
firmwareVersion?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
558
558
|
/** Filter by Fleet Health Categories */
|
|
559
559
|
fleetHealthCategories?: InputMaybe<Array<FleetDataHealthIssueCategory>>;
|
|
560
|
-
/**
|
|
560
|
+
/**
|
|
561
|
+
* Filter by Fleet Health date range
|
|
562
|
+
* @deprecated Use fleetHealthDateTimeRange instead
|
|
563
|
+
*/
|
|
561
564
|
fleetHealthDateRange?: InputMaybe<DateRange>;
|
|
565
|
+
/** Filter by Fleet Health datetime range */
|
|
566
|
+
fleetHealthDateTimeRange?: InputMaybe<DateTimeRange>;
|
|
562
567
|
/** Filter by Fleet Health device statuses */
|
|
563
568
|
fleetHealthDeviceStatuses?: InputMaybe<Array<FleetDataHealthDeviceStatus>>;
|
|
564
569
|
/** Filter by Fleet Health states */
|