@@ -1011,7 +1011,7 @@ def list(
10111011 o : Annotated [
10121012 Optional [List [StrictStr ]],
10131013 Field (
1014- description = 'Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending)'
1014+ description = 'Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending) * `active_finding_count` - Active Findings Count * `-active_finding_count` - Active Findings Count (descending) '
10151015 ),
10161016 ] = None ,
10171017 offset : Annotated [
@@ -1059,7 +1059,7 @@ def list(
10591059 :type not_tag: str
10601060 :param not_tags: Comma separated list of exact tags not present on model
10611061 :type not_tags: List[str]
1062- :param o: Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending)
1062+ :param o: Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending) * `active_finding_count` - Active Findings Count * `-active_finding_count` - Active Findings Count (descending)
10631063 :type o: List[str]
10641064 :param offset: The initial index from which to return the results.
10651065 :type offset: int
@@ -1152,7 +1152,7 @@ def list_with_http_info(
11521152 o : Annotated [
11531153 Optional [List [StrictStr ]],
11541154 Field (
1155- description = 'Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending)'
1155+ description = 'Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending) * `active_finding_count` - Active Findings Count * `-active_finding_count` - Active Findings Count (descending) '
11561156 ),
11571157 ] = None ,
11581158 offset : Annotated [
@@ -1200,7 +1200,7 @@ def list_with_http_info(
12001200 :type not_tag: str
12011201 :param not_tags: Comma separated list of exact tags not present on model
12021202 :type not_tags: List[str]
1203- :param o: Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending)
1203+ :param o: Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending) * `active_finding_count` - Active Findings Count * `-active_finding_count` - Active Findings Count (descending)
12041204 :type o: List[str]
12051205 :param offset: The initial index from which to return the results.
12061206 :type offset: int
@@ -1293,7 +1293,7 @@ def list_without_preload_content(
12931293 o : Annotated [
12941294 Optional [List [StrictStr ]],
12951295 Field (
1296- description = 'Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending)'
1296+ description = 'Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending) * `active_finding_count` - Active Findings Count * `-active_finding_count` - Active Findings Count (descending) '
12971297 ),
12981298 ] = None ,
12991299 offset : Annotated [
@@ -1341,7 +1341,7 @@ def list_without_preload_content(
13411341 :type not_tag: str
13421342 :param not_tags: Comma separated list of exact tags not present on model
13431343 :type not_tags: List[str]
1344- :param o: Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending)
1344+ :param o: Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending) * `active_finding_count` - Active Findings Count * `-active_finding_count` - Active Findings Count (descending)
13451345 :type o: List[str]
13461346 :param offset: The initial index from which to return the results.
13471347 :type offset: int
@@ -1553,7 +1553,7 @@ def list_iterator(
15531553 o : Annotated [
15541554 Optional [List [StrictStr ]],
15551555 Field (
1556- description = 'Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending)'
1556+ description = 'Ordering * `host` - Host * `-host` - Host (descending) * `product` - Product * `-product` - Product (descending) * `id` - Id * `-id` - Id (descending) * `active_finding_count` - Active Findings Count * `-active_finding_count` - Active Findings Count (descending) '
15571557 ),
15581558 ] = None ,
15591559 offset : Annotated [
0 commit comments