feat: Update tags query file

This commit is contained in:
Anton Stubenbord
2023-05-12 10:53:18 +02:00
parent 71447b4dcc
commit a4a7838810

View File

@@ -9,12 +9,10 @@ class TagsQuery with _$TagsQuery {
const TagsQuery._();
@HiveType(typeId: PaperlessApiHiveTypeIds.notAssignedTagsQuery)
const factory TagsQuery.notAssigned() = NotAssignedTagsQuery;
@HiveType(typeId: PaperlessApiHiveTypeIds.anyAssignedTagsQuery)
const factory TagsQuery.anyAssigned({
@Default([]) List<int> tagIds,
}) = AnyAssignedTagsQuery;
@HiveType(typeId: PaperlessApiHiveTypeIds.idsTagsQuery)
const factory TagsQuery.ids({
@Default([]) List<int> include,