Skip to content

Commit 74a44eb

Browse files
authored
👽 re-generate openapi models
1 parent 204aa7b commit 74a44eb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

githubkit/versions/ghec_v2022_11_28/rest/dependabot.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def list_alerts_for_enterprise(
7979
ecosystem: Missing[str] = UNSET,
8080
package: Missing[str] = UNSET,
8181
scope: Missing[Literal["development", "runtime"]] = UNSET,
82-
sort: Missing[Literal["created", "updated"]] = UNSET,
82+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
8383
direction: Missing[Literal["asc", "desc"]] = UNSET,
8484
before: Missing[str] = UNSET,
8585
after: Missing[str] = UNSET,
@@ -139,7 +139,7 @@ async def async_list_alerts_for_enterprise(
139139
ecosystem: Missing[str] = UNSET,
140140
package: Missing[str] = UNSET,
141141
scope: Missing[Literal["development", "runtime"]] = UNSET,
142-
sort: Missing[Literal["created", "updated"]] = UNSET,
142+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
143143
direction: Missing[Literal["asc", "desc"]] = UNSET,
144144
before: Missing[str] = UNSET,
145145
after: Missing[str] = UNSET,
@@ -199,7 +199,7 @@ def list_alerts_for_org(
199199
ecosystem: Missing[str] = UNSET,
200200
package: Missing[str] = UNSET,
201201
scope: Missing[Literal["development", "runtime"]] = UNSET,
202-
sort: Missing[Literal["created", "updated"]] = UNSET,
202+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
203203
direction: Missing[Literal["asc", "desc"]] = UNSET,
204204
before: Missing[str] = UNSET,
205205
after: Missing[str] = UNSET,
@@ -260,7 +260,7 @@ async def async_list_alerts_for_org(
260260
ecosystem: Missing[str] = UNSET,
261261
package: Missing[str] = UNSET,
262262
scope: Missing[Literal["development", "runtime"]] = UNSET,
263-
sort: Missing[Literal["created", "updated"]] = UNSET,
263+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
264264
direction: Missing[Literal["asc", "desc"]] = UNSET,
265265
before: Missing[str] = UNSET,
266266
after: Missing[str] = UNSET,
@@ -905,7 +905,7 @@ def list_alerts_for_repo(
905905
package: Missing[str] = UNSET,
906906
manifest: Missing[str] = UNSET,
907907
scope: Missing[Literal["development", "runtime"]] = UNSET,
908-
sort: Missing[Literal["created", "updated"]] = UNSET,
908+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
909909
direction: Missing[Literal["asc", "desc"]] = UNSET,
910910
page: Missing[int] = UNSET,
911911
per_page: Missing[int] = UNSET,
@@ -965,7 +965,7 @@ async def async_list_alerts_for_repo(
965965
package: Missing[str] = UNSET,
966966
manifest: Missing[str] = UNSET,
967967
scope: Missing[Literal["development", "runtime"]] = UNSET,
968-
sort: Missing[Literal["created", "updated"]] = UNSET,
968+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
969969
direction: Missing[Literal["asc", "desc"]] = UNSET,
970970
page: Missing[int] = UNSET,
971971
per_page: Missing[int] = UNSET,

githubkit/versions/v2022_11_28/rest/dependabot.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def list_alerts_for_enterprise(
7979
ecosystem: Missing[str] = UNSET,
8080
package: Missing[str] = UNSET,
8181
scope: Missing[Literal["development", "runtime"]] = UNSET,
82-
sort: Missing[Literal["created", "updated"]] = UNSET,
82+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
8383
direction: Missing[Literal["asc", "desc"]] = UNSET,
8484
before: Missing[str] = UNSET,
8585
after: Missing[str] = UNSET,
@@ -139,7 +139,7 @@ async def async_list_alerts_for_enterprise(
139139
ecosystem: Missing[str] = UNSET,
140140
package: Missing[str] = UNSET,
141141
scope: Missing[Literal["development", "runtime"]] = UNSET,
142-
sort: Missing[Literal["created", "updated"]] = UNSET,
142+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
143143
direction: Missing[Literal["asc", "desc"]] = UNSET,
144144
before: Missing[str] = UNSET,
145145
after: Missing[str] = UNSET,
@@ -199,7 +199,7 @@ def list_alerts_for_org(
199199
ecosystem: Missing[str] = UNSET,
200200
package: Missing[str] = UNSET,
201201
scope: Missing[Literal["development", "runtime"]] = UNSET,
202-
sort: Missing[Literal["created", "updated"]] = UNSET,
202+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
203203
direction: Missing[Literal["asc", "desc"]] = UNSET,
204204
before: Missing[str] = UNSET,
205205
after: Missing[str] = UNSET,
@@ -260,7 +260,7 @@ async def async_list_alerts_for_org(
260260
ecosystem: Missing[str] = UNSET,
261261
package: Missing[str] = UNSET,
262262
scope: Missing[Literal["development", "runtime"]] = UNSET,
263-
sort: Missing[Literal["created", "updated"]] = UNSET,
263+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
264264
direction: Missing[Literal["asc", "desc"]] = UNSET,
265265
before: Missing[str] = UNSET,
266266
after: Missing[str] = UNSET,
@@ -905,7 +905,7 @@ def list_alerts_for_repo(
905905
package: Missing[str] = UNSET,
906906
manifest: Missing[str] = UNSET,
907907
scope: Missing[Literal["development", "runtime"]] = UNSET,
908-
sort: Missing[Literal["created", "updated"]] = UNSET,
908+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
909909
direction: Missing[Literal["asc", "desc"]] = UNSET,
910910
page: Missing[int] = UNSET,
911911
per_page: Missing[int] = UNSET,
@@ -965,7 +965,7 @@ async def async_list_alerts_for_repo(
965965
package: Missing[str] = UNSET,
966966
manifest: Missing[str] = UNSET,
967967
scope: Missing[Literal["development", "runtime"]] = UNSET,
968-
sort: Missing[Literal["created", "updated"]] = UNSET,
968+
sort: Missing[Literal["created", "updated", "epss_percentage"]] = UNSET,
969969
direction: Missing[Literal["asc", "desc"]] = UNSET,
970970
page: Missing[int] = UNSET,
971971
per_page: Missing[int] = UNSET,

0 commit comments

Comments
 (0)