@trackunit/filters-asset-filter-definitions 1.10.44 → 1.10.45
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.10.
|
|
3
|
+
"version": "1.10.45",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@trackunit/react-core-hooks": "1.7.31",
|
|
22
22
|
"@trackunit/react-filter-components": "1.7.42",
|
|
23
23
|
"@trackunit/react-form-components": "1.8.41",
|
|
24
|
-
"@trackunit/filters-graphql-hook": "1.10.
|
|
24
|
+
"@trackunit/filters-graphql-hook": "1.10.43",
|
|
25
25
|
"@trackunit/utilization-indicator": "1.7.40",
|
|
26
26
|
"@trackunit/geo-json-utils": "1.7.26",
|
|
27
27
|
"@trackunit/react-components": "1.9.40",
|
|
@@ -478,7 +478,7 @@ export type AssetFiltersInput = {
|
|
|
478
478
|
customFields?: InputMaybe<Array<CustomFieldFilter>>;
|
|
479
479
|
/** List of customerIds to exclude */
|
|
480
480
|
customerExclusionIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
481
|
-
/** List of customerIds */
|
|
481
|
+
/** List of customerIds: this is an 'or' filter -> if customer has ID1 or ID2 */
|
|
482
482
|
customerIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
483
483
|
/** List of customer types */
|
|
484
484
|
customerTypes?: InputMaybe<Array<CustomerTypeSFS>>;
|
|
@@ -536,6 +536,8 @@ export type AssetFiltersInput = {
|
|
|
536
536
|
rentalStatuses?: InputMaybe<Array<RentalStatus>>;
|
|
537
537
|
/** A string that could match a property of an asset within your fleet */
|
|
538
538
|
searchQuery?: InputMaybe<Scalars["String"]["input"]>;
|
|
539
|
+
/** Currently selected customer ID to include: if customer has selectedId and one of the customerIds passed */
|
|
540
|
+
selectedCustomerIdFilter?: InputMaybe<Scalars["String"]["input"]>;
|
|
539
541
|
/** List of serial numbers */
|
|
540
542
|
serialNumbers?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
541
543
|
/** List of service booked values */
|