Skip to content

Commit e070f2d

Browse files
committed
chore: regenerate API client from updated specification
- Re-generated the API client based on the latest OpenAPI specification. - Ensured compatibility with recent API changes.
1 parent 227c7f7 commit e070f2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3997
-100
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"Tests\\": "test/"
3939
}
4040
},
41-
"version": "1.0.0",
41+
"version": "1.0.1",
4242
"scripts": {
4343
"test": "phpunit"
4444
},

docs/Model/DefectQuery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**defectId** | **int** | |
78
**id** | **int** | | [optional]
89
**title** | **string** | | [optional]
910
**actualResult** | **string** | | [optional]

docs/Model/PlanQuery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**planId** | **int** | |
78
**id** | **int** | | [optional]
89
**title** | **string** | | [optional]
910
**description** | **string** | | [optional]

docs/Model/QqlDefect.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**defectId** | **int** | |
78
**id** | **int** | | [optional]
89
**title** | **string** | | [optional]
910
**actualResult** | **string** | | [optional]

docs/Model/QqlPlan.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**planId** | **int** | |
78
**id** | **int** | | [optional]
89
**title** | **string** | | [optional]
910
**description** | **string** | | [optional]

docs/Model/QqlTestCase.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**testCaseId** | **int** | |
78
**id** | **int** | | [optional]
89
**position** | **int** | | [optional]
910
**title** | **string** | | [optional]

docs/Model/Requirement.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**id** | **int** | | [optional]
8+
**requirementId** | **int** | | [optional]
89
**parentId** | **int** | | [optional]
910
**memberId** | **int** | | [optional]
1011
**title** | **string** | | [optional]

docs/Model/RequirementQuery.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# # RequirementQuery
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**requirementId** | **int** | |
8+
**id** | **int** | | [optional]
9+
**parentId** | **int** | | [optional]
10+
**memberId** | **int** | | [optional]
11+
**title** | **string** | | [optional]
12+
**description** | **string** | | [optional]
13+
**status** | **string** | | [optional]
14+
**type** | **string** | | [optional]
15+
**createdAt** | **\DateTime** | | [optional]
16+
**updatedAt** | **\DateTime** | | [optional]
17+
18+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/Result.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**hash** | **string** | | [optional]
8+
**resultHash** | **string** | | [optional]
89
**comment** | **string** | | [optional]
910
**stacktrace** | **string** | | [optional]
1011
**runId** | **int** | | [optional]

docs/Model/ResultQuery.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# # ResultQuery
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**resultHash** | **string** | |
8+
**hash** | **string** | | [optional]
9+
**comment** | **string** | | [optional]
10+
**stacktrace** | **string** | | [optional]
11+
**runId** | **int** | | [optional]
12+
**caseId** | **int** | | [optional]
13+
**steps** | [**\Qase\APIClientV1\Model\TestStepResult[]**](TestStepResult.md) | | [optional]
14+
**status** | **string** | | [optional]
15+
**isApiResult** | **bool** | | [optional]
16+
**timeSpentMs** | **int** | | [optional]
17+
**endTime** | **\DateTime** | | [optional]
18+
**attachments** | [**\Qase\APIClientV1\Model\Attachment[]**](Attachment.md) | | [optional]
19+
20+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

0 commit comments

Comments
 (0)