add has_source and has_no_source to doClaimSearch options

This commit is contained in:
Sean Yesmunt 2021-03-17 13:40:03 -04:00
parent d75e7725fe
commit d10ed9ff72

View file

@ -585,6 +585,8 @@ export function doClaimSearch(
not_tags?: Array<string>,
order_by?: Array<string>,
release_time?: string,
has_source?: boolean,
has_no_souce?: boolean,
} = {
no_totals: true,
page_size: 10,