pulp_ansible_client 0.5.9 → 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (226) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +21 -21
  4. data/docs/AnsibleCollectionRemote.md +0 -8
  5. data/docs/AnsibleCollectionRemoteResponse.md +0 -8
  6. data/docs/AnsibleCollectionVersionResponse.md +2 -2
  7. data/docs/AnsibleCollectionsApi.md +2 -2
  8. data/docs/AnsibleRoleRemote.md +1 -9
  9. data/docs/AnsibleRoleRemoteResponse.md +1 -9
  10. data/docs/AnsibleRoleResponse.md +2 -2
  11. data/docs/ApiCollectionsApi.md +2 -2
  12. data/docs/ApiRolesApi.md +2 -2
  13. data/docs/ContentCollectionVersionsApi.md +2 -2
  14. data/docs/ContentRolesApi.md +2 -2
  15. data/docs/DistributionsAnsibleApi.md +2 -2
  16. data/docs/{PaginatedansibleCollectionResponseList.md → InlineResponse200.md} +4 -4
  17. data/docs/{PaginatedansibleCollectionVersionResponseList.md → InlineResponse2001.md} +4 -4
  18. data/docs/{PaginatedGalaxyRoleVersionResponseList.md → InlineResponse20010.md} +4 -4
  19. data/docs/{PaginatedGalaxyCollectionResponseList.md → InlineResponse20011.md} +4 -4
  20. data/docs/{PaginatedGalaxyCollectionVersionResponseList.md → InlineResponse20012.md} +4 -4
  21. data/docs/InlineResponse20013.md +21 -0
  22. data/docs/{PaginatedCollectionResponseListLinks.md → InlineResponse20013Links.md} +2 -2
  23. data/docs/{PaginatedCollectionResponseListMeta.md → InlineResponse20013Meta.md} +2 -2
  24. data/docs/InlineResponse20014.md +21 -0
  25. data/docs/{PaginatedansibleRoleResponseList.md → InlineResponse2002.md} +4 -4
  26. data/docs/{PaginatedansibleAnsibleDistributionResponseList.md → InlineResponse2003.md} +4 -4
  27. data/docs/{PaginatedTagResponseList.md → InlineResponse2004.md} +4 -4
  28. data/docs/{PaginatedansibleCollectionRemoteResponseList.md → InlineResponse2005.md} +4 -4
  29. data/docs/{PaginatedansibleRoleRemoteResponseList.md → InlineResponse2006.md} +4 -4
  30. data/docs/{PaginatedansibleAnsibleRepositoryResponseList.md → InlineResponse2007.md} +4 -4
  31. data/docs/{PaginatedRepositoryVersionResponseList.md → InlineResponse2008.md} +4 -4
  32. data/docs/{PaginatedGalaxyRoleResponseList.md → InlineResponse2009.md} +4 -4
  33. data/docs/PatchedansibleCollectionRemote.md +0 -8
  34. data/docs/PatchedansibleRoleRemote.md +1 -9
  35. data/docs/PulpAnsibleGalaxyApiCollectionsApi.md +2 -2
  36. data/docs/PulpAnsibleGalaxyApiV3VersionsApi.md +2 -2
  37. data/docs/PulpAnsibleTagsApi.md +2 -2
  38. data/docs/RemotesCollectionApi.md +2 -2
  39. data/docs/RemotesRoleApi.md +2 -2
  40. data/docs/RepositoriesAnsibleApi.md +2 -2
  41. data/docs/RepositoriesAnsibleVersionsApi.md +4 -4
  42. data/docs/RepositoryAddRemoveContent.md +2 -2
  43. data/docs/VersionsApi.md +4 -4
  44. data/lib/pulp_ansible_client/api/ansible_collections_api.rb +4 -4
  45. data/lib/pulp_ansible_client/api/ansible_copy_api.rb +1 -1
  46. data/lib/pulp_ansible_client/api/api_collections_api.rb +4 -4
  47. data/lib/pulp_ansible_client/api/api_roles_api.rb +4 -4
  48. data/lib/pulp_ansible_client/api/collection_import_api.rb +1 -1
  49. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +4 -4
  50. data/lib/pulp_ansible_client/api/content_roles_api.rb +4 -4
  51. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +4 -4
  52. data/lib/pulp_ansible_client/api/galaxy_detail_api.rb +1 -1
  53. data/lib/pulp_ansible_client/api/pulp_ansible_api_api.rb +1 -1
  54. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_collections_api.rb +4 -4
  55. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v2_versions_api.rb +1 -1
  56. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_api.rb +1 -1
  57. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api.rb +1 -1
  58. data/lib/pulp_ansible_client/api/pulp_ansible_galaxy_api_v3_versions_api.rb +4 -4
  59. data/lib/pulp_ansible_client/api/pulp_ansible_tags_api.rb +4 -4
  60. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +4 -4
  61. data/lib/pulp_ansible_client/api/remotes_role_api.rb +4 -4
  62. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +4 -4
  63. data/lib/pulp_ansible_client/api/repositories_ansible_versions_api.rb +8 -8
  64. data/lib/pulp_ansible_client/api/versions_api.rb +7 -7
  65. data/lib/pulp_ansible_client/api_client.rb +12 -8
  66. data/lib/pulp_ansible_client/api_error.rb +1 -1
  67. data/lib/pulp_ansible_client/configuration.rb +8 -1
  68. data/lib/pulp_ansible_client/models/ansible_ansible_distribution.rb +1 -1
  69. data/lib/pulp_ansible_client/models/ansible_ansible_distribution_response.rb +1 -1
  70. data/lib/pulp_ansible_client/models/ansible_ansible_repository.rb +1 -1
  71. data/lib/pulp_ansible_client/models/ansible_ansible_repository_response.rb +1 -1
  72. data/lib/pulp_ansible_client/models/ansible_collection_remote.rb +2 -106
  73. data/lib/pulp_ansible_client/models/ansible_collection_remote_response.rb +2 -106
  74. data/lib/pulp_ansible_client/models/ansible_collection_response.rb +1 -1
  75. data/lib/pulp_ansible_client/models/ansible_collection_version.rb +1 -1
  76. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +12 -12
  77. data/lib/pulp_ansible_client/models/ansible_role.rb +1 -1
  78. data/lib/pulp_ansible_client/models/ansible_role_remote.rb +5 -109
  79. data/lib/pulp_ansible_client/models/ansible_role_remote_response.rb +5 -109
  80. data/lib/pulp_ansible_client/models/ansible_role_response.rb +12 -12
  81. data/lib/pulp_ansible_client/models/ansible_tag_response.rb +1 -1
  82. data/lib/pulp_ansible_client/models/artifact_ref_response.rb +1 -1
  83. data/lib/pulp_ansible_client/models/async_operation_response.rb +1 -1
  84. data/lib/pulp_ansible_client/models/collection_import_detail_response.rb +1 -1
  85. data/lib/pulp_ansible_client/models/collection_metadata_response.rb +1 -1
  86. data/lib/pulp_ansible_client/models/collection_namespace_response.rb +1 -1
  87. data/lib/pulp_ansible_client/models/collection_one_shot.rb +1 -1
  88. data/lib/pulp_ansible_client/models/collection_ref_response.rb +1 -1
  89. data/lib/pulp_ansible_client/models/collection_response.rb +1 -1
  90. data/lib/pulp_ansible_client/models/collection_version_docs_response.rb +1 -1
  91. data/lib/pulp_ansible_client/models/collection_version_response.rb +1 -1
  92. data/lib/pulp_ansible_client/models/content_summary.rb +1 -1
  93. data/lib/pulp_ansible_client/models/content_summary_response.rb +1 -1
  94. data/lib/pulp_ansible_client/models/copy.rb +1 -1
  95. data/lib/pulp_ansible_client/models/galaxy_collection.rb +1 -1
  96. data/lib/pulp_ansible_client/models/galaxy_collection_response.rb +1 -1
  97. data/lib/pulp_ansible_client/models/galaxy_collection_version_response.rb +1 -1
  98. data/lib/pulp_ansible_client/models/galaxy_role_response.rb +1 -1
  99. data/lib/pulp_ansible_client/models/galaxy_role_version_response.rb +1 -1
  100. data/lib/pulp_ansible_client/models/{paginatedansible_collection_response_list.rb → inline_response200.rb} +4 -4
  101. data/lib/pulp_ansible_client/models/{paginatedansible_collection_version_response_list.rb → inline_response2001.rb} +4 -4
  102. data/lib/pulp_ansible_client/models/{paginated_galaxy_role_version_response_list.rb → inline_response20010.rb} +4 -4
  103. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_response_list.rb → inline_response20011.rb} +4 -4
  104. data/lib/pulp_ansible_client/models/{paginated_galaxy_collection_version_response_list.rb → inline_response20012.rb} +4 -4
  105. data/lib/pulp_ansible_client/models/{paginated_collection_response_list.rb → inline_response20013.rb} +6 -6
  106. data/lib/pulp_ansible_client/models/{paginated_collection_response_list_links.rb → inline_response20013_links.rb} +4 -4
  107. data/lib/pulp_ansible_client/models/{paginated_collection_response_list_meta.rb → inline_response20013_meta.rb} +4 -4
  108. data/lib/pulp_ansible_client/models/{paginated_collection_version_response_list.rb → inline_response20014.rb} +6 -6
  109. data/lib/pulp_ansible_client/models/{paginatedansible_role_response_list.rb → inline_response2002.rb} +4 -4
  110. data/lib/pulp_ansible_client/models/{paginatedansible_ansible_distribution_response_list.rb → inline_response2003.rb} +4 -4
  111. data/lib/pulp_ansible_client/models/{paginated_tag_response_list.rb → inline_response2004.rb} +4 -4
  112. data/lib/pulp_ansible_client/models/{paginatedansible_collection_remote_response_list.rb → inline_response2005.rb} +4 -4
  113. data/lib/pulp_ansible_client/models/{paginatedansible_role_remote_response_list.rb → inline_response2006.rb} +4 -4
  114. data/lib/pulp_ansible_client/models/{paginatedansible_ansible_repository_response_list.rb → inline_response2007.rb} +4 -4
  115. data/lib/pulp_ansible_client/models/{paginated_repository_version_response_list.rb → inline_response2008.rb} +4 -4
  116. data/lib/pulp_ansible_client/models/{paginated_galaxy_role_response_list.rb → inline_response2009.rb} +4 -4
  117. data/lib/pulp_ansible_client/models/patched_collection.rb +1 -1
  118. data/lib/pulp_ansible_client/models/patchedansible_ansible_distribution.rb +1 -1
  119. data/lib/pulp_ansible_client/models/patchedansible_ansible_repository.rb +1 -1
  120. data/lib/pulp_ansible_client/models/patchedansible_collection_remote.rb +2 -106
  121. data/lib/pulp_ansible_client/models/patchedansible_role_remote.rb +5 -109
  122. data/lib/pulp_ansible_client/models/policy_enum.rb +1 -1
  123. data/lib/pulp_ansible_client/models/repository_add_remove_content.rb +3 -3
  124. data/lib/pulp_ansible_client/models/repository_sync_url.rb +1 -1
  125. data/lib/pulp_ansible_client/models/repository_version.rb +1 -1
  126. data/lib/pulp_ansible_client/models/repository_version_response.rb +1 -1
  127. data/lib/pulp_ansible_client/models/tag_response.rb +1 -1
  128. data/lib/pulp_ansible_client/version.rb +2 -2
  129. data/lib/pulp_ansible_client.rb +18 -18
  130. data/pulp_ansible_client.gemspec +1 -1
  131. data/spec/api/ansible_collections_api_spec.rb +2 -2
  132. data/spec/api/ansible_copy_api_spec.rb +1 -1
  133. data/spec/api/api_collections_api_spec.rb +2 -2
  134. data/spec/api/api_roles_api_spec.rb +2 -2
  135. data/spec/api/collection_import_api_spec.rb +1 -1
  136. data/spec/api/content_collection_versions_api_spec.rb +2 -2
  137. data/spec/api/content_roles_api_spec.rb +2 -2
  138. data/spec/api/distributions_ansible_api_spec.rb +2 -2
  139. data/spec/api/galaxy_detail_api_spec.rb +1 -1
  140. data/spec/api/pulp_ansible_api_api_spec.rb +1 -1
  141. data/spec/api/pulp_ansible_galaxy_api_collections_api_spec.rb +2 -2
  142. data/spec/api/pulp_ansible_galaxy_api_v2_versions_api_spec.rb +1 -1
  143. data/spec/api/pulp_ansible_galaxy_api_v3_collections_api_spec.rb +1 -1
  144. data/spec/api/pulp_ansible_galaxy_api_v3_collections_docs_blob_api_spec.rb +1 -1
  145. data/spec/api/pulp_ansible_galaxy_api_v3_versions_api_spec.rb +2 -2
  146. data/spec/api/pulp_ansible_tags_api_spec.rb +2 -2
  147. data/spec/api/remotes_collection_api_spec.rb +2 -2
  148. data/spec/api/remotes_role_api_spec.rb +2 -2
  149. data/spec/api/repositories_ansible_api_spec.rb +2 -2
  150. data/spec/api/repositories_ansible_versions_api_spec.rb +4 -4
  151. data/spec/api/versions_api_spec.rb +3 -3
  152. data/spec/api_client_spec.rb +2 -2
  153. data/spec/configuration_spec.rb +1 -1
  154. data/spec/models/ansible_ansible_distribution_response_spec.rb +1 -1
  155. data/spec/models/ansible_ansible_distribution_spec.rb +1 -1
  156. data/spec/models/ansible_ansible_repository_response_spec.rb +1 -1
  157. data/spec/models/ansible_ansible_repository_spec.rb +1 -1
  158. data/spec/models/ansible_collection_remote_response_spec.rb +1 -25
  159. data/spec/models/ansible_collection_remote_spec.rb +1 -25
  160. data/spec/models/ansible_collection_response_spec.rb +1 -1
  161. data/spec/models/ansible_collection_version_response_spec.rb +3 -3
  162. data/spec/models/ansible_collection_version_spec.rb +1 -1
  163. data/spec/models/ansible_role_remote_response_spec.rb +1 -25
  164. data/spec/models/ansible_role_remote_spec.rb +1 -25
  165. data/spec/models/ansible_role_response_spec.rb +3 -3
  166. data/spec/models/ansible_role_spec.rb +1 -1
  167. data/spec/models/ansible_tag_response_spec.rb +1 -1
  168. data/spec/models/artifact_ref_response_spec.rb +1 -1
  169. data/spec/models/async_operation_response_spec.rb +1 -1
  170. data/spec/models/collection_import_detail_response_spec.rb +1 -1
  171. data/spec/models/collection_metadata_response_spec.rb +1 -1
  172. data/spec/models/collection_namespace_response_spec.rb +1 -1
  173. data/spec/models/collection_one_shot_spec.rb +1 -1
  174. data/spec/models/collection_ref_response_spec.rb +1 -1
  175. data/spec/models/collection_response_spec.rb +1 -1
  176. data/spec/models/collection_version_docs_response_spec.rb +1 -1
  177. data/spec/models/collection_version_response_spec.rb +1 -1
  178. data/spec/models/content_summary_response_spec.rb +1 -1
  179. data/spec/models/content_summary_spec.rb +1 -1
  180. data/spec/models/copy_spec.rb +1 -1
  181. data/spec/models/galaxy_collection_response_spec.rb +1 -1
  182. data/spec/models/galaxy_collection_spec.rb +1 -1
  183. data/spec/models/galaxy_collection_version_response_spec.rb +1 -1
  184. data/spec/models/galaxy_role_response_spec.rb +1 -1
  185. data/spec/models/galaxy_role_version_response_spec.rb +1 -1
  186. data/spec/models/{paginated_tag_response_list_spec.rb → inline_response20010_spec.rb} +7 -7
  187. data/spec/models/{paginated_galaxy_role_response_list_spec.rb → inline_response20011_spec.rb} +7 -7
  188. data/spec/models/{paginatedansible_role_response_list_spec.rb → inline_response20012_spec.rb} +7 -7
  189. data/spec/models/{paginated_collection_response_list_links_spec.rb → inline_response20013_links_spec.rb} +7 -7
  190. data/spec/models/{paginated_collection_response_list_meta_spec.rb → inline_response20013_meta_spec.rb} +7 -7
  191. data/spec/models/{paginated_collection_response_list_spec.rb → inline_response20013_spec.rb} +7 -7
  192. data/spec/models/{paginated_collection_version_response_list_spec.rb → inline_response20014_spec.rb} +7 -7
  193. data/spec/models/{paginated_galaxy_collection_response_list_spec.rb → inline_response2001_spec.rb} +7 -7
  194. data/spec/models/inline_response2002_spec.rb +59 -0
  195. data/spec/models/inline_response2003_spec.rb +59 -0
  196. data/spec/models/inline_response2004_spec.rb +59 -0
  197. data/spec/models/inline_response2005_spec.rb +59 -0
  198. data/spec/models/inline_response2006_spec.rb +59 -0
  199. data/spec/models/inline_response2007_spec.rb +59 -0
  200. data/spec/models/inline_response2008_spec.rb +59 -0
  201. data/spec/models/inline_response2009_spec.rb +59 -0
  202. data/spec/models/inline_response200_spec.rb +59 -0
  203. data/spec/models/patched_collection_spec.rb +1 -1
  204. data/spec/models/patchedansible_ansible_distribution_spec.rb +1 -1
  205. data/spec/models/patchedansible_ansible_repository_spec.rb +1 -1
  206. data/spec/models/patchedansible_collection_remote_spec.rb +1 -25
  207. data/spec/models/patchedansible_role_remote_spec.rb +1 -25
  208. data/spec/models/policy_enum_spec.rb +1 -1
  209. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  210. data/spec/models/repository_sync_url_spec.rb +1 -1
  211. data/spec/models/repository_version_response_spec.rb +1 -1
  212. data/spec/models/repository_version_spec.rb +1 -1
  213. data/spec/models/tag_response_spec.rb +1 -1
  214. data/spec/spec_helper.rb +1 -1
  215. metadata +117 -117
  216. data/docs/PaginatedCollectionResponseList.md +0 -21
  217. data/docs/PaginatedCollectionVersionResponseList.md +0 -21
  218. data/spec/models/paginated_galaxy_collection_version_response_list_spec.rb +0 -59
  219. data/spec/models/paginated_galaxy_role_version_response_list_spec.rb +0 -59
  220. data/spec/models/paginated_repository_version_response_list_spec.rb +0 -59
  221. data/spec/models/paginatedansible_ansible_distribution_response_list_spec.rb +0 -59
  222. data/spec/models/paginatedansible_ansible_repository_response_list_spec.rb +0 -59
  223. data/spec/models/paginatedansible_collection_remote_response_list_spec.rb +0 -59
  224. data/spec/models/paginatedansible_collection_response_list_spec.rb +0 -59
  225. data/spec/models/paginatedansible_collection_version_response_list_spec.rb +0 -59
  226. data/spec/models/paginatedansible_role_remote_response_list_spec.rb +0 -59
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -29,7 +29,7 @@ module PulpAnsibleClient
29
29
  # @option opts [String] :ordering Which field to use when ordering the results.
30
30
  # @option opts [String] :fields A list of fields to include in the response.
31
31
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
32
- # @return [PaginatedansibleCollectionResponseList]
32
+ # @return [InlineResponse200]
33
33
  def list(opts = {})
34
34
  data, _status_code, _headers = list_with_http_info(opts)
35
35
  data
@@ -45,7 +45,7 @@ module PulpAnsibleClient
45
45
  # @option opts [String] :ordering Which field to use when ordering the results.
46
46
  # @option opts [String] :fields A list of fields to include in the response.
47
47
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
48
- # @return [Array<(PaginatedansibleCollectionResponseList, Integer, Hash)>] PaginatedansibleCollectionResponseList data, response status code and response headers
48
+ # @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers
49
49
  def list_with_http_info(opts = {})
50
50
  if @api_client.config.debugging
51
51
  @api_client.config.logger.debug 'Calling API: AnsibleCollectionsApi.list ...'
@@ -75,7 +75,7 @@ module PulpAnsibleClient
75
75
  post_body = opts[:body]
76
76
 
77
77
  # return_type
78
- return_type = opts[:return_type] || 'PaginatedansibleCollectionResponseList'
78
+ return_type = opts[:return_type] || 'InlineResponse200'
79
79
 
80
80
  # auth_names
81
81
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -25,7 +25,7 @@ module PulpAnsibleClient
25
25
  # @option opts [Integer] :page A page number within the paginated result set.
26
26
  # @option opts [String] :fields A list of fields to include in the response.
27
27
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
28
- # @return [PaginatedGalaxyCollectionResponseList]
28
+ # @return [InlineResponse20011]
29
29
  def get(ansible_collection_href, opts = {})
30
30
  data, _status_code, _headers = get_with_http_info(ansible_collection_href, opts)
31
31
  data
@@ -37,7 +37,7 @@ module PulpAnsibleClient
37
37
  # @option opts [Integer] :page A page number within the paginated result set.
38
38
  # @option opts [String] :fields A list of fields to include in the response.
39
39
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
40
- # @return [Array<(PaginatedGalaxyCollectionResponseList, Integer, Hash)>] PaginatedGalaxyCollectionResponseList data, response status code and response headers
40
+ # @return [Array<(InlineResponse20011, Integer, Hash)>] InlineResponse20011 data, response status code and response headers
41
41
  def get_with_http_info(ansible_collection_href, opts = {})
42
42
  if @api_client.config.debugging
43
43
  @api_client.config.logger.debug 'Calling API: ApiCollectionsApi.get ...'
@@ -67,7 +67,7 @@ module PulpAnsibleClient
67
67
  post_body = opts[:body]
68
68
 
69
69
  # return_type
70
- return_type = opts[:return_type] || 'PaginatedGalaxyCollectionResponseList'
70
+ return_type = opts[:return_type] || 'InlineResponse20011'
71
71
 
72
72
  # auth_names
73
73
  auth_names = opts[:auth_names] || []
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -26,7 +26,7 @@ module PulpAnsibleClient
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
27
  # @option opts [String] :fields A list of fields to include in the response.
28
28
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
29
- # @return [PaginatedGalaxyRoleResponseList]
29
+ # @return [InlineResponse2009]
30
30
  def get(ansible_role_href, opts = {})
31
31
  data, _status_code, _headers = get_with_http_info(ansible_role_href, opts)
32
32
  data
@@ -39,7 +39,7 @@ module PulpAnsibleClient
39
39
  # @option opts [Integer] :offset The initial index from which to return the results.
40
40
  # @option opts [String] :fields A list of fields to include in the response.
41
41
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
42
- # @return [Array<(PaginatedGalaxyRoleResponseList, Integer, Hash)>] PaginatedGalaxyRoleResponseList data, response status code and response headers
42
+ # @return [Array<(InlineResponse2009, Integer, Hash)>] InlineResponse2009 data, response status code and response headers
43
43
  def get_with_http_info(ansible_role_href, opts = {})
44
44
  if @api_client.config.debugging
45
45
  @api_client.config.logger.debug 'Calling API: ApiRolesApi.get ...'
@@ -70,7 +70,7 @@ module PulpAnsibleClient
70
70
  post_body = opts[:body]
71
71
 
72
72
  # return_type
73
- return_type = opts[:return_type] || 'PaginatedGalaxyRoleResponseList'
73
+ return_type = opts[:return_type] || 'InlineResponse2009'
74
74
 
75
75
  # auth_names
76
76
  auth_names = opts[:auth_names] || []
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -100,7 +100,7 @@ module PulpAnsibleClient
100
100
  # @option opts [String] :version version
101
101
  # @option opts [String] :fields A list of fields to include in the response.
102
102
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
103
- # @return [PaginatedansibleCollectionVersionResponseList]
103
+ # @return [InlineResponse2001]
104
104
  def list(opts = {})
105
105
  data, _status_code, _headers = list_with_http_info(opts)
106
106
  data
@@ -123,7 +123,7 @@ module PulpAnsibleClient
123
123
  # @option opts [String] :version version
124
124
  # @option opts [String] :fields A list of fields to include in the response.
125
125
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
126
- # @return [Array<(PaginatedansibleCollectionVersionResponseList, Integer, Hash)>] PaginatedansibleCollectionVersionResponseList data, response status code and response headers
126
+ # @return [Array<(InlineResponse2001, Integer, Hash)>] InlineResponse2001 data, response status code and response headers
127
127
  def list_with_http_info(opts = {})
128
128
  if @api_client.config.debugging
129
129
  @api_client.config.logger.debug 'Calling API: ContentCollectionVersionsApi.list ...'
@@ -160,7 +160,7 @@ module PulpAnsibleClient
160
160
  post_body = opts[:body]
161
161
 
162
162
  # return_type
163
- return_type = opts[:return_type] || 'PaginatedansibleCollectionVersionResponseList'
163
+ return_type = opts[:return_type] || 'InlineResponse2001'
164
164
 
165
165
  # auth_names
166
166
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -97,7 +97,7 @@ module PulpAnsibleClient
97
97
  # @option opts [String] :version version
98
98
  # @option opts [String] :fields A list of fields to include in the response.
99
99
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
- # @return [PaginatedansibleRoleResponseList]
100
+ # @return [InlineResponse2002]
101
101
  def list(opts = {})
102
102
  data, _status_code, _headers = list_with_http_info(opts)
103
103
  data
@@ -117,7 +117,7 @@ module PulpAnsibleClient
117
117
  # @option opts [String] :version version
118
118
  # @option opts [String] :fields A list of fields to include in the response.
119
119
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
120
- # @return [Array<(PaginatedansibleRoleResponseList, Integer, Hash)>] PaginatedansibleRoleResponseList data, response status code and response headers
120
+ # @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
121
121
  def list_with_http_info(opts = {})
122
122
  if @api_client.config.debugging
123
123
  @api_client.config.logger.debug 'Calling API: ContentRolesApi.list ...'
@@ -151,7 +151,7 @@ module PulpAnsibleClient
151
151
  post_body = opts[:body]
152
152
 
153
153
  # return_type
154
- return_type = opts[:return_type] || 'PaginatedansibleRoleResponseList'
154
+ return_type = opts[:return_type] || 'InlineResponse2002'
155
155
 
156
156
  # auth_names
157
157
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -159,7 +159,7 @@ module PulpAnsibleClient
159
159
  # @option opts [String] :ordering Which field to use when ordering the results.
160
160
  # @option opts [String] :fields A list of fields to include in the response.
161
161
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
162
- # @return [PaginatedansibleAnsibleDistributionResponseList]
162
+ # @return [InlineResponse2003]
163
163
  def list(opts = {})
164
164
  data, _status_code, _headers = list_with_http_info(opts)
165
165
  data
@@ -179,7 +179,7 @@ module PulpAnsibleClient
179
179
  # @option opts [String] :ordering Which field to use when ordering the results.
180
180
  # @option opts [String] :fields A list of fields to include in the response.
181
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
- # @return [Array<(PaginatedansibleAnsibleDistributionResponseList, Integer, Hash)>] PaginatedansibleAnsibleDistributionResponseList data, response status code and response headers
182
+ # @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
183
183
  def list_with_http_info(opts = {})
184
184
  if @api_client.config.debugging
185
185
  @api_client.config.logger.debug 'Calling API: DistributionsAnsibleApi.list ...'
@@ -213,7 +213,7 @@ module PulpAnsibleClient
213
213
  post_body = opts[:body]
214
214
 
215
215
  # return_type
216
- return_type = opts[:return_type] || 'PaginatedansibleAnsibleDistributionResponseList'
216
+ return_type = opts[:return_type] || 'InlineResponse2003'
217
217
 
218
218
  # auth_names
219
219
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -26,7 +26,7 @@ module PulpAnsibleClient
26
26
  # @option opts [Integer] :offset The initial index from which to return the results.
27
27
  # @option opts [String] :fields A list of fields to include in the response.
28
28
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
29
- # @return [PaginatedCollectionResponseList]
29
+ # @return [InlineResponse20013]
30
30
  def list(path, opts = {})
31
31
  data, _status_code, _headers = list_with_http_info(path, opts)
32
32
  data
@@ -39,7 +39,7 @@ module PulpAnsibleClient
39
39
  # @option opts [Integer] :offset The initial index from which to return the results.
40
40
  # @option opts [String] :fields A list of fields to include in the response.
41
41
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
42
- # @return [Array<(PaginatedCollectionResponseList, Integer, Hash)>] PaginatedCollectionResponseList data, response status code and response headers
42
+ # @return [Array<(InlineResponse20013, Integer, Hash)>] InlineResponse20013 data, response status code and response headers
43
43
  def list_with_http_info(path, opts = {})
44
44
  if @api_client.config.debugging
45
45
  @api_client.config.logger.debug 'Calling API: PulpAnsibleGalaxyApiCollectionsApi.list ...'
@@ -70,7 +70,7 @@ module PulpAnsibleClient
70
70
  post_body = opts[:body]
71
71
 
72
72
  # return_type
73
- return_type = opts[:return_type] || 'PaginatedCollectionResponseList'
73
+ return_type = opts[:return_type] || 'InlineResponse20013'
74
74
 
75
75
  # auth_names
76
76
  auth_names = opts[:auth_names] || []
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -37,7 +37,7 @@ module PulpAnsibleClient
37
37
  # @option opts [String] :version version
38
38
  # @option opts [String] :fields A list of fields to include in the response.
39
39
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
40
- # @return [PaginatedCollectionVersionResponseList]
40
+ # @return [InlineResponse20014]
41
41
  def list(name, namespace, path, opts = {})
42
42
  data, _status_code, _headers = list_with_http_info(name, namespace, path, opts)
43
43
  data
@@ -61,7 +61,7 @@ module PulpAnsibleClient
61
61
  # @option opts [String] :version version
62
62
  # @option opts [String] :fields A list of fields to include in the response.
63
63
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
64
- # @return [Array<(PaginatedCollectionVersionResponseList, Integer, Hash)>] PaginatedCollectionVersionResponseList data, response status code and response headers
64
+ # @return [Array<(InlineResponse20014, Integer, Hash)>] InlineResponse20014 data, response status code and response headers
65
65
  def list_with_http_info(name, namespace, path, opts = {})
66
66
  if @api_client.config.debugging
67
67
  @api_client.config.logger.debug 'Calling API: PulpAnsibleGalaxyApiV3VersionsApi.list ...'
@@ -109,7 +109,7 @@ module PulpAnsibleClient
109
109
  post_body = opts[:body]
110
110
 
111
111
  # return_type
112
- return_type = opts[:return_type] || 'PaginatedCollectionVersionResponseList'
112
+ return_type = opts[:return_type] || 'InlineResponse20014'
113
113
 
114
114
  # auth_names
115
115
  auth_names = opts[:auth_names] || []
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -27,7 +27,7 @@ module PulpAnsibleClient
27
27
  # @option opts [String] :ordering Which field to use when ordering the results.
28
28
  # @option opts [String] :fields A list of fields to include in the response.
29
29
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
30
- # @return [PaginatedTagResponseList]
30
+ # @return [InlineResponse2004]
31
31
  def list(opts = {})
32
32
  data, _status_code, _headers = list_with_http_info(opts)
33
33
  data
@@ -41,7 +41,7 @@ module PulpAnsibleClient
41
41
  # @option opts [String] :ordering Which field to use when ordering the results.
42
42
  # @option opts [String] :fields A list of fields to include in the response.
43
43
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
44
- # @return [Array<(PaginatedTagResponseList, Integer, Hash)>] PaginatedTagResponseList data, response status code and response headers
44
+ # @return [Array<(InlineResponse2004, Integer, Hash)>] InlineResponse2004 data, response status code and response headers
45
45
  def list_with_http_info(opts = {})
46
46
  if @api_client.config.debugging
47
47
  @api_client.config.logger.debug 'Calling API: PulpAnsibleTagsApi.list ...'
@@ -69,7 +69,7 @@ module PulpAnsibleClient
69
69
  post_body = opts[:body]
70
70
 
71
71
  # return_type
72
- return_type = opts[:return_type] || 'PaginatedTagResponseList'
72
+ return_type = opts[:return_type] || 'InlineResponse2004'
73
73
 
74
74
  # auth_names
75
75
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -161,7 +161,7 @@ module PulpAnsibleClient
161
161
  # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
162
162
  # @option opts [String] :fields A list of fields to include in the response.
163
163
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
164
- # @return [PaginatedansibleCollectionRemoteResponseList]
164
+ # @return [InlineResponse2005]
165
165
  def list(opts = {})
166
166
  data, _status_code, _headers = list_with_http_info(opts)
167
167
  data
@@ -183,7 +183,7 @@ module PulpAnsibleClient
183
183
  # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
184
184
  # @option opts [String] :fields A list of fields to include in the response.
185
185
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
186
- # @return [Array<(PaginatedansibleCollectionRemoteResponseList, Integer, Hash)>] PaginatedansibleCollectionRemoteResponseList data, response status code and response headers
186
+ # @return [Array<(InlineResponse2005, Integer, Hash)>] InlineResponse2005 data, response status code and response headers
187
187
  def list_with_http_info(opts = {})
188
188
  if @api_client.config.debugging
189
189
  @api_client.config.logger.debug 'Calling API: RemotesCollectionApi.list ...'
@@ -219,7 +219,7 @@ module PulpAnsibleClient
219
219
  post_body = opts[:body]
220
220
 
221
221
  # return_type
222
- return_type = opts[:return_type] || 'PaginatedansibleCollectionRemoteResponseList'
222
+ return_type = opts[:return_type] || 'InlineResponse2005'
223
223
 
224
224
  # auth_names
225
225
  auth_names = opts[:auth_names] || ['basicAuth']
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
  Contact: pulp-list@redhat.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
9
+ OpenAPI Generator version: 4.3.1
10
10
 
11
11
  =end
12
12
 
@@ -161,7 +161,7 @@ module PulpAnsibleClient
161
161
  # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
162
162
  # @option opts [String] :fields A list of fields to include in the response.
163
163
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
164
- # @return [PaginatedansibleRoleRemoteResponseList]
164
+ # @return [InlineResponse2006]
165
165
  def list(opts = {})
166
166
  data, _status_code, _headers = list_with_http_info(opts)
167
167
  data
@@ -183,7 +183,7 @@ module PulpAnsibleClient
183
183
  # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
184
184
  # @option opts [String] :fields A list of fields to include in the response.
185
185
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
186
- # @return [Array<(PaginatedansibleRoleRemoteResponseList, Integer, Hash)>] PaginatedansibleRoleRemoteResponseList data, response status code and response headers
186
+ # @return [Array<(InlineResponse2006, Integer, Hash)>] InlineResponse2006 data, response status code and response headers
187
187
  def list_with_http_info(opts = {})
188
188
  if @api_client.config.debugging
189
189
  @api_client.config.logger.debug 'Calling API: RemotesRoleApi.list ...'
@@ -219,7 +219,7 @@ module PulpAnsibleClient
219
219
  post_body = opts[:body]
220
220
 
221
221
  # return_type
222
- return_type = opts[:return_type] || 'PaginatedansibleRoleRemoteResponseList'
222
+ return_type = opts[:return_type] || 'InlineResponse2006'
223
223
 
224
224
  # auth_names
225
225
  auth_names = opts[:auth_names] || ['basicAuth']