@trackunit/filters-graphql-hook 1.10.58 → 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-graphql-hook",
3
- "version": "1.10.58",
3
+ "version": "1.11.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -515,7 +515,10 @@ export type AssetFiltersInput = {
515
515
  customerIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
516
516
  /** List of customer types */
517
517
  customerTypes?: InputMaybe<Array<CustomerTypeSFS>>;
518
- /** Digital key mode of the asset */
518
+ /**
519
+ * Digital key mode of the asset
520
+ * @deprecated Use accessManagementDesiredModes instead
521
+ */
519
522
  digitalKeyModes?: InputMaybe<Array<DigitalKeyMode>>;
520
523
  /** List of external references */
521
524
  externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;