pulpcore-client 3.83.2__py3-none-any.whl → 3.85.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.

Files changed (83) hide show
  1. pulpcore/client/pulpcore/__init__.py +4 -1
  2. pulpcore/client/pulpcore/api/__init__.py +1 -0
  3. pulpcore/client/pulpcore/api/vuln_report_api.py +959 -0
  4. pulpcore/client/pulpcore/api_client.py +1 -1
  5. pulpcore/client/pulpcore/configuration.py +1 -1
  6. pulpcore/client/pulpcore/models/__init__.py +2 -0
  7. pulpcore/client/pulpcore/models/artifact_distribution_response.py +18 -18
  8. pulpcore/client/pulpcore/models/filesystem_export_response.py +0 -2
  9. pulpcore/client/pulpcore/models/generic_remote_response.py +1 -3
  10. pulpcore/client/pulpcore/models/group_role_response.py +0 -2
  11. pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +5 -1
  12. pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +0 -2
  13. pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +1 -1
  14. pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +2 -3
  15. pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +0 -2
  16. pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +0 -2
  17. pulpcore/client/pulpcore/models/open_pgp_keyring.py +2 -2
  18. pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +2 -3
  19. pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +4 -6
  20. pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +4 -2
  21. pulpcore/client/pulpcore/models/open_pgp_signature_response.py +6 -3
  22. pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +4 -2
  23. pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +4 -2
  24. pulpcore/client/pulpcore/models/orphans_cleanup.py +2 -3
  25. pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +0 -10
  26. pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +0 -10
  27. pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +0 -10
  28. pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +0 -10
  29. pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +0 -10
  30. pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +0 -10
  31. pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +0 -10
  32. pulpcore/client/pulpcore/models/paginated_domain_response_list.py +0 -10
  33. pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +0 -10
  34. pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +0 -10
  35. pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +0 -10
  36. pulpcore/client/pulpcore/models/paginated_group_response_list.py +0 -10
  37. pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +0 -10
  38. pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +0 -10
  39. pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +0 -10
  40. pulpcore/client/pulpcore/models/paginated_import_response_list.py +0 -10
  41. pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +0 -10
  42. pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +0 -10
  43. pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +0 -10
  44. pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +0 -10
  45. pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +0 -10
  46. pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +0 -10
  47. pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +0 -10
  48. pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +0 -10
  49. pulpcore/client/pulpcore/models/paginated_publication_response_list.py +0 -10
  50. pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +0 -10
  51. pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +0 -10
  52. pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +0 -10
  53. pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +0 -10
  54. pulpcore/client/pulpcore/models/paginated_repository_response_list.py +0 -10
  55. pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +0 -10
  56. pulpcore/client/pulpcore/models/paginated_role_response_list.py +0 -10
  57. pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +0 -10
  58. pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +0 -10
  59. pulpcore/client/pulpcore/models/paginated_task_response_list.py +0 -10
  60. pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +0 -10
  61. pulpcore/client/pulpcore/models/paginated_upload_response_list.py +0 -10
  62. pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +0 -10
  63. pulpcore/client/pulpcore/models/paginated_user_response_list.py +0 -10
  64. pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +0 -10
  65. pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +102 -0
  66. pulpcore/client/pulpcore/models/paginated_worker_response_list.py +0 -10
  67. pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +2 -2
  68. pulpcore/client/pulpcore/models/pulp_export_response.py +0 -2
  69. pulpcore/client/pulpcore/models/rbac_content_guard_response.py +0 -4
  70. pulpcore/client/pulpcore/models/repository_response.py +2 -3
  71. pulpcore/client/pulpcore/models/repository_version_response.py +6 -2
  72. pulpcore/client/pulpcore/models/storage_response.py +4 -5
  73. pulpcore/client/pulpcore/models/task_group_response.py +0 -4
  74. pulpcore/client/pulpcore/models/task_response.py +0 -8
  75. pulpcore/client/pulpcore/models/upload_detail_response.py +0 -2
  76. pulpcore/client/pulpcore/models/upstream_pulp_response.py +0 -2
  77. pulpcore/client/pulpcore/models/user_response.py +0 -4
  78. pulpcore/client/pulpcore/models/user_role_response.py +0 -2
  79. pulpcore/client/pulpcore/models/vulnerability_report_response.py +116 -0
  80. {pulpcore_client-3.83.2.dist-info → pulpcore_client-3.85.0.dist-info}/METADATA +1 -1
  81. {pulpcore_client-3.83.2.dist-info → pulpcore_client-3.85.0.dist-info}/RECORD +83 -80
  82. {pulpcore_client-3.83.2.dist-info → pulpcore_client-3.85.0.dist-info}/WHEEL +0 -0
  83. {pulpcore_client-3.83.2.dist-info → pulpcore_client-3.85.0.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.83.2"
18
+ __version__ = "3.85.0"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulpcore.api.access_policies_api import AccessPoliciesApi
@@ -66,6 +66,7 @@ from pulpcore.client.pulpcore.api.uploads_api import UploadsApi
66
66
  from pulpcore.client.pulpcore.api.upstream_pulps_api import UpstreamPulpsApi
67
67
  from pulpcore.client.pulpcore.api.users_api import UsersApi
68
68
  from pulpcore.client.pulpcore.api.users_roles_api import UsersRolesApi
69
+ from pulpcore.client.pulpcore.api.vuln_report_api import VulnReportApi
69
70
  from pulpcore.client.pulpcore.api.workers_api import WorkersApi
70
71
 
71
72
  # import ApiClient
@@ -183,6 +184,7 @@ from pulpcore.client.pulpcore.models.paginated_upload_response_list import Pagin
183
184
  from pulpcore.client.pulpcore.models.paginated_upstream_pulp_response_list import PaginatedUpstreamPulpResponseList
184
185
  from pulpcore.client.pulpcore.models.paginated_user_response_list import PaginatedUserResponseList
185
186
  from pulpcore.client.pulpcore.models.paginated_user_role_response_list import PaginatedUserRoleResponseList
187
+ from pulpcore.client.pulpcore.models.paginated_vulnerability_report_response_list import PaginatedVulnerabilityReportResponseList
186
188
  from pulpcore.client.pulpcore.models.paginated_worker_response_list import PaginatedWorkerResponseList
187
189
  from pulpcore.client.pulpcore.models.patched_access_policy import PatchedAccessPolicy
188
190
  from pulpcore.client.pulpcore.models.patched_composite_content_guard import PatchedCompositeContentGuard
@@ -251,4 +253,5 @@ from pulpcore.client.pulpcore.models.user_response import UserResponse
251
253
  from pulpcore.client.pulpcore.models.user_role import UserRole
252
254
  from pulpcore.client.pulpcore.models.user_role_response import UserRoleResponse
253
255
  from pulpcore.client.pulpcore.models.version_response import VersionResponse
256
+ from pulpcore.client.pulpcore.models.vulnerability_report_response import VulnerabilityReportResponse
254
257
  from pulpcore.client.pulpcore.models.worker_response import WorkerResponse
@@ -49,5 +49,6 @@ from pulpcore.client.pulpcore.api.uploads_api import UploadsApi
49
49
  from pulpcore.client.pulpcore.api.upstream_pulps_api import UpstreamPulpsApi
50
50
  from pulpcore.client.pulpcore.api.users_api import UsersApi
51
51
  from pulpcore.client.pulpcore.api.users_roles_api import UsersRolesApi
52
+ from pulpcore.client.pulpcore.api.vuln_report_api import VulnReportApi
52
53
  from pulpcore.client.pulpcore.api.workers_api import WorkersApi
53
54