@trackunit/filters-graphql-hook 2.1.24-alpha-84ab66282fc.0 → 2.1.24

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.24-alpha-84ab66282fc.0",
3
+ "version": "2.1.24",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -10,14 +10,14 @@
10
10
  "@graphql-codegen/cli": "^5.0.3",
11
11
  "@graphql-typed-document-node/core": "^3.2.0",
12
12
  "zod": "^3.25.76",
13
- "@trackunit/iris-app-build-utilities": "2.0.22-alpha-84ab66282fc.0",
14
- "@trackunit/filters-filter-bar": "2.1.23-alpha-84ab66282fc.0",
15
- "@trackunit/shared-utils": "1.15.29-alpha-84ab66282fc.0",
16
- "@trackunit/iris-app-api": "2.0.21-alpha-84ab66282fc.0",
17
- "@trackunit/react-core-contexts-test": "1.17.31-alpha-84ab66282fc.0",
18
- "@trackunit/i18n-library-translation": "2.0.23-alpha-84ab66282fc.0",
19
- "@trackunit/iris-app-runtime-core-api": "1.16.31-alpha-84ab66282fc.0",
20
- "@trackunit/react-core-hooks": "1.17.35-alpha-84ab66282fc.0"
13
+ "@trackunit/iris-app-build-utilities": "2.0.21",
14
+ "@trackunit/filters-filter-bar": "2.1.22",
15
+ "@trackunit/shared-utils": "1.15.28",
16
+ "@trackunit/iris-app-api": "2.0.20",
17
+ "@trackunit/react-core-contexts-test": "1.17.30",
18
+ "@trackunit/i18n-library-translation": "2.0.22",
19
+ "@trackunit/iris-app-runtime-core-api": "1.16.30",
20
+ "@trackunit/react-core-hooks": "1.17.34"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@apollo/client": "^3.13.8",
@@ -591,7 +591,7 @@ export type AssetFiltersInput = {
591
591
  pendingTelematicsDevices?: InputMaybe<Array<Scalars["String"]["input"]>>;
592
592
  /** List of production years */
593
593
  productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
594
- /** Filter by received visibility granted by account ID */
594
+ /** Filter by the account ID that granted received visibility to the current account */
595
595
  receivedVisibilityGrantedByAccountId?: InputMaybe<Scalars["ID"]["input"]>;
596
596
  /** Rental active contract filters */
597
597
  rentalActiveContractFilters?: InputMaybe<RentalActiveContractFilters>;