pulp-ansible-client 0.27.0__tar.gz → 0.28.0__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.27.0 → pulp_ansible-client-0.28.0}/PKG-INFO +1 -1
  2. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/README.md +1 -1
  3. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulp_ansible_client.egg-info/PKG-INFO +1 -1
  4. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/__init__.py +1 -1
  5. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/repositories_ansible_versions_api.py +6 -6
  6. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api_client.py +1 -1
  7. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/configuration.py +1 -1
  8. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated_response.py +5 -1
  9. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_repository.py +2 -2
  10. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_repository_response.py +2 -5
  11. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_collection_remote.py +3 -3
  12. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response.py +2 -4
  13. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_collection_version_response.py +10 -14
  14. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_collection_version_signature_response.py +5 -1
  15. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_git_remote.py +69 -69
  16. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_git_remote_response.py +54 -56
  17. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_role.py +5 -5
  18. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_role_remote.py +1 -1
  19. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_role_remote_response.py +1 -3
  20. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_role_response.py +10 -6
  21. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_metadata_response.py +0 -8
  22. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_summary_response.py +1 -5
  23. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_version_list_response.py +1 -3
  24. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_version_response.py +1 -3
  25. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_links.py +0 -20
  26. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_response_list.py +0 -10
  27. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_galaxy_role_version_response_list.py +0 -10
  28. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_repository_version_response_list.py +0 -10
  29. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_tag_response_list.py +0 -10
  30. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_collection_deprecated_response_list.py +0 -10
  31. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_distribution_response_list.py +0 -10
  32. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_namespace_metadata_response_list.py +0 -10
  33. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_ansible_repository_response_list.py +0 -10
  34. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_remote_response_list.py +0 -10
  35. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_response_list.py +0 -10
  36. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_mark_response_list.py +0 -10
  37. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_response_list.py +0 -10
  38. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_collection_version_signature_response_list.py +0 -10
  39. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_git_remote_response_list.py +0 -10
  40. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_role_remote_response_list.py +0 -10
  41. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginatedansible_role_response_list.py +0 -10
  42. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/patchedansible_ansible_repository.py +2 -2
  43. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/patchedansible_collection_remote.py +3 -3
  44. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/patchedansible_git_remote.py +69 -69
  45. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/patchedansible_role_remote.py +1 -1
  46. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/repository.py +2 -2
  47. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/repository_response.py +2 -3
  48. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/repository_version_response.py +6 -2
  49. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/unpaginated_collection_version_response.py +1 -3
  50. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pyproject.toml +1 -1
  51. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/setup.py +1 -1
  52. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_ansible_collection_deprecated_response.py +1 -0
  53. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_ansible_repository.py +1 -1
  54. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_ansible_repository_response.py +1 -1
  55. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collection_remote.py +1 -1
  56. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collection_remote_response.py +1 -1
  57. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collection_version_response.py +3 -2
  58. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collection_version_signature_response.py +1 -0
  59. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_git_remote.py +15 -15
  60. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_git_remote_response.py +18 -18
  61. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_role_remote.py +1 -1
  62. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_role_remote_response.py +1 -1
  63. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_role_response.py +3 -2
  64. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_version_search_list.py +2 -2
  65. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_version_search_list_response.py +2 -2
  66. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_collection_version_search_list_response_list.py +16 -2
  67. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_repository_version_response_list.py +4 -2
  68. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_ansible_collection_deprecated_response_list.py +2 -0
  69. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_ansible_repository_response_list.py +2 -2
  70. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_collection_remote_response_list.py +2 -2
  71. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_collection_version_response_list.py +6 -4
  72. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_collection_version_signature_response_list.py +2 -0
  73. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_git_remote_response_list.py +34 -34
  74. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_role_remote_response_list.py +2 -2
  75. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_role_response_list.py +6 -4
  76. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_patchedansible_ansible_repository.py +1 -1
  77. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_patchedansible_collection_remote.py +1 -1
  78. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_patchedansible_git_remote.py +14 -14
  79. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_patchedansible_role_remote.py +1 -1
  80. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_repository.py +1 -1
  81. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_repository_response.py +1 -1
  82. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_repository_version_response.py +2 -1
  83. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulp_ansible_client.egg-info/SOURCES.txt +0 -0
  84. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulp_ansible_client.egg-info/dependency_links.txt +0 -0
  85. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulp_ansible_client.egg-info/requires.txt +0 -0
  86. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulp_ansible_client.egg-info/top_level.txt +0 -0
  87. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/__init__.py +0 -0
  88. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/__init__.py +0 -0
  89. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/__init__.py +0 -0
  90. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/ansible_collections_api.py +0 -0
  91. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/ansible_copy_api.py +0 -0
  92. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/api_plugin_ansible_search_collection_versions_api.py +0 -0
  93. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/api_roles_api.py +0 -0
  94. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/collection_import_api.py +0 -0
  95. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/content_collection_deprecations_api.py +0 -0
  96. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/content_collection_marks_api.py +0 -0
  97. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/content_collection_signatures_api.py +0 -0
  98. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/content_collection_versions_api.py +60 -60
  99. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/content_namespaces_api.py +0 -0
  100. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/content_roles_api.py +0 -0
  101. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/distributions_ansible_api.py +0 -0
  102. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_api.py +0 -0
  103. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_api.py +0 -0
  104. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_artifacts_collections_api.py +0 -0
  105. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collection_versions_all_api.py +0 -0
  106. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_all_api.py +0 -0
  107. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_api.py +0 -0
  108. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_versions_api.py +0 -0
  109. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_collections_versions_docs_blob_api.py +0 -0
  110. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_namespaces_api.py +0 -0
  111. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api.py +0 -0
  112. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
  113. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
  114. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api.py +0 -0
  115. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
  116. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
  117. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
  118. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
  119. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
  120. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_artifacts_collections_v3_api.py +0 -0
  121. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_api.py +0 -0
  122. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_api.py +0 -0
  123. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_artifacts_collections_api.py +0 -0
  124. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collection_versions_all_api.py +0 -0
  125. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_all_api.py +0 -0
  126. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_api.py +0 -0
  127. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_versions_api.py +0 -0
  128. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api.py +0 -0
  129. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_namespaces_api.py +0 -0
  130. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.py +0 -0
  131. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
  132. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
  133. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.py +0 -0
  134. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
  135. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
  136. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
  137. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
  138. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
  139. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.py +0 -0
  140. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/pulp_ansible_tags_api.py +0 -0
  141. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/remotes_collection_api.py +0 -0
  142. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/remotes_git_api.py +0 -0
  143. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/remotes_role_api.py +0 -0
  144. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/repositories_ansible_api.py +0 -0
  145. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api/versions_api.py +0 -0
  146. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/api_response.py +0 -0
  147. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/exceptions.py +0 -0
  148. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/__init__.py +0 -0
  149. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_collection_deprecated.py +0 -0
  150. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution.py +0 -0
  151. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_distribution_response.py +0 -0
  152. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata.py +0 -0
  153. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_ansible_namespace_metadata_response.py +0 -0
  154. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_collection_remote_response_hidden_fields_inner.py +0 -0
  155. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_collection_response.py +0 -0
  156. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_collection_version_mark.py +0 -0
  157. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_collection_version_mark_response.py +0 -0
  158. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_repository_mark.py +0 -0
  159. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_repository_rebuild.py +0 -0
  160. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_repository_signature.py +0 -0
  161. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/ansible_repository_sync_url.py +0 -0
  162. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/artifact_ref_response.py +0 -0
  163. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/async_operation_response.py +0 -0
  164. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/client_configuration_response.py +0 -0
  165. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_import_detail_response.py +0 -0
  166. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_namespace_response.py +0 -0
  167. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_ref_response.py +0 -0
  168. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_response.py +0 -0
  169. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_summary_response_tags_inner.py +0 -0
  170. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_version_copy_move.py +0 -0
  171. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_version_docs_response.py +0 -0
  172. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_version_search_list.py +0 -0
  173. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_version_search_list_response.py +0 -0
  174. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/collection_version_signature_response.py +0 -0
  175. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/content_summary_response.py +0 -0
  176. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/copy.py +0 -0
  177. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/galaxy_role_response.py +0 -0
  178. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/galaxy_role_version_response.py +0 -0
  179. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/my_permissions_response.py +0 -0
  180. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/namespace_link.py +0 -0
  181. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/namespace_link_response.py +0 -0
  182. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/nested_role.py +0 -0
  183. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/nested_role_response.py +0 -0
  184. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/object_roles_response.py +0 -0
  185. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list.py +0 -0
  186. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_collection_response_list_meta.py +0 -0
  187. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_collection_version_list_response_list.py +0 -0
  188. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/paginated_collection_version_search_list_response_list.py +0 -0
  189. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/patched_collection.py +0 -0
  190. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/patchedansible_ansible_distribution.py +0 -0
  191. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/policy_enum.py +0 -0
  192. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/repair.py +0 -0
  193. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/repo_metadata_response.py +0 -0
  194. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/repository_add_remove_content.py +0 -0
  195. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/set_label.py +0 -0
  196. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/set_label_response.py +0 -0
  197. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/tag_response.py +0 -0
  198. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/unset_label.py +0 -0
  199. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/models/unset_label_response.py +0 -0
  200. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/py.typed +0 -0
  201. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/pulpcore/client/pulp_ansible/rest.py +0 -0
  202. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/setup.cfg +0 -0
  203. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_ansible_collection_deprecated.py +0 -0
  204. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_ansible_distribution.py +0 -0
  205. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_ansible_distribution_response.py +0 -0
  206. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_ansible_namespace_metadata.py +0 -0
  207. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_ansible_namespace_metadata_response.py +0 -0
  208. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collection_remote_response_hidden_fields_inner.py +0 -0
  209. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collection_response.py +0 -0
  210. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collection_version_mark.py +0 -0
  211. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collection_version_mark_response.py +0 -0
  212. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_collections_api.py +0 -0
  213. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_copy_api.py +0 -0
  214. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_repository_mark.py +0 -0
  215. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_repository_rebuild.py +0 -0
  216. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_repository_signature.py +0 -0
  217. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_repository_sync_url.py +0 -0
  218. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_ansible_role.py +2 -2
  219. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_api_plugin_ansible_search_collection_versions_api.py +0 -0
  220. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_api_roles_api.py +0 -0
  221. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_artifact_ref_response.py +0 -0
  222. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_async_operation_response.py +0 -0
  223. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_client_configuration_response.py +0 -0
  224. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_import_api.py +0 -0
  225. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_import_detail_response.py +0 -0
  226. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_metadata_response.py +0 -0
  227. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_namespace_response.py +0 -0
  228. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_ref_response.py +0 -0
  229. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_response.py +0 -0
  230. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_summary_response.py +0 -0
  231. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_summary_response_tags_inner.py +0 -0
  232. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_version_copy_move.py +0 -0
  233. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_version_docs_response.py +0 -0
  234. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_version_list_response.py +0 -0
  235. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_version_response.py +0 -0
  236. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_collection_version_signature_response.py +0 -0
  237. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_content_collection_deprecations_api.py +0 -0
  238. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_content_collection_marks_api.py +0 -0
  239. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_content_collection_signatures_api.py +0 -0
  240. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_content_collection_versions_api.py +0 -0
  241. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_content_namespaces_api.py +0 -0
  242. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_content_roles_api.py +0 -0
  243. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_content_summary_response.py +0 -0
  244. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_copy.py +0 -0
  245. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_distributions_ansible_api.py +0 -0
  246. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_galaxy_role_response.py +0 -0
  247. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_galaxy_role_version_response.py +0 -0
  248. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_my_permissions_response.py +0 -0
  249. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_namespace_link.py +0 -0
  250. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_namespace_link_response.py +0 -0
  251. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_nested_role.py +0 -0
  252. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_nested_role_response.py +0 -0
  253. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_object_roles_response.py +0 -0
  254. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_collection_response_list.py +0 -0
  255. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_collection_response_list_links.py +0 -0
  256. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_collection_response_list_meta.py +0 -0
  257. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_collection_version_list_response_list.py +0 -0
  258. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_galaxy_role_response_list.py +0 -0
  259. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_galaxy_role_version_response_list.py +0 -0
  260. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginated_tag_response_list.py +0 -0
  261. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_ansible_distribution_response_list.py +0 -0
  262. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_ansible_namespace_metadata_response_list.py +0 -0
  263. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_collection_response_list.py +0 -0
  264. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_paginatedansible_collection_version_mark_response_list.py +0 -0
  265. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_patched_collection.py +0 -0
  266. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_patchedansible_ansible_distribution.py +0 -0
  267. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_policy_enum.py +0 -0
  268. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_api.py +0 -0
  269. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_api.py +0 -0
  270. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_artifacts_collections_api.py +0 -0
  271. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_collection_versions_all_api.py +0 -0
  272. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_collections_all_api.py +0 -0
  273. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_collections_api.py +0 -0
  274. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_collections_versions_api.py +0 -0
  275. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_collections_versions_docs_blob_api.py +0 -0
  276. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_namespaces_api.py +0 -0
  277. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_client_configuration_api.py +0 -0
  278. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
  279. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
  280. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_api.py +0 -0
  281. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
  282. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
  283. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
  284. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
  285. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
  286. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_artifacts_collections_v3_api.py +0 -0
  287. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_api.py +0 -0
  288. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_api.py +0 -0
  289. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_artifacts_collections_api.py +0 -0
  290. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_collection_versions_all_api.py +0 -0
  291. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_collections_all_api.py +0 -0
  292. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_collections_api.py +0 -0
  293. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_collections_versions_api.py +0 -0
  294. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_collections_versions_docs_blob_api.py +0 -0
  295. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_namespaces_api.py +0 -0
  296. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api.py +0 -0
  297. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api.py +0 -0
  298. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api.py +0 -0
  299. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_api.py +0 -0
  300. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api.py +0 -0
  301. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api.py +0 -0
  302. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.py +0 -0
  303. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api.py +0 -0
  304. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.py +0 -0
  305. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api.py +0 -0
  306. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_pulp_ansible_tags_api.py +0 -0
  307. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_remotes_collection_api.py +0 -0
  308. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_remotes_git_api.py +0 -0
  309. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_remotes_role_api.py +0 -0
  310. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_repair.py +0 -0
  311. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_repo_metadata_response.py +0 -0
  312. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_repositories_ansible_api.py +0 -0
  313. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_repositories_ansible_versions_api.py +0 -0
  314. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_repository_add_remove_content.py +0 -0
  315. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_set_label.py +0 -0
  316. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_set_label_response.py +0 -0
  317. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_tag_response.py +0 -0
  318. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_unpaginated_collection_version_response.py +0 -0
  319. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_unset_label.py +0 -0
  320. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_unset_label_response.py +0 -0
  321. {pulp_ansible-client-0.27.0 → pulp_ansible-client-0.28.0}/test/test_versions_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp_ansible-client
3
- Version: 0.27.0
3
+ Version: 0.28.0
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.27.0
7
+ - Package version: 0.28.0
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.1
2
2
  Name: pulp-ansible-client
3
- Version: 0.27.0
3
+ Version: 0.28.0
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.27.0"
18
+ __version__ = "0.28.0"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_ansible.api.ansible_collections_api import AnsibleCollectionsApi
@@ -338,7 +338,7 @@ class RepositoriesAnsibleVersionsApi:
338
338
  number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
339
339
  number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
340
340
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
341
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
341
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
342
342
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
343
343
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
344
344
  pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
@@ -392,7 +392,7 @@ class RepositoriesAnsibleVersionsApi:
392
392
  :type number__range: List[int]
393
393
  :param offset: The initial index from which to return the results.
394
394
  :type offset: int
395
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
395
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
396
396
  :type ordering: List[str]
397
397
  :param prn__in: Multiple values may be separated by commas.
398
398
  :type prn__in: List[str]
@@ -501,7 +501,7 @@ class RepositoriesAnsibleVersionsApi:
501
501
  number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
502
502
  number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
503
503
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
504
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
504
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
505
505
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
506
506
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
507
507
  pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
@@ -555,7 +555,7 @@ class RepositoriesAnsibleVersionsApi:
555
555
  :type number__range: List[int]
556
556
  :param offset: The initial index from which to return the results.
557
557
  :type offset: int
558
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
558
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
559
559
  :type ordering: List[str]
560
560
  :param prn__in: Multiple values may be separated by commas.
561
561
  :type prn__in: List[str]
@@ -664,7 +664,7 @@ class RepositoriesAnsibleVersionsApi:
664
664
  number__lte: Annotated[Optional[StrictInt], Field(description="Filter results where number is less than or equal to value")] = None,
665
665
  number__range: Annotated[Optional[List[StrictInt]], Field(description="Filter results where number is between two comma separated values")] = None,
666
666
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
667
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
667
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
668
668
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
669
669
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
670
670
  pulp_created__gt: Annotated[Optional[datetime], Field(description="Filter results where pulp_created is greater than value")] = None,
@@ -718,7 +718,7 @@ class RepositoriesAnsibleVersionsApi:
718
718
  :type number__range: List[int]
719
719
  :param offset: The initial index from which to return the results.
720
720
  :type offset: int
721
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `pk` - Pk * `-pk` - Pk (descending)
721
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `number` - Number * `-number` - Number (descending) * `complete` - Complete * `-complete` - Complete (descending) * `info` - Info * `-info` - Info (descending) * `content_ids` - Content ids * `-content_ids` - Content ids (descending) * `pk` - Pk * `-pk` - Pk (descending)
722
722
  :type ordering: List[str]
723
723
  :param prn__in: Multiple values may be separated by commas.
724
724
  :type prn__in: List[str]
@@ -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.27.0/python'
94
+ self.user_agent = 'OpenAPI-Generator/0.28.0/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.27.0".\
552
+ "SDK Package Version: 0.28.0".\
553
553
  format(env=sys.platform, pyversion=sys.version)
554
554
 
555
555
  def get_host_settings(self) -> List[HostSetting]:
@@ -33,9 +33,10 @@ class AnsibleAnsibleCollectionDeprecatedResponse(BaseModel):
33
33
  pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
34
34
  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.")
35
35
  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.")
36
+ vuln_report: Optional[StrictStr] = None
36
37
  name: StrictStr = Field(description="The name of the Collection.")
37
38
  namespace: StrictStr = Field(description="The namespace of the Collection.")
38
- __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "pulp_labels", "name", "namespace"]
39
+ __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "pulp_labels", "vuln_report", "name", "namespace"]
39
40
 
40
41
  model_config = ConfigDict(
41
42
  populate_by_name=True,
@@ -71,12 +72,14 @@ class AnsibleAnsibleCollectionDeprecatedResponse(BaseModel):
71
72
  * OpenAPI `readOnly` fields are excluded.
72
73
  * OpenAPI `readOnly` fields are excluded.
73
74
  * OpenAPI `readOnly` fields are excluded.
75
+ * OpenAPI `readOnly` fields are excluded.
74
76
  """
75
77
  excluded_fields: Set[str] = set([
76
78
  "pulp_href",
77
79
  "prn",
78
80
  "pulp_created",
79
81
  "pulp_last_updated",
82
+ "vuln_report",
80
83
  ])
81
84
 
82
85
  _dict = self.model_dump(
@@ -101,6 +104,7 @@ class AnsibleAnsibleCollectionDeprecatedResponse(BaseModel):
101
104
  "pulp_created": obj.get("pulp_created"),
102
105
  "pulp_last_updated": obj.get("pulp_last_updated"),
103
106
  "pulp_labels": obj.get("pulp_labels"),
107
+ "vuln_report": obj.get("vuln_report"),
104
108
  "name": obj.get("name"),
105
109
  "namespace": obj.get("namespace")
106
110
  })
@@ -19,7 +19,7 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
  from datetime import datetime
22
- from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
22
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
24
  from typing_extensions import Annotated
25
25
  from typing import Optional, Set
@@ -32,7 +32,7 @@ class AnsibleAnsibleRepository(BaseModel):
32
32
  pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
33
33
  name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this repository.")
34
34
  description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
35
- retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
35
+ retain_repo_versions: Optional[StrictInt] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
36
36
  remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
37
37
  last_synced_metadata_time: Optional[datetime] = Field(default=None, description="Last synced metadata time.")
38
38
  gpgkey: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="Gpg public key to verify collection signatures against")
@@ -19,9 +19,8 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
  from datetime import datetime
22
- from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
22
+ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
23
23
  from typing import Any, ClassVar, Dict, List, Optional
24
- from typing_extensions import Annotated
25
24
  from typing import Optional, Set
26
25
  from typing_extensions import Self
27
26
 
@@ -38,7 +37,7 @@ class AnsibleAnsibleRepositoryResponse(BaseModel):
38
37
  latest_version_href: Optional[StrictStr] = None
39
38
  name: StrictStr = Field(description="A unique name for this repository.")
40
39
  description: Optional[StrictStr] = Field(default=None, description="An optional description.")
41
- retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
40
+ retain_repo_versions: Optional[StrictInt] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
42
41
  remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
43
42
  last_synced_metadata_time: Optional[datetime] = Field(default=None, description="Last synced metadata time.")
44
43
  gpgkey: Optional[StrictStr] = Field(default=None, description="Gpg public key to verify collection signatures against")
@@ -82,7 +81,6 @@ class AnsibleAnsibleRepositoryResponse(BaseModel):
82
81
  * OpenAPI `readOnly` fields are excluded.
83
82
  * OpenAPI `readOnly` fields are excluded.
84
83
  * OpenAPI `readOnly` fields are excluded.
85
- * OpenAPI `readOnly` fields are excluded.
86
84
  """
87
85
  excluded_fields: Set[str] = set([
88
86
  "pulp_href",
@@ -91,7 +89,6 @@ class AnsibleAnsibleRepositoryResponse(BaseModel):
91
89
  "pulp_last_updated",
92
90
  "versions_href",
93
91
  "latest_version_href",
94
- "last_sync_task",
95
92
  ])
96
93
 
97
94
  _dict = self.model_dump(
@@ -41,7 +41,7 @@ class AnsibleCollectionRemote(BaseModel):
41
41
  username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to be used for authentication when syncing.")
42
42
  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.")
43
43
  pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
44
- 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.")
44
+ download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
45
45
  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.")
46
46
  policy: Optional[PolicyEnum] = Field(default=None, description="The policy to use when downloading content. * `immediate` - When syncing, download all metadata and content now.")
47
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.")
@@ -51,8 +51,8 @@ class AnsibleCollectionRemote(BaseModel):
51
51
  headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
52
52
  rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
53
53
  requirements_file: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The string version of Collection requirements yaml.")
54
- auth_url: Optional[Annotated[str, Field(min_length=1, strict=True, max_length=255)]] = Field(default=None, description="The URL to receive a session token from, e.g. used with Automation Hub.")
55
- token: Optional[Annotated[str, Field(min_length=1, strict=True, max_length=2000)]] = Field(default=None, description="The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details")
54
+ auth_url: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The URL to receive a session token from, e.g. used with Automation Hub.")
55
+ token: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The token key to use for authentication. See https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#configuring-the-ansible-galaxy-clientfor more details")
56
56
  sync_dependencies: Optional[StrictBool] = Field(default=None, description="Sync dependencies for collections specified via requirements file")
57
57
  signed_only: Optional[StrictBool] = Field(default=None, description="Sync only collections that have a signature")
58
58
  __properties: ClassVar[List[str]] = ["name", "url", "ca_cert", "client_cert", "client_key", "tls_validation", "proxy_url", "proxy_username", "proxy_password", "username", "password", "pulp_labels", "download_concurrency", "max_retries", "policy", "total_timeout", "connect_timeout", "sock_connect_timeout", "sock_read_timeout", "headers", "rate_limit", "requirements_file", "auth_url", "token", "sync_dependencies", "signed_only"]
@@ -42,7 +42,7 @@ class AnsibleCollectionRemoteResponse(BaseModel):
42
42
  tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
43
43
  proxy_url: Optional[StrictStr] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
44
44
  pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
45
- 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
+ download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
46
46
  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.")
47
47
  policy: Optional[PolicyEnum] = Field(default=None, description="The policy to use when downloading content. * `immediate` - When syncing, download all metadata and content now.")
48
48
  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.")
@@ -53,7 +53,7 @@ class AnsibleCollectionRemoteResponse(BaseModel):
53
53
  rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
54
54
  hidden_fields: Optional[List[AnsibleCollectionRemoteResponseHiddenFieldsInner]] = Field(default=None, description="List of hidden (write only) fields")
55
55
  requirements_file: Optional[StrictStr] = Field(default=None, description="The string version of Collection requirements yaml.")
56
- auth_url: Optional[Annotated[str, Field(strict=True, max_length=255)]] = Field(default=None, description="The URL to receive a session token from, e.g. used with Automation Hub.")
56
+ auth_url: Optional[StrictStr] = Field(default=None, description="The URL to receive a session token from, e.g. used with Automation Hub.")
57
57
  sync_dependencies: Optional[StrictBool] = Field(default=None, description="Sync dependencies for collections specified via requirements file")
58
58
  signed_only: Optional[StrictBool] = Field(default=None, description="Sync only collections that have a signature")
59
59
  last_sync_task: Optional[StrictStr] = None
@@ -94,14 +94,12 @@ class AnsibleCollectionRemoteResponse(BaseModel):
94
94
  * OpenAPI `readOnly` fields are excluded.
95
95
  * OpenAPI `readOnly` fields are excluded.
96
96
  * OpenAPI `readOnly` fields are excluded.
97
- * OpenAPI `readOnly` fields are excluded.
98
97
  """
99
98
  excluded_fields: Set[str] = set([
100
99
  "pulp_href",
101
100
  "prn",
102
101
  "pulp_created",
103
102
  "pulp_last_updated",
104
- "hidden_fields",
105
103
  "last_sync_task",
106
104
  ])
107
105
 
@@ -31,11 +31,12 @@ class AnsibleCollectionVersionResponse(BaseModel):
31
31
  A serializer for CollectionVersion Content.
32
32
  """ # noqa: E501
33
33
  prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
34
- pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
35
34
  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.")
36
35
  pulp_href: Optional[StrictStr] = None
37
- artifact: Optional[StrictStr] = Field(default=None, description="Artifact file representing the physical content")
38
36
  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.")
37
+ artifact: Optional[StrictStr] = Field(default=None, description="Artifact file representing the physical content")
38
+ pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
39
+ vuln_report: Optional[StrictStr] = None
39
40
  sha256: Optional[StrictStr] = Field(default=None, description="The SHA-256 checksum if available.")
40
41
  md5: Optional[StrictStr] = Field(default=None, description="The MD5 checksum if available.")
41
42
  sha1: Optional[StrictStr] = Field(default=None, description="The SHA-1 checksum if available.")
@@ -59,8 +60,8 @@ class AnsibleCollectionVersionResponse(BaseModel):
59
60
  origin_repository: Optional[Annotated[str, Field(strict=True, max_length=2000)]] = Field(default=None, description="The URL of the originating SCM repository.")
60
61
  tags: Optional[List[CollectionSummaryResponseTagsInner]] = None
61
62
  version: Optional[Annotated[str, Field(strict=True, max_length=128)]] = Field(default=None, description="The version of the collection.")
62
- 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.")
63
- __properties: ClassVar[List[str]] = ["prn", "pulp_created", "pulp_last_updated", "pulp_href", "artifact", "pulp_labels", "sha256", "md5", "sha1", "sha224", "sha384", "sha512", "id", "authors", "contents", "dependencies", "description", "docs_blob", "manifest", "files", "documentation", "homepage", "issues", "license", "name", "namespace", "origin_repository", "tags", "version", "requires_ansible"]
63
+ requires_ansible: Optional[StrictStr] = Field(default=None, description="The version of Ansible required to use the collection. Multiple versions can be separated with a comma.")
64
+ __properties: ClassVar[List[str]] = ["prn", "pulp_last_updated", "pulp_href", "pulp_labels", "artifact", "pulp_created", "vuln_report", "sha256", "md5", "sha1", "sha224", "sha384", "sha512", "id", "authors", "contents", "dependencies", "description", "docs_blob", "manifest", "files", "documentation", "homepage", "issues", "license", "name", "namespace", "origin_repository", "tags", "version", "requires_ansible"]
64
65
 
65
66
  model_config = ConfigDict(
66
67
  populate_by_name=True,
@@ -117,15 +118,13 @@ class AnsibleCollectionVersionResponse(BaseModel):
117
118
  * OpenAPI `readOnly` fields are excluded.
118
119
  * OpenAPI `readOnly` fields are excluded.
119
120
  * OpenAPI `readOnly` fields are excluded.
120
- * OpenAPI `readOnly` fields are excluded.
121
- * OpenAPI `readOnly` fields are excluded.
122
- * OpenAPI `readOnly` fields are excluded.
123
121
  """
124
122
  excluded_fields: Set[str] = set([
125
123
  "prn",
126
- "pulp_created",
127
124
  "pulp_last_updated",
128
125
  "pulp_href",
126
+ "pulp_created",
127
+ "vuln_report",
129
128
  "sha256",
130
129
  "md5",
131
130
  "sha1",
@@ -133,8 +132,6 @@ class AnsibleCollectionVersionResponse(BaseModel):
133
132
  "sha384",
134
133
  "sha512",
135
134
  "id",
136
- "authors",
137
- "contents",
138
135
  "dependencies",
139
136
  "description",
140
137
  "docs_blob",
@@ -143,11 +140,9 @@ class AnsibleCollectionVersionResponse(BaseModel):
143
140
  "documentation",
144
141
  "homepage",
145
142
  "issues",
146
- "license",
147
143
  "name",
148
144
  "namespace",
149
145
  "origin_repository",
150
- "tags",
151
146
  "version",
152
147
  "requires_ansible",
153
148
  ])
@@ -182,11 +177,12 @@ class AnsibleCollectionVersionResponse(BaseModel):
182
177
 
183
178
  _obj = cls.model_validate({
184
179
  "prn": obj.get("prn"),
185
- "pulp_created": obj.get("pulp_created"),
186
180
  "pulp_last_updated": obj.get("pulp_last_updated"),
187
181
  "pulp_href": obj.get("pulp_href"),
188
- "artifact": obj.get("artifact"),
189
182
  "pulp_labels": obj.get("pulp_labels"),
183
+ "artifact": obj.get("artifact"),
184
+ "pulp_created": obj.get("pulp_created"),
185
+ "vuln_report": obj.get("vuln_report"),
190
186
  "sha256": obj.get("sha256"),
191
187
  "md5": obj.get("md5"),
192
188
  "sha1": obj.get("sha1"),
@@ -33,10 +33,11 @@ class AnsibleCollectionVersionSignatureResponse(BaseModel):
33
33
  pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
34
34
  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.")
35
35
  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.")
36
+ vuln_report: Optional[StrictStr] = None
36
37
  signed_collection: StrictStr = Field(description="The content this signature is pointing to.")
37
38
  pubkey_fingerprint: Optional[StrictStr] = Field(default=None, description="The fingerprint of the public key.")
38
39
  signing_service: Optional[StrictStr] = Field(default=None, description="The signing service used to create the signature.")
39
- __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "pulp_labels", "signed_collection", "pubkey_fingerprint", "signing_service"]
40
+ __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "pulp_labels", "vuln_report", "signed_collection", "pubkey_fingerprint", "signing_service"]
40
41
 
41
42
  model_config = ConfigDict(
42
43
  populate_by_name=True,
@@ -74,12 +75,14 @@ class AnsibleCollectionVersionSignatureResponse(BaseModel):
74
75
  * OpenAPI `readOnly` fields are excluded.
75
76
  * OpenAPI `readOnly` fields are excluded.
76
77
  * OpenAPI `readOnly` fields are excluded.
78
+ * OpenAPI `readOnly` fields are excluded.
77
79
  """
78
80
  excluded_fields: Set[str] = set([
79
81
  "pulp_href",
80
82
  "prn",
81
83
  "pulp_created",
82
84
  "pulp_last_updated",
85
+ "vuln_report",
83
86
  "pubkey_fingerprint",
84
87
  "signing_service",
85
88
  ])
@@ -111,6 +114,7 @@ class AnsibleCollectionVersionSignatureResponse(BaseModel):
111
114
  "pulp_created": obj.get("pulp_created"),
112
115
  "pulp_last_updated": obj.get("pulp_last_updated"),
113
116
  "pulp_labels": obj.get("pulp_labels"),
117
+ "vuln_report": obj.get("vuln_report"),
114
118
  "signed_collection": obj.get("signed_collection"),
115
119
  "pubkey_fingerprint": obj.get("pubkey_fingerprint"),
116
120
  "signing_service": obj.get("signing_service")
@@ -28,29 +28,29 @@ class AnsibleGitRemote(BaseModel):
28
28
  """
29
29
  A serializer for Git Collection Remotes.
30
30
  """ # noqa: E501
31
- 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.")
32
- 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.")
33
- headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
31
+ 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.")
34
32
  tls_validation: Optional[StrictBool] = Field(default=None, description="If True, TLS peer validation must be performed.")
35
- 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.")
36
33
  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.")
37
- client_key: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded private key used for authentication.")
38
- 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.")
34
+ 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.")
35
+ download_concurrency: Optional[StrictInt] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
36
+ username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to be used for authentication when syncing.")
37
+ proxy_url: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
39
38
  client_cert: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded client certificate used for authentication.")
39
+ 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.")
40
+ headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
41
+ 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
42
  proxy_username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to authenticte to the proxy.")
41
- 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.")
42
- url: Annotated[str, Field(min_length=1, strict=True)] = Field(description="The URL of an external content source.")
43
- name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this remote.")
44
43
  rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
45
- 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.")
46
- 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.")
47
- username: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The username to be used for authentication when syncing.")
48
44
  pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
49
- proxy_url: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="The proxy URL. Format: scheme://host:port")
50
- 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
+ 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
+ client_key: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A PEM encoded private key used for authentication.")
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
+ name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this remote.")
49
+ url: Annotated[str, Field(min_length=1, strict=True)] = Field(description="The URL of an external content source.")
50
+ 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.")
51
51
  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.")
52
52
  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.")
53
- __properties: ClassVar[List[str]] = ["total_timeout", "connect_timeout", "headers", "tls_validation", "max_retries", "password", "client_key", "sock_read_timeout", "client_cert", "proxy_username", "ca_cert", "url", "name", "rate_limit", "proxy_password", "sock_connect_timeout", "username", "pulp_labels", "proxy_url", "download_concurrency", "metadata_only", "git_ref"]
53
+ __properties: ClassVar[List[str]] = ["proxy_password", "tls_validation", "password", "total_timeout", "download_concurrency", "username", "proxy_url", "client_cert", "sock_connect_timeout", "headers", "max_retries", "proxy_username", "rate_limit", "pulp_labels", "connect_timeout", "client_key", "sock_read_timeout", "name", "url", "ca_cert", "metadata_only", "git_ref"]
54
54
 
55
55
  model_config = ConfigDict(
56
56
  populate_by_name=True,
@@ -91,80 +91,80 @@ class AnsibleGitRemote(BaseModel):
91
91
  exclude=excluded_fields,
92
92
  exclude_none=True,
93
93
  )
94
- # set to None if total_timeout (nullable) is None
94
+ # set to None if proxy_password (nullable) is None
95
95
  # and model_fields_set contains the field
96
- if self.total_timeout is None and "total_timeout" in self.model_fields_set:
97
- _dict['total_timeout'] = None
96
+ if self.proxy_password is None and "proxy_password" in self.model_fields_set:
97
+ _dict['proxy_password'] = None
98
98
 
99
- # set to None if connect_timeout (nullable) is None
99
+ # set to None if password (nullable) is None
100
100
  # and model_fields_set contains the field
101
- if self.connect_timeout is None and "connect_timeout" in self.model_fields_set:
102
- _dict['connect_timeout'] = None
101
+ if self.password is None and "password" in self.model_fields_set:
102
+ _dict['password'] = None
103
103
 
104
- # set to None if max_retries (nullable) is None
104
+ # set to None if total_timeout (nullable) is None
105
105
  # and model_fields_set contains the field
106
- if self.max_retries is None and "max_retries" in self.model_fields_set:
107
- _dict['max_retries'] = None
106
+ if self.total_timeout is None and "total_timeout" in self.model_fields_set:
107
+ _dict['total_timeout'] = None
108
108
 
109
- # set to None if password (nullable) is None
109
+ # set to None if download_concurrency (nullable) is None
110
110
  # and model_fields_set contains the field
111
- if self.password is None and "password" in self.model_fields_set:
112
- _dict['password'] = None
111
+ if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
112
+ _dict['download_concurrency'] = None
113
113
 
114
- # set to None if client_key (nullable) is None
114
+ # set to None if username (nullable) is None
115
115
  # and model_fields_set contains the field
116
- if self.client_key is None and "client_key" in self.model_fields_set:
117
- _dict['client_key'] = None
116
+ if self.username is None and "username" in self.model_fields_set:
117
+ _dict['username'] = None
118
118
 
119
- # set to None if sock_read_timeout (nullable) is None
119
+ # set to None if proxy_url (nullable) is None
120
120
  # and model_fields_set contains the field
121
- if self.sock_read_timeout is None and "sock_read_timeout" in self.model_fields_set:
122
- _dict['sock_read_timeout'] = None
121
+ if self.proxy_url is None and "proxy_url" in self.model_fields_set:
122
+ _dict['proxy_url'] = None
123
123
 
124
124
  # set to None if client_cert (nullable) is None
125
125
  # and model_fields_set contains the field
126
126
  if self.client_cert is None and "client_cert" in self.model_fields_set:
127
127
  _dict['client_cert'] = None
128
128
 
129
+ # set to None if sock_connect_timeout (nullable) is None
130
+ # and model_fields_set contains the field
131
+ if self.sock_connect_timeout is None and "sock_connect_timeout" in self.model_fields_set:
132
+ _dict['sock_connect_timeout'] = None
133
+
134
+ # set to None if max_retries (nullable) is None
135
+ # and model_fields_set contains the field
136
+ if self.max_retries is None and "max_retries" in self.model_fields_set:
137
+ _dict['max_retries'] = None
138
+
129
139
  # set to None if proxy_username (nullable) is None
130
140
  # and model_fields_set contains the field
131
141
  if self.proxy_username is None and "proxy_username" in self.model_fields_set:
132
142
  _dict['proxy_username'] = None
133
143
 
134
- # set to None if ca_cert (nullable) is None
135
- # and model_fields_set contains the field
136
- if self.ca_cert is None and "ca_cert" in self.model_fields_set:
137
- _dict['ca_cert'] = None
138
-
139
144
  # set to None if rate_limit (nullable) is None
140
145
  # and model_fields_set contains the field
141
146
  if self.rate_limit is None and "rate_limit" in self.model_fields_set:
142
147
  _dict['rate_limit'] = None
143
148
 
144
- # set to None if proxy_password (nullable) is None
145
- # and model_fields_set contains the field
146
- if self.proxy_password is None and "proxy_password" in self.model_fields_set:
147
- _dict['proxy_password'] = None
148
-
149
- # set to None if sock_connect_timeout (nullable) is None
149
+ # set to None if connect_timeout (nullable) is None
150
150
  # and model_fields_set contains the field
151
- if self.sock_connect_timeout is None and "sock_connect_timeout" in self.model_fields_set:
152
- _dict['sock_connect_timeout'] = None
151
+ if self.connect_timeout is None and "connect_timeout" in self.model_fields_set:
152
+ _dict['connect_timeout'] = None
153
153
 
154
- # set to None if username (nullable) is None
154
+ # set to None if client_key (nullable) is None
155
155
  # and model_fields_set contains the field
156
- if self.username is None and "username" in self.model_fields_set:
157
- _dict['username'] = None
156
+ if self.client_key is None and "client_key" in self.model_fields_set:
157
+ _dict['client_key'] = None
158
158
 
159
- # set to None if proxy_url (nullable) is None
159
+ # set to None if sock_read_timeout (nullable) is None
160
160
  # and model_fields_set contains the field
161
- if self.proxy_url is None and "proxy_url" in self.model_fields_set:
162
- _dict['proxy_url'] = None
161
+ if self.sock_read_timeout is None and "sock_read_timeout" in self.model_fields_set:
162
+ _dict['sock_read_timeout'] = None
163
163
 
164
- # set to None if download_concurrency (nullable) is None
164
+ # set to None if ca_cert (nullable) is None
165
165
  # and model_fields_set contains the field
166
- if self.download_concurrency is None and "download_concurrency" in self.model_fields_set:
167
- _dict['download_concurrency'] = None
166
+ if self.ca_cert is None and "ca_cert" in self.model_fields_set:
167
+ _dict['ca_cert'] = None
168
168
 
169
169
  return _dict
170
170
 
@@ -178,26 +178,26 @@ class AnsibleGitRemote(BaseModel):
178
178
  return cls.model_validate(obj)
179
179
 
180
180
  _obj = cls.model_validate({
181
- "total_timeout": obj.get("total_timeout"),
182
- "connect_timeout": obj.get("connect_timeout"),
183
- "headers": obj.get("headers"),
181
+ "proxy_password": obj.get("proxy_password"),
184
182
  "tls_validation": obj.get("tls_validation"),
185
- "max_retries": obj.get("max_retries"),
186
183
  "password": obj.get("password"),
187
- "client_key": obj.get("client_key"),
188
- "sock_read_timeout": obj.get("sock_read_timeout"),
184
+ "total_timeout": obj.get("total_timeout"),
185
+ "download_concurrency": obj.get("download_concurrency"),
186
+ "username": obj.get("username"),
187
+ "proxy_url": obj.get("proxy_url"),
189
188
  "client_cert": obj.get("client_cert"),
189
+ "sock_connect_timeout": obj.get("sock_connect_timeout"),
190
+ "headers": obj.get("headers"),
191
+ "max_retries": obj.get("max_retries"),
190
192
  "proxy_username": obj.get("proxy_username"),
191
- "ca_cert": obj.get("ca_cert"),
192
- "url": obj.get("url"),
193
- "name": obj.get("name"),
194
193
  "rate_limit": obj.get("rate_limit"),
195
- "proxy_password": obj.get("proxy_password"),
196
- "sock_connect_timeout": obj.get("sock_connect_timeout"),
197
- "username": obj.get("username"),
198
194
  "pulp_labels": obj.get("pulp_labels"),
199
- "proxy_url": obj.get("proxy_url"),
200
- "download_concurrency": obj.get("download_concurrency"),
195
+ "connect_timeout": obj.get("connect_timeout"),
196
+ "client_key": obj.get("client_key"),
197
+ "sock_read_timeout": obj.get("sock_read_timeout"),
198
+ "name": obj.get("name"),
199
+ "url": obj.get("url"),
200
+ "ca_cert": obj.get("ca_cert"),
201
201
  "metadata_only": obj.get("metadata_only"),
202
202
  "git_ref": obj.get("git_ref")
203
203
  })