@trackunit/filters-graphql-hook 1.27.10 → 1.27.12
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.
|
|
3
|
+
"version": "1.27.12",
|
|
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": "1.15.
|
|
14
|
-
"@trackunit/filters-filter-bar": "1.22.
|
|
15
|
-
"@trackunit/shared-utils": "1.13.
|
|
16
|
-
"@trackunit/iris-app-api": "1.17.
|
|
17
|
-
"@trackunit/react-core-contexts-test": "1.15.
|
|
18
|
-
"@trackunit/i18n-library-translation": "1.18.
|
|
19
|
-
"@trackunit/iris-app-runtime-core-api": "1.14.
|
|
20
|
-
"@trackunit/react-core-hooks": "1.15.
|
|
13
|
+
"@trackunit/iris-app-build-utilities": "1.15.19",
|
|
14
|
+
"@trackunit/filters-filter-bar": "1.22.27",
|
|
15
|
+
"@trackunit/shared-utils": "1.13.114",
|
|
16
|
+
"@trackunit/iris-app-api": "1.17.19",
|
|
17
|
+
"@trackunit/react-core-contexts-test": "1.15.30",
|
|
18
|
+
"@trackunit/i18n-library-translation": "1.18.21",
|
|
19
|
+
"@trackunit/iris-app-runtime-core-api": "1.14.29",
|
|
20
|
+
"@trackunit/react-core-hooks": "1.15.30"
|
|
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 */
|