@trackunit/filters-asset-filter-definitions 1.7.18 → 1.7.19
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.7.
|
|
3
|
+
"version": "1.7.19",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
"string-ts": "^2.0.0",
|
|
19
19
|
"tailwind-merge": "^2.0.0",
|
|
20
20
|
"@trackunit/iris-app-build-utilities": "1.4.22",
|
|
21
|
-
"@trackunit/filters-filter-bar": "1.5.
|
|
21
|
+
"@trackunit/filters-filter-bar": "1.5.40",
|
|
22
22
|
"@trackunit/react-core-hooks": "1.4.23",
|
|
23
|
-
"@trackunit/react-filter-components": "1.4.
|
|
24
|
-
"@trackunit/react-form-components": "1.4.
|
|
25
|
-
"@trackunit/filters-graphql-hook": "1.7.
|
|
26
|
-
"@trackunit/utilization-indicator": "1.4.
|
|
23
|
+
"@trackunit/react-filter-components": "1.4.39",
|
|
24
|
+
"@trackunit/react-form-components": "1.4.33",
|
|
25
|
+
"@trackunit/filters-graphql-hook": "1.7.17",
|
|
26
|
+
"@trackunit/utilization-indicator": "1.4.32",
|
|
27
27
|
"@trackunit/geo-json-utils": "1.4.20",
|
|
28
|
-
"@trackunit/react-components": "1.5.
|
|
28
|
+
"@trackunit/react-components": "1.5.29",
|
|
29
29
|
"@trackunit/shared-utils": "1.6.20",
|
|
30
30
|
"@trackunit/translations-machine-type": "1.4.25",
|
|
31
|
-
"@trackunit/criticality-indicator": "1.4.
|
|
31
|
+
"@trackunit/criticality-indicator": "1.4.31",
|
|
32
32
|
"@trackunit/iris-app-api": "1.4.22",
|
|
33
33
|
"@trackunit/react-core-contexts-test": "1.4.23",
|
|
34
34
|
"@trackunit/i18n-library-translation": "1.4.25",
|
|
@@ -511,6 +511,14 @@ export type AssetFiltersInput = {
|
|
|
511
511
|
partnerId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
512
512
|
/** List of production years */
|
|
513
513
|
productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
514
|
+
/** List of rental contract external references */
|
|
515
|
+
rentalContractExternalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
516
|
+
/** List of rental contract order numbers */
|
|
517
|
+
rentalContractOrderNumbers?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
518
|
+
/** Searches rental contract reference code descriptions for matching text */
|
|
519
|
+
rentalContractReferenceCodeDescriptionQuery?: InputMaybe<Scalars["String"]["input"]>;
|
|
520
|
+
/** List of rental contract reference codes */
|
|
521
|
+
rentalContractReferenceCodes?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
514
522
|
/** List of rental contract ids */
|
|
515
523
|
rentalContracts?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
516
524
|
/** List of siteIds where any asset in rental by this depot should be excluded */
|