Skip to content

Commit

Permalink
👽 re-generate openapi models
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Jan 17, 2025
1 parent 204aa7b commit 74a44eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions githubkit/versions/ghec_v2022_11_28/rest/dependabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def list_alerts_for_enterprise(
ecosystem: Missing[str] = UNSET,
package: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
before: Missing[str] = UNSET,
after: Missing[str] = UNSET,
Expand Down Expand Up @@ -139,7 +139,7 @@ async def async_list_alerts_for_enterprise(
ecosystem: Missing[str] = UNSET,
package: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
before: Missing[str] = UNSET,
after: Missing[str] = UNSET,
Expand Down Expand Up @@ -199,7 +199,7 @@ def list_alerts_for_org(
ecosystem: Missing[str] = UNSET,
package: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
before: Missing[str] = UNSET,
after: Missing[str] = UNSET,
Expand Down Expand Up @@ -260,7 +260,7 @@ async def async_list_alerts_for_org(
ecosystem: Missing[str] = UNSET,
package: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
before: Missing[str] = UNSET,
after: Missing[str] = UNSET,
Expand Down Expand Up @@ -905,7 +905,7 @@ def list_alerts_for_repo(
package: Missing[str] = UNSET,
manifest: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
page: Missing[int] = UNSET,
per_page: Missing[int] = UNSET,
Expand Down Expand Up @@ -965,7 +965,7 @@ async def async_list_alerts_for_repo(
package: Missing[str] = UNSET,
manifest: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
page: Missing[int] = UNSET,
per_page: Missing[int] = UNSET,
Expand Down
12 changes: 6 additions & 6 deletions githubkit/versions/v2022_11_28/rest/dependabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def list_alerts_for_enterprise(
ecosystem: Missing[str] = UNSET,
package: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
before: Missing[str] = UNSET,
after: Missing[str] = UNSET,
Expand Down Expand Up @@ -139,7 +139,7 @@ async def async_list_alerts_for_enterprise(
ecosystem: Missing[str] = UNSET,
package: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
before: Missing[str] = UNSET,
after: Missing[str] = UNSET,
Expand Down Expand Up @@ -199,7 +199,7 @@ def list_alerts_for_org(
ecosystem: Missing[str] = UNSET,
package: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
before: Missing[str] = UNSET,
after: Missing[str] = UNSET,
Expand Down Expand Up @@ -260,7 +260,7 @@ async def async_list_alerts_for_org(
ecosystem: Missing[str] = UNSET,
package: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
before: Missing[str] = UNSET,
after: Missing[str] = UNSET,
Expand Down Expand Up @@ -905,7 +905,7 @@ def list_alerts_for_repo(
package: Missing[str] = UNSET,
manifest: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
page: Missing[int] = UNSET,
per_page: Missing[int] = UNSET,
Expand Down Expand Up @@ -965,7 +965,7 @@ async def async_list_alerts_for_repo(
package: Missing[str] = UNSET,
manifest: Missing[str] = UNSET,
scope: Missing[Literal["development", "runtime"]] = UNSET,
sort: Missing[Literal["created", "updated"]] = UNSET,
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
direction: Missing[Literal["asc", "desc"]] = UNSET,
page: Missing[int] = UNSET,
per_page: Missing[int] = UNSET,
Expand Down

0 comments on commit 74a44eb

Please sign in to comment.