testit-api-client 7.5.6__tar.gz → 7.5.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {testit_api_client-7.5.6/src/testit_api_client.egg-info → testit_api_client-7.5.7}/PKG-INFO +14 -7
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/README.md +13 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/setup.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/__init__.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/attachments_api.py +5 -5
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/auto_tests_api.py +20 -20
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/background_jobs_api.py +6 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/configurations_api.py +12 -12
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/custom_attribute_templates_api.py +9 -9
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/custom_attributes_api.py +6 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/external_issues_api.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/notifications_api.py +5 -5
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/open_id_connections_api.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/parameters_api.py +15 -15
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_attribute_templates_api.py +3 -3
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_attributes_api.py +6 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_configurations_api.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_sections_api.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_settings_api.py +2 -2
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_test_plan_attributes_api.py +5 -5
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_test_plan_test_points_api.py +2 -2
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_test_plans_api.py +6 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/project_work_items_api.py +6 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/projects_api.py +33 -34
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/search_api.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/sections_api.py +8 -8
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/tags_api.py +6 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/test_plans_api.py +31 -31
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/test_points_api.py +4 -4
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/test_results_api.py +158 -15
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/test_runs_api.py +167 -24
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/test_statuses_api.py +7 -7
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/test_suites_api.py +13 -13
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/users_api.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/webhooks_api.py +10 -10
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/webhooks_logs_api.py +3 -3
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/work_items_api.py +299 -156
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/work_items_comments_api.py +5 -5
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/workflows_api.py +8 -8
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api_client.py +1 -1
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/configuration.py +4 -4
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_work_items_post_request.py +29 -29
- testit_api_client-7.5.6/src/testit_api_client/model/update_work_item_request.py → testit_api_client-7.5.7/src/testit_api_client/model/api_v2_work_items_put_request.py +63 -68
- testit_api_client-7.5.7/src/testit_api_client/model/assign_auto_test_case_id_api_model.py +263 -0
- testit_api_client-7.5.7/src/testit_api_client/model/auto_test_case_api_model.py +263 -0
- testit_api_client-7.5.7/src/testit_api_client/model/auto_test_case_model.py +263 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_work_item_api_model.py +31 -43
- testit_api_client-7.5.6/src/testit_api_client/model/project_api_result.py → testit_api_client-7.5.7/src/testit_api_client/model/detailed_project_api_result.py +7 -11
- testit_api_client-7.5.7/src/testit_api_client/model/guid_nullable_changed_field_view_model.py +261 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_api_result.py +8 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_create_api_model.py +8 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_short_model.py +13 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_update_api_model.py +8 -6
- testit_api_client-7.5.6/src/testit_api_client/model/project_short_model.py → testit_api_client-7.5.7/src/testit_api_client/model/project_api_result.py +12 -12
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_link_api_result.py +8 -6
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_work_item_api_model.py +66 -85
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_change_model_work_item_changed_fields.py +6 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model.py +10 -2
- testit_api_client-7.5.7/src/testit_api_client/model/work_item_changed_fields_view_model_parent_id.py +323 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/models/__init__.py +7 -3
- {testit_api_client-7.5.6 → testit_api_client-7.5.7/src/testit_api_client.egg-info}/PKG-INFO +14 -7
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client.egg-info/SOURCES.txt +7 -3
- testit_api_client-7.5.6/src/testit_api_client/model/project_model.py +0 -360
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/LICENSE.md +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/setup.cfg +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/__init__.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/apis/__init__.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/exceptions.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/__init__.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/action_update.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/ai_service_model_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/ai_service_model_api_result_reply.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_external_service_category.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_auto_tests_delete_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_auto_tests_flaky_bulk_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_auto_tests_id_test_results_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_auto_tests_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_background_jobs_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_configurations_create_by_parameters_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_configurations_delete_bulk_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_configurations_purge_bulk_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_configurations_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_configurations_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_custom_attributes_global_id_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_custom_attributes_global_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_custom_attributes_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_custom_attributes_templates_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_custom_attributes_templates_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_custom_attributes_templates_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_external_issues_suggestions_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_notifications_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_parameters_search_groups_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_parameters_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_attributes_templates_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_settings_autotests_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_delete_bulk_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_grouped_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_id_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_restore_bulk_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_projects_shorts_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_search_global_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_tags_delete_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_tags_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_tags_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_plans_id_export_test_points_xlsx_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_plans_id_test_points_tester_user_id_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_plans_id_test_runs_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_points_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_results_external_projects_external_project_id_defects_external_forms_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_results_external_projects_external_project_id_defects_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_results_id_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_results_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_runs_delete_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_runs_id_reruns_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_runs_id_statistics_filter_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_runs_id_test_results_bulk_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_runs_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_runs_update_multiple_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_statuses_id_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_statuses_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_statuses_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_suites_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_test_suites_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_webhooks_delete_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_webhooks_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_webhooks_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_webhooks_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_webhooks_test_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_work_items_comments_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_work_items_comments_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_work_items_links_urls_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_work_items_move_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_sections_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_work_items_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_workflows_id_projects_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_workflows_id_put_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_workflows_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/api_v2_workflows_search_post_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/assign_attachment_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/assign_iteration_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/attachment_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/attachment_change_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/attachment_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/attachment_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/attachment_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/attachment_put_model_auto_test_step_results_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/attachment_update_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/audit_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_average_duration_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_bulk_delete_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_bulk_delete_api_model_auto_test_select.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_bulk_delete_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_change_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_class_count_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_create_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_filter_api_model_modified_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_filter_api_model_stability_percentage.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_flaky_bulk_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_flaky_bulk_api_model_auto_test_select.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_id_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_last_test_result_configuration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_model_last_test_result_configuration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_model_last_test_result_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_model_v2_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_namespace_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_namespace_count_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_namespaces_count_response.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_outcome.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_project_settings_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_project_settings_api_model_work_item_updating_fields.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_project_settings_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_project_settings_api_result_work_item_updating_fields.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_related_to_test_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_result_history_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_result_history_api_result_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_result_history_select_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_result_reason_short.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_results_for_test_run_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_search_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_search_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_search_api_model_includes.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_search_include_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_select_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_select_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_step.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_step_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_step_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_step_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_step_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_step_result_update_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_step_results_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_update_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_test_work_item_identifier_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/auto_tests_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/autotest_result_outcome.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/autotest_result_reason_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/autotest_result_reason_short_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/available_failure_category.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/available_test_result_outcome.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/background_job_attachment_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/background_job_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/background_job_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/background_job_state.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/background_job_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/boolean_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/boolean_nullable_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/collection_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/collection_filter_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/collection_operator.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/composite_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_by_parameters_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_extraction_api_model_project_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_select_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_select_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_select_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_select_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_select_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_short.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/configuration_short_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_and_fill_by_auto_tests_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_and_fill_by_configurations_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_and_fill_by_work_items_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_auto_test_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_configuration_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_defect_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_defect_api_model_form.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_empty_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_empty_test_run_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_failure_category_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_failure_class_regex_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_link_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_parameter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_parameter_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_project_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_project_failure_category_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_project_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_projects_attribute_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_section_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_step_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_tag_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_test_plan_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_test_plan_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_test_run_and_fill_by_auto_tests_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_test_run_and_fill_by_configurations_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_test_run_and_fill_by_work_items_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_test_status_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_work_item_comment_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_work_item_previews_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/create_workflow_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_change_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_option_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_option_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_option_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_search_query_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_search_response_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_template_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_template_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_template_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_template_search_query_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_template_validation_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_test_plan_project_relation_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_types_enum.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/custom_attribute_validation_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/date_time_range_selector_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/defect_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/deletion_state.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/demo_project_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/enable_project_external_service_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_form_allowed_value_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_form_create_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_form_field_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_form_link_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_form_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_field.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_field_suggestion.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_field_suggestion_external_service.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_field_suggestion_reply.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_metadata.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_metadata_priority.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_metadata_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_priority.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_result_metadata.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_api_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_external_service_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_metadata_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_model_metadata.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_priority_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_issue_type_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_link_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_service_metadata_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/external_services_metadata_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_group_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_group_item_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_group_item_api_result_group.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_group_item_api_result_reply.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_group_search_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_group_search_api_model_group.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_group_search_api_model_inquiry.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_item_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_category_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/failure_class_regex_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/filter_operator.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/generate_work_item_previews_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/generate_work_item_previews_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/get_ai_service_models_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/get_external_form_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/get_external_form_api_result_form.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/get_external_issue_suggestions_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/get_external_issue_suggestions_api_model_inquiry.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/get_short_projects_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/get_xlsx_test_points_by_test_plan_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/global_custom_attribute_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/global_custom_attribute_update_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/global_search_item_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/global_search_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/global_search_response.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/guid_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/guid_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/i_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/image_resize_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/inquiry.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/int32_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/int32_range_selector_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/int64_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/int64_range_selector_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/iteration_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/iteration_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/label.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/label_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/label_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/label_short_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/last_test_result_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/last_test_result_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_auto_test_to_work_item_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/link_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/list_sort_direction.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/logical_operator.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/manual_rerun_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/manual_rerun_select_test_results_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/manual_rerun_select_test_results_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/manual_rerun_select_test_results_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/manual_rerun_test_result_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/manual_rerun_test_result_api_model_test_result_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/move_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/named_entity_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/notification_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/notification_query_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/notification_type_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/open_id_connection_client_short_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/open_id_connection_settings_short_client_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/operation.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/order.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/page.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/parameter_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/parameter_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/parameter_groups_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/parameter_iteration_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/parameter_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/parameter_short_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/parameters_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/period_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/period_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/previews_issue_link_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/previews_issue_link_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/problem_details.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_attributes_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_custom_attribute_template_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_custom_attributes_templates_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_detailed_failure_category_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_external_service_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_external_service_api_result_metadata.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_external_service_settings_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_external_services_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_failure_category_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_failure_category_group_item_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_failure_category_group_item_api_result_reply.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_name_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_short_api_result_reply.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_shortest_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_test_plans_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/project_type_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/projects_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/projects_filter_model_autotests_count.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/projects_filter_model_checklists_count.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/projects_filter_model_created_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/projects_filter_model_shared_steps_count.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/projects_filter_model_test_cases_count.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/rename_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/replace_project_external_service_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/request_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/request_type_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/request_type_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/rerun_test_result_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/rerun_test_result_api_result_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/reruns_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_attributes_in_project_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_custom_attribute_template_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_external_issues_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_test_runs_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_test_statuses_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_webhooks_query_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_work_item_link_urls_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_work_items_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_workflow_projects_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/search_workflows_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/section_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/section_move_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/section_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/section_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/section_rename_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/section_shared_step.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/section_with_steps_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/select_tags_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/select_tags_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/select_tags_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_change_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_reference_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_reference_section_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model_created_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model_modified_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_references_query_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/shared_step_result_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/short_configuration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/step_comment_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/step_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/step_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/step_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/step_result_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/string_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/string_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/string_changed_field_with_diffs_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/string_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/tag_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/tag_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/tag_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/tag_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/tags_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/tags_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/tags_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/tags_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_change_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_change_model_test_plan_changed_fields.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_changed_fields_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_group_by_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_group_by_status_code.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_group_by_status_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_group_by_tester.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_group_by_tester_and_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_group_by_tester_and_status_code.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_link.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_short_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_status_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_summary_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_tag_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_analytics_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_analytics_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_auto_tests_run_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_group_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_group_search_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_group_search_api_result_status_counters.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_group_search_item_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_inquiry_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_model_created_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_model_duration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_model_modified_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_created_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_median_duration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_modified_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_result_configuration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_result_created.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_result_status_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_result_test_suite.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_api_result_work_item.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_search_status_counters_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_section_search_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_set_testers_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_status_code_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_status_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_status_type_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_test_suite_search_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_tester_and_status_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_tester_and_status_type_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_tester_group_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_work_item_search_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_test_points_work_item_search_api_result_section.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_with_analytic_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_with_analytic_model_analytic.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_plan_with_test_suite_tree_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_analytic_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_by_test_suite_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_change_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_filter_request_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_related_to_test_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_result_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_selector.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_short_api_result_status_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_short_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_short_response_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_short_response_model_last_test_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_short_response_model_status_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_point_with_last_result_response_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_points_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_change_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_chronology_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_configuration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_failure_class_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_history_report_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_history_report_api_result_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_outcome.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_response.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_short_response.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_step_comment_update_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_update_v2_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_v2_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_result_v2_short_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_filter_api_model_completed_on.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_filter_api_model_duration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_filter_api_model_modified_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_filter_api_model_started_on.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_local_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_select_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_select_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_select_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_statistics_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_statistics_api_result_failure_categories.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_statistics_api_result_statuses.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_statistics_failure_categories_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_results_statistics_statuses_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_analytic_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_api_result_analytic.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_by_auto_test_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_by_auto_test_api_result_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_filter_api_model_auto_tests_count.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_filter_api_model_completed_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_filter_api_model_created_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_filter_api_model_started_date.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_group_by_failure_class_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_group_by_status_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_group_by_status_type_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_name_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_select_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_select_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_short_api_result_statistics.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_short_api_result_status.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_state.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_statistics_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_test_results_partial_bulk_set_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_test_results_partial_bulk_set_model_selector.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_test_results_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_test_results_select_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_test_results_select_model_test_result_ids_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_run_v2_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_status_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_status_api_result_reply.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_status_api_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_status_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_status_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_status_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_change_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_change_view_model_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_hierarchy_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_test_plan_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_type_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_v2_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_v2_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_v2_put_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_with_children_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_work_items_search_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_work_items_search_model_duration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_work_items_search_model_external_metadata.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_work_items_search_model_links.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/test_suite_work_items_search_model_median_duration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_auto_test_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_custom_attribute_test_plan_project_relations_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_empty_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_empty_test_run_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_failure_category_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_failure_category_project_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_failure_class_regex_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_link_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_multiple_attachments_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_multiple_links_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_multiple_tags_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_multiple_test_runs_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_multiple_test_runs_api_model_attachment_update_scheme.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_multiple_test_runs_api_model_link_update_scheme.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_multiple_test_runs_api_model_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_multiple_test_runs_api_model_tag_update_scheme.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_parameter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_parameter_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_project_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_project_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_projects_attribute_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_section_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_step_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_tag_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_test_plan_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_test_plan_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_test_status_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_work_item_comment_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/update_workflow_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/user_custom_name_validation_response.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/user_name_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/validation_problem_details.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/web_hook_event_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/web_hook_event_type_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/web_hook_event_type_request.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/web_hook_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/web_hook_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/web_hook_test_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhook_bulk_update_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhook_log_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhook_response.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhook_variables_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_delete_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_delete_api_model_extractor.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_delete_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_delete_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_update_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_update_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_update_api_model_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/webhooks_update_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_change_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_attribute_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_attachments.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_auto_tests.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_duration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_global_id.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_is_deleted.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_links.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_project_id.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_state.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_steps.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_changed_fields_view_model_tags.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_comment_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_entity_type_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_external_metadata_field_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_external_metadata_field_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_external_metadata_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_external_metadata_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_extraction_api_model_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_extraction_api_model_section_ids.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_filter_api_model_duration.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_filter_api_model_external_metadata.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_filter_api_model_links.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_group_get_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_group_get_model_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_group_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_group_type.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_id_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_index_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_like_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_change_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_change_view_model_array_changed_field_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_extraction_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_url_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_url_api_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_url_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_url_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_link_url_filter_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_local_filter_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_local_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_local_select_model_extraction_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_local_select_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_move_post_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_parameter_key_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_parameter_key_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_parameter_key_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_preview_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_preview_step_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_priority.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_priority_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_priority_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_search_query_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_select_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_select_api_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_select_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_select_model_filter.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_short_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_source_type_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_source_type_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_state.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_state_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_states.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_step_change_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_step_change_view_model_array_changed_field_with_diffs_view_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_step_change_view_model_work_item.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_type_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_updating_fields_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_updating_fields_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/work_item_version_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_exists_by_name_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_project_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_project_api_result_api_collection_preview.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_project_api_result_reply.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_short_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_short_api_result_projects.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_short_api_result_reply.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_status_api_model.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model/workflow_status_api_result.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/model_utils.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/rest.py +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client.egg-info/dependency_links.txt +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client.egg-info/requires.txt +0 -0
- {testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: testit-api-client
|
|
3
|
-
Version: 7.5.
|
|
3
|
+
Version: 7.5.7
|
|
4
4
|
Summary: API-client for Test IT
|
|
5
5
|
Home-page: https://pypi.org/project/testit-api-client/
|
|
6
6
|
Author: Integration team
|
|
@@ -298,6 +298,7 @@ Class | Method | HTTP request | Description
|
|
|
298
298
|
*TestResultsApi* | [**api_v2_test_results_id_attachments_attachment_id_put**](docs/TestResultsApi.md#api_v2_test_results_id_attachments_attachment_id_put) | **PUT** /api/v2/testResults/{id}/attachments/{attachmentId} | Attach file to the test result
|
|
299
299
|
*TestResultsApi* | [**api_v2_test_results_id_attachments_info_get**](docs/TestResultsApi.md#api_v2_test_results_id_attachments_info_get) | **GET** /api/v2/testResults/{id}/attachments/info | Get test result attachments meta-information
|
|
300
300
|
*TestResultsApi* | [**api_v2_test_results_id_get**](docs/TestResultsApi.md#api_v2_test_results_id_get) | **GET** /api/v2/testResults/{id} | Get test result by ID
|
|
301
|
+
*TestResultsApi* | [**api_v2_test_results_id_patch**](docs/TestResultsApi.md#api_v2_test_results_id_patch) | **PATCH** /api/v2/testResults/{id} | Patch test result by ID
|
|
301
302
|
*TestResultsApi* | [**api_v2_test_results_id_put**](docs/TestResultsApi.md#api_v2_test_results_id_put) | **PUT** /api/v2/testResults/{id} | Edit test result by ID
|
|
302
303
|
*TestResultsApi* | [**api_v2_test_results_id_reruns_get**](docs/TestResultsApi.md#api_v2_test_results_id_reruns_get) | **GET** /api/v2/testResults/{id}/reruns | Get reruns
|
|
303
304
|
*TestResultsApi* | [**api_v2_test_results_search_post**](docs/TestResultsApi.md#api_v2_test_results_search_post) | **POST** /api/v2/testResults/search | Search for test results
|
|
@@ -310,6 +311,7 @@ Class | Method | HTTP request | Description
|
|
|
310
311
|
*TestRunsApi* | [**api_v2_test_runs_delete**](docs/TestRunsApi.md#api_v2_test_runs_delete) | **DELETE** /api/v2/testRuns | Delete multiple test runs
|
|
311
312
|
*TestRunsApi* | [**api_v2_test_runs_id_auto_tests_namespaces_get**](docs/TestRunsApi.md#api_v2_test_runs_id_auto_tests_namespaces_get) | **GET** /api/v2/testRuns/{id}/autoTestsNamespaces | Get autotest classes and namespaces in test run
|
|
312
313
|
*TestRunsApi* | [**api_v2_test_runs_id_delete**](docs/TestRunsApi.md#api_v2_test_runs_id_delete) | **DELETE** /api/v2/testRuns/{id} | Delete test run
|
|
314
|
+
*TestRunsApi* | [**api_v2_test_runs_id_patch**](docs/TestRunsApi.md#api_v2_test_runs_id_patch) | **PATCH** /api/v2/testRuns/{id} | Patch test run
|
|
313
315
|
*TestRunsApi* | [**api_v2_test_runs_id_purge_post**](docs/TestRunsApi.md#api_v2_test_runs_id_purge_post) | **POST** /api/v2/testRuns/{id}/purge | Permanently delete test run from archive
|
|
314
316
|
*TestRunsApi* | [**api_v2_test_runs_id_reruns_post**](docs/TestRunsApi.md#api_v2_test_runs_id_reruns_post) | **POST** /api/v2/testRuns/{id}/reruns | Manual autotests rerun in test run
|
|
315
317
|
*TestRunsApi* | [**api_v2_test_runs_id_restore_post**](docs/TestRunsApi.md#api_v2_test_runs_id_restore_post) | **POST** /api/v2/testRuns/{id}/restore | Restore test run from the archive
|
|
@@ -372,11 +374,13 @@ Class | Method | HTTP request | Description
|
|
|
372
374
|
*WorkItemsApi* | [**api_v2_work_items_id_like_post**](docs/WorkItemsApi.md#api_v2_work_items_id_like_post) | **POST** /api/v2/workItems/{id}/like | Set like to WorkItem
|
|
373
375
|
*WorkItemsApi* | [**api_v2_work_items_id_likes_count_get**](docs/WorkItemsApi.md#api_v2_work_items_id_likes_count_get) | **GET** /api/v2/workItems/{id}/likes/count | Get likes count of WorkItem
|
|
374
376
|
*WorkItemsApi* | [**api_v2_work_items_id_likes_get**](docs/WorkItemsApi.md#api_v2_work_items_id_likes_get) | **GET** /api/v2/workItems/{id}/likes | Get likes of WorkItem
|
|
377
|
+
*WorkItemsApi* | [**api_v2_work_items_id_patch**](docs/WorkItemsApi.md#api_v2_work_items_id_patch) | **PATCH** /api/v2/workItems/{id} | Patch Test Case, Checklist or Shared Step
|
|
375
378
|
*WorkItemsApi* | [**api_v2_work_items_id_test_results_history_get**](docs/WorkItemsApi.md#api_v2_work_items_id_test_results_history_get) | **GET** /api/v2/workItems/{id}/testResults/history | Get test results history of WorkItem
|
|
376
379
|
*WorkItemsApi* | [**api_v2_work_items_id_version_version_id_actual_post**](docs/WorkItemsApi.md#api_v2_work_items_id_version_version_id_actual_post) | **POST** /api/v2/workItems/{id}/version/{versionId}/actual | Set WorkItem as actual
|
|
377
380
|
*WorkItemsApi* | [**api_v2_work_items_links_urls_search_post**](docs/WorkItemsApi.md#api_v2_work_items_links_urls_search_post) | **POST** /api/v2/workItems/links/urls/search |
|
|
378
381
|
*WorkItemsApi* | [**api_v2_work_items_move_post**](docs/WorkItemsApi.md#api_v2_work_items_move_post) | **POST** /api/v2/workItems/move | Move WorkItem to another section
|
|
379
382
|
*WorkItemsApi* | [**api_v2_work_items_post**](docs/WorkItemsApi.md#api_v2_work_items_post) | **POST** /api/v2/workItems | Creates work item
|
|
383
|
+
*WorkItemsApi* | [**api_v2_work_items_put**](docs/WorkItemsApi.md#api_v2_work_items_put) | **PUT** /api/v2/workItems | Update Test Case, Checklist or Shared Step
|
|
380
384
|
*WorkItemsApi* | [**api_v2_work_items_search_post**](docs/WorkItemsApi.md#api_v2_work_items_search_post) | **POST** /api/v2/workItems/search | Search for work items
|
|
381
385
|
*WorkItemsApi* | [**api_v2_work_items_shared_step_id_references_sections_post**](docs/WorkItemsApi.md#api_v2_work_items_shared_step_id_references_sections_post) | **POST** /api/v2/workItems/{sharedStepId}/references/sections | Get SharedStep references in sections
|
|
382
386
|
*WorkItemsApi* | [**api_v2_work_items_shared_step_id_references_work_items_post**](docs/WorkItemsApi.md#api_v2_work_items_shared_step_id_references_work_items_post) | **POST** /api/v2/workItems/{sharedStepId}/references/workItems | Get SharedStep references in work items
|
|
@@ -390,7 +394,6 @@ Class | Method | HTTP request | Description
|
|
|
390
394
|
*WorkItemsApi* | [**get_work_item_versions**](docs/WorkItemsApi.md#get_work_item_versions) | **GET** /api/v2/workItems/{id}/versions | Get WorkItem versions
|
|
391
395
|
*WorkItemsApi* | [**purge_work_item**](docs/WorkItemsApi.md#purge_work_item) | **POST** /api/v2/workItems/{id}/purge | Permanently delete test case, checklist or shared steps from archive
|
|
392
396
|
*WorkItemsApi* | [**restore_work_item**](docs/WorkItemsApi.md#restore_work_item) | **POST** /api/v2/workItems/{id}/restore | Restore test case, checklist or shared steps from archive
|
|
393
|
-
*WorkItemsApi* | [**update_work_item**](docs/WorkItemsApi.md#update_work_item) | **PUT** /api/v2/workItems | Update Test Case, Checklist or Shared Step
|
|
394
397
|
*WorkItemsCommentsApi* | [**api_v2_work_items_comments_comment_id_delete**](docs/WorkItemsCommentsApi.md#api_v2_work_items_comments_comment_id_delete) | **DELETE** /api/v2/workItems/comments/{commentId} | Delete WorkItem comment
|
|
395
398
|
*WorkItemsCommentsApi* | [**api_v2_work_items_comments_post**](docs/WorkItemsCommentsApi.md#api_v2_work_items_comments_post) | **POST** /api/v2/workItems/comments | Create WorkItem comment
|
|
396
399
|
*WorkItemsCommentsApi* | [**api_v2_work_items_comments_put**](docs/WorkItemsCommentsApi.md#api_v2_work_items_comments_put) | **PUT** /api/v2/workItems/comments | Update work item comment
|
|
@@ -477,6 +480,7 @@ Class | Method | HTTP request | Description
|
|
|
477
480
|
- [ApiV2WorkItemsLinksUrlsSearchPostRequest](docs/ApiV2WorkItemsLinksUrlsSearchPostRequest.md)
|
|
478
481
|
- [ApiV2WorkItemsMovePostRequest](docs/ApiV2WorkItemsMovePostRequest.md)
|
|
479
482
|
- [ApiV2WorkItemsPostRequest](docs/ApiV2WorkItemsPostRequest.md)
|
|
483
|
+
- [ApiV2WorkItemsPutRequest](docs/ApiV2WorkItemsPutRequest.md)
|
|
480
484
|
- [ApiV2WorkItemsSharedStepIdReferencesSectionsPostRequest](docs/ApiV2WorkItemsSharedStepIdReferencesSectionsPostRequest.md)
|
|
481
485
|
- [ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest](docs/ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest.md)
|
|
482
486
|
- [ApiV2WorkflowsIdProjectsSearchPostRequest](docs/ApiV2WorkflowsIdProjectsSearchPostRequest.md)
|
|
@@ -484,6 +488,7 @@ Class | Method | HTTP request | Description
|
|
|
484
488
|
- [ApiV2WorkflowsPostRequest](docs/ApiV2WorkflowsPostRequest.md)
|
|
485
489
|
- [ApiV2WorkflowsSearchPostRequest](docs/ApiV2WorkflowsSearchPostRequest.md)
|
|
486
490
|
- [AssignAttachmentApiModel](docs/AssignAttachmentApiModel.md)
|
|
491
|
+
- [AssignAutoTestCaseIdApiModel](docs/AssignAutoTestCaseIdApiModel.md)
|
|
487
492
|
- [AssignIterationApiModel](docs/AssignIterationApiModel.md)
|
|
488
493
|
- [AttachmentApiResult](docs/AttachmentApiResult.md)
|
|
489
494
|
- [AttachmentChangeViewModel](docs/AttachmentChangeViewModel.md)
|
|
@@ -499,6 +504,8 @@ Class | Method | HTTP request | Description
|
|
|
499
504
|
- [AutoTestBulkDeleteApiModel](docs/AutoTestBulkDeleteApiModel.md)
|
|
500
505
|
- [AutoTestBulkDeleteApiModelAutoTestSelect](docs/AutoTestBulkDeleteApiModelAutoTestSelect.md)
|
|
501
506
|
- [AutoTestBulkDeleteApiResult](docs/AutoTestBulkDeleteApiResult.md)
|
|
507
|
+
- [AutoTestCaseApiModel](docs/AutoTestCaseApiModel.md)
|
|
508
|
+
- [AutoTestCaseModel](docs/AutoTestCaseModel.md)
|
|
502
509
|
- [AutoTestChangeViewModel](docs/AutoTestChangeViewModel.md)
|
|
503
510
|
- [AutoTestChangeViewModelArrayChangedFieldViewModel](docs/AutoTestChangeViewModelArrayChangedFieldViewModel.md)
|
|
504
511
|
- [AutoTestClassCountApiModel](docs/AutoTestClassCountApiModel.md)
|
|
@@ -640,6 +647,7 @@ Class | Method | HTTP request | Description
|
|
|
640
647
|
- [DefectApiModel](docs/DefectApiModel.md)
|
|
641
648
|
- [DeletionState](docs/DeletionState.md)
|
|
642
649
|
- [DemoProjectApiResult](docs/DemoProjectApiResult.md)
|
|
650
|
+
- [DetailedProjectApiResult](docs/DetailedProjectApiResult.md)
|
|
643
651
|
- [EnableProjectExternalServiceApiModel](docs/EnableProjectExternalServiceApiModel.md)
|
|
644
652
|
- [ExternalFormAllowedValueModel](docs/ExternalFormAllowedValueModel.md)
|
|
645
653
|
- [ExternalFormCreateModel](docs/ExternalFormCreateModel.md)
|
|
@@ -698,6 +706,7 @@ Class | Method | HTTP request | Description
|
|
|
698
706
|
- [GlobalSearchResponse](docs/GlobalSearchResponse.md)
|
|
699
707
|
- [GuidChangedFieldViewModel](docs/GuidChangedFieldViewModel.md)
|
|
700
708
|
- [GuidExtractionModel](docs/GuidExtractionModel.md)
|
|
709
|
+
- [GuidNullableChangedFieldViewModel](docs/GuidNullableChangedFieldViewModel.md)
|
|
701
710
|
- [IFilter](docs/IFilter.md)
|
|
702
711
|
- [ImageResizeType](docs/ImageResizeType.md)
|
|
703
712
|
- [Inquiry](docs/Inquiry.md)
|
|
@@ -766,12 +775,10 @@ Class | Method | HTTP request | Description
|
|
|
766
775
|
- [ProjectFailureCategoryApiResult](docs/ProjectFailureCategoryApiResult.md)
|
|
767
776
|
- [ProjectFailureCategoryGroupItemApiResult](docs/ProjectFailureCategoryGroupItemApiResult.md)
|
|
768
777
|
- [ProjectFailureCategoryGroupItemApiResultReply](docs/ProjectFailureCategoryGroupItemApiResultReply.md)
|
|
769
|
-
- [ProjectModel](docs/ProjectModel.md)
|
|
770
778
|
- [ProjectNameApiResult](docs/ProjectNameApiResult.md)
|
|
771
779
|
- [ProjectSelectModel](docs/ProjectSelectModel.md)
|
|
772
780
|
- [ProjectShortApiResult](docs/ProjectShortApiResult.md)
|
|
773
781
|
- [ProjectShortApiResultReply](docs/ProjectShortApiResultReply.md)
|
|
774
|
-
- [ProjectShortModel](docs/ProjectShortModel.md)
|
|
775
782
|
- [ProjectShortestModel](docs/ProjectShortestModel.md)
|
|
776
783
|
- [ProjectTestPlansFilterModel](docs/ProjectTestPlansFilterModel.md)
|
|
777
784
|
- [ProjectType](docs/ProjectType.md)
|
|
@@ -1032,7 +1039,6 @@ Class | Method | HTTP request | Description
|
|
|
1032
1039
|
- [UpdateTestStatusApiModel](docs/UpdateTestStatusApiModel.md)
|
|
1033
1040
|
- [UpdateWorkItemApiModel](docs/UpdateWorkItemApiModel.md)
|
|
1034
1041
|
- [UpdateWorkItemCommentApiModel](docs/UpdateWorkItemCommentApiModel.md)
|
|
1035
|
-
- [UpdateWorkItemRequest](docs/UpdateWorkItemRequest.md)
|
|
1036
1042
|
- [UpdateWorkflowApiModel](docs/UpdateWorkflowApiModel.md)
|
|
1037
1043
|
- [UserCustomNameValidationResponse](docs/UserCustomNameValidationResponse.md)
|
|
1038
1044
|
- [UserNameApiResult](docs/UserNameApiResult.md)
|
|
@@ -1068,6 +1074,7 @@ Class | Method | HTTP request | Description
|
|
|
1068
1074
|
- [WorkItemChangedFieldsViewModelGlobalId](docs/WorkItemChangedFieldsViewModelGlobalId.md)
|
|
1069
1075
|
- [WorkItemChangedFieldsViewModelIsDeleted](docs/WorkItemChangedFieldsViewModelIsDeleted.md)
|
|
1070
1076
|
- [WorkItemChangedFieldsViewModelLinks](docs/WorkItemChangedFieldsViewModelLinks.md)
|
|
1077
|
+
- [WorkItemChangedFieldsViewModelParentId](docs/WorkItemChangedFieldsViewModelParentId.md)
|
|
1071
1078
|
- [WorkItemChangedFieldsViewModelProjectId](docs/WorkItemChangedFieldsViewModelProjectId.md)
|
|
1072
1079
|
- [WorkItemChangedFieldsViewModelState](docs/WorkItemChangedFieldsViewModelState.md)
|
|
1073
1080
|
- [WorkItemChangedFieldsViewModelSteps](docs/WorkItemChangedFieldsViewModelSteps.md)
|
|
@@ -1161,8 +1168,8 @@ Authentication schemes defined for the API:
|
|
|
1161
1168
|
- **API key parameter name**: Authorization
|
|
1162
1169
|
- **Location**: HTTP header
|
|
1163
1170
|
|
|
1164
|
-
<a id="
|
|
1165
|
-
###
|
|
1171
|
+
<a id="Identity.Application"></a>
|
|
1172
|
+
### Identity.Application
|
|
1166
1173
|
|
|
1167
1174
|
- **Type**: API key
|
|
1168
1175
|
- **API key parameter name**: backoffice
|
|
@@ -276,6 +276,7 @@ Class | Method | HTTP request | Description
|
|
|
276
276
|
*TestResultsApi* | [**api_v2_test_results_id_attachments_attachment_id_put**](docs/TestResultsApi.md#api_v2_test_results_id_attachments_attachment_id_put) | **PUT** /api/v2/testResults/{id}/attachments/{attachmentId} | Attach file to the test result
|
|
277
277
|
*TestResultsApi* | [**api_v2_test_results_id_attachments_info_get**](docs/TestResultsApi.md#api_v2_test_results_id_attachments_info_get) | **GET** /api/v2/testResults/{id}/attachments/info | Get test result attachments meta-information
|
|
278
278
|
*TestResultsApi* | [**api_v2_test_results_id_get**](docs/TestResultsApi.md#api_v2_test_results_id_get) | **GET** /api/v2/testResults/{id} | Get test result by ID
|
|
279
|
+
*TestResultsApi* | [**api_v2_test_results_id_patch**](docs/TestResultsApi.md#api_v2_test_results_id_patch) | **PATCH** /api/v2/testResults/{id} | Patch test result by ID
|
|
279
280
|
*TestResultsApi* | [**api_v2_test_results_id_put**](docs/TestResultsApi.md#api_v2_test_results_id_put) | **PUT** /api/v2/testResults/{id} | Edit test result by ID
|
|
280
281
|
*TestResultsApi* | [**api_v2_test_results_id_reruns_get**](docs/TestResultsApi.md#api_v2_test_results_id_reruns_get) | **GET** /api/v2/testResults/{id}/reruns | Get reruns
|
|
281
282
|
*TestResultsApi* | [**api_v2_test_results_search_post**](docs/TestResultsApi.md#api_v2_test_results_search_post) | **POST** /api/v2/testResults/search | Search for test results
|
|
@@ -288,6 +289,7 @@ Class | Method | HTTP request | Description
|
|
|
288
289
|
*TestRunsApi* | [**api_v2_test_runs_delete**](docs/TestRunsApi.md#api_v2_test_runs_delete) | **DELETE** /api/v2/testRuns | Delete multiple test runs
|
|
289
290
|
*TestRunsApi* | [**api_v2_test_runs_id_auto_tests_namespaces_get**](docs/TestRunsApi.md#api_v2_test_runs_id_auto_tests_namespaces_get) | **GET** /api/v2/testRuns/{id}/autoTestsNamespaces | Get autotest classes and namespaces in test run
|
|
290
291
|
*TestRunsApi* | [**api_v2_test_runs_id_delete**](docs/TestRunsApi.md#api_v2_test_runs_id_delete) | **DELETE** /api/v2/testRuns/{id} | Delete test run
|
|
292
|
+
*TestRunsApi* | [**api_v2_test_runs_id_patch**](docs/TestRunsApi.md#api_v2_test_runs_id_patch) | **PATCH** /api/v2/testRuns/{id} | Patch test run
|
|
291
293
|
*TestRunsApi* | [**api_v2_test_runs_id_purge_post**](docs/TestRunsApi.md#api_v2_test_runs_id_purge_post) | **POST** /api/v2/testRuns/{id}/purge | Permanently delete test run from archive
|
|
292
294
|
*TestRunsApi* | [**api_v2_test_runs_id_reruns_post**](docs/TestRunsApi.md#api_v2_test_runs_id_reruns_post) | **POST** /api/v2/testRuns/{id}/reruns | Manual autotests rerun in test run
|
|
293
295
|
*TestRunsApi* | [**api_v2_test_runs_id_restore_post**](docs/TestRunsApi.md#api_v2_test_runs_id_restore_post) | **POST** /api/v2/testRuns/{id}/restore | Restore test run from the archive
|
|
@@ -350,11 +352,13 @@ Class | Method | HTTP request | Description
|
|
|
350
352
|
*WorkItemsApi* | [**api_v2_work_items_id_like_post**](docs/WorkItemsApi.md#api_v2_work_items_id_like_post) | **POST** /api/v2/workItems/{id}/like | Set like to WorkItem
|
|
351
353
|
*WorkItemsApi* | [**api_v2_work_items_id_likes_count_get**](docs/WorkItemsApi.md#api_v2_work_items_id_likes_count_get) | **GET** /api/v2/workItems/{id}/likes/count | Get likes count of WorkItem
|
|
352
354
|
*WorkItemsApi* | [**api_v2_work_items_id_likes_get**](docs/WorkItemsApi.md#api_v2_work_items_id_likes_get) | **GET** /api/v2/workItems/{id}/likes | Get likes of WorkItem
|
|
355
|
+
*WorkItemsApi* | [**api_v2_work_items_id_patch**](docs/WorkItemsApi.md#api_v2_work_items_id_patch) | **PATCH** /api/v2/workItems/{id} | Patch Test Case, Checklist or Shared Step
|
|
353
356
|
*WorkItemsApi* | [**api_v2_work_items_id_test_results_history_get**](docs/WorkItemsApi.md#api_v2_work_items_id_test_results_history_get) | **GET** /api/v2/workItems/{id}/testResults/history | Get test results history of WorkItem
|
|
354
357
|
*WorkItemsApi* | [**api_v2_work_items_id_version_version_id_actual_post**](docs/WorkItemsApi.md#api_v2_work_items_id_version_version_id_actual_post) | **POST** /api/v2/workItems/{id}/version/{versionId}/actual | Set WorkItem as actual
|
|
355
358
|
*WorkItemsApi* | [**api_v2_work_items_links_urls_search_post**](docs/WorkItemsApi.md#api_v2_work_items_links_urls_search_post) | **POST** /api/v2/workItems/links/urls/search |
|
|
356
359
|
*WorkItemsApi* | [**api_v2_work_items_move_post**](docs/WorkItemsApi.md#api_v2_work_items_move_post) | **POST** /api/v2/workItems/move | Move WorkItem to another section
|
|
357
360
|
*WorkItemsApi* | [**api_v2_work_items_post**](docs/WorkItemsApi.md#api_v2_work_items_post) | **POST** /api/v2/workItems | Creates work item
|
|
361
|
+
*WorkItemsApi* | [**api_v2_work_items_put**](docs/WorkItemsApi.md#api_v2_work_items_put) | **PUT** /api/v2/workItems | Update Test Case, Checklist or Shared Step
|
|
358
362
|
*WorkItemsApi* | [**api_v2_work_items_search_post**](docs/WorkItemsApi.md#api_v2_work_items_search_post) | **POST** /api/v2/workItems/search | Search for work items
|
|
359
363
|
*WorkItemsApi* | [**api_v2_work_items_shared_step_id_references_sections_post**](docs/WorkItemsApi.md#api_v2_work_items_shared_step_id_references_sections_post) | **POST** /api/v2/workItems/{sharedStepId}/references/sections | Get SharedStep references in sections
|
|
360
364
|
*WorkItemsApi* | [**api_v2_work_items_shared_step_id_references_work_items_post**](docs/WorkItemsApi.md#api_v2_work_items_shared_step_id_references_work_items_post) | **POST** /api/v2/workItems/{sharedStepId}/references/workItems | Get SharedStep references in work items
|
|
@@ -368,7 +372,6 @@ Class | Method | HTTP request | Description
|
|
|
368
372
|
*WorkItemsApi* | [**get_work_item_versions**](docs/WorkItemsApi.md#get_work_item_versions) | **GET** /api/v2/workItems/{id}/versions | Get WorkItem versions
|
|
369
373
|
*WorkItemsApi* | [**purge_work_item**](docs/WorkItemsApi.md#purge_work_item) | **POST** /api/v2/workItems/{id}/purge | Permanently delete test case, checklist or shared steps from archive
|
|
370
374
|
*WorkItemsApi* | [**restore_work_item**](docs/WorkItemsApi.md#restore_work_item) | **POST** /api/v2/workItems/{id}/restore | Restore test case, checklist or shared steps from archive
|
|
371
|
-
*WorkItemsApi* | [**update_work_item**](docs/WorkItemsApi.md#update_work_item) | **PUT** /api/v2/workItems | Update Test Case, Checklist or Shared Step
|
|
372
375
|
*WorkItemsCommentsApi* | [**api_v2_work_items_comments_comment_id_delete**](docs/WorkItemsCommentsApi.md#api_v2_work_items_comments_comment_id_delete) | **DELETE** /api/v2/workItems/comments/{commentId} | Delete WorkItem comment
|
|
373
376
|
*WorkItemsCommentsApi* | [**api_v2_work_items_comments_post**](docs/WorkItemsCommentsApi.md#api_v2_work_items_comments_post) | **POST** /api/v2/workItems/comments | Create WorkItem comment
|
|
374
377
|
*WorkItemsCommentsApi* | [**api_v2_work_items_comments_put**](docs/WorkItemsCommentsApi.md#api_v2_work_items_comments_put) | **PUT** /api/v2/workItems/comments | Update work item comment
|
|
@@ -455,6 +458,7 @@ Class | Method | HTTP request | Description
|
|
|
455
458
|
- [ApiV2WorkItemsLinksUrlsSearchPostRequest](docs/ApiV2WorkItemsLinksUrlsSearchPostRequest.md)
|
|
456
459
|
- [ApiV2WorkItemsMovePostRequest](docs/ApiV2WorkItemsMovePostRequest.md)
|
|
457
460
|
- [ApiV2WorkItemsPostRequest](docs/ApiV2WorkItemsPostRequest.md)
|
|
461
|
+
- [ApiV2WorkItemsPutRequest](docs/ApiV2WorkItemsPutRequest.md)
|
|
458
462
|
- [ApiV2WorkItemsSharedStepIdReferencesSectionsPostRequest](docs/ApiV2WorkItemsSharedStepIdReferencesSectionsPostRequest.md)
|
|
459
463
|
- [ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest](docs/ApiV2WorkItemsSharedStepIdReferencesWorkItemsPostRequest.md)
|
|
460
464
|
- [ApiV2WorkflowsIdProjectsSearchPostRequest](docs/ApiV2WorkflowsIdProjectsSearchPostRequest.md)
|
|
@@ -462,6 +466,7 @@ Class | Method | HTTP request | Description
|
|
|
462
466
|
- [ApiV2WorkflowsPostRequest](docs/ApiV2WorkflowsPostRequest.md)
|
|
463
467
|
- [ApiV2WorkflowsSearchPostRequest](docs/ApiV2WorkflowsSearchPostRequest.md)
|
|
464
468
|
- [AssignAttachmentApiModel](docs/AssignAttachmentApiModel.md)
|
|
469
|
+
- [AssignAutoTestCaseIdApiModel](docs/AssignAutoTestCaseIdApiModel.md)
|
|
465
470
|
- [AssignIterationApiModel](docs/AssignIterationApiModel.md)
|
|
466
471
|
- [AttachmentApiResult](docs/AttachmentApiResult.md)
|
|
467
472
|
- [AttachmentChangeViewModel](docs/AttachmentChangeViewModel.md)
|
|
@@ -477,6 +482,8 @@ Class | Method | HTTP request | Description
|
|
|
477
482
|
- [AutoTestBulkDeleteApiModel](docs/AutoTestBulkDeleteApiModel.md)
|
|
478
483
|
- [AutoTestBulkDeleteApiModelAutoTestSelect](docs/AutoTestBulkDeleteApiModelAutoTestSelect.md)
|
|
479
484
|
- [AutoTestBulkDeleteApiResult](docs/AutoTestBulkDeleteApiResult.md)
|
|
485
|
+
- [AutoTestCaseApiModel](docs/AutoTestCaseApiModel.md)
|
|
486
|
+
- [AutoTestCaseModel](docs/AutoTestCaseModel.md)
|
|
480
487
|
- [AutoTestChangeViewModel](docs/AutoTestChangeViewModel.md)
|
|
481
488
|
- [AutoTestChangeViewModelArrayChangedFieldViewModel](docs/AutoTestChangeViewModelArrayChangedFieldViewModel.md)
|
|
482
489
|
- [AutoTestClassCountApiModel](docs/AutoTestClassCountApiModel.md)
|
|
@@ -618,6 +625,7 @@ Class | Method | HTTP request | Description
|
|
|
618
625
|
- [DefectApiModel](docs/DefectApiModel.md)
|
|
619
626
|
- [DeletionState](docs/DeletionState.md)
|
|
620
627
|
- [DemoProjectApiResult](docs/DemoProjectApiResult.md)
|
|
628
|
+
- [DetailedProjectApiResult](docs/DetailedProjectApiResult.md)
|
|
621
629
|
- [EnableProjectExternalServiceApiModel](docs/EnableProjectExternalServiceApiModel.md)
|
|
622
630
|
- [ExternalFormAllowedValueModel](docs/ExternalFormAllowedValueModel.md)
|
|
623
631
|
- [ExternalFormCreateModel](docs/ExternalFormCreateModel.md)
|
|
@@ -676,6 +684,7 @@ Class | Method | HTTP request | Description
|
|
|
676
684
|
- [GlobalSearchResponse](docs/GlobalSearchResponse.md)
|
|
677
685
|
- [GuidChangedFieldViewModel](docs/GuidChangedFieldViewModel.md)
|
|
678
686
|
- [GuidExtractionModel](docs/GuidExtractionModel.md)
|
|
687
|
+
- [GuidNullableChangedFieldViewModel](docs/GuidNullableChangedFieldViewModel.md)
|
|
679
688
|
- [IFilter](docs/IFilter.md)
|
|
680
689
|
- [ImageResizeType](docs/ImageResizeType.md)
|
|
681
690
|
- [Inquiry](docs/Inquiry.md)
|
|
@@ -744,12 +753,10 @@ Class | Method | HTTP request | Description
|
|
|
744
753
|
- [ProjectFailureCategoryApiResult](docs/ProjectFailureCategoryApiResult.md)
|
|
745
754
|
- [ProjectFailureCategoryGroupItemApiResult](docs/ProjectFailureCategoryGroupItemApiResult.md)
|
|
746
755
|
- [ProjectFailureCategoryGroupItemApiResultReply](docs/ProjectFailureCategoryGroupItemApiResultReply.md)
|
|
747
|
-
- [ProjectModel](docs/ProjectModel.md)
|
|
748
756
|
- [ProjectNameApiResult](docs/ProjectNameApiResult.md)
|
|
749
757
|
- [ProjectSelectModel](docs/ProjectSelectModel.md)
|
|
750
758
|
- [ProjectShortApiResult](docs/ProjectShortApiResult.md)
|
|
751
759
|
- [ProjectShortApiResultReply](docs/ProjectShortApiResultReply.md)
|
|
752
|
-
- [ProjectShortModel](docs/ProjectShortModel.md)
|
|
753
760
|
- [ProjectShortestModel](docs/ProjectShortestModel.md)
|
|
754
761
|
- [ProjectTestPlansFilterModel](docs/ProjectTestPlansFilterModel.md)
|
|
755
762
|
- [ProjectType](docs/ProjectType.md)
|
|
@@ -1010,7 +1017,6 @@ Class | Method | HTTP request | Description
|
|
|
1010
1017
|
- [UpdateTestStatusApiModel](docs/UpdateTestStatusApiModel.md)
|
|
1011
1018
|
- [UpdateWorkItemApiModel](docs/UpdateWorkItemApiModel.md)
|
|
1012
1019
|
- [UpdateWorkItemCommentApiModel](docs/UpdateWorkItemCommentApiModel.md)
|
|
1013
|
-
- [UpdateWorkItemRequest](docs/UpdateWorkItemRequest.md)
|
|
1014
1020
|
- [UpdateWorkflowApiModel](docs/UpdateWorkflowApiModel.md)
|
|
1015
1021
|
- [UserCustomNameValidationResponse](docs/UserCustomNameValidationResponse.md)
|
|
1016
1022
|
- [UserNameApiResult](docs/UserNameApiResult.md)
|
|
@@ -1046,6 +1052,7 @@ Class | Method | HTTP request | Description
|
|
|
1046
1052
|
- [WorkItemChangedFieldsViewModelGlobalId](docs/WorkItemChangedFieldsViewModelGlobalId.md)
|
|
1047
1053
|
- [WorkItemChangedFieldsViewModelIsDeleted](docs/WorkItemChangedFieldsViewModelIsDeleted.md)
|
|
1048
1054
|
- [WorkItemChangedFieldsViewModelLinks](docs/WorkItemChangedFieldsViewModelLinks.md)
|
|
1055
|
+
- [WorkItemChangedFieldsViewModelParentId](docs/WorkItemChangedFieldsViewModelParentId.md)
|
|
1049
1056
|
- [WorkItemChangedFieldsViewModelProjectId](docs/WorkItemChangedFieldsViewModelProjectId.md)
|
|
1050
1057
|
- [WorkItemChangedFieldsViewModelState](docs/WorkItemChangedFieldsViewModelState.md)
|
|
1051
1058
|
- [WorkItemChangedFieldsViewModelSteps](docs/WorkItemChangedFieldsViewModelSteps.md)
|
|
@@ -1139,8 +1146,8 @@ Authentication schemes defined for the API:
|
|
|
1139
1146
|
- **API key parameter name**: Authorization
|
|
1140
1147
|
- **Location**: HTTP header
|
|
1141
1148
|
|
|
1142
|
-
<a id="
|
|
1143
|
-
###
|
|
1149
|
+
<a id="Identity.Application"></a>
|
|
1150
|
+
### Identity.Application
|
|
1144
1151
|
|
|
1145
1152
|
- **Type**: API key
|
|
1146
1153
|
- **API key parameter name**: backoffice
|
{testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/attachments_api.py
RENAMED
|
@@ -43,7 +43,7 @@ class AttachmentsApi(object):
|
|
|
43
43
|
'response_type': None,
|
|
44
44
|
'auth': [
|
|
45
45
|
'PrivateToken',
|
|
46
|
-
'
|
|
46
|
+
'Identity.Application'
|
|
47
47
|
],
|
|
48
48
|
'endpoint_path': '/api/v2/attachments/{id}',
|
|
49
49
|
'operation_id': 'api_v2_attachments_id_delete',
|
|
@@ -95,7 +95,7 @@ class AttachmentsApi(object):
|
|
|
95
95
|
'response_type': None,
|
|
96
96
|
'auth': [
|
|
97
97
|
'PrivateToken',
|
|
98
|
-
'
|
|
98
|
+
'Identity.Application'
|
|
99
99
|
],
|
|
100
100
|
'endpoint_path': '/api/v2/attachments/{id}',
|
|
101
101
|
'operation_id': 'api_v2_attachments_id_get',
|
|
@@ -192,7 +192,7 @@ class AttachmentsApi(object):
|
|
|
192
192
|
'response_type': (AttachmentModel,),
|
|
193
193
|
'auth': [
|
|
194
194
|
'PrivateToken',
|
|
195
|
-
'
|
|
195
|
+
'Identity.Application'
|
|
196
196
|
],
|
|
197
197
|
'endpoint_path': '/api/v2/attachments/{id}/metadata',
|
|
198
198
|
'operation_id': 'api_v2_attachments_id_metadata_get',
|
|
@@ -244,7 +244,7 @@ class AttachmentsApi(object):
|
|
|
244
244
|
'response_type': (int,),
|
|
245
245
|
'auth': [
|
|
246
246
|
'PrivateToken',
|
|
247
|
-
'
|
|
247
|
+
'Identity.Application'
|
|
248
248
|
],
|
|
249
249
|
'endpoint_path': '/api/v2/attachments/occupiedFileStorageSize',
|
|
250
250
|
'operation_id': 'api_v2_attachments_occupied_file_storage_size_get',
|
|
@@ -289,7 +289,7 @@ class AttachmentsApi(object):
|
|
|
289
289
|
'response_type': (AttachmentModel,),
|
|
290
290
|
'auth': [
|
|
291
291
|
'PrivateToken',
|
|
292
|
-
'
|
|
292
|
+
'Identity.Application'
|
|
293
293
|
],
|
|
294
294
|
'endpoint_path': '/api/v2/attachments',
|
|
295
295
|
'operation_id': 'api_v2_attachments_post',
|
{testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/auto_tests_api.py
RENAMED
|
@@ -59,7 +59,7 @@ class AutoTestsApi(object):
|
|
|
59
59
|
'response_type': (AutoTestBulkDeleteApiResult,),
|
|
60
60
|
'auth': [
|
|
61
61
|
'PrivateToken',
|
|
62
|
-
'
|
|
62
|
+
'Identity.Application'
|
|
63
63
|
],
|
|
64
64
|
'endpoint_path': '/api/v2/autoTests',
|
|
65
65
|
'operation_id': 'api_v2_auto_tests_delete',
|
|
@@ -110,7 +110,7 @@ class AutoTestsApi(object):
|
|
|
110
110
|
'response_type': None,
|
|
111
111
|
'auth': [
|
|
112
112
|
'PrivateToken',
|
|
113
|
-
'
|
|
113
|
+
'Identity.Application'
|
|
114
114
|
],
|
|
115
115
|
'endpoint_path': '/api/v2/autoTests/flaky/bulk',
|
|
116
116
|
'operation_id': 'api_v2_auto_tests_flaky_bulk_post',
|
|
@@ -186,7 +186,7 @@ class AutoTestsApi(object):
|
|
|
186
186
|
'response_type': None,
|
|
187
187
|
'auth': [
|
|
188
188
|
'PrivateToken',
|
|
189
|
-
'
|
|
189
|
+
'Identity.Application'
|
|
190
190
|
],
|
|
191
191
|
'endpoint_path': '/api/v2/autoTests/{id}',
|
|
192
192
|
'operation_id': 'api_v2_auto_tests_id_patch',
|
|
@@ -244,7 +244,7 @@ class AutoTestsApi(object):
|
|
|
244
244
|
'response_type': ([AutoTestResultHistoryApiResult],),
|
|
245
245
|
'auth': [
|
|
246
246
|
'PrivateToken',
|
|
247
|
-
'
|
|
247
|
+
'Identity.Application'
|
|
248
248
|
],
|
|
249
249
|
'endpoint_path': '/api/v2/autoTests/{id}/testResults/search',
|
|
250
250
|
'operation_id': 'api_v2_auto_tests_id_test_results_search_post',
|
|
@@ -327,7 +327,7 @@ class AutoTestsApi(object):
|
|
|
327
327
|
'response_type': ([str],),
|
|
328
328
|
'auth': [
|
|
329
329
|
'PrivateToken',
|
|
330
|
-
'
|
|
330
|
+
'Identity.Application'
|
|
331
331
|
],
|
|
332
332
|
'endpoint_path': '/api/v2/autoTests/{id}/workItems/changed/id',
|
|
333
333
|
'operation_id': 'api_v2_auto_tests_id_work_items_changed_id_get',
|
|
@@ -379,7 +379,7 @@ class AutoTestsApi(object):
|
|
|
379
379
|
'response_type': None,
|
|
380
380
|
'auth': [
|
|
381
381
|
'PrivateToken',
|
|
382
|
-
'
|
|
382
|
+
'Identity.Application'
|
|
383
383
|
],
|
|
384
384
|
'endpoint_path': '/api/v2/autoTests/{id}/workItems/changed/{workItemId}/approve',
|
|
385
385
|
'operation_id': 'api_v2_auto_tests_id_work_items_changed_work_item_id_approve_post',
|
|
@@ -437,7 +437,7 @@ class AutoTestsApi(object):
|
|
|
437
437
|
'response_type': ([AutoTestApiResult],),
|
|
438
438
|
'auth': [
|
|
439
439
|
'PrivateToken',
|
|
440
|
-
'
|
|
440
|
+
'Identity.Application'
|
|
441
441
|
],
|
|
442
442
|
'endpoint_path': '/api/v2/autoTests/search',
|
|
443
443
|
'operation_id': 'api_v2_auto_tests_search_post',
|
|
@@ -513,7 +513,7 @@ class AutoTestsApi(object):
|
|
|
513
513
|
'response_type': (AutoTestApiResult,),
|
|
514
514
|
'auth': [
|
|
515
515
|
'PrivateToken',
|
|
516
|
-
'
|
|
516
|
+
'Identity.Application'
|
|
517
517
|
],
|
|
518
518
|
'endpoint_path': '/api/v2/autoTests',
|
|
519
519
|
'operation_id': 'create_auto_test',
|
|
@@ -564,7 +564,7 @@ class AutoTestsApi(object):
|
|
|
564
564
|
'response_type': ([AutoTestApiResult],),
|
|
565
565
|
'auth': [
|
|
566
566
|
'PrivateToken',
|
|
567
|
-
'
|
|
567
|
+
'Identity.Application'
|
|
568
568
|
],
|
|
569
569
|
'endpoint_path': '/api/v2/autoTests/bulk',
|
|
570
570
|
'operation_id': 'create_multiple',
|
|
@@ -620,7 +620,7 @@ class AutoTestsApi(object):
|
|
|
620
620
|
'response_type': None,
|
|
621
621
|
'auth': [
|
|
622
622
|
'PrivateToken',
|
|
623
|
-
'
|
|
623
|
+
'Identity.Application'
|
|
624
624
|
],
|
|
625
625
|
'endpoint_path': '/api/v2/autoTests/{id}',
|
|
626
626
|
'operation_id': 'delete_auto_test',
|
|
@@ -672,7 +672,7 @@ class AutoTestsApi(object):
|
|
|
672
672
|
'response_type': None,
|
|
673
673
|
'auth': [
|
|
674
674
|
'PrivateToken',
|
|
675
|
-
'
|
|
675
|
+
'Identity.Application'
|
|
676
676
|
],
|
|
677
677
|
'endpoint_path': '/api/v2/autoTests/{id}/workItems',
|
|
678
678
|
'operation_id': 'delete_auto_test_link_from_work_item',
|
|
@@ -729,7 +729,7 @@ class AutoTestsApi(object):
|
|
|
729
729
|
'response_type': ([AutoTestModel],),
|
|
730
730
|
'auth': [
|
|
731
731
|
'PrivateToken',
|
|
732
|
-
'
|
|
732
|
+
'Identity.Application'
|
|
733
733
|
],
|
|
734
734
|
'endpoint_path': '/api/v2/autoTests',
|
|
735
735
|
'operation_id': 'get_all_auto_tests',
|
|
@@ -905,7 +905,7 @@ class AutoTestsApi(object):
|
|
|
905
905
|
'response_type': (AutoTestAverageDurationApiResult,),
|
|
906
906
|
'auth': [
|
|
907
907
|
'PrivateToken',
|
|
908
|
-
'
|
|
908
|
+
'Identity.Application'
|
|
909
909
|
],
|
|
910
910
|
'endpoint_path': '/api/v2/autoTests/{id}/averageDuration',
|
|
911
911
|
'operation_id': 'get_auto_test_average_duration',
|
|
@@ -957,7 +957,7 @@ class AutoTestsApi(object):
|
|
|
957
957
|
'response_type': (AutoTestApiResult,),
|
|
958
958
|
'auth': [
|
|
959
959
|
'PrivateToken',
|
|
960
|
-
'
|
|
960
|
+
'Identity.Application'
|
|
961
961
|
],
|
|
962
962
|
'endpoint_path': '/api/v2/autoTests/{id}',
|
|
963
963
|
'operation_id': 'get_auto_test_by_id',
|
|
@@ -1009,7 +1009,7 @@ class AutoTestsApi(object):
|
|
|
1009
1009
|
'response_type': ([TestResultChronologyModel],),
|
|
1010
1010
|
'auth': [
|
|
1011
1011
|
'PrivateToken',
|
|
1012
|
-
'
|
|
1012
|
+
'Identity.Application'
|
|
1013
1013
|
],
|
|
1014
1014
|
'endpoint_path': '/api/v2/autoTests/{id}/chronology',
|
|
1015
1015
|
'operation_id': 'get_auto_test_chronology',
|
|
@@ -1061,7 +1061,7 @@ class AutoTestsApi(object):
|
|
|
1061
1061
|
'response_type': ([TestRunByAutoTestApiResult],),
|
|
1062
1062
|
'auth': [
|
|
1063
1063
|
'PrivateToken',
|
|
1064
|
-
'
|
|
1064
|
+
'Identity.Application'
|
|
1065
1065
|
],
|
|
1066
1066
|
'endpoint_path': '/api/v2/autoTests/{id}/testRuns',
|
|
1067
1067
|
'operation_id': 'get_test_runs',
|
|
@@ -1113,7 +1113,7 @@ class AutoTestsApi(object):
|
|
|
1113
1113
|
'response_type': ([AutoTestWorkItemIdentifierApiResult],),
|
|
1114
1114
|
'auth': [
|
|
1115
1115
|
'PrivateToken',
|
|
1116
|
-
'
|
|
1116
|
+
'Identity.Application'
|
|
1117
1117
|
],
|
|
1118
1118
|
'endpoint_path': '/api/v2/autoTests/{id}/workItems',
|
|
1119
1119
|
'operation_id': 'get_work_items_linked_to_auto_test',
|
|
@@ -1175,7 +1175,7 @@ class AutoTestsApi(object):
|
|
|
1175
1175
|
'response_type': None,
|
|
1176
1176
|
'auth': [
|
|
1177
1177
|
'PrivateToken',
|
|
1178
|
-
'
|
|
1178
|
+
'Identity.Application'
|
|
1179
1179
|
],
|
|
1180
1180
|
'endpoint_path': '/api/v2/autoTests/{id}/workItems',
|
|
1181
1181
|
'operation_id': 'link_auto_test_to_work_item',
|
|
@@ -1233,7 +1233,7 @@ class AutoTestsApi(object):
|
|
|
1233
1233
|
'response_type': None,
|
|
1234
1234
|
'auth': [
|
|
1235
1235
|
'PrivateToken',
|
|
1236
|
-
'
|
|
1236
|
+
'Identity.Application'
|
|
1237
1237
|
],
|
|
1238
1238
|
'endpoint_path': '/api/v2/autoTests',
|
|
1239
1239
|
'operation_id': 'update_auto_test',
|
|
@@ -1284,7 +1284,7 @@ class AutoTestsApi(object):
|
|
|
1284
1284
|
'response_type': None,
|
|
1285
1285
|
'auth': [
|
|
1286
1286
|
'PrivateToken',
|
|
1287
|
-
'
|
|
1287
|
+
'Identity.Application'
|
|
1288
1288
|
],
|
|
1289
1289
|
'endpoint_path': '/api/v2/autoTests/bulk',
|
|
1290
1290
|
'operation_id': 'update_multiple',
|
{testit_api_client-7.5.6 → testit_api_client-7.5.7}/src/testit_api_client/api/background_jobs_api.py
RENAMED
|
@@ -44,7 +44,7 @@ class BackgroundJobsApi(object):
|
|
|
44
44
|
'response_type': None,
|
|
45
45
|
'auth': [
|
|
46
46
|
'PrivateToken',
|
|
47
|
-
'
|
|
47
|
+
'Identity.Application'
|
|
48
48
|
],
|
|
49
49
|
'endpoint_path': '/api/v2/backgroundJobs/completed',
|
|
50
50
|
'operation_id': 'api_v2_background_jobs_completed_delete',
|
|
@@ -89,7 +89,7 @@ class BackgroundJobsApi(object):
|
|
|
89
89
|
'response_type': ([BackgroundJobGetModel],),
|
|
90
90
|
'auth': [
|
|
91
91
|
'PrivateToken',
|
|
92
|
-
'
|
|
92
|
+
'Identity.Application'
|
|
93
93
|
],
|
|
94
94
|
'endpoint_path': '/api/v2/backgroundJobs',
|
|
95
95
|
'operation_id': 'api_v2_background_jobs_get',
|
|
@@ -159,7 +159,7 @@ class BackgroundJobsApi(object):
|
|
|
159
159
|
'response_type': None,
|
|
160
160
|
'auth': [
|
|
161
161
|
'PrivateToken',
|
|
162
|
-
'
|
|
162
|
+
'Identity.Application'
|
|
163
163
|
],
|
|
164
164
|
'endpoint_path': '/api/v2/backgroundJobs/{id}/cancel',
|
|
165
165
|
'operation_id': 'api_v2_background_jobs_id_cancel_post',
|
|
@@ -211,7 +211,7 @@ class BackgroundJobsApi(object):
|
|
|
211
211
|
'response_type': (BackgroundJobGetModel,),
|
|
212
212
|
'auth': [
|
|
213
213
|
'PrivateToken',
|
|
214
|
-
'
|
|
214
|
+
'Identity.Application'
|
|
215
215
|
],
|
|
216
216
|
'endpoint_path': '/api/v2/backgroundJobs/{id}',
|
|
217
217
|
'operation_id': 'api_v2_background_jobs_id_get',
|
|
@@ -263,7 +263,7 @@ class BackgroundJobsApi(object):
|
|
|
263
263
|
'response_type': (BackgroundJobState,),
|
|
264
264
|
'auth': [
|
|
265
265
|
'PrivateToken',
|
|
266
|
-
'
|
|
266
|
+
'Identity.Application'
|
|
267
267
|
],
|
|
268
268
|
'endpoint_path': '/api/v2/backgroundJobs/{id}/status',
|
|
269
269
|
'operation_id': 'api_v2_background_jobs_id_status_get',
|
|
@@ -315,7 +315,7 @@ class BackgroundJobsApi(object):
|
|
|
315
315
|
'response_type': ([BackgroundJobGetModel],),
|
|
316
316
|
'auth': [
|
|
317
317
|
'PrivateToken',
|
|
318
|
-
'
|
|
318
|
+
'Identity.Application'
|
|
319
319
|
],
|
|
320
320
|
'endpoint_path': '/api/v2/backgroundJobs/search',
|
|
321
321
|
'operation_id': 'api_v2_background_jobs_search_post',
|