testit-api-client 7.5.3__tar.gz → 7.5.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {testit_api_client-7.5.3/src/testit_api_client.egg-info → testit_api_client-7.5.4}/PKG-INFO +4 -4
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/README.md +3 -3
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/setup.py +1 -1
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/__init__.py +1 -1
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api_client.py +1 -1
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/configuration.py +1 -1
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_results_id_put_request.py +6 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_results_for_test_run_model.py +8 -2
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_short_api_result.py +4 -4
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/generate_work_item_previews_api_model.py +32 -23
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/rerun_test_result_api_result.py +11 -11
- testit_api_client-7.5.4/src/testit_api_client/model/rerun_test_result_api_result_status.py +333 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_result_configuration.py +4 -4
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_result_status_model.py +8 -8
- testit_api_client-7.5.4/src/testit_api_client/model/test_result_link_api_result.py +295 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_short_response.py +5 -5
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_update_v2_request.py +6 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_status_short_api_result.py +12 -12
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_work_items_search_model_duration.py +3 -3
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_filter_api_model.py +5 -5
- testit_api_client-7.5.4/src/testit_api_client/model/work_item_filter_api_model_duration.py +323 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_select_api_model_filter.py +5 -5
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/models/__init__.py +3 -3
- {testit_api_client-7.5.3 → testit_api_client-7.5.4/src/testit_api_client.egg-info}/PKG-INFO +4 -4
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client.egg-info/SOURCES.txt +3 -3
- testit_api_client-7.5.3/src/testit_api_client/model/auto_test_result_reasons_count_item_model.py +0 -274
- testit_api_client-7.5.3/src/testit_api_client/model/auto_test_result_reasons_count_model.py +0 -268
- testit_api_client-7.5.3/src/testit_api_client/model/link_short.py +0 -269
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/LICENSE.md +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/setup.cfg +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/__init__.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/attachments_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/auto_tests_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/background_jobs_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/configurations_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/custom_attribute_templates_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/custom_attributes_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/external_issues_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/notifications_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/open_id_connections_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/parameters_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_attribute_templates_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_attributes_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_configurations_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_sections_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_settings_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_test_plan_attributes_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_test_plan_test_points_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_test_plans_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/project_work_items_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/projects_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/search_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/sections_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/tags_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/test_plans_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/test_points_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/test_results_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/test_runs_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/test_statuses_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/test_suites_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/users_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/webhooks_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/webhooks_logs_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/work_items_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/work_items_comments_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/api/workflows_api.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/apis/__init__.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/exceptions.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/__init__.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/action_update.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/ai_service_model_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/ai_service_model_api_result_reply.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_external_service_category.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_auto_tests_delete_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_auto_tests_flaky_bulk_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_auto_tests_id_test_results_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_auto_tests_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_background_jobs_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_configurations_create_by_parameters_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_configurations_delete_bulk_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_configurations_purge_bulk_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_configurations_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_configurations_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_custom_attributes_global_id_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_custom_attributes_global_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_custom_attributes_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_custom_attributes_templates_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_custom_attributes_templates_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_custom_attributes_templates_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_external_issues_suggestions_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_notifications_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_parameters_search_groups_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_parameters_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_attributes_templates_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_settings_autotests_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_delete_bulk_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_grouped_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_id_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_restore_bulk_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_projects_shorts_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_search_global_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_tags_delete_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_tags_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_tags_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_plans_id_export_test_points_xlsx_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_plans_id_test_points_tester_user_id_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_plans_id_test_runs_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_points_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_results_external_projects_external_project_id_defects_external_forms_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_results_external_projects_external_project_id_defects_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_results_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_runs_delete_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_runs_id_reruns_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_runs_id_statistics_filter_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_runs_id_test_results_bulk_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_runs_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_runs_update_multiple_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_statuses_id_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_statuses_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_statuses_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_suites_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_test_suites_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_webhooks_delete_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_webhooks_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_webhooks_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_webhooks_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_webhooks_test_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_work_items_comments_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_work_items_comments_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_work_items_links_urls_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_work_items_move_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_work_items_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_sections_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_work_items_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_workflows_id_projects_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_workflows_id_put_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_workflows_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/api_v2_workflows_search_post_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/assign_attachment_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/assign_iteration_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/attachment_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/attachment_change_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/attachment_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/attachment_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/attachment_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/attachment_put_model_auto_test_step_results_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/attachment_update_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/audit_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_average_duration_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_bulk_delete_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_bulk_delete_api_model_auto_test_select.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_bulk_delete_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_change_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_class_count_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_create_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_filter_api_model_modified_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_filter_api_model_stability_percentage.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_flaky_bulk_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_flaky_bulk_api_model_auto_test_select.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_id_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_last_test_result_configuration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_model_last_test_result_configuration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_model_last_test_result_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_model_v2_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_namespace_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_namespace_count_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_namespaces_count_response.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_outcome.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_project_settings_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_project_settings_api_model_work_item_updating_fields.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_project_settings_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_project_settings_api_result_work_item_updating_fields.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_related_to_test_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_result_history_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_result_history_api_result_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_result_history_select_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_result_reason_short.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_search_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_search_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_search_api_model_includes.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_search_include_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_select_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_select_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_step.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_step_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_step_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_step_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_step_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_step_result_update_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_step_results_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_update_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_test_work_item_identifier_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/auto_tests_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/autotest_result_outcome.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/autotest_result_reason_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/autotest_result_reason_short_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/available_failure_category.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/available_test_result_outcome.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/background_job_attachment_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/background_job_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/background_job_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/background_job_state.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/background_job_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/boolean_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/boolean_nullable_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/collection_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/collection_filter_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/collection_operator.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/composite_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_by_parameters_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_extraction_api_model_project_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_select_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_select_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_select_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_select_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_select_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_short.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/configuration_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_and_fill_by_auto_tests_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_and_fill_by_configurations_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_and_fill_by_work_items_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_auto_test_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_configuration_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_defect_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_defect_api_model_form.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_empty_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_empty_test_run_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_failure_category_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_failure_class_regex_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_link_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_parameter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_parameter_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_project_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_project_failure_category_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_project_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_projects_attribute_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_section_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_step_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_tag_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_test_plan_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_test_plan_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_test_run_and_fill_by_auto_tests_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_test_run_and_fill_by_configurations_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_test_run_and_fill_by_work_items_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_test_status_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_work_item_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_work_item_comment_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_work_item_previews_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/create_workflow_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_change_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_option_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_option_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_option_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_search_query_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_search_response_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_template_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_template_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_template_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_template_search_query_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_template_validation_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_test_plan_project_relation_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_types_enum.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/custom_attribute_validation_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/date_time_range_selector_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/defect_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/deletion_state.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/demo_project_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/enable_project_external_service_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_form_allowed_value_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_form_create_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_form_field_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_form_link_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_form_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_field.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_field_suggestion.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_field_suggestion_external_service.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_field_suggestion_reply.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_metadata.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_metadata_priority.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_metadata_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_priority.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_result_metadata.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_api_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_external_service_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_metadata_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_model_metadata.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_priority_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_issue_type_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_link_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_service_metadata_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/external_services_metadata_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_group_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_group_item_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_group_item_api_result_group.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_group_item_api_result_reply.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_group_search_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_group_search_api_model_group.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_group_search_api_model_inquiry.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_item_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_category_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/failure_class_regex_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/filter_operator.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/generate_work_item_previews_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/get_ai_service_models_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/get_external_form_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/get_external_form_api_result_form.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/get_external_issue_suggestions_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/get_external_issue_suggestions_api_model_inquiry.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/get_short_projects_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/get_xlsx_test_points_by_test_plan_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/global_custom_attribute_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/global_custom_attribute_update_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/global_search_item_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/global_search_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/global_search_response.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/guid_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/guid_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/i_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/image_resize_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/inquiry.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/int32_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/int32_range_selector_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/int64_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/int64_range_selector_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/iteration_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/iteration_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/label.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/label_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/label_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/label_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/last_test_result_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/last_test_result_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_auto_test_to_work_item_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_create_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/link_update_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/list_sort_direction.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/logical_operator.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/manual_rerun_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/manual_rerun_select_test_results_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/manual_rerun_select_test_results_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/manual_rerun_select_test_results_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/manual_rerun_test_result_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/manual_rerun_test_result_api_model_test_result_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/move_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/named_entity_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/notification_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/notification_query_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/notification_type_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/open_id_connection_client_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/open_id_connection_settings_short_client_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/operation.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/order.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/page.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/parameter_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/parameter_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/parameter_groups_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/parameter_iteration_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/parameter_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/parameter_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/parameters_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/period_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/period_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/previews_issue_link_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/previews_issue_link_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/problem_details.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_attributes_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_custom_attribute_template_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_custom_attributes_templates_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_detailed_failure_category_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_external_service_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_external_service_api_result_metadata.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_external_service_settings_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_external_services_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_failure_category_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_failure_category_group_item_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_failure_category_group_item_api_result_reply.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_name_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_short_api_result_reply.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_shortest_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_test_plans_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/project_type_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/projects_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/projects_filter_model_autotests_count.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/projects_filter_model_checklists_count.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/projects_filter_model_created_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/projects_filter_model_shared_steps_count.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/projects_filter_model_test_cases_count.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/rename_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/replace_project_external_service_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/request_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/request_type_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/request_type_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/reruns_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_attributes_in_project_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_custom_attribute_template_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_external_issues_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_test_runs_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_test_statuses_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_webhooks_query_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_work_item_link_urls_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_work_items_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_workflow_projects_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/search_workflows_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/section_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/section_move_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/section_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/section_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/section_rename_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/section_shared_step.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/section_with_steps_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/select_tags_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/select_tags_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/select_tags_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_change_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_reference_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_reference_section_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model_created_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model_modified_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_references_query_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/shared_step_result_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/short_configuration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/step_comment_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/step_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/step_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/step_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/step_result_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/string_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/string_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/string_changed_field_with_diffs_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/string_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/tag_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/tag_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/tag_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/tag_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/tags_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/tags_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/tags_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/tags_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_change_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_change_model_test_plan_changed_fields.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_changed_fields_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_group_by_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_group_by_status_code.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_group_by_status_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_group_by_tester.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_group_by_tester_and_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_group_by_tester_and_status_code.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_link.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_status_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_summary_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_tag_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_analytics_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_analytics_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_auto_tests_run_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_group_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_group_search_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_group_search_api_result_status_counters.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_group_search_item_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_inquiry_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_model_created_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_model_duration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_model_modified_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_created_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_median_duration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_modified_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_result_created.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_result_test_suite.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_api_result_work_item.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_search_status_counters_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_section_search_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_set_testers_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_status_code_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_status_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_status_type_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_test_suite_search_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_tester_and_status_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_tester_and_status_type_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_tester_group_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_work_item_search_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_test_points_work_item_search_api_result_section.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_with_analytic_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_with_analytic_model_analytic.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_plan_with_test_suite_tree_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_analytic_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_by_test_suite_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_change_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_filter_request_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_related_to_test_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_result_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_selector.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_short_api_result_status_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_short_response_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_short_response_model_last_test_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_short_response_model_status_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_point_with_last_result_response_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_points_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_change_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_chronology_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_configuration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_failure_class_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_history_report_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_history_report_api_result_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_outcome.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_response.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_step_comment_update_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_v2_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_result_v2_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_filter_api_model_completed_on.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_filter_api_model_duration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_filter_api_model_modified_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_filter_api_model_started_on.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_local_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_select_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_select_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_select_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_statistics_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_statistics_api_result_failure_categories.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_statistics_api_result_statuses.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_statistics_failure_categories_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_results_statistics_statuses_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_analytic_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_api_result_analytic.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_by_auto_test_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_by_auto_test_api_result_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_filter_api_model_auto_tests_count.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_filter_api_model_completed_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_filter_api_model_started_date.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_group_by_failure_class_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_group_by_status_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_group_by_status_type_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_name_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_select_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_select_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_short_api_result_statistics.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_short_api_result_status.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_state.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_statistics_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_test_results_partial_bulk_set_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_test_results_partial_bulk_set_model_selector.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_test_results_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_test_results_select_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_test_results_select_model_test_result_ids_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_run_v2_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_status_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_status_api_result_reply.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_status_api_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_status_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_status_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_change_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_hierarchy_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_test_plan_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_type_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_v2_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_v2_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_v2_put_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_with_children_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_work_items_search_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_work_items_search_model_external_metadata.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_work_items_search_model_links.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/test_suite_work_items_search_model_median_duration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_auto_test_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_custom_attribute_test_plan_project_relations_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_empty_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_empty_test_run_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_failure_category_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_failure_category_project_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_failure_class_regex_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_link_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_multiple_attachments_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_multiple_links_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_multiple_tags_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_multiple_test_runs_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_multiple_test_runs_api_model_attachment_update_scheme.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_multiple_test_runs_api_model_link_update_scheme.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_multiple_test_runs_api_model_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_multiple_test_runs_api_model_tag_update_scheme.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_parameter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_parameter_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_project_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_project_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_projects_attribute_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_section_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_step_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_tag_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_test_plan_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_test_plan_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_test_status_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_work_item_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_work_item_comment_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_work_item_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/update_workflow_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/user_custom_name_validation_response.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/user_name_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/validation_problem_details.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/web_hook_event_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/web_hook_event_type_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/web_hook_event_type_request.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/web_hook_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/web_hook_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/web_hook_test_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhook_bulk_update_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhook_log_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhook_response.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhook_variables_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_delete_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_delete_api_model_extractor.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_delete_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_delete_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_update_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_update_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_update_api_model_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/webhooks_update_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_change_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_change_model_work_item_changed_fields.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_attribute_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_attachments.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_auto_tests.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_duration.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_global_id.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_is_deleted.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_links.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_project_id.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_state.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_steps.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_changed_fields_view_model_tags.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_comment_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_entity_type_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_entity_types.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_external_metadata_field_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_external_metadata_field_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_external_metadata_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_external_metadata_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_extraction_api_model_section_ids.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_filter_api_model_external_metadata.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_filter_api_model_links.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_group_get_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_group_get_model_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_group_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_group_type.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_id_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_index_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_like_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_change_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_extraction_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_url_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_url_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_url_api_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_url_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_link_url_filter_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_local_filter_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_local_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_local_select_model_extraction_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_local_select_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_move_post_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_preview_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_preview_step_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_priority.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_priority_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_priority_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_search_query_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_select_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_select_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_select_model_filter.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_short_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_source_type_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_source_type_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_state.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_state_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_states.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_step_change_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_step_change_view_model_array_changed_field_with_diffs_view_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_step_change_view_model_work_item.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_updating_fields_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_updating_fields_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/work_item_version_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_exists_by_name_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_project_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_project_api_result_api_collection_preview.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_project_api_result_reply.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_short_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_short_api_result_projects.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_short_api_result_reply.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_status_api_model.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model/workflow_status_api_result.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/model_utils.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client/rest.py +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client.egg-info/dependency_links.txt +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client.egg-info/requires.txt +0 -0
- {testit_api_client-7.5.3 → testit_api_client-7.5.4}/src/testit_api_client.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-api-client
|
|
3
|
-
Version: 7.5.
|
|
3
|
+
Version: 7.5.4
|
|
4
4
|
Summary: API-client for Test IT
|
|
5
5
|
Home-page: https://pypi.org/project/testit-api-client/
|
|
6
6
|
Author: Integration team
|
|
@@ -530,8 +530,6 @@ Class | Method | HTTP request | Description
|
|
|
530
530
|
- [AutoTestResultHistoryApiResultStatus](docs/AutoTestResultHistoryApiResultStatus.md)
|
|
531
531
|
- [AutoTestResultHistorySelectApiModel](docs/AutoTestResultHistorySelectApiModel.md)
|
|
532
532
|
- [AutoTestResultReasonShort](docs/AutoTestResultReasonShort.md)
|
|
533
|
-
- [AutoTestResultReasonsCountItemModel](docs/AutoTestResultReasonsCountItemModel.md)
|
|
534
|
-
- [AutoTestResultReasonsCountModel](docs/AutoTestResultReasonsCountModel.md)
|
|
535
533
|
- [AutoTestResultsForTestRunModel](docs/AutoTestResultsForTestRunModel.md)
|
|
536
534
|
- [AutoTestSearchApiModel](docs/AutoTestSearchApiModel.md)
|
|
537
535
|
- [AutoTestSearchApiModelFilter](docs/AutoTestSearchApiModelFilter.md)
|
|
@@ -721,7 +719,6 @@ Class | Method | HTTP request | Description
|
|
|
721
719
|
- [LinkModel](docs/LinkModel.md)
|
|
722
720
|
- [LinkPostModel](docs/LinkPostModel.md)
|
|
723
721
|
- [LinkPutModel](docs/LinkPutModel.md)
|
|
724
|
-
- [LinkShort](docs/LinkShort.md)
|
|
725
722
|
- [LinkShortApiResult](docs/LinkShortApiResult.md)
|
|
726
723
|
- [LinkShortModel](docs/LinkShortModel.md)
|
|
727
724
|
- [LinkType](docs/LinkType.md)
|
|
@@ -791,6 +788,7 @@ Class | Method | HTTP request | Description
|
|
|
791
788
|
- [RequestTypeApiModel](docs/RequestTypeApiModel.md)
|
|
792
789
|
- [RequestTypeModel](docs/RequestTypeModel.md)
|
|
793
790
|
- [RerunTestResultApiResult](docs/RerunTestResultApiResult.md)
|
|
791
|
+
- [RerunTestResultApiResultStatus](docs/RerunTestResultApiResultStatus.md)
|
|
794
792
|
- [RerunsApiResult](docs/RerunsApiResult.md)
|
|
795
793
|
- [SearchAttributesInProjectRequest](docs/SearchAttributesInProjectRequest.md)
|
|
796
794
|
- [SearchCustomAttributeTemplateGetModel](docs/SearchCustomAttributeTemplateGetModel.md)
|
|
@@ -929,6 +927,7 @@ Class | Method | HTTP request | Description
|
|
|
929
927
|
- [TestResultFailureClassApiResult](docs/TestResultFailureClassApiResult.md)
|
|
930
928
|
- [TestResultHistoryReportApiResult](docs/TestResultHistoryReportApiResult.md)
|
|
931
929
|
- [TestResultHistoryReportApiResultStatus](docs/TestResultHistoryReportApiResultStatus.md)
|
|
930
|
+
- [TestResultLinkApiResult](docs/TestResultLinkApiResult.md)
|
|
932
931
|
- [TestResultOutcome](docs/TestResultOutcome.md)
|
|
933
932
|
- [TestResultResponse](docs/TestResultResponse.md)
|
|
934
933
|
- [TestResultShortApiResult](docs/TestResultShortApiResult.md)
|
|
@@ -1085,6 +1084,7 @@ Class | Method | HTTP request | Description
|
|
|
1085
1084
|
- [WorkItemExtractionApiModelSectionIds](docs/WorkItemExtractionApiModelSectionIds.md)
|
|
1086
1085
|
- [WorkItemExtractionModel](docs/WorkItemExtractionModel.md)
|
|
1087
1086
|
- [WorkItemFilterApiModel](docs/WorkItemFilterApiModel.md)
|
|
1087
|
+
- [WorkItemFilterApiModelDuration](docs/WorkItemFilterApiModelDuration.md)
|
|
1088
1088
|
- [WorkItemFilterApiModelExternalMetadata](docs/WorkItemFilterApiModelExternalMetadata.md)
|
|
1089
1089
|
- [WorkItemFilterApiModelLinks](docs/WorkItemFilterApiModelLinks.md)
|
|
1090
1090
|
- [WorkItemFilterModel](docs/WorkItemFilterModel.md)
|
|
@@ -508,8 +508,6 @@ Class | Method | HTTP request | Description
|
|
|
508
508
|
- [AutoTestResultHistoryApiResultStatus](docs/AutoTestResultHistoryApiResultStatus.md)
|
|
509
509
|
- [AutoTestResultHistorySelectApiModel](docs/AutoTestResultHistorySelectApiModel.md)
|
|
510
510
|
- [AutoTestResultReasonShort](docs/AutoTestResultReasonShort.md)
|
|
511
|
-
- [AutoTestResultReasonsCountItemModel](docs/AutoTestResultReasonsCountItemModel.md)
|
|
512
|
-
- [AutoTestResultReasonsCountModel](docs/AutoTestResultReasonsCountModel.md)
|
|
513
511
|
- [AutoTestResultsForTestRunModel](docs/AutoTestResultsForTestRunModel.md)
|
|
514
512
|
- [AutoTestSearchApiModel](docs/AutoTestSearchApiModel.md)
|
|
515
513
|
- [AutoTestSearchApiModelFilter](docs/AutoTestSearchApiModelFilter.md)
|
|
@@ -699,7 +697,6 @@ Class | Method | HTTP request | Description
|
|
|
699
697
|
- [LinkModel](docs/LinkModel.md)
|
|
700
698
|
- [LinkPostModel](docs/LinkPostModel.md)
|
|
701
699
|
- [LinkPutModel](docs/LinkPutModel.md)
|
|
702
|
-
- [LinkShort](docs/LinkShort.md)
|
|
703
700
|
- [LinkShortApiResult](docs/LinkShortApiResult.md)
|
|
704
701
|
- [LinkShortModel](docs/LinkShortModel.md)
|
|
705
702
|
- [LinkType](docs/LinkType.md)
|
|
@@ -769,6 +766,7 @@ Class | Method | HTTP request | Description
|
|
|
769
766
|
- [RequestTypeApiModel](docs/RequestTypeApiModel.md)
|
|
770
767
|
- [RequestTypeModel](docs/RequestTypeModel.md)
|
|
771
768
|
- [RerunTestResultApiResult](docs/RerunTestResultApiResult.md)
|
|
769
|
+
- [RerunTestResultApiResultStatus](docs/RerunTestResultApiResultStatus.md)
|
|
772
770
|
- [RerunsApiResult](docs/RerunsApiResult.md)
|
|
773
771
|
- [SearchAttributesInProjectRequest](docs/SearchAttributesInProjectRequest.md)
|
|
774
772
|
- [SearchCustomAttributeTemplateGetModel](docs/SearchCustomAttributeTemplateGetModel.md)
|
|
@@ -907,6 +905,7 @@ Class | Method | HTTP request | Description
|
|
|
907
905
|
- [TestResultFailureClassApiResult](docs/TestResultFailureClassApiResult.md)
|
|
908
906
|
- [TestResultHistoryReportApiResult](docs/TestResultHistoryReportApiResult.md)
|
|
909
907
|
- [TestResultHistoryReportApiResultStatus](docs/TestResultHistoryReportApiResultStatus.md)
|
|
908
|
+
- [TestResultLinkApiResult](docs/TestResultLinkApiResult.md)
|
|
910
909
|
- [TestResultOutcome](docs/TestResultOutcome.md)
|
|
911
910
|
- [TestResultResponse](docs/TestResultResponse.md)
|
|
912
911
|
- [TestResultShortApiResult](docs/TestResultShortApiResult.md)
|
|
@@ -1063,6 +1062,7 @@ Class | Method | HTTP request | Description
|
|
|
1063
1062
|
- [WorkItemExtractionApiModelSectionIds](docs/WorkItemExtractionApiModelSectionIds.md)
|
|
1064
1063
|
- [WorkItemExtractionModel](docs/WorkItemExtractionModel.md)
|
|
1065
1064
|
- [WorkItemFilterApiModel](docs/WorkItemFilterApiModel.md)
|
|
1065
|
+
- [WorkItemFilterApiModelDuration](docs/WorkItemFilterApiModelDuration.md)
|
|
1066
1066
|
- [WorkItemFilterApiModelExternalMetadata](docs/WorkItemFilterApiModelExternalMetadata.md)
|
|
1067
1067
|
- [WorkItemFilterApiModelLinks](docs/WorkItemFilterApiModelLinks.md)
|
|
1068
1068
|
- [WorkItemFilterModel](docs/WorkItemFilterModel.md)
|
|
@@ -76,7 +76,7 @@ class ApiClient(object):
|
|
|
76
76
|
self.default_headers[header_name] = header_value
|
|
77
77
|
self.cookie = cookie
|
|
78
78
|
# Set default User-Agent.
|
|
79
|
-
self.user_agent = 'OpenAPI-Generator/7.5.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/7.5.4/python'
|
|
80
80
|
|
|
81
81
|
def __enter__(self):
|
|
82
82
|
return self
|
|
@@ -413,7 +413,7 @@ conf = testit_api_client.Configuration(
|
|
|
413
413
|
"OS: {env}\n"\
|
|
414
414
|
"Python Version: {pyversion}\n"\
|
|
415
415
|
"Version of the API: v2.0\n"\
|
|
416
|
-
"SDK Package Version: 7.5.
|
|
416
|
+
"SDK Package Version: 7.5.4".\
|
|
417
417
|
format(env=sys.platform, pyversion=sys.version)
|
|
418
418
|
|
|
419
419
|
def get_host_settings(self):
|
|
@@ -37,6 +37,7 @@ def lazy_import():
|
|
|
37
37
|
from testit_api_client.model.test_result_outcome import TestResultOutcome
|
|
38
38
|
from testit_api_client.model.test_result_step_comment_update_request import TestResultStepCommentUpdateRequest
|
|
39
39
|
from testit_api_client.model.test_result_update_v2_request import TestResultUpdateV2Request
|
|
40
|
+
from testit_api_client.model.test_status_type import TestStatusType
|
|
40
41
|
globals()['AttachmentUpdateRequest'] = AttachmentUpdateRequest
|
|
41
42
|
globals()['AutoTestStepResultUpdateRequest'] = AutoTestStepResultUpdateRequest
|
|
42
43
|
globals()['Link'] = Link
|
|
@@ -44,6 +45,7 @@ def lazy_import():
|
|
|
44
45
|
globals()['TestResultOutcome'] = TestResultOutcome
|
|
45
46
|
globals()['TestResultStepCommentUpdateRequest'] = TestResultStepCommentUpdateRequest
|
|
46
47
|
globals()['TestResultUpdateV2Request'] = TestResultUpdateV2Request
|
|
48
|
+
globals()['TestStatusType'] = TestStatusType
|
|
47
49
|
|
|
48
50
|
|
|
49
51
|
class ApiV2TestResultsIdPutRequest(ModelComposed):
|
|
@@ -110,6 +112,7 @@ class ApiV2TestResultsIdPutRequest(ModelComposed):
|
|
|
110
112
|
'failure_class_ids': ([str], none_type,), # noqa: E501
|
|
111
113
|
'outcome': (TestResultOutcome,), # noqa: E501
|
|
112
114
|
'status_code': (str, none_type,), # noqa: E501
|
|
115
|
+
'status_type': (TestStatusType,), # noqa: E501
|
|
113
116
|
'comment': (str, none_type,), # noqa: E501
|
|
114
117
|
'links': ([Link], none_type,), # noqa: E501
|
|
115
118
|
'step_results': ([StepResultApiModel], none_type,), # noqa: E501
|
|
@@ -132,6 +135,7 @@ class ApiV2TestResultsIdPutRequest(ModelComposed):
|
|
|
132
135
|
'failure_class_ids': 'failureClassIds', # noqa: E501
|
|
133
136
|
'outcome': 'outcome', # noqa: E501
|
|
134
137
|
'status_code': 'statusCode', # noqa: E501
|
|
138
|
+
'status_type': 'statusType', # noqa: E501
|
|
135
139
|
'comment': 'comment', # noqa: E501
|
|
136
140
|
'links': 'links', # noqa: E501
|
|
137
141
|
'step_results': 'stepResults', # noqa: E501
|
|
@@ -187,6 +191,7 @@ class ApiV2TestResultsIdPutRequest(ModelComposed):
|
|
|
187
191
|
failure_class_ids ([str], none_type): [optional] # noqa: E501
|
|
188
192
|
outcome (TestResultOutcome): [optional] # noqa: E501
|
|
189
193
|
status_code (str, none_type): [optional] # noqa: E501
|
|
194
|
+
status_type (TestStatusType): [optional] # noqa: E501
|
|
190
195
|
comment (str, none_type): [optional] # noqa: E501
|
|
191
196
|
links ([Link], none_type): [optional] # noqa: E501
|
|
192
197
|
step_results ([StepResultApiModel], none_type): [optional] # noqa: E501
|
|
@@ -304,6 +309,7 @@ class ApiV2TestResultsIdPutRequest(ModelComposed):
|
|
|
304
309
|
failure_class_ids ([str], none_type): [optional] # noqa: E501
|
|
305
310
|
outcome (TestResultOutcome): [optional] # noqa: E501
|
|
306
311
|
status_code (str, none_type): [optional] # noqa: E501
|
|
312
|
+
status_type (TestStatusType): [optional] # noqa: E501
|
|
307
313
|
comment (str, none_type): [optional] # noqa: E501
|
|
308
314
|
links ([Link], none_type): [optional] # noqa: E501
|
|
309
315
|
step_results ([StepResultApiModel], none_type): [optional] # noqa: E501
|
|
@@ -35,11 +35,13 @@ def lazy_import():
|
|
|
35
35
|
from testit_api_client.model.available_test_result_outcome import AvailableTestResultOutcome
|
|
36
36
|
from testit_api_client.model.failure_category_model import FailureCategoryModel
|
|
37
37
|
from testit_api_client.model.link_post_model import LinkPostModel
|
|
38
|
+
from testit_api_client.model.test_status_type import TestStatusType
|
|
38
39
|
globals()['AttachmentPutModel'] = AttachmentPutModel
|
|
39
40
|
globals()['AttachmentPutModelAutoTestStepResultsModel'] = AttachmentPutModelAutoTestStepResultsModel
|
|
40
41
|
globals()['AvailableTestResultOutcome'] = AvailableTestResultOutcome
|
|
41
42
|
globals()['FailureCategoryModel'] = FailureCategoryModel
|
|
42
43
|
globals()['LinkPostModel'] = LinkPostModel
|
|
44
|
+
globals()['TestStatusType'] = TestStatusType
|
|
43
45
|
|
|
44
46
|
|
|
45
47
|
class AutoTestResultsForTestRunModel(ModelNormal):
|
|
@@ -101,6 +103,7 @@ class AutoTestResultsForTestRunModel(ModelNormal):
|
|
|
101
103
|
'failure_reason_names': ([FailureCategoryModel], none_type,), # noqa: E501
|
|
102
104
|
'outcome': (AvailableTestResultOutcome,), # noqa: E501
|
|
103
105
|
'status_code': (str, none_type,), # noqa: E501
|
|
106
|
+
'status_type': (TestStatusType,), # noqa: E501
|
|
104
107
|
'message': (str, none_type,), # noqa: E501
|
|
105
108
|
'traces': (str, none_type,), # noqa: E501
|
|
106
109
|
'started_on': (datetime, none_type,), # noqa: E501
|
|
@@ -126,6 +129,7 @@ class AutoTestResultsForTestRunModel(ModelNormal):
|
|
|
126
129
|
'failure_reason_names': 'failureReasonNames', # noqa: E501
|
|
127
130
|
'outcome': 'outcome', # noqa: E501
|
|
128
131
|
'status_code': 'statusCode', # noqa: E501
|
|
132
|
+
'status_type': 'statusType', # noqa: E501
|
|
129
133
|
'message': 'message', # noqa: E501
|
|
130
134
|
'traces': 'traces', # noqa: E501
|
|
131
135
|
'started_on': 'startedOn', # noqa: E501
|
|
@@ -187,7 +191,8 @@ class AutoTestResultsForTestRunModel(ModelNormal):
|
|
|
187
191
|
links ([LinkPostModel], none_type): Specifies the links in the autotest.. [optional] # noqa: E501
|
|
188
192
|
failure_reason_names ([FailureCategoryModel], none_type): Specifies the cause of autotest failure.. [optional] # noqa: E501
|
|
189
193
|
outcome (AvailableTestResultOutcome): [optional] # noqa: E501
|
|
190
|
-
status_code (str, none_type): Specifies
|
|
194
|
+
status_code (str, none_type): Specifies code of result status of the autotest execution.. [optional] # noqa: E501
|
|
195
|
+
status_type (TestStatusType): [optional] # noqa: E501
|
|
191
196
|
message (str, none_type): A comment for the result.. [optional] # noqa: E501
|
|
192
197
|
traces (str, none_type): An extended comment or a stack trace.. [optional] # noqa: E501
|
|
193
198
|
started_on (datetime, none_type): Test run start date.. [optional] # noqa: E501
|
|
@@ -293,7 +298,8 @@ class AutoTestResultsForTestRunModel(ModelNormal):
|
|
|
293
298
|
links ([LinkPostModel], none_type): Specifies the links in the autotest.. [optional] # noqa: E501
|
|
294
299
|
failure_reason_names ([FailureCategoryModel], none_type): Specifies the cause of autotest failure.. [optional] # noqa: E501
|
|
295
300
|
outcome (AvailableTestResultOutcome): [optional] # noqa: E501
|
|
296
|
-
status_code (str, none_type): Specifies
|
|
301
|
+
status_code (str, none_type): Specifies code of result status of the autotest execution.. [optional] # noqa: E501
|
|
302
|
+
status_type (TestStatusType): [optional] # noqa: E501
|
|
297
303
|
message (str, none_type): A comment for the result.. [optional] # noqa: E501
|
|
298
304
|
traces (str, none_type): An extended comment or a stack trace.. [optional] # noqa: E501
|
|
299
305
|
started_on (datetime, none_type): Test run start date.. [optional] # noqa: E501
|
|
@@ -100,8 +100,8 @@ class ConfigurationShortApiResult(ModelNormal):
|
|
|
100
100
|
"""ConfigurationShortApiResult - a model defined in OpenAPI
|
|
101
101
|
|
|
102
102
|
Args:
|
|
103
|
-
id (str):
|
|
104
|
-
name (str):
|
|
103
|
+
id (str): Identifier of the configuration.
|
|
104
|
+
name (str): Name of the configuration.
|
|
105
105
|
|
|
106
106
|
Keyword Args:
|
|
107
107
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -191,8 +191,8 @@ class ConfigurationShortApiResult(ModelNormal):
|
|
|
191
191
|
"""ConfigurationShortApiResult - a model defined in OpenAPI
|
|
192
192
|
|
|
193
193
|
Args:
|
|
194
|
-
id (str):
|
|
195
|
-
name (str):
|
|
194
|
+
id (str): Identifier of the configuration.
|
|
195
|
+
name (str): Name of the configuration.
|
|
196
196
|
|
|
197
197
|
Keyword Args:
|
|
198
198
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -58,9 +58,6 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
validations = {
|
|
61
|
-
('task_key',): {
|
|
62
|
-
'min_length': 1,
|
|
63
|
-
},
|
|
64
61
|
('temperature',): {
|
|
65
62
|
'inclusive_maximum': 1,
|
|
66
63
|
'inclusive_minimum': 0,
|
|
@@ -69,6 +66,18 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
69
66
|
'inclusive_maximum': 30,
|
|
70
67
|
'inclusive_minimum': 1,
|
|
71
68
|
},
|
|
69
|
+
('task_key',): {
|
|
70
|
+
'max_length': 255,
|
|
71
|
+
'min_length': 0,
|
|
72
|
+
},
|
|
73
|
+
('issue_key',): {
|
|
74
|
+
'max_length': 255,
|
|
75
|
+
'min_length': 0,
|
|
76
|
+
},
|
|
77
|
+
('user_context',): {
|
|
78
|
+
'max_length': 30000,
|
|
79
|
+
'min_length': 0,
|
|
80
|
+
},
|
|
72
81
|
}
|
|
73
82
|
|
|
74
83
|
additional_properties_type = None
|
|
@@ -87,10 +96,11 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
87
96
|
"""
|
|
88
97
|
return {
|
|
89
98
|
'external_service_id': (str,), # noqa: E501
|
|
90
|
-
'task_key': (str,), # noqa: E501
|
|
91
|
-
'section_id': (str,), # noqa: E501
|
|
92
99
|
'temperature': (float,), # noqa: E501
|
|
93
100
|
'preview_limit': (int,), # noqa: E501
|
|
101
|
+
'task_key': (str, none_type,), # noqa: E501
|
|
102
|
+
'issue_key': (str, none_type,), # noqa: E501
|
|
103
|
+
'user_context': (str, none_type,), # noqa: E501
|
|
94
104
|
}
|
|
95
105
|
|
|
96
106
|
@cached_property
|
|
@@ -100,10 +110,11 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
100
110
|
|
|
101
111
|
attribute_map = {
|
|
102
112
|
'external_service_id': 'externalServiceId', # noqa: E501
|
|
103
|
-
'task_key': 'taskKey', # noqa: E501
|
|
104
|
-
'section_id': 'sectionId', # noqa: E501
|
|
105
113
|
'temperature': 'temperature', # noqa: E501
|
|
106
114
|
'preview_limit': 'previewLimit', # noqa: E501
|
|
115
|
+
'task_key': 'taskKey', # noqa: E501
|
|
116
|
+
'issue_key': 'issueKey', # noqa: E501
|
|
117
|
+
'user_context': 'userContext', # noqa: E501
|
|
107
118
|
}
|
|
108
119
|
|
|
109
120
|
read_only_vars = {
|
|
@@ -113,15 +124,13 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
113
124
|
|
|
114
125
|
@classmethod
|
|
115
126
|
@convert_js_args_to_python_args
|
|
116
|
-
def _from_openapi_data(cls, external_service_id,
|
|
127
|
+
def _from_openapi_data(cls, external_service_id, temperature, preview_limit, *args, **kwargs): # noqa: E501
|
|
117
128
|
"""GenerateWorkItemPreviewsApiModel - a model defined in OpenAPI
|
|
118
129
|
|
|
119
130
|
Args:
|
|
120
|
-
external_service_id (str):
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
temperature (float):
|
|
124
|
-
preview_limit (int):
|
|
131
|
+
external_service_id (str): The ID of the external AI service to be used for generation.
|
|
132
|
+
temperature (float): Controls randomness of the AI model output.
|
|
133
|
+
preview_limit (int): Number of work item previews to generate.
|
|
125
134
|
|
|
126
135
|
Keyword Args:
|
|
127
136
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -154,6 +163,9 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
154
163
|
Animal class but this time we won't travel
|
|
155
164
|
through its discriminator because we passed in
|
|
156
165
|
_visited_composed_classes = (Animal,)
|
|
166
|
+
task_key (str, none_type): The key of the issue in an issue tracker (e.g., JIRA-123).. [optional] # noqa: E501
|
|
167
|
+
issue_key (str, none_type): The key of the issue in an issue tracker (e.g., JIRA-123).. [optional] # noqa: E501
|
|
168
|
+
user_context (str, none_type): Additional user context or description of the issue if no issue key is provided.. [optional] # noqa: E501
|
|
157
169
|
"""
|
|
158
170
|
|
|
159
171
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -186,8 +198,6 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
186
198
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
187
199
|
|
|
188
200
|
self.external_service_id = external_service_id
|
|
189
|
-
self.task_key = task_key
|
|
190
|
-
self.section_id = section_id
|
|
191
201
|
self.temperature = temperature
|
|
192
202
|
self.preview_limit = preview_limit
|
|
193
203
|
for var_name, var_value in kwargs.items():
|
|
@@ -210,15 +220,13 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
210
220
|
])
|
|
211
221
|
|
|
212
222
|
@convert_js_args_to_python_args
|
|
213
|
-
def __init__(self, external_service_id,
|
|
223
|
+
def __init__(self, external_service_id, temperature, preview_limit, *args, **kwargs): # noqa: E501
|
|
214
224
|
"""GenerateWorkItemPreviewsApiModel - a model defined in OpenAPI
|
|
215
225
|
|
|
216
226
|
Args:
|
|
217
|
-
external_service_id (str):
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
temperature (float):
|
|
221
|
-
preview_limit (int):
|
|
227
|
+
external_service_id (str): The ID of the external AI service to be used for generation.
|
|
228
|
+
temperature (float): Controls randomness of the AI model output.
|
|
229
|
+
preview_limit (int): Number of work item previews to generate.
|
|
222
230
|
|
|
223
231
|
Keyword Args:
|
|
224
232
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -251,6 +259,9 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
251
259
|
Animal class but this time we won't travel
|
|
252
260
|
through its discriminator because we passed in
|
|
253
261
|
_visited_composed_classes = (Animal,)
|
|
262
|
+
task_key (str, none_type): The key of the issue in an issue tracker (e.g., JIRA-123).. [optional] # noqa: E501
|
|
263
|
+
issue_key (str, none_type): The key of the issue in an issue tracker (e.g., JIRA-123).. [optional] # noqa: E501
|
|
264
|
+
user_context (str, none_type): Additional user context or description of the issue if no issue key is provided.. [optional] # noqa: E501
|
|
254
265
|
"""
|
|
255
266
|
|
|
256
267
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -281,8 +292,6 @@ class GenerateWorkItemPreviewsApiModel(ModelNormal):
|
|
|
281
292
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
282
293
|
|
|
283
294
|
self.external_service_id = external_service_id
|
|
284
|
-
self.task_key = task_key
|
|
285
|
-
self.section_id = section_id
|
|
286
295
|
self.temperature = temperature
|
|
287
296
|
self.preview_limit = preview_limit
|
|
288
297
|
for var_name, var_value in kwargs.items():
|
|
@@ -30,8 +30,8 @@ from testit_api_client.exceptions import ApiAttributeError
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def lazy_import():
|
|
33
|
-
from testit_api_client.model.
|
|
34
|
-
globals()['
|
|
33
|
+
from testit_api_client.model.rerun_test_result_api_result_status import RerunTestResultApiResultStatus
|
|
34
|
+
globals()['RerunTestResultApiResultStatus'] = RerunTestResultApiResultStatus
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
class RerunTestResultApiResult(ModelNormal):
|
|
@@ -82,7 +82,7 @@ class RerunTestResultApiResult(ModelNormal):
|
|
|
82
82
|
return {
|
|
83
83
|
'id': (str,), # noqa: E501
|
|
84
84
|
'outcome': (str,), # noqa: E501
|
|
85
|
-
'status': (
|
|
85
|
+
'status': (RerunTestResultApiResultStatus,), # noqa: E501
|
|
86
86
|
'run_number': (int,), # noqa: E501
|
|
87
87
|
}
|
|
88
88
|
|
|
@@ -109,10 +109,10 @@ class RerunTestResultApiResult(ModelNormal):
|
|
|
109
109
|
"""RerunTestResultApiResult - a model defined in OpenAPI
|
|
110
110
|
|
|
111
111
|
Args:
|
|
112
|
-
id (str):
|
|
113
|
-
outcome (str):
|
|
114
|
-
status (
|
|
115
|
-
run_number (int):
|
|
112
|
+
id (str): Identifier of the rerun result.
|
|
113
|
+
outcome (str): Status of the autotest run.
|
|
114
|
+
status (RerunTestResultApiResultStatus):
|
|
115
|
+
run_number (int): Number of the run (e.g., 1 for the first attempt).
|
|
116
116
|
|
|
117
117
|
Keyword Args:
|
|
118
118
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -204,10 +204,10 @@ class RerunTestResultApiResult(ModelNormal):
|
|
|
204
204
|
"""RerunTestResultApiResult - a model defined in OpenAPI
|
|
205
205
|
|
|
206
206
|
Args:
|
|
207
|
-
id (str):
|
|
208
|
-
outcome (str):
|
|
209
|
-
status (
|
|
210
|
-
run_number (int):
|
|
207
|
+
id (str): Identifier of the rerun result.
|
|
208
|
+
outcome (str): Status of the autotest run.
|
|
209
|
+
status (RerunTestResultApiResultStatus):
|
|
210
|
+
run_number (int): Number of the run (e.g., 1 for the first attempt).
|
|
211
211
|
|
|
212
212
|
Keyword Args:
|
|
213
213
|
_check_type (bool): if True, values for parameters in openapi_types
|