pulpcore_client 3.61.0 → 3.63.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/README.md +5 -4
  3. data/docs/AccessPoliciesApi.md +2 -0
  4. data/docs/AccessPolicyResponse.md +2 -0
  5. data/docs/ArtifactDistributionResponse.md +13 -11
  6. data/docs/ArtifactResponse.md +2 -0
  7. data/docs/ArtifactsApi.md +4 -2
  8. data/docs/CompositeContentGuardResponse.md +2 -0
  9. data/docs/ContentApi.md +8 -6
  10. data/docs/ContentGuardResponse.md +2 -0
  11. data/docs/ContentRedirectContentGuardResponse.md +2 -0
  12. data/docs/ContentguardsApi.md +2 -0
  13. data/docs/ContentguardsCompositeApi.md +2 -0
  14. data/docs/ContentguardsContentRedirectApi.md +2 -0
  15. data/docs/ContentguardsHeaderApi.md +2 -0
  16. data/docs/ContentguardsRbacApi.md +2 -0
  17. data/docs/DistributionResponse.md +2 -0
  18. data/docs/DistributionsApi.md +2 -0
  19. data/docs/DistributionsArtifactsApi.md +2 -0
  20. data/docs/DomainResponse.md +2 -0
  21. data/docs/DomainsApi.md +2 -0
  22. data/docs/ExportersFilesystemApi.md +2 -0
  23. data/docs/ExportersPulpApi.md +2 -0
  24. data/docs/FilesystemExportResponse.md +2 -0
  25. data/docs/FilesystemExporterResponse.md +2 -0
  26. data/docs/GroupResponse.md +2 -0
  27. data/docs/GroupRoleResponse.md +2 -0
  28. data/docs/GroupUserResponse.md +3 -1
  29. data/docs/GroupsApi.md +2 -0
  30. data/docs/GroupsRolesApi.md +2 -0
  31. data/docs/HeaderContentGuardResponse.md +2 -0
  32. data/docs/ImportResponse.md +2 -0
  33. data/docs/ImportersPulpApi.md +2 -0
  34. data/docs/MinimalTaskResponse.md +2 -0
  35. data/docs/MultipleArtifactContentResponse.md +2 -0
  36. data/docs/PatchedUpstreamPulp.md +2 -2
  37. data/docs/PublicationResponse.md +2 -0
  38. data/docs/PublicationsApi.md +10 -8
  39. data/docs/PulpExportResponse.md +2 -0
  40. data/docs/PulpExporterResponse.md +2 -0
  41. data/docs/PulpImporterResponse.md +2 -0
  42. data/docs/RBACContentGuardResponse.md +2 -0
  43. data/docs/RemoteResponse.md +2 -0
  44. data/docs/RemotesApi.md +2 -0
  45. data/docs/RepositoriesApi.md +6 -4
  46. data/docs/RepositoryResponse.md +2 -0
  47. data/docs/RepositoryVersionResponse.md +2 -0
  48. data/docs/RepositoryVersionsApi.md +6 -4
  49. data/docs/RoleResponse.md +2 -0
  50. data/docs/RolesApi.md +2 -0
  51. data/docs/SigningServiceResponse.md +2 -0
  52. data/docs/SigningServicesApi.md +2 -0
  53. data/docs/TaskGroupResponse.md +2 -0
  54. data/docs/TaskResponse.md +2 -0
  55. data/docs/TaskScheduleResponse.md +2 -0
  56. data/docs/TaskSchedulesApi.md +2 -0
  57. data/docs/TasksApi.md +2 -0
  58. data/docs/UploadDetailResponse.md +2 -0
  59. data/docs/UploadResponse.md +2 -0
  60. data/docs/UploadsApi.md +2 -0
  61. data/docs/UpstreamPulp.md +2 -2
  62. data/docs/UpstreamPulpResponse.md +4 -2
  63. data/docs/UpstreamPulpsApi.md +58 -0
  64. data/docs/UserGroupResponse.md +3 -1
  65. data/docs/UserResponse.md +2 -0
  66. data/docs/UserRoleResponse.md +2 -0
  67. data/docs/UsersApi.md +2 -0
  68. data/docs/UsersRolesApi.md +2 -0
  69. data/docs/WorkerResponse.md +2 -0
  70. data/docs/WorkersApi.md +2 -0
  71. data/lib/pulpcore_client/api/access_policies_api.rb +3 -0
  72. data/lib/pulpcore_client/api/artifacts_api.rb +5 -2
  73. data/lib/pulpcore_client/api/content_api.rb +9 -6
  74. data/lib/pulpcore_client/api/contentguards_api.rb +3 -0
  75. data/lib/pulpcore_client/api/contentguards_composite_api.rb +3 -0
  76. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +3 -0
  77. data/lib/pulpcore_client/api/contentguards_header_api.rb +3 -0
  78. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +3 -0
  79. data/lib/pulpcore_client/api/distributions_api.rb +3 -0
  80. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +3 -0
  81. data/lib/pulpcore_client/api/domains_api.rb +3 -0
  82. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +3 -0
  83. data/lib/pulpcore_client/api/exporters_pulp_api.rb +3 -0
  84. data/lib/pulpcore_client/api/groups_api.rb +3 -0
  85. data/lib/pulpcore_client/api/groups_roles_api.rb +3 -0
  86. data/lib/pulpcore_client/api/importers_pulp_api.rb +3 -0
  87. data/lib/pulpcore_client/api/publications_api.rb +12 -9
  88. data/lib/pulpcore_client/api/remotes_api.rb +3 -0
  89. data/lib/pulpcore_client/api/repositories_api.rb +7 -4
  90. data/lib/pulpcore_client/api/repository_versions_api.rb +8 -5
  91. data/lib/pulpcore_client/api/roles_api.rb +3 -0
  92. data/lib/pulpcore_client/api/signing_services_api.rb +3 -0
  93. data/lib/pulpcore_client/api/task_schedules_api.rb +3 -0
  94. data/lib/pulpcore_client/api/tasks_api.rb +3 -0
  95. data/lib/pulpcore_client/api/uploads_api.rb +3 -0
  96. data/lib/pulpcore_client/api/upstream_pulps_api.rb +91 -0
  97. data/lib/pulpcore_client/api/users_api.rb +3 -0
  98. data/lib/pulpcore_client/api/users_roles_api.rb +3 -0
  99. data/lib/pulpcore_client/api/workers_api.rb +3 -0
  100. data/lib/pulpcore_client/models/access_policy_response.rb +11 -1
  101. data/lib/pulpcore_client/models/artifact_distribution_response.rb +62 -52
  102. data/lib/pulpcore_client/models/artifact_response.rb +11 -1
  103. data/lib/pulpcore_client/models/composite_content_guard_response.rb +11 -1
  104. data/lib/pulpcore_client/models/content_guard_response.rb +11 -1
  105. data/lib/pulpcore_client/models/content_redirect_content_guard_response.rb +11 -1
  106. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  107. data/lib/pulpcore_client/models/domain_response.rb +11 -1
  108. data/lib/pulpcore_client/models/filesystem_export_response.rb +11 -1
  109. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +11 -1
  110. data/lib/pulpcore_client/models/group_response.rb +10 -1
  111. data/lib/pulpcore_client/models/group_role_response.rb +11 -1
  112. data/lib/pulpcore_client/models/group_user_response.rb +13 -4
  113. data/lib/pulpcore_client/models/header_content_guard_response.rb +11 -1
  114. data/lib/pulpcore_client/models/import_response.rb +11 -1
  115. data/lib/pulpcore_client/models/minimal_task_response.rb +11 -1
  116. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +11 -1
  117. data/lib/pulpcore_client/models/patched_upstream_pulp.rb +9 -9
  118. data/lib/pulpcore_client/models/publication_response.rb +11 -1
  119. data/lib/pulpcore_client/models/pulp_export_response.rb +11 -1
  120. data/lib/pulpcore_client/models/pulp_exporter_response.rb +11 -1
  121. data/lib/pulpcore_client/models/pulp_importer_response.rb +11 -1
  122. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +11 -1
  123. data/lib/pulpcore_client/models/remote_response.rb +11 -1
  124. data/lib/pulpcore_client/models/repository_response.rb +11 -1
  125. data/lib/pulpcore_client/models/repository_version_response.rb +11 -1
  126. data/lib/pulpcore_client/models/role_response.rb +11 -1
  127. data/lib/pulpcore_client/models/signing_service_response.rb +11 -1
  128. data/lib/pulpcore_client/models/task_group_response.rb +11 -1
  129. data/lib/pulpcore_client/models/task_response.rb +11 -1
  130. data/lib/pulpcore_client/models/task_schedule_response.rb +11 -1
  131. data/lib/pulpcore_client/models/upload_detail_response.rb +11 -1
  132. data/lib/pulpcore_client/models/upload_response.rb +11 -1
  133. data/lib/pulpcore_client/models/upstream_pulp.rb +9 -9
  134. data/lib/pulpcore_client/models/upstream_pulp_response.rb +19 -9
  135. data/lib/pulpcore_client/models/user_group_response.rb +13 -4
  136. data/lib/pulpcore_client/models/user_response.rb +10 -1
  137. data/lib/pulpcore_client/models/user_role_response.rb +11 -1
  138. data/lib/pulpcore_client/models/worker_response.rb +11 -1
  139. data/lib/pulpcore_client/version.rb +1 -1
  140. data/spec/api/access_policies_api_spec.rb +1 -0
  141. data/spec/api/artifacts_api_spec.rb +2 -1
  142. data/spec/api/content_api_spec.rb +4 -3
  143. data/spec/api/contentguards_api_spec.rb +1 -0
  144. data/spec/api/contentguards_composite_api_spec.rb +1 -0
  145. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -0
  146. data/spec/api/contentguards_header_api_spec.rb +1 -0
  147. data/spec/api/contentguards_rbac_api_spec.rb +1 -0
  148. data/spec/api/distributions_api_spec.rb +1 -0
  149. data/spec/api/distributions_artifacts_api_spec.rb +1 -0
  150. data/spec/api/domains_api_spec.rb +1 -0
  151. data/spec/api/exporters_filesystem_api_spec.rb +1 -0
  152. data/spec/api/exporters_pulp_api_spec.rb +1 -0
  153. data/spec/api/groups_api_spec.rb +1 -0
  154. data/spec/api/groups_roles_api_spec.rb +1 -0
  155. data/spec/api/importers_pulp_api_spec.rb +1 -0
  156. data/spec/api/publications_api_spec.rb +5 -4
  157. data/spec/api/remotes_api_spec.rb +1 -0
  158. data/spec/api/repositories_api_spec.rb +3 -2
  159. data/spec/api/repository_versions_api_spec.rb +3 -2
  160. data/spec/api/roles_api_spec.rb +1 -0
  161. data/spec/api/signing_services_api_spec.rb +1 -0
  162. data/spec/api/task_schedules_api_spec.rb +1 -0
  163. data/spec/api/tasks_api_spec.rb +1 -0
  164. data/spec/api/uploads_api_spec.rb +1 -0
  165. data/spec/api/upstream_pulps_api_spec.rb +29 -0
  166. data/spec/api/users_api_spec.rb +1 -0
  167. data/spec/api/users_roles_api_spec.rb +1 -0
  168. data/spec/api/workers_api_spec.rb +1 -0
  169. data/spec/models/access_policy_response_spec.rb +6 -0
  170. data/spec/models/artifact_distribution_response_spec.rb +14 -8
  171. data/spec/models/artifact_response_spec.rb +6 -0
  172. data/spec/models/composite_content_guard_response_spec.rb +6 -0
  173. data/spec/models/content_guard_response_spec.rb +6 -0
  174. data/spec/models/content_redirect_content_guard_response_spec.rb +6 -0
  175. data/spec/models/distribution_response_spec.rb +6 -0
  176. data/spec/models/domain_response_spec.rb +6 -0
  177. data/spec/models/filesystem_export_response_spec.rb +6 -0
  178. data/spec/models/filesystem_exporter_response_spec.rb +6 -0
  179. data/spec/models/group_response_spec.rb +6 -0
  180. data/spec/models/group_role_response_spec.rb +6 -0
  181. data/spec/models/group_user_response_spec.rb +6 -0
  182. data/spec/models/header_content_guard_response_spec.rb +6 -0
  183. data/spec/models/import_response_spec.rb +6 -0
  184. data/spec/models/minimal_task_response_spec.rb +6 -0
  185. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  186. data/spec/models/patched_upstream_pulp_spec.rb +1 -1
  187. data/spec/models/publication_response_spec.rb +6 -0
  188. data/spec/models/pulp_export_response_spec.rb +6 -0
  189. data/spec/models/pulp_exporter_response_spec.rb +6 -0
  190. data/spec/models/pulp_importer_response_spec.rb +6 -0
  191. data/spec/models/rbac_content_guard_response_spec.rb +6 -0
  192. data/spec/models/remote_response_spec.rb +6 -0
  193. data/spec/models/repository_response_spec.rb +6 -0
  194. data/spec/models/repository_version_response_spec.rb +6 -0
  195. data/spec/models/role_response_spec.rb +6 -0
  196. data/spec/models/signing_service_response_spec.rb +6 -0
  197. data/spec/models/task_group_response_spec.rb +6 -0
  198. data/spec/models/task_response_spec.rb +6 -0
  199. data/spec/models/task_schedule_response_spec.rb +6 -0
  200. data/spec/models/upload_detail_response_spec.rb +6 -0
  201. data/spec/models/upload_response_spec.rb +6 -0
  202. data/spec/models/upstream_pulp_response_spec.rb +7 -1
  203. data/spec/models/upstream_pulp_spec.rb +1 -1
  204. data/spec/models/user_group_response_spec.rb +6 -0
  205. data/spec/models/user_response_spec.rb +6 -0
  206. data/spec/models/user_role_response_spec.rb +6 -0
  207. data/spec/models/worker_response_spec.rb +6 -0
  208. metadata +2 -2
@@ -38,6 +38,12 @@ describe 'ImportResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'MinimalTaskResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'MultipleArtifactContentResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -92,7 +92,7 @@ describe 'PatchedUpstreamPulp' do
92
92
  end
93
93
  end
94
94
 
95
- describe 'test attribute "pulp_label_select"' do
95
+ describe 'test attribute "q_select"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
98
  end
@@ -38,6 +38,12 @@ describe 'PublicationResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'PulpExportResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'PulpExporterResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'PulpImporterResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RBACContentGuardResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RemoteResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RepositoryResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RepositoryVersionResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'RoleResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'SigningServiceResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'TaskGroupResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "description"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'TaskResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'TaskScheduleResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'UploadDetailResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'UploadResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'UpstreamPulpResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -98,7 +104,7 @@ describe 'UpstreamPulpResponse' do
98
104
  end
99
105
  end
100
106
 
101
- describe 'test attribute "pulp_label_select"' do
107
+ describe 'test attribute "q_select"' do
102
108
  it 'should work' do
103
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
110
  end
@@ -92,7 +92,7 @@ describe 'UpstreamPulp' do
92
92
  end
93
93
  end
94
94
 
95
- describe 'test attribute "pulp_label_select"' do
95
+ describe 'test attribute "q_select"' do
96
96
  it 'should work' do
97
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
98
  end
@@ -44,4 +44,10 @@ describe 'UserGroupResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "prn"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  end
@@ -38,6 +38,12 @@ describe 'UserResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "id"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'UserRoleResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -38,6 +38,12 @@ describe 'WorkerResponse' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "prn"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
41
47
  describe 'test attribute "pulp_created"' do
42
48
  it 'should work' do
43
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.61.0
4
+ version: 3.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-18 00:00:00.000000000 Z
11
+ date: 2024-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday