Skip to content

Commit

Permalink
New updates to generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Nov 28, 2024
1 parent e784d28 commit 967c7a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/github/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "AF2382320C5DD5BEAD56DB025BDBBE6C47DC2337A6C71EC1016BE7A6310FCBFF91800C2EBB4164C2CA3A67AE2F72177A58064CC60C08F6E578B2733DE301ABB4",
"descriptionHash": "894F6D51E4EDEF79DB434C0D6720E5CEA3D3762F1C907C113D32F4EEF0D7A3E6CF78E082A91D68CF2742DE54EDA63C36DF8910CDA4246429A0F6840FE788F4DB",
"descriptionLocation": "../../../../../schemas/api.github.com.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",
Expand Down
4 changes: 2 additions & 2 deletions pkg/github/orgs/item_rulesets_rule_suites_request_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ type ItemRulesetsRuleSuitesRequestBuilderGetQueryParameters struct {
Per_page *int32 `uriparametername:"per_page"`
// The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned.
Ref *string `uriparametername:"ref"`
// The name of the repository to filter on. When specified, only rule evaluations from this repository will be returned.
Repository_name *int32 `uriparametername:"repository_name"`
// The name of the repository to filter on.
Repository_name *string `uriparametername:"repository_name"`
// The rule results to filter on. When specified, only suites with this result will be returned.
Rule_suite_result *ice77a9476603b5b5bdcf7933e87c368075e96312df44ed011cd574d7f2e817b9.GetRule_suite_resultQueryParameterType `uriparametername:"rule_suite_result"`
// The time period to filter by.For example, `day` will filter for rule suites that occurred in the past 24 hours, and `week` will filter for insights that occurred in the past 7 days (168 hours).
Expand Down

0 comments on commit 967c7a7

Please sign in to comment.