Skip to content

Commit

Permalink
Horreum client updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Create or Update Pull Request Action committed May 29, 2024
1 parent d261eff commit 49f288e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pkg/raw_client/api/test_request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ type TestRequestBuilder struct {
// TestRequestBuilderGetQueryParameters retrieve a paginated list of Tests with available count
type TestRequestBuilderGetQueryParameters struct {
// Sort direction
// Deprecated: This property is deprecated, use DirectionAsSortDirection instead
Direction *string `uriparametername:"direction"`
// Sort direction
DirectionAsSortDirection *i24479a9d05b05b7c1efaeda9ae24aee51c8acc6f59ee3190ae7f0941a410c8a1.SortDirection `uriparametername:"direction"`
// limit the number of results
Limit *int32 `uriparametername:"limit"`
// filter by page number of a paginated list of Tests
Expand Down
6 changes: 4 additions & 2 deletions pkg/raw_client/api/test_summary_request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ type TestSummaryRequestBuilderGetQueryParameters struct {
Folder *string `uriparametername:"folder"`
// limit the result count
Limit *int32 `uriparametername:"limit"`
// filter by page number of a paginated list of
// Filter by test name
Name *string `uriparametername:"name"`
// filter by page number of a paginated list of, set to 0 means return all results
Page *int32 `uriparametername:"page"`
// "__my", "__all" or a comma delimited list of roles
Roles *string `uriparametername:"roles"`
Expand All @@ -35,7 +37,7 @@ type TestSummaryRequestBuilderGetRequestConfiguration struct {
// NewTestSummaryRequestBuilderInternal instantiates a new TestSummaryRequestBuilder and sets the default values.
func NewTestSummaryRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter)(*TestSummaryRequestBuilder) {
m := &TestSummaryRequestBuilder{
BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/api/test/summary{?direction*,folder*,limit*,page*,roles*}", pathParameters),
BaseRequestBuilder: *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewBaseRequestBuilder(requestAdapter, "{+baseurl}/api/test/summary{?direction*,folder*,limit*,name*,page*,roles*}", pathParameters),
}
return m
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/raw_client/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "C2A4258B07C662D6EBE2A04A0E2788D439B54622C55776B64BB5F06CF1476B24CA20AFCFF1C0B63ECEDF1EB9A43C113F7F741C08431FC8FC4A9442002D6ACA62",
"descriptionHash": "7D6BA618B6BE26BE27B50440BBDE0761E8E6FDE38542ACC6E47C3E3A7B1FE0AF942F5B28DD6547523EE2A0C228613FE5E8358E58BFDA4D8A4136D9117C8A0788",
"descriptionLocation": "../../openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.14.0",
Expand Down

0 comments on commit 49f288e

Please sign in to comment.