@trackunit/filters-graphql-hook 2.1.84 → 2.1.85
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.85",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
12
12
|
"zod": "^3.25.76",
|
|
13
13
|
"@trackunit/iris-app-build-utilities": "2.0.52",
|
|
14
|
-
"@trackunit/filters-filter-bar": "2.1.
|
|
14
|
+
"@trackunit/filters-filter-bar": "2.1.64",
|
|
15
15
|
"@trackunit/shared-utils": "1.15.57",
|
|
16
16
|
"@trackunit/iris-app-api": "2.0.48",
|
|
17
17
|
"@trackunit/react-core-contexts-test": "1.17.63",
|
|
@@ -549,6 +549,10 @@ export type AssetFiltersInput = {
|
|
|
549
549
|
boundingShape?: InputMaybe<BoundingShapeInput>;
|
|
550
550
|
/** Filter to only include this list of brands */
|
|
551
551
|
brands?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
552
|
+
/** Filter by reported CAN profile 1 values */
|
|
553
|
+
can1Profile?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
554
|
+
/** Filter by reported CAN profile 2 values */
|
|
555
|
+
can2Profile?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
552
556
|
/** List of criticalities */
|
|
553
557
|
criticalities?: InputMaybe<Array<AssetCriticalityState>>;
|
|
554
558
|
/** List of custom fields to filter by */
|