@trackunit/filters-graphql-hook 0.0.46 → 0.0.48-alpha-d54f3828a2.0

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": "0.0.46",
3
+ "version": "0.0.48-alpha-d54f3828a2.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -241,6 +241,8 @@ export type AssetFiltersInput = {
241
241
  criticalities?: InputMaybe<Array<AssetCriticalityState>>;
242
242
  /** List of custom fields to filter by */
243
243
  customFields?: InputMaybe<Array<CustomFieldFilter>>;
244
+ /** List of customerIds to exclude */
245
+ customerExclusionIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
244
246
  /** List of customerIds */
245
247
  customerIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
246
248
  /** List of customer types */