Remove hasTemplateEntityRefs and only keep hasCreatedBy

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
Kashish Mittal
2025-04-15 17:08:43 -04:00
parent 5f01d02238
commit fe85d897d5
11 changed files with 46 additions and 219 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export type TaskBrokerDispatchOptions = {
* @public
*/
export type TaskFilter = {
property: 'createdBy' | 'templateEntityRefs';
property: 'createdBy';
values: Array<string> | undefined;
};