@trackunit/filters-asset-filter-definitions 2.1.92 → 2.1.93

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": "2.1.92",
3
+ "version": "2.1.93",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -13,22 +13,22 @@
13
13
  "string-ts": "^2.0.0",
14
14
  "tailwind-merge": "^2.0.0",
15
15
  "@trackunit/iris-app-build-utilities": "2.0.52",
16
- "@trackunit/filters-filter-bar": "2.1.63",
16
+ "@trackunit/filters-filter-bar": "2.1.64",
17
17
  "@trackunit/react-core-hooks": "1.17.69",
18
- "@trackunit/react-filter-components": "2.1.63",
19
- "@trackunit/react-form-components": "2.1.62",
20
- "@trackunit/filters-graphql-hook": "2.1.84",
21
- "@trackunit/utilization-indicator": "2.1.59",
18
+ "@trackunit/react-filter-components": "2.1.64",
19
+ "@trackunit/react-form-components": "2.1.63",
20
+ "@trackunit/filters-graphql-hook": "2.1.85",
21
+ "@trackunit/utilization-indicator": "2.1.60",
22
22
  "@trackunit/geo-json-utils": "1.14.59",
23
- "@trackunit/react-components": "2.1.59",
23
+ "@trackunit/react-components": "2.1.60",
24
24
  "@trackunit/shared-utils": "1.15.57",
25
25
  "@trackunit/translations-machine-type": "2.0.62",
26
- "@trackunit/criticality-indicator": "2.1.59",
26
+ "@trackunit/criticality-indicator": "2.1.60",
27
27
  "@trackunit/iris-app-api": "2.0.48",
28
28
  "@trackunit/react-core-contexts-test": "1.17.63",
29
29
  "@trackunit/i18n-library-translation": "2.0.58",
30
30
  "@trackunit/iris-app-runtime-core-api": "1.16.63",
31
- "@trackunit/react-graphql-hooks": "2.1.59",
31
+ "@trackunit/react-graphql-hooks": "2.1.60",
32
32
  "@trackunit/translations-device": "1.1.43"
33
33
  },
34
34
  "peerDependencies": {
@@ -496,6 +496,10 @@ export type AssetFiltersInput = {
496
496
  boundingShape?: InputMaybe<BoundingShapeInput>;
497
497
  /** Filter to only include this list of brands */
498
498
  brands?: InputMaybe<Array<Scalars["String"]["input"]>>;
499
+ /** Filter by reported CAN profile 1 values */
500
+ can1Profile?: InputMaybe<Array<Scalars["String"]["input"]>>;
501
+ /** Filter by reported CAN profile 2 values */
502
+ can2Profile?: InputMaybe<Array<Scalars["String"]["input"]>>;
499
503
  /** List of criticalities */
500
504
  criticalities?: InputMaybe<Array<AssetCriticalityState>>;
501
505
  /** List of custom fields to filter by */