@@ -79,7 +79,7 @@ def list_alerts_for_enterprise(
79
79
ecosystem : Missing [str ] = UNSET ,
80
80
package : Missing [str ] = UNSET ,
81
81
scope : Missing [Literal ["development" , "runtime" ]] = UNSET ,
82
- sort : Missing [Literal ["created" , "updated" ]] = UNSET ,
82
+ sort : Missing [Literal ["created" , "updated" , "epss_percentage" ]] = UNSET ,
83
83
direction : Missing [Literal ["asc" , "desc" ]] = UNSET ,
84
84
before : Missing [str ] = UNSET ,
85
85
after : Missing [str ] = UNSET ,
@@ -139,7 +139,7 @@ async def async_list_alerts_for_enterprise(
139
139
ecosystem : Missing [str ] = UNSET ,
140
140
package : Missing [str ] = UNSET ,
141
141
scope : Missing [Literal ["development" , "runtime" ]] = UNSET ,
142
- sort : Missing [Literal ["created" , "updated" ]] = UNSET ,
142
+ sort : Missing [Literal ["created" , "updated" , "epss_percentage" ]] = UNSET ,
143
143
direction : Missing [Literal ["asc" , "desc" ]] = UNSET ,
144
144
before : Missing [str ] = UNSET ,
145
145
after : Missing [str ] = UNSET ,
@@ -199,7 +199,7 @@ def list_alerts_for_org(
199
199
ecosystem : Missing [str ] = UNSET ,
200
200
package : Missing [str ] = UNSET ,
201
201
scope : Missing [Literal ["development" , "runtime" ]] = UNSET ,
202
- sort : Missing [Literal ["created" , "updated" ]] = UNSET ,
202
+ sort : Missing [Literal ["created" , "updated" , "epss_percentage" ]] = UNSET ,
203
203
direction : Missing [Literal ["asc" , "desc" ]] = UNSET ,
204
204
before : Missing [str ] = UNSET ,
205
205
after : Missing [str ] = UNSET ,
@@ -260,7 +260,7 @@ async def async_list_alerts_for_org(
260
260
ecosystem : Missing [str ] = UNSET ,
261
261
package : Missing [str ] = UNSET ,
262
262
scope : Missing [Literal ["development" , "runtime" ]] = UNSET ,
263
- sort : Missing [Literal ["created" , "updated" ]] = UNSET ,
263
+ sort : Missing [Literal ["created" , "updated" , "epss_percentage" ]] = UNSET ,
264
264
direction : Missing [Literal ["asc" , "desc" ]] = UNSET ,
265
265
before : Missing [str ] = UNSET ,
266
266
after : Missing [str ] = UNSET ,
@@ -905,7 +905,7 @@ def list_alerts_for_repo(
905
905
package : Missing [str ] = UNSET ,
906
906
manifest : Missing [str ] = UNSET ,
907
907
scope : Missing [Literal ["development" , "runtime" ]] = UNSET ,
908
- sort : Missing [Literal ["created" , "updated" ]] = UNSET ,
908
+ sort : Missing [Literal ["created" , "updated" , "epss_percentage" ]] = UNSET ,
909
909
direction : Missing [Literal ["asc" , "desc" ]] = UNSET ,
910
910
page : Missing [int ] = UNSET ,
911
911
per_page : Missing [int ] = UNSET ,
@@ -965,7 +965,7 @@ async def async_list_alerts_for_repo(
965
965
package : Missing [str ] = UNSET ,
966
966
manifest : Missing [str ] = UNSET ,
967
967
scope : Missing [Literal ["development" , "runtime" ]] = UNSET ,
968
- sort : Missing [Literal ["created" , "updated" ]] = UNSET ,
968
+ sort : Missing [Literal ["created" , "updated" , "epss_percentage" ]] = UNSET ,
969
969
direction : Missing [Literal ["asc" , "desc" ]] = UNSET ,
970
970
page : Missing [int ] = UNSET ,
971
971
per_page : Missing [int ] = UNSET ,
0 commit comments