@trackunit/filters-asset-filter-definitions 2.1.26 → 2.1.27

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.26",
3
+ "version": "2.1.27",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -17,7 +17,7 @@
17
17
  "@trackunit/react-core-hooks": "1.17.34",
18
18
  "@trackunit/react-filter-components": "2.1.22",
19
19
  "@trackunit/react-form-components": "2.1.21",
20
- "@trackunit/filters-graphql-hook": "2.1.23",
20
+ "@trackunit/filters-graphql-hook": "2.1.24",
21
21
  "@trackunit/utilization-indicator": "2.1.20",
22
22
  "@trackunit/geo-json-utils": "1.14.29",
23
23
  "@trackunit/react-components": "2.1.20",
@@ -538,7 +538,7 @@ export type AssetFiltersInput = {
538
538
  pendingTelematicsDevices?: InputMaybe<Array<Scalars["String"]["input"]>>;
539
539
  /** List of production years */
540
540
  productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
541
- /** Filter by received visibility granted by account ID */
541
+ /** Filter by the account ID that granted received visibility to the current account */
542
542
  receivedVisibilityGrantedByAccountId?: InputMaybe<Scalars["ID"]["input"]>;
543
543
  /** Rental active contract filters */
544
544
  rentalActiveContractFilters?: InputMaybe<RentalActiveContractFilters>;