testit-api-client 7.5.7__tar.gz → 7.5.8__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.
Files changed (798) hide show
  1. {testit_api_client-7.5.7/src/testit_api_client.egg-info → testit_api_client-7.5.8}/PKG-INFO +1 -1
  2. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/setup.py +1 -1
  3. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/__init__.py +1 -1
  4. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api_client.py +1 -1
  5. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/configuration.py +1 -1
  6. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_api_result.py +2 -0
  7. {testit_api_client-7.5.7 → testit_api_client-7.5.8/src/testit_api_client.egg-info}/PKG-INFO +1 -1
  8. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/LICENSE.md +0 -0
  9. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/README.md +0 -0
  10. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/setup.cfg +0 -0
  11. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/__init__.py +0 -0
  12. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/attachments_api.py +0 -0
  13. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/auto_tests_api.py +0 -0
  14. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/background_jobs_api.py +0 -0
  15. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/configurations_api.py +0 -0
  16. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/custom_attribute_templates_api.py +0 -0
  17. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/custom_attributes_api.py +0 -0
  18. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/external_issues_api.py +0 -0
  19. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/notifications_api.py +0 -0
  20. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/open_id_connections_api.py +0 -0
  21. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/parameters_api.py +0 -0
  22. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_attribute_templates_api.py +0 -0
  23. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_attributes_api.py +0 -0
  24. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_configurations_api.py +0 -0
  25. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_sections_api.py +0 -0
  26. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_settings_api.py +0 -0
  27. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_test_plan_attributes_api.py +0 -0
  28. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_test_plan_test_points_api.py +0 -0
  29. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_test_plans_api.py +0 -0
  30. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/project_work_items_api.py +0 -0
  31. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/projects_api.py +0 -0
  32. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/search_api.py +0 -0
  33. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/sections_api.py +0 -0
  34. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/tags_api.py +0 -0
  35. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/test_plans_api.py +0 -0
  36. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/test_points_api.py +0 -0
  37. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/test_results_api.py +0 -0
  38. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/test_runs_api.py +0 -0
  39. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/test_statuses_api.py +0 -0
  40. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/test_suites_api.py +0 -0
  41. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/users_api.py +0 -0
  42. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/webhooks_api.py +0 -0
  43. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/webhooks_logs_api.py +0 -0
  44. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/work_items_api.py +0 -0
  45. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/work_items_comments_api.py +0 -0
  46. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/api/workflows_api.py +0 -0
  47. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/apis/__init__.py +0 -0
  48. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/exceptions.py +0 -0
  49. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/__init__.py +0 -0
  50. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/action_update.py +0 -0
  51. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/ai_service_model_api_result.py +0 -0
  52. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/ai_service_model_api_result_reply.py +0 -0
  53. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_external_service_category.py +0 -0
  54. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_auto_tests_delete_request.py +0 -0
  55. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_auto_tests_flaky_bulk_post_request.py +0 -0
  56. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_auto_tests_id_test_results_search_post_request.py +0 -0
  57. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_auto_tests_search_post_request.py +0 -0
  58. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_background_jobs_search_post_request.py +0 -0
  59. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_configurations_create_by_parameters_post_request.py +0 -0
  60. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_configurations_delete_bulk_post_request.py +0 -0
  61. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_configurations_purge_bulk_post_request.py +0 -0
  62. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_configurations_put_request.py +0 -0
  63. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_configurations_search_post_request.py +0 -0
  64. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_custom_attributes_global_id_put_request.py +0 -0
  65. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_custom_attributes_global_post_request.py +0 -0
  66. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_custom_attributes_search_post_request.py +0 -0
  67. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_custom_attributes_templates_post_request.py +0 -0
  68. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_custom_attributes_templates_put_request.py +0 -0
  69. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_custom_attributes_templates_search_post_request.py +0 -0
  70. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_external_issues_suggestions_post_request.py +0 -0
  71. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_notifications_search_post_request.py +0 -0
  72. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_parameters_search_groups_post_request.py +0 -0
  73. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_parameters_search_post_request.py +0 -0
  74. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_attributes_templates_search_post_request.py +0 -0
  75. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_settings_autotests_post_request.py +0 -0
  76. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_delete_bulk_post_request.py +0 -0
  77. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_search_post_request.py +0 -0
  78. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_rerun_post_request.py +0 -0
  79. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_test_plans_test_plan_id_test_points_autotests_run_post_request.py +0 -0
  80. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_grouped_post_request.py +0 -0
  81. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_id_post_request.py +0 -0
  82. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_project_id_work_items_search_post_request.py +0 -0
  83. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_restore_bulk_post_request.py +0 -0
  84. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_search_post_request.py +0 -0
  85. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_projects_shorts_post_request.py +0 -0
  86. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_search_global_search_post_request.py +0 -0
  87. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_tags_delete_request.py +0 -0
  88. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_tags_post_request.py +0 -0
  89. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_tags_put_request.py +0 -0
  90. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_plans_id_export_test_points_xlsx_post_request.py +0 -0
  91. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_plans_id_test_points_tester_user_id_post_request.py +0 -0
  92. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_plans_id_test_runs_search_post_request.py +0 -0
  93. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_points_search_post_request.py +0 -0
  94. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_results_external_projects_external_project_id_defects_external_forms_post_request.py +0 -0
  95. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_results_external_projects_external_project_id_defects_post_request.py +0 -0
  96. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_results_id_put_request.py +0 -0
  97. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_results_search_post_request.py +0 -0
  98. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_runs_delete_request.py +0 -0
  99. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_runs_id_reruns_post_request.py +0 -0
  100. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_runs_id_statistics_filter_post_request.py +0 -0
  101. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_runs_id_test_results_bulk_put_request.py +0 -0
  102. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_runs_search_post_request.py +0 -0
  103. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_runs_update_multiple_post_request.py +0 -0
  104. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_statuses_id_put_request.py +0 -0
  105. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_statuses_post_request.py +0 -0
  106. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_statuses_search_post_request.py +0 -0
  107. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_suites_post_request.py +0 -0
  108. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_test_suites_put_request.py +0 -0
  109. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_webhooks_delete_request.py +0 -0
  110. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_webhooks_post_request.py +0 -0
  111. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_webhooks_put_request.py +0 -0
  112. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_webhooks_search_post_request.py +0 -0
  113. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_webhooks_test_post_request.py +0 -0
  114. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_work_items_comments_post_request.py +0 -0
  115. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_work_items_comments_put_request.py +0 -0
  116. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_work_items_links_urls_search_post_request.py +0 -0
  117. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_work_items_move_post_request.py +0 -0
  118. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_work_items_post_request.py +0 -0
  119. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_work_items_put_request.py +0 -0
  120. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_sections_post_request.py +0 -0
  121. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_work_items_shared_step_id_references_work_items_post_request.py +0 -0
  122. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_workflows_id_projects_search_post_request.py +0 -0
  123. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_workflows_id_put_request.py +0 -0
  124. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_workflows_post_request.py +0 -0
  125. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/api_v2_workflows_search_post_request.py +0 -0
  126. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/assign_attachment_api_model.py +0 -0
  127. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/assign_auto_test_case_id_api_model.py +0 -0
  128. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/assign_iteration_api_model.py +0 -0
  129. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/attachment_api_result.py +0 -0
  130. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/attachment_change_view_model.py +0 -0
  131. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/attachment_change_view_model_array_changed_field_view_model.py +0 -0
  132. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/attachment_model.py +0 -0
  133. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/attachment_put_model.py +0 -0
  134. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/attachment_put_model_auto_test_step_results_model.py +0 -0
  135. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/attachment_update_request.py +0 -0
  136. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/audit_api_result.py +0 -0
  137. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test.py +0 -0
  138. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_api_result.py +0 -0
  139. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_average_duration_api_result.py +0 -0
  140. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_bulk_delete_api_model.py +0 -0
  141. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_bulk_delete_api_model_auto_test_select.py +0 -0
  142. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_bulk_delete_api_result.py +0 -0
  143. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_case_api_model.py +0 -0
  144. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_case_model.py +0 -0
  145. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_change_view_model.py +0 -0
  146. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_change_view_model_array_changed_field_view_model.py +0 -0
  147. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_class_count_api_model.py +0 -0
  148. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_create_api_model.py +0 -0
  149. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_extraction_api_model.py +0 -0
  150. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_extraction_api_model_ids.py +0 -0
  151. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_filter_api_model.py +0 -0
  152. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_filter_api_model_created_date.py +0 -0
  153. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_filter_api_model_modified_date.py +0 -0
  154. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_filter_api_model_stability_percentage.py +0 -0
  155. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_filter_model.py +0 -0
  156. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_flaky_bulk_api_model.py +0 -0
  157. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_flaky_bulk_api_model_auto_test_select.py +0 -0
  158. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_id_model.py +0 -0
  159. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_last_test_result_configuration.py +0 -0
  160. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_model.py +0 -0
  161. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_model_last_test_result_configuration.py +0 -0
  162. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_model_last_test_result_status.py +0 -0
  163. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_model_v2_get_model.py +0 -0
  164. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_namespace_api_result.py +0 -0
  165. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_namespace_count_api_model.py +0 -0
  166. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_namespaces_count_response.py +0 -0
  167. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_outcome.py +0 -0
  168. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_project_settings_api_model.py +0 -0
  169. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_project_settings_api_model_work_item_updating_fields.py +0 -0
  170. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_project_settings_api_result.py +0 -0
  171. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_project_settings_api_result_work_item_updating_fields.py +0 -0
  172. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_related_to_test_result.py +0 -0
  173. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_result_history_api_result.py +0 -0
  174. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_result_history_api_result_status.py +0 -0
  175. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_result_history_select_api_model.py +0 -0
  176. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_result_reason_short.py +0 -0
  177. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_results_for_test_run_model.py +0 -0
  178. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_search_api_model.py +0 -0
  179. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_search_api_model_filter.py +0 -0
  180. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_search_api_model_includes.py +0 -0
  181. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_search_include_api_model.py +0 -0
  182. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_select_api_model.py +0 -0
  183. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_select_model.py +0 -0
  184. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_select_model_filter.py +0 -0
  185. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_short_api_result.py +0 -0
  186. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_step.py +0 -0
  187. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_step_api_model.py +0 -0
  188. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_step_api_result.py +0 -0
  189. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_step_model.py +0 -0
  190. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_step_result.py +0 -0
  191. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_step_result_update_request.py +0 -0
  192. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_step_results_api_result.py +0 -0
  193. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_update_api_model.py +0 -0
  194. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_test_work_item_identifier_api_result.py +0 -0
  195. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/auto_tests_extraction_model.py +0 -0
  196. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/autotest_result_outcome.py +0 -0
  197. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/autotest_result_reason_filter_model.py +0 -0
  198. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/autotest_result_reason_short_get_model.py +0 -0
  199. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/available_failure_category.py +0 -0
  200. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/available_test_result_outcome.py +0 -0
  201. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/background_job_attachment_model.py +0 -0
  202. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/background_job_filter_model.py +0 -0
  203. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/background_job_get_model.py +0 -0
  204. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/background_job_state.py +0 -0
  205. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/background_job_type.py +0 -0
  206. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/boolean_changed_field_view_model.py +0 -0
  207. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/boolean_nullable_changed_field_view_model.py +0 -0
  208. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/collection_filter.py +0 -0
  209. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/collection_filter_filter.py +0 -0
  210. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/collection_operator.py +0 -0
  211. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/composite_filter.py +0 -0
  212. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_by_parameters_model.py +0 -0
  213. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_extraction_api_model.py +0 -0
  214. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_extraction_api_model_ids.py +0 -0
  215. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_extraction_api_model_project_ids.py +0 -0
  216. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_extraction_model.py +0 -0
  217. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_filter_api_model.py +0 -0
  218. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_filter_model.py +0 -0
  219. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_model.py +0 -0
  220. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_post_model.py +0 -0
  221. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_put_model.py +0 -0
  222. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_select_api_model.py +0 -0
  223. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_select_api_model_extraction_model.py +0 -0
  224. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_select_api_model_filter.py +0 -0
  225. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_select_model.py +0 -0
  226. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_select_model_extraction_model.py +0 -0
  227. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_select_model_filter.py +0 -0
  228. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_short.py +0 -0
  229. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_short_api_result.py +0 -0
  230. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/configuration_short_model.py +0 -0
  231. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_and_fill_by_auto_tests_request.py +0 -0
  232. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_and_fill_by_configurations_request.py +0 -0
  233. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_and_fill_by_work_items_request.py +0 -0
  234. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_auto_test_request.py +0 -0
  235. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_configuration_request.py +0 -0
  236. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_defect_api_model.py +0 -0
  237. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_defect_api_model_form.py +0 -0
  238. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_empty_request.py +0 -0
  239. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_empty_test_run_api_model.py +0 -0
  240. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_failure_category_api_model.py +0 -0
  241. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_failure_class_regex_api_model.py +0 -0
  242. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_link_api_model.py +0 -0
  243. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_parameter_api_model.py +0 -0
  244. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_parameter_request.py +0 -0
  245. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_project_api_model.py +0 -0
  246. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_project_failure_category_api_model.py +0 -0
  247. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_project_request.py +0 -0
  248. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_projects_attribute_request.py +0 -0
  249. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_section_request.py +0 -0
  250. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_step_api_model.py +0 -0
  251. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_tag_api_model.py +0 -0
  252. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_test_plan_api_model.py +0 -0
  253. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_test_plan_request.py +0 -0
  254. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_test_run_and_fill_by_auto_tests_api_model.py +0 -0
  255. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_test_run_and_fill_by_configurations_api_model.py +0 -0
  256. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_test_run_and_fill_by_work_items_api_model.py +0 -0
  257. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_test_status_api_model.py +0 -0
  258. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_work_item_api_model.py +0 -0
  259. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_work_item_comment_api_model.py +0 -0
  260. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_work_item_previews_api_model.py +0 -0
  261. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/create_workflow_api_model.py +0 -0
  262. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_api_result.py +0 -0
  263. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_change_model.py +0 -0
  264. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_get_model.py +0 -0
  265. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_model.py +0 -0
  266. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_option_api_result.py +0 -0
  267. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_option_model.py +0 -0
  268. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_option_post_model.py +0 -0
  269. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_post_model.py +0 -0
  270. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_put_model.py +0 -0
  271. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_search_query_model.py +0 -0
  272. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_search_response_model.py +0 -0
  273. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_template_model.py +0 -0
  274. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_template_post_model.py +0 -0
  275. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_template_put_model.py +0 -0
  276. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_template_search_query_model.py +0 -0
  277. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_template_validation_result.py +0 -0
  278. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_test_plan_project_relation_put_model.py +0 -0
  279. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_type.py +0 -0
  280. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_types_enum.py +0 -0
  281. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/custom_attribute_validation_result.py +0 -0
  282. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/date_time_range_selector_model.py +0 -0
  283. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/defect_api_model.py +0 -0
  284. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/deletion_state.py +0 -0
  285. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/demo_project_api_result.py +0 -0
  286. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/detailed_project_api_result.py +0 -0
  287. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/enable_project_external_service_api_model.py +0 -0
  288. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_form_allowed_value_model.py +0 -0
  289. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_form_create_model.py +0 -0
  290. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_form_field_model.py +0 -0
  291. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_form_link_model.py +0 -0
  292. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_form_model.py +0 -0
  293. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_field.py +0 -0
  294. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_field_suggestion.py +0 -0
  295. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_field_suggestion_external_service.py +0 -0
  296. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_field_suggestion_reply.py +0 -0
  297. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_metadata.py +0 -0
  298. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_metadata_priority.py +0 -0
  299. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_metadata_type.py +0 -0
  300. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_priority.py +0 -0
  301. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_result.py +0 -0
  302. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_result_metadata.py +0 -0
  303. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_api_type.py +0 -0
  304. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_external_service_api_result.py +0 -0
  305. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_metadata_model.py +0 -0
  306. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_model.py +0 -0
  307. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_model_metadata.py +0 -0
  308. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_priority_model.py +0 -0
  309. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_issue_type_model.py +0 -0
  310. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_link_model.py +0 -0
  311. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_service_metadata_api_result.py +0 -0
  312. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/external_services_metadata_api_result.py +0 -0
  313. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category.py +0 -0
  314. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_api_result.py +0 -0
  315. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_group_api_model.py +0 -0
  316. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_group_api_result.py +0 -0
  317. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_group_item_api_result.py +0 -0
  318. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_group_item_api_result_group.py +0 -0
  319. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_group_item_api_result_reply.py +0 -0
  320. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_group_search_api_model.py +0 -0
  321. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_group_search_api_model_group.py +0 -0
  322. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_group_search_api_model_inquiry.py +0 -0
  323. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_item_api_result.py +0 -0
  324. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_category_model.py +0 -0
  325. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/failure_class_regex_api_result.py +0 -0
  326. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/filter.py +0 -0
  327. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/filter_model.py +0 -0
  328. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/filter_operator.py +0 -0
  329. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/generate_work_item_previews_api_model.py +0 -0
  330. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/generate_work_item_previews_api_result.py +0 -0
  331. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/get_ai_service_models_api_model.py +0 -0
  332. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/get_external_form_api_result.py +0 -0
  333. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/get_external_form_api_result_form.py +0 -0
  334. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/get_external_issue_suggestions_api_model.py +0 -0
  335. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/get_external_issue_suggestions_api_model_inquiry.py +0 -0
  336. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/get_short_projects_api_model.py +0 -0
  337. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/get_xlsx_test_points_by_test_plan_model.py +0 -0
  338. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/global_custom_attribute_post_model.py +0 -0
  339. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/global_custom_attribute_update_model.py +0 -0
  340. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/global_search_item_result.py +0 -0
  341. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/global_search_request.py +0 -0
  342. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/global_search_response.py +0 -0
  343. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/guid_changed_field_view_model.py +0 -0
  344. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/guid_extraction_model.py +0 -0
  345. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/guid_nullable_changed_field_view_model.py +0 -0
  346. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/i_filter.py +0 -0
  347. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/image_resize_type.py +0 -0
  348. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/inquiry.py +0 -0
  349. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/int32_changed_field_view_model.py +0 -0
  350. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/int32_range_selector_model.py +0 -0
  351. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/int64_changed_field_view_model.py +0 -0
  352. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/int64_range_selector_model.py +0 -0
  353. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/iteration_api_result.py +0 -0
  354. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/iteration_model.py +0 -0
  355. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/label.py +0 -0
  356. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/label_api_model.py +0 -0
  357. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/label_api_result.py +0 -0
  358. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/label_short_model.py +0 -0
  359. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/last_test_result_api_result.py +0 -0
  360. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/last_test_result_model.py +0 -0
  361. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_api_result.py +0 -0
  362. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_auto_test_to_work_item_request.py +0 -0
  363. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_create_api_model.py +0 -0
  364. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_model.py +0 -0
  365. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_post_model.py +0 -0
  366. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_put_model.py +0 -0
  367. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_short_api_result.py +0 -0
  368. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_short_model.py +0 -0
  369. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_type.py +0 -0
  370. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/link_update_api_model.py +0 -0
  371. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/list_sort_direction.py +0 -0
  372. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/logical_operator.py +0 -0
  373. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/manual_rerun_api_result.py +0 -0
  374. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/manual_rerun_select_test_results_api_model.py +0 -0
  375. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/manual_rerun_select_test_results_api_model_extraction_model.py +0 -0
  376. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/manual_rerun_select_test_results_api_model_filter.py +0 -0
  377. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/manual_rerun_test_result_api_model.py +0 -0
  378. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/manual_rerun_test_result_api_model_test_result_ids.py +0 -0
  379. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/move_request.py +0 -0
  380. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/named_entity_api_model.py +0 -0
  381. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/notification_model.py +0 -0
  382. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/notification_query_filter_model.py +0 -0
  383. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/notification_type_model.py +0 -0
  384. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/open_id_connection_client_short_model.py +0 -0
  385. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/open_id_connection_settings_short_client_model.py +0 -0
  386. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/operation.py +0 -0
  387. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/order.py +0 -0
  388. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/page.py +0 -0
  389. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/parameter_api_result.py +0 -0
  390. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/parameter_group_api_result.py +0 -0
  391. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/parameter_groups_filter_api_model.py +0 -0
  392. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/parameter_iteration_model.py +0 -0
  393. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/parameter_short_api_result.py +0 -0
  394. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/parameter_short_model.py +0 -0
  395. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/parameters_filter_api_model.py +0 -0
  396. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/period_view_model.py +0 -0
  397. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/period_view_model_changed_field_view_model.py +0 -0
  398. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/previews_issue_link_api_model.py +0 -0
  399. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/previews_issue_link_api_result.py +0 -0
  400. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/problem_details.py +0 -0
  401. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_api_result.py +0 -0
  402. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_attributes_filter_model.py +0 -0
  403. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_custom_attribute_template_get_model.py +0 -0
  404. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_custom_attributes_templates_filter_model.py +0 -0
  405. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_detailed_failure_category_api_result.py +0 -0
  406. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_external_service_api_result.py +0 -0
  407. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_external_service_api_result_metadata.py +0 -0
  408. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_external_service_settings_api_result.py +0 -0
  409. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_external_services_api_result.py +0 -0
  410. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_extraction_model.py +0 -0
  411. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_failure_category_api_result.py +0 -0
  412. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_failure_category_group_item_api_result.py +0 -0
  413. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_failure_category_group_item_api_result_reply.py +0 -0
  414. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_name_api_result.py +0 -0
  415. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_select_model.py +0 -0
  416. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_short_api_result.py +0 -0
  417. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_short_api_result_reply.py +0 -0
  418. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_shortest_model.py +0 -0
  419. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_test_plans_filter_model.py +0 -0
  420. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_type.py +0 -0
  421. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/project_type_model.py +0 -0
  422. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/projects_filter_model.py +0 -0
  423. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/projects_filter_model_autotests_count.py +0 -0
  424. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/projects_filter_model_checklists_count.py +0 -0
  425. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/projects_filter_model_created_date.py +0 -0
  426. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/projects_filter_model_shared_steps_count.py +0 -0
  427. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/projects_filter_model_test_cases_count.py +0 -0
  428. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/rename_request.py +0 -0
  429. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/replace_project_external_service_api_model.py +0 -0
  430. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/request_type.py +0 -0
  431. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/request_type_api_model.py +0 -0
  432. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/request_type_model.py +0 -0
  433. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/rerun_test_result_api_result.py +0 -0
  434. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/rerun_test_result_api_result_status.py +0 -0
  435. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/reruns_api_result.py +0 -0
  436. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_attributes_in_project_request.py +0 -0
  437. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_custom_attribute_template_get_model.py +0 -0
  438. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_external_issues_api_model.py +0 -0
  439. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_test_runs_api_model.py +0 -0
  440. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_test_statuses_api_model.py +0 -0
  441. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_webhooks_query_model.py +0 -0
  442. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_work_item_link_urls_api_result.py +0 -0
  443. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_work_items_request.py +0 -0
  444. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_workflow_projects_api_model.py +0 -0
  445. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/search_workflows_api_model.py +0 -0
  446. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/section_model.py +0 -0
  447. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/section_move_model.py +0 -0
  448. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/section_post_model.py +0 -0
  449. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/section_put_model.py +0 -0
  450. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/section_rename_model.py +0 -0
  451. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/section_shared_step.py +0 -0
  452. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/section_with_steps_model.py +0 -0
  453. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/select_tags_api_model.py +0 -0
  454. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/select_tags_api_model_extraction_model.py +0 -0
  455. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/select_tags_api_model_filter.py +0 -0
  456. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_change_view_model.py +0 -0
  457. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_model.py +0 -0
  458. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_reference_model.py +0 -0
  459. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_reference_section_model.py +0 -0
  460. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model.py +0 -0
  461. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model_created_date.py +0 -0
  462. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_reference_sections_query_filter_model_modified_date.py +0 -0
  463. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_references_query_filter_model.py +0 -0
  464. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/shared_step_result_api_model.py +0 -0
  465. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/short_configuration.py +0 -0
  466. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/step_comment_api_model.py +0 -0
  467. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/step_model.py +0 -0
  468. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/step_post_model.py +0 -0
  469. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/step_put_model.py +0 -0
  470. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/step_result_api_model.py +0 -0
  471. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/string_array_changed_field_view_model.py +0 -0
  472. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/string_changed_field_view_model.py +0 -0
  473. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/string_changed_field_with_diffs_view_model.py +0 -0
  474. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/string_extraction_model.py +0 -0
  475. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/tag_api_model.py +0 -0
  476. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/tag_api_result.py +0 -0
  477. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/tag_model.py +0 -0
  478. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/tag_short_api_result.py +0 -0
  479. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/tags_extraction_api_model.py +0 -0
  480. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/tags_extraction_api_model_ids.py +0 -0
  481. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/tags_filter_api_model.py +0 -0
  482. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/tags_filter_api_model_created_date.py +0 -0
  483. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_api_result.py +0 -0
  484. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_change_model.py +0 -0
  485. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_change_model_test_plan_changed_fields.py +0 -0
  486. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_changed_fields_view_model.py +0 -0
  487. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_extraction_model.py +0 -0
  488. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_group_by_status.py +0 -0
  489. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_group_by_status_code.py +0 -0
  490. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_group_by_status_type.py +0 -0
  491. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_group_by_tester.py +0 -0
  492. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_group_by_tester_and_status.py +0 -0
  493. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_group_by_tester_and_status_code.py +0 -0
  494. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_link.py +0 -0
  495. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_model.py +0 -0
  496. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_select_model.py +0 -0
  497. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_short_model.py +0 -0
  498. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_status.py +0 -0
  499. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_status_model.py +0 -0
  500. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_summary_model.py +0 -0
  501. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_tag_api_result.py +0 -0
  502. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_analytics_api_model.py +0 -0
  503. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_analytics_api_result.py +0 -0
  504. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_api_model.py +0 -0
  505. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model.py +0 -0
  506. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model_extraction_model.py +0 -0
  507. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_auto_tests_rerun_api_model_filter.py +0 -0
  508. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_auto_tests_run_api_model.py +0 -0
  509. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_extraction_api_model.py +0 -0
  510. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_extraction_api_model_ids.py +0 -0
  511. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_group_api_model.py +0 -0
  512. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_group_api_result.py +0 -0
  513. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_group_search_api_result.py +0 -0
  514. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_group_search_api_result_status_counters.py +0 -0
  515. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_group_search_item_api_result.py +0 -0
  516. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_inquiry_api_model.py +0 -0
  517. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_model.py +0 -0
  518. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_model_created_date.py +0 -0
  519. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_model_duration.py +0 -0
  520. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_model_modified_date.py +0 -0
  521. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_created_date.py +0 -0
  522. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_median_duration.py +0 -0
  523. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_model_work_item_modified_date.py +0 -0
  524. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_result.py +0 -0
  525. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_result_configuration.py +0 -0
  526. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_result_created.py +0 -0
  527. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_result_status_model.py +0 -0
  528. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_result_test_suite.py +0 -0
  529. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_api_result_work_item.py +0 -0
  530. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_search_status_counters_api_result.py +0 -0
  531. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_section_search_api_result.py +0 -0
  532. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_set_testers_api_model.py +0 -0
  533. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_status_code_group_api_result.py +0 -0
  534. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_status_group_api_result.py +0 -0
  535. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_status_type_group_api_result.py +0 -0
  536. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_test_suite_search_api_result.py +0 -0
  537. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_tester_and_status_group_api_result.py +0 -0
  538. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_tester_and_status_type_group_api_result.py +0 -0
  539. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_tester_group_api_result.py +0 -0
  540. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_work_item_search_api_result.py +0 -0
  541. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_test_points_work_item_search_api_result_section.py +0 -0
  542. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_with_analytic_model.py +0 -0
  543. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_with_analytic_model_analytic.py +0 -0
  544. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_plan_with_test_suite_tree_model.py +0 -0
  545. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point.py +0 -0
  546. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_analytic_result.py +0 -0
  547. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_by_test_suite_model.py +0 -0
  548. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_change_view_model.py +0 -0
  549. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_change_view_model_changed_field_view_model.py +0 -0
  550. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_filter_model.py +0 -0
  551. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_filter_request_model.py +0 -0
  552. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_related_to_test_result.py +0 -0
  553. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_result_api_result.py +0 -0
  554. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_select_model.py +0 -0
  555. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_selector.py +0 -0
  556. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_short_api_result.py +0 -0
  557. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_short_api_result_status_model.py +0 -0
  558. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_short_model.py +0 -0
  559. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_short_response_model.py +0 -0
  560. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_short_response_model_last_test_result.py +0 -0
  561. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_short_response_model_status_model.py +0 -0
  562. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_status.py +0 -0
  563. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_point_with_last_result_response_model.py +0 -0
  564. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_points_extraction_model.py +0 -0
  565. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_api_result.py +0 -0
  566. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_change_view_model.py +0 -0
  567. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_change_view_model_changed_field_view_model.py +0 -0
  568. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_chronology_model.py +0 -0
  569. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_configuration.py +0 -0
  570. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_failure_class_api_result.py +0 -0
  571. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_history_report_api_result.py +0 -0
  572. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_history_report_api_result_status.py +0 -0
  573. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_link_api_result.py +0 -0
  574. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_outcome.py +0 -0
  575. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_response.py +0 -0
  576. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_short_api_result.py +0 -0
  577. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_short_response.py +0 -0
  578. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_step_comment_update_request.py +0 -0
  579. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_update_v2_request.py +0 -0
  580. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_v2_get_model.py +0 -0
  581. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_result_v2_short_model.py +0 -0
  582. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_extraction_api_model.py +0 -0
  583. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_filter_api_model.py +0 -0
  584. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_filter_api_model_completed_on.py +0 -0
  585. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_filter_api_model_created_date.py +0 -0
  586. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_filter_api_model_duration.py +0 -0
  587. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_filter_api_model_modified_date.py +0 -0
  588. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_filter_api_model_started_on.py +0 -0
  589. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_local_filter_model.py +0 -0
  590. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_select_api_model.py +0 -0
  591. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_select_api_model_extraction_model.py +0 -0
  592. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_select_api_model_filter.py +0 -0
  593. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_statistics_api_result.py +0 -0
  594. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_statistics_api_result_failure_categories.py +0 -0
  595. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_statistics_api_result_statuses.py +0 -0
  596. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_statistics_failure_categories_api_result.py +0 -0
  597. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_results_statistics_statuses_api_result.py +0 -0
  598. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_analytic_api_result.py +0 -0
  599. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_api_result.py +0 -0
  600. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_api_result_analytic.py +0 -0
  601. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_by_auto_test_api_result.py +0 -0
  602. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_by_auto_test_api_result_status.py +0 -0
  603. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_extraction_api_model.py +0 -0
  604. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_extraction_api_model_ids.py +0 -0
  605. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_filter_api_model.py +0 -0
  606. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_filter_api_model_auto_tests_count.py +0 -0
  607. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_filter_api_model_completed_date.py +0 -0
  608. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_filter_api_model_created_date.py +0 -0
  609. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_filter_api_model_started_date.py +0 -0
  610. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_group_by_failure_class_api_result.py +0 -0
  611. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_group_by_status_api_result.py +0 -0
  612. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_group_by_status_type_api_result.py +0 -0
  613. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_name_api_result.py +0 -0
  614. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_select_api_model.py +0 -0
  615. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_select_api_model_extraction_model.py +0 -0
  616. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_short_api_result.py +0 -0
  617. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_short_api_result_statistics.py +0 -0
  618. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_short_api_result_status.py +0 -0
  619. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_state.py +0 -0
  620. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_statistics_filter_api_model.py +0 -0
  621. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_test_results_partial_bulk_set_model.py +0 -0
  622. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_test_results_partial_bulk_set_model_selector.py +0 -0
  623. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_test_results_select_model.py +0 -0
  624. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_test_results_select_model_filter.py +0 -0
  625. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_test_results_select_model_test_result_ids_extraction_model.py +0 -0
  626. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_run_v2_api_result.py +0 -0
  627. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_status_api_result.py +0 -0
  628. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_status_api_result_reply.py +0 -0
  629. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_status_api_type.py +0 -0
  630. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_status_model.py +0 -0
  631. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_status_short_api_result.py +0 -0
  632. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_status_type.py +0 -0
  633. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_api_result.py +0 -0
  634. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_change_view_model.py +0 -0
  635. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_change_view_model_changed_field_view_model.py +0 -0
  636. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_hierarchy_api_result.py +0 -0
  637. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_test_plan_api_model.py +0 -0
  638. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_type.py +0 -0
  639. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_type_api_result.py +0 -0
  640. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_v2_get_model.py +0 -0
  641. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_v2_post_model.py +0 -0
  642. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_v2_put_model.py +0 -0
  643. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_with_children_model.py +0 -0
  644. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_work_items_search_model.py +0 -0
  645. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_work_items_search_model_duration.py +0 -0
  646. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_work_items_search_model_external_metadata.py +0 -0
  647. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_work_items_search_model_links.py +0 -0
  648. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/test_suite_work_items_search_model_median_duration.py +0 -0
  649. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_auto_test_request.py +0 -0
  650. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_custom_attribute_test_plan_project_relations_request.py +0 -0
  651. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_empty_request.py +0 -0
  652. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_empty_test_run_api_model.py +0 -0
  653. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_failure_category_api_model.py +0 -0
  654. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_failure_category_project_api_model.py +0 -0
  655. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_failure_class_regex_api_model.py +0 -0
  656. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_link_api_model.py +0 -0
  657. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_multiple_attachments_api_model.py +0 -0
  658. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_multiple_links_api_model.py +0 -0
  659. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_multiple_tags_api_model.py +0 -0
  660. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_multiple_test_runs_api_model.py +0 -0
  661. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_multiple_test_runs_api_model_attachment_update_scheme.py +0 -0
  662. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_multiple_test_runs_api_model_link_update_scheme.py +0 -0
  663. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_multiple_test_runs_api_model_select_model.py +0 -0
  664. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_multiple_test_runs_api_model_tag_update_scheme.py +0 -0
  665. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_parameter_api_model.py +0 -0
  666. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_parameter_request.py +0 -0
  667. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_project_api_model.py +0 -0
  668. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_project_request.py +0 -0
  669. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_projects_attribute_request.py +0 -0
  670. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_section_request.py +0 -0
  671. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_step_api_model.py +0 -0
  672. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_tag_api_model.py +0 -0
  673. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_test_plan_api_model.py +0 -0
  674. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_test_plan_request.py +0 -0
  675. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_test_status_api_model.py +0 -0
  676. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_work_item_api_model.py +0 -0
  677. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_work_item_comment_api_model.py +0 -0
  678. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/update_workflow_api_model.py +0 -0
  679. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/user_custom_name_validation_response.py +0 -0
  680. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/user_name_api_result.py +0 -0
  681. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/validation_problem_details.py +0 -0
  682. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/web_hook_event_type.py +0 -0
  683. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/web_hook_event_type_model.py +0 -0
  684. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/web_hook_event_type_request.py +0 -0
  685. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/web_hook_model.py +0 -0
  686. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/web_hook_post_model.py +0 -0
  687. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/web_hook_test_model.py +0 -0
  688. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhook_bulk_update_api_model.py +0 -0
  689. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhook_log_api_result.py +0 -0
  690. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhook_response.py +0 -0
  691. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhook_variables_type.py +0 -0
  692. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_delete_api_model.py +0 -0
  693. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_delete_api_model_extractor.py +0 -0
  694. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_delete_api_model_filter.py +0 -0
  695. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_delete_filter_api_model.py +0 -0
  696. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_extraction_api_model.py +0 -0
  697. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_filter_api_model.py +0 -0
  698. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_update_api_model.py +0 -0
  699. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_update_api_model_filter.py +0 -0
  700. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_update_api_model_model.py +0 -0
  701. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/webhooks_update_api_result.py +0 -0
  702. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_change_model.py +0 -0
  703. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_change_model_work_item_changed_fields.py +0 -0
  704. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_attribute_view_model.py +0 -0
  705. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model.py +0 -0
  706. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_attachments.py +0 -0
  707. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_auto_tests.py +0 -0
  708. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_duration.py +0 -0
  709. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_global_id.py +0 -0
  710. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_is_deleted.py +0 -0
  711. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_links.py +0 -0
  712. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_parent_id.py +0 -0
  713. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_project_id.py +0 -0
  714. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_state.py +0 -0
  715. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_steps.py +0 -0
  716. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_changed_fields_view_model_tags.py +0 -0
  717. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_comment_api_result.py +0 -0
  718. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_entity_type_api_model.py +0 -0
  719. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_external_metadata_field_filter_api_model.py +0 -0
  720. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_external_metadata_field_filter_model.py +0 -0
  721. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_external_metadata_filter_api_model.py +0 -0
  722. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_external_metadata_filter_model.py +0 -0
  723. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_extraction_api_model.py +0 -0
  724. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_extraction_api_model_ids.py +0 -0
  725. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_extraction_api_model_section_ids.py +0 -0
  726. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_extraction_model.py +0 -0
  727. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_filter_api_model.py +0 -0
  728. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_filter_api_model_duration.py +0 -0
  729. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_filter_api_model_external_metadata.py +0 -0
  730. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_filter_api_model_links.py +0 -0
  731. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_filter_model.py +0 -0
  732. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_group_get_model.py +0 -0
  733. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_group_get_model_select_model.py +0 -0
  734. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_group_model.py +0 -0
  735. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_group_type.py +0 -0
  736. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_id_api_model.py +0 -0
  737. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_index_api_result.py +0 -0
  738. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_like_model.py +0 -0
  739. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_change_view_model.py +0 -0
  740. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_change_view_model_array_changed_field_view_model.py +0 -0
  741. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_extraction_api_model.py +0 -0
  742. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_filter_api_model.py +0 -0
  743. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_filter_model.py +0 -0
  744. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_url_api_model.py +0 -0
  745. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_url_api_model_extraction_model.py +0 -0
  746. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_url_api_model_filter.py +0 -0
  747. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_url_api_result.py +0 -0
  748. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_link_url_filter_api_model.py +0 -0
  749. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_local_filter_model.py +0 -0
  750. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_local_select_model.py +0 -0
  751. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_local_select_model_extraction_model.py +0 -0
  752. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_local_select_model_filter.py +0 -0
  753. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_model.py +0 -0
  754. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_move_post_model.py +0 -0
  755. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_parameter_key_api_model.py +0 -0
  756. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_parameter_key_api_result.py +0 -0
  757. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_parameter_key_model.py +0 -0
  758. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_preview_api_model.py +0 -0
  759. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_preview_step_api_model.py +0 -0
  760. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_priority.py +0 -0
  761. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_priority_api_model.py +0 -0
  762. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_priority_model.py +0 -0
  763. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_search_query_model.py +0 -0
  764. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_select_api_model.py +0 -0
  765. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_select_api_model_filter.py +0 -0
  766. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_select_model.py +0 -0
  767. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_select_model_filter.py +0 -0
  768. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_short_api_result.py +0 -0
  769. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_short_model.py +0 -0
  770. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_source_type_api_model.py +0 -0
  771. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_source_type_model.py +0 -0
  772. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_state.py +0 -0
  773. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_state_api_model.py +0 -0
  774. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_states.py +0 -0
  775. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_step_change_view_model.py +0 -0
  776. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_step_change_view_model_array_changed_field_with_diffs_view_model.py +0 -0
  777. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_step_change_view_model_work_item.py +0 -0
  778. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_type_model.py +0 -0
  779. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_updating_fields_api_model.py +0 -0
  780. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_updating_fields_api_result.py +0 -0
  781. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/work_item_version_model.py +0 -0
  782. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_api_result.py +0 -0
  783. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_exists_by_name_api_result.py +0 -0
  784. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_project_api_result.py +0 -0
  785. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_project_api_result_api_collection_preview.py +0 -0
  786. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_project_api_result_reply.py +0 -0
  787. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_short_api_result.py +0 -0
  788. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_short_api_result_projects.py +0 -0
  789. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_short_api_result_reply.py +0 -0
  790. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_status_api_model.py +0 -0
  791. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model/workflow_status_api_result.py +0 -0
  792. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/model_utils.py +0 -0
  793. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/models/__init__.py +0 -0
  794. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client/rest.py +0 -0
  795. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client.egg-info/SOURCES.txt +0 -0
  796. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client.egg-info/dependency_links.txt +0 -0
  797. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/src/testit_api_client.egg-info/requires.txt +0 -0
  798. {testit_api_client-7.5.7 → testit_api_client-7.5.8}/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.7
3
+ Version: 7.5.8
4
4
  Summary: API-client for Test IT
5
5
  Home-page: https://pypi.org/project/testit-api-client/
6
6
  Author: Integration team
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages # noqa: H301
2
2
 
3
3
  NAME = "testit-api-client"
4
4
 
5
- VERSION = "7.5.7"
5
+ VERSION = "7.5.8"
6
6
 
7
7
  PYTHON_REQUIRES = ">=3.7"
8
8
  REQUIRES = [
@@ -10,7 +10,7 @@
10
10
  """
11
11
 
12
12
 
13
- __version__ = "7.5.7"
13
+ __version__ = "7.5.8"
14
14
 
15
15
  # import ApiClient
16
16
  from testit_api_client.api_client import ApiClient
@@ -76,7 +76,7 @@ class ApiClient(object):
76
76
  self.default_headers[header_name] = header_value
77
77
  self.cookie = cookie
78
78
  # Set default User-Agent.
79
- self.user_agent = 'OpenAPI-Generator/7.5.7/python'
79
+ self.user_agent = 'OpenAPI-Generator/7.5.8/python'
80
80
 
81
81
  def __enter__(self):
82
82
  return self
@@ -422,7 +422,7 @@ conf = testit_api_client.Configuration(
422
422
  "OS: {env}\n"\
423
423
  "Python Version: {pyversion}\n"\
424
424
  "Version of the API: v2.0\n"\
425
- "SDK Package Version: 7.5.7".\
425
+ "SDK Package Version: 7.5.8".\
426
426
  format(env=sys.platform, pyversion=sys.version)
427
427
 
428
428
  def get_host_settings(self):
@@ -135,6 +135,7 @@ class WorkItemApiResult(ModelNormal):
135
135
  'description': (str, none_type,), # noqa: E501
136
136
  'modified_date': (datetime, none_type,), # noqa: E501
137
137
  'modified_by_id': (str, none_type,), # noqa: E501
138
+ 'autoTestCases': ([str]),
138
139
  }
139
140
 
140
141
  @cached_property
@@ -176,6 +177,7 @@ class WorkItemApiResult(ModelNormal):
176
177
  'description': 'description', # noqa: E501
177
178
  'modified_date': 'modifiedDate', # noqa: E501
178
179
  'modified_by_id': 'modifiedById', # noqa: E501
180
+ 'autoTestCases': 'autoTestCases', # noqa: E501
179
181
  }
180
182
 
181
183
  read_only_vars = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testit-api-client
3
- Version: 7.5.7
3
+ Version: 7.5.8
4
4
  Summary: API-client for Test IT
5
5
  Home-page: https://pypi.org/project/testit-api-client/
6
6
  Author: Integration team