Remove hasTemplateEntityRefs and only keep hasCreatedBy
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
@@ -468,7 +468,7 @@ export type TaskEventType = 'completion' | 'log' | 'cancelled' | 'recovered';
|
||||
|
||||
// @public
|
||||
export type TaskFilter = {
|
||||
property: 'createdBy' | 'templateEntityRefs';
|
||||
property: 'createdBy';
|
||||
values: Array<string> | undefined;
|
||||
};
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@ export type TaskBrokerDispatchOptions = {
|
||||
* @public
|
||||
*/
|
||||
export type TaskFilter = {
|
||||
property: 'createdBy' | 'templateEntityRefs';
|
||||
property: 'createdBy';
|
||||
values: Array<string> | undefined;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user