pulpcore_client 3.7.9 → 3.8.0

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 (208) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +19 -19
  4. data/docs/AccessPoliciesApi.md +2 -2
  5. data/docs/ArtifactsApi.md +2 -2
  6. data/docs/ExportersCoreExportsApi.md +2 -2
  7. data/docs/ExportersPulpApi.md +2 -2
  8. data/docs/GroupsApi.md +2 -2
  9. data/docs/GroupsModelPermissionsApi.md +2 -2
  10. data/docs/GroupsObjectPermissionsApi.md +2 -2
  11. data/docs/GroupsUsersApi.md +2 -2
  12. data/docs/ImportersCoreImportsApi.md +2 -2
  13. data/docs/ImportersPulpApi.md +2 -2
  14. data/docs/{InlineResponse200.md → PaginatedAccessPolicyResponseList.md} +4 -4
  15. data/docs/{InlineResponse2001.md → PaginatedArtifactResponseList.md} +4 -4
  16. data/docs/{InlineResponse2004.md → PaginatedGroupResponseList.md} +4 -4
  17. data/docs/{InlineResponse2006.md → PaginatedGroupUserResponseList.md} +4 -4
  18. data/docs/{InlineResponse2008.md → PaginatedImportResponseList.md} +4 -4
  19. data/docs/{InlineResponse2005.md → PaginatedPermissionResponseList.md} +4 -4
  20. data/docs/{InlineResponse2003.md → PaginatedPulpExportResponseList.md} +4 -4
  21. data/docs/{InlineResponse2002.md → PaginatedPulpExporterResponseList.md} +4 -4
  22. data/docs/{InlineResponse2007.md → PaginatedPulpImporterResponseList.md} +4 -4
  23. data/docs/{InlineResponse2009.md → PaginatedSigningServiceResponseList.md} +4 -4
  24. data/docs/{InlineResponse20010.md → PaginatedTaskGroupResponseList.md} +4 -4
  25. data/docs/{InlineResponse20011.md → PaginatedTaskResponseList.md} +4 -4
  26. data/docs/{InlineResponse20012.md → PaginatedUploadResponseList.md} +4 -4
  27. data/docs/{InlineResponse20013.md → PaginatedUserResponseList.md} +4 -4
  28. data/docs/{InlineResponse20014.md → PaginatedWorkerResponseList.md} +4 -4
  29. data/docs/PulpExportResponse.md +1 -1
  30. data/docs/SigningServicesApi.md +2 -2
  31. data/docs/TaskGroupsApi.md +2 -2
  32. data/docs/TasksApi.md +2 -2
  33. data/docs/UploadsApi.md +2 -2
  34. data/docs/UsersApi.md +2 -2
  35. data/docs/WorkersApi.md +2 -2
  36. data/lib/pulpcore_client/api/access_policies_api.rb +4 -4
  37. data/lib/pulpcore_client/api/artifacts_api.rb +4 -4
  38. data/lib/pulpcore_client/api/exporters_core_exports_api.rb +4 -4
  39. data/lib/pulpcore_client/api/exporters_pulp_api.rb +4 -4
  40. data/lib/pulpcore_client/api/groups_api.rb +4 -4
  41. data/lib/pulpcore_client/api/groups_model_permissions_api.rb +4 -4
  42. data/lib/pulpcore_client/api/groups_object_permissions_api.rb +4 -4
  43. data/lib/pulpcore_client/api/groups_users_api.rb +4 -4
  44. data/lib/pulpcore_client/api/importers_core_imports_api.rb +4 -4
  45. data/lib/pulpcore_client/api/importers_pulp_api.rb +4 -4
  46. data/lib/pulpcore_client/api/orphans_api.rb +1 -1
  47. data/lib/pulpcore_client/api/signing_services_api.rb +4 -4
  48. data/lib/pulpcore_client/api/status_api.rb +1 -1
  49. data/lib/pulpcore_client/api/task_groups_api.rb +4 -4
  50. data/lib/pulpcore_client/api/tasks_api.rb +4 -4
  51. data/lib/pulpcore_client/api/uploads_api.rb +4 -4
  52. data/lib/pulpcore_client/api/users_api.rb +4 -4
  53. data/lib/pulpcore_client/api/workers_api.rb +4 -4
  54. data/lib/pulpcore_client/api_client.rb +8 -12
  55. data/lib/pulpcore_client/api_error.rb +1 -1
  56. data/lib/pulpcore_client/configuration.rb +1 -8
  57. data/lib/pulpcore_client/models/access_policy.rb +1 -1
  58. data/lib/pulpcore_client/models/access_policy_response.rb +1 -1
  59. data/lib/pulpcore_client/models/artifact.rb +1 -1
  60. data/lib/pulpcore_client/models/artifact_response.rb +1 -1
  61. data/lib/pulpcore_client/models/async_operation_response.rb +1 -1
  62. data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
  63. data/lib/pulpcore_client/models/database_connection_response.rb +1 -1
  64. data/lib/pulpcore_client/models/group.rb +1 -1
  65. data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
  66. data/lib/pulpcore_client/models/group_response.rb +1 -1
  67. data/lib/pulpcore_client/models/group_user.rb +1 -1
  68. data/lib/pulpcore_client/models/group_user_response.rb +1 -1
  69. data/lib/pulpcore_client/models/import_response.rb +1 -1
  70. data/lib/pulpcore_client/models/{inline_response200.rb → paginated_access_policy_response_list.rb} +4 -4
  71. data/lib/pulpcore_client/models/{inline_response2001.rb → paginated_artifact_response_list.rb} +4 -4
  72. data/lib/pulpcore_client/models/{inline_response2004.rb → paginated_group_response_list.rb} +4 -4
  73. data/lib/pulpcore_client/models/{inline_response2006.rb → paginated_group_user_response_list.rb} +4 -4
  74. data/lib/pulpcore_client/models/{inline_response2008.rb → paginated_import_response_list.rb} +4 -4
  75. data/lib/pulpcore_client/models/{inline_response2005.rb → paginated_permission_response_list.rb} +4 -4
  76. data/lib/pulpcore_client/models/{inline_response2003.rb → paginated_pulp_export_response_list.rb} +4 -4
  77. data/lib/pulpcore_client/models/{inline_response2002.rb → paginated_pulp_exporter_response_list.rb} +4 -4
  78. data/lib/pulpcore_client/models/{inline_response2007.rb → paginated_pulp_importer_response_list.rb} +4 -4
  79. data/lib/pulpcore_client/models/{inline_response2009.rb → paginated_signing_service_response_list.rb} +4 -4
  80. data/lib/pulpcore_client/models/{inline_response20010.rb → paginated_task_group_response_list.rb} +4 -4
  81. data/lib/pulpcore_client/models/{inline_response20011.rb → paginated_task_response_list.rb} +4 -4
  82. data/lib/pulpcore_client/models/{inline_response20012.rb → paginated_upload_response_list.rb} +4 -4
  83. data/lib/pulpcore_client/models/{inline_response20013.rb → paginated_user_response_list.rb} +4 -4
  84. data/lib/pulpcore_client/models/{inline_response20014.rb → paginated_worker_response_list.rb} +4 -4
  85. data/lib/pulpcore_client/models/patched_access_policy.rb +1 -1
  86. data/lib/pulpcore_client/models/patched_group.rb +1 -1
  87. data/lib/pulpcore_client/models/patched_pulp_exporter.rb +1 -1
  88. data/lib/pulpcore_client/models/patched_pulp_importer.rb +1 -1
  89. data/lib/pulpcore_client/models/patched_task_cancel.rb +1 -1
  90. data/lib/pulpcore_client/models/permission_response.rb +1 -1
  91. data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
  92. data/lib/pulpcore_client/models/pulp_export.rb +1 -1
  93. data/lib/pulpcore_client/models/pulp_export_response.rb +2 -2
  94. data/lib/pulpcore_client/models/pulp_exporter.rb +1 -1
  95. data/lib/pulpcore_client/models/pulp_exporter_response.rb +1 -1
  96. data/lib/pulpcore_client/models/pulp_import.rb +1 -1
  97. data/lib/pulpcore_client/models/pulp_importer.rb +1 -1
  98. data/lib/pulpcore_client/models/pulp_importer_response.rb +1 -1
  99. data/lib/pulpcore_client/models/redis_connection_response.rb +1 -1
  100. data/lib/pulpcore_client/models/signing_service_response.rb +1 -1
  101. data/lib/pulpcore_client/models/status_response.rb +1 -1
  102. data/lib/pulpcore_client/models/storage_response.rb +1 -1
  103. data/lib/pulpcore_client/models/task_group_response.rb +1 -1
  104. data/lib/pulpcore_client/models/task_response.rb +1 -1
  105. data/lib/pulpcore_client/models/upload.rb +1 -1
  106. data/lib/pulpcore_client/models/upload_chunk.rb +1 -1
  107. data/lib/pulpcore_client/models/upload_chunk_response.rb +1 -1
  108. data/lib/pulpcore_client/models/upload_commit.rb +1 -1
  109. data/lib/pulpcore_client/models/upload_detail_response.rb +1 -1
  110. data/lib/pulpcore_client/models/upload_response.rb +1 -1
  111. data/lib/pulpcore_client/models/user_group_response.rb +1 -1
  112. data/lib/pulpcore_client/models/user_response.rb +1 -1
  113. data/lib/pulpcore_client/models/version_response.rb +1 -1
  114. data/lib/pulpcore_client/models/worker_response.rb +1 -1
  115. data/lib/pulpcore_client/version.rb +2 -2
  116. data/lib/pulpcore_client.rb +16 -16
  117. data/pulpcore_client.gemspec +1 -1
  118. data/spec/api/access_policies_api_spec.rb +2 -2
  119. data/spec/api/artifacts_api_spec.rb +2 -2
  120. data/spec/api/exporters_core_exports_api_spec.rb +2 -2
  121. data/spec/api/exporters_pulp_api_spec.rb +2 -2
  122. data/spec/api/groups_api_spec.rb +2 -2
  123. data/spec/api/groups_model_permissions_api_spec.rb +2 -2
  124. data/spec/api/groups_object_permissions_api_spec.rb +2 -2
  125. data/spec/api/groups_users_api_spec.rb +2 -2
  126. data/spec/api/importers_core_imports_api_spec.rb +2 -2
  127. data/spec/api/importers_pulp_api_spec.rb +2 -2
  128. data/spec/api/orphans_api_spec.rb +1 -1
  129. data/spec/api/signing_services_api_spec.rb +2 -2
  130. data/spec/api/status_api_spec.rb +1 -1
  131. data/spec/api/task_groups_api_spec.rb +2 -2
  132. data/spec/api/tasks_api_spec.rb +2 -2
  133. data/spec/api/uploads_api_spec.rb +2 -2
  134. data/spec/api/users_api_spec.rb +2 -2
  135. data/spec/api/workers_api_spec.rb +2 -2
  136. data/spec/api_client_spec.rb +2 -2
  137. data/spec/configuration_spec.rb +1 -1
  138. data/spec/models/access_policy_response_spec.rb +1 -1
  139. data/spec/models/access_policy_spec.rb +1 -1
  140. data/spec/models/artifact_response_spec.rb +1 -1
  141. data/spec/models/artifact_spec.rb +1 -1
  142. data/spec/models/async_operation_response_spec.rb +1 -1
  143. data/spec/models/content_app_status_response_spec.rb +1 -1
  144. data/spec/models/database_connection_response_spec.rb +1 -1
  145. data/spec/models/group_progress_report_response_spec.rb +1 -1
  146. data/spec/models/group_response_spec.rb +1 -1
  147. data/spec/models/group_spec.rb +1 -1
  148. data/spec/models/group_user_response_spec.rb +1 -1
  149. data/spec/models/group_user_spec.rb +1 -1
  150. data/spec/models/import_response_spec.rb +1 -1
  151. data/spec/models/paginated_access_policy_response_list_spec.rb +59 -0
  152. data/spec/models/paginated_artifact_response_list_spec.rb +59 -0
  153. data/spec/models/{inline_response20012_spec.rb → paginated_group_response_list_spec.rb} +7 -7
  154. data/spec/models/paginated_group_user_response_list_spec.rb +59 -0
  155. data/spec/models/{inline_response20013_spec.rb → paginated_import_response_list_spec.rb} +7 -7
  156. data/spec/models/paginated_permission_response_list_spec.rb +59 -0
  157. data/spec/models/paginated_pulp_export_response_list_spec.rb +59 -0
  158. data/spec/models/paginated_pulp_exporter_response_list_spec.rb +59 -0
  159. data/spec/models/paginated_pulp_importer_response_list_spec.rb +59 -0
  160. data/spec/models/paginated_signing_service_response_list_spec.rb +59 -0
  161. data/spec/models/paginated_task_group_response_list_spec.rb +59 -0
  162. data/spec/models/{inline_response20010_spec.rb → paginated_task_response_list_spec.rb} +7 -7
  163. data/spec/models/paginated_upload_response_list_spec.rb +59 -0
  164. data/spec/models/{inline_response20011_spec.rb → paginated_user_response_list_spec.rb} +7 -7
  165. data/spec/models/paginated_worker_response_list_spec.rb +59 -0
  166. data/spec/models/patched_access_policy_spec.rb +1 -1
  167. data/spec/models/patched_group_spec.rb +1 -1
  168. data/spec/models/patched_pulp_exporter_spec.rb +1 -1
  169. data/spec/models/patched_pulp_importer_spec.rb +1 -1
  170. data/spec/models/patched_task_cancel_spec.rb +1 -1
  171. data/spec/models/permission_response_spec.rb +1 -1
  172. data/spec/models/progress_report_response_spec.rb +1 -1
  173. data/spec/models/pulp_export_response_spec.rb +1 -1
  174. data/spec/models/pulp_export_spec.rb +1 -1
  175. data/spec/models/pulp_exporter_response_spec.rb +1 -1
  176. data/spec/models/pulp_exporter_spec.rb +1 -1
  177. data/spec/models/pulp_import_spec.rb +1 -1
  178. data/spec/models/pulp_importer_response_spec.rb +1 -1
  179. data/spec/models/pulp_importer_spec.rb +1 -1
  180. data/spec/models/redis_connection_response_spec.rb +1 -1
  181. data/spec/models/signing_service_response_spec.rb +1 -1
  182. data/spec/models/status_response_spec.rb +1 -1
  183. data/spec/models/storage_response_spec.rb +1 -1
  184. data/spec/models/task_group_response_spec.rb +1 -1
  185. data/spec/models/task_response_spec.rb +1 -1
  186. data/spec/models/upload_chunk_response_spec.rb +1 -1
  187. data/spec/models/upload_chunk_spec.rb +1 -1
  188. data/spec/models/upload_commit_spec.rb +1 -1
  189. data/spec/models/upload_detail_response_spec.rb +1 -1
  190. data/spec/models/upload_response_spec.rb +1 -1
  191. data/spec/models/upload_spec.rb +1 -1
  192. data/spec/models/user_group_response_spec.rb +1 -1
  193. data/spec/models/user_response_spec.rb +1 -1
  194. data/spec/models/version_response_spec.rb +1 -1
  195. data/spec/models/worker_response_spec.rb +1 -1
  196. data/spec/spec_helper.rb +1 -1
  197. metadata +109 -109
  198. data/spec/models/inline_response20014_spec.rb +0 -59
  199. data/spec/models/inline_response2001_spec.rb +0 -59
  200. data/spec/models/inline_response2002_spec.rb +0 -59
  201. data/spec/models/inline_response2003_spec.rb +0 -59
  202. data/spec/models/inline_response2004_spec.rb +0 -59
  203. data/spec/models/inline_response2005_spec.rb +0 -59
  204. data/spec/models/inline_response2006_spec.rb +0 -59
  205. data/spec/models/inline_response2007_spec.rb +0 -59
  206. data/spec/models/inline_response2008_spec.rb +0 -59
  207. data/spec/models/inline_response2009_spec.rb +0 -59
  208. data/spec/models/inline_response200_spec.rb +0 -59
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce42ef6dcb498531be15945d9d83810426484f309ab223622298a1e008fe43ce
4
- data.tar.gz: '081095ec63656b94968be7430c13bd42c711e5fc0c8258ad7106a5cf0ee0fb46'
3
+ metadata.gz: 6e0364f5be3a49caf4e3738f6932a9a75b7982205ef0d3bc42c49ee88019b7ce
4
+ data.tar.gz: 79b2926c8a8bc671194d35855e6210dcca24030a13b380110c7681a9abe86f9b
5
5
  SHA512:
6
- metadata.gz: 0a42ddd22afbe699b1ba2504a243620b5bc9512f1dc6d1f4e91da0b18e11315515814bac9ddc884b4c4cfe1db9a350521ebfe9ac5871435a7149ce5f92d628b2
7
- data.tar.gz: f29da0d1ce965d2a10b60b43c239845f61daa2a0742c575718a34cabbd21da105f88edfcafdfd1fbab7dc3087685f75a91a7d2c6b7ef141e667a3e468faa05b1
6
+ metadata.gz: 05e3e34e0bb4c4572ec897d965c9c46d240530baaaecb3819da6d1d867ec055479a15a37f394b99bded9f10eaf2ae6dfe8a245f53b1e161c93b32289110a8e87
7
+ data.tar.gz: fcf4ab634e9144a08c825fc83446d1195dee4c012dd7c63806976542cb0b9041d4950b702a8465fc2553222265b5ec6565a16436c655fe39c84f6b8a3b0d0ffc
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 13.0.1'
6
+ gem 'rake', '~> 12.0.0'
7
7
  gem 'pry-byebug'
8
8
  gem 'rubocop', '~> 0.66.0'
9
9
  end
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.7.9
10
+ - Package version: 3.8.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.7.9.gem
27
+ gem install ./pulpcore_client-3.8.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.7.9.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.8.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulpcore_client', '~> 3.7.9'
36
+ gem 'pulpcore_client', '~> 3.8.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -170,21 +170,21 @@ Class | Method | HTTP request | Description
170
170
  - [PulpcoreClient::GroupUser](docs/GroupUser.md)
171
171
  - [PulpcoreClient::GroupUserResponse](docs/GroupUserResponse.md)
172
172
  - [PulpcoreClient::ImportResponse](docs/ImportResponse.md)
173
- - [PulpcoreClient::InlineResponse200](docs/InlineResponse200.md)
174
- - [PulpcoreClient::InlineResponse2001](docs/InlineResponse2001.md)
175
- - [PulpcoreClient::InlineResponse20010](docs/InlineResponse20010.md)
176
- - [PulpcoreClient::InlineResponse20011](docs/InlineResponse20011.md)
177
- - [PulpcoreClient::InlineResponse20012](docs/InlineResponse20012.md)
178
- - [PulpcoreClient::InlineResponse20013](docs/InlineResponse20013.md)
179
- - [PulpcoreClient::InlineResponse20014](docs/InlineResponse20014.md)
180
- - [PulpcoreClient::InlineResponse2002](docs/InlineResponse2002.md)
181
- - [PulpcoreClient::InlineResponse2003](docs/InlineResponse2003.md)
182
- - [PulpcoreClient::InlineResponse2004](docs/InlineResponse2004.md)
183
- - [PulpcoreClient::InlineResponse2005](docs/InlineResponse2005.md)
184
- - [PulpcoreClient::InlineResponse2006](docs/InlineResponse2006.md)
185
- - [PulpcoreClient::InlineResponse2007](docs/InlineResponse2007.md)
186
- - [PulpcoreClient::InlineResponse2008](docs/InlineResponse2008.md)
187
- - [PulpcoreClient::InlineResponse2009](docs/InlineResponse2009.md)
173
+ - [PulpcoreClient::PaginatedAccessPolicyResponseList](docs/PaginatedAccessPolicyResponseList.md)
174
+ - [PulpcoreClient::PaginatedArtifactResponseList](docs/PaginatedArtifactResponseList.md)
175
+ - [PulpcoreClient::PaginatedGroupResponseList](docs/PaginatedGroupResponseList.md)
176
+ - [PulpcoreClient::PaginatedGroupUserResponseList](docs/PaginatedGroupUserResponseList.md)
177
+ - [PulpcoreClient::PaginatedImportResponseList](docs/PaginatedImportResponseList.md)
178
+ - [PulpcoreClient::PaginatedPermissionResponseList](docs/PaginatedPermissionResponseList.md)
179
+ - [PulpcoreClient::PaginatedPulpExportResponseList](docs/PaginatedPulpExportResponseList.md)
180
+ - [PulpcoreClient::PaginatedPulpExporterResponseList](docs/PaginatedPulpExporterResponseList.md)
181
+ - [PulpcoreClient::PaginatedPulpImporterResponseList](docs/PaginatedPulpImporterResponseList.md)
182
+ - [PulpcoreClient::PaginatedSigningServiceResponseList](docs/PaginatedSigningServiceResponseList.md)
183
+ - [PulpcoreClient::PaginatedTaskGroupResponseList](docs/PaginatedTaskGroupResponseList.md)
184
+ - [PulpcoreClient::PaginatedTaskResponseList](docs/PaginatedTaskResponseList.md)
185
+ - [PulpcoreClient::PaginatedUploadResponseList](docs/PaginatedUploadResponseList.md)
186
+ - [PulpcoreClient::PaginatedUserResponseList](docs/PaginatedUserResponseList.md)
187
+ - [PulpcoreClient::PaginatedWorkerResponseList](docs/PaginatedWorkerResponseList.md)
188
188
  - [PulpcoreClient::PatchedAccessPolicy](docs/PatchedAccessPolicy.md)
189
189
  - [PulpcoreClient::PatchedGroup](docs/PatchedGroup.md)
190
190
  - [PulpcoreClient::PatchedPulpExporter](docs/PatchedPulpExporter.md)
@@ -13,7 +13,7 @@ Method | HTTP request | Description
13
13
 
14
14
  ## list
15
15
 
16
- > InlineResponse200 list(opts)
16
+ > PaginatedAccessPolicyResponseList list(opts)
17
17
 
18
18
  List access policys
19
19
 
@@ -62,7 +62,7 @@ Name | Type | Description | Notes
62
62
 
63
63
  ### Return type
64
64
 
65
- [**InlineResponse200**](InlineResponse200.md)
65
+ [**PaginatedAccessPolicyResponseList**](PaginatedAccessPolicyResponseList.md)
66
66
 
67
67
  ### Authorization
68
68
 
data/docs/ArtifactsApi.md CHANGED
@@ -134,7 +134,7 @@ nil (empty response body)
134
134
 
135
135
  ## list
136
136
 
137
- > InlineResponse2001 list(opts)
137
+ > PaginatedArtifactResponseList list(opts)
138
138
 
139
139
  List artifacts
140
140
 
@@ -197,7 +197,7 @@ Name | Type | Description | Notes
197
197
 
198
198
  ### Return type
199
199
 
200
- [**InlineResponse2001**](InlineResponse2001.md)
200
+ [**PaginatedArtifactResponseList**](PaginatedArtifactResponseList.md)
201
201
 
202
202
  ### Authorization
203
203
 
@@ -120,7 +120,7 @@ nil (empty response body)
120
120
 
121
121
  ## list
122
122
 
123
- > InlineResponse2003 list(pulp_exporter_href, opts)
123
+ > PaginatedPulpExportResponseList list(pulp_exporter_href, opts)
124
124
 
125
125
  List pulp exports
126
126
 
@@ -171,7 +171,7 @@ Name | Type | Description | Notes
171
171
 
172
172
  ### Return type
173
173
 
174
- [**InlineResponse2003**](InlineResponse2003.md)
174
+ [**PaginatedPulpExportResponseList**](PaginatedPulpExportResponseList.md)
175
175
 
176
176
  ### Authorization
177
177
 
@@ -120,7 +120,7 @@ nil (empty response body)
120
120
 
121
121
  ## list
122
122
 
123
- > InlineResponse2002 list(opts)
123
+ > PaginatedPulpExporterResponseList list(opts)
124
124
 
125
125
  List pulp exporters
126
126
 
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173
173
 
174
174
  ### Return type
175
175
 
176
- [**InlineResponse2002**](InlineResponse2002.md)
176
+ [**PaginatedPulpExporterResponseList**](PaginatedPulpExporterResponseList.md)
177
177
 
178
178
  ### Authorization
179
179
 
data/docs/GroupsApi.md CHANGED
@@ -120,7 +120,7 @@ nil (empty response body)
120
120
 
121
121
  ## list
122
122
 
123
- > InlineResponse2004 list(opts)
123
+ > PaginatedGroupResponseList list(opts)
124
124
 
125
125
  List groups
126
126
 
@@ -169,7 +169,7 @@ Name | Type | Description | Notes
169
169
 
170
170
  ### Return type
171
171
 
172
- [**InlineResponse2004**](InlineResponse2004.md)
172
+ [**PaginatedGroupResponseList**](PaginatedGroupResponseList.md)
173
173
 
174
174
  ### Authorization
175
175
 
@@ -66,7 +66,7 @@ Name | Type | Description | Notes
66
66
 
67
67
  ## list
68
68
 
69
- > InlineResponse2005 list(auth_group_href, opts)
69
+ > PaginatedPermissionResponseList list(auth_group_href, opts)
70
70
 
71
71
  List permissions
72
72
 
@@ -117,7 +117,7 @@ Name | Type | Description | Notes
117
117
 
118
118
  ### Return type
119
119
 
120
- [**InlineResponse2005**](InlineResponse2005.md)
120
+ [**PaginatedPermissionResponseList**](PaginatedPermissionResponseList.md)
121
121
 
122
122
  ### Authorization
123
123
 
@@ -120,7 +120,7 @@ nil (empty response body)
120
120
 
121
121
  ## list
122
122
 
123
- > InlineResponse2005 list(auth_group_href, opts)
123
+ > PaginatedPermissionResponseList list(auth_group_href, opts)
124
124
 
125
125
  List permissions
126
126
 
@@ -171,7 +171,7 @@ Name | Type | Description | Notes
171
171
 
172
172
  ### Return type
173
173
 
174
- [**InlineResponse2005**](InlineResponse2005.md)
174
+ [**PaginatedPermissionResponseList**](PaginatedPermissionResponseList.md)
175
175
 
176
176
  ### Authorization
177
177
 
@@ -119,7 +119,7 @@ nil (empty response body)
119
119
 
120
120
  ## list
121
121
 
122
- > InlineResponse2006 list(auth_group_href, opts)
122
+ > PaginatedGroupUserResponseList list(auth_group_href, opts)
123
123
 
124
124
  List users
125
125
 
@@ -170,7 +170,7 @@ Name | Type | Description | Notes
170
170
 
171
171
  ### Return type
172
172
 
173
- [**InlineResponse2006**](InlineResponse2006.md)
173
+ [**PaginatedGroupUserResponseList**](PaginatedGroupUserResponseList.md)
174
174
 
175
175
  ### Authorization
176
176
 
@@ -120,7 +120,7 @@ nil (empty response body)
120
120
 
121
121
  ## list
122
122
 
123
- > InlineResponse2008 list(pulp_importer_href, opts)
123
+ > PaginatedImportResponseList list(pulp_importer_href, opts)
124
124
 
125
125
  List pulp imports
126
126
 
@@ -171,7 +171,7 @@ Name | Type | Description | Notes
171
171
 
172
172
  ### Return type
173
173
 
174
- [**InlineResponse2008**](InlineResponse2008.md)
174
+ [**PaginatedImportResponseList**](PaginatedImportResponseList.md)
175
175
 
176
176
  ### Authorization
177
177
 
@@ -120,7 +120,7 @@ nil (empty response body)
120
120
 
121
121
  ## list
122
122
 
123
- > InlineResponse2007 list(opts)
123
+ > PaginatedPulpImporterResponseList list(opts)
124
124
 
125
125
  List pulp importers
126
126
 
@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173
173
 
174
174
  ### Return type
175
175
 
176
- [**InlineResponse2007**](InlineResponse2007.md)
176
+ [**PaginatedPulpImporterResponseList**](PaginatedPulpImporterResponseList.md)
177
177
 
178
178
  ### Authorization
179
179
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse200
1
+ # PulpcoreClient::PaginatedAccessPolicyResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse200.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedAccessPolicyResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2001
1
+ # PulpcoreClient::PaginatedArtifactResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2001.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedArtifactResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2004
1
+ # PulpcoreClient::PaginatedGroupResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2004.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedGroupResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2006
1
+ # PulpcoreClient::PaginatedGroupUserResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2006.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedGroupUserResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2008
1
+ # PulpcoreClient::PaginatedImportResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2008.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedImportResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2005
1
+ # PulpcoreClient::PaginatedPermissionResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2005.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedPermissionResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2003
1
+ # PulpcoreClient::PaginatedPulpExportResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2003.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedPulpExportResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2002
1
+ # PulpcoreClient::PaginatedPulpExporterResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2002.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedPulpExporterResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2007
1
+ # PulpcoreClient::PaginatedPulpImporterResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2007.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedPulpImporterResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse2009
1
+ # PulpcoreClient::PaginatedSigningServiceResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse2009.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedSigningServiceResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse20010
1
+ # PulpcoreClient::PaginatedTaskGroupResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse20010.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedTaskGroupResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse20011
1
+ # PulpcoreClient::PaginatedTaskResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse20011.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedTaskResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse20012
1
+ # PulpcoreClient::PaginatedUploadResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse20012.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedUploadResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse20013
1
+ # PulpcoreClient::PaginatedUserResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse20013.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedUserResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -1,4 +1,4 @@
1
- # PulpcoreClient::InlineResponse20014
1
+ # PulpcoreClient::PaginatedWorkerResponseList
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ```ruby
15
15
  require 'PulpcoreClient'
16
16
 
17
- instance = PulpcoreClient::InlineResponse20014.new(count: 123,
18
- _next: null,
19
- previous: null,
17
+ instance = PulpcoreClient::PaginatedWorkerResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **task** | **String** | A URI of the task that ran the Export. | [optional]
10
- **exported_resources** | [**Array<AnyType>**](AnyType.md) | Resources that were exported. | [optional] [readonly]
10
+ **exported_resources** | **Array<Object>** | Resources that were exported. | [optional] [readonly]
11
11
  **params** | [**Object**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly]
12
12
  **output_file_info** | [**Object**](.md) | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional] [readonly]
13
13
  **toc_info** | [**Object**](.md) | Filename and sha256-checksum of table-of-contents for this export | [optional] [readonly]
@@ -11,7 +11,7 @@ Method | HTTP request | Description
11
11
 
12
12
  ## list
13
13
 
14
- > InlineResponse2009 list(opts)
14
+ > PaginatedSigningServiceResponseList list(opts)
15
15
 
16
16
  List signing services
17
17
 
@@ -62,7 +62,7 @@ Name | Type | Description | Notes
62
62
 
63
63
  ### Return type
64
64
 
65
- [**InlineResponse2009**](InlineResponse2009.md)
65
+ [**PaginatedSigningServiceResponseList**](PaginatedSigningServiceResponseList.md)
66
66
 
67
67
  ### Authorization
68
68
 
@@ -11,7 +11,7 @@ Method | HTTP request | Description
11
11
 
12
12
  ## list
13
13
 
14
- > InlineResponse20010 list(opts)
14
+ > PaginatedTaskGroupResponseList list(opts)
15
15
 
16
16
  List task groups
17
17
 
@@ -60,7 +60,7 @@ Name | Type | Description | Notes
60
60
 
61
61
  ### Return type
62
62
 
63
- [**InlineResponse20010**](InlineResponse20010.md)
63
+ [**PaginatedTaskGroupResponseList**](PaginatedTaskGroupResponseList.md)
64
64
 
65
65
  ### Authorization
66
66
 
data/docs/TasksApi.md CHANGED
@@ -65,7 +65,7 @@ nil (empty response body)
65
65
 
66
66
  ## list
67
67
 
68
- > InlineResponse20011 list(opts)
68
+ > PaginatedTaskResponseList list(opts)
69
69
 
70
70
  List tasks
71
71
 
@@ -160,7 +160,7 @@ Name | Type | Description | Notes
160
160
 
161
161
  ### Return type
162
162
 
163
- [**InlineResponse20011**](InlineResponse20011.md)
163
+ [**PaginatedTaskResponseList**](PaginatedTaskResponseList.md)
164
164
 
165
165
  ### Authorization
166
166