@trackunit/filters-asset-filter-definitions 0.0.52 → 0.0.53-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
|
@@ -214,6 +214,8 @@ export type AssetFiltersInput = {
|
|
|
214
214
|
criticalities?: InputMaybe<Array<AssetCriticalityState>>;
|
|
215
215
|
/** List of custom fields to filter by */
|
|
216
216
|
customFields?: InputMaybe<Array<CustomFieldFilter>>;
|
|
217
|
+
/** List of customerIds to exclude */
|
|
218
|
+
customerExclusionIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
217
219
|
/** List of customerIds */
|
|
218
220
|
customerIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
219
221
|
/** List of customer types */
|