@@ -13,6 +13,7 @@ docs/AnnotationFeedbackRequest.md
1313docs/AnnotationRequest.md
1414docs/AppUserTokenObtainPair.md
1515docs/AppUserTokenObtainPairRequest.md
16+ docs/Assignment.md
1617docs/AuthApi.md
1718docs/AuthChangePasswordError.md
1819docs/AuthChangePasswordNonFieldErrorsErrorComponent.md
@@ -240,16 +241,19 @@ docs/IdentificationtasksAnnotationsListOrderByErrorComponent.md
240241docs/IdentificationtasksAnnotationsListUserIdsErrorComponent.md
241242docs/IdentificationtasksAnnotationsListValidationError.md
242243docs/IdentificationtasksListAnnotatorIdsErrorComponent.md
244+ docs/IdentificationtasksListAssigneeIdsErrorComponent.md
243245docs/IdentificationtasksListCreatedAtErrorComponent.md
244246docs/IdentificationtasksListError.md
245247docs/IdentificationtasksListMineAnnotatorIdsErrorComponent.md
248+ docs/IdentificationtasksListMineAssigneeIdsErrorComponent.md
246249docs/IdentificationtasksListMineCreatedAtErrorComponent.md
247250docs/IdentificationtasksListMineError.md
248251docs/IdentificationtasksListMineNumAnnotationsErrorComponent.md
249252docs/IdentificationtasksListMineObservationCountryIdsErrorComponent.md
250253docs/IdentificationtasksListMineOrderByErrorComponent.md
251254docs/IdentificationtasksListMineResultAgreementErrorComponent.md
252255docs/IdentificationtasksListMineResultConfidenceErrorComponent.md
256+ docs/IdentificationtasksListMineResultSourceErrorComponent.md
253257docs/IdentificationtasksListMineResultTaxonIdsErrorComponent.md
254258docs/IdentificationtasksListMineResultUncertaintyErrorComponent.md
255259docs/IdentificationtasksListMineReviewTypeErrorComponent.md
@@ -261,6 +265,7 @@ docs/IdentificationtasksListObservationCountryIdsErrorComponent.md
261265docs/IdentificationtasksListOrderByErrorComponent.md
262266docs/IdentificationtasksListResultAgreementErrorComponent.md
263267docs/IdentificationtasksListResultConfidenceErrorComponent.md
268+ docs/IdentificationtasksListResultSourceErrorComponent.md
264269docs/IdentificationtasksListResultTaxonIdsErrorComponent.md
265270docs/IdentificationtasksListResultUncertaintyErrorComponent.md
266271docs/IdentificationtasksListReviewTypeErrorComponent.md
@@ -602,6 +607,7 @@ mosquito_alert/models/annotation_feedback_request.py
602607mosquito_alert/models/annotation_request.py
603608mosquito_alert/models/app_user_token_obtain_pair.py
604609mosquito_alert/models/app_user_token_obtain_pair_request.py
610+ mosquito_alert/models/assignment.py
605611mosquito_alert/models/auth_change_password_error.py
606612mosquito_alert/models/auth_change_password_non_field_errors_error_component.py
607613mosquito_alert/models/auth_change_password_password_error_component.py
@@ -821,16 +827,19 @@ mosquito_alert/models/identificationtasks_annotations_list_order_by_error_compon
821827mosquito_alert/models/identificationtasks_annotations_list_user_ids_error_component.py
822828mosquito_alert/models/identificationtasks_annotations_list_validation_error.py
823829mosquito_alert/models/identificationtasks_list_annotator_ids_error_component.py
830+ mosquito_alert/models/identificationtasks_list_assignee_ids_error_component.py
824831mosquito_alert/models/identificationtasks_list_created_at_error_component.py
825832mosquito_alert/models/identificationtasks_list_error.py
826833mosquito_alert/models/identificationtasks_list_mine_annotator_ids_error_component.py
834+ mosquito_alert/models/identificationtasks_list_mine_assignee_ids_error_component.py
827835mosquito_alert/models/identificationtasks_list_mine_created_at_error_component.py
828836mosquito_alert/models/identificationtasks_list_mine_error.py
829837mosquito_alert/models/identificationtasks_list_mine_num_annotations_error_component.py
830838mosquito_alert/models/identificationtasks_list_mine_observation_country_ids_error_component.py
831839mosquito_alert/models/identificationtasks_list_mine_order_by_error_component.py
832840mosquito_alert/models/identificationtasks_list_mine_result_agreement_error_component.py
833841mosquito_alert/models/identificationtasks_list_mine_result_confidence_error_component.py
842+ mosquito_alert/models/identificationtasks_list_mine_result_source_error_component.py
834843mosquito_alert/models/identificationtasks_list_mine_result_taxon_ids_error_component.py
835844mosquito_alert/models/identificationtasks_list_mine_result_uncertainty_error_component.py
836845mosquito_alert/models/identificationtasks_list_mine_review_type_error_component.py
@@ -842,6 +851,7 @@ mosquito_alert/models/identificationtasks_list_observation_country_ids_error_com
842851mosquito_alert/models/identificationtasks_list_order_by_error_component.py
843852mosquito_alert/models/identificationtasks_list_result_agreement_error_component.py
844853mosquito_alert/models/identificationtasks_list_result_confidence_error_component.py
854+ mosquito_alert/models/identificationtasks_list_result_source_error_component.py
845855mosquito_alert/models/identificationtasks_list_result_taxon_ids_error_component.py
846856mosquito_alert/models/identificationtasks_list_result_uncertainty_error_component.py
847857mosquito_alert/models/identificationtasks_list_review_type_error_component.py
@@ -1163,6 +1173,7 @@ test/test_annotation_feedback_request.py
11631173test/test_annotation_request.py
11641174test/test_app_user_token_obtain_pair.py
11651175test/test_app_user_token_obtain_pair_request.py
1176+ test/test_assignment.py
11661177test/test_auth_api.py
11671178test/test_auth_change_password_error.py
11681179test/test_auth_change_password_non_field_errors_error_component.py
@@ -1390,16 +1401,19 @@ test/test_identificationtasks_annotations_list_order_by_error_component.py
13901401test/test_identificationtasks_annotations_list_user_ids_error_component.py
13911402test/test_identificationtasks_annotations_list_validation_error.py
13921403test/test_identificationtasks_list_annotator_ids_error_component.py
1404+ test/test_identificationtasks_list_assignee_ids_error_component.py
13931405test/test_identificationtasks_list_created_at_error_component.py
13941406test/test_identificationtasks_list_error.py
13951407test/test_identificationtasks_list_mine_annotator_ids_error_component.py
1408+ test/test_identificationtasks_list_mine_assignee_ids_error_component.py
13961409test/test_identificationtasks_list_mine_created_at_error_component.py
13971410test/test_identificationtasks_list_mine_error.py
13981411test/test_identificationtasks_list_mine_num_annotations_error_component.py
13991412test/test_identificationtasks_list_mine_observation_country_ids_error_component.py
14001413test/test_identificationtasks_list_mine_order_by_error_component.py
14011414test/test_identificationtasks_list_mine_result_agreement_error_component.py
14021415test/test_identificationtasks_list_mine_result_confidence_error_component.py
1416+ test/test_identificationtasks_list_mine_result_source_error_component.py
14031417test/test_identificationtasks_list_mine_result_taxon_ids_error_component.py
14041418test/test_identificationtasks_list_mine_result_uncertainty_error_component.py
14051419test/test_identificationtasks_list_mine_review_type_error_component.py
@@ -1411,6 +1425,7 @@ test/test_identificationtasks_list_observation_country_ids_error_component.py
14111425test/test_identificationtasks_list_order_by_error_component.py
14121426test/test_identificationtasks_list_result_agreement_error_component.py
14131427test/test_identificationtasks_list_result_confidence_error_component.py
1428+ test/test_identificationtasks_list_result_source_error_component.py
14141429test/test_identificationtasks_list_result_taxon_ids_error_component.py
14151430test/test_identificationtasks_list_result_uncertainty_error_component.py
14161431test/test_identificationtasks_list_review_type_error_component.py
0 commit comments