testit-api-client 5.2.0__tar.gz → 6.0.0__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-5.2.0/src/testit_api_client.egg-info → testit_api_client-6.0.0}/PKG-INFO +11 -3
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/README.md +8 -1
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/setup.py +1 -1
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/__init__.py +11 -3
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/__init__.py +1 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/projects_api.py +53 -52
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/test_results_api.py +6 -3
- testit_api_client-6.0.0/src/testit_api_client/api/test_statuses_api.py +1999 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api_client.py +1 -1
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/configuration.py +1 -1
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/__init__.py +9 -2
- testit_api_client-5.2.0/src/testit_api_client/models/project_post_model.py → testit_api_client-6.0.0/src/testit_api_client/models/create_project_api_model.py +15 -8
- testit_api_client-6.0.0/src/testit_api_client/models/create_work_item_previews_api_model.py +104 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_option_model.py +1 -1
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_option_post_model.py +1 -1
- testit_api_client-6.0.0/src/testit_api_client/models/demo_project_api_result.py +91 -0
- testit_api_client-6.0.0/src/testit_api_client/models/enable_project_external_service_api_model.py +92 -0
- testit_api_client-6.0.0/src/testit_api_client/models/generate_work_item_previews_api_model.py +92 -0
- testit_api_client-6.0.0/src/testit_api_client/models/generate_work_item_previews_api_result.py +95 -0
- testit_api_client-6.0.0/src/testit_api_client/models/project_external_service_settings_api_result.py +92 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_status_api_result.py +3 -5
- testit_api_client-5.2.0/src/testit_api_client/models/project_put_model.py → testit_api_client-6.0.0/src/testit_api_client/models/update_project_api_model.py +14 -10
- testit_api_client-6.0.0/src/testit_api_client/models/work_item_preview_api_model.py +91 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0/src/testit_api_client.egg-info}/PKG-INFO +11 -3
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client.egg-info/SOURCES.txt +10 -2
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/LICENSE.md +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/setup.cfg +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/attachments_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/auto_tests_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/background_jobs_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/configurations_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/custom_attribute_templates_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/custom_attributes_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/notifications_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/parameters_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/project_attribute_templates_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/project_attributes_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/project_configurations_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/project_sections_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/project_settings_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/project_test_plan_attributes_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/project_test_plans_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/project_work_items_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/search_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/sections_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/tags_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/test_plans_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/test_points_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/test_runs_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/test_suites_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/users_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/webhooks_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/webhooks_logs_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/work_items_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/work_items_comments_api.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api_response.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/exceptions.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/action_update.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/assign_attachment_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/attachment_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/attachment_change_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/attachment_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/attachment_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/attachment_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/attachment_put_model_auto_test_step_results_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/attachment_update_request.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_average_duration_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_bulk_delete_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_bulk_delete_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_change_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_class_count_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_extraction_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_flaky_bulk_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_id_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_model_v2_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_namespace_count_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_namespace_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_namespaces_count_response.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_outcome.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_project_settings_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_project_settings_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_result_history_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_result_history_select_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_result_reason_short.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_results_for_test_run_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_search_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_search_include_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_select_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_short_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_step.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_step_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_step_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_step_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_step_result_update_request.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_test_step_results_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/auto_tests_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/autotest_result_outcome.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/available_test_result_outcome.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/background_job_attachment_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/background_job_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/background_job_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/background_job_state.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/background_job_type.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/boolean_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/boolean_nullable_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_by_parameters_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_short.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_short_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/configuration_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/create_defect_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/create_empty_test_run_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/create_link_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/create_test_plan_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/create_test_run_and_fill_by_auto_tests_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/create_test_run_and_fill_by_configurations_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/create_test_run_and_fill_by_work_items_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_change_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_search_query_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_template_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_template_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_template_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_template_search_query_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_template_validation_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_test_plan_project_relation_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_types_enum.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/custom_attribute_validation_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/date_time_range_selector_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/defect_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/deletion_state.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_form_allowed_value_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_form_create_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_form_field_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_form_link_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_form_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_link_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_service_category_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_service_metadata_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/external_services_metadata_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/failure_category.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/failure_category_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/failure_class_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/failure_class_regex_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/get_external_form_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/get_xlsx_test_points_by_test_plan_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/global_custom_attribute_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/global_custom_attribute_update_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/global_search_item_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/global_search_request.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/global_search_response.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/guid_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/guid_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/image_resize_type.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/int32_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/int32_range_selector_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/int64_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/int64_range_selector_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/iteration_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/iteration_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/iteration_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/label.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/label_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/label_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/label_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/last_test_result_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link_short.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link_short_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/link_type.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/manual_rerun_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/manual_rerun_select_test_results_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/manual_rerun_test_result_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/named_entity_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/notification_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/notification_query_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/notification_type_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/operation.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/parameter_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/parameter_group_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/parameter_iteration_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/parameter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/parameter_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/parameter_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/parameter_short_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/parameter_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/period_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/period_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/problem_details.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_attributes_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_custom_attribute_template_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_custom_attributes_templates_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_external_service_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_external_services_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_shortest_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_test_plans_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/project_type_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/projects_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/public_test_point_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/public_test_run_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/request_type_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/request_type_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/rerun_test_result_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/rerun_test_result_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/reruns_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/search_custom_attribute_template_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/search_test_runs_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/search_webhooks_query_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/search_work_item_link_urls_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/section_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/section_move_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/section_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/section_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/section_rename_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/section_with_steps_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/shared_step_change_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/shared_step_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/shared_step_reference_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/shared_step_reference_section_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/shared_step_reference_sections_query_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/shared_step_references_query_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/shared_step_result_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/short_configuration.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/step_comment_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/step_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/step_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/step_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/step_result_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/string_array_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/string_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/string_changed_field_with_diffs_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/string_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/tag_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/tag_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/tag_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/tag_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/tag_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/tag_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/tag_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/tags_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_change_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_changed_fields_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_group_by_status.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_group_by_test_suite.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_group_by_tester.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_group_by_tester_and_status.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_link.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_status.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_status_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_summary_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_tag_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_with_analytic_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_plan_with_test_suite_tree_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_analytic_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_by_test_suite_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_change_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_filter_request_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_result_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_selector.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_short_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_short_response_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_status.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_point_with_last_result_response_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_points_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_change_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_chronology_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_failure_class_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_history_report_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_outcome.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_response.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_short_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_short_response.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_step_comment_update_request.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_update_v2_request.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_v2_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_result_v2_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_results_extraction_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_results_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_results_local_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_results_select_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_results_statistics_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_results_statistics_failure_categories_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_results_statistics_statuses_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_analytic_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_by_auto_test_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_extraction_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_group_by_failure_class_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_group_by_status_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_group_by_status_type_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_select_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_short_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_state.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_statistics_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_test_results_partial_bulk_set_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_test_results_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_run_v2_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_status_create_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_status_type.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_status_update_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_change_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_test_plan_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_type.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_v2_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_v2_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_v2_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_v2_tree_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_with_children_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/test_suite_work_items_search_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/update_empty_test_run_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/update_link_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/update_multiple_attachments_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/update_multiple_links_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/update_multiple_test_runs_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/update_test_plan_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/user_custom_name_validation_response.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/user_rank_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/user_with_rank_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/validation_problem_details.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/web_hook_event_type.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/web_hook_event_type_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/web_hook_event_type_request.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/web_hook_log_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/web_hook_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/web_hook_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/web_hook_test_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhook_bulk_update_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhook_response.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhook_variables_type.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhooks_delete_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhooks_delete_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhooks_extraction_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhooks_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhooks_update_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/webhooks_update_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_change_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_changed_attribute_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_changed_fields_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_comment_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_comment_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_comment_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_entity_types.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_extraction_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_extraction_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_group_get_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_group_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_group_type.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_id_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_identifier_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_like_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_link_change_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_link_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_link_extraction_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_link_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_link_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_link_url_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_link_url_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_link_url_filter_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_local_filter_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_local_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_move_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_post_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_priority_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_put_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_search_query_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_select_api_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_select_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_short_api_result.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_short_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_state.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_states.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_step_change_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_step_change_view_model_array_changed_field_with_diffs_view_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/models/work_item_version_model.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/py.typed +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/rest.py +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client.egg-info/dependency_links.txt +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client.egg-info/requires.txt +0 -0
- {testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-api-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 6.0.0
|
|
4
4
|
Summary: API-client for Test IT
|
|
5
5
|
Home-page: https://pypi.org/project/testit-api-client/
|
|
6
6
|
Author: Integration team
|
|
@@ -17,6 +17,7 @@ Dynamic: author-email
|
|
|
17
17
|
Dynamic: description
|
|
18
18
|
Dynamic: description-content-type
|
|
19
19
|
Dynamic: home-page
|
|
20
|
+
Dynamic: license-file
|
|
20
21
|
Dynamic: requires-dist
|
|
21
22
|
Dynamic: requires-python
|
|
22
23
|
Dynamic: summary
|
|
@@ -45,7 +46,7 @@ Dynamic: summary
|
|
|
45
46
|
| 5.1 | 4.1.0 |
|
|
46
47
|
| 5.2 | 4.2.0 |
|
|
47
48
|
| 5.2.2 | 5.1.2.post522 |
|
|
48
|
-
| Cloud |
|
|
49
|
+
| Cloud | 6.0.0 |
|
|
49
50
|
|
|
50
51
|
## Installation & Usage
|
|
51
52
|
### pip install
|
|
@@ -318,6 +319,13 @@ Class | Method | HTTP request | Description
|
|
|
318
319
|
*TestRunsApi* | [**start_test_run**](docs/TestRunsApi.md#start_test_run) | **POST** /api/v2/testRuns/{id}/start | Start TestRun
|
|
319
320
|
*TestRunsApi* | [**stop_test_run**](docs/TestRunsApi.md#stop_test_run) | **POST** /api/v2/testRuns/{id}/stop | Stop TestRun
|
|
320
321
|
*TestRunsApi* | [**update_empty**](docs/TestRunsApi.md#update_empty) | **PUT** /api/v2/testRuns | Update empty TestRun
|
|
322
|
+
*TestStatusesApi* | [**api_v2_test_statuses_code_code_exists_get**](docs/TestStatusesApi.md#api_v2_test_statuses_code_code_exists_get) | **GET** /api/v2/testStatuses/code/{code}/exists |
|
|
323
|
+
*TestStatusesApi* | [**api_v2_test_statuses_get**](docs/TestStatusesApi.md#api_v2_test_statuses_get) | **GET** /api/v2/testStatuses |
|
|
324
|
+
*TestStatusesApi* | [**api_v2_test_statuses_id_delete**](docs/TestStatusesApi.md#api_v2_test_statuses_id_delete) | **DELETE** /api/v2/testStatuses/{id} |
|
|
325
|
+
*TestStatusesApi* | [**api_v2_test_statuses_id_get**](docs/TestStatusesApi.md#api_v2_test_statuses_id_get) | **GET** /api/v2/testStatuses/{id} |
|
|
326
|
+
*TestStatusesApi* | [**api_v2_test_statuses_name_name_exists_get**](docs/TestStatusesApi.md#api_v2_test_statuses_name_name_exists_get) | **GET** /api/v2/testStatuses/name/{name}/exists |
|
|
327
|
+
*TestStatusesApi* | [**api_v2_test_statuses_post**](docs/TestStatusesApi.md#api_v2_test_statuses_post) | **POST** /api/v2/testStatuses |
|
|
328
|
+
*TestStatusesApi* | [**api_v2_test_statuses_put**](docs/TestStatusesApi.md#api_v2_test_statuses_put) | **PUT** /api/v2/testStatuses |
|
|
321
329
|
*TestSuitesApi* | [**add_test_points_to_test_suite**](docs/TestSuitesApi.md#add_test_points_to_test_suite) | **POST** /api/v2/testSuites/{id}/test-points | Add test-points to test suite
|
|
322
330
|
*TestSuitesApi* | [**api_v2_test_suites_id_patch**](docs/TestSuitesApi.md#api_v2_test_suites_id_patch) | **PATCH** /api/v2/testSuites/{id} | Patch test suite
|
|
323
331
|
*TestSuitesApi* | [**api_v2_test_suites_id_refresh_post**](docs/TestSuitesApi.md#api_v2_test_suites_id_refresh_post) | **POST** /api/v2/testSuites/{id}/refresh | Refresh test suite. Only dynamic test suites are supported by this method
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| 5.1 | 4.1.0 |
|
|
23
23
|
| 5.2 | 4.2.0 |
|
|
24
24
|
| 5.2.2 | 5.1.2.post522 |
|
|
25
|
-
| Cloud |
|
|
25
|
+
| Cloud | 6.0.0 |
|
|
26
26
|
|
|
27
27
|
## Installation & Usage
|
|
28
28
|
### pip install
|
|
@@ -295,6 +295,13 @@ Class | Method | HTTP request | Description
|
|
|
295
295
|
*TestRunsApi* | [**start_test_run**](docs/TestRunsApi.md#start_test_run) | **POST** /api/v2/testRuns/{id}/start | Start TestRun
|
|
296
296
|
*TestRunsApi* | [**stop_test_run**](docs/TestRunsApi.md#stop_test_run) | **POST** /api/v2/testRuns/{id}/stop | Stop TestRun
|
|
297
297
|
*TestRunsApi* | [**update_empty**](docs/TestRunsApi.md#update_empty) | **PUT** /api/v2/testRuns | Update empty TestRun
|
|
298
|
+
*TestStatusesApi* | [**api_v2_test_statuses_code_code_exists_get**](docs/TestStatusesApi.md#api_v2_test_statuses_code_code_exists_get) | **GET** /api/v2/testStatuses/code/{code}/exists |
|
|
299
|
+
*TestStatusesApi* | [**api_v2_test_statuses_get**](docs/TestStatusesApi.md#api_v2_test_statuses_get) | **GET** /api/v2/testStatuses |
|
|
300
|
+
*TestStatusesApi* | [**api_v2_test_statuses_id_delete**](docs/TestStatusesApi.md#api_v2_test_statuses_id_delete) | **DELETE** /api/v2/testStatuses/{id} |
|
|
301
|
+
*TestStatusesApi* | [**api_v2_test_statuses_id_get**](docs/TestStatusesApi.md#api_v2_test_statuses_id_get) | **GET** /api/v2/testStatuses/{id} |
|
|
302
|
+
*TestStatusesApi* | [**api_v2_test_statuses_name_name_exists_get**](docs/TestStatusesApi.md#api_v2_test_statuses_name_name_exists_get) | **GET** /api/v2/testStatuses/name/{name}/exists |
|
|
303
|
+
*TestStatusesApi* | [**api_v2_test_statuses_post**](docs/TestStatusesApi.md#api_v2_test_statuses_post) | **POST** /api/v2/testStatuses |
|
|
304
|
+
*TestStatusesApi* | [**api_v2_test_statuses_put**](docs/TestStatusesApi.md#api_v2_test_statuses_put) | **PUT** /api/v2/testStatuses |
|
|
298
305
|
*TestSuitesApi* | [**add_test_points_to_test_suite**](docs/TestSuitesApi.md#add_test_points_to_test_suite) | **POST** /api/v2/testSuites/{id}/test-points | Add test-points to test suite
|
|
299
306
|
*TestSuitesApi* | [**api_v2_test_suites_id_patch**](docs/TestSuitesApi.md#api_v2_test_suites_id_patch) | **PATCH** /api/v2/testSuites/{id} | Patch test suite
|
|
300
307
|
*TestSuitesApi* | [**api_v2_test_suites_id_refresh_post**](docs/TestSuitesApi.md#api_v2_test_suites_id_refresh_post) | **POST** /api/v2/testSuites/{id}/refresh | Refresh test suite. Only dynamic test suites are supported by this method
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "
|
|
17
|
+
__version__ = "6.0.0"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from testit_api_client.api.attachments_api import AttachmentsApi
|
|
@@ -41,6 +41,7 @@ from testit_api_client.api.test_plans_api import TestPlansApi
|
|
|
41
41
|
from testit_api_client.api.test_points_api import TestPointsApi
|
|
42
42
|
from testit_api_client.api.test_results_api import TestResultsApi
|
|
43
43
|
from testit_api_client.api.test_runs_api import TestRunsApi
|
|
44
|
+
from testit_api_client.api.test_statuses_api import TestStatusesApi
|
|
44
45
|
from testit_api_client.api.test_suites_api import TestSuitesApi
|
|
45
46
|
from testit_api_client.api.users_api import UsersApi
|
|
46
47
|
from testit_api_client.api.webhooks_api import WebhooksApi
|
|
@@ -130,10 +131,12 @@ from testit_api_client.models.configuration_short_model import ConfigurationShor
|
|
|
130
131
|
from testit_api_client.models.create_defect_api_model import CreateDefectApiModel
|
|
131
132
|
from testit_api_client.models.create_empty_test_run_api_model import CreateEmptyTestRunApiModel
|
|
132
133
|
from testit_api_client.models.create_link_api_model import CreateLinkApiModel
|
|
134
|
+
from testit_api_client.models.create_project_api_model import CreateProjectApiModel
|
|
133
135
|
from testit_api_client.models.create_test_plan_api_model import CreateTestPlanApiModel
|
|
134
136
|
from testit_api_client.models.create_test_run_and_fill_by_auto_tests_api_model import CreateTestRunAndFillByAutoTestsApiModel
|
|
135
137
|
from testit_api_client.models.create_test_run_and_fill_by_configurations_api_model import CreateTestRunAndFillByConfigurationsApiModel
|
|
136
138
|
from testit_api_client.models.create_test_run_and_fill_by_work_items_api_model import CreateTestRunAndFillByWorkItemsApiModel
|
|
139
|
+
from testit_api_client.models.create_work_item_previews_api_model import CreateWorkItemPreviewsApiModel
|
|
137
140
|
from testit_api_client.models.custom_attribute_change_model import CustomAttributeChangeModel
|
|
138
141
|
from testit_api_client.models.custom_attribute_get_model import CustomAttributeGetModel
|
|
139
142
|
from testit_api_client.models.custom_attribute_model import CustomAttributeModel
|
|
@@ -153,6 +156,8 @@ from testit_api_client.models.custom_attribute_validation_result import CustomAt
|
|
|
153
156
|
from testit_api_client.models.date_time_range_selector_model import DateTimeRangeSelectorModel
|
|
154
157
|
from testit_api_client.models.defect_api_model import DefectApiModel
|
|
155
158
|
from testit_api_client.models.deletion_state import DeletionState
|
|
159
|
+
from testit_api_client.models.demo_project_api_result import DemoProjectApiResult
|
|
160
|
+
from testit_api_client.models.enable_project_external_service_api_model import EnableProjectExternalServiceApiModel
|
|
156
161
|
from testit_api_client.models.external_form_allowed_value_model import ExternalFormAllowedValueModel
|
|
157
162
|
from testit_api_client.models.external_form_create_model import ExternalFormCreateModel
|
|
158
163
|
from testit_api_client.models.external_form_field_model import ExternalFormFieldModel
|
|
@@ -167,6 +172,8 @@ from testit_api_client.models.failure_category_model import FailureCategoryModel
|
|
|
167
172
|
from testit_api_client.models.failure_class_model import FailureClassModel
|
|
168
173
|
from testit_api_client.models.failure_class_regex_model import FailureClassRegexModel
|
|
169
174
|
from testit_api_client.models.filter_model import FilterModel
|
|
175
|
+
from testit_api_client.models.generate_work_item_previews_api_model import GenerateWorkItemPreviewsApiModel
|
|
176
|
+
from testit_api_client.models.generate_work_item_previews_api_result import GenerateWorkItemPreviewsApiResult
|
|
170
177
|
from testit_api_client.models.get_external_form_api_result import GetExternalFormApiResult
|
|
171
178
|
from testit_api_client.models.get_xlsx_test_points_by_test_plan_model import GetXlsxTestPointsByTestPlanModel
|
|
172
179
|
from testit_api_client.models.global_custom_attribute_post_model import GlobalCustomAttributePostModel
|
|
@@ -221,11 +228,10 @@ from testit_api_client.models.project_attributes_filter_model import ProjectAttr
|
|
|
221
228
|
from testit_api_client.models.project_custom_attribute_template_get_model import ProjectCustomAttributeTemplateGetModel
|
|
222
229
|
from testit_api_client.models.project_custom_attributes_templates_filter_model import ProjectCustomAttributesTemplatesFilterModel
|
|
223
230
|
from testit_api_client.models.project_external_service_api_result import ProjectExternalServiceApiResult
|
|
231
|
+
from testit_api_client.models.project_external_service_settings_api_result import ProjectExternalServiceSettingsApiResult
|
|
224
232
|
from testit_api_client.models.project_external_services_api_result import ProjectExternalServicesApiResult
|
|
225
233
|
from testit_api_client.models.project_extraction_model import ProjectExtractionModel
|
|
226
234
|
from testit_api_client.models.project_model import ProjectModel
|
|
227
|
-
from testit_api_client.models.project_post_model import ProjectPostModel
|
|
228
|
-
from testit_api_client.models.project_put_model import ProjectPutModel
|
|
229
235
|
from testit_api_client.models.project_select_model import ProjectSelectModel
|
|
230
236
|
from testit_api_client.models.project_short_model import ProjectShortModel
|
|
231
237
|
from testit_api_client.models.project_shortest_model import ProjectShortestModel
|
|
@@ -363,6 +369,7 @@ from testit_api_client.models.update_link_api_model import UpdateLinkApiModel
|
|
|
363
369
|
from testit_api_client.models.update_multiple_attachments_api_model import UpdateMultipleAttachmentsApiModel
|
|
364
370
|
from testit_api_client.models.update_multiple_links_api_model import UpdateMultipleLinksApiModel
|
|
365
371
|
from testit_api_client.models.update_multiple_test_runs_api_model import UpdateMultipleTestRunsApiModel
|
|
372
|
+
from testit_api_client.models.update_project_api_model import UpdateProjectApiModel
|
|
366
373
|
from testit_api_client.models.update_test_plan_api_model import UpdateTestPlanApiModel
|
|
367
374
|
from testit_api_client.models.user_custom_name_validation_response import UserCustomNameValidationResponse
|
|
368
375
|
from testit_api_client.models.user_rank_model import UserRankModel
|
|
@@ -414,6 +421,7 @@ from testit_api_client.models.work_item_local_select_model import WorkItemLocalS
|
|
|
414
421
|
from testit_api_client.models.work_item_model import WorkItemModel
|
|
415
422
|
from testit_api_client.models.work_item_move_post_model import WorkItemMovePostModel
|
|
416
423
|
from testit_api_client.models.work_item_post_model import WorkItemPostModel
|
|
424
|
+
from testit_api_client.models.work_item_preview_api_model import WorkItemPreviewApiModel
|
|
417
425
|
from testit_api_client.models.work_item_priority_model import WorkItemPriorityModel
|
|
418
426
|
from testit_api_client.models.work_item_put_model import WorkItemPutModel
|
|
419
427
|
from testit_api_client.models.work_item_search_query_model import WorkItemSearchQueryModel
|
|
@@ -25,6 +25,7 @@ from testit_api_client.api.test_plans_api import TestPlansApi
|
|
|
25
25
|
from testit_api_client.api.test_points_api import TestPointsApi
|
|
26
26
|
from testit_api_client.api.test_results_api import TestResultsApi
|
|
27
27
|
from testit_api_client.api.test_runs_api import TestRunsApi
|
|
28
|
+
from testit_api_client.api.test_statuses_api import TestStatusesApi
|
|
28
29
|
from testit_api_client.api.test_suites_api import TestSuitesApi
|
|
29
30
|
from testit_api_client.api.users_api import UsersApi
|
|
30
31
|
from testit_api_client.api.webhooks_api import WebhooksApi
|
{testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/projects_api.py
RENAMED
|
@@ -21,13 +21,13 @@ from pydantic import Field, StrictBool, StrictInt, StrictStr
|
|
|
21
21
|
from typing import List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
from testit_api_client.models.auto_test_namespace_model import AutoTestNamespaceModel
|
|
24
|
+
from testit_api_client.models.create_project_api_model import CreateProjectApiModel
|
|
24
25
|
from testit_api_client.models.custom_attribute_test_plan_project_relation_put_model import CustomAttributeTestPlanProjectRelationPutModel
|
|
26
|
+
from testit_api_client.models.demo_project_api_result import DemoProjectApiResult
|
|
25
27
|
from testit_api_client.models.failure_class_model import FailureClassModel
|
|
26
28
|
from testit_api_client.models.filter_model import FilterModel
|
|
27
29
|
from testit_api_client.models.operation import Operation
|
|
28
30
|
from testit_api_client.models.project_model import ProjectModel
|
|
29
|
-
from testit_api_client.models.project_post_model import ProjectPostModel
|
|
30
|
-
from testit_api_client.models.project_put_model import ProjectPutModel
|
|
31
31
|
from testit_api_client.models.project_select_model import ProjectSelectModel
|
|
32
32
|
from testit_api_client.models.project_short_model import ProjectShortModel
|
|
33
33
|
from testit_api_client.models.projects_filter_model import ProjectsFilterModel
|
|
@@ -35,6 +35,7 @@ from testit_api_client.models.public_test_run_model import PublicTestRunModel
|
|
|
35
35
|
from testit_api_client.models.test_plan_model import TestPlanModel
|
|
36
36
|
from testit_api_client.models.test_run_api_result import TestRunApiResult
|
|
37
37
|
from testit_api_client.models.test_run_v2_api_result import TestRunV2ApiResult
|
|
38
|
+
from testit_api_client.models.update_project_api_model import UpdateProjectApiModel
|
|
38
39
|
|
|
39
40
|
from testit_api_client.api_client import ApiClient, RequestSerialized
|
|
40
41
|
from testit_api_client.api_response import ApiResponse
|
|
@@ -365,7 +366,7 @@ class ProjectsApi:
|
|
|
365
366
|
@validate_call
|
|
366
367
|
def api_v2_projects_demo_post(
|
|
367
368
|
self,
|
|
368
|
-
|
|
369
|
+
create_project_api_model: Optional[CreateProjectApiModel] = None,
|
|
369
370
|
_request_timeout: Union[
|
|
370
371
|
None,
|
|
371
372
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -378,12 +379,12 @@ class ProjectsApi:
|
|
|
378
379
|
_content_type: Optional[StrictStr] = None,
|
|
379
380
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
380
381
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
381
|
-
) ->
|
|
382
|
+
) -> DemoProjectApiResult:
|
|
382
383
|
"""api_v2_projects_demo_post
|
|
383
384
|
|
|
384
385
|
|
|
385
|
-
:param
|
|
386
|
-
:type
|
|
386
|
+
:param create_project_api_model:
|
|
387
|
+
:type create_project_api_model: CreateProjectApiModel
|
|
387
388
|
:param _request_timeout: timeout setting for this request. If one
|
|
388
389
|
number provided, it will be total request
|
|
389
390
|
timeout. It can also be a pair (tuple) of
|
|
@@ -407,7 +408,7 @@ class ProjectsApi:
|
|
|
407
408
|
""" # noqa: E501
|
|
408
409
|
|
|
409
410
|
_param = self._api_v2_projects_demo_post_serialize(
|
|
410
|
-
|
|
411
|
+
create_project_api_model=create_project_api_model,
|
|
411
412
|
_request_auth=_request_auth,
|
|
412
413
|
_content_type=_content_type,
|
|
413
414
|
_headers=_headers,
|
|
@@ -415,7 +416,7 @@ class ProjectsApi:
|
|
|
415
416
|
)
|
|
416
417
|
|
|
417
418
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
418
|
-
'201': "
|
|
419
|
+
'201': "DemoProjectApiResult",
|
|
419
420
|
'400': "ValidationProblemDetails",
|
|
420
421
|
'401': "ProblemDetails",
|
|
421
422
|
'403': "ProblemDetails",
|
|
@@ -437,7 +438,7 @@ class ProjectsApi:
|
|
|
437
438
|
@validate_call
|
|
438
439
|
def api_v2_projects_demo_post_with_http_info(
|
|
439
440
|
self,
|
|
440
|
-
|
|
441
|
+
create_project_api_model: Optional[CreateProjectApiModel] = None,
|
|
441
442
|
_request_timeout: Union[
|
|
442
443
|
None,
|
|
443
444
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -450,12 +451,12 @@ class ProjectsApi:
|
|
|
450
451
|
_content_type: Optional[StrictStr] = None,
|
|
451
452
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
452
453
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
453
|
-
) -> ApiResponse[
|
|
454
|
+
) -> ApiResponse[DemoProjectApiResult]:
|
|
454
455
|
"""api_v2_projects_demo_post
|
|
455
456
|
|
|
456
457
|
|
|
457
|
-
:param
|
|
458
|
-
:type
|
|
458
|
+
:param create_project_api_model:
|
|
459
|
+
:type create_project_api_model: CreateProjectApiModel
|
|
459
460
|
:param _request_timeout: timeout setting for this request. If one
|
|
460
461
|
number provided, it will be total request
|
|
461
462
|
timeout. It can also be a pair (tuple) of
|
|
@@ -479,7 +480,7 @@ class ProjectsApi:
|
|
|
479
480
|
""" # noqa: E501
|
|
480
481
|
|
|
481
482
|
_param = self._api_v2_projects_demo_post_serialize(
|
|
482
|
-
|
|
483
|
+
create_project_api_model=create_project_api_model,
|
|
483
484
|
_request_auth=_request_auth,
|
|
484
485
|
_content_type=_content_type,
|
|
485
486
|
_headers=_headers,
|
|
@@ -487,7 +488,7 @@ class ProjectsApi:
|
|
|
487
488
|
)
|
|
488
489
|
|
|
489
490
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
490
|
-
'201': "
|
|
491
|
+
'201': "DemoProjectApiResult",
|
|
491
492
|
'400': "ValidationProblemDetails",
|
|
492
493
|
'401': "ProblemDetails",
|
|
493
494
|
'403': "ProblemDetails",
|
|
@@ -509,7 +510,7 @@ class ProjectsApi:
|
|
|
509
510
|
@validate_call
|
|
510
511
|
def api_v2_projects_demo_post_without_preload_content(
|
|
511
512
|
self,
|
|
512
|
-
|
|
513
|
+
create_project_api_model: Optional[CreateProjectApiModel] = None,
|
|
513
514
|
_request_timeout: Union[
|
|
514
515
|
None,
|
|
515
516
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -526,8 +527,8 @@ class ProjectsApi:
|
|
|
526
527
|
"""api_v2_projects_demo_post
|
|
527
528
|
|
|
528
529
|
|
|
529
|
-
:param
|
|
530
|
-
:type
|
|
530
|
+
:param create_project_api_model:
|
|
531
|
+
:type create_project_api_model: CreateProjectApiModel
|
|
531
532
|
:param _request_timeout: timeout setting for this request. If one
|
|
532
533
|
number provided, it will be total request
|
|
533
534
|
timeout. It can also be a pair (tuple) of
|
|
@@ -551,7 +552,7 @@ class ProjectsApi:
|
|
|
551
552
|
""" # noqa: E501
|
|
552
553
|
|
|
553
554
|
_param = self._api_v2_projects_demo_post_serialize(
|
|
554
|
-
|
|
555
|
+
create_project_api_model=create_project_api_model,
|
|
555
556
|
_request_auth=_request_auth,
|
|
556
557
|
_content_type=_content_type,
|
|
557
558
|
_headers=_headers,
|
|
@@ -559,7 +560,7 @@ class ProjectsApi:
|
|
|
559
560
|
)
|
|
560
561
|
|
|
561
562
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
562
|
-
'201': "
|
|
563
|
+
'201': "DemoProjectApiResult",
|
|
563
564
|
'400': "ValidationProblemDetails",
|
|
564
565
|
'401': "ProblemDetails",
|
|
565
566
|
'403': "ProblemDetails",
|
|
@@ -576,7 +577,7 @@ class ProjectsApi:
|
|
|
576
577
|
|
|
577
578
|
def _api_v2_projects_demo_post_serialize(
|
|
578
579
|
self,
|
|
579
|
-
|
|
580
|
+
create_project_api_model,
|
|
580
581
|
_request_auth,
|
|
581
582
|
_content_type,
|
|
582
583
|
_headers,
|
|
@@ -602,8 +603,8 @@ class ProjectsApi:
|
|
|
602
603
|
# process the header parameters
|
|
603
604
|
# process the form parameters
|
|
604
605
|
# process the body parameter
|
|
605
|
-
if
|
|
606
|
-
_body_params =
|
|
606
|
+
if create_project_api_model is not None:
|
|
607
|
+
_body_params = create_project_api_model
|
|
607
608
|
|
|
608
609
|
|
|
609
610
|
# set the HTTP header `Accept`
|
|
@@ -5287,7 +5288,7 @@ class ProjectsApi:
|
|
|
5287
5288
|
@validate_call
|
|
5288
5289
|
def create_project(
|
|
5289
5290
|
self,
|
|
5290
|
-
|
|
5291
|
+
create_project_api_model: Optional[CreateProjectApiModel] = None,
|
|
5291
5292
|
_request_timeout: Union[
|
|
5292
5293
|
None,
|
|
5293
5294
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5305,8 +5306,8 @@ class ProjectsApi:
|
|
|
5305
5306
|
|
|
5306
5307
|
Use case User sets project parameters (listed in request example) and runs method execution System creates project System returns project model (example listed in response parameters)
|
|
5307
5308
|
|
|
5308
|
-
:param
|
|
5309
|
-
:type
|
|
5309
|
+
:param create_project_api_model:
|
|
5310
|
+
:type create_project_api_model: CreateProjectApiModel
|
|
5310
5311
|
:param _request_timeout: timeout setting for this request. If one
|
|
5311
5312
|
number provided, it will be total request
|
|
5312
5313
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5330,7 +5331,7 @@ class ProjectsApi:
|
|
|
5330
5331
|
""" # noqa: E501
|
|
5331
5332
|
|
|
5332
5333
|
_param = self._create_project_serialize(
|
|
5333
|
-
|
|
5334
|
+
create_project_api_model=create_project_api_model,
|
|
5334
5335
|
_request_auth=_request_auth,
|
|
5335
5336
|
_content_type=_content_type,
|
|
5336
5337
|
_headers=_headers,
|
|
@@ -5360,7 +5361,7 @@ class ProjectsApi:
|
|
|
5360
5361
|
@validate_call
|
|
5361
5362
|
def create_project_with_http_info(
|
|
5362
5363
|
self,
|
|
5363
|
-
|
|
5364
|
+
create_project_api_model: Optional[CreateProjectApiModel] = None,
|
|
5364
5365
|
_request_timeout: Union[
|
|
5365
5366
|
None,
|
|
5366
5367
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5378,8 +5379,8 @@ class ProjectsApi:
|
|
|
5378
5379
|
|
|
5379
5380
|
Use case User sets project parameters (listed in request example) and runs method execution System creates project System returns project model (example listed in response parameters)
|
|
5380
5381
|
|
|
5381
|
-
:param
|
|
5382
|
-
:type
|
|
5382
|
+
:param create_project_api_model:
|
|
5383
|
+
:type create_project_api_model: CreateProjectApiModel
|
|
5383
5384
|
:param _request_timeout: timeout setting for this request. If one
|
|
5384
5385
|
number provided, it will be total request
|
|
5385
5386
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5403,7 +5404,7 @@ class ProjectsApi:
|
|
|
5403
5404
|
""" # noqa: E501
|
|
5404
5405
|
|
|
5405
5406
|
_param = self._create_project_serialize(
|
|
5406
|
-
|
|
5407
|
+
create_project_api_model=create_project_api_model,
|
|
5407
5408
|
_request_auth=_request_auth,
|
|
5408
5409
|
_content_type=_content_type,
|
|
5409
5410
|
_headers=_headers,
|
|
@@ -5433,7 +5434,7 @@ class ProjectsApi:
|
|
|
5433
5434
|
@validate_call
|
|
5434
5435
|
def create_project_without_preload_content(
|
|
5435
5436
|
self,
|
|
5436
|
-
|
|
5437
|
+
create_project_api_model: Optional[CreateProjectApiModel] = None,
|
|
5437
5438
|
_request_timeout: Union[
|
|
5438
5439
|
None,
|
|
5439
5440
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -5451,8 +5452,8 @@ class ProjectsApi:
|
|
|
5451
5452
|
|
|
5452
5453
|
Use case User sets project parameters (listed in request example) and runs method execution System creates project System returns project model (example listed in response parameters)
|
|
5453
5454
|
|
|
5454
|
-
:param
|
|
5455
|
-
:type
|
|
5455
|
+
:param create_project_api_model:
|
|
5456
|
+
:type create_project_api_model: CreateProjectApiModel
|
|
5456
5457
|
:param _request_timeout: timeout setting for this request. If one
|
|
5457
5458
|
number provided, it will be total request
|
|
5458
5459
|
timeout. It can also be a pair (tuple) of
|
|
@@ -5476,7 +5477,7 @@ class ProjectsApi:
|
|
|
5476
5477
|
""" # noqa: E501
|
|
5477
5478
|
|
|
5478
5479
|
_param = self._create_project_serialize(
|
|
5479
|
-
|
|
5480
|
+
create_project_api_model=create_project_api_model,
|
|
5480
5481
|
_request_auth=_request_auth,
|
|
5481
5482
|
_content_type=_content_type,
|
|
5482
5483
|
_headers=_headers,
|
|
@@ -5501,7 +5502,7 @@ class ProjectsApi:
|
|
|
5501
5502
|
|
|
5502
5503
|
def _create_project_serialize(
|
|
5503
5504
|
self,
|
|
5504
|
-
|
|
5505
|
+
create_project_api_model,
|
|
5505
5506
|
_request_auth,
|
|
5506
5507
|
_content_type,
|
|
5507
5508
|
_headers,
|
|
@@ -5527,8 +5528,8 @@ class ProjectsApi:
|
|
|
5527
5528
|
# process the header parameters
|
|
5528
5529
|
# process the form parameters
|
|
5529
5530
|
# process the body parameter
|
|
5530
|
-
if
|
|
5531
|
-
_body_params =
|
|
5531
|
+
if create_project_api_model is not None:
|
|
5532
|
+
_body_params = create_project_api_model
|
|
5532
5533
|
|
|
5533
5534
|
|
|
5534
5535
|
# set the HTTP header `Accept`
|
|
@@ -7596,7 +7597,7 @@ class ProjectsApi:
|
|
|
7596
7597
|
@validate_call
|
|
7597
7598
|
def update_project(
|
|
7598
7599
|
self,
|
|
7599
|
-
|
|
7600
|
+
update_project_api_model: Optional[UpdateProjectApiModel] = None,
|
|
7600
7601
|
_request_timeout: Union[
|
|
7601
7602
|
None,
|
|
7602
7603
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -7614,8 +7615,8 @@ class ProjectsApi:
|
|
|
7614
7615
|
|
|
7615
7616
|
Use case User sets project parameters (listed in request example) and runs method execution System updates project System returns updated project model (example listed in response parameters)
|
|
7616
7617
|
|
|
7617
|
-
:param
|
|
7618
|
-
:type
|
|
7618
|
+
:param update_project_api_model:
|
|
7619
|
+
:type update_project_api_model: UpdateProjectApiModel
|
|
7619
7620
|
:param _request_timeout: timeout setting for this request. If one
|
|
7620
7621
|
number provided, it will be total request
|
|
7621
7622
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7639,7 +7640,7 @@ class ProjectsApi:
|
|
|
7639
7640
|
""" # noqa: E501
|
|
7640
7641
|
|
|
7641
7642
|
_param = self._update_project_serialize(
|
|
7642
|
-
|
|
7643
|
+
update_project_api_model=update_project_api_model,
|
|
7643
7644
|
_request_auth=_request_auth,
|
|
7644
7645
|
_content_type=_content_type,
|
|
7645
7646
|
_headers=_headers,
|
|
@@ -7669,7 +7670,7 @@ class ProjectsApi:
|
|
|
7669
7670
|
@validate_call
|
|
7670
7671
|
def update_project_with_http_info(
|
|
7671
7672
|
self,
|
|
7672
|
-
|
|
7673
|
+
update_project_api_model: Optional[UpdateProjectApiModel] = None,
|
|
7673
7674
|
_request_timeout: Union[
|
|
7674
7675
|
None,
|
|
7675
7676
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -7687,8 +7688,8 @@ class ProjectsApi:
|
|
|
7687
7688
|
|
|
7688
7689
|
Use case User sets project parameters (listed in request example) and runs method execution System updates project System returns updated project model (example listed in response parameters)
|
|
7689
7690
|
|
|
7690
|
-
:param
|
|
7691
|
-
:type
|
|
7691
|
+
:param update_project_api_model:
|
|
7692
|
+
:type update_project_api_model: UpdateProjectApiModel
|
|
7692
7693
|
:param _request_timeout: timeout setting for this request. If one
|
|
7693
7694
|
number provided, it will be total request
|
|
7694
7695
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7712,7 +7713,7 @@ class ProjectsApi:
|
|
|
7712
7713
|
""" # noqa: E501
|
|
7713
7714
|
|
|
7714
7715
|
_param = self._update_project_serialize(
|
|
7715
|
-
|
|
7716
|
+
update_project_api_model=update_project_api_model,
|
|
7716
7717
|
_request_auth=_request_auth,
|
|
7717
7718
|
_content_type=_content_type,
|
|
7718
7719
|
_headers=_headers,
|
|
@@ -7742,7 +7743,7 @@ class ProjectsApi:
|
|
|
7742
7743
|
@validate_call
|
|
7743
7744
|
def update_project_without_preload_content(
|
|
7744
7745
|
self,
|
|
7745
|
-
|
|
7746
|
+
update_project_api_model: Optional[UpdateProjectApiModel] = None,
|
|
7746
7747
|
_request_timeout: Union[
|
|
7747
7748
|
None,
|
|
7748
7749
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -7760,8 +7761,8 @@ class ProjectsApi:
|
|
|
7760
7761
|
|
|
7761
7762
|
Use case User sets project parameters (listed in request example) and runs method execution System updates project System returns updated project model (example listed in response parameters)
|
|
7762
7763
|
|
|
7763
|
-
:param
|
|
7764
|
-
:type
|
|
7764
|
+
:param update_project_api_model:
|
|
7765
|
+
:type update_project_api_model: UpdateProjectApiModel
|
|
7765
7766
|
:param _request_timeout: timeout setting for this request. If one
|
|
7766
7767
|
number provided, it will be total request
|
|
7767
7768
|
timeout. It can also be a pair (tuple) of
|
|
@@ -7785,7 +7786,7 @@ class ProjectsApi:
|
|
|
7785
7786
|
""" # noqa: E501
|
|
7786
7787
|
|
|
7787
7788
|
_param = self._update_project_serialize(
|
|
7788
|
-
|
|
7789
|
+
update_project_api_model=update_project_api_model,
|
|
7789
7790
|
_request_auth=_request_auth,
|
|
7790
7791
|
_content_type=_content_type,
|
|
7791
7792
|
_headers=_headers,
|
|
@@ -7810,7 +7811,7 @@ class ProjectsApi:
|
|
|
7810
7811
|
|
|
7811
7812
|
def _update_project_serialize(
|
|
7812
7813
|
self,
|
|
7813
|
-
|
|
7814
|
+
update_project_api_model,
|
|
7814
7815
|
_request_auth,
|
|
7815
7816
|
_content_type,
|
|
7816
7817
|
_headers,
|
|
@@ -7836,8 +7837,8 @@ class ProjectsApi:
|
|
|
7836
7837
|
# process the header parameters
|
|
7837
7838
|
# process the form parameters
|
|
7838
7839
|
# process the body parameter
|
|
7839
|
-
if
|
|
7840
|
-
_body_params =
|
|
7840
|
+
if update_project_api_model is not None:
|
|
7841
|
+
_body_params = update_project_api_model
|
|
7841
7842
|
|
|
7842
7843
|
|
|
7843
7844
|
# set the HTTP header `Accept`
|
{testit_api_client-5.2.0 → testit_api_client-6.0.0}/src/testit_api_client/api/test_results_api.py
RENAMED
|
@@ -674,7 +674,7 @@ class TestResultsApi:
|
|
|
674
674
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
675
675
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
676
676
|
) -> TestResultResponse:
|
|
677
|
-
"""Get test result by ID aggregated with previous results
|
|
677
|
+
"""(Deprecated) Get test result by ID aggregated with previous results
|
|
678
678
|
|
|
679
679
|
|
|
680
680
|
:param id: Test result unique ID (required)
|
|
@@ -700,6 +700,7 @@ class TestResultsApi:
|
|
|
700
700
|
:type _host_index: int, optional
|
|
701
701
|
:return: Returns the result object.
|
|
702
702
|
""" # noqa: E501
|
|
703
|
+
warnings.warn("GET /api/v2/testResults/{id}/aggregated is deprecated.", DeprecationWarning)
|
|
703
704
|
|
|
704
705
|
_param = self._api_v2_test_results_id_aggregated_get_serialize(
|
|
705
706
|
id=id,
|
|
@@ -746,7 +747,7 @@ class TestResultsApi:
|
|
|
746
747
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
747
748
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
748
749
|
) -> ApiResponse[TestResultResponse]:
|
|
749
|
-
"""Get test result by ID aggregated with previous results
|
|
750
|
+
"""(Deprecated) Get test result by ID aggregated with previous results
|
|
750
751
|
|
|
751
752
|
|
|
752
753
|
:param id: Test result unique ID (required)
|
|
@@ -772,6 +773,7 @@ class TestResultsApi:
|
|
|
772
773
|
:type _host_index: int, optional
|
|
773
774
|
:return: Returns the result object.
|
|
774
775
|
""" # noqa: E501
|
|
776
|
+
warnings.warn("GET /api/v2/testResults/{id}/aggregated is deprecated.", DeprecationWarning)
|
|
775
777
|
|
|
776
778
|
_param = self._api_v2_test_results_id_aggregated_get_serialize(
|
|
777
779
|
id=id,
|
|
@@ -818,7 +820,7 @@ class TestResultsApi:
|
|
|
818
820
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
819
821
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
820
822
|
) -> RESTResponseType:
|
|
821
|
-
"""Get test result by ID aggregated with previous results
|
|
823
|
+
"""(Deprecated) Get test result by ID aggregated with previous results
|
|
822
824
|
|
|
823
825
|
|
|
824
826
|
:param id: Test result unique ID (required)
|
|
@@ -844,6 +846,7 @@ class TestResultsApi:
|
|
|
844
846
|
:type _host_index: int, optional
|
|
845
847
|
:return: Returns the result object.
|
|
846
848
|
""" # noqa: E501
|
|
849
|
+
warnings.warn("GET /api/v2/testResults/{id}/aggregated is deprecated.", DeprecationWarning)
|
|
847
850
|
|
|
848
851
|
_param = self._api_v2_test_results_id_aggregated_get_serialize(
|
|
849
852
|
id=id,
|