mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 08:07:59 -06:00
feat: Update tags query file
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user