pulp-ansible-client 0.25.2__tar.gz → 0.25.3__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.
Files changed (321) hide show
  1. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/PKG-INFO +1 -1
  2. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/README.md +1 -1
  3. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulp_ansible_client.egg-info/PKG-INFO +1 -1
  4. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/__init__.py +1 -1
  5. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api_client.py +1 -1
  6. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/configuration.py +1 -1
  7. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py +11 -11
  8. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_git_remote.py +66 -66
  9. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_git_remote_response.py +47 -47
  10. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_role.py +3 -3
  11. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_role_response.py +11 -11
  12. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/patchedansible_git_remote.py +66 -66
  13. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pyproject.toml +1 -1
  14. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/setup.py +1 -1
  15. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulp_ansible_client.egg-info/SOURCES.txt +0 -0
  16. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulp_ansible_client.egg-info/dependency_links.txt +0 -0
  17. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulp_ansible_client.egg-info/requires.txt +0 -0
  18. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulp_ansible_client.egg-info/top_level.txt +0 -0
  19. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/__init__.py +0 -0
  20. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/__init__.py +0 -0
  21. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/__init__.py +0 -0
  22. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/ansible_collections_api.py +0 -0
  23. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/ansible_copy_api.py +0 -0
  24. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/api_plugin_ansible_search_collection_versions_api.py +0 -0
  25. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/api_roles_api.py +0 -0
  26. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/collection_import_api.py +0 -0
  27. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/content_collection_deprecations_api.py +0 -0
  28. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/content_collection_marks_api.py +0 -0
  29. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/content_collection_signatures_api.py +0 -0
  30. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/content_collection_versions_api.py +45 -45
  31. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/content_namespaces_api.py +0 -0
  32. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/content_roles_api.py +0 -0
  33. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/distributions_ansible_api.py +0 -0
  34. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_api.py +0 -0
  35. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_api.py +0 -0
  36. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_artifacts_collections_api.py +0 -0
  37. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collection_versions_all_api.py +0 -0
  38. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_all_api.py +0 -0
  39. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_api.py +0 -0
  40. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_versions_api.py +0 -0
  41. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.py +0 -0
  42. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_namespaces_api.py +0 -0
  43. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.py +0 -0
  44. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
  45. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
  46. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.py +0 -0
  47. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
  48. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
  49. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
  50. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
  51. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
  52. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_artifacts_collections_v3_api.py +0 -0
  53. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_api.py +0 -0
  54. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_api.py +0 -0
  55. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_artifacts_collections_api.py +0 -0
  56. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collection_versions_all_api.py +0 -0
  57. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_all_api.py +0 -0
  58. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_api.py +0 -0
  59. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_versions_api.py +0 -0
  60. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.py +0 -0
  61. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_namespaces_api.py +0 -0
  62. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.py +0 -0
  63. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
  64. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
  65. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.py +0 -0
  66. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
  67. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
  68. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
  69. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
  70. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
  71. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.py +0 -0
  72. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/pulp_ansible_tags_api.py +0 -0
  73. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/remotes_collection_api.py +0 -0
  74. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/remotes_git_api.py +0 -0
  75. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/remotes_role_api.py +0 -0
  76. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/repositories_ansible_api.py +0 -0
  77. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py +0 -0
  78. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api/versions_api.py +0 -0
  79. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/api_response.py +0 -0
  80. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/exceptions.py +0 -0
  81. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/__init__.py +0 -0
  82. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated.py +0 -0
  83. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated_response.py +0 -0
  84. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution.py +0 -0
  85. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution_response.py +0 -0
  86. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata.py +0 -0
  87. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata_response.py +0 -0
  88. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py +0 -0
  89. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py +0 -0
  90. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_collection_remote.py +0 -0
  91. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py +0 -0
  92. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response_hidden_fields_inner.py +0 -0
  93. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_collection_response.py +0 -0
  94. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_collection_version_mark.py +0 -0
  95. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_collection_version_mark_response.py +0 -0
  96. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_collection_version_signature_response.py +0 -0
  97. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_repository_mark.py +0 -0
  98. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_repository_rebuild.py +0 -0
  99. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_repository_signature.py +0 -0
  100. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_repository_sync_url.py +0 -0
  101. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_role_remote.py +0 -0
  102. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py +0 -0
  103. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/ansible_tag_response.py +0 -0
  104. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/artifact_ref_response.py +0 -0
  105. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/async_operation_response.py +0 -0
  106. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/client_configuration_response.py +0 -0
  107. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_import_detail_response.py +0 -0
  108. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_metadata_response.py +0 -0
  109. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_namespace_response.py +0 -0
  110. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_ref_response.py +0 -0
  111. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_response.py +0 -0
  112. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_summary_response.py +0 -0
  113. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_version_copy_move.py +0 -0
  114. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_version_docs_response.py +0 -0
  115. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_version_list_response.py +0 -0
  116. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_version_response.py +0 -0
  117. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_version_search_list.py +0 -0
  118. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_version_search_list_response.py +0 -0
  119. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/collection_version_signature_response.py +0 -0
  120. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/content_summary_response.py +0 -0
  121. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/copy.py +0 -0
  122. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/galaxy_role_response.py +0 -0
  123. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/galaxy_role_version_response.py +0 -0
  124. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/my_permissions_response.py +0 -0
  125. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/namespace_link.py +0 -0
  126. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/namespace_link_response.py +0 -0
  127. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/nested_role.py +0 -0
  128. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/nested_role_response.py +0 -0
  129. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/object_roles_response.py +0 -0
  130. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list.py +0 -0
  131. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py +0 -0
  132. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_meta.py +0 -0
  133. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_collection_version_list_response_list.py +0 -0
  134. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_collection_version_search_list_response_list.py +0 -0
  135. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py +0 -0
  136. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py +0 -0
  137. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py +0 -0
  138. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py +0 -0
  139. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_collection_deprecated_response_list.py +0 -0
  140. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py +0 -0
  141. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_namespace_metadata_response_list.py +0 -0
  142. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py +0 -0
  143. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py +0 -0
  144. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py +0 -0
  145. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_mark_response_list.py +0 -0
  146. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py +0 -0
  147. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_signature_response_list.py +0 -0
  148. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_git_remote_response_list.py +0 -0
  149. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py +0 -0
  150. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py +0 -0
  151. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/patched_collection.py +0 -0
  152. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/patchedansible_ansible_distribution.py +0 -0
  153. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py +0 -0
  154. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py +0 -0
  155. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py +0 -0
  156. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/policy_enum.py +0 -0
  157. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/repair.py +0 -0
  158. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/repo_metadata_response.py +0 -0
  159. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/repository.py +0 -0
  160. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/repository_add_remove_content.py +0 -0
  161. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/repository_response.py +0 -0
  162. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/repository_version_response.py +0 -0
  163. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/set_label.py +0 -0
  164. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/set_label_response.py +0 -0
  165. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/tag_response.py +0 -0
  166. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py +0 -0
  167. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/unset_label.py +0 -0
  168. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/models/unset_label_response.py +0 -0
  169. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/py.typed +0 -0
  170. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/pulpcore/client/pulp_ansible/rest.py +0 -0
  171. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/setup.cfg +0 -0
  172. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_ansible_collection_deprecated.py +0 -0
  173. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_ansible_collection_deprecated_response.py +0 -0
  174. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_ansible_distribution.py +0 -0
  175. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_ansible_distribution_response.py +0 -0
  176. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_ansible_namespace_metadata.py +0 -0
  177. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_ansible_namespace_metadata_response.py +0 -0
  178. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_ansible_repository.py +0 -0
  179. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_ansible_repository_response.py +0 -0
  180. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collection_remote.py +0 -0
  181. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collection_remote_response.py +0 -0
  182. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collection_remote_response_hidden_fields_inner.py +0 -0
  183. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collection_response.py +0 -0
  184. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collection_version_mark.py +0 -0
  185. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collection_version_mark_response.py +0 -0
  186. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collection_version_response.py +4 -4
  187. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collection_version_signature_response.py +0 -0
  188. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_collections_api.py +0 -0
  189. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_copy_api.py +0 -0
  190. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_git_remote.py +18 -18
  191. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_git_remote_response.py +20 -20
  192. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_repository_mark.py +0 -0
  193. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_repository_rebuild.py +0 -0
  194. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_repository_signature.py +0 -0
  195. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_repository_sync_url.py +0 -0
  196. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_role.py +1 -1
  197. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_role_remote.py +0 -0
  198. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_role_remote_response.py +0 -0
  199. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_role_response.py +4 -4
  200. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_ansible_tag_response.py +0 -0
  201. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_api_plugin_ansible_search_collection_versions_api.py +0 -0
  202. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_api_roles_api.py +0 -0
  203. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_artifact_ref_response.py +0 -0
  204. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_async_operation_response.py +0 -0
  205. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_client_configuration_response.py +0 -0
  206. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_import_api.py +0 -0
  207. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_import_detail_response.py +0 -0
  208. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_metadata_response.py +0 -0
  209. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_namespace_response.py +0 -0
  210. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_ref_response.py +0 -0
  211. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_response.py +0 -0
  212. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_summary_response.py +0 -0
  213. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_version_copy_move.py +0 -0
  214. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_version_docs_response.py +0 -0
  215. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_version_list_response.py +0 -0
  216. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_version_response.py +0 -0
  217. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_version_search_list.py +0 -0
  218. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_version_search_list_response.py +0 -0
  219. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_collection_version_signature_response.py +0 -0
  220. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_content_collection_deprecations_api.py +0 -0
  221. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_content_collection_marks_api.py +0 -0
  222. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_content_collection_signatures_api.py +0 -0
  223. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_content_collection_versions_api.py +0 -0
  224. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_content_namespaces_api.py +0 -0
  225. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_content_roles_api.py +0 -0
  226. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_content_summary_response.py +0 -0
  227. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_copy.py +0 -0
  228. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_distributions_ansible_api.py +0 -0
  229. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_galaxy_role_response.py +0 -0
  230. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_galaxy_role_version_response.py +0 -0
  231. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_my_permissions_response.py +0 -0
  232. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_namespace_link.py +0 -0
  233. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_namespace_link_response.py +0 -0
  234. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_nested_role.py +0 -0
  235. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_nested_role_response.py +0 -0
  236. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_object_roles_response.py +0 -0
  237. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_collection_response_list.py +0 -0
  238. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_collection_response_list_links.py +0 -0
  239. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_collection_response_list_meta.py +0 -0
  240. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_collection_version_list_response_list.py +0 -0
  241. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_collection_version_search_list_response_list.py +0 -0
  242. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_galaxy_role_response_list.py +0 -0
  243. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_galaxy_role_version_response_list.py +0 -0
  244. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_repository_version_response_list.py +0 -0
  245. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginated_tag_response_list.py +0 -0
  246. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_ansible_collection_deprecated_response_list.py +0 -0
  247. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_ansible_distribution_response_list.py +0 -0
  248. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_ansible_namespace_metadata_response_list.py +0 -0
  249. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_ansible_repository_response_list.py +0 -0
  250. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_collection_remote_response_list.py +0 -0
  251. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_collection_response_list.py +0 -0
  252. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_collection_version_mark_response_list.py +0 -0
  253. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_collection_version_response_list.py +8 -8
  254. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_collection_version_signature_response_list.py +0 -0
  255. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_git_remote_response_list.py +38 -38
  256. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_role_remote_response_list.py +0 -0
  257. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_paginatedansible_role_response_list.py +8 -8
  258. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_patched_collection.py +0 -0
  259. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_patchedansible_ansible_distribution.py +0 -0
  260. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_patchedansible_ansible_repository.py +0 -0
  261. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_patchedansible_collection_remote.py +0 -0
  262. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_patchedansible_git_remote.py +17 -17
  263. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_patchedansible_role_remote.py +0 -0
  264. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_policy_enum.py +0 -0
  265. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_api.py +0 -0
  266. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_api.py +0 -0
  267. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_artifacts_collections_api.py +0 -0
  268. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_collection_versions_all_api.py +0 -0
  269. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_collections_all_api.py +0 -0
  270. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_collections_api.py +0 -0
  271. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_collections_versions_api.py +0 -0
  272. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_collections_versions_docs_blob_api.py +0 -0
  273. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_namespaces_api.py +0 -0
  274. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_client_configuration_api.py +0 -0
  275. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
  276. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
  277. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_api.py +0 -0
  278. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
  279. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
  280. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
  281. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
  282. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
  283. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_artifacts_collections_v3_api.py +0 -0
  284. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_api.py +0 -0
  285. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_api.py +0 -0
  286. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_artifacts_collections_api.py +0 -0
  287. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_collection_versions_all_api.py +0 -0
  288. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_collections_all_api.py +0 -0
  289. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_collections_api.py +0 -0
  290. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_collections_versions_api.py +0 -0
  291. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_collections_versions_docs_blob_api.py +0 -0
  292. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_namespaces_api.py +0 -0
  293. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.py +0 -0
  294. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
  295. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
  296. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.py +0 -0
  297. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
  298. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
  299. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
  300. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
  301. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
  302. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.py +0 -0
  303. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_pulp_ansible_tags_api.py +0 -0
  304. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_remotes_collection_api.py +0 -0
  305. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_remotes_git_api.py +0 -0
  306. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_remotes_role_api.py +0 -0
  307. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_repair.py +0 -0
  308. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_repo_metadata_response.py +0 -0
  309. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_repositories_ansible_api.py +0 -0
  310. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_repositories_ansible_versions_api.py +0 -0
  311. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_repository.py +0 -0
  312. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_repository_add_remove_content.py +0 -0
  313. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_repository_response.py +0 -0
  314. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_repository_version_response.py +0 -0
  315. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_set_label.py +0 -0
  316. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_set_label_response.py +0 -0
  317. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_tag_response.py +0 -0
  318. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_unpaginated_collection_version_response.py +0 -0
  319. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_unset_label.py +0 -0
  320. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_unset_label_response.py +0 -0
  321. {pulp_ansible_client-0.25.2 → pulp_ansible_client-0.25.3}/test/test_versions_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_ansible-client
3
- Version: 0.25.2
3
+ Version: 0.25.3
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -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: 0.25.2
7
+ - Package version: 0.25.3
8
8
  - Generator version: 7.10.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_ansible-client
3
- Version: 0.25.2
3
+ Version: 0.25.3
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "0.25.2"
18
+ __version__ = "0.25.3"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_ansible.api.ansible_collections_api import AnsibleCollectionsApi
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/0.25.2/python'
94
+ self.user_agent = 'OpenAPI-Generator/0.25.3/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -549,7 +549,7 @@ conf = pulpcore.client.pulp_ansible.Configuration(
549
549
  "OS: {env}\n"\
550
550
  "Python Version: {pyversion}\n"\
551
551
  "Version of the API: v3\n"\
552
- "SDK Package Version: 0.25.2".\
552
+ "SDK Package Version: 0.25.3".\
553
553
  format(env=sys.platform, pyversion=sys.version)
554
554
 
555
555
  def get_host_settings(self) -> List[HostSetting]:
@@ -38,12 +38,12 @@ class AnsibleCollectionVersionResponse(BaseModel):
38
38
  """
39
39
  A serializer for CollectionVersion Content.
40
40
  """ # noqa: E501
41
- prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
42
- pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
43
- artifact: Optional[StrictStr] = Field(default=None, description="Artifact file representing the physical content")
44
- pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
45
41
  pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
42
+ pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
43
+ artifact: Optional[StrictStr] = Field(default=None, description="Artifact file representing the physical content")
44
+ prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
46
45
  pulp_href: Optional[StrictStr] = None
46
+ pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
47
47
  sha256: Optional[StrictStr] = Field(default=None, description="The SHA-256 checksum if available.")
48
48
  md5: Optional[StrictStr] = Field(default=None, description="The MD5 checksum if available.")
49
49
  sha1: Optional[StrictStr] = Field(default=None, description="The SHA-1 checksum if available.")
@@ -64,7 +64,7 @@ class AnsibleCollectionVersionResponse(BaseModel):
64
64
  tags: Optional[List[AnsibleTagResponse]] = None
65
65
  version: Optional[Annotated[str, Field(strict=True, max_length=128)]] = Field(default=None, description="The version of the collection.")
66
66
  requires_ansible: Optional[Annotated[str, Field(strict=True, max_length=255)]] = Field(default=None, description="The version of Ansible required to use the collection. Multiple versions can be separated with a comma.")
67
- __properties: ClassVar[List[str]] = ["prn", "pulp_labels", "artifact", "pulp_created", "pulp_last_updated", "pulp_href", "sha256", "md5", "sha1", "sha224", "sha384", "sha512", "id", "authors", "dependencies", "description", "documentation", "homepage", "issues", "license", "name", "namespace", "origin_repository", "tags", "version", "requires_ansible"]
67
+ __properties: ClassVar[List[str]] = ["pulp_last_updated", "pulp_created", "artifact", "prn", "pulp_href", "pulp_labels", "sha256", "md5", "sha1", "sha224", "sha384", "sha512", "id", "authors", "dependencies", "description", "documentation", "homepage", "issues", "license", "name", "namespace", "origin_repository", "tags", "version", "requires_ansible"]
68
68
 
69
69
  model_config = ConfigDict(
70
70
  populate_by_name=True,
@@ -122,9 +122,9 @@ class AnsibleCollectionVersionResponse(BaseModel):
122
122
  * OpenAPI `readOnly` fields are excluded.
123
123
  """
124
124
  excluded_fields: Set[str] = set([
125
- "prn",
126
- "pulp_created",
127
125
  "pulp_last_updated",
126
+ "pulp_created",
127
+ "prn",
128
128
  "pulp_href",
129
129
  "sha256",
130
130
  "md5",
@@ -177,12 +177,12 @@ class AnsibleCollectionVersionResponse(BaseModel):
177
177
  return cls.model_validate(obj)
178
178
 
179
179
  _obj = cls.model_validate({
180
- "prn": obj.get("prn"),
181
- "pulp_labels": obj.get("pulp_labels"),
182
- "artifact": obj.get("artifact"),
183
- "pulp_created": obj.get("pulp_created"),
184
180
  "pulp_last_updated": obj.get("pulp_last_updated"),
181
+ "pulp_created": obj.get("pulp_created"),
182
+ "artifact": obj.get("artifact"),
183
+ "prn": obj.get("prn"),
185
184
  "pulp_href": obj.get("pulp_href"),
185
+ "pulp_labels": obj.get("pulp_labels"),
186
186
  "sha256": obj.get("sha256"),
187
187
  "md5": obj.get("md5"),
188
188
  "sha1": obj.get("sha1"),
@@ -36,29 +36,29 @@ class AnsibleGitRemote(BaseModel):
36
36
  """
37
37
  A serializer for Git Collection Remotes.
38
38
  """ # noqa: E501
39
- max_retries: Optional[StrictInt] = Field(default=None, description="Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.")
40
- download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
41
39
  proxy_password: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed.")
42
- pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
40
+ username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to be used for authentication when syncing.")
41
+ rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
42
+ max_retries: Optional[StrictInt] = Field(default=None, description="Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.")
43
+ total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
44
+ password: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.")
45
+ name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this remote.")
46
+ headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
47
+ proxy_username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to authenticte to the proxy.")
48
+ client_key: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded private key used for authentication.")
49
+ url: Annotated[str, Field(min_length=1, strict=True)] = Field(description="The URL of an external content source.")
43
50
  sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
51
+ tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
44
52
  proxy_url: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
53
+ pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
54
+ ca_cert: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded CA certificate used to validate the server certificate presented by the remote server.")
55
+ download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
45
56
  connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
46
- url: Annotated[str, Field(min_length=1, strict=True)] = Field(description="The URL of an external content source.")
47
- total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
48
57
  client_cert: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded client certificate used for authentication.")
49
- proxy_username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to authenticte to the proxy.")
50
- password: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The password to be used for authentication when syncing. Extra leading and trailing whitespace characters are not trimmed.")
51
- ca_cert: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded CA certificate used to validate the server certificate presented by the remote server.")
52
58
  sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
53
- headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
54
- tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
55
- rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
56
- name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this remote.")
57
- username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to be used for authentication when syncing.")
58
- client_key: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded private key used for authentication.")
59
59
  metadata_only: Optional[StrictBool] = Field(default=None, description="If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.")
60
60
  git_ref: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A git ref. e.g.: branch, tag, or commit sha.")
61
- __properties: ClassVar[List[str]] = ["max_retries", "download_concurrency", "proxy_password", "pulp_labels", "sock_read_timeout", "proxy_url", "connect_timeout", "url", "total_timeout", "client_cert", "proxy_username", "password", "ca_cert", "sock_connect_timeout", "headers", "tls_validation", "rate_limit", "name", "username", "client_key", "metadata_only", "git_ref"]
61
+ __properties: ClassVar[List[str]] = ["proxy_password", "username", "rate_limit", "max_retries", "total_timeout", "password", "name", "headers", "proxy_username", "client_key", "url", "sock_read_timeout", "tls_validation", "proxy_url", "pulp_labels", "ca_cert", "download_concurrency", "connect_timeout", "client_cert", "sock_connect_timeout", "metadata_only", "git_ref"]
62
62
 
63
63
  model_config = ConfigDict(
64
64
  populate_by_name=True,
@@ -99,80 +99,80 @@ class AnsibleGitRemote(BaseModel):
99
99
  exclude=excluded_fields,
100
100
  exclude_none=True,
101
101
  )
102
- # set to None if max_retries (nullable) is None
103
- # and model_fields_set contains the field
104
- if self.max_retries is None and "max_retries" in self.model_fields_set:
105
- _dict['max_retries'] = None
106
-
107
- # set to None if download_concurrency (nullable) is None
108
- # and model_fields_set contains the field
109
- if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
110
- _dict['download_concurrency'] = None
111
-
112
102
  # set to None if proxy_password (nullable) is None
113
103
  # and model_fields_set contains the field
114
104
  if self.proxy_password is None and "proxy_password" in self.model_fields_set:
115
105
  _dict['proxy_password'] = None
116
106
 
117
- # set to None if sock_read_timeout (nullable) is None
107
+ # set to None if username (nullable) is None
118
108
  # and model_fields_set contains the field
119
- if self.sock_read_timeout is None and "sock_read_timeout" in self.model_fields_set:
120
- _dict['sock_read_timeout'] = None
109
+ if self.username is None and "username" in self.model_fields_set:
110
+ _dict['username'] = None
121
111
 
122
- # set to None if proxy_url (nullable) is None
112
+ # set to None if rate_limit (nullable) is None
123
113
  # and model_fields_set contains the field
124
- if self.proxy_url is None and "proxy_url" in self.model_fields_set:
125
- _dict['proxy_url'] = None
114
+ if self.rate_limit is None and "rate_limit" in self.model_fields_set:
115
+ _dict['rate_limit'] = None
126
116
 
127
- # set to None if connect_timeout (nullable) is None
117
+ # set to None if max_retries (nullable) is None
128
118
  # and model_fields_set contains the field
129
- if self.connect_timeout is None and "connect_timeout" in self.model_fields_set:
130
- _dict['connect_timeout'] = None
119
+ if self.max_retries is None and "max_retries" in self.model_fields_set:
120
+ _dict['max_retries'] = None
131
121
 
132
122
  # set to None if total_timeout (nullable) is None
133
123
  # and model_fields_set contains the field
134
124
  if self.total_timeout is None and "total_timeout" in self.model_fields_set:
135
125
  _dict['total_timeout'] = None
136
126
 
137
- # set to None if client_cert (nullable) is None
127
+ # set to None if password (nullable) is None
138
128
  # and model_fields_set contains the field
139
- if self.client_cert is None and "client_cert" in self.model_fields_set:
140
- _dict['client_cert'] = None
129
+ if self.password is None and "password" in self.model_fields_set:
130
+ _dict['password'] = None
141
131
 
142
132
  # set to None if proxy_username (nullable) is None
143
133
  # and model_fields_set contains the field
144
134
  if self.proxy_username is None and "proxy_username" in self.model_fields_set:
145
135
  _dict['proxy_username'] = None
146
136
 
147
- # set to None if password (nullable) is None
137
+ # set to None if client_key (nullable) is None
148
138
  # and model_fields_set contains the field
149
- if self.password is None and "password" in self.model_fields_set:
150
- _dict['password'] = None
139
+ if self.client_key is None and "client_key" in self.model_fields_set:
140
+ _dict['client_key'] = None
141
+
142
+ # set to None if sock_read_timeout (nullable) is None
143
+ # and model_fields_set contains the field
144
+ if self.sock_read_timeout is None and "sock_read_timeout" in self.model_fields_set:
145
+ _dict['sock_read_timeout'] = None
146
+
147
+ # set to None if proxy_url (nullable) is None
148
+ # and model_fields_set contains the field
149
+ if self.proxy_url is None and "proxy_url" in self.model_fields_set:
150
+ _dict['proxy_url'] = None
151
151
 
152
152
  # set to None if ca_cert (nullable) is None
153
153
  # and model_fields_set contains the field
154
154
  if self.ca_cert is None and "ca_cert" in self.model_fields_set:
155
155
  _dict['ca_cert'] = None
156
156
 
157
- # set to None if sock_connect_timeout (nullable) is None
157
+ # set to None if download_concurrency (nullable) is None
158
158
  # and model_fields_set contains the field
159
- if self.sock_connect_timeout is None and "sock_connect_timeout" in self.model_fields_set:
160
- _dict['sock_connect_timeout'] = None
159
+ if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
160
+ _dict['download_concurrency'] = None
161
161
 
162
- # set to None if rate_limit (nullable) is None
162
+ # set to None if connect_timeout (nullable) is None
163
163
  # and model_fields_set contains the field
164
- if self.rate_limit is None and "rate_limit" in self.model_fields_set:
165
- _dict['rate_limit'] = None
164
+ if self.connect_timeout is None and "connect_timeout" in self.model_fields_set:
165
+ _dict['connect_timeout'] = None
166
166
 
167
- # set to None if username (nullable) is None
167
+ # set to None if client_cert (nullable) is None
168
168
  # and model_fields_set contains the field
169
- if self.username is None and "username" in self.model_fields_set:
170
- _dict['username'] = None
169
+ if self.client_cert is None and "client_cert" in self.model_fields_set:
170
+ _dict['client_cert'] = None
171
171
 
172
- # set to None if client_key (nullable) is None
172
+ # set to None if sock_connect_timeout (nullable) is None
173
173
  # and model_fields_set contains the field
174
- if self.client_key is None and "client_key" in self.model_fields_set:
175
- _dict['client_key'] = None
174
+ if self.sock_connect_timeout is None and "sock_connect_timeout" in self.model_fields_set:
175
+ _dict['sock_connect_timeout'] = None
176
176
 
177
177
  return _dict
178
178
 
@@ -186,26 +186,26 @@ class AnsibleGitRemote(BaseModel):
186
186
  return cls.model_validate(obj)
187
187
 
188
188
  _obj = cls.model_validate({
189
- "max_retries": obj.get("max_retries"),
190
- "download_concurrency": obj.get("download_concurrency"),
191
189
  "proxy_password": obj.get("proxy_password"),
192
- "pulp_labels": obj.get("pulp_labels"),
190
+ "username": obj.get("username"),
191
+ "rate_limit": obj.get("rate_limit"),
192
+ "max_retries": obj.get("max_retries"),
193
+ "total_timeout": obj.get("total_timeout"),
194
+ "password": obj.get("password"),
195
+ "name": obj.get("name"),
196
+ "headers": obj.get("headers"),
197
+ "proxy_username": obj.get("proxy_username"),
198
+ "client_key": obj.get("client_key"),
199
+ "url": obj.get("url"),
193
200
  "sock_read_timeout": obj.get("sock_read_timeout"),
201
+ "tls_validation": obj.get("tls_validation"),
194
202
  "proxy_url": obj.get("proxy_url"),
203
+ "pulp_labels": obj.get("pulp_labels"),
204
+ "ca_cert": obj.get("ca_cert"),
205
+ "download_concurrency": obj.get("download_concurrency"),
195
206
  "connect_timeout": obj.get("connect_timeout"),
196
- "url": obj.get("url"),
197
- "total_timeout": obj.get("total_timeout"),
198
207
  "client_cert": obj.get("client_cert"),
199
- "proxy_username": obj.get("proxy_username"),
200
- "password": obj.get("password"),
201
- "ca_cert": obj.get("ca_cert"),
202
208
  "sock_connect_timeout": obj.get("sock_connect_timeout"),
203
- "headers": obj.get("headers"),
204
- "tls_validation": obj.get("tls_validation"),
205
- "rate_limit": obj.get("rate_limit"),
206
- "name": obj.get("name"),
207
- "username": obj.get("username"),
208
- "client_key": obj.get("client_key"),
209
209
  "metadata_only": obj.get("metadata_only"),
210
210
  "git_ref": obj.get("git_ref")
211
211
  })
@@ -38,29 +38,29 @@ class AnsibleGitRemoteResponse(BaseModel):
38
38
  """
39
39
  A serializer for Git Collection Remotes.
40
40
  """ # noqa: E501
41
+ rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
41
42
  max_retries: Optional[StrictInt] = Field(default=None, description="Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used.")
42
- download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
43
- pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
43
+ total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
44
+ name: StrictStr = Field(description="A unique name for this remote.")
45
+ headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
46
+ url: StrictStr = Field(description="The URL of an external content source.")
44
47
  sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
48
+ hidden_fields: Optional[List[AnsibleCollectionRemoteResponseHiddenFieldsInner]] = Field(default=None, description="List of hidden (write only) fields")
49
+ tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
45
50
  proxy_url: Optional[StrictStr] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
51
+ pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
52
+ ca_cert: Optional[StrictStr] = Field(default=None, description="A PEM encoded CA certificate used to validate the server certificate presented by the remote server.")
53
+ download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
46
54
  connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
47
55
  pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the most recent update of the remote.")
48
- url: StrictStr = Field(description="The URL of an external content source.")
49
- total_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
50
- client_cert: Optional[StrictStr] = Field(default=None, description="A PEM encoded client certificate used for authentication.")
51
- hidden_fields: Optional[List[AnsibleCollectionRemoteResponseHiddenFieldsInner]] = Field(default=None, description="List of hidden (write only) fields")
56
+ pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
52
57
  prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
53
- ca_cert: Optional[StrictStr] = Field(default=None, description="A PEM encoded CA certificate used to validate the server certificate presented by the remote server.")
54
- sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
58
+ client_cert: Optional[StrictStr] = Field(default=None, description="A PEM encoded client certificate used for authentication.")
55
59
  pulp_href: Optional[StrictStr] = None
56
- pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
57
- headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
58
- tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
59
- rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
60
- name: StrictStr = Field(description="A unique name for this remote.")
60
+ sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
61
61
  metadata_only: Optional[StrictBool] = Field(default=None, description="If True, only metadata about the content will be stored in Pulp. Clients will retrieve content from the remote URL.")
62
62
  git_ref: Optional[StrictStr] = Field(default=None, description="A git ref. e.g.: branch, tag, or commit sha.")
63
- __properties: ClassVar[List[str]] = ["max_retries", "download_concurrency", "pulp_labels", "sock_read_timeout", "proxy_url", "connect_timeout", "pulp_last_updated", "url", "total_timeout", "client_cert", "hidden_fields", "prn", "ca_cert", "sock_connect_timeout", "pulp_href", "pulp_created", "headers", "tls_validation", "rate_limit", "name", "metadata_only", "git_ref"]
63
+ __properties: ClassVar[List[str]] = ["rate_limit", "max_retries", "total_timeout", "name", "headers", "url", "sock_read_timeout", "hidden_fields", "tls_validation", "proxy_url", "pulp_labels", "ca_cert", "download_concurrency", "connect_timeout", "pulp_last_updated", "pulp_created", "prn", "client_cert", "pulp_href", "sock_connect_timeout", "metadata_only", "git_ref"]
64
64
 
65
65
  model_config = ConfigDict(
66
66
  populate_by_name=True,
@@ -99,11 +99,11 @@ class AnsibleGitRemoteResponse(BaseModel):
99
99
  * OpenAPI `readOnly` fields are excluded.
100
100
  """
101
101
  excluded_fields: Set[str] = set([
102
- "pulp_last_updated",
103
102
  "hidden_fields",
103
+ "pulp_last_updated",
104
+ "pulp_created",
104
105
  "prn",
105
106
  "pulp_href",
106
- "pulp_created",
107
107
  ])
108
108
 
109
109
  _dict = self.model_dump(
@@ -118,15 +118,20 @@ class AnsibleGitRemoteResponse(BaseModel):
118
118
  if _item_hidden_fields:
119
119
  _items.append(_item_hidden_fields.to_dict())
120
120
  _dict['hidden_fields'] = _items
121
+ # set to None if rate_limit (nullable) is None
122
+ # and model_fields_set contains the field
123
+ if self.rate_limit is None and "rate_limit" in self.model_fields_set:
124
+ _dict['rate_limit'] = None
125
+
121
126
  # set to None if max_retries (nullable) is None
122
127
  # and model_fields_set contains the field
123
128
  if self.max_retries is None and "max_retries" in self.model_fields_set:
124
129
  _dict['max_retries'] = None
125
130
 
126
- # set to None if download_concurrency (nullable) is None
131
+ # set to None if total_timeout (nullable) is None
127
132
  # and model_fields_set contains the field
128
- if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
129
- _dict['download_concurrency'] = None
133
+ if self.total_timeout is None and "total_timeout" in self.model_fields_set:
134
+ _dict['total_timeout'] = None
130
135
 
131
136
  # set to None if sock_read_timeout (nullable) is None
132
137
  # and model_fields_set contains the field
@@ -138,36 +143,31 @@ class AnsibleGitRemoteResponse(BaseModel):
138
143
  if self.proxy_url is None and "proxy_url" in self.model_fields_set:
139
144
  _dict['proxy_url'] = None
140
145
 
146
+ # set to None if ca_cert (nullable) is None
147
+ # and model_fields_set contains the field
148
+ if self.ca_cert is None and "ca_cert" in self.model_fields_set:
149
+ _dict['ca_cert'] = None
150
+
151
+ # set to None if download_concurrency (nullable) is None
152
+ # and model_fields_set contains the field
153
+ if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
154
+ _dict['download_concurrency'] = None
155
+
141
156
  # set to None if connect_timeout (nullable) is None
142
157
  # and model_fields_set contains the field
143
158
  if self.connect_timeout is None and "connect_timeout" in self.model_fields_set:
144
159
  _dict['connect_timeout'] = None
145
160
 
146
- # set to None if total_timeout (nullable) is None
147
- # and model_fields_set contains the field
148
- if self.total_timeout is None and "total_timeout" in self.model_fields_set:
149
- _dict['total_timeout'] = None
150
-
151
161
  # set to None if client_cert (nullable) is None
152
162
  # and model_fields_set contains the field
153
163
  if self.client_cert is None and "client_cert" in self.model_fields_set:
154
164
  _dict['client_cert'] = None
155
165
 
156
- # set to None if ca_cert (nullable) is None
157
- # and model_fields_set contains the field
158
- if self.ca_cert is None and "ca_cert" in self.model_fields_set:
159
- _dict['ca_cert'] = None
160
-
161
166
  # set to None if sock_connect_timeout (nullable) is None
162
167
  # and model_fields_set contains the field
163
168
  if self.sock_connect_timeout is None and "sock_connect_timeout" in self.model_fields_set:
164
169
  _dict['sock_connect_timeout'] = None
165
170
 
166
- # set to None if rate_limit (nullable) is None
167
- # and model_fields_set contains the field
168
- if self.rate_limit is None and "rate_limit" in self.model_fields_set:
169
- _dict['rate_limit'] = None
170
-
171
171
  return _dict
172
172
 
173
173
  @classmethod
@@ -180,26 +180,26 @@ class AnsibleGitRemoteResponse(BaseModel):
180
180
  return cls.model_validate(obj)
181
181
 
182
182
  _obj = cls.model_validate({
183
+ "rate_limit": obj.get("rate_limit"),
183
184
  "max_retries": obj.get("max_retries"),
184
- "download_concurrency": obj.get("download_concurrency"),
185
- "pulp_labels": obj.get("pulp_labels"),
185
+ "total_timeout": obj.get("total_timeout"),
186
+ "name": obj.get("name"),
187
+ "headers": obj.get("headers"),
188
+ "url": obj.get("url"),
186
189
  "sock_read_timeout": obj.get("sock_read_timeout"),
190
+ "hidden_fields": [AnsibleCollectionRemoteResponseHiddenFieldsInner.from_dict(_item) for _item in obj["hidden_fields"]] if obj.get("hidden_fields") is not None else None,
191
+ "tls_validation": obj.get("tls_validation"),
187
192
  "proxy_url": obj.get("proxy_url"),
193
+ "pulp_labels": obj.get("pulp_labels"),
194
+ "ca_cert": obj.get("ca_cert"),
195
+ "download_concurrency": obj.get("download_concurrency"),
188
196
  "connect_timeout": obj.get("connect_timeout"),
189
197
  "pulp_last_updated": obj.get("pulp_last_updated"),
190
- "url": obj.get("url"),
191
- "total_timeout": obj.get("total_timeout"),
192
- "client_cert": obj.get("client_cert"),
193
- "hidden_fields": [AnsibleCollectionRemoteResponseHiddenFieldsInner.from_dict(_item) for _item in obj["hidden_fields"]] if obj.get("hidden_fields") is not None else None,
198
+ "pulp_created": obj.get("pulp_created"),
194
199
  "prn": obj.get("prn"),
195
- "ca_cert": obj.get("ca_cert"),
196
- "sock_connect_timeout": obj.get("sock_connect_timeout"),
200
+ "client_cert": obj.get("client_cert"),
197
201
  "pulp_href": obj.get("pulp_href"),
198
- "pulp_created": obj.get("pulp_created"),
199
- "headers": obj.get("headers"),
200
- "tls_validation": obj.get("tls_validation"),
201
- "rate_limit": obj.get("rate_limit"),
202
- "name": obj.get("name"),
202
+ "sock_connect_timeout": obj.get("sock_connect_timeout"),
203
203
  "metadata_only": obj.get("metadata_only"),
204
204
  "git_ref": obj.get("git_ref")
205
205
  })
@@ -36,13 +36,13 @@ class AnsibleRole(BaseModel):
36
36
  """
37
37
  A serializer for Role versions.
38
38
  """ # noqa: E501
39
+ artifact: StrictStr = Field(description="Artifact file representing the physical content")
39
40
  repository: Optional[StrictStr] = Field(default=None, description="A URI of a repository the new content unit should be associated with.")
40
41
  pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
41
- artifact: StrictStr = Field(description="Artifact file representing the physical content")
42
42
  version: Annotated[str, Field(min_length=1, strict=True)]
43
43
  name: Annotated[str, Field(min_length=1, strict=True)]
44
44
  namespace: Annotated[str, Field(min_length=1, strict=True)]
45
- __properties: ClassVar[List[str]] = ["repository", "pulp_labels", "artifact", "version", "name", "namespace"]
45
+ __properties: ClassVar[List[str]] = ["artifact", "repository", "pulp_labels", "version", "name", "namespace"]
46
46
 
47
47
  model_config = ConfigDict(
48
48
  populate_by_name=True,
@@ -95,9 +95,9 @@ class AnsibleRole(BaseModel):
95
95
  return cls.model_validate(obj)
96
96
 
97
97
  _obj = cls.model_validate({
98
+ "artifact": obj.get("artifact"),
98
99
  "repository": obj.get("repository"),
99
100
  "pulp_labels": obj.get("pulp_labels"),
100
- "artifact": obj.get("artifact"),
101
101
  "version": obj.get("version"),
102
102
  "name": obj.get("name"),
103
103
  "namespace": obj.get("namespace")
@@ -36,16 +36,16 @@ class AnsibleRoleResponse(BaseModel):
36
36
  """
37
37
  A serializer for Role versions.
38
38
  """ # noqa: E501
39
- prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
40
- pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
41
- artifact: StrictStr = Field(description="Artifact file representing the physical content")
42
- pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
43
39
  pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
40
+ pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
41
+ artifact: StrictStr = Field(description="Artifact file representing the physical content")
42
+ prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
44
43
  pulp_href: Optional[StrictStr] = None
44
+ pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = Field(default=None, description="A dictionary of arbitrary key/value pairs used to describe a specific Content instance.")
45
45
  version: StrictStr
46
46
  name: StrictStr
47
47
  namespace: StrictStr
48
- __properties: ClassVar[List[str]] = ["prn", "pulp_labels", "artifact", "pulp_created", "pulp_last_updated", "pulp_href", "version", "name", "namespace"]
48
+ __properties: ClassVar[List[str]] = ["pulp_last_updated", "pulp_created", "artifact", "prn", "pulp_href", "pulp_labels", "version", "name", "namespace"]
49
49
 
50
50
  model_config = ConfigDict(
51
51
  populate_by_name=True,
@@ -83,9 +83,9 @@ class AnsibleRoleResponse(BaseModel):
83
83
  * OpenAPI `readOnly` fields are excluded.
84
84
  """
85
85
  excluded_fields: Set[str] = set([
86
- "prn",
87
- "pulp_created",
88
86
  "pulp_last_updated",
87
+ "pulp_created",
88
+ "prn",
89
89
  "pulp_href",
90
90
  ])
91
91
 
@@ -106,12 +106,12 @@ class AnsibleRoleResponse(BaseModel):
106
106
  return cls.model_validate(obj)
107
107
 
108
108
  _obj = cls.model_validate({
109
- "prn": obj.get("prn"),
110
- "pulp_labels": obj.get("pulp_labels"),
111
- "artifact": obj.get("artifact"),
112
- "pulp_created": obj.get("pulp_created"),
113
109
  "pulp_last_updated": obj.get("pulp_last_updated"),
110
+ "pulp_created": obj.get("pulp_created"),
111
+ "artifact": obj.get("artifact"),
112
+ "prn": obj.get("prn"),
114
113
  "pulp_href": obj.get("pulp_href"),
114
+ "pulp_labels": obj.get("pulp_labels"),
115
115
  "version": obj.get("version"),
116
116
  "name": obj.get("name"),
117
117
  "namespace": obj.get("namespace")