@trackunit/filters-graphql-hook 0.0.45 → 0.0.47-alpha-52ec6ef4f8.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
|
@@ -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 */
|