@trackunit/filters-asset-filter-definitions 1.10.62 → 1.11.0

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.10.62",
3
+ "version": "1.11.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -21,7 +21,7 @@
21
21
  "@trackunit/react-core-hooks": "1.7.43",
22
22
  "@trackunit/react-filter-components": "1.7.56",
23
23
  "@trackunit/react-form-components": "1.8.55",
24
- "@trackunit/filters-graphql-hook": "1.10.58",
24
+ "@trackunit/filters-graphql-hook": "1.11.0",
25
25
  "@trackunit/utilization-indicator": "1.7.53",
26
26
  "@trackunit/geo-json-utils": "1.7.37",
27
27
  "@trackunit/react-components": "1.9.53",
@@ -482,7 +482,10 @@ export type AssetFiltersInput = {
482
482
  customerIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
483
483
  /** List of customer types */
484
484
  customerTypes?: InputMaybe<Array<CustomerTypeSFS>>;
485
- /** Digital key mode of the asset */
485
+ /**
486
+ * Digital key mode of the asset
487
+ * @deprecated Use accessManagementDesiredModes instead
488
+ */
486
489
  digitalKeyModes?: InputMaybe<Array<DigitalKeyMode>>;
487
490
  /** List of external references */
488
491
  externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;