@trackunit/filters-asset-filter-definitions 1.30.12 → 1.30.14
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": "1.30.
|
|
3
|
+
"version": "1.30.14",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
"zod": "^3.25.76",
|
|
13
13
|
"string-ts": "^2.0.0",
|
|
14
14
|
"tailwind-merge": "^2.0.0",
|
|
15
|
-
"@trackunit/iris-app-build-utilities": "1.15.
|
|
16
|
-
"@trackunit/filters-filter-bar": "1.22.
|
|
17
|
-
"@trackunit/react-core-hooks": "1.15.
|
|
18
|
-
"@trackunit/react-filter-components": "1.21.
|
|
19
|
-
"@trackunit/react-form-components": "1.22.
|
|
20
|
-
"@trackunit/filters-graphql-hook": "1.27.
|
|
21
|
-
"@trackunit/utilization-indicator": "1.21.
|
|
22
|
-
"@trackunit/geo-json-utils": "1.12.
|
|
23
|
-
"@trackunit/react-components": "1.22.
|
|
24
|
-
"@trackunit/shared-utils": "1.13.
|
|
25
|
-
"@trackunit/translations-machine-type": "1.18.
|
|
26
|
-
"@trackunit/criticality-indicator": "1.21.
|
|
27
|
-
"@trackunit/iris-app-api": "1.17.
|
|
28
|
-
"@trackunit/react-core-contexts-test": "1.15.
|
|
29
|
-
"@trackunit/i18n-library-translation": "1.18.
|
|
30
|
-
"@trackunit/iris-app-runtime-core-api": "1.14.
|
|
31
|
-
"@trackunit/react-graphql-hooks": "1.22.
|
|
15
|
+
"@trackunit/iris-app-build-utilities": "1.15.19",
|
|
16
|
+
"@trackunit/filters-filter-bar": "1.22.27",
|
|
17
|
+
"@trackunit/react-core-hooks": "1.15.30",
|
|
18
|
+
"@trackunit/react-filter-components": "1.21.27",
|
|
19
|
+
"@trackunit/react-form-components": "1.22.25",
|
|
20
|
+
"@trackunit/filters-graphql-hook": "1.27.12",
|
|
21
|
+
"@trackunit/utilization-indicator": "1.21.21",
|
|
22
|
+
"@trackunit/geo-json-utils": "1.12.25",
|
|
23
|
+
"@trackunit/react-components": "1.22.21",
|
|
24
|
+
"@trackunit/shared-utils": "1.13.114",
|
|
25
|
+
"@trackunit/translations-machine-type": "1.18.21",
|
|
26
|
+
"@trackunit/criticality-indicator": "1.21.21",
|
|
27
|
+
"@trackunit/iris-app-api": "1.17.19",
|
|
28
|
+
"@trackunit/react-core-contexts-test": "1.15.30",
|
|
29
|
+
"@trackunit/i18n-library-translation": "1.18.21",
|
|
30
|
+
"@trackunit/iris-app-runtime-core-api": "1.14.29",
|
|
31
|
+
"@trackunit/react-graphql-hooks": "1.22.21"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@apollo/client": "^3.13.8",
|
|
@@ -537,6 +537,8 @@ export type AssetFiltersInput = {
|
|
|
537
537
|
pendingTelematicsDevices?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
538
538
|
/** List of production years */
|
|
539
539
|
productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
540
|
+
/** Filter by received visibility granted by account ID */
|
|
541
|
+
receivedVisibilityGrantedByAccountId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
540
542
|
/** Rental active contract filters */
|
|
541
543
|
rentalActiveContractFilters?: InputMaybe<RentalActiveContractFilters>;
|
|
542
544
|
/** List of rental contract external references */
|