pulp-python-client 3.29.0__py3-none-any.whl → 3.30.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pulp_python_client-3.29.0.dist-info → pulp_python_client-3.30.0.dist-info}/METADATA +2 -2
- {pulp_python_client-3.29.0.dist-info → pulp_python_client-3.30.0.dist-info}/RECORD +8 -8
- pulpcore/client/pulp_python/__init__.py +1 -1
- pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +141 -1
- pulpcore/client/pulp_python/api_client.py +1 -1
- pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python_client-3.29.0.dist-info → pulp_python_client-3.30.0.dist-info}/WHEEL +0 -0
- {pulp_python_client-3.29.0.dist-info → pulp_python_client-3.30.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_python-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.30.0
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 3.
|
|
27
|
+
- Package version: 3.30.0
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulp_python/__init__.py,sha256=
|
|
4
|
-
pulpcore/client/pulp_python/api_client.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_python/__init__.py,sha256=NTReGfP-D7y2XiEY3Z4HI98X5_wQ-v6trcyg5ThW-zQ,11263
|
|
4
|
+
pulpcore/client/pulp_python/api_client.py,sha256=3XY3rBXqTuizs4HgsWhVFvTXgEnsfVe2UMkusw2poL0,27772
|
|
5
5
|
pulpcore/client/pulp_python/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulp_python/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulp_python/configuration.py,sha256=q6S_A8n1iKMKu3zHmyK33RNO5SCw44PXAbHW7fYOZ0M,19588
|
|
7
7
|
pulpcore/client/pulp_python/exceptions.py,sha256=UUQyfmHrA0wKpyniO8D6jgIOSee4k0dBIImRgs74ERw,6456
|
|
8
8
|
pulpcore/client/pulp_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
pulpcore/client/pulp_python/rest.py,sha256=6sLIAY0kZZoh8inygjKObUkLhf-icE4ljhyb00i8nZ0,9466
|
|
@@ -19,7 +19,7 @@ pulpcore/client/pulp_python/api/pypi_provenance_api.py,sha256=E9-vmrOejeeYrsPtzM
|
|
|
19
19
|
pulpcore/client/pulp_python/api/pypi_simple_api.py,sha256=YHYcYwVgwsPn5a1u6vbYmrs2MztY319kWOisgnrKbYk,47579
|
|
20
20
|
pulpcore/client/pulp_python/api/remotes_python_api.py,sha256=4miaULBiTHnGwHHk9Vr3OlJZW2azQCq7D3HHbbkJPy4,210230
|
|
21
21
|
pulpcore/client/pulp_python/api/repositories_python_api.py,sha256=kykIzHIdypYCc9MvyujaDgIK_FJD6qBq9WRbu5J7wOI,237464
|
|
22
|
-
pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py,sha256=
|
|
22
|
+
pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py,sha256=rqjOq3u2cJPZn78QC5wbM3XBCkbUhpw5BqZ9WoAyb5s,67587
|
|
23
23
|
pulpcore/client/pulp_python/api/repositories_python_versions_api.py,sha256=D_5kQzCVMrIcpXQFB0lbDfRoUmV9URH93vbmOHzza30,90236
|
|
24
24
|
pulpcore/client/pulp_python/models/__init__.py,sha256=Bfbo9JD3H08nrTSKq8qOnAUwB7Ihp3h-3wIBORY1M6c,5377
|
|
25
25
|
pulpcore/client/pulp_python/models/async_operation_response.py,sha256=tu8pF5qBaB8ekyXKMWKGHxOGr27EmRLLKSSnaOCuPSw,2514
|
|
@@ -71,7 +71,7 @@ pulpcore/client/pulp_python/models/set_label_response.py,sha256=AJKyRWVTgpODnchr
|
|
|
71
71
|
pulpcore/client/pulp_python/models/summary_response.py,sha256=UW-FGA9ffCbn7a6czqjddy0FziM5DQYqIP6nmqQb_bY,2731
|
|
72
72
|
pulpcore/client/pulp_python/models/unset_label.py,sha256=bioUtBJUl9y7hpLJ4iYYhcQ4sXj-FRUZq0In2gEGbxU,2507
|
|
73
73
|
pulpcore/client/pulp_python/models/unset_label_response.py,sha256=iaHiYMGW-vu1fIHnzasVzMhY_0AHiYzvy48mfQOuw5M,2584
|
|
74
|
-
pulp_python_client-3.
|
|
75
|
-
pulp_python_client-3.
|
|
76
|
-
pulp_python_client-3.
|
|
77
|
-
pulp_python_client-3.
|
|
74
|
+
pulp_python_client-3.30.0.dist-info/METADATA,sha256=XdsRGktTB5iM_H8DdIbQWvFKe6xhYQiyn9wI7_by14o,23669
|
|
75
|
+
pulp_python_client-3.30.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
76
|
+
pulp_python_client-3.30.0.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
77
|
+
pulp_python_client-3.30.0.dist-info/RECORD,,
|
|
@@ -17,7 +17,7 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
|
17
17
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
18
18
|
from typing_extensions import Annotated
|
|
19
19
|
|
|
20
|
-
from pydantic import Field, StrictInt, StrictStr
|
|
20
|
+
from pydantic import Field, StrictInt, StrictStr, field_validator
|
|
21
21
|
from typing import List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_response_list import PaginatedpythonPythonBlocklistEntryResponseList
|
|
@@ -626,8 +626,16 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
626
626
|
self,
|
|
627
627
|
python_python_repository_href: StrictStr,
|
|
628
628
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
629
|
+
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
629
630
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
631
|
+
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
630
632
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
633
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
634
|
+
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
635
|
+
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
636
|
+
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
637
|
+
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
638
|
+
version: Annotated[Optional[StrictStr], Field(description="Filter results where version matches value")] = None,
|
|
631
639
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
632
640
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
633
641
|
_request_timeout: Union[
|
|
@@ -651,10 +659,26 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
651
659
|
:type python_python_repository_href: str
|
|
652
660
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
653
661
|
:type x_task_diagnostics: List[str]
|
|
662
|
+
:param filename: Filter results where filename matches value
|
|
663
|
+
:type filename: str
|
|
654
664
|
:param limit: Number of results to return per page.
|
|
655
665
|
:type limit: int
|
|
666
|
+
:param name: Filter results where name matches value
|
|
667
|
+
:type name: str
|
|
656
668
|
:param offset: The initial index from which to return the results.
|
|
657
669
|
:type offset: int
|
|
670
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
671
|
+
:type ordering: List[str]
|
|
672
|
+
:param prn__in: Multiple values may be separated by commas.
|
|
673
|
+
:type prn__in: List[str]
|
|
674
|
+
:param pulp_href__in: Multiple values may be separated by commas.
|
|
675
|
+
:type pulp_href__in: List[str]
|
|
676
|
+
:param pulp_id__in: Multiple values may be separated by commas.
|
|
677
|
+
:type pulp_id__in: List[str]
|
|
678
|
+
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
679
|
+
:type q: str
|
|
680
|
+
:param version: Filter results where version matches value
|
|
681
|
+
:type version: str
|
|
658
682
|
:param fields: A list of fields to include in the response.
|
|
659
683
|
:type fields: List[str]
|
|
660
684
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -684,8 +708,16 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
684
708
|
_param = self._list_serialize(
|
|
685
709
|
python_python_repository_href=python_python_repository_href,
|
|
686
710
|
x_task_diagnostics=x_task_diagnostics,
|
|
711
|
+
filename=filename,
|
|
687
712
|
limit=limit,
|
|
713
|
+
name=name,
|
|
688
714
|
offset=offset,
|
|
715
|
+
ordering=ordering,
|
|
716
|
+
prn__in=prn__in,
|
|
717
|
+
pulp_href__in=pulp_href__in,
|
|
718
|
+
pulp_id__in=pulp_id__in,
|
|
719
|
+
q=q,
|
|
720
|
+
version=version,
|
|
689
721
|
fields=fields,
|
|
690
722
|
exclude_fields=exclude_fields,
|
|
691
723
|
_request_auth=_request_auth,
|
|
@@ -713,8 +745,16 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
713
745
|
self,
|
|
714
746
|
python_python_repository_href: StrictStr,
|
|
715
747
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
748
|
+
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
716
749
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
750
|
+
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
717
751
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
752
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
753
|
+
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
754
|
+
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
755
|
+
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
756
|
+
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
757
|
+
version: Annotated[Optional[StrictStr], Field(description="Filter results where version matches value")] = None,
|
|
718
758
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
719
759
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
720
760
|
_request_timeout: Union[
|
|
@@ -738,10 +778,26 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
738
778
|
:type python_python_repository_href: str
|
|
739
779
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
740
780
|
:type x_task_diagnostics: List[str]
|
|
781
|
+
:param filename: Filter results where filename matches value
|
|
782
|
+
:type filename: str
|
|
741
783
|
:param limit: Number of results to return per page.
|
|
742
784
|
:type limit: int
|
|
785
|
+
:param name: Filter results where name matches value
|
|
786
|
+
:type name: str
|
|
743
787
|
:param offset: The initial index from which to return the results.
|
|
744
788
|
:type offset: int
|
|
789
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
790
|
+
:type ordering: List[str]
|
|
791
|
+
:param prn__in: Multiple values may be separated by commas.
|
|
792
|
+
:type prn__in: List[str]
|
|
793
|
+
:param pulp_href__in: Multiple values may be separated by commas.
|
|
794
|
+
:type pulp_href__in: List[str]
|
|
795
|
+
:param pulp_id__in: Multiple values may be separated by commas.
|
|
796
|
+
:type pulp_id__in: List[str]
|
|
797
|
+
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
798
|
+
:type q: str
|
|
799
|
+
:param version: Filter results where version matches value
|
|
800
|
+
:type version: str
|
|
745
801
|
:param fields: A list of fields to include in the response.
|
|
746
802
|
:type fields: List[str]
|
|
747
803
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -771,8 +827,16 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
771
827
|
_param = self._list_serialize(
|
|
772
828
|
python_python_repository_href=python_python_repository_href,
|
|
773
829
|
x_task_diagnostics=x_task_diagnostics,
|
|
830
|
+
filename=filename,
|
|
774
831
|
limit=limit,
|
|
832
|
+
name=name,
|
|
775
833
|
offset=offset,
|
|
834
|
+
ordering=ordering,
|
|
835
|
+
prn__in=prn__in,
|
|
836
|
+
pulp_href__in=pulp_href__in,
|
|
837
|
+
pulp_id__in=pulp_id__in,
|
|
838
|
+
q=q,
|
|
839
|
+
version=version,
|
|
776
840
|
fields=fields,
|
|
777
841
|
exclude_fields=exclude_fields,
|
|
778
842
|
_request_auth=_request_auth,
|
|
@@ -800,8 +864,16 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
800
864
|
self,
|
|
801
865
|
python_python_repository_href: StrictStr,
|
|
802
866
|
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
867
|
+
filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
|
|
803
868
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
869
|
+
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
804
870
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
871
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
872
|
+
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
873
|
+
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
874
|
+
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
875
|
+
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
876
|
+
version: Annotated[Optional[StrictStr], Field(description="Filter results where version matches value")] = None,
|
|
805
877
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
806
878
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
807
879
|
_request_timeout: Union[
|
|
@@ -825,10 +897,26 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
825
897
|
:type python_python_repository_href: str
|
|
826
898
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
827
899
|
:type x_task_diagnostics: List[str]
|
|
900
|
+
:param filename: Filter results where filename matches value
|
|
901
|
+
:type filename: str
|
|
828
902
|
:param limit: Number of results to return per page.
|
|
829
903
|
:type limit: int
|
|
904
|
+
:param name: Filter results where name matches value
|
|
905
|
+
:type name: str
|
|
830
906
|
:param offset: The initial index from which to return the results.
|
|
831
907
|
:type offset: int
|
|
908
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
909
|
+
:type ordering: List[str]
|
|
910
|
+
:param prn__in: Multiple values may be separated by commas.
|
|
911
|
+
:type prn__in: List[str]
|
|
912
|
+
:param pulp_href__in: Multiple values may be separated by commas.
|
|
913
|
+
:type pulp_href__in: List[str]
|
|
914
|
+
:param pulp_id__in: Multiple values may be separated by commas.
|
|
915
|
+
:type pulp_id__in: List[str]
|
|
916
|
+
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
917
|
+
:type q: str
|
|
918
|
+
:param version: Filter results where version matches value
|
|
919
|
+
:type version: str
|
|
832
920
|
:param fields: A list of fields to include in the response.
|
|
833
921
|
:type fields: List[str]
|
|
834
922
|
:param exclude_fields: A list of fields to exclude from the response.
|
|
@@ -858,8 +946,16 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
858
946
|
_param = self._list_serialize(
|
|
859
947
|
python_python_repository_href=python_python_repository_href,
|
|
860
948
|
x_task_diagnostics=x_task_diagnostics,
|
|
949
|
+
filename=filename,
|
|
861
950
|
limit=limit,
|
|
951
|
+
name=name,
|
|
862
952
|
offset=offset,
|
|
953
|
+
ordering=ordering,
|
|
954
|
+
prn__in=prn__in,
|
|
955
|
+
pulp_href__in=pulp_href__in,
|
|
956
|
+
pulp_id__in=pulp_id__in,
|
|
957
|
+
q=q,
|
|
958
|
+
version=version,
|
|
863
959
|
fields=fields,
|
|
864
960
|
exclude_fields=exclude_fields,
|
|
865
961
|
_request_auth=_request_auth,
|
|
@@ -882,8 +978,16 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
882
978
|
self,
|
|
883
979
|
python_python_repository_href,
|
|
884
980
|
x_task_diagnostics,
|
|
981
|
+
filename,
|
|
885
982
|
limit,
|
|
983
|
+
name,
|
|
886
984
|
offset,
|
|
985
|
+
ordering,
|
|
986
|
+
prn__in,
|
|
987
|
+
pulp_href__in,
|
|
988
|
+
pulp_id__in,
|
|
989
|
+
q,
|
|
990
|
+
version,
|
|
887
991
|
fields,
|
|
888
992
|
exclude_fields,
|
|
889
993
|
_request_auth,
|
|
@@ -896,6 +1000,10 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
896
1000
|
|
|
897
1001
|
_collection_formats: Dict[str, str] = {
|
|
898
1002
|
'X-Task-Diagnostics': 'csv',
|
|
1003
|
+
'ordering': 'csv',
|
|
1004
|
+
'prn__in': 'csv',
|
|
1005
|
+
'pulp_href__in': 'csv',
|
|
1006
|
+
'pulp_id__in': 'csv',
|
|
899
1007
|
'fields': 'multi',
|
|
900
1008
|
'exclude_fields': 'multi',
|
|
901
1009
|
}
|
|
@@ -913,14 +1021,46 @@ class RepositoriesPythonBlocklistEntriesApi:
|
|
|
913
1021
|
if python_python_repository_href is not None:
|
|
914
1022
|
_path_params['python_python_repository_href'] = python_python_repository_href
|
|
915
1023
|
# process the query parameters
|
|
1024
|
+
if filename is not None:
|
|
1025
|
+
|
|
1026
|
+
_query_params.append(('filename', filename))
|
|
1027
|
+
|
|
916
1028
|
if limit is not None:
|
|
917
1029
|
|
|
918
1030
|
_query_params.append(('limit', limit))
|
|
919
1031
|
|
|
1032
|
+
if name is not None:
|
|
1033
|
+
|
|
1034
|
+
_query_params.append(('name', name))
|
|
1035
|
+
|
|
920
1036
|
if offset is not None:
|
|
921
1037
|
|
|
922
1038
|
_query_params.append(('offset', offset))
|
|
923
1039
|
|
|
1040
|
+
if ordering is not None:
|
|
1041
|
+
|
|
1042
|
+
_query_params.append(('ordering', ordering))
|
|
1043
|
+
|
|
1044
|
+
if prn__in is not None:
|
|
1045
|
+
|
|
1046
|
+
_query_params.append(('prn__in', prn__in))
|
|
1047
|
+
|
|
1048
|
+
if pulp_href__in is not None:
|
|
1049
|
+
|
|
1050
|
+
_query_params.append(('pulp_href__in', pulp_href__in))
|
|
1051
|
+
|
|
1052
|
+
if pulp_id__in is not None:
|
|
1053
|
+
|
|
1054
|
+
_query_params.append(('pulp_id__in', pulp_id__in))
|
|
1055
|
+
|
|
1056
|
+
if q is not None:
|
|
1057
|
+
|
|
1058
|
+
_query_params.append(('q', q))
|
|
1059
|
+
|
|
1060
|
+
if version is not None:
|
|
1061
|
+
|
|
1062
|
+
_query_params.append(('version', version))
|
|
1063
|
+
|
|
924
1064
|
if fields is not None:
|
|
925
1065
|
|
|
926
1066
|
_query_params.append(('fields', fields))
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/3.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/3.30.0/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
|
@@ -556,7 +556,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
556
556
|
"OS: {env}\n"\
|
|
557
557
|
"Python Version: {pyversion}\n"\
|
|
558
558
|
"Version of the API: v3\n"\
|
|
559
|
-
"SDK Package Version: 3.
|
|
559
|
+
"SDK Package Version: 3.30.0".\
|
|
560
560
|
format(env=sys.platform, pyversion=sys.version)
|
|
561
561
|
|
|
562
562
|
def get_host_settings(self) -> List[HostSetting]:
|
|
File without changes
|
|
File without changes
|