@trackunit/filters-asset-filter-definitions 1.14.10 → 1.14.12
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-asset-filter-definitions",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.12",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"zod": "^3.23.8",
|
|
16
16
|
"string-ts": "^2.0.0",
|
|
17
17
|
"tailwind-merge": "^2.0.0",
|
|
18
|
-
"@trackunit/iris-app-build-utilities": "1.9.
|
|
19
|
-
"@trackunit/filters-filter-bar": "1.10.
|
|
20
|
-
"@trackunit/react-core-hooks": "1.9.
|
|
21
|
-
"@trackunit/react-filter-components": "1.9.
|
|
22
|
-
"@trackunit/react-form-components": "1.10.
|
|
23
|
-
"@trackunit/filters-graphql-hook": "1.13.
|
|
24
|
-
"@trackunit/utilization-indicator": "1.9.
|
|
25
|
-
"@trackunit/geo-json-utils": "1.9.
|
|
26
|
-
"@trackunit/react-components": "1.12.
|
|
27
|
-
"@trackunit/shared-utils": "1.11.
|
|
28
|
-
"@trackunit/translations-machine-type": "1.9.
|
|
29
|
-
"@trackunit/criticality-indicator": "1.9.
|
|
30
|
-
"@trackunit/iris-app-api": "1.12.
|
|
31
|
-
"@trackunit/react-core-contexts-test": "1.9.
|
|
32
|
-
"@trackunit/i18n-library-translation": "1.9.
|
|
33
|
-
"@trackunit/iris-app-runtime-core-api": "1.9.
|
|
34
|
-
"@trackunit/react-graphql-hooks": "1.10.
|
|
18
|
+
"@trackunit/iris-app-build-utilities": "1.9.7",
|
|
19
|
+
"@trackunit/filters-filter-bar": "1.10.12",
|
|
20
|
+
"@trackunit/react-core-hooks": "1.9.10",
|
|
21
|
+
"@trackunit/react-filter-components": "1.9.11",
|
|
22
|
+
"@trackunit/react-form-components": "1.10.11",
|
|
23
|
+
"@trackunit/filters-graphql-hook": "1.13.12",
|
|
24
|
+
"@trackunit/utilization-indicator": "1.9.11",
|
|
25
|
+
"@trackunit/geo-json-utils": "1.9.7",
|
|
26
|
+
"@trackunit/react-components": "1.12.11",
|
|
27
|
+
"@trackunit/shared-utils": "1.11.7",
|
|
28
|
+
"@trackunit/translations-machine-type": "1.9.10",
|
|
29
|
+
"@trackunit/criticality-indicator": "1.9.11",
|
|
30
|
+
"@trackunit/iris-app-api": "1.12.7",
|
|
31
|
+
"@trackunit/react-core-contexts-test": "1.9.10",
|
|
32
|
+
"@trackunit/i18n-library-translation": "1.9.10",
|
|
33
|
+
"@trackunit/iris-app-runtime-core-api": "1.9.10",
|
|
34
|
+
"@trackunit/react-graphql-hooks": "1.10.9"
|
|
35
35
|
},
|
|
36
36
|
"module": "./index.esm.js",
|
|
37
37
|
"main": "./index.cjs.js",
|
|
@@ -493,7 +493,7 @@ export type AssetFiltersInput = {
|
|
|
493
493
|
fleetHealthCategories?: InputMaybe<Array<FleetDataHealthIssueCategory>>;
|
|
494
494
|
/** Filter by Fleet Health date range */
|
|
495
495
|
fleetHealthDateRange?: InputMaybe<DateRange>;
|
|
496
|
-
/** Filter by Fleet Health
|
|
496
|
+
/** Filter by Fleet Health device statuses */
|
|
497
497
|
fleetHealthDeviceStatuses?: InputMaybe<Array<FleetDataHealthDeviceStatus>>;
|
|
498
498
|
/** Filter by Fleet Health states */
|
|
499
499
|
fleetHealthStates?: InputMaybe<Array<FleetDataHealthIssueState>>;
|