pulpcore-client 3.87.1__py3-none-any.whl → 3.89.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.
Potentially problematic release.
This version of pulpcore-client might be problematic. Click here for more details.
- pulpcore/client/pulpcore/__init__.py +1 -1
- pulpcore/client/pulpcore/api/tasks_api.py +6 -6
- pulpcore/client/pulpcore/api_client.py +1 -1
- pulpcore/client/pulpcore/configuration.py +1 -1
- pulpcore/client/pulpcore/models/access_policy.py +1 -14
- pulpcore/client/pulpcore/models/access_policy_response.py +1 -20
- pulpcore/client/pulpcore/models/app_status_response.py +1 -13
- pulpcore/client/pulpcore/models/artifact_distribution_response.py +11 -31
- pulpcore/client/pulpcore/models/artifact_response.py +1 -22
- pulpcore/client/pulpcore/models/async_operation_response.py +1 -11
- pulpcore/client/pulpcore/models/composite_content_guard.py +1 -13
- pulpcore/client/pulpcore/models/composite_content_guard_response.py +1 -17
- pulpcore/client/pulpcore/models/content_guard_response.py +1 -16
- pulpcore/client/pulpcore/models/content_redirect_content_guard.py +1 -12
- pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +1 -16
- pulpcore/client/pulpcore/models/content_settings_response.py +1 -12
- pulpcore/client/pulpcore/models/content_summary_response.py +1 -13
- pulpcore/client/pulpcore/models/database_connection_response.py +1 -11
- pulpcore/client/pulpcore/models/distribution_response.py +1 -22
- pulpcore/client/pulpcore/models/domain.py +1 -17
- pulpcore/client/pulpcore/models/domain_backend_migrator.py +1 -12
- pulpcore/client/pulpcore/models/domain_response.py +1 -21
- pulpcore/client/pulpcore/models/evaluation_response.py +1 -13
- pulpcore/client/pulpcore/models/filesystem_export.py +1 -14
- pulpcore/client/pulpcore/models/filesystem_export_response.py +1 -17
- pulpcore/client/pulpcore/models/filesystem_exporter.py +1 -13
- pulpcore/client/pulpcore/models/filesystem_exporter_response.py +1 -17
- pulpcore/client/pulpcore/models/generic_remote_response.py +1 -31
- pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +1 -12
- pulpcore/client/pulpcore/models/group.py +1 -11
- pulpcore/client/pulpcore/models/group_progress_report_response.py +1 -15
- pulpcore/client/pulpcore/models/group_response.py +1 -14
- pulpcore/client/pulpcore/models/group_role.py +1 -14
- pulpcore/client/pulpcore/models/group_role_response.py +1 -20
- pulpcore/client/pulpcore/models/group_user.py +1 -11
- pulpcore/client/pulpcore/models/group_user_response.py +1 -13
- pulpcore/client/pulpcore/models/header_content_guard.py +1 -15
- pulpcore/client/pulpcore/models/header_content_guard_response.py +1 -19
- pulpcore/client/pulpcore/models/import_response.py +1 -16
- pulpcore/client/pulpcore/models/login_response.py +1 -13
- pulpcore/client/pulpcore/models/minimal_task_response.py +1 -20
- pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +1 -17
- pulpcore/client/pulpcore/models/my_permissions_response.py +1 -11
- pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +1 -12
- pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +1 -13
- pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +1 -16
- pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +1 -17
- pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +1 -11
- pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +1 -12
- pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +1 -11
- pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +1 -12
- pulpcore/client/pulpcore/models/nested_role.py +1 -13
- pulpcore/client/pulpcore/models/nested_role_response.py +1 -13
- pulpcore/client/pulpcore/models/object_roles_response.py +1 -11
- pulpcore/client/pulpcore/models/open_pgp_distribution.py +1 -17
- pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +1 -23
- pulpcore/client/pulpcore/models/open_pgp_keyring.py +1 -15
- pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +1 -21
- pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +1 -21
- pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +1 -20
- pulpcore/client/pulpcore/models/open_pgp_signature_response.py +1 -24
- pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +1 -19
- pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +1 -19
- pulpcore/client/pulpcore/models/orphans_cleanup.py +1 -12
- pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_domain_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_group_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_import_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_publication_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_repository_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_role_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_task_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_upload_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_user_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +1 -14
- pulpcore/client/pulpcore/models/paginated_worker_response_list.py +1 -14
- pulpcore/client/pulpcore/models/patched_access_policy.py +1 -14
- pulpcore/client/pulpcore/models/patched_composite_content_guard.py +1 -13
- pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +1 -12
- pulpcore/client/pulpcore/models/patched_domain.py +1 -17
- pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +1 -13
- pulpcore/client/pulpcore/models/patched_group.py +1 -11
- pulpcore/client/pulpcore/models/patched_header_content_guard.py +1 -15
- pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +1 -17
- pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +1 -15
- pulpcore/client/pulpcore/models/patched_pulp_exporter.py +1 -14
- pulpcore/client/pulpcore/models/patched_pulp_importer.py +1 -12
- pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +1 -12
- pulpcore/client/pulpcore/models/patched_role.py +1 -13
- pulpcore/client/pulpcore/models/patched_task_cancel.py +1 -11
- pulpcore/client/pulpcore/models/patched_upstream_pulp.py +1 -22
- pulpcore/client/pulpcore/models/patched_user.py +1 -17
- pulpcore/client/pulpcore/models/profile_artifact_response.py +1 -11
- pulpcore/client/pulpcore/models/progress_report_response.py +1 -16
- pulpcore/client/pulpcore/models/publication_response.py +1 -16
- pulpcore/client/pulpcore/models/pulp_export.py +1 -16
- pulpcore/client/pulpcore/models/pulp_export_response.py +1 -19
- pulpcore/client/pulpcore/models/pulp_exporter.py +1 -14
- pulpcore/client/pulpcore/models/pulp_exporter_response.py +1 -18
- pulpcore/client/pulpcore/models/pulp_import.py +1 -13
- pulpcore/client/pulpcore/models/pulp_import_check.py +1 -13
- pulpcore/client/pulpcore/models/pulp_import_check_response.py +1 -13
- pulpcore/client/pulpcore/models/pulp_importer.py +1 -12
- pulpcore/client/pulpcore/models/pulp_importer_response.py +1 -16
- pulpcore/client/pulpcore/models/purge.py +1 -12
- pulpcore/client/pulpcore/models/rbac_content_guard.py +1 -12
- pulpcore/client/pulpcore/models/rbac_content_guard_response.py +1 -18
- pulpcore/client/pulpcore/models/reclaim_space.py +1 -12
- pulpcore/client/pulpcore/models/redis_connection_response.py +1 -11
- pulpcore/client/pulpcore/models/repair.py +1 -11
- pulpcore/client/pulpcore/models/repository_add_remove_content.py +1 -13
- pulpcore/client/pulpcore/models/repository_response.py +1 -21
- pulpcore/client/pulpcore/models/repository_version_response.py +1 -19
- pulpcore/client/pulpcore/models/role.py +1 -13
- pulpcore/client/pulpcore/models/role_response.py +1 -18
- pulpcore/client/pulpcore/models/set_label.py +1 -12
- pulpcore/client/pulpcore/models/set_label_response.py +1 -12
- pulpcore/client/pulpcore/models/signing_service_response.py +1 -18
- pulpcore/client/pulpcore/models/status_response.py +1 -19
- pulpcore/client/pulpcore/models/storage_response.py +1 -13
- pulpcore/client/pulpcore/models/task_group_operation_response.py +1 -11
- pulpcore/client/pulpcore/models/task_group_response.py +1 -23
- pulpcore/client/pulpcore/models/task_response.py +8 -30
- pulpcore/client/pulpcore/models/task_schedule_response.py +1 -19
- pulpcore/client/pulpcore/models/unset_label.py +1 -11
- pulpcore/client/pulpcore/models/unset_label_response.py +1 -12
- pulpcore/client/pulpcore/models/upload.py +1 -11
- pulpcore/client/pulpcore/models/upload_chunk_response.py +1 -12
- pulpcore/client/pulpcore/models/upload_commit.py +1 -11
- pulpcore/client/pulpcore/models/upload_detail_response.py +1 -17
- pulpcore/client/pulpcore/models/upload_response.py +1 -16
- pulpcore/client/pulpcore/models/upstream_pulp.py +1 -22
- pulpcore/client/pulpcore/models/upstream_pulp_response.py +1 -25
- pulpcore/client/pulpcore/models/user.py +1 -17
- pulpcore/client/pulpcore/models/user_group.py +1 -11
- pulpcore/client/pulpcore/models/user_group_response.py +1 -13
- pulpcore/client/pulpcore/models/user_response.py +1 -22
- pulpcore/client/pulpcore/models/user_role.py +1 -14
- pulpcore/client/pulpcore/models/user_role_response.py +1 -20
- pulpcore/client/pulpcore/models/version_response.py +1 -15
- pulpcore/client/pulpcore/models/vulnerability_report_response.py +1 -17
- pulpcore/client/pulpcore/models/worker_response.py +1 -18
- {pulpcore_client-3.87.1.dist-info → pulpcore_client-3.89.0.dist-info}/METADATA +2 -2
- {pulpcore_client-3.87.1.dist-info → pulpcore_client-3.89.0.dist-info}/RECORD +176 -176
- {pulpcore_client-3.87.1.dist-info → pulpcore_client-3.89.0.dist-info}/WHEEL +0 -0
- {pulpcore_client-3.87.1.dist-info → pulpcore_client-3.89.0.dist-info}/top_level.txt +0 -0
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.open_pgp_public_subkey_response import Open
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedOpenPGPPublicSubkeyResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedOpenPGPPublicSubkeyResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedOpenPGPPublicSubkeyResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [OpenPGPPublicSubkeyResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.open_pgp_signature_response import OpenPGPS
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedOpenPGPSignatureResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedOpenPGPSignatureResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedOpenPGPSignatureResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [OpenPGPSignatureResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.open_pgp_user_attribute_response import Ope
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedOpenPGPUserAttributeResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedOpenPGPUserAttributeResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedOpenPGPUserAttributeResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [OpenPGPUserAttributeResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.open_pgp_user_id_response import OpenPGPUse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedOpenPGPUserIDResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedOpenPGPUserIDResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedOpenPGPUserIDResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [OpenPGPUserIDResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.publication_response import PublicationResp
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedPublicationResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedPublicationResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedPublicationResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [PublicationResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.pulp_export_response import PulpExportRespo
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedPulpExportResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedPulpExportResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedPulpExportResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [PulpExportResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.pulp_exporter_response import PulpExporterR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedPulpExporterResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedPulpExporterResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedPulpExporterResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [PulpExporterResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.pulp_importer_response import PulpImporterR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedPulpImporterResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedPulpImporterResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedPulpImporterResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [PulpImporterResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.rbac_content_guard_response import RBACCont
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedRBACContentGuardResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedRBACContentGuardResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedRBACContentGuardResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [RBACContentGuardResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.repository_response import RepositoryRespon
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedRepositoryResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedRepositoryResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedRepositoryResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [RepositoryResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.repository_version_response import Reposito
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedRepositoryVersionResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedRepositoryVersionResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedRepositoryVersionResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [RepositoryVersionResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.role_response import RoleResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedRoleResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedRoleResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedRoleResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [RoleResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.signing_service_response import SigningServ
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedSigningServiceResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedSigningServiceResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedSigningServiceResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [SigningServiceResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.task_group_response import TaskGroupRespons
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedTaskGroupResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedTaskGroupResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedTaskGroupResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [TaskGroupResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.task_response import TaskResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedTaskResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedTaskResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedTaskResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [TaskResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.task_schedule_response import TaskScheduleR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedTaskScheduleResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedTaskScheduleResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedTaskScheduleResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [TaskScheduleResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.upload_response import UploadResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedUploadResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedUploadResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedUploadResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [UploadResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.upstream_pulp_response import UpstreamPulpR
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedUpstreamPulpResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedUpstreamPulpResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedUpstreamPulpResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [UpstreamPulpResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedUserResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedUserResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedUserResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [UserResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.user_role_response import UserRoleResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedUserRoleResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedUserRoleResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedUserRoleResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [UserRoleResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.vulnerability_report_response import Vulner
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedVulnerabilityReportResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedVulnerabilityReportResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedVulnerabilityReportResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [VulnerabilityReportResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|
|
@@ -24,14 +24,6 @@ from pulpcore.client.pulpcore.models.worker_response import WorkerResponse
|
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
class OneOf:
|
|
29
|
-
@staticmethod
|
|
30
|
-
def from_dict(obj, *args, **kwargs):
|
|
31
|
-
"""Noop override to fix missing OneOf import/implementation."""
|
|
32
|
-
return obj
|
|
33
|
-
|
|
34
|
-
|
|
35
27
|
class PaginatedWorkerResponseList(BaseModel):
|
|
36
28
|
"""
|
|
37
29
|
PaginatedWorkerResponseList
|
|
@@ -99,12 +91,7 @@ class PaginatedWorkerResponseList(BaseModel):
|
|
|
99
91
|
if not isinstance(obj, dict):
|
|
100
92
|
return cls.model_validate(obj)
|
|
101
93
|
|
|
102
|
-
_obj = cls.model_validate(
|
|
103
|
-
"count": obj.get("count"),
|
|
104
|
-
"next": obj.get("next"),
|
|
105
|
-
"previous": obj.get("previous"),
|
|
106
|
-
"results": [WorkerResponse.from_dict(_item) for _item in obj["results"]] if obj.get("results") is not None else None
|
|
107
|
-
})
|
|
94
|
+
_obj = cls.model_validate(obj)
|
|
108
95
|
return _obj
|
|
109
96
|
|
|
110
97
|
|