Skip to content

Commit

Permalink
chore: regenerate API client from updated specification
Browse files Browse the repository at this point in the history
- Re-generated the API client based on the latest OpenAPI specification.
- Ensured compatibility with recent API changes.
  • Loading branch information
gibiw committed Feb 10, 2025
1 parent c3337b3 commit a068e52
Show file tree
Hide file tree
Showing 13 changed files with 83 additions and 923 deletions.
4 changes: 0 additions & 4 deletions qase-api-v2-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ All URIs are relative to *https://api.qase.io/v2*

## Documentation For Models

- [BaseErrorFieldResponse](docs/BaseErrorFieldResponse.md)
- [BaseErrorFieldResponseErrorFieldsInner](docs/BaseErrorFieldResponseErrorFieldsInner.md)
- [BaseErrorResponse](docs/BaseErrorResponse.md)
- [CreateResultV2422Response](docs/CreateResultV2422Response.md)
- [CreateResultsRequestV2](docs/CreateResultsRequestV2.md)
- [RelationSuite](docs/RelationSuite.md)
- [RelationSuiteItem](docs/RelationSuiteItem.md)
Expand Down
56 changes: 0 additions & 56 deletions qase-api-v2-client/docs/BaseErrorFieldResponse.md

This file was deleted.

82 changes: 0 additions & 82 deletions qase-api-v2-client/docs/BaseErrorFieldResponseErrorFieldsInner.md

This file was deleted.

56 changes: 0 additions & 56 deletions qase-api-v2-client/docs/BaseErrorResponse.md

This file was deleted.

82 changes: 0 additions & 82 deletions qase-api-v2-client/docs/CreateResultV2422Response.md

This file was deleted.

28 changes: 27 additions & 1 deletion qase-api-v2-client/docs/ResultCreateFields.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Author** | Pointer to **string** | | [optional]
**Author** | Pointer to **string** | Author of the related test case (member id, name or email). If set and test case auto-creation is enabled, the author will be used to create the test case | [optional]
**Description** | Pointer to **string** | | [optional]
**Preconditions** | Pointer to **string** | | [optional]
**Postconditions** | Pointer to **string** | | [optional]
Expand All @@ -15,6 +15,7 @@ Name | Type | Description | Notes
**Type** | Pointer to **string** | | [optional]
**Muted** | Pointer to **string** | | [optional]
**IsFlaky** | Pointer to **string** | | [optional]
**ExecutedBy** | Pointer to **string** | User who executed the test (member id, name or email) | [optional]

## Methods

Expand Down Expand Up @@ -310,6 +311,31 @@ SetIsFlaky sets IsFlaky field to given value.

HasIsFlaky returns a boolean if a field has been set.

### GetExecutedBy

`func (o *ResultCreateFields) GetExecutedBy() string`

GetExecutedBy returns the ExecutedBy field if non-nil, zero value otherwise.

### GetExecutedByOk

`func (o *ResultCreateFields) GetExecutedByOk() (*string, bool)`

GetExecutedByOk returns a tuple with the ExecutedBy field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetExecutedBy

`func (o *ResultCreateFields) SetExecutedBy(v string)`

SetExecutedBy sets ExecutedBy field to given value.

### HasExecutedBy

`func (o *ResultCreateFields) HasExecutedBy() bool`

HasExecutedBy returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
12 changes: 6 additions & 6 deletions qase-api-v2-client/docs/ResultsAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ All URIs are relative to *https://api.qase.io/v2*

Method | HTTP request | Description
------------- | ------------- | -------------
[**CreateResultV2**](ResultsAPI.md#CreateResultV2) | **Post** /{project_code}/run/{run_id}/result | (Beta) Create test run result
[**CreateResultsV2**](ResultsAPI.md#CreateResultsV2) | **Post** /{project_code}/run/{run_id}/results | (Beta) Bulk create test run result
[**CreateResultV2**](ResultsAPI.md#CreateResultV2) | **Post** /{project_code}/run/{run_id}/result | Create test run result
[**CreateResultsV2**](ResultsAPI.md#CreateResultsV2) | **Post** /{project_code}/run/{run_id}/results | Bulk create test run result



## CreateResultV2

> CreateResultV2(ctx, projectCode, runId).ResultCreate(resultCreate).Execute()
(Beta) Create test run result
Create test run result



Expand Down Expand Up @@ -75,7 +75,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: Not defined

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to Model list]](../README.md#documentation-for-models)
Expand All @@ -86,7 +86,7 @@ Name | Type | Description | Notes

> CreateResultsV2(ctx, projectCode, runId).CreateResultsRequestV2(createResultsRequestV2).Execute()
(Beta) Bulk create test run result
Bulk create test run result



Expand Down Expand Up @@ -148,7 +148,7 @@ Name | Type | Description | Notes
### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json
- **Accept**: Not defined

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to Model list]](../README.md#documentation-for-models)
Expand Down
Loading

0 comments on commit a068e52

Please sign in to comment.