pulpcore_client 3.103.3 → 3.104.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 (60) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ArtifactDistributionResponse.md +14 -14
  4. data/docs/ArtifactsApi.md +2 -2
  5. data/docs/ContentApi.md +6 -6
  6. data/docs/ContentOpenpgpPublickeyApi.md +6 -6
  7. data/docs/ContentOpenpgpPublicsubkeyApi.md +6 -6
  8. data/docs/ContentOpenpgpSignatureApi.md +6 -6
  9. data/docs/ContentOpenpgpUserattributeApi.md +6 -6
  10. data/docs/ContentOpenpgpUseridApi.md +6 -6
  11. data/docs/DistributionsApi.md +4 -4
  12. data/docs/DistributionsArtifactsApi.md +4 -4
  13. data/docs/DistributionsOpenpgpApi.md +2 -2
  14. data/docs/GroupsRolesApi.md +2 -2
  15. data/docs/PublicationsApi.md +2 -2
  16. data/docs/Purge.md +1 -1
  17. data/docs/RepositoriesApi.md +2 -2
  18. data/docs/RepositoriesOpenpgpKeyringApi.md +2 -2
  19. data/docs/TasksApi.md +6 -6
  20. data/docs/UsersRolesApi.md +2 -2
  21. data/docs/VulnReportApi.md +2 -2
  22. data/lib/pulpcore_client/api/artifacts_api.rb +2 -2
  23. data/lib/pulpcore_client/api/content_api.rb +6 -6
  24. data/lib/pulpcore_client/api/content_openpgp_publickey_api.rb +6 -6
  25. data/lib/pulpcore_client/api/content_openpgp_publicsubkey_api.rb +6 -6
  26. data/lib/pulpcore_client/api/content_openpgp_signature_api.rb +6 -6
  27. data/lib/pulpcore_client/api/content_openpgp_userattribute_api.rb +6 -6
  28. data/lib/pulpcore_client/api/content_openpgp_userid_api.rb +6 -6
  29. data/lib/pulpcore_client/api/distributions_api.rb +4 -4
  30. data/lib/pulpcore_client/api/distributions_artifacts_api.rb +4 -4
  31. data/lib/pulpcore_client/api/distributions_openpgp_api.rb +2 -2
  32. data/lib/pulpcore_client/api/groups_roles_api.rb +2 -2
  33. data/lib/pulpcore_client/api/publications_api.rb +2 -2
  34. data/lib/pulpcore_client/api/repositories_api.rb +2 -2
  35. data/lib/pulpcore_client/api/repositories_openpgp_keyring_api.rb +2 -2
  36. data/lib/pulpcore_client/api/tasks_api.rb +6 -6
  37. data/lib/pulpcore_client/api/users_roles_api.rb +2 -2
  38. data/lib/pulpcore_client/api/vuln_report_api.rb +2 -2
  39. data/lib/pulpcore_client/models/artifact_distribution_response.rb +68 -68
  40. data/lib/pulpcore_client/models/purge.rb +1 -1
  41. data/lib/pulpcore_client/version.rb +1 -1
  42. data/spec/api/artifacts_api_spec.rb +1 -1
  43. data/spec/api/content_api_spec.rb +3 -3
  44. data/spec/api/content_openpgp_publickey_api_spec.rb +3 -3
  45. data/spec/api/content_openpgp_publicsubkey_api_spec.rb +3 -3
  46. data/spec/api/content_openpgp_signature_api_spec.rb +3 -3
  47. data/spec/api/content_openpgp_userattribute_api_spec.rb +3 -3
  48. data/spec/api/content_openpgp_userid_api_spec.rb +3 -3
  49. data/spec/api/distributions_api_spec.rb +2 -2
  50. data/spec/api/distributions_artifacts_api_spec.rb +2 -2
  51. data/spec/api/distributions_openpgp_api_spec.rb +1 -1
  52. data/spec/api/groups_roles_api_spec.rb +1 -1
  53. data/spec/api/publications_api_spec.rb +1 -1
  54. data/spec/api/repositories_api_spec.rb +1 -1
  55. data/spec/api/repositories_openpgp_keyring_api_spec.rb +1 -1
  56. data/spec/api/tasks_api_spec.rb +3 -3
  57. data/spec/api/users_roles_api_spec.rb +1 -1
  58. data/spec/api/vuln_report_api_spec.rb +1 -1
  59. data/spec/models/artifact_distribution_response_spec.rb +11 -11
  60. metadata +2 -2
@@ -66,7 +66,7 @@ module PulpcoreClient
66
66
  if attributes.key?(:'finished_before')
67
67
  self.finished_before = attributes[:'finished_before']
68
68
  else
69
- self.finished_before = '2026-01-12'
69
+ self.finished_before = '2026-01-25'
70
70
  end
71
71
 
72
72
  if attributes.key?(:'states')
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.103.3'
14
+ VERSION = '3.104.0'
15
15
  end
@@ -79,7 +79,7 @@ describe 'ArtifactsApi' do
79
79
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
80
80
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
81
81
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
82
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
82
+ # @option opts [String] :repository_version
83
83
  # @option opts [String] :sha1 Filter results where sha1 matches value
84
84
  # @option opts [String] :sha224 Filter results where sha224 matches value
85
85
  # @option opts [String] :sha256 Filter results where sha256 matches value
@@ -48,9 +48,9 @@ describe 'ContentApi' do
48
48
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file
49
49
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file
50
50
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
51
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
52
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
53
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
51
+ # @option opts [String] :repository_version
52
+ # @option opts [String] :repository_version_added
53
+ # @option opts [String] :repository_version_removed
54
54
  # @option opts [Array<String>] :fields A list of fields to include in the response.
55
55
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
56
56
  # @return [PaginatedMultipleArtifactContentResponseList]
@@ -65,9 +65,9 @@ describe 'ContentOpenpgpPublickeyApi' do
65
65
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
66
66
  # @option opts [String] :pulp_label_select Filter labels by search string
67
67
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
68
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
69
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
70
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
68
+ # @option opts [String] :repository_version
69
+ # @option opts [String] :repository_version_added
70
+ # @option opts [String] :repository_version_removed
71
71
  # @option opts [Array<String>] :fields A list of fields to include in the response.
72
72
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
73
73
  # @return [PaginatedOpenPGPPublicKeyResponseList]
@@ -47,9 +47,9 @@ describe 'ContentOpenpgpPublicsubkeyApi' do
47
47
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
48
48
  # @option opts [String] :pulp_label_select Filter labels by search string
49
49
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
50
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
51
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
52
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
50
+ # @option opts [String] :repository_version
51
+ # @option opts [String] :repository_version_added
52
+ # @option opts [String] :repository_version_removed
53
53
  # @option opts [Array<String>] :fields A list of fields to include in the response.
54
54
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
55
55
  # @return [PaginatedOpenPGPPublicSubkeyResponseList]
@@ -47,9 +47,9 @@ describe 'ContentOpenpgpSignatureApi' do
47
47
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
48
48
  # @option opts [String] :pulp_label_select Filter labels by search string
49
49
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
50
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
51
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
52
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
50
+ # @option opts [String] :repository_version
51
+ # @option opts [String] :repository_version_added
52
+ # @option opts [String] :repository_version_removed
53
53
  # @option opts [Array<String>] :fields A list of fields to include in the response.
54
54
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
55
55
  # @return [PaginatedOpenPGPSignatureResponseList]
@@ -46,9 +46,9 @@ describe 'ContentOpenpgpUserattributeApi' do
46
46
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
47
47
  # @option opts [String] :pulp_label_select Filter labels by search string
48
48
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
49
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
50
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
51
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
49
+ # @option opts [String] :repository_version
50
+ # @option opts [String] :repository_version_added
51
+ # @option opts [String] :repository_version_removed
52
52
  # @option opts [String] :sha256 Filter results where sha256 matches value
53
53
  # @option opts [Array<String>] :fields A list of fields to include in the response.
54
54
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -46,9 +46,9 @@ describe 'ContentOpenpgpUseridApi' do
46
46
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
47
47
  # @option opts [String] :pulp_label_select Filter labels by search string
48
48
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
49
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
50
- # @option opts [String] :repository_version_added Repository Version referenced by HREF/PRN
51
- # @option opts [String] :repository_version_removed Repository Version referenced by HREF/PRN
49
+ # @option opts [String] :repository_version
50
+ # @option opts [String] :repository_version_added
51
+ # @option opts [String] :repository_version_removed
52
52
  # @option opts [String] :user_id Filter results where user_id matches value
53
53
  # @option opts [String] :user_id__contains Filter results where user_id contains value
54
54
  # @option opts [String] :user_id__icontains Filter results where user_id contains value
@@ -61,8 +61,8 @@ describe 'DistributionsApi' do
61
61
  # @option opts [String] :pulp_type Pulp type * &#x60;core.artifact&#x60; - core.artifact * &#x60;core.openpgp&#x60; - core.openpgp * &#x60;file.file&#x60; - file.file
62
62
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.artifact&#x60; - core.artifact * &#x60;core.openpgp&#x60; - core.openpgp * &#x60;file.file&#x60; - file.file
63
63
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
64
- # @option opts [String] :repository Filter results where repository matches value
65
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
64
+ # @option opts [String] :repository
65
+ # @option opts [Array<String>] :repository__in
66
66
  # @option opts [String] :with_content Filter distributions based on the content served by them
67
67
  # @option opts [Array<String>] :fields A list of fields to include in the response.
68
68
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -59,8 +59,8 @@ describe 'DistributionsArtifactsApi' do
59
59
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
60
60
  # @option opts [String] :pulp_label_select Filter labels by search string
61
61
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
62
- # @option opts [String] :repository Filter results where repository matches value
63
- # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
62
+ # @option opts [String] :repository
63
+ # @option opts [Array<String>] :repository__in
64
64
  # @option opts [String] :with_content Filter distributions based on the content served by them
65
65
  # @option opts [Array<String>] :fields A list of fields to include in the response.
66
66
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -71,7 +71,7 @@ describe 'DistributionsOpenpgpApi' do
71
71
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
72
72
  # @option opts [String] :pulp_label_select Filter labels by search string
73
73
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
74
- # @option opts [String] :repository_version Filter results where repository_version matches value
74
+ # @option opts [String] :repository_version
75
75
  # @option opts [String] :with_content Filter distributions based on the content served by them
76
76
  # @option opts [Array<String>] :fields A list of fields to include in the response.
77
77
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -66,7 +66,7 @@ describe 'GroupsRolesApi' do
66
66
  # @param [Hash] opts the optional parameters
67
67
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
68
  # @option opts [String] :content_object content_object
69
- # @option opts [String] :domain Foreign Key referenced by HREF
69
+ # @option opts [String] :domain
70
70
  # @option opts [Integer] :limit Number of results to return per page.
71
71
  # @option opts [Integer] :offset The initial index from which to return the results.
72
72
  # @option opts [Array<String>] :ordering Ordering * &#x60;role&#x60; - Role * &#x60;-role&#x60; - Role (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -57,7 +57,7 @@ describe 'PublicationsApi' do
57
57
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file
58
58
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
59
59
  # @option opts [String] :repository Repository referenced by HREF/PRN
60
- # @option opts [String] :repository_version Repository Version referenced by HREF/PRN
60
+ # @option opts [String] :repository_version
61
61
  # @option opts [Array<String>] :fields A list of fields to include in the response.
62
62
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
63
63
  # @return [PaginatedPublicationResponseList]
@@ -57,7 +57,7 @@ describe 'RepositoriesApi' do
57
57
  # @option opts [String] :pulp_type Pulp type * &#x60;core.openpgp&#x60; - core.openpgp * &#x60;file.file&#x60; - file.file
58
58
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.openpgp&#x60; - core.openpgp * &#x60;file.file&#x60; - file.file
59
59
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
60
- # @option opts [String] :remote Foreign Key referenced by HREF
60
+ # @option opts [String] :remote
61
61
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
62
62
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
63
63
  # @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
@@ -95,7 +95,7 @@ describe 'RepositoriesOpenpgpKeyringApi' do
95
95
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
96
96
  # @option opts [String] :pulp_label_select Filter labels by search string
97
97
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
98
- # @option opts [String] :remote Foreign Key referenced by HREF
98
+ # @option opts [String] :remote
99
99
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
100
100
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
101
101
  # @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
@@ -64,7 +64,7 @@ describe 'TasksApi' do
64
64
  # A customized named ModelViewSet that knows how to register itself with the Pulp API router. This viewset is discoverable by its name. \&quot;Normal\&quot; Django Models and Master/Detail models are supported by the &#x60;&#x60;register_with&#x60;&#x60; method. Attributes: lookup_field (str): The name of the field by which an object should be looked up, in addition to any parent lookups if this ViewSet is nested. Defaults to &#39;pk&#39; endpoint_name (str): The name of the final path segment that should identify the ViewSet&#39;s collection endpoint. nest_prefix (str): Optional prefix under which this ViewSet should be nested. This must correspond to the \&quot;parent_prefix\&quot; of a router with rest_framework_nested.NestedMixin. None indicates this ViewSet should not be nested. parent_lookup_kwargs (dict): Optional mapping of key names that would appear in self.kwargs to django model filter expressions that can be used with the corresponding value from self.kwargs, used only by a nested ViewSet to filter based on the parent object&#39;s identity. schema (DefaultSchema): The schema class to use by default in a viewset.
65
65
  # @param [Hash] opts the optional parameters
66
66
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
67
- # @option opts [String] :child_tasks Filter results where child_tasks matches value
67
+ # @option opts [String] :child_tasks
68
68
  # @option opts [String] :created_resources
69
69
  # @option opts [String] :exclusive_resources
70
70
  # @option opts [Array<String>] :exclusive_resources__in Multiple values may be separated by commas.
@@ -84,7 +84,7 @@ describe 'TasksApi' do
84
84
  # @option opts [String] :name__ne Filter results where name not equal to value
85
85
  # @option opts [Integer] :offset The initial index from which to return the results.
86
86
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
87
- # @option opts [String] :parent_task Filter results where parent_task matches value
87
+ # @option opts [String] :parent_task
88
88
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
89
89
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
90
90
  # @option opts [Time] :pulp_created__gt Filter results where pulp_created is greater than value
@@ -110,7 +110,7 @@ describe 'TasksApi' do
110
110
  # @option opts [String] :state Filter results where state matches value * &#x60;waiting&#x60; - Waiting * &#x60;skipped&#x60; - Skipped * &#x60;running&#x60; - Running * &#x60;completed&#x60; - Completed * &#x60;failed&#x60; - Failed * &#x60;canceled&#x60; - Canceled * &#x60;canceling&#x60; - Canceling
111
111
  # @option opts [Array<String>] :state__in Filter results where state is in a comma-separated list of values
112
112
  # @option opts [String] :state__ne Filter results where state not equal to value
113
- # @option opts [String] :task_group Filter results where task_group matches value
113
+ # @option opts [String] :task_group
114
114
  # @option opts [Time] :unblocked_at Filter results where unblocked_at matches value
115
115
  # @option opts [Time] :unblocked_at__gt Filter results where unblocked_at is greater than value
116
116
  # @option opts [Time] :unblocked_at__gte Filter results where unblocked_at is greater than or equal to value
@@ -66,7 +66,7 @@ describe 'UsersRolesApi' do
66
66
  # @param [Hash] opts the optional parameters
67
67
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
68
68
  # @option opts [String] :content_object content_object
69
- # @option opts [String] :domain Foreign Key referenced by HREF
69
+ # @option opts [String] :domain
70
70
  # @option opts [Integer] :limit Number of results to return per page.
71
71
  # @option opts [Integer] :offset The initial index from which to return the results.
72
72
  # @option opts [Array<String>] :ordering Ordering * &#x60;role&#x60; - Role * &#x60;-role&#x60; - Role (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -57,7 +57,7 @@ describe 'VulnReportApi' do
57
57
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
58
58
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
59
59
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
60
- # @option opts [String] :repo_versions Filter results where repo_versions matches value
60
+ # @option opts [String] :repo_versions
61
61
  # @option opts [Array<String>] :fields A list of fields to include in the response.
62
62
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
63
63
  # @return [PaginatedVulnerabilityReportResponseList]
@@ -27,67 +27,67 @@ describe PulpcoreClient::ArtifactDistributionResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "no_content_change_since"' do
30
+ describe 'test attribute "pulp_href"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "name"' do
36
+ describe 'test attribute "base_url"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "content_guard"' do
42
+ describe 'test attribute "no_content_change_since"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "pulp_created"' do
48
+ describe 'test attribute "pulp_labels"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "pulp_labels"' do
54
+ describe 'test attribute "base_path"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "hidden"' do
60
+ describe 'test attribute "pulp_last_updated"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "pulp_last_updated"' do
66
+ describe 'test attribute "pulp_created"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "prn"' do
72
+ describe 'test attribute "name"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "base_url"' do
78
+ describe 'test attribute "prn"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "pulp_href"' do
84
+ describe 'test attribute "content_guard"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "base_path"' do
90
+ describe 'test attribute "hidden"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  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.103.3
4
+ version: 3.104.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: 2026-02-11 00:00:00.000000000 Z
11
+ date: 2026-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday