From a162b6bc7a554e3cff1829fea58f2d992dbe4c64 Mon Sep 17 00:00:00 2001 From: mshriver Date: Mon, 20 Oct 2025 14:14:14 +0200 Subject: [PATCH] Updates for runId/resultId for artifacts Generated with apispec for 2.8.3 commit --- docs/AdminProjectManagementApi.md | 2 +- docs/AdminUserManagementApi.md | 2 +- docs/ArtifactApi.md | 8 ++-- docs/ResultApi.md | 2 +- docs/WidgetConfigApi.md | 2 +- ibutsu_client/__init__.py | 4 +- .../api/admin_project_management_api.py | 2 +- .../api/admin_user_management_api.py | 2 +- ibutsu_client/api/artifact_api.py | 44 +++++++++++++------ ibutsu_client/api/dashboard_api.py | 2 +- ibutsu_client/api/group_api.py | 2 +- ibutsu_client/api/health_api.py | 2 +- ibutsu_client/api/import_api.py | 2 +- ibutsu_client/api/login_api.py | 2 +- ibutsu_client/api/project_api.py | 2 +- ibutsu_client/api/result_api.py | 2 +- ibutsu_client/api/run_api.py | 2 +- ibutsu_client/api/task_api.py | 2 +- ibutsu_client/api/user_api.py | 2 +- ibutsu_client/api/widget_api.py | 2 +- ibutsu_client/api/widget_config_api.py | 2 +- ibutsu_client/api_client.py | 4 +- ibutsu_client/configuration.py | 6 +-- ibutsu_client/exceptions.py | 2 +- ibutsu_client/models/__init__.py | 2 +- ibutsu_client/models/account_recovery.py | 2 +- ibutsu_client/models/account_registration.py | 2 +- ibutsu_client/models/account_reset.py | 2 +- ibutsu_client/models/artifact.py | 2 +- ibutsu_client/models/artifact_list.py | 2 +- ibutsu_client/models/create_token.py | 2 +- ibutsu_client/models/credentials.py | 2 +- ibutsu_client/models/dashboard.py | 2 +- ibutsu_client/models/dashboard_list.py | 2 +- ibutsu_client/models/group.py | 2 +- ibutsu_client/models/group_list.py | 2 +- ibutsu_client/models/health.py | 2 +- ibutsu_client/models/health_info.py | 2 +- ibutsu_client/models/login_config.py | 2 +- ibutsu_client/models/login_error.py | 2 +- ibutsu_client/models/login_support.py | 2 +- ibutsu_client/models/login_token.py | 2 +- ibutsu_client/models/model_import.py | 2 +- ibutsu_client/models/pagination.py | 2 +- ibutsu_client/models/project.py | 2 +- ibutsu_client/models/project_list.py | 2 +- ibutsu_client/models/result.py | 2 +- ibutsu_client/models/result_list.py | 2 +- ibutsu_client/models/run.py | 2 +- ibutsu_client/models/run_list.py | 2 +- ibutsu_client/models/token.py | 2 +- ibutsu_client/models/token_list.py | 2 +- ibutsu_client/models/update_run.py | 2 +- ibutsu_client/models/user.py | 2 +- ibutsu_client/models/user_list.py | 2 +- ibutsu_client/models/widget_config.py | 2 +- ibutsu_client/models/widget_config_list.py | 2 +- ibutsu_client/models/widget_param.py | 2 +- ibutsu_client/models/widget_type.py | 2 +- ibutsu_client/models/widget_type_list.py | 2 +- ibutsu_client/rest.py | 2 +- test/test_account_recovery.py | 2 +- test/test_account_registration.py | 2 +- test/test_account_reset.py | 2 +- test/test_admin_project_management_api.py | 2 +- test/test_admin_user_management_api.py | 2 +- test/test_artifact.py | 2 +- test/test_artifact_api.py | 2 +- test/test_artifact_list.py | 2 +- test/test_create_token.py | 2 +- test/test_credentials.py | 2 +- test/test_dashboard.py | 2 +- test/test_dashboard_api.py | 2 +- test/test_dashboard_list.py | 2 +- test/test_group.py | 2 +- test/test_group_api.py | 2 +- test/test_group_list.py | 2 +- test/test_health.py | 2 +- test/test_health_api.py | 2 +- test/test_health_info.py | 2 +- test/test_import_api.py | 2 +- test/test_login_api.py | 2 +- test/test_login_config.py | 2 +- test/test_login_error.py | 2 +- test/test_login_support.py | 2 +- test/test_login_token.py | 2 +- test/test_model_import.py | 2 +- test/test_pagination.py | 2 +- test/test_project.py | 2 +- test/test_project_api.py | 2 +- test/test_project_list.py | 2 +- test/test_result.py | 2 +- test/test_result_api.py | 2 +- test/test_result_list.py | 2 +- test/test_run.py | 2 +- test/test_run_api.py | 2 +- test/test_run_list.py | 2 +- test/test_task_api.py | 2 +- test/test_token.py | 2 +- test/test_token_list.py | 2 +- test/test_update_run.py | 2 +- test/test_user.py | 2 +- test/test_user_api.py | 2 +- test/test_user_list.py | 2 +- test/test_widget_api.py | 2 +- test/test_widget_config.py | 2 +- test/test_widget_config_api.py | 2 +- test/test_widget_config_list.py | 2 +- test/test_widget_param.py | 2 +- test/test_widget_type.py | 2 +- test/test_widget_type_list.py | 2 +- 111 files changed, 148 insertions(+), 130 deletions(-) diff --git a/docs/AdminProjectManagementApi.md b/docs/AdminProjectManagementApi.md index 4e8c3a2..0e1dca0 100644 --- a/docs/AdminProjectManagementApi.md +++ b/docs/AdminProjectManagementApi.md @@ -402,7 +402,7 @@ Name | Type | Description | Notes | Status code | Description | Response headers | |-------------|-------------|------------------| **200** | successful operation | - | -**400** | Bad reqest, JSON required or not enough parameters | - | +**400** | Bad request, JSON required or not enough parameters | - | **401** | The user needs to be logged in | - | **403** | The user needs to be a superadmin | - | **404** | Project not found | - | diff --git a/docs/AdminUserManagementApi.md b/docs/AdminUserManagementApi.md index def20cc..3280bc3 100644 --- a/docs/AdminUserManagementApi.md +++ b/docs/AdminUserManagementApi.md @@ -402,7 +402,7 @@ Name | Type | Description | Notes | Status code | Description | Response headers | |-------------|-------------|------------------| **200** | successful operation | - | -**400** | Bad reqest, JSON required or not enough parameters | - | +**400** | Bad request, JSON required or not enough parameters | - | **401** | The user needs to be logged in | - | **403** | The user needs to be a superadmin | - | **404** | User not found | - | diff --git a/docs/ArtifactApi.md b/docs/ArtifactApi.md index 9cc3ff9..7dcf1b0 100644 --- a/docs/ArtifactApi.md +++ b/docs/ArtifactApi.md @@ -358,8 +358,8 @@ with ibutsu_client.ApiClient(configuration) as api_client: api_instance = ibutsu_client.ArtifactApi(api_client) filename = 'filename_example' # str | name of the file file = None # bytearray | file to upload - result_id = 'result_id_example' # str | ID of result to attach artifact to (optional) - run_id = 'run_id_example' # str | ID of run to attach artifact to (optional) + result_id = 'result_id_example' # str | ID of result to attach artifact to (mutually exclusive with runId) (optional) + run_id = 'run_id_example' # str | ID of run to attach artifact to (mutually exclusive with resultId) (optional) additional_metadata = None # object | Additional data to pass to server (optional) try: @@ -380,8 +380,8 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **filename** | **str**| name of the file | **file** | **bytearray**| file to upload | - **result_id** | **str**| ID of result to attach artifact to | [optional] - **run_id** | **str**| ID of run to attach artifact to | [optional] + **result_id** | **str**| ID of result to attach artifact to (mutually exclusive with runId) | [optional] + **run_id** | **str**| ID of run to attach artifact to (mutually exclusive with resultId) | [optional] **additional_metadata** | [**object**](object.md)| Additional data to pass to server | [optional] ### Return type diff --git a/docs/ResultApi.md b/docs/ResultApi.md index ad8e3db..1a09529 100644 --- a/docs/ResultApi.md +++ b/docs/ResultApi.md @@ -356,7 +356,7 @@ Name | Type | Description | Notes | Status code | Description | Response headers | |-------------|-------------|------------------| **200** | successful operation | - | -**400** | Bad reqest, JSON required or not enough parameters | - | +**400** | Bad request, JSON required or not enough parameters | - | **404** | Result not found | - | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) diff --git a/docs/WidgetConfigApi.md b/docs/WidgetConfigApi.md index 6f88246..156f39d 100644 --- a/docs/WidgetConfigApi.md +++ b/docs/WidgetConfigApi.md @@ -396,7 +396,7 @@ Name | Type | Description | Notes | Status code | Description | Response headers | |-------------|-------------|------------------| **200** | successful operation | - | -**400** | Bad reqest, JSON required or not enough parameters | - | +**400** | Bad request, JSON required or not enough parameters | - | **404** | Widget configuration not found | - | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) diff --git a/ibutsu_client/__init__.py b/ibutsu_client/__init__.py index 552fb68..f40b490 100644 --- a/ibutsu_client/__init__.py +++ b/ibutsu_client/__init__.py @@ -5,13 +5,13 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. """ # noqa: E501 -__version__ = "3.1.0" +__version__ = "3.1.1" # Define package exports __all__ = [ diff --git a/ibutsu_client/api/admin_project_management_api.py b/ibutsu_client/api/admin_project_management_api.py index 4a7304e..ecbd624 100644 --- a/ibutsu_client/api/admin_project_management_api.py +++ b/ibutsu_client/api/admin_project_management_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/admin_user_management_api.py b/ibutsu_client/api/admin_user_management_api.py index 9c7e5b8..b23c883 100644 --- a/ibutsu_client/api/admin_user_management_api.py +++ b/ibutsu_client/api/admin_user_management_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/artifact_api.py b/ibutsu_client/api/artifact_api.py index d6003c6..b1cb9d0 100644 --- a/ibutsu_client/api/artifact_api.py +++ b/ibutsu_client/api/artifact_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -977,10 +977,16 @@ def upload_artifact( Field(description="file to upload"), ], result_id: Annotated[ - UUID | None, Field(description="ID of result to attach artifact to") + UUID | None, + Field( + description="ID of result to attach artifact to (mutually exclusive with runId)" + ), ] = None, run_id: Annotated[ - UUID | None, Field(description="ID of run to attach artifact to") + UUID | None, + Field( + description="ID of run to attach artifact to (mutually exclusive with resultId)" + ), ] = None, additional_metadata: Annotated[ dict[str, Any] | None, Field(description="Additional data to pass to server") @@ -1000,9 +1006,9 @@ def upload_artifact( :type filename: str :param file: file to upload (required) :type file: bytearray - :param result_id: ID of result to attach artifact to + :param result_id: ID of result to attach artifact to (mutually exclusive with runId) :type result_id: str - :param run_id: ID of run to attach artifact to + :param run_id: ID of run to attach artifact to (mutually exclusive with resultId) :type run_id: str :param additional_metadata: Additional data to pass to server :type additional_metadata: object @@ -1060,10 +1066,16 @@ def upload_artifact_with_http_info( Field(description="file to upload"), ], result_id: Annotated[ - UUID | None, Field(description="ID of result to attach artifact to") + UUID | None, + Field( + description="ID of result to attach artifact to (mutually exclusive with runId)" + ), ] = None, run_id: Annotated[ - UUID | None, Field(description="ID of run to attach artifact to") + UUID | None, + Field( + description="ID of run to attach artifact to (mutually exclusive with resultId)" + ), ] = None, additional_metadata: Annotated[ dict[str, Any] | None, Field(description="Additional data to pass to server") @@ -1083,9 +1095,9 @@ def upload_artifact_with_http_info( :type filename: str :param file: file to upload (required) :type file: bytearray - :param result_id: ID of result to attach artifact to + :param result_id: ID of result to attach artifact to (mutually exclusive with runId) :type result_id: str - :param run_id: ID of run to attach artifact to + :param run_id: ID of run to attach artifact to (mutually exclusive with resultId) :type run_id: str :param additional_metadata: Additional data to pass to server :type additional_metadata: object @@ -1143,10 +1155,16 @@ def upload_artifact_without_preload_content( Field(description="file to upload"), ], result_id: Annotated[ - UUID | None, Field(description="ID of result to attach artifact to") + UUID | None, + Field( + description="ID of result to attach artifact to (mutually exclusive with runId)" + ), ] = None, run_id: Annotated[ - UUID | None, Field(description="ID of run to attach artifact to") + UUID | None, + Field( + description="ID of run to attach artifact to (mutually exclusive with resultId)" + ), ] = None, additional_metadata: Annotated[ dict[str, Any] | None, Field(description="Additional data to pass to server") @@ -1166,9 +1184,9 @@ def upload_artifact_without_preload_content( :type filename: str :param file: file to upload (required) :type file: bytearray - :param result_id: ID of result to attach artifact to + :param result_id: ID of result to attach artifact to (mutually exclusive with runId) :type result_id: str - :param run_id: ID of run to attach artifact to + :param run_id: ID of run to attach artifact to (mutually exclusive with resultId) :type run_id: str :param additional_metadata: Additional data to pass to server :type additional_metadata: object diff --git a/ibutsu_client/api/dashboard_api.py b/ibutsu_client/api/dashboard_api.py index 48bd233..8988554 100644 --- a/ibutsu_client/api/dashboard_api.py +++ b/ibutsu_client/api/dashboard_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/group_api.py b/ibutsu_client/api/group_api.py index 482ca1d..206c3d8 100644 --- a/ibutsu_client/api/group_api.py +++ b/ibutsu_client/api/group_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/health_api.py b/ibutsu_client/api/health_api.py index b37f169..cdce8d1 100644 --- a/ibutsu_client/api/health_api.py +++ b/ibutsu_client/api/health_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/import_api.py b/ibutsu_client/api/import_api.py index dd9e51a..bd273e2 100644 --- a/ibutsu_client/api/import_api.py +++ b/ibutsu_client/api/import_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/login_api.py b/ibutsu_client/api/login_api.py index 6e9b67c..cbdea42 100644 --- a/ibutsu_client/api/login_api.py +++ b/ibutsu_client/api/login_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/project_api.py b/ibutsu_client/api/project_api.py index a728152..1eed5d8 100644 --- a/ibutsu_client/api/project_api.py +++ b/ibutsu_client/api/project_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/result_api.py b/ibutsu_client/api/result_api.py index ba2de52..474058d 100644 --- a/ibutsu_client/api/result_api.py +++ b/ibutsu_client/api/result_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/run_api.py b/ibutsu_client/api/run_api.py index d91ea3a..c276e80 100644 --- a/ibutsu_client/api/run_api.py +++ b/ibutsu_client/api/run_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/task_api.py b/ibutsu_client/api/task_api.py index b8354a4..8c448ae 100644 --- a/ibutsu_client/api/task_api.py +++ b/ibutsu_client/api/task_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/user_api.py b/ibutsu_client/api/user_api.py index 7a1338e..2f57d3f 100644 --- a/ibutsu_client/api/user_api.py +++ b/ibutsu_client/api/user_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/widget_api.py b/ibutsu_client/api/widget_api.py index 1f1992b..04c702c 100644 --- a/ibutsu_client/api/widget_api.py +++ b/ibutsu_client/api/widget_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api/widget_config_api.py b/ibutsu_client/api/widget_config_api.py index c7d0e56..f10226e 100644 --- a/ibutsu_client/api/widget_config_api.py +++ b/ibutsu_client/api/widget_config_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/api_client.py b/ibutsu_client/api_client.py index add02cf..61391fe 100644 --- a/ibutsu_client/api_client.py +++ b/ibutsu_client/api_client.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -80,7 +80,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = "OpenAPI-Generator/3.1.0/python" + self.user_agent = "OpenAPI-Generator/3.1.1/python" self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/ibutsu_client/configuration.py b/ibutsu_client/configuration.py index 1eff25d..f7465b3 100644 --- a/ibutsu_client/configuration.py +++ b/ibutsu_client/configuration.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -505,8 +505,8 @@ def to_debug_report(self) -> str: "Python SDK Debug Report:\n" f"OS: {sys.platform}\n" f"Python Version: {sys.version}\n" - "Version of the API: 2.8.1\n" - "SDK Package Version: 3.1.0" + "Version of the API: 2.8.3\n" + "SDK Package Version: 3.1.1" ) def get_host_settings(self) -> list[HostSetting]: diff --git a/ibutsu_client/exceptions.py b/ibutsu_client/exceptions.py index 63dc87d..1327178 100644 --- a/ibutsu_client/exceptions.py +++ b/ibutsu_client/exceptions.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/__init__.py b/ibutsu_client/models/__init__.py index a115abb..728d450 100644 --- a/ibutsu_client/models/__init__.py +++ b/ibutsu_client/models/__init__.py @@ -4,7 +4,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/account_recovery.py b/ibutsu_client/models/account_recovery.py index 911a545..d212dad 100644 --- a/ibutsu_client/models/account_recovery.py +++ b/ibutsu_client/models/account_recovery.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/account_registration.py b/ibutsu_client/models/account_registration.py index 498b81b..bda4405 100644 --- a/ibutsu_client/models/account_registration.py +++ b/ibutsu_client/models/account_registration.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/account_reset.py b/ibutsu_client/models/account_reset.py index dafade0..67973b6 100644 --- a/ibutsu_client/models/account_reset.py +++ b/ibutsu_client/models/account_reset.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/artifact.py b/ibutsu_client/models/artifact.py index c192c36..a0fff64 100644 --- a/ibutsu_client/models/artifact.py +++ b/ibutsu_client/models/artifact.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/artifact_list.py b/ibutsu_client/models/artifact_list.py index af227b5..ed2a211 100644 --- a/ibutsu_client/models/artifact_list.py +++ b/ibutsu_client/models/artifact_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/create_token.py b/ibutsu_client/models/create_token.py index 71206b5..99963f9 100644 --- a/ibutsu_client/models/create_token.py +++ b/ibutsu_client/models/create_token.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/credentials.py b/ibutsu_client/models/credentials.py index 4ba5f26..c6b377f 100644 --- a/ibutsu_client/models/credentials.py +++ b/ibutsu_client/models/credentials.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/dashboard.py b/ibutsu_client/models/dashboard.py index ee380d5..2048025 100644 --- a/ibutsu_client/models/dashboard.py +++ b/ibutsu_client/models/dashboard.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/dashboard_list.py b/ibutsu_client/models/dashboard_list.py index 7cedbd5..69af9e0 100644 --- a/ibutsu_client/models/dashboard_list.py +++ b/ibutsu_client/models/dashboard_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/group.py b/ibutsu_client/models/group.py index 717a977..f9508c6 100644 --- a/ibutsu_client/models/group.py +++ b/ibutsu_client/models/group.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/group_list.py b/ibutsu_client/models/group_list.py index 818a75b..cd41947 100644 --- a/ibutsu_client/models/group_list.py +++ b/ibutsu_client/models/group_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/health.py b/ibutsu_client/models/health.py index 6fc7128..eb6ce65 100644 --- a/ibutsu_client/models/health.py +++ b/ibutsu_client/models/health.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/health_info.py b/ibutsu_client/models/health_info.py index 264585b..41a8c04 100644 --- a/ibutsu_client/models/health_info.py +++ b/ibutsu_client/models/health_info.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/login_config.py b/ibutsu_client/models/login_config.py index 84cfbbf..1d7f0a2 100644 --- a/ibutsu_client/models/login_config.py +++ b/ibutsu_client/models/login_config.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/login_error.py b/ibutsu_client/models/login_error.py index 788e622..09ad52e 100644 --- a/ibutsu_client/models/login_error.py +++ b/ibutsu_client/models/login_error.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/login_support.py b/ibutsu_client/models/login_support.py index f4ed1d7..5b8e839 100644 --- a/ibutsu_client/models/login_support.py +++ b/ibutsu_client/models/login_support.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/login_token.py b/ibutsu_client/models/login_token.py index 679c9fe..2409aa9 100644 --- a/ibutsu_client/models/login_token.py +++ b/ibutsu_client/models/login_token.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/model_import.py b/ibutsu_client/models/model_import.py index da67e4a..ccca1b8 100644 --- a/ibutsu_client/models/model_import.py +++ b/ibutsu_client/models/model_import.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/pagination.py b/ibutsu_client/models/pagination.py index 9bd5266..9f74399 100644 --- a/ibutsu_client/models/pagination.py +++ b/ibutsu_client/models/pagination.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/project.py b/ibutsu_client/models/project.py index d429b50..65f7f56 100644 --- a/ibutsu_client/models/project.py +++ b/ibutsu_client/models/project.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/project_list.py b/ibutsu_client/models/project_list.py index 926ec18..c42aeed 100644 --- a/ibutsu_client/models/project_list.py +++ b/ibutsu_client/models/project_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/result.py b/ibutsu_client/models/result.py index c0f56dc..aa3c9a5 100644 --- a/ibutsu_client/models/result.py +++ b/ibutsu_client/models/result.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/result_list.py b/ibutsu_client/models/result_list.py index f8d4c16..e8b4762 100644 --- a/ibutsu_client/models/result_list.py +++ b/ibutsu_client/models/result_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/run.py b/ibutsu_client/models/run.py index d4722c0..7e16415 100644 --- a/ibutsu_client/models/run.py +++ b/ibutsu_client/models/run.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/run_list.py b/ibutsu_client/models/run_list.py index c616c34..8deccf3 100644 --- a/ibutsu_client/models/run_list.py +++ b/ibutsu_client/models/run_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/token.py b/ibutsu_client/models/token.py index 6261ff0..345ec76 100644 --- a/ibutsu_client/models/token.py +++ b/ibutsu_client/models/token.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/token_list.py b/ibutsu_client/models/token_list.py index 6389039..f3a4ad6 100644 --- a/ibutsu_client/models/token_list.py +++ b/ibutsu_client/models/token_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/update_run.py b/ibutsu_client/models/update_run.py index b9a8595..a9f3fdc 100644 --- a/ibutsu_client/models/update_run.py +++ b/ibutsu_client/models/update_run.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/user.py b/ibutsu_client/models/user.py index 248de27..72e026a 100644 --- a/ibutsu_client/models/user.py +++ b/ibutsu_client/models/user.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/user_list.py b/ibutsu_client/models/user_list.py index 94b47a6..bd88b51 100644 --- a/ibutsu_client/models/user_list.py +++ b/ibutsu_client/models/user_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/widget_config.py b/ibutsu_client/models/widget_config.py index 31fd1c9..b93ae34 100644 --- a/ibutsu_client/models/widget_config.py +++ b/ibutsu_client/models/widget_config.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/widget_config_list.py b/ibutsu_client/models/widget_config_list.py index cdf7a34..573a2c6 100644 --- a/ibutsu_client/models/widget_config_list.py +++ b/ibutsu_client/models/widget_config_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/widget_param.py b/ibutsu_client/models/widget_param.py index 9711555..630d591 100644 --- a/ibutsu_client/models/widget_param.py +++ b/ibutsu_client/models/widget_param.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/widget_type.py b/ibutsu_client/models/widget_type.py index d6a00bd..e6c97d9 100644 --- a/ibutsu_client/models/widget_type.py +++ b/ibutsu_client/models/widget_type.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/models/widget_type_list.py b/ibutsu_client/models/widget_type_list.py index f093699..b0335e0 100644 --- a/ibutsu_client/models/widget_type_list.py +++ b/ibutsu_client/models/widget_type_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/ibutsu_client/rest.py b/ibutsu_client/rest.py index 8bb5320..70ab576 100644 --- a/ibutsu_client/rest.py +++ b/ibutsu_client/rest.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_account_recovery.py b/test/test_account_recovery.py index ce14eb4..4e846f9 100644 --- a/test/test_account_recovery.py +++ b/test/test_account_recovery.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_account_registration.py b/test/test_account_registration.py index 26ac25c..187dcba 100644 --- a/test/test_account_registration.py +++ b/test/test_account_registration.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_account_reset.py b/test/test_account_reset.py index e4b5d3f..4487e70 100644 --- a/test/test_account_reset.py +++ b/test/test_account_reset.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_admin_project_management_api.py b/test/test_admin_project_management_api.py index cfa3872..b0d3689 100644 --- a/test/test_admin_project_management_api.py +++ b/test/test_admin_project_management_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_admin_user_management_api.py b/test/test_admin_user_management_api.py index cea6be4..6424685 100644 --- a/test/test_admin_user_management_api.py +++ b/test/test_admin_user_management_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_artifact.py b/test/test_artifact.py index 8949163..520a394 100644 --- a/test/test_artifact.py +++ b/test/test_artifact.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_artifact_api.py b/test/test_artifact_api.py index 8a2aae4..7c032f1 100644 --- a/test/test_artifact_api.py +++ b/test/test_artifact_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_artifact_list.py b/test/test_artifact_list.py index 2ec947f..a313fd0 100644 --- a/test/test_artifact_list.py +++ b/test/test_artifact_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_create_token.py b/test/test_create_token.py index eb7e801..870b075 100644 --- a/test/test_create_token.py +++ b/test/test_create_token.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_credentials.py b/test/test_credentials.py index 4b01c0a..119ddf1 100644 --- a/test/test_credentials.py +++ b/test/test_credentials.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_dashboard.py b/test/test_dashboard.py index 13ca9e2..cb9c9ac 100644 --- a/test/test_dashboard.py +++ b/test/test_dashboard.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_dashboard_api.py b/test/test_dashboard_api.py index 9ad3a4d..0018085 100644 --- a/test/test_dashboard_api.py +++ b/test/test_dashboard_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_dashboard_list.py b/test/test_dashboard_list.py index 47baf0d..8220077 100644 --- a/test/test_dashboard_list.py +++ b/test/test_dashboard_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_group.py b/test/test_group.py index 1e5daa6..ba30792 100644 --- a/test/test_group.py +++ b/test/test_group.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_group_api.py b/test/test_group_api.py index 473bee7..638f8a7 100644 --- a/test/test_group_api.py +++ b/test/test_group_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_group_list.py b/test/test_group_list.py index d385762..3fb19cf 100644 --- a/test/test_group_list.py +++ b/test/test_group_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_health.py b/test/test_health.py index 02333cb..4563a25 100644 --- a/test/test_health.py +++ b/test/test_health.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_health_api.py b/test/test_health_api.py index fbd9498..bcddf3b 100644 --- a/test/test_health_api.py +++ b/test/test_health_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_health_info.py b/test/test_health_info.py index ccadef2..542ff66 100644 --- a/test/test_health_info.py +++ b/test/test_health_info.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_import_api.py b/test/test_import_api.py index 36a96eb..4bd70fd 100644 --- a/test/test_import_api.py +++ b/test/test_import_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_login_api.py b/test/test_login_api.py index 47dc728..f68ef31 100644 --- a/test/test_login_api.py +++ b/test/test_login_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_login_config.py b/test/test_login_config.py index 76b76b1..b8923bc 100644 --- a/test/test_login_config.py +++ b/test/test_login_config.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_login_error.py b/test/test_login_error.py index c932b81..4f7632c 100644 --- a/test/test_login_error.py +++ b/test/test_login_error.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_login_support.py b/test/test_login_support.py index 3ef2664..57fd2fa 100644 --- a/test/test_login_support.py +++ b/test/test_login_support.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_login_token.py b/test/test_login_token.py index 08a9760..8946232 100644 --- a/test/test_login_token.py +++ b/test/test_login_token.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_model_import.py b/test/test_model_import.py index 3f91891..5faf76a 100644 --- a/test/test_model_import.py +++ b/test/test_model_import.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_pagination.py b/test/test_pagination.py index eff2ce1..74f4541 100644 --- a/test/test_pagination.py +++ b/test/test_pagination.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_project.py b/test/test_project.py index 2661ee1..c24cc42 100644 --- a/test/test_project.py +++ b/test/test_project.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_project_api.py b/test/test_project_api.py index 02257ac..bf0fd41 100644 --- a/test/test_project_api.py +++ b/test/test_project_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_project_list.py b/test/test_project_list.py index b0572e5..6b4b657 100644 --- a/test/test_project_list.py +++ b/test/test_project_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_result.py b/test/test_result.py index 7ad3792..610dded 100644 --- a/test/test_result.py +++ b/test/test_result.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_result_api.py b/test/test_result_api.py index e0055e2..297bc87 100644 --- a/test/test_result_api.py +++ b/test/test_result_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_result_list.py b/test/test_result_list.py index 80d1590..3082af3 100644 --- a/test/test_result_list.py +++ b/test/test_result_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_run.py b/test/test_run.py index d94ddaa..a3d9c51 100644 --- a/test/test_run.py +++ b/test/test_run.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_run_api.py b/test/test_run_api.py index 436d0f1..b5eeb0e 100644 --- a/test/test_run_api.py +++ b/test/test_run_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_run_list.py b/test/test_run_list.py index 9457467..6bd2c1f 100644 --- a/test/test_run_list.py +++ b/test/test_run_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_task_api.py b/test/test_task_api.py index 2861ec1..31d589f 100644 --- a/test/test_task_api.py +++ b/test/test_task_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_token.py b/test/test_token.py index 7acbbc9..77ea8a0 100644 --- a/test/test_token.py +++ b/test/test_token.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_token_list.py b/test/test_token_list.py index 82197c6..b2906d9 100644 --- a/test/test_token_list.py +++ b/test/test_token_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_update_run.py b/test/test_update_run.py index 61bb9f3..10e7d49 100644 --- a/test/test_update_run.py +++ b/test/test_update_run.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_user.py b/test/test_user.py index 6b8994e..2e2d1f9 100644 --- a/test/test_user.py +++ b/test/test_user.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_user_api.py b/test/test_user_api.py index d29f7fa..d43a303 100644 --- a/test/test_user_api.py +++ b/test/test_user_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_user_list.py b/test/test_user_list.py index a413922..724e52e 100644 --- a/test/test_user_list.py +++ b/test/test_user_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_widget_api.py b/test/test_widget_api.py index ce8cea4..345f8cb 100644 --- a/test/test_widget_api.py +++ b/test/test_widget_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_widget_config.py b/test/test_widget_config.py index 4ee8f6b..4b25019 100644 --- a/test/test_widget_config.py +++ b/test/test_widget_config.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_widget_config_api.py b/test/test_widget_config_api.py index 86e8b4f..486e106 100644 --- a/test/test_widget_config_api.py +++ b/test/test_widget_config_api.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_widget_config_list.py b/test/test_widget_config_list.py index d6c21bb..76b489b 100644 --- a/test/test_widget_config_list.py +++ b/test/test_widget_config_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_widget_param.py b/test/test_widget_param.py index 76f607e..82f6c6e 100644 --- a/test/test_widget_param.py +++ b/test/test_widget_param.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_widget_type.py b/test/test_widget_type.py index 5f2f967..fc1fd57 100644 --- a/test/test_widget_type.py +++ b/test/test_widget_type.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/test/test_widget_type_list.py b/test/test_widget_type_list.py index f6ad3b2..75c1670 100644 --- a/test/test_widget_type_list.py +++ b/test/test_widget_type_list.py @@ -3,7 +3,7 @@ A system to store and query test results -The version of the OpenAPI document: 2.8.1 +The version of the OpenAPI document: 2.8.3 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually.