@trackunit/filters-graphql-hook 1.7.16 → 1.7.18
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.7.
|
|
3
|
+
"version": "1.7.18",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@apollo/client": "3.13.8",
|
|
15
15
|
"zod": "3.23.4",
|
|
16
16
|
"@trackunit/iris-app-build-utilities": "1.4.22",
|
|
17
|
-
"@trackunit/filters-filter-bar": "1.5.
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.5.41",
|
|
18
18
|
"@trackunit/shared-utils": "1.6.20",
|
|
19
19
|
"@trackunit/iris-app-api": "1.4.22",
|
|
20
20
|
"@trackunit/react-core-contexts-test": "1.4.23",
|
|
@@ -542,6 +542,14 @@ export type AssetFiltersInput = {
|
|
|
542
542
|
partnerId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
543
543
|
/** List of production years */
|
|
544
544
|
productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
545
|
+
/** List of rental contract external references */
|
|
546
|
+
rentalContractExternalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
547
|
+
/** List of rental contract order numbers */
|
|
548
|
+
rentalContractOrderNumbers?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
549
|
+
/** Searches rental contract reference code descriptions for matching text */
|
|
550
|
+
rentalContractReferenceCodeDescriptionQuery?: InputMaybe<Scalars["String"]["input"]>;
|
|
551
|
+
/** List of rental contract reference codes */
|
|
552
|
+
rentalContractReferenceCodes?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
545
553
|
/** List of rental contract ids */
|
|
546
554
|
rentalContracts?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
547
555
|
/** List of siteIds where any asset in rental by this depot should be excluded */
|