testit-api-client 7.1.0__tar.gz → 7.1.2__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.1.0/src/testit_api_client.egg-info → testit_api_client-7.1.2}/PKG-INFO +5 -2
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/README.md +4 -1
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/setup.py +1 -1
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/__init__.py +1 -1
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/parameters_api.py +4 -4
- testit_api_client-7.1.2/src/testit_api_client/api/project_test_plan_test_points_api.py +342 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/projects_api.py +2 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/test_runs_api.py +2 -2
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api_client.py +1 -1
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/apis/__init__.py +1 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/configuration.py +1 -1
- testit_api_client-7.1.2/src/testit_api_client/model/ai_service_model_api_result.py +269 -0
- testit_api_client-7.1.2/src/testit_api_client/model/ai_service_model_api_result_reply.py +274 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_parameters_search_groups_post_request.py +3 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_parameters_search_post_request.py +3 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_search_post_request.py +3 -3
- testit_api_client-7.1.2/src/testit_api_client/model/api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request.py +327 -0
- testit_api_client-7.1.2/src/testit_api_client/model/api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request.py +339 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_points_search_post_request.py +3 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_results_id_put_request.py +2 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_workflow_api_model.py +4 -0
- testit_api_client-7.1.2/src/testit_api_client/model/external_issue_api_field.py +293 -0
- testit_api_client-7.1.2/src/testit_api_client/model/external_issue_api_field_suggestion.py +263 -0
- testit_api_client-7.1.2/src/testit_api_client/model/external_issue_api_field_suggestion_reply.py +274 -0
- testit_api_client-7.1.2/src/testit_api_client/model/get_ai_service_models_api_model.py +262 -0
- testit_api_client-7.1.2/src/testit_api_client/model/get_external_issue_suggestions_api_model.py +276 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/parameter_groups_filter_api_model.py +3 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/parameters_filter_api_model.py +3 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_test_plans_filter_model.py +3 -3
- testit_api_client-7.1.2/src/testit_api_client/model/replace_project_external_service_api_model.py +267 -0
- testit_api_client-7.1.2/src/testit_api_client/model/search_workflow_projects_api_model.py +262 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_analytics_api_result.py +24 -8
- testit_api_client-7.1.2/src/testit_api_client/model/test_plan_test_points_auto_tests_run_api_model.py +288 -0
- testit_api_client-7.1.2/src/testit_api_client/model/test_plan_test_points_auto_tests_run_api_model_extraction_model.py +321 -0
- testit_api_client-7.1.2/src/testit_api_client/model/test_plan_test_points_auto_tests_run_api_model_filter.py +423 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_model.py +3 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_result_status_model.py +6 -0
- testit_api_client-7.1.2/src/testit_api_client/model/test_plan_test_points_status_type_group_api_result.py +274 -0
- testit_api_client-7.1.2/src/testit_api_client/model/test_plan_test_points_tester_and_status_type_group_api_result.py +280 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_filter_model.py +3 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_filter_request_model.py +3 -3
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_short_response.py +4 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_update_v2_request.py +2 -0
- testit_api_client-7.1.2/src/testit_api_client/model/test_run_name_api_result.py +269 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_status_short_api_result.py +13 -2
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_workflow_api_model.py +8 -2
- testit_api_client-7.1.2/src/testit_api_client/model/work_item_preview_api_model.py +298 -0
- testit_api_client-7.1.0/src/testit_api_client/model/work_item_preview_api_model.py → testit_api_client-7.1.2/src/testit_api_client/model/work_item_preview_step_api_model.py +17 -11
- testit_api_client-7.1.2/src/testit_api_client/model/workflow_project_api_result.py +263 -0
- testit_api_client-7.1.2/src/testit_api_client/model/workflow_project_api_result_api_collection_preview.py +274 -0
- testit_api_client-7.1.2/src/testit_api_client/model/workflow_project_api_result_reply.py +274 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/workflow_short_api_result.py +13 -2
- testit_api_client-7.1.2/src/testit_api_client/model/workflow_short_api_result_projects.py +325 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/workflow_status_api_result.py +8 -6
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/models/__init__.py +22 -4
- {testit_api_client-7.1.0 → testit_api_client-7.1.2/src/testit_api_client.egg-info}/PKG-INFO +5 -2
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client.egg-info/SOURCES.txt +23 -4
- testit_api_client-7.1.0/src/testit_api_client/model/custom_attribute_api_result.py +0 -312
- testit_api_client-7.1.0/src/testit_api_client/model/custom_attribute_option_api_result.py +0 -279
- testit_api_client-7.1.0/src/testit_api_client/model/custom_attribute_type.py +0 -294
- testit_api_client-7.1.0/src/testit_api_client/model/project_api_result.py +0 -360
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/LICENSE.md +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/setup.cfg +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/__init__.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/attachments_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/auto_tests_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/background_jobs_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/configurations_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/custom_attribute_templates_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/custom_attributes_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/notifications_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/project_attribute_templates_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/project_attributes_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/project_configurations_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/project_sections_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/project_settings_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/project_test_plan_attributes_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/project_test_plans_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/project_work_items_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/search_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/sections_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/tags_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/test_plans_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/test_points_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/test_results_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/test_suites_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/users_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/webhooks_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/webhooks_logs_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/work_items_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/work_items_comments_api.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/exceptions.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/__init__.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/action_update.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_auto_tests_delete_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_auto_tests_flaky_bulk_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_auto_tests_id_test_results_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_auto_tests_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_background_jobs_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_configurations_create_by_parameters_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_configurations_purge_bulk_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_configurations_put_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_configurations_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_custom_attributes_global_id_put_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_custom_attributes_global_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_custom_attributes_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_custom_attributes_templates_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_custom_attributes_templates_put_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_custom_attributes_templates_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_notifications_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_project_id_attributes_templates_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_project_id_settings_autotests_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_delete_bulk_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_grouped_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_id_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_restore_bulk_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_projects_shorts_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_search_global_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_tags_delete_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_tags_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_tags_put_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_plans_id_export_test_points_xlsx_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_plans_id_test_points_tester_user_id_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_plans_id_test_runs_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/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.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_results_external_projects_external_project_id_defects_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_results_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_runs_delete_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_runs_id_reruns_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_runs_id_statistics_filter_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_runs_id_test_results_bulk_put_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_runs_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_runs_update_multiple_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_suites_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_test_suites_put_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_webhooks_delete_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_webhooks_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_webhooks_put_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_webhooks_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_webhooks_test_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_work_items_comments_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_work_items_comments_put_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_work_items_links_urls_search_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_work_items_move_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_work_items_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_sections_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_work_items_post_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/assign_attachment_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/assign_iteration_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/attachment_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/attachment_change_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/attachment_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/attachment_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/attachment_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/attachment_put_model_auto_test_step_results_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/attachment_update_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/audit_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_average_duration_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_bulk_delete_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_bulk_delete_api_model_auto_test_select.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_bulk_delete_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_change_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_class_count_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_extraction_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_filter_api_model_modified_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_filter_api_model_stability_percentage.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_flaky_bulk_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_flaky_bulk_api_model_auto_test_select.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_id_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_last_test_result_configuration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_model_last_test_result_configuration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_model_last_test_result_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_model_v2_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_namespace_count_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_namespace_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_namespaces_count_response.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_outcome.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_project_settings_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_project_settings_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_related_to_test_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_history_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_history_api_result_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_history_select_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_group_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_group_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_group_item_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_group_item_api_result_group.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_group_item_api_result_reply.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_group_search_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_group_search_api_model_group.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_group_search_api_model_inquiry.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_project_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reason_short.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reasons_count_item_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reasons_count_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_result_reasons_project_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_results_for_test_run_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_search_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_search_api_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_search_api_model_includes.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_search_include_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_select_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_select_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_step.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_step_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_step_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_step_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_step_result_update_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_test_step_results_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/auto_tests_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/autotest_result_outcome.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/autotest_result_reason_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/autotest_result_reason_short_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/available_failure_category.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/available_test_result_outcome.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/background_job_attachment_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/background_job_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/background_job_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/background_job_state.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/background_job_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/boolean_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/boolean_nullable_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/composite_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_by_parameters_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_extraction_model_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_extraction_model_project_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_select_model_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_select_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_short.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/configuration_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_and_fill_by_auto_tests_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_and_fill_by_configurations_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_and_fill_by_work_items_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_auto_test_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_auto_test_result_reason_project_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_configuration_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_defect_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_defect_api_model_form.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_empty_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_empty_test_run_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_failure_class_regex_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_link_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_parameter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_parameter_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_project_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_project_failure_category_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_project_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_projects_attribute_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_section_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_step_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_tag_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_test_plan_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_test_plan_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_test_run_and_fill_by_auto_tests_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_test_run_and_fill_by_configurations_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_test_run_and_fill_by_work_items_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_test_status_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_work_item_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/create_work_item_previews_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_change_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_option_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_option_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_search_query_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_search_response_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_template_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_template_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_template_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_template_search_query_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_template_validation_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_test_plan_project_relation_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_types_enum.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/custom_attribute_validation_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/date_time_range_selector_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/defect_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/deletion_state.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/demo_project_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/enable_project_external_service_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_form_allowed_value_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_form_create_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_form_field_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_form_link_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_form_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_link_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_service_category_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_service_metadata_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/external_services_metadata_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/failure_category.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/failure_category_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/failure_class_regex_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/generate_work_item_previews_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/generate_work_item_previews_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/get_external_form_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/get_external_form_api_result_form.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/get_short_projects_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/get_xlsx_test_points_by_test_plan_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/global_custom_attribute_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/global_custom_attribute_update_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/global_search_item_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/global_search_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/global_search_response.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/guid_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/guid_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/image_resize_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/inquiry.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/int32_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/int32_range_selector_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/int64_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/int64_range_selector_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/iteration_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/iteration_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/label.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/label_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/label_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/label_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/last_test_result_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/last_test_result_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_auto_test_to_work_item_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_short.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/link_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/list_sort_direction.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/logical_operator.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/manual_rerun_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/manual_rerun_select_test_results_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/manual_rerun_test_result_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/manual_rerun_test_result_api_model_test_result_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/move_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/named_entity_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/notification_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/notification_query_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/notification_type_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/operation.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/order.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/page.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/parameter_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/parameter_group_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/parameter_iteration_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/parameter_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/parameter_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/period_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/period_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/previews_issue_link_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/previews_issue_link_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/problem_details.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_attributes_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_custom_attribute_template_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_custom_attributes_templates_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_detailed_failure_category_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_external_service_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_external_service_api_result_metadata.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_external_service_settings_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_external_services_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_failure_category_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_failure_category_group_item_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_failure_category_group_item_api_result_reply.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_name_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_short_api_result_reply.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_shortest_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/project_type_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/projects_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/projects_filter_model_autotests_count.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/projects_filter_model_checklists_count.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/projects_filter_model_created_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/projects_filter_model_shared_steps_count.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/projects_filter_model_test_cases_count.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/public_test_point_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/public_test_run_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/public_test_run_model_status_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/rename_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/request_type_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/request_type_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/rerun_test_result_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/rerun_test_result_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/reruns_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/search_attributes_in_project_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/search_custom_attribute_template_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/search_test_runs_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/search_test_statuses_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/search_webhooks_query_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/search_work_item_link_urls_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/search_work_items_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/search_workflows_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/section_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/section_move_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/section_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/section_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/section_rename_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/section_shared_step.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/section_with_steps_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/select_tags_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/select_tags_api_model_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/select_tags_api_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_change_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_reference_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_reference_section_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model_created_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model_modified_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_references_query_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/shared_step_result_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/short_configuration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/step_comment_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/step_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/step_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/step_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/step_result_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/string_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/string_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/string_changed_field_with_diffs_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/string_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/tag_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/tag_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/tag_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/tag_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/tags_extraction_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/tags_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/tags_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/tags_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_change_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_change_model_test_plan_changed_fields.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_changed_fields_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_group_by_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_group_by_status_code.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_group_by_status_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_group_by_test_suite.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_group_by_tester.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_group_by_tester_and_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_group_by_tester_and_status_code.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_link.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_status_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_summary_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_tag_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_analytics_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_extraction_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_group_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_group_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_group_search_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_group_search_api_result_status_counters.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_group_search_item_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_inquiry_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_model_created_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_model_duration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_model_modified_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_created_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_median_duration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_modified_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_result_configuration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_result_created.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_result_test_suite.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_api_result_work_item.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_search_status_counters_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_section_search_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_set_testers_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_status_group_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_test_suite_search_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_tester_and_status_group_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_tester_group_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_work_item_search_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_test_points_work_item_search_api_result_section.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_with_analytic_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_with_analytic_model_analytic.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_plan_with_test_suite_tree_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_analytic_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_by_test_suite_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_change_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_related_to_test_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_result_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_selector.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_short_api_result_status_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_short_response_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_short_response_model_last_test_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_short_response_model_status_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_point_with_last_result_response_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_points_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_change_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_chronology_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_configuration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_failure_class_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_history_report_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_history_report_api_result_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_outcome.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_response.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_step_comment_update_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_v2_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_result_v2_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_extraction_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_filter_api_model_completed_on.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_filter_api_model_duration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_filter_api_model_modified_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_filter_api_model_started_on.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_local_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_select_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_select_api_model_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_select_api_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_statistics_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_statistics_api_result_failure_categories.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_statistics_api_result_statuses.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_statistics_failure_categories_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_results_statistics_statuses_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_analytic_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_api_result_analytic.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_by_auto_test_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_by_auto_test_api_result_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_extraction_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_filter_api_model_auto_tests_count.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_filter_api_model_completed_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_filter_api_model_started_date.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_group_by_failure_class_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_group_by_status_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_group_by_status_type_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_select_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_select_api_model_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_short_api_result_statistics.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_short_api_result_status.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_state.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_statistics_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_test_results_partial_bulk_set_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_test_results_partial_bulk_set_model_selector.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_test_results_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_test_results_select_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_test_results_select_model_test_result_ids_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_run_v2_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_status_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_status_api_result_reply.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_status_api_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_status_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_status_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_change_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_hierarchy_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_test_plan_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_type_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_v2_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_v2_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_v2_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_with_children_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_work_items_search_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_work_items_search_model_duration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_work_items_search_model_links.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/test_suite_work_items_search_model_median_duration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_auto_test_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_auto_test_result_reason_project_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_custom_attribute_test_plan_project_relations_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_empty_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_empty_test_run_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_failure_category_project_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_failure_class_regex_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_link_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_multiple_attachments_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_multiple_links_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_multiple_test_runs_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_multiple_test_runs_api_model_attachment_update_scheme.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_multiple_test_runs_api_model_link_update_scheme.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_multiple_test_runs_api_model_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_parameter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_parameter_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_project_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_project_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_projects_attribute_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_section_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_step_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_tag_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_test_plan_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_test_plan_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_test_status_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_work_item_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/update_work_item_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/user_custom_name_validation_response.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/user_name_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/user_rank_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/user_with_rank_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/user_with_rank_model_user_rank.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/validation_problem_details.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/web_hook_event_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/web_hook_event_type_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/web_hook_event_type_request.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/web_hook_log_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/web_hook_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/web_hook_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/web_hook_test_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhook_bulk_update_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhook_response.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhook_variables_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_delete_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_delete_api_model_extractor.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_delete_api_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_delete_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_extraction_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_update_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_update_api_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_update_api_model_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/webhooks_update_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_change_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_change_model_work_item_changed_fields.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_attribute_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_attachments.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_auto_tests.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_duration.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_global_id.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_is_deleted.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_links.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_project_id.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_state.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_steps.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_changed_fields_view_model_tags.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_comment_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_comment_model_user.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_comment_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_comment_put_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_entity_type_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_entity_types.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_extraction_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_extraction_api_model_section_ids.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_filter_api_model_links.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_group_get_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_group_get_model_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_group_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_group_type.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_id_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_identifier_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_like_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_change_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_extraction_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_url_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_url_api_model_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_url_api_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_url_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_link_url_filter_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_local_filter_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_local_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_local_select_model_extraction_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_local_select_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_move_post_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_priority.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_priority_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_priority_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_search_query_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_select_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_select_api_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_select_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_select_model_filter.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_short_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_short_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_source_type_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_source_type_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_state.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_state_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_states.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_step_change_view_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/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.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_step_change_view_model_work_item.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/work_item_version_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/workflow_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/workflow_exists_by_name_api_result.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/workflow_short_api_result_reply.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model/workflow_status_api_model.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/model_utils.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/rest.py +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client.egg-info/dependency_links.txt +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client.egg-info/requires.txt +0 -0
- {testit_api_client-7.1.0 → testit_api_client-7.1.2}/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.1.
|
|
3
|
+
Version: 7.1.2
|
|
4
4
|
Summary: API-client for Test IT
|
|
5
5
|
Home-page: https://pypi.org/project/testit-api-client/
|
|
6
6
|
Author: Integration team
|
|
@@ -47,7 +47,8 @@ Dynamic: summary
|
|
|
47
47
|
| 5.3.0 | 6.0.1.post530 |
|
|
48
48
|
| 5.4.0 | 6.3.1.post540 |
|
|
49
49
|
| 5.4.1 | 7.0.3.post541 |
|
|
50
|
-
|
|
|
50
|
+
| 5.5.0 | 7.2.0.post550 |
|
|
51
|
+
| Cloud | 7.1.1 |
|
|
51
52
|
|
|
52
53
|
## Installation & Usage
|
|
53
54
|
### pip install
|
|
@@ -194,6 +195,8 @@ Class | Method | HTTP request | Description
|
|
|
194
195
|
*ProjectTestPlanAttributesApi* | [**get_custom_attribute_test_plan_project_relations**](docs/ProjectTestPlanAttributesApi.md#get_custom_attribute_test_plan_project_relations) | **GET** /api/v2/projects/{projectId}/testPlans/attributes | Get project's test plan attributes
|
|
195
196
|
*ProjectTestPlanAttributesApi* | [**search_test_plan_attributes_in_project**](docs/ProjectTestPlanAttributesApi.md#search_test_plan_attributes_in_project) | **POST** /api/v2/projects/{projectId}/testPlans/attributes/search | Search for attributes used in the project test plans
|
|
196
197
|
*ProjectTestPlanAttributesApi* | [**update_custom_attribute_test_plan_project_relations**](docs/ProjectTestPlanAttributesApi.md#update_custom_attribute_test_plan_project_relations) | **PUT** /api/v2/projects/{projectId}/testPlans/attributes | Update attribute of project's test plans
|
|
198
|
+
*ProjectTestPlanTestPointsApi* | [**api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post**](docs/ProjectTestPlanTestPointsApi.md#api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post) | **POST** /api/v2/projects/{projectId}/test-plans/{testPlanId}/test-points/autotests/rerun | Rerun autotests.
|
|
199
|
+
*ProjectTestPlanTestPointsApi* | [**api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post**](docs/ProjectTestPlanTestPointsApi.md#api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post) | **POST** /api/v2/projects/{projectId}/test-plans/{testPlanId}/test-points/autotests/run | Run autotests.
|
|
197
200
|
*ProjectTestPlansApi* | [**api_v2_projects_project_id_test_plans_analytics_get**](docs/ProjectTestPlansApi.md#api_v2_projects_project_id_test_plans_analytics_get) | **GET** /api/v2/projects/{projectId}/testPlans/analytics | Get TestPlans analytics
|
|
198
201
|
*ProjectTestPlansApi* | [**api_v2_projects_project_id_test_plans_delete_bulk_post**](docs/ProjectTestPlansApi.md#api_v2_projects_project_id_test_plans_delete_bulk_post) | **POST** /api/v2/projects/{projectId}/testPlans/delete/bulk | Delete multiple test plans
|
|
199
202
|
*ProjectTestPlansApi* | [**api_v2_projects_project_id_test_plans_name_exists_get**](docs/ProjectTestPlansApi.md#api_v2_projects_project_id_test_plans_name_exists_get) | **GET** /api/v2/projects/{projectId}/testPlans/{name}/exists | Checks if TestPlan exists with the specified name exists for the project
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
| 5.3.0 | 6.0.1.post530 |
|
|
26
26
|
| 5.4.0 | 6.3.1.post540 |
|
|
27
27
|
| 5.4.1 | 7.0.3.post541 |
|
|
28
|
-
|
|
|
28
|
+
| 5.5.0 | 7.2.0.post550 |
|
|
29
|
+
| Cloud | 7.1.1 |
|
|
29
30
|
|
|
30
31
|
## Installation & Usage
|
|
31
32
|
### pip install
|
|
@@ -172,6 +173,8 @@ Class | Method | HTTP request | Description
|
|
|
172
173
|
*ProjectTestPlanAttributesApi* | [**get_custom_attribute_test_plan_project_relations**](docs/ProjectTestPlanAttributesApi.md#get_custom_attribute_test_plan_project_relations) | **GET** /api/v2/projects/{projectId}/testPlans/attributes | Get project's test plan attributes
|
|
173
174
|
*ProjectTestPlanAttributesApi* | [**search_test_plan_attributes_in_project**](docs/ProjectTestPlanAttributesApi.md#search_test_plan_attributes_in_project) | **POST** /api/v2/projects/{projectId}/testPlans/attributes/search | Search for attributes used in the project test plans
|
|
174
175
|
*ProjectTestPlanAttributesApi* | [**update_custom_attribute_test_plan_project_relations**](docs/ProjectTestPlanAttributesApi.md#update_custom_attribute_test_plan_project_relations) | **PUT** /api/v2/projects/{projectId}/testPlans/attributes | Update attribute of project's test plans
|
|
176
|
+
*ProjectTestPlanTestPointsApi* | [**api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post**](docs/ProjectTestPlanTestPointsApi.md#api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post) | **POST** /api/v2/projects/{projectId}/test-plans/{testPlanId}/test-points/autotests/rerun | Rerun autotests.
|
|
177
|
+
*ProjectTestPlanTestPointsApi* | [**api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post**](docs/ProjectTestPlanTestPointsApi.md#api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post) | **POST** /api/v2/projects/{projectId}/test-plans/{testPlanId}/test-points/autotests/run | Run autotests.
|
|
175
178
|
*ProjectTestPlansApi* | [**api_v2_projects_project_id_test_plans_analytics_get**](docs/ProjectTestPlansApi.md#api_v2_projects_project_id_test_plans_analytics_get) | **GET** /api/v2/projects/{projectId}/testPlans/analytics | Get TestPlans analytics
|
|
176
179
|
*ProjectTestPlansApi* | [**api_v2_projects_project_id_test_plans_delete_bulk_post**](docs/ProjectTestPlansApi.md#api_v2_projects_project_id_test_plans_delete_bulk_post) | **POST** /api/v2/projects/{projectId}/testPlans/delete/bulk | Delete multiple test plans
|
|
177
180
|
*ProjectTestPlansApi* | [**api_v2_projects_project_id_test_plans_name_exists_get**](docs/ProjectTestPlansApi.md#api_v2_projects_project_id_test_plans_name_exists_get) | **GET** /api/v2/projects/{projectId}/testPlans/{name}/exists | Checks if TestPlan exists with the specified name exists for the project
|
{testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/parameters_api.py
RENAMED
|
@@ -192,7 +192,7 @@ class ParametersApi(object):
|
|
|
192
192
|
'is_deleted':
|
|
193
193
|
(bool,),
|
|
194
194
|
'project_ids':
|
|
195
|
-
([str],),
|
|
195
|
+
([str, none_type],),
|
|
196
196
|
'skip':
|
|
197
197
|
(int,),
|
|
198
198
|
'take':
|
|
@@ -376,7 +376,7 @@ class ParametersApi(object):
|
|
|
376
376
|
},
|
|
377
377
|
'openapi_types': {
|
|
378
378
|
'project_ids':
|
|
379
|
-
([str],),
|
|
379
|
+
([str, none_type],),
|
|
380
380
|
'skip':
|
|
381
381
|
(int,),
|
|
382
382
|
'take':
|
|
@@ -1126,7 +1126,7 @@ class ParametersApi(object):
|
|
|
1126
1126
|
parameter_key_ids ([str]): [optional]
|
|
1127
1127
|
name (str): [optional]
|
|
1128
1128
|
is_deleted (bool): [optional]
|
|
1129
|
-
project_ids ([str]): [optional]
|
|
1129
|
+
project_ids ([str, none_type]): [optional]
|
|
1130
1130
|
skip (int): Amount of items to be skipped (offset). [optional]
|
|
1131
1131
|
take (int): Amount of items to be taken (limit). [optional]
|
|
1132
1132
|
order_by (str): SQL-like ORDER BY statement (column1 ASC|DESC , column2 ASC|DESC). [optional]
|
|
@@ -1376,7 +1376,7 @@ class ParametersApi(object):
|
|
|
1376
1376
|
|
|
1377
1377
|
|
|
1378
1378
|
Keyword Args:
|
|
1379
|
-
project_ids ([str]): [optional]
|
|
1379
|
+
project_ids ([str, none_type]): [optional]
|
|
1380
1380
|
skip (int): Amount of items to be skipped (offset). [optional]
|
|
1381
1381
|
take (int): Amount of items to be taken (limit). [optional]
|
|
1382
1382
|
order_by (str): SQL-like ORDER BY statement (column1 ASC|DESC , column2 ASC|DESC). [optional]
|
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
"""
|
|
2
|
+
API
|
|
3
|
+
|
|
4
|
+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: v2.0
|
|
7
|
+
Generated by: https://openapi-generator.tech
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
import re # noqa: F401
|
|
12
|
+
import sys # noqa: F401
|
|
13
|
+
|
|
14
|
+
from testit_api_client.api_client import ApiClient, Endpoint as _Endpoint
|
|
15
|
+
from testit_api_client.model_utils import ( # noqa: F401
|
|
16
|
+
check_allowed_values,
|
|
17
|
+
check_validations,
|
|
18
|
+
date,
|
|
19
|
+
datetime,
|
|
20
|
+
file_type,
|
|
21
|
+
none_type,
|
|
22
|
+
validate_and_convert_types
|
|
23
|
+
)
|
|
24
|
+
from testit_api_client.model.api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request import ApiV2ProjectsProjectIdTestPlansTestPlanIdTestPointsAutotestsRerunPostRequest
|
|
25
|
+
from testit_api_client.model.api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request import ApiV2ProjectsProjectIdTestPlansTestPlanIdTestPointsAutotestsRunPostRequest
|
|
26
|
+
from testit_api_client.model.problem_details import ProblemDetails
|
|
27
|
+
from testit_api_client.model.test_run_name_api_result import TestRunNameApiResult
|
|
28
|
+
from testit_api_client.model.validation_problem_details import ValidationProblemDetails
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
class ProjectTestPlanTestPointsApi(object):
|
|
32
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
33
|
+
Ref: https://openapi-generator.tech
|
|
34
|
+
|
|
35
|
+
Do not edit the class manually.
|
|
36
|
+
"""
|
|
37
|
+
|
|
38
|
+
def __init__(self, api_client=None):
|
|
39
|
+
if api_client is None:
|
|
40
|
+
api_client = ApiClient()
|
|
41
|
+
self.api_client = api_client
|
|
42
|
+
self.api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_endpoint = _Endpoint(
|
|
43
|
+
settings={
|
|
44
|
+
'response_type': None,
|
|
45
|
+
'auth': [
|
|
46
|
+
'Bearer or PrivateToken'
|
|
47
|
+
],
|
|
48
|
+
'endpoint_path': '/api/v2/projects/{projectId}/test-plans/{testPlanId}/test-points/autotests/rerun',
|
|
49
|
+
'operation_id': 'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post',
|
|
50
|
+
'http_method': 'POST',
|
|
51
|
+
'servers': None,
|
|
52
|
+
},
|
|
53
|
+
params_map={
|
|
54
|
+
'all': [
|
|
55
|
+
'project_id',
|
|
56
|
+
'test_plan_id',
|
|
57
|
+
'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request',
|
|
58
|
+
],
|
|
59
|
+
'required': [
|
|
60
|
+
'project_id',
|
|
61
|
+
'test_plan_id',
|
|
62
|
+
],
|
|
63
|
+
'nullable': [
|
|
64
|
+
],
|
|
65
|
+
'enum': [
|
|
66
|
+
],
|
|
67
|
+
'validation': [
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
root_map={
|
|
71
|
+
'validations': {
|
|
72
|
+
},
|
|
73
|
+
'allowed_values': {
|
|
74
|
+
},
|
|
75
|
+
'openapi_types': {
|
|
76
|
+
'project_id':
|
|
77
|
+
(str,),
|
|
78
|
+
'test_plan_id':
|
|
79
|
+
(str,),
|
|
80
|
+
'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request':
|
|
81
|
+
(ApiV2ProjectsProjectIdTestPlansTestPlanIdTestPointsAutotestsRerunPostRequest,),
|
|
82
|
+
},
|
|
83
|
+
'attribute_map': {
|
|
84
|
+
'project_id': 'projectId',
|
|
85
|
+
'test_plan_id': 'testPlanId',
|
|
86
|
+
},
|
|
87
|
+
'location_map': {
|
|
88
|
+
'project_id': 'path',
|
|
89
|
+
'test_plan_id': 'path',
|
|
90
|
+
'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request': 'body',
|
|
91
|
+
},
|
|
92
|
+
'collection_format_map': {
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
headers_map={
|
|
96
|
+
'accept': [
|
|
97
|
+
'application/json'
|
|
98
|
+
],
|
|
99
|
+
'content_type': [
|
|
100
|
+
'application/json'
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
api_client=api_client
|
|
104
|
+
)
|
|
105
|
+
self.api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_endpoint = _Endpoint(
|
|
106
|
+
settings={
|
|
107
|
+
'response_type': (TestRunNameApiResult,),
|
|
108
|
+
'auth': [
|
|
109
|
+
'Bearer or PrivateToken'
|
|
110
|
+
],
|
|
111
|
+
'endpoint_path': '/api/v2/projects/{projectId}/test-plans/{testPlanId}/test-points/autotests/run',
|
|
112
|
+
'operation_id': 'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post',
|
|
113
|
+
'http_method': 'POST',
|
|
114
|
+
'servers': None,
|
|
115
|
+
},
|
|
116
|
+
params_map={
|
|
117
|
+
'all': [
|
|
118
|
+
'project_id',
|
|
119
|
+
'test_plan_id',
|
|
120
|
+
'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request',
|
|
121
|
+
],
|
|
122
|
+
'required': [
|
|
123
|
+
'project_id',
|
|
124
|
+
'test_plan_id',
|
|
125
|
+
],
|
|
126
|
+
'nullable': [
|
|
127
|
+
],
|
|
128
|
+
'enum': [
|
|
129
|
+
],
|
|
130
|
+
'validation': [
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
root_map={
|
|
134
|
+
'validations': {
|
|
135
|
+
},
|
|
136
|
+
'allowed_values': {
|
|
137
|
+
},
|
|
138
|
+
'openapi_types': {
|
|
139
|
+
'project_id':
|
|
140
|
+
(str,),
|
|
141
|
+
'test_plan_id':
|
|
142
|
+
(str,),
|
|
143
|
+
'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request':
|
|
144
|
+
(ApiV2ProjectsProjectIdTestPlansTestPlanIdTestPointsAutotestsRunPostRequest,),
|
|
145
|
+
},
|
|
146
|
+
'attribute_map': {
|
|
147
|
+
'project_id': 'projectId',
|
|
148
|
+
'test_plan_id': 'testPlanId',
|
|
149
|
+
},
|
|
150
|
+
'location_map': {
|
|
151
|
+
'project_id': 'path',
|
|
152
|
+
'test_plan_id': 'path',
|
|
153
|
+
'api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request': 'body',
|
|
154
|
+
},
|
|
155
|
+
'collection_format_map': {
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
headers_map={
|
|
159
|
+
'accept': [
|
|
160
|
+
'application/json'
|
|
161
|
+
],
|
|
162
|
+
'content_type': [
|
|
163
|
+
'application/json'
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
api_client=api_client
|
|
167
|
+
)
|
|
168
|
+
|
|
169
|
+
def api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post(
|
|
170
|
+
self,
|
|
171
|
+
project_id,
|
|
172
|
+
test_plan_id,
|
|
173
|
+
**kwargs
|
|
174
|
+
):
|
|
175
|
+
"""Rerun autotests. # noqa: E501
|
|
176
|
+
|
|
177
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
178
|
+
asynchronous HTTP request, please pass async_req=True
|
|
179
|
+
|
|
180
|
+
>>> thread = api.api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post(project_id, test_plan_id, async_req=True)
|
|
181
|
+
>>> result = thread.get()
|
|
182
|
+
|
|
183
|
+
Args:
|
|
184
|
+
project_id (str):
|
|
185
|
+
test_plan_id (str):
|
|
186
|
+
|
|
187
|
+
Keyword Args:
|
|
188
|
+
api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request (ApiV2ProjectsProjectIdTestPlansTestPlanIdTestPointsAutotestsRerunPostRequest): [optional]
|
|
189
|
+
_return_http_data_only (bool): response data without head status
|
|
190
|
+
code and headers. Default is True.
|
|
191
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
192
|
+
will be returned without reading/decoding response data.
|
|
193
|
+
Default is True.
|
|
194
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
195
|
+
one number provided, it will be total request timeout. It can also
|
|
196
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
197
|
+
Default is None.
|
|
198
|
+
_check_input_type (bool): specifies if type checking
|
|
199
|
+
should be done one the data sent to the server.
|
|
200
|
+
Default is True.
|
|
201
|
+
_check_return_type (bool): specifies if type checking
|
|
202
|
+
should be done one the data received from the server.
|
|
203
|
+
Default is True.
|
|
204
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
205
|
+
are serialized names, as specified in the OpenAPI document.
|
|
206
|
+
False if the variable names in the input data
|
|
207
|
+
are pythonic names, e.g. snake case (default)
|
|
208
|
+
_content_type (str/None): force body content-type.
|
|
209
|
+
Default is None and content-type will be predicted by allowed
|
|
210
|
+
content-types and body.
|
|
211
|
+
_host_index (int/None): specifies the index of the server
|
|
212
|
+
that we want to use.
|
|
213
|
+
Default is read from the configuration.
|
|
214
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
215
|
+
request; this effectively ignores the authentication
|
|
216
|
+
in the spec for a single request.
|
|
217
|
+
Default is None
|
|
218
|
+
async_req (bool): execute request asynchronously
|
|
219
|
+
|
|
220
|
+
Returns:
|
|
221
|
+
None
|
|
222
|
+
If the method is called asynchronously, returns the request
|
|
223
|
+
thread.
|
|
224
|
+
"""
|
|
225
|
+
kwargs['async_req'] = kwargs.get(
|
|
226
|
+
'async_req', False
|
|
227
|
+
)
|
|
228
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
229
|
+
'_return_http_data_only', True
|
|
230
|
+
)
|
|
231
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
232
|
+
'_preload_content', True
|
|
233
|
+
)
|
|
234
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
235
|
+
'_request_timeout', None
|
|
236
|
+
)
|
|
237
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
238
|
+
'_check_input_type', True
|
|
239
|
+
)
|
|
240
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
241
|
+
'_check_return_type', True
|
|
242
|
+
)
|
|
243
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
244
|
+
'_spec_property_naming', False
|
|
245
|
+
)
|
|
246
|
+
kwargs['_content_type'] = kwargs.get(
|
|
247
|
+
'_content_type')
|
|
248
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
249
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
250
|
+
kwargs['project_id'] = \
|
|
251
|
+
project_id
|
|
252
|
+
kwargs['test_plan_id'] = \
|
|
253
|
+
test_plan_id
|
|
254
|
+
return self.api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_endpoint.call_with_http_info(**kwargs)
|
|
255
|
+
|
|
256
|
+
def api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post(
|
|
257
|
+
self,
|
|
258
|
+
project_id,
|
|
259
|
+
test_plan_id,
|
|
260
|
+
**kwargs
|
|
261
|
+
):
|
|
262
|
+
"""Run autotests. # noqa: E501
|
|
263
|
+
|
|
264
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
265
|
+
asynchronous HTTP request, please pass async_req=True
|
|
266
|
+
|
|
267
|
+
>>> thread = api.api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post(project_id, test_plan_id, async_req=True)
|
|
268
|
+
>>> result = thread.get()
|
|
269
|
+
|
|
270
|
+
Args:
|
|
271
|
+
project_id (str):
|
|
272
|
+
test_plan_id (str):
|
|
273
|
+
|
|
274
|
+
Keyword Args:
|
|
275
|
+
api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request (ApiV2ProjectsProjectIdTestPlansTestPlanIdTestPointsAutotestsRunPostRequest): [optional]
|
|
276
|
+
_return_http_data_only (bool): response data without head status
|
|
277
|
+
code and headers. Default is True.
|
|
278
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
279
|
+
will be returned without reading/decoding response data.
|
|
280
|
+
Default is True.
|
|
281
|
+
_request_timeout (int/float/tuple): timeout setting for this request. If
|
|
282
|
+
one number provided, it will be total request timeout. It can also
|
|
283
|
+
be a pair (tuple) of (connection, read) timeouts.
|
|
284
|
+
Default is None.
|
|
285
|
+
_check_input_type (bool): specifies if type checking
|
|
286
|
+
should be done one the data sent to the server.
|
|
287
|
+
Default is True.
|
|
288
|
+
_check_return_type (bool): specifies if type checking
|
|
289
|
+
should be done one the data received from the server.
|
|
290
|
+
Default is True.
|
|
291
|
+
_spec_property_naming (bool): True if the variable names in the input data
|
|
292
|
+
are serialized names, as specified in the OpenAPI document.
|
|
293
|
+
False if the variable names in the input data
|
|
294
|
+
are pythonic names, e.g. snake case (default)
|
|
295
|
+
_content_type (str/None): force body content-type.
|
|
296
|
+
Default is None and content-type will be predicted by allowed
|
|
297
|
+
content-types and body.
|
|
298
|
+
_host_index (int/None): specifies the index of the server
|
|
299
|
+
that we want to use.
|
|
300
|
+
Default is read from the configuration.
|
|
301
|
+
_request_auths (list): set to override the auth_settings for an a single
|
|
302
|
+
request; this effectively ignores the authentication
|
|
303
|
+
in the spec for a single request.
|
|
304
|
+
Default is None
|
|
305
|
+
async_req (bool): execute request asynchronously
|
|
306
|
+
|
|
307
|
+
Returns:
|
|
308
|
+
TestRunNameApiResult
|
|
309
|
+
If the method is called asynchronously, returns the request
|
|
310
|
+
thread.
|
|
311
|
+
"""
|
|
312
|
+
kwargs['async_req'] = kwargs.get(
|
|
313
|
+
'async_req', False
|
|
314
|
+
)
|
|
315
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
|
316
|
+
'_return_http_data_only', True
|
|
317
|
+
)
|
|
318
|
+
kwargs['_preload_content'] = kwargs.get(
|
|
319
|
+
'_preload_content', True
|
|
320
|
+
)
|
|
321
|
+
kwargs['_request_timeout'] = kwargs.get(
|
|
322
|
+
'_request_timeout', None
|
|
323
|
+
)
|
|
324
|
+
kwargs['_check_input_type'] = kwargs.get(
|
|
325
|
+
'_check_input_type', True
|
|
326
|
+
)
|
|
327
|
+
kwargs['_check_return_type'] = kwargs.get(
|
|
328
|
+
'_check_return_type', True
|
|
329
|
+
)
|
|
330
|
+
kwargs['_spec_property_naming'] = kwargs.get(
|
|
331
|
+
'_spec_property_naming', False
|
|
332
|
+
)
|
|
333
|
+
kwargs['_content_type'] = kwargs.get(
|
|
334
|
+
'_content_type')
|
|
335
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
|
336
|
+
kwargs['_request_auths'] = kwargs.get('_request_auths', None)
|
|
337
|
+
kwargs['project_id'] = \
|
|
338
|
+
project_id
|
|
339
|
+
kwargs['test_plan_id'] = \
|
|
340
|
+
test_plan_id
|
|
341
|
+
return self.api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_endpoint.call_with_http_info(**kwargs)
|
|
342
|
+
|
{testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/projects_api.py
RENAMED
|
@@ -31,7 +31,6 @@ from testit_api_client.model.demo_project_api_result import DemoProjectApiResult
|
|
|
31
31
|
from testit_api_client.model.filter_model import FilterModel
|
|
32
32
|
from testit_api_client.model.operation import Operation
|
|
33
33
|
from testit_api_client.model.problem_details import ProblemDetails
|
|
34
|
-
from testit_api_client.model.project_api_result import ProjectApiResult
|
|
35
34
|
from testit_api_client.model.project_model import ProjectModel
|
|
36
35
|
from testit_api_client.model.project_short_api_result_reply import ProjectShortApiResultReply
|
|
37
36
|
from testit_api_client.model.project_short_model import ProjectShortModel
|
|
@@ -1092,7 +1091,7 @@ class ProjectsApi(object):
|
|
|
1092
1091
|
)
|
|
1093
1092
|
self.create_project_endpoint = _Endpoint(
|
|
1094
1093
|
settings={
|
|
1095
|
-
'response_type': (
|
|
1094
|
+
'response_type': (ProjectModel,),
|
|
1096
1095
|
'auth': [
|
|
1097
1096
|
'Bearer or PrivateToken'
|
|
1098
1097
|
],
|
|
@@ -3132,7 +3131,7 @@ class ProjectsApi(object):
|
|
|
3132
3131
|
async_req (bool): execute request asynchronously
|
|
3133
3132
|
|
|
3134
3133
|
Returns:
|
|
3135
|
-
|
|
3134
|
+
ProjectModel
|
|
3136
3135
|
If the method is called asynchronously, returns the request
|
|
3137
3136
|
thread.
|
|
3138
3137
|
"""
|
{testit_api_client-7.1.0 → testit_api_client-7.1.2}/src/testit_api_client/api/test_runs_api.py
RENAMED
|
@@ -532,7 +532,7 @@ class TestRunsApi(object):
|
|
|
532
532
|
)
|
|
533
533
|
self.api_v2_test_runs_id_test_results_last_modified_modification_date_get_endpoint = _Endpoint(
|
|
534
534
|
settings={
|
|
535
|
-
'response_type': (datetime,),
|
|
535
|
+
'response_type': (datetime, none_type,),
|
|
536
536
|
'auth': [
|
|
537
537
|
'Bearer or PrivateToken'
|
|
538
538
|
],
|
|
@@ -2108,7 +2108,7 @@ class TestRunsApi(object):
|
|
|
2108
2108
|
async_req (bool): execute request asynchronously
|
|
2109
2109
|
|
|
2110
2110
|
Returns:
|
|
2111
|
-
datetime
|
|
2111
|
+
datetime, none_type
|
|
2112
2112
|
If the method is called asynchronously, returns the request
|
|
2113
2113
|
thread.
|
|
2114
2114
|
"""
|
|
@@ -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.1.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/7.1.1/python'
|
|
80
80
|
|
|
81
81
|
def __enter__(self):
|
|
82
82
|
return self
|
|
@@ -28,6 +28,7 @@ from testit_api_client.api.project_configurations_api import ProjectConfiguratio
|
|
|
28
28
|
from testit_api_client.api.project_sections_api import ProjectSectionsApi
|
|
29
29
|
from testit_api_client.api.project_settings_api import ProjectSettingsApi
|
|
30
30
|
from testit_api_client.api.project_test_plan_attributes_api import ProjectTestPlanAttributesApi
|
|
31
|
+
from testit_api_client.api.project_test_plan_test_points_api import ProjectTestPlanTestPointsApi
|
|
31
32
|
from testit_api_client.api.project_test_plans_api import ProjectTestPlansApi
|
|
32
33
|
from testit_api_client.api.project_work_items_api import ProjectWorkItemsApi
|
|
33
34
|
from testit_api_client.api.projects_api import ProjectsApi
|
|
@@ -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.1.
|
|
416
|
+
"SDK Package Version: 7.1.1".\
|
|
417
417
|
format(env=sys.platform, pyversion=sys.version)
|
|
418
418
|
|
|
419
419
|
def get_host_settings(self):
|