@trackunit/filters-graphql-hook 1.27.9 → 1.27.11

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.27.9",
3
+ "version": "1.27.11",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -11,13 +11,13 @@
11
11
  "@graphql-typed-document-node/core": "^3.2.0",
12
12
  "zod": "^3.25.76",
13
13
  "@trackunit/iris-app-build-utilities": "1.15.18",
14
- "@trackunit/filters-filter-bar": "1.22.25",
14
+ "@trackunit/filters-filter-bar": "1.22.26",
15
15
  "@trackunit/shared-utils": "1.13.113",
16
16
  "@trackunit/iris-app-api": "1.17.18",
17
- "@trackunit/react-core-contexts-test": "1.15.28",
18
- "@trackunit/i18n-library-translation": "1.18.19",
19
- "@trackunit/iris-app-runtime-core-api": "1.14.27",
20
- "@trackunit/react-core-hooks": "1.15.28"
17
+ "@trackunit/react-core-contexts-test": "1.15.29",
18
+ "@trackunit/i18n-library-translation": "1.18.20",
19
+ "@trackunit/iris-app-runtime-core-api": "1.14.28",
20
+ "@trackunit/react-core-hooks": "1.15.29"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@apollo/client": "^3.13.8",
@@ -590,6 +590,8 @@ export type AssetFiltersInput = {
590
590
  pendingTelematicsDevices?: InputMaybe<Array<Scalars["String"]["input"]>>;
591
591
  /** List of production years */
592
592
  productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
593
+ /** Filter by received visibility granted by account ID */
594
+ receivedVisibilityGrantedByAccountId?: InputMaybe<Scalars["ID"]["input"]>;
593
595
  /** Rental active contract filters */
594
596
  rentalActiveContractFilters?: InputMaybe<RentalActiveContractFilters>;
595
597
  /** List of rental contract external references */