pulpcore-client 3.89.1__tar.gz → 3.90.1__tar.gz
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-3.89.1 → pulpcore-client-3.90.1}/PKG-INFO +2 -2
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/README.md +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/__init__.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/distributions_openpgp_api.py +16 -10
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/domains_api.py +13 -7
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/exporters_filesystem_api.py +16 -10
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/exporters_pulp_api.py +16 -10
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +16 -10
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/tasks_api.py +0 -35
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api_client.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/configuration.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/artifact_distribution_response.py +10 -10
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/filesystem_exporter.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/filesystem_exporter_response.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/minimal_task_response.py +6 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_pulp_exporter.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_exporter.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_exporter_response.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/task_response.py +11 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore_client.egg-info/PKG-INFO +2 -2
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pyproject.toml +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/setup.py +1 -1
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_artifact_distribution_response.py +7 -7
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_artifact_distribution_response_list.py +14 -14
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/__init__.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/__init__.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/__init__.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/access_policies_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/artifacts_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/content_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/content_openpgp_publickey_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/content_openpgp_publicsubkey_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/content_openpgp_signature_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/content_openpgp_userattribute_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/content_openpgp_userid_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/contentguards_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/contentguards_composite_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/contentguards_content_redirect_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/contentguards_header_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/contentguards_rbac_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/distributions_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/distributions_artifacts_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/exporters_filesystem_exports_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/exporters_pulp_exports_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/groups_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/groups_roles_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/groups_users_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/importers_pulp_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/importers_pulp_import_check_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/importers_pulp_imports_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/livez_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/login_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/orphans_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/orphans_cleanup_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/publications_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/remotes_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/repair_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/repositories_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/repository_versions_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/roles_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/signing_services_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/status_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/task_groups_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/task_schedules_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/uploads_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/upstream_pulps_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/users_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/users_roles_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/vuln_report_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/workers_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/exceptions.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/__init__.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/access_policy.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/access_policy_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/app_status_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/artifact_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/async_operation_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/composite_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/composite_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/content_redirect_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/content_settings_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/content_summary_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/database_connection_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/distribution_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/domain.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/domain_backend_migrator.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/domain_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/evaluation_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/filesystem_export.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/filesystem_export_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/generic_remote_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/group.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/group_progress_report_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/group_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/group_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/group_role_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/group_user.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/group_user_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/header_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/header_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/import_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/login_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/method_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/my_permissions_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/nested_role_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/object_roles_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_distribution.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_keyring.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_signature_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/orphans_cleanup.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_domain_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_group_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_import_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_publication_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_repository_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_role_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_task_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_upload_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_user_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/paginated_worker_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_access_policy.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_composite_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_domain.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_group.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_header_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_pulp_importer.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_task_cancel.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_upstream_pulp.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/patched_user.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/policy357_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/profile_artifact_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/progress_report_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/publication_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_export.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_export_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_import.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_import_check.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_import_check_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_importer.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/pulp_importer_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/purge.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/rbac_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/rbac_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/reclaim_space.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/redis_connection_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/repair.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/repository_add_remove_content.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/repository_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/repository_version_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/role_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/set_label.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/set_label_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/signing_service_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/states_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/status_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/storage_class_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/storage_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/task_group_operation_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/task_group_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/task_schedule_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/unset_label.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/unset_label_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/upload.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/upload_chunk_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/upload_commit.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/upload_detail_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/upload_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/upstream_pulp.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/upstream_pulp_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/user.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/user_group.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/user_group_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/user_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/user_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/user_role_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/version_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/vulnerability_report_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/models/worker_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/py.typed +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/rest.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore_client.egg-info/SOURCES.txt +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore_client.egg-info/dependency_links.txt +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore_client.egg-info/requires.txt +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore_client.egg-info/top_level.txt +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/setup.cfg +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_access_policies_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_access_policy.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_access_policy_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_app_status_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_artifact_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_artifacts_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_async_operation_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_composite_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_composite_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_openpgp_publickey_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_openpgp_publicsubkey_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_openpgp_signature_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_openpgp_userattribute_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_openpgp_userid_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_redirect_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_redirect_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_settings_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_content_summary_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_contentguards_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_contentguards_composite_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_contentguards_content_redirect_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_contentguards_header_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_contentguards_rbac_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_database_connection_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_distribution_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_distributions_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_distributions_artifacts_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_distributions_openpgp_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_domain.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_domain_backend_migrator.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_domain_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_domains_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_evaluation_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_exporters_filesystem_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_exporters_filesystem_exports_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_exporters_pulp_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_exporters_pulp_exports_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_filesystem_export.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_filesystem_export_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_filesystem_exporter.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_filesystem_exporter_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_generic_remote_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_generic_remote_response_hidden_fields_inner.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_generic_remote_response_policy_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_group.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_group_progress_report_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_group_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_group_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_group_role_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_group_user.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_group_user_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_groups_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_groups_roles_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_groups_users_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_header_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_header_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_import_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_importers_pulp_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_importers_pulp_import_check_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_importers_pulp_imports_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_livez_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_login_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_login_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_method_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_minimal_task_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_multiple_artifact_content_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_my_permissions_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_open_pgp_public_subkey.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_open_pgp_public_subkey_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_open_pgp_signature.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_open_pgp_signature_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_open_pgp_user_attribute.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_open_pgp_user_attribute_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_open_pgp_user_id.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_open_pgp_user_id_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_nested_role_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_object_roles_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_distribution.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_distribution_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_keyring.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_keyring_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_public_key_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_public_subkey_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_signature_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_user_attribute_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_open_pgp_user_id_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_orphans_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_orphans_cleanup.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_orphans_cleanup_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_access_policy_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_artifact_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_composite_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_content_redirect_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_distribution_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_domain_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_filesystem_export_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_filesystem_exporter_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_generic_remote_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_group_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_group_role_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_group_user_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_header_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_import_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_multiple_artifact_content_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_open_pgp_distribution_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_open_pgp_keyring_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_open_pgp_public_key_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_open_pgp_public_subkey_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_open_pgp_signature_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_open_pgp_user_attribute_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_open_pgp_user_id_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_publication_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_pulp_export_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_pulp_exporter_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_pulp_importer_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_rbac_content_guard_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_repository_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_role_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_signing_service_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_task_group_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_task_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_task_schedule_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_upload_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_upstream_pulp_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_user_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_user_role_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_vulnerability_report_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_paginated_worker_response_list.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_access_policy.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_composite_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_content_redirect_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_domain.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_filesystem_exporter.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_group.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_header_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_open_pgp_distribution.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_open_pgp_keyring.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_pulp_exporter.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_pulp_importer.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_rbac_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_task_cancel.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_upstream_pulp.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_patched_user.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_policy357_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_profile_artifact_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_progress_report_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_publication_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_publications_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_export.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_export_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_exporter.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_exporter_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_import.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_import_check.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_import_check_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_importer.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_pulp_importer_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_purge.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_rbac_content_guard.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_rbac_content_guard_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_reclaim_space.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_redis_connection_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_remotes_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repair.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repair_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repositories_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repositories_openpgp_keyring_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repositories_reclaim_space_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repository_add_remove_content.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repository_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repository_version_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_repository_versions_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_role_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_roles_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_set_label.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_set_label_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_signing_service_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_signing_services_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_states_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_status_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_status_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_storage_class_enum.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_storage_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_task_group_operation_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_task_group_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_task_groups_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_task_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_task_schedule_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_task_schedules_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_tasks_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_unset_label.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_unset_label_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_upload.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_upload_chunk_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_upload_commit.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_upload_detail_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_upload_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_uploads_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_upstream_pulp.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_upstream_pulp_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_upstream_pulps_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_user.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_user_group.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_user_group_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_user_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_user_role.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_user_role_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_users_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_users_roles_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_version_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_vuln_report_api.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_vulnerability_report_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_worker_response.py +0 -0
- {pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/test/test_workers_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulpcore-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.90.1
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -17,7 +17,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
17
17
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
18
18
|
|
|
19
19
|
- API version: v3
|
|
20
|
-
- Package version: 3.
|
|
20
|
+
- Package version: 3.90.1
|
|
21
21
|
- Generator version: 7.14.0
|
|
22
22
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
23
23
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: v3
|
|
7
|
-
- Package version: 3.
|
|
7
|
+
- Package version: 3.90.1
|
|
8
8
|
- Generator version: 7.14.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -1110,10 +1110,10 @@ class DistributionsOpenpgpApi:
|
|
|
1110
1110
|
_content_type: Optional[StrictStr] = None,
|
|
1111
1111
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1112
1112
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1113
|
-
) ->
|
|
1113
|
+
) -> OpenPGPDistributionResponse:
|
|
1114
1114
|
"""Update an open pgp distribution
|
|
1115
1115
|
|
|
1116
|
-
|
|
1116
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1117
1117
|
|
|
1118
1118
|
:param open_p_g_p_distribution_href: (required)
|
|
1119
1119
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1154,6 +1154,7 @@ class DistributionsOpenpgpApi:
|
|
|
1154
1154
|
)
|
|
1155
1155
|
|
|
1156
1156
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1157
|
+
'200': "OpenPGPDistributionResponse",
|
|
1157
1158
|
'202': "AsyncOperationResponse",
|
|
1158
1159
|
}
|
|
1159
1160
|
response_data = self.api_client.call_api(
|
|
@@ -1185,10 +1186,10 @@ class DistributionsOpenpgpApi:
|
|
|
1185
1186
|
_content_type: Optional[StrictStr] = None,
|
|
1186
1187
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1187
1188
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1188
|
-
) -> ApiResponse[
|
|
1189
|
+
) -> ApiResponse[OpenPGPDistributionResponse]:
|
|
1189
1190
|
"""Update an open pgp distribution
|
|
1190
1191
|
|
|
1191
|
-
|
|
1192
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1192
1193
|
|
|
1193
1194
|
:param open_p_g_p_distribution_href: (required)
|
|
1194
1195
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1229,6 +1230,7 @@ class DistributionsOpenpgpApi:
|
|
|
1229
1230
|
)
|
|
1230
1231
|
|
|
1231
1232
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1233
|
+
'200': "OpenPGPDistributionResponse",
|
|
1232
1234
|
'202': "AsyncOperationResponse",
|
|
1233
1235
|
}
|
|
1234
1236
|
response_data = self.api_client.call_api(
|
|
@@ -1263,7 +1265,7 @@ class DistributionsOpenpgpApi:
|
|
|
1263
1265
|
) -> RESTResponseType:
|
|
1264
1266
|
"""Update an open pgp distribution
|
|
1265
1267
|
|
|
1266
|
-
|
|
1268
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1267
1269
|
|
|
1268
1270
|
:param open_p_g_p_distribution_href: (required)
|
|
1269
1271
|
:type open_p_g_p_distribution_href: str
|
|
@@ -1304,6 +1306,7 @@ class DistributionsOpenpgpApi:
|
|
|
1304
1306
|
)
|
|
1305
1307
|
|
|
1306
1308
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1309
|
+
'200': "OpenPGPDistributionResponse",
|
|
1307
1310
|
'202': "AsyncOperationResponse",
|
|
1308
1311
|
}
|
|
1309
1312
|
response_data = self.api_client.call_api(
|
|
@@ -2348,10 +2351,10 @@ class DistributionsOpenpgpApi:
|
|
|
2348
2351
|
_content_type: Optional[StrictStr] = None,
|
|
2349
2352
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2350
2353
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2351
|
-
) ->
|
|
2354
|
+
) -> OpenPGPDistributionResponse:
|
|
2352
2355
|
"""Update an open pgp distribution
|
|
2353
2356
|
|
|
2354
|
-
|
|
2357
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2355
2358
|
|
|
2356
2359
|
:param open_p_g_p_distribution_href: (required)
|
|
2357
2360
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2392,6 +2395,7 @@ class DistributionsOpenpgpApi:
|
|
|
2392
2395
|
)
|
|
2393
2396
|
|
|
2394
2397
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2398
|
+
'200': "OpenPGPDistributionResponse",
|
|
2395
2399
|
'202': "AsyncOperationResponse",
|
|
2396
2400
|
}
|
|
2397
2401
|
response_data = self.api_client.call_api(
|
|
@@ -2423,10 +2427,10 @@ class DistributionsOpenpgpApi:
|
|
|
2423
2427
|
_content_type: Optional[StrictStr] = None,
|
|
2424
2428
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2425
2429
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2426
|
-
) -> ApiResponse[
|
|
2430
|
+
) -> ApiResponse[OpenPGPDistributionResponse]:
|
|
2427
2431
|
"""Update an open pgp distribution
|
|
2428
2432
|
|
|
2429
|
-
|
|
2433
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2430
2434
|
|
|
2431
2435
|
:param open_p_g_p_distribution_href: (required)
|
|
2432
2436
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2467,6 +2471,7 @@ class DistributionsOpenpgpApi:
|
|
|
2467
2471
|
)
|
|
2468
2472
|
|
|
2469
2473
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2474
|
+
'200': "OpenPGPDistributionResponse",
|
|
2470
2475
|
'202': "AsyncOperationResponse",
|
|
2471
2476
|
}
|
|
2472
2477
|
response_data = self.api_client.call_api(
|
|
@@ -2501,7 +2506,7 @@ class DistributionsOpenpgpApi:
|
|
|
2501
2506
|
) -> RESTResponseType:
|
|
2502
2507
|
"""Update an open pgp distribution
|
|
2503
2508
|
|
|
2504
|
-
|
|
2509
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
2505
2510
|
|
|
2506
2511
|
:param open_p_g_p_distribution_href: (required)
|
|
2507
2512
|
:type open_p_g_p_distribution_href: str
|
|
@@ -2542,6 +2547,7 @@ class DistributionsOpenpgpApi:
|
|
|
2542
2547
|
)
|
|
2543
2548
|
|
|
2544
2549
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2550
|
+
'200': "OpenPGPDistributionResponse",
|
|
2545
2551
|
'202': "AsyncOperationResponse",
|
|
2546
2552
|
}
|
|
2547
2553
|
response_data = self.api_client.call_api(
|
{pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/domains_api.py
RENAMED
|
@@ -1524,10 +1524,10 @@ class DomainsApi:
|
|
|
1524
1524
|
_content_type: Optional[StrictStr] = None,
|
|
1525
1525
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1526
1526
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1527
|
-
) ->
|
|
1527
|
+
) -> DomainResponse:
|
|
1528
1528
|
"""Update a domain
|
|
1529
1529
|
|
|
1530
|
-
|
|
1530
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1531
1531
|
|
|
1532
1532
|
:param domain_href: (required)
|
|
1533
1533
|
:type domain_href: str
|
|
@@ -1568,6 +1568,7 @@ class DomainsApi:
|
|
|
1568
1568
|
)
|
|
1569
1569
|
|
|
1570
1570
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1571
|
+
'200': "DomainResponse",
|
|
1571
1572
|
'202': "AsyncOperationResponse",
|
|
1572
1573
|
}
|
|
1573
1574
|
response_data = self.api_client.call_api(
|
|
@@ -1599,10 +1600,10 @@ class DomainsApi:
|
|
|
1599
1600
|
_content_type: Optional[StrictStr] = None,
|
|
1600
1601
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1601
1602
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1602
|
-
) -> ApiResponse[
|
|
1603
|
+
) -> ApiResponse[DomainResponse]:
|
|
1603
1604
|
"""Update a domain
|
|
1604
1605
|
|
|
1605
|
-
|
|
1606
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1606
1607
|
|
|
1607
1608
|
:param domain_href: (required)
|
|
1608
1609
|
:type domain_href: str
|
|
@@ -1643,6 +1644,7 @@ class DomainsApi:
|
|
|
1643
1644
|
)
|
|
1644
1645
|
|
|
1645
1646
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1647
|
+
'200': "DomainResponse",
|
|
1646
1648
|
'202': "AsyncOperationResponse",
|
|
1647
1649
|
}
|
|
1648
1650
|
response_data = self.api_client.call_api(
|
|
@@ -1677,7 +1679,7 @@ class DomainsApi:
|
|
|
1677
1679
|
) -> RESTResponseType:
|
|
1678
1680
|
"""Update a domain
|
|
1679
1681
|
|
|
1680
|
-
|
|
1682
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1681
1683
|
|
|
1682
1684
|
:param domain_href: (required)
|
|
1683
1685
|
:type domain_href: str
|
|
@@ -1718,6 +1720,7 @@ class DomainsApi:
|
|
|
1718
1720
|
)
|
|
1719
1721
|
|
|
1720
1722
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1723
|
+
'200': "DomainResponse",
|
|
1721
1724
|
'202': "AsyncOperationResponse",
|
|
1722
1725
|
}
|
|
1723
1726
|
response_data = self.api_client.call_api(
|
|
@@ -2762,7 +2765,7 @@ class DomainsApi:
|
|
|
2762
2765
|
_content_type: Optional[StrictStr] = None,
|
|
2763
2766
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2764
2767
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2765
|
-
) ->
|
|
2768
|
+
) -> DomainResponse:
|
|
2766
2769
|
"""Update a domain
|
|
2767
2770
|
|
|
2768
2771
|
Trigger an asynchronous update task
|
|
@@ -2806,6 +2809,7 @@ class DomainsApi:
|
|
|
2806
2809
|
)
|
|
2807
2810
|
|
|
2808
2811
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2812
|
+
'200': "DomainResponse",
|
|
2809
2813
|
'202': "AsyncOperationResponse",
|
|
2810
2814
|
}
|
|
2811
2815
|
response_data = self.api_client.call_api(
|
|
@@ -2837,7 +2841,7 @@ class DomainsApi:
|
|
|
2837
2841
|
_content_type: Optional[StrictStr] = None,
|
|
2838
2842
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2839
2843
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2840
|
-
) -> ApiResponse[
|
|
2844
|
+
) -> ApiResponse[DomainResponse]:
|
|
2841
2845
|
"""Update a domain
|
|
2842
2846
|
|
|
2843
2847
|
Trigger an asynchronous update task
|
|
@@ -2881,6 +2885,7 @@ class DomainsApi:
|
|
|
2881
2885
|
)
|
|
2882
2886
|
|
|
2883
2887
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2888
|
+
'200': "DomainResponse",
|
|
2884
2889
|
'202': "AsyncOperationResponse",
|
|
2885
2890
|
}
|
|
2886
2891
|
response_data = self.api_client.call_api(
|
|
@@ -2956,6 +2961,7 @@ class DomainsApi:
|
|
|
2956
2961
|
)
|
|
2957
2962
|
|
|
2958
2963
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2964
|
+
'200': "DomainResponse",
|
|
2959
2965
|
'202': "AsyncOperationResponse",
|
|
2960
2966
|
}
|
|
2961
2967
|
response_data = self.api_client.call_api(
|
|
@@ -1209,10 +1209,10 @@ class ExportersFilesystemApi:
|
|
|
1209
1209
|
_content_type: Optional[StrictStr] = None,
|
|
1210
1210
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1211
1211
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1212
|
-
) ->
|
|
1212
|
+
) -> FilesystemExporterResponse:
|
|
1213
1213
|
"""Update a filesystem exporter
|
|
1214
1214
|
|
|
1215
|
-
|
|
1215
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1216
1216
|
|
|
1217
1217
|
:param filesystem_exporter_href: (required)
|
|
1218
1218
|
:type filesystem_exporter_href: str
|
|
@@ -1253,6 +1253,7 @@ class ExportersFilesystemApi:
|
|
|
1253
1253
|
)
|
|
1254
1254
|
|
|
1255
1255
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1256
|
+
'200': "FilesystemExporterResponse",
|
|
1256
1257
|
'202': "AsyncOperationResponse",
|
|
1257
1258
|
}
|
|
1258
1259
|
response_data = self.api_client.call_api(
|
|
@@ -1284,10 +1285,10 @@ class ExportersFilesystemApi:
|
|
|
1284
1285
|
_content_type: Optional[StrictStr] = None,
|
|
1285
1286
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1286
1287
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1287
|
-
) -> ApiResponse[
|
|
1288
|
+
) -> ApiResponse[FilesystemExporterResponse]:
|
|
1288
1289
|
"""Update a filesystem exporter
|
|
1289
1290
|
|
|
1290
|
-
|
|
1291
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1291
1292
|
|
|
1292
1293
|
:param filesystem_exporter_href: (required)
|
|
1293
1294
|
:type filesystem_exporter_href: str
|
|
@@ -1328,6 +1329,7 @@ class ExportersFilesystemApi:
|
|
|
1328
1329
|
)
|
|
1329
1330
|
|
|
1330
1331
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1332
|
+
'200': "FilesystemExporterResponse",
|
|
1331
1333
|
'202': "AsyncOperationResponse",
|
|
1332
1334
|
}
|
|
1333
1335
|
response_data = self.api_client.call_api(
|
|
@@ -1362,7 +1364,7 @@ class ExportersFilesystemApi:
|
|
|
1362
1364
|
) -> RESTResponseType:
|
|
1363
1365
|
"""Update a filesystem exporter
|
|
1364
1366
|
|
|
1365
|
-
|
|
1367
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1366
1368
|
|
|
1367
1369
|
:param filesystem_exporter_href: (required)
|
|
1368
1370
|
:type filesystem_exporter_href: str
|
|
@@ -1403,6 +1405,7 @@ class ExportersFilesystemApi:
|
|
|
1403
1405
|
)
|
|
1404
1406
|
|
|
1405
1407
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1408
|
+
'200': "FilesystemExporterResponse",
|
|
1406
1409
|
'202': "AsyncOperationResponse",
|
|
1407
1410
|
}
|
|
1408
1411
|
response_data = self.api_client.call_api(
|
|
@@ -1831,10 +1834,10 @@ class ExportersFilesystemApi:
|
|
|
1831
1834
|
_content_type: Optional[StrictStr] = None,
|
|
1832
1835
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1833
1836
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1834
|
-
) ->
|
|
1837
|
+
) -> FilesystemExporterResponse:
|
|
1835
1838
|
"""Update a filesystem exporter
|
|
1836
1839
|
|
|
1837
|
-
|
|
1840
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1838
1841
|
|
|
1839
1842
|
:param filesystem_exporter_href: (required)
|
|
1840
1843
|
:type filesystem_exporter_href: str
|
|
@@ -1875,6 +1878,7 @@ class ExportersFilesystemApi:
|
|
|
1875
1878
|
)
|
|
1876
1879
|
|
|
1877
1880
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1881
|
+
'200': "FilesystemExporterResponse",
|
|
1878
1882
|
'202': "AsyncOperationResponse",
|
|
1879
1883
|
}
|
|
1880
1884
|
response_data = self.api_client.call_api(
|
|
@@ -1906,10 +1910,10 @@ class ExportersFilesystemApi:
|
|
|
1906
1910
|
_content_type: Optional[StrictStr] = None,
|
|
1907
1911
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1908
1912
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1909
|
-
) -> ApiResponse[
|
|
1913
|
+
) -> ApiResponse[FilesystemExporterResponse]:
|
|
1910
1914
|
"""Update a filesystem exporter
|
|
1911
1915
|
|
|
1912
|
-
|
|
1916
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1913
1917
|
|
|
1914
1918
|
:param filesystem_exporter_href: (required)
|
|
1915
1919
|
:type filesystem_exporter_href: str
|
|
@@ -1950,6 +1954,7 @@ class ExportersFilesystemApi:
|
|
|
1950
1954
|
)
|
|
1951
1955
|
|
|
1952
1956
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1957
|
+
'200': "FilesystemExporterResponse",
|
|
1953
1958
|
'202': "AsyncOperationResponse",
|
|
1954
1959
|
}
|
|
1955
1960
|
response_data = self.api_client.call_api(
|
|
@@ -1984,7 +1989,7 @@ class ExportersFilesystemApi:
|
|
|
1984
1989
|
) -> RESTResponseType:
|
|
1985
1990
|
"""Update a filesystem exporter
|
|
1986
1991
|
|
|
1987
|
-
|
|
1992
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1988
1993
|
|
|
1989
1994
|
:param filesystem_exporter_href: (required)
|
|
1990
1995
|
:type filesystem_exporter_href: str
|
|
@@ -2025,6 +2030,7 @@ class ExportersFilesystemApi:
|
|
|
2025
2030
|
)
|
|
2026
2031
|
|
|
2027
2032
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2033
|
+
'200': "FilesystemExporterResponse",
|
|
2028
2034
|
'202': "AsyncOperationResponse",
|
|
2029
2035
|
}
|
|
2030
2036
|
response_data = self.api_client.call_api(
|
{pulpcore-client-3.89.1 → pulpcore-client-3.90.1}/pulpcore/client/pulpcore/api/exporters_pulp_api.py
RENAMED
|
@@ -1209,10 +1209,10 @@ class ExportersPulpApi:
|
|
|
1209
1209
|
_content_type: Optional[StrictStr] = None,
|
|
1210
1210
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1211
1211
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1212
|
-
) ->
|
|
1212
|
+
) -> PulpExporterResponse:
|
|
1213
1213
|
"""Update a pulp exporter
|
|
1214
1214
|
|
|
1215
|
-
|
|
1215
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1216
1216
|
|
|
1217
1217
|
:param pulp_exporter_href: (required)
|
|
1218
1218
|
:type pulp_exporter_href: str
|
|
@@ -1253,6 +1253,7 @@ class ExportersPulpApi:
|
|
|
1253
1253
|
)
|
|
1254
1254
|
|
|
1255
1255
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1256
|
+
'200': "PulpExporterResponse",
|
|
1256
1257
|
'202': "AsyncOperationResponse",
|
|
1257
1258
|
}
|
|
1258
1259
|
response_data = self.api_client.call_api(
|
|
@@ -1284,10 +1285,10 @@ class ExportersPulpApi:
|
|
|
1284
1285
|
_content_type: Optional[StrictStr] = None,
|
|
1285
1286
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1286
1287
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1287
|
-
) -> ApiResponse[
|
|
1288
|
+
) -> ApiResponse[PulpExporterResponse]:
|
|
1288
1289
|
"""Update a pulp exporter
|
|
1289
1290
|
|
|
1290
|
-
|
|
1291
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1291
1292
|
|
|
1292
1293
|
:param pulp_exporter_href: (required)
|
|
1293
1294
|
:type pulp_exporter_href: str
|
|
@@ -1328,6 +1329,7 @@ class ExportersPulpApi:
|
|
|
1328
1329
|
)
|
|
1329
1330
|
|
|
1330
1331
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1332
|
+
'200': "PulpExporterResponse",
|
|
1331
1333
|
'202': "AsyncOperationResponse",
|
|
1332
1334
|
}
|
|
1333
1335
|
response_data = self.api_client.call_api(
|
|
@@ -1362,7 +1364,7 @@ class ExportersPulpApi:
|
|
|
1362
1364
|
) -> RESTResponseType:
|
|
1363
1365
|
"""Update a pulp exporter
|
|
1364
1366
|
|
|
1365
|
-
|
|
1367
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
1366
1368
|
|
|
1367
1369
|
:param pulp_exporter_href: (required)
|
|
1368
1370
|
:type pulp_exporter_href: str
|
|
@@ -1403,6 +1405,7 @@ class ExportersPulpApi:
|
|
|
1403
1405
|
)
|
|
1404
1406
|
|
|
1405
1407
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1408
|
+
'200': "PulpExporterResponse",
|
|
1406
1409
|
'202': "AsyncOperationResponse",
|
|
1407
1410
|
}
|
|
1408
1411
|
response_data = self.api_client.call_api(
|
|
@@ -1831,10 +1834,10 @@ class ExportersPulpApi:
|
|
|
1831
1834
|
_content_type: Optional[StrictStr] = None,
|
|
1832
1835
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1833
1836
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1834
|
-
) ->
|
|
1837
|
+
) -> PulpExporterResponse:
|
|
1835
1838
|
"""Update a pulp exporter
|
|
1836
1839
|
|
|
1837
|
-
|
|
1840
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1838
1841
|
|
|
1839
1842
|
:param pulp_exporter_href: (required)
|
|
1840
1843
|
:type pulp_exporter_href: str
|
|
@@ -1875,6 +1878,7 @@ class ExportersPulpApi:
|
|
|
1875
1878
|
)
|
|
1876
1879
|
|
|
1877
1880
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1881
|
+
'200': "PulpExporterResponse",
|
|
1878
1882
|
'202': "AsyncOperationResponse",
|
|
1879
1883
|
}
|
|
1880
1884
|
response_data = self.api_client.call_api(
|
|
@@ -1906,10 +1910,10 @@ class ExportersPulpApi:
|
|
|
1906
1910
|
_content_type: Optional[StrictStr] = None,
|
|
1907
1911
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1908
1912
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1909
|
-
) -> ApiResponse[
|
|
1913
|
+
) -> ApiResponse[PulpExporterResponse]:
|
|
1910
1914
|
"""Update a pulp exporter
|
|
1911
1915
|
|
|
1912
|
-
|
|
1916
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1913
1917
|
|
|
1914
1918
|
:param pulp_exporter_href: (required)
|
|
1915
1919
|
:type pulp_exporter_href: str
|
|
@@ -1950,6 +1954,7 @@ class ExportersPulpApi:
|
|
|
1950
1954
|
)
|
|
1951
1955
|
|
|
1952
1956
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1957
|
+
'200': "PulpExporterResponse",
|
|
1953
1958
|
'202': "AsyncOperationResponse",
|
|
1954
1959
|
}
|
|
1955
1960
|
response_data = self.api_client.call_api(
|
|
@@ -1984,7 +1989,7 @@ class ExportersPulpApi:
|
|
|
1984
1989
|
) -> RESTResponseType:
|
|
1985
1990
|
"""Update a pulp exporter
|
|
1986
1991
|
|
|
1987
|
-
|
|
1992
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
1988
1993
|
|
|
1989
1994
|
:param pulp_exporter_href: (required)
|
|
1990
1995
|
:type pulp_exporter_href: str
|
|
@@ -2025,6 +2030,7 @@ class ExportersPulpApi:
|
|
|
2025
2030
|
)
|
|
2026
2031
|
|
|
2027
2032
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2033
|
+
'200': "PulpExporterResponse",
|
|
2028
2034
|
'202': "AsyncOperationResponse",
|
|
2029
2035
|
}
|
|
2030
2036
|
response_data = self.api_client.call_api(
|
|
@@ -2667,10 +2667,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2667
2667
|
_content_type: Optional[StrictStr] = None,
|
|
2668
2668
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2669
2669
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2670
|
-
) ->
|
|
2670
|
+
) -> OpenPGPKeyringResponse:
|
|
2671
2671
|
"""Update an open pgp keyring
|
|
2672
2672
|
|
|
2673
|
-
|
|
2673
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2674
2674
|
|
|
2675
2675
|
:param open_p_g_p_keyring_href: (required)
|
|
2676
2676
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2711,6 +2711,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2711
2711
|
)
|
|
2712
2712
|
|
|
2713
2713
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2714
|
+
'200': "OpenPGPKeyringResponse",
|
|
2714
2715
|
'202': "AsyncOperationResponse",
|
|
2715
2716
|
}
|
|
2716
2717
|
response_data = self.api_client.call_api(
|
|
@@ -2742,10 +2743,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2742
2743
|
_content_type: Optional[StrictStr] = None,
|
|
2743
2744
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2744
2745
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2745
|
-
) -> ApiResponse[
|
|
2746
|
+
) -> ApiResponse[OpenPGPKeyringResponse]:
|
|
2746
2747
|
"""Update an open pgp keyring
|
|
2747
2748
|
|
|
2748
|
-
|
|
2749
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2749
2750
|
|
|
2750
2751
|
:param open_p_g_p_keyring_href: (required)
|
|
2751
2752
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2786,6 +2787,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2786
2787
|
)
|
|
2787
2788
|
|
|
2788
2789
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2790
|
+
'200': "OpenPGPKeyringResponse",
|
|
2789
2791
|
'202': "AsyncOperationResponse",
|
|
2790
2792
|
}
|
|
2791
2793
|
response_data = self.api_client.call_api(
|
|
@@ -2820,7 +2822,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2820
2822
|
) -> RESTResponseType:
|
|
2821
2823
|
"""Update an open pgp keyring
|
|
2822
2824
|
|
|
2823
|
-
|
|
2825
|
+
Update the entity partially and trigger an asynchronous task if necessary
|
|
2824
2826
|
|
|
2825
2827
|
:param open_p_g_p_keyring_href: (required)
|
|
2826
2828
|
:type open_p_g_p_keyring_href: str
|
|
@@ -2861,6 +2863,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
2861
2863
|
)
|
|
2862
2864
|
|
|
2863
2865
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2866
|
+
'200': "OpenPGPKeyringResponse",
|
|
2864
2867
|
'202': "AsyncOperationResponse",
|
|
2865
2868
|
}
|
|
2866
2869
|
response_data = self.api_client.call_api(
|
|
@@ -4213,10 +4216,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4213
4216
|
_content_type: Optional[StrictStr] = None,
|
|
4214
4217
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4215
4218
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4216
|
-
) ->
|
|
4219
|
+
) -> OpenPGPKeyringResponse:
|
|
4217
4220
|
"""Update an open pgp keyring
|
|
4218
4221
|
|
|
4219
|
-
|
|
4222
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4220
4223
|
|
|
4221
4224
|
:param open_p_g_p_keyring_href: (required)
|
|
4222
4225
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4257,6 +4260,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4257
4260
|
)
|
|
4258
4261
|
|
|
4259
4262
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4263
|
+
'200': "OpenPGPKeyringResponse",
|
|
4260
4264
|
'202': "AsyncOperationResponse",
|
|
4261
4265
|
}
|
|
4262
4266
|
response_data = self.api_client.call_api(
|
|
@@ -4288,10 +4292,10 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4288
4292
|
_content_type: Optional[StrictStr] = None,
|
|
4289
4293
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4290
4294
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4291
|
-
) -> ApiResponse[
|
|
4295
|
+
) -> ApiResponse[OpenPGPKeyringResponse]:
|
|
4292
4296
|
"""Update an open pgp keyring
|
|
4293
4297
|
|
|
4294
|
-
|
|
4298
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4295
4299
|
|
|
4296
4300
|
:param open_p_g_p_keyring_href: (required)
|
|
4297
4301
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4332,6 +4336,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4332
4336
|
)
|
|
4333
4337
|
|
|
4334
4338
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4339
|
+
'200': "OpenPGPKeyringResponse",
|
|
4335
4340
|
'202': "AsyncOperationResponse",
|
|
4336
4341
|
}
|
|
4337
4342
|
response_data = self.api_client.call_api(
|
|
@@ -4366,7 +4371,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4366
4371
|
) -> RESTResponseType:
|
|
4367
4372
|
"""Update an open pgp keyring
|
|
4368
4373
|
|
|
4369
|
-
|
|
4374
|
+
Update the entity and trigger an asynchronous task if necessary
|
|
4370
4375
|
|
|
4371
4376
|
:param open_p_g_p_keyring_href: (required)
|
|
4372
4377
|
:type open_p_g_p_keyring_href: str
|
|
@@ -4407,6 +4412,7 @@ class RepositoriesOpenpgpKeyringApi:
|
|
|
4407
4412
|
)
|
|
4408
4413
|
|
|
4409
4414
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4415
|
+
'200': "OpenPGPKeyringResponse",
|
|
4410
4416
|
'202': "AsyncOperationResponse",
|
|
4411
4417
|
}
|
|
4412
4418
|
response_data = self.api_client.call_api(
|