pulpcore_client 3.57.1 → 3.59.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 (123) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -5
  3. data/docs/AccessPoliciesApi.md +2 -2
  4. data/docs/ArtifactDistributionResponse.md +13 -11
  5. data/docs/ArtifactsApi.md +2 -2
  6. data/docs/ContentApi.md +2 -2
  7. data/docs/ContentguardsApi.md +2 -2
  8. data/docs/ContentguardsCompositeApi.md +2 -2
  9. data/docs/ContentguardsContentRedirectApi.md +2 -2
  10. data/docs/ContentguardsHeaderApi.md +2 -2
  11. data/docs/ContentguardsRbacApi.md +2 -2
  12. data/docs/DistributionResponse.md +2 -0
  13. data/docs/DistributionsApi.md +2 -2
  14. data/docs/DistributionsArtifactsApi.md +2 -2
  15. data/docs/DomainsApi.md +2 -2
  16. data/docs/ExportersFilesystemApi.md +2 -2
  17. data/docs/ExportersPulpApi.md +2 -2
  18. data/docs/GroupsApi.md +2 -2
  19. data/docs/GroupsRolesApi.md +2 -2
  20. data/docs/ImportersPulpApi.md +2 -2
  21. data/docs/PublicationsApi.md +2 -2
  22. data/docs/RemotesApi.md +2 -2
  23. data/docs/RepositoriesApi.md +2 -2
  24. data/docs/RepositoryVersionsApi.md +2 -2
  25. data/docs/RolesApi.md +2 -2
  26. data/docs/SigningServicesApi.md +2 -2
  27. data/docs/TaskGroupsApi.md +56 -4
  28. data/docs/TaskSchedulesApi.md +2 -2
  29. data/docs/TasksApi.md +2 -2
  30. data/docs/UploadsApi.md +2 -2
  31. data/docs/UpstreamPulpResponse.md +3 -1
  32. data/docs/UsersApi.md +2 -2
  33. data/docs/UsersRolesApi.md +2 -2
  34. data/docs/WorkersApi.md +2 -2
  35. data/lib/pulpcore_client/api/access_policies_api.rb +2 -2
  36. data/lib/pulpcore_client/api/artifacts_api.rb +2 -2
  37. data/lib/pulpcore_client/api/content_api.rb +2 -2
  38. data/lib/pulpcore_client/api/contentguards_api.rb +2 -2
  39. data/lib/pulpcore_client/api/contentguards_composite_api.rb +2 -2
  40. data/lib/pulpcore_client/api/contentguards_content_redirect_api.rb +2 -2
  41. data/lib/pulpcore_client/api/contentguards_header_api.rb +2 -2
  42. data/lib/pulpcore_client/api/contentguards_rbac_api.rb +2 -2
  43. data/lib/pulpcore_client/api/distributions_api.rb +2 -2
  44. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +2 -2
  45. data/lib/pulpcore_client/api/domains_api.rb +2 -2
  46. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +2 -2
  47. data/lib/pulpcore_client/api/exporters_pulp_api.rb +2 -2
  48. data/lib/pulpcore_client/api/groups_api.rb +2 -2
  49. data/lib/pulpcore_client/api/groups_roles_api.rb +2 -2
  50. data/lib/pulpcore_client/api/importers_pulp_api.rb +2 -2
  51. data/lib/pulpcore_client/api/publications_api.rb +2 -2
  52. data/lib/pulpcore_client/api/remotes_api.rb +2 -2
  53. data/lib/pulpcore_client/api/repositories_api.rb +2 -2
  54. data/lib/pulpcore_client/api/repository_versions_api.rb +2 -2
  55. data/lib/pulpcore_client/api/roles_api.rb +2 -2
  56. data/lib/pulpcore_client/api/signing_services_api.rb +2 -2
  57. data/lib/pulpcore_client/api/task_groups_api.rb +70 -4
  58. data/lib/pulpcore_client/api/task_schedules_api.rb +2 -2
  59. data/lib/pulpcore_client/api/tasks_api.rb +2 -2
  60. data/lib/pulpcore_client/api/uploads_api.rb +2 -2
  61. data/lib/pulpcore_client/api/users_api.rb +2 -2
  62. data/lib/pulpcore_client/api/users_roles_api.rb +2 -2
  63. data/lib/pulpcore_client/api/workers_api.rb +2 -2
  64. data/lib/pulpcore_client/models/api_app_status_response.rb +1 -1
  65. data/lib/pulpcore_client/models/artifact.rb +1 -1
  66. data/lib/pulpcore_client/models/artifact_distribution_response.rb +53 -43
  67. data/lib/pulpcore_client/models/artifact_response.rb +1 -1
  68. data/lib/pulpcore_client/models/composite_content_guard.rb +1 -1
  69. data/lib/pulpcore_client/models/composite_content_guard_response.rb +1 -1
  70. data/lib/pulpcore_client/models/content_app_status_response.rb +1 -1
  71. data/lib/pulpcore_client/models/content_guard_response.rb +1 -1
  72. data/lib/pulpcore_client/models/distribution_response.rb +11 -1
  73. data/lib/pulpcore_client/models/group_progress_report_response.rb +1 -1
  74. data/lib/pulpcore_client/models/minimal_task_response.rb +1 -1
  75. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +1 -1
  76. data/lib/pulpcore_client/models/patched_composite_content_guard.rb +1 -1
  77. data/lib/pulpcore_client/models/patched_rbac_content_guard.rb +1 -1
  78. data/lib/pulpcore_client/models/patched_task_cancel.rb +0 -1
  79. data/lib/pulpcore_client/models/progress_report_response.rb +1 -1
  80. data/lib/pulpcore_client/models/publication_response.rb +1 -1
  81. data/lib/pulpcore_client/models/rbac_content_guard.rb +1 -1
  82. data/lib/pulpcore_client/models/rbac_content_guard_response.rb +1 -1
  83. data/lib/pulpcore_client/models/repository_response.rb +1 -1
  84. data/lib/pulpcore_client/models/repository_version_response.rb +1 -1
  85. data/lib/pulpcore_client/models/task_group_response.rb +1 -1
  86. data/lib/pulpcore_client/models/task_response.rb +1 -1
  87. data/lib/pulpcore_client/models/task_schedule_response.rb +1 -1
  88. data/lib/pulpcore_client/models/upstream_pulp_response.rb +15 -5
  89. data/lib/pulpcore_client/models/worker_response.rb +1 -1
  90. data/lib/pulpcore_client/version.rb +1 -1
  91. data/spec/api/access_policies_api_spec.rb +1 -1
  92. data/spec/api/artifacts_api_spec.rb +1 -1
  93. data/spec/api/content_api_spec.rb +1 -1
  94. data/spec/api/contentguards_api_spec.rb +1 -1
  95. data/spec/api/contentguards_composite_api_spec.rb +1 -1
  96. data/spec/api/contentguards_content_redirect_api_spec.rb +1 -1
  97. data/spec/api/contentguards_header_api_spec.rb +1 -1
  98. data/spec/api/contentguards_rbac_api_spec.rb +1 -1
  99. data/spec/api/distributions_api_spec.rb +1 -1
  100. data/spec/api/distributions_artifacts_api_spec.rb +1 -1
  101. data/spec/api/domains_api_spec.rb +1 -1
  102. data/spec/api/exporters_filesystem_api_spec.rb +1 -1
  103. data/spec/api/exporters_pulp_api_spec.rb +1 -1
  104. data/spec/api/groups_api_spec.rb +1 -1
  105. data/spec/api/groups_roles_api_spec.rb +1 -1
  106. data/spec/api/importers_pulp_api_spec.rb +1 -1
  107. data/spec/api/publications_api_spec.rb +1 -1
  108. data/spec/api/remotes_api_spec.rb +1 -1
  109. data/spec/api/repositories_api_spec.rb +1 -1
  110. data/spec/api/repository_versions_api_spec.rb +1 -1
  111. data/spec/api/roles_api_spec.rb +1 -1
  112. data/spec/api/signing_services_api_spec.rb +1 -1
  113. data/spec/api/task_groups_api_spec.rb +13 -2
  114. data/spec/api/task_schedules_api_spec.rb +1 -1
  115. data/spec/api/tasks_api_spec.rb +1 -1
  116. data/spec/api/uploads_api_spec.rb +1 -1
  117. data/spec/api/users_api_spec.rb +1 -1
  118. data/spec/api/users_roles_api_spec.rb +1 -1
  119. data/spec/api/workers_api_spec.rb +1 -1
  120. data/spec/models/artifact_distribution_response_spec.rb +13 -7
  121. data/spec/models/distribution_response_spec.rb +6 -0
  122. data/spec/models/upstream_pulp_response_spec.rb +6 -0
  123. metadata +2 -2
@@ -32,13 +32,13 @@ describe 'ArtifactDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "pulp_href"' do
35
+ describe 'test attribute "pulp_labels"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "base_url"' do
41
+ describe 'test attribute "pulp_href"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -50,13 +50,13 @@ describe 'ArtifactDistributionResponse' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_last_updated"' do
53
+ describe 'test attribute "base_url"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "name"' do
59
+ describe 'test attribute "pulp_created"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
@@ -68,19 +68,25 @@ describe 'ArtifactDistributionResponse' do
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "pulp_created"' do
71
+ describe 'test attribute "content_guard"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
75
75
  end
76
76
 
77
- describe 'test attribute "content_guard"' do
77
+ describe 'test attribute "pulp_last_updated"' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
80
  end
81
81
  end
82
82
 
83
- describe 'test attribute "pulp_labels"' do
83
+ describe 'test attribute "name"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
89
+ describe 'test attribute "no_content_change_since"' do
84
90
  it 'should work' do
85
91
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
92
  end
@@ -68,6 +68,12 @@ describe 'DistributionResponse' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "no_content_change_since"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  describe 'test attribute "hidden"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -104,4 +104,10 @@ describe 'UpstreamPulpResponse' do
104
104
  end
105
105
  end
106
106
 
107
+ describe 'test attribute "last_replication"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
107
113
  end
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.57.1
4
+ version: 3.59.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-08-10 00:00:00.000000000 Z
11
+ date: 2024-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday