@trackunit/filters-asset-filter-definitions 1.10.44 → 1.10.47

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.44",
3
+ "version": "1.10.47",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -16,24 +16,24 @@
16
16
  "jest-fetch-mock": "^3.0.3",
17
17
  "string-ts": "^2.0.0",
18
18
  "tailwind-merge": "^2.0.0",
19
- "@trackunit/iris-app-build-utilities": "1.7.27",
20
- "@trackunit/filters-filter-bar": "1.8.42",
21
- "@trackunit/react-core-hooks": "1.7.31",
22
- "@trackunit/react-filter-components": "1.7.42",
23
- "@trackunit/react-form-components": "1.8.41",
24
- "@trackunit/filters-graphql-hook": "1.10.42",
25
- "@trackunit/utilization-indicator": "1.7.40",
26
- "@trackunit/geo-json-utils": "1.7.26",
27
- "@trackunit/react-components": "1.9.40",
28
- "@trackunit/shared-utils": "1.9.26",
29
- "@trackunit/translations-machine-type": "1.7.34",
30
- "@trackunit/criticality-indicator": "1.7.40",
31
- "@trackunit/iris-app-api": "1.7.27",
32
- "@trackunit/react-core-contexts-test": "1.7.31",
33
- "@trackunit/i18n-library-translation": "1.7.32",
34
- "@trackunit/react-core-contexts-api": "1.8.28",
35
- "@trackunit/react-test-setup": "1.4.26",
36
- "@trackunit/react-graphql-hooks": "1.7.40"
19
+ "@trackunit/iris-app-build-utilities": "1.7.28",
20
+ "@trackunit/filters-filter-bar": "1.8.43",
21
+ "@trackunit/react-core-hooks": "1.7.32",
22
+ "@trackunit/react-filter-components": "1.7.43",
23
+ "@trackunit/react-form-components": "1.8.42",
24
+ "@trackunit/filters-graphql-hook": "1.10.44",
25
+ "@trackunit/utilization-indicator": "1.7.41",
26
+ "@trackunit/geo-json-utils": "1.7.27",
27
+ "@trackunit/react-components": "1.9.41",
28
+ "@trackunit/shared-utils": "1.9.27",
29
+ "@trackunit/translations-machine-type": "1.7.36",
30
+ "@trackunit/criticality-indicator": "1.7.41",
31
+ "@trackunit/iris-app-api": "1.7.28",
32
+ "@trackunit/react-core-contexts-test": "1.7.32",
33
+ "@trackunit/i18n-library-translation": "1.7.33",
34
+ "@trackunit/react-core-contexts-api": "1.8.29",
35
+ "@trackunit/react-test-setup": "1.4.27",
36
+ "@trackunit/react-graphql-hooks": "1.7.41"
37
37
  },
38
38
  "module": "./index.esm.js",
39
39
  "main": "./index.cjs.js",
@@ -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 */