pulp-python-client 3.26.1__tar.gz → 3.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 (137) hide show
  1. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/PKG-INFO +2 -2
  2. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/README.md +1 -1
  3. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/PKG-INFO +2 -2
  4. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/content_packages_api.py +24 -24
  6. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +57 -33
  7. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +143 -6
  8. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api_client.py +1 -1
  9. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/configuration.py +1 -1
  10. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +7 -7
  11. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +9 -2
  12. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +7 -7
  13. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +10 -7
  14. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_repository.py +9 -2
  15. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +9 -2
  16. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pyproject.toml +1 -1
  17. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/setup.py +1 -1
  18. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_distribution_response_list.py +4 -2
  19. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_repository_response_list.py +6 -2
  20. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_patchedpython_python_repository.py +3 -1
  21. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_distribution_response.py +2 -1
  22. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_repository.py +3 -1
  23. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_repository_response.py +3 -1
  24. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  25. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  26. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/requires.txt +0 -0
  27. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulp_python_client.egg-info/top_level.txt +0 -0
  28. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/__init__.py +0 -0
  29. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/__init__.py +0 -0
  30. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  31. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  32. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  33. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  34. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  35. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  36. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
  37. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  38. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  39. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  40. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/api_response.py +0 -0
  41. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
  42. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  43. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  44. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  45. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  46. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  47. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  48. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  49. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  50. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  51. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  52. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  53. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  54. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  55. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  56. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  57. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  58. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  59. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  60. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  61. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  62. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  63. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  64. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  65. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  66. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  67. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  68. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  69. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  70. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  71. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  72. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  73. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  74. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
  75. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  76. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  77. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  78. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  79. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  80. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  81. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  82. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  83. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/py.typed +0 -0
  84. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/pulpcore/client/pulp_python/rest.py +0 -0
  85. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/setup.cfg +0 -0
  86. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_async_operation_response.py +0 -0
  87. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_content_packages_api.py +0 -0
  88. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_content_provenance_api.py +0 -0
  89. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_content_summary_response.py +0 -0
  90. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_distributions_pypi_api.py +0 -0
  91. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_exclude_platforms_enum.py +0 -0
  92. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_filetype_enum.py +0 -0
  93. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_metadata_version_enum.py +0 -0
  94. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_my_permissions_response.py +0 -0
  95. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_nested_role.py +0 -0
  96. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_nested_role_response.py +0 -0
  97. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_object_roles_response.py +0 -0
  98. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_package_metadata_response.py +0 -0
  99. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_package_types_enum.py +0 -0
  100. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_package_upload_task_response.py +0 -0
  101. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_paginated_repository_version_response_list.py +0 -0
  102. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  103. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  104. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  105. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  106. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_patchedpython_python_distribution.py +1 -1
  107. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_patchedpython_python_remote.py +0 -0
  108. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_policy_enum.py +0 -0
  109. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_protocol_version_enum.py +0 -0
  110. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_publications_pypi_api.py +0 -0
  111. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_pypi_api.py +0 -0
  112. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_pypi_legacy_api.py +0 -0
  113. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_pypi_metadata_api.py +0 -0
  114. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_pypi_provenance_api.py +0 -0
  115. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_pypi_simple_api.py +0 -0
  116. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_package_provenance_response.py +0 -0
  117. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_distribution.py +1 -1
  118. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_package_content_response.py +0 -0
  119. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_publication.py +0 -0
  120. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_publication_response.py +0 -0
  121. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_remote.py +0 -0
  122. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_remote_response.py +0 -0
  123. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  124. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_remote_network_config.py +0 -0
  125. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_remote_network_config_response.py +0 -0
  126. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_remotes_python_api.py +0 -0
  127. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_repair.py +0 -0
  128. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_repositories_python_api.py +0 -0
  129. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_repositories_python_versions_api.py +0 -0
  130. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_repository_add_remove_content.py +0 -0
  131. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_repository_sync_url.py +0 -0
  132. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_repository_version_response.py +0 -0
  133. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_set_label.py +0 -0
  134. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_set_label_response.py +0 -0
  135. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_summary_response.py +0 -0
  136. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_unset_label.py +0 -0
  137. {pulp_python_client-3.26.1 → pulp_python_client-3.28.0}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.26.1
3
+ Version: 3.28.0
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: v3
27
- - Package version: 3.26.1
27
+ - Package version: 3.28.0
28
28
  - Generator version: 7.14.0
29
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 3.26.1
7
+ - Package version: 3.28.0
8
8
  - Generator version: 7.14.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.26.1
3
+ Version: 3.28.0
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: v3
27
- - Package version: 3.26.1
27
+ - Package version: 3.28.0
28
28
  - Generator version: 7.14.0
29
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.26.1"
18
+ __version__ = "3.28.0"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -876,11 +876,11 @@ class ContentPackagesApi:
876
876
  keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
877
877
  keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
878
878
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
879
- name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
880
- name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
881
- name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
879
+ name: Optional[StrictStr] = None,
880
+ name__contains: Optional[StrictStr] = None,
881
+ name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
882
882
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
883
- 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
883
+ 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
884
884
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
885
885
  packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
886
886
  packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
@@ -941,15 +941,15 @@ class ContentPackagesApi:
941
941
  :type keywords__in: List[str]
942
942
  :param limit: Number of results to return per page.
943
943
  :type limit: int
944
- :param name: Filter results where name matches value
944
+ :param name:
945
945
  :type name: str
946
- :param name__contains: Filter results where name contains value
946
+ :param name__contains:
947
947
  :type name__contains: str
948
- :param name__in: Filter results where name is in a comma-separated list of values
948
+ :param name__in: Multiple values may be separated by commas.
949
949
  :type name__in: List[str]
950
950
  :param offset: The initial index from which to return the results.
951
951
  :type offset: int
952
- :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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
952
+ :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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
953
953
  :type ordering: List[str]
954
954
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
955
955
  :type orphaned_for: float
@@ -1091,11 +1091,11 @@ class ContentPackagesApi:
1091
1091
  keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
1092
1092
  keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
1093
1093
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
1094
- name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
1095
- name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
1096
- name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
1094
+ name: Optional[StrictStr] = None,
1095
+ name__contains: Optional[StrictStr] = None,
1096
+ name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1097
1097
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
1098
- 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1098
+ 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1099
1099
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
1100
1100
  packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
1101
1101
  packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
@@ -1156,15 +1156,15 @@ class ContentPackagesApi:
1156
1156
  :type keywords__in: List[str]
1157
1157
  :param limit: Number of results to return per page.
1158
1158
  :type limit: int
1159
- :param name: Filter results where name matches value
1159
+ :param name:
1160
1160
  :type name: str
1161
- :param name__contains: Filter results where name contains value
1161
+ :param name__contains:
1162
1162
  :type name__contains: str
1163
- :param name__in: Filter results where name is in a comma-separated list of values
1163
+ :param name__in: Multiple values may be separated by commas.
1164
1164
  :type name__in: List[str]
1165
1165
  :param offset: The initial index from which to return the results.
1166
1166
  :type offset: int
1167
- :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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
1167
+ :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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
1168
1168
  :type ordering: List[str]
1169
1169
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
1170
1170
  :type orphaned_for: float
@@ -1306,11 +1306,11 @@ class ContentPackagesApi:
1306
1306
  keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
1307
1307
  keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
1308
1308
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
1309
- name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
1310
- name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
1311
- name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
1309
+ name: Optional[StrictStr] = None,
1310
+ name__contains: Optional[StrictStr] = None,
1311
+ name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1312
1312
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
1313
- 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1313
+ 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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1314
1314
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
1315
1315
  packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
1316
1316
  packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
@@ -1371,15 +1371,15 @@ class ContentPackagesApi:
1371
1371
  :type keywords__in: List[str]
1372
1372
  :param limit: Number of results to return per page.
1373
1373
  :type limit: int
1374
- :param name: Filter results where name matches value
1374
+ :param name:
1375
1375
  :type name: str
1376
- :param name__contains: Filter results where name contains value
1376
+ :param name__contains:
1377
1377
  :type name__contains: str
1378
- :param name__in: Filter results where name is in a comma-separated list of values
1378
+ :param name__in: Multiple values may be separated by commas.
1379
1379
  :type name__in: List[str]
1380
1380
  :param offset: The initial index from which to return the results.
1381
1381
  :type offset: int
1382
- :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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
1382
+ :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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
1383
1383
  :type ordering: List[str]
1384
1384
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
1385
1385
  :type orphaned_for: float