pulp_rpm_client 3.18.15 → 3.18.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AcsRpmApi.md +6 -2
  4. data/docs/ContentAdvisoriesApi.md +6 -2
  5. data/docs/ContentDistributionTreesApi.md +6 -2
  6. data/docs/ContentModulemdDefaultsApi.md +6 -2
  7. data/docs/ContentModulemdObsoletesApi.md +6 -2
  8. data/docs/ContentModulemdsApi.md +6 -2
  9. data/docs/ContentPackagecategoriesApi.md +6 -2
  10. data/docs/ContentPackageenvironmentsApi.md +6 -2
  11. data/docs/ContentPackagegroupsApi.md +6 -2
  12. data/docs/ContentPackagelangpacksApi.md +6 -2
  13. data/docs/ContentPackagesApi.md +8 -4
  14. data/docs/ContentRepoMetadataFilesApi.md +6 -2
  15. data/docs/DistributionsRpmApi.md +6 -2
  16. data/docs/PatchedrpmRpmRemote.md +1 -1
  17. data/docs/PatchedrpmRpmRepository.md +2 -2
  18. data/docs/PatchedrpmUlnRemote.md +1 -1
  19. data/docs/PublicationsRpmApi.md +6 -2
  20. data/docs/RemotesRpmApi.md +6 -2
  21. data/docs/RemotesUlnApi.md +6 -2
  22. data/docs/RepositoriesRpmApi.md +6 -2
  23. data/docs/RepositoriesRpmVersionsApi.md +4 -2
  24. data/docs/RpmRepositorySyncURL.md +1 -1
  25. data/docs/RpmRpmPublication.md +2 -2
  26. data/docs/RpmRpmPublicationResponse.md +2 -2
  27. data/docs/RpmRpmRemote.md +1 -1
  28. data/docs/RpmRpmRemoteResponse.md +1 -1
  29. data/docs/RpmRpmRepository.md +2 -2
  30. data/docs/RpmRpmRepositoryResponse.md +2 -2
  31. data/docs/RpmUlnRemote.md +1 -1
  32. data/docs/RpmUlnRemoteResponse.md +1 -1
  33. data/lib/pulp_rpm_client/api/acs_rpm_api.rb +8 -2
  34. data/lib/pulp_rpm_client/api/content_advisories_api.rb +8 -2
  35. data/lib/pulp_rpm_client/api/content_distribution_trees_api.rb +8 -2
  36. data/lib/pulp_rpm_client/api/content_modulemd_defaults_api.rb +8 -2
  37. data/lib/pulp_rpm_client/api/content_modulemd_obsoletes_api.rb +8 -2
  38. data/lib/pulp_rpm_client/api/content_modulemds_api.rb +8 -2
  39. data/lib/pulp_rpm_client/api/content_packagecategories_api.rb +8 -2
  40. data/lib/pulp_rpm_client/api/content_packageenvironments_api.rb +8 -2
  41. data/lib/pulp_rpm_client/api/content_packagegroups_api.rb +8 -2
  42. data/lib/pulp_rpm_client/api/content_packagelangpacks_api.rb +8 -2
  43. data/lib/pulp_rpm_client/api/content_packages_api.rb +10 -4
  44. data/lib/pulp_rpm_client/api/content_repo_metadata_files_api.rb +8 -2
  45. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +8 -2
  46. data/lib/pulp_rpm_client/api/publications_rpm_api.rb +8 -2
  47. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +8 -2
  48. data/lib/pulp_rpm_client/api/remotes_uln_api.rb +8 -2
  49. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +8 -2
  50. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +5 -2
  51. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +1 -1
  52. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +2 -2
  53. data/lib/pulp_rpm_client/models/patchedrpm_uln_remote.rb +1 -1
  54. data/lib/pulp_rpm_client/models/rpm_repository_sync_url.rb +1 -1
  55. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +2 -2
  56. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +2 -2
  57. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +1 -1
  58. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +1 -1
  59. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +2 -2
  60. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +2 -2
  61. data/lib/pulp_rpm_client/models/rpm_uln_remote.rb +1 -1
  62. data/lib/pulp_rpm_client/models/rpm_uln_remote_response.rb +1 -1
  63. data/lib/pulp_rpm_client/version.rb +1 -1
  64. data/spec/api/acs_rpm_api_spec.rb +3 -1
  65. data/spec/api/content_advisories_api_spec.rb +3 -1
  66. data/spec/api/content_distribution_trees_api_spec.rb +3 -1
  67. data/spec/api/content_modulemd_defaults_api_spec.rb +3 -1
  68. data/spec/api/content_modulemd_obsoletes_api_spec.rb +3 -1
  69. data/spec/api/content_modulemds_api_spec.rb +3 -1
  70. data/spec/api/content_packagecategories_api_spec.rb +3 -1
  71. data/spec/api/content_packageenvironments_api_spec.rb +3 -1
  72. data/spec/api/content_packagegroups_api_spec.rb +3 -1
  73. data/spec/api/content_packagelangpacks_api_spec.rb +3 -1
  74. data/spec/api/content_packages_api_spec.rb +4 -2
  75. data/spec/api/content_repo_metadata_files_api_spec.rb +3 -1
  76. data/spec/api/distributions_rpm_api_spec.rb +3 -1
  77. data/spec/api/publications_rpm_api_spec.rb +3 -1
  78. data/spec/api/remotes_rpm_api_spec.rb +3 -1
  79. data/spec/api/remotes_uln_api_spec.rb +3 -1
  80. data/spec/api/repositories_rpm_api_spec.rb +3 -1
  81. data/spec/api/repositories_rpm_versions_api_spec.rb +2 -1
  82. metadata +75 -75
@@ -55,7 +55,7 @@ describe 'ContentPackagesApi' do
55
55
  # @option opts [String] :arch Filter results where arch matches value
56
56
  # @option opts [Array<String>] :arch__in Filter results where arch is in a comma-separated list of values
57
57
  # @option opts [String] :arch__ne Filter results where arch not equal to value
58
- # @option opts [String] :checksum_type Filter results where checksum_type matches value
58
+ # @option opts [String] :checksum_type Filter results where checksum_type matches value * &#x60;unknown&#x60; - unknown * &#x60;md5&#x60; - md5 * &#x60;sha1&#x60; - sha1 * &#x60;sha1&#x60; - sha1 * &#x60;sha224&#x60; - sha224 * &#x60;sha256&#x60; - sha256 * &#x60;sha384&#x60; - sha384 * &#x60;sha512&#x60; - sha512
59
59
  # @option opts [Array<String>] :checksum_type__in Filter results where checksum_type is in a comma-separated list of values
60
60
  # @option opts [String] :checksum_type__ne Filter results where checksum_type not equal to value
61
61
  # @option opts [String] :epoch Filter results where epoch matches value
@@ -66,9 +66,11 @@ describe 'ContentPackagesApi' do
66
66
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
67
67
  # @option opts [String] :name__ne Filter results where name not equal to value
68
68
  # @option opts [Integer] :offset The initial index from which to return the results.
69
- # @option opts [Array<String>] :ordering Ordering
69
+ # @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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;epoch&#x60; - Epoch * &#x60;-epoch&#x60; - Epoch (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;release&#x60; - Release * &#x60;-release&#x60; - Release (descending) * &#x60;arch&#x60; - Arch * &#x60;-arch&#x60; - Arch (descending) * &#x60;evr&#x60; - Evr * &#x60;-evr&#x60; - Evr (descending) * &#x60;pkgId&#x60; - Pkgid * &#x60;-pkgId&#x60; - Pkgid (descending) * &#x60;checksum_type&#x60; - Checksum type * &#x60;-checksum_type&#x60; - Checksum type (descending) * &#x60;summary&#x60; - Summary * &#x60;-summary&#x60; - Summary (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;changelogs&#x60; - Changelogs * &#x60;-changelogs&#x60; - Changelogs (descending) * &#x60;files&#x60; - Files * &#x60;-files&#x60; - Files (descending) * &#x60;requires&#x60; - Requires * &#x60;-requires&#x60; - Requires (descending) * &#x60;provides&#x60; - Provides * &#x60;-provides&#x60; - Provides (descending) * &#x60;conflicts&#x60; - Conflicts * &#x60;-conflicts&#x60; - Conflicts (descending) * &#x60;obsoletes&#x60; - Obsoletes * &#x60;-obsoletes&#x60; - Obsoletes (descending) * &#x60;suggests&#x60; - Suggests * &#x60;-suggests&#x60; - Suggests (descending) * &#x60;enhances&#x60; - Enhances * &#x60;-enhances&#x60; - Enhances (descending) * &#x60;recommends&#x60; - Recommends * &#x60;-recommends&#x60; - Recommends (descending) * &#x60;supplements&#x60; - Supplements * &#x60;-supplements&#x60; - Supplements (descending) * &#x60;location_base&#x60; - Location base * &#x60;-location_base&#x60; - Location base (descending) * &#x60;location_href&#x60; - Location href * &#x60;-location_href&#x60; - Location href (descending) * &#x60;rpm_buildhost&#x60; - Rpm buildhost * &#x60;-rpm_buildhost&#x60; - Rpm buildhost (descending) * &#x60;rpm_group&#x60; - Rpm group * &#x60;-rpm_group&#x60; - Rpm group (descending) * &#x60;rpm_license&#x60; - Rpm license * &#x60;-rpm_license&#x60; - Rpm license (descending) * &#x60;rpm_packager&#x60; - Rpm packager * &#x60;-rpm_packager&#x60; - Rpm packager (descending) * &#x60;rpm_sourcerpm&#x60; - Rpm sourcerpm * &#x60;-rpm_sourcerpm&#x60; - Rpm sourcerpm (descending) * &#x60;rpm_vendor&#x60; - Rpm vendor * &#x60;-rpm_vendor&#x60; - Rpm vendor (descending) * &#x60;rpm_header_start&#x60; - Rpm header start * &#x60;-rpm_header_start&#x60; - Rpm header start (descending) * &#x60;rpm_header_end&#x60; - Rpm header end * &#x60;-rpm_header_end&#x60; - Rpm header end (descending) * &#x60;size_archive&#x60; - Size archive * &#x60;-size_archive&#x60; - Size archive (descending) * &#x60;size_installed&#x60; - Size installed * &#x60;-size_installed&#x60; - Size installed (descending) * &#x60;size_package&#x60; - Size package * &#x60;-size_package&#x60; - Size package (descending) * &#x60;time_build&#x60; - Time build * &#x60;-time_build&#x60; - Time build (descending) * &#x60;time_file&#x60; - Time file * &#x60;-time_file&#x60; - Time file (descending) * &#x60;is_modular&#x60; - Is modular * &#x60;-is_modular&#x60; - Is modular (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
70
70
  # @option opts [String] :pkg_id Filter results where pkgId matches value
71
71
  # @option opts [Array<String>] :pkg_id__in Filter results where pkgId is in a comma-separated list of values
72
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
73
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
72
74
  # @option opts [String] :release Filter results where release matches value
73
75
  # @option opts [Array<String>] :release__in Filter results where release is in a comma-separated list of values
74
76
  # @option opts [String] :release__ne Filter results where release not equal to value
@@ -38,7 +38,9 @@ describe 'ContentRepoMetadataFilesApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Integer] :limit Number of results to return per page.
40
40
  # @option opts [Integer] :offset The initial index from which to return the results.
41
- # @option opts [Array<String>] :ordering Ordering
41
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
42
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
43
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
42
44
  # @option opts [String] :repository_version Repository Version referenced by HREF
43
45
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
44
46
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -71,7 +71,9 @@ describe 'DistributionsRpmApi' do
71
71
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
72
72
  # @option opts [String] :name__startswith Filter results where name starts with value
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
- # @option opts [Array<String>] :ordering Ordering
74
+ # @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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
75
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
76
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
75
77
  # @option opts [String] :pulp_label_select Filter labels by search string
76
78
  # @option opts [String] :repository Filter results where repository matches value
77
79
  # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
@@ -64,13 +64,15 @@ describe 'PublicationsRpmApi' do
64
64
  # @option opts [String] :content__in Content Unit referenced by HREF
65
65
  # @option opts [Integer] :limit Number of results to return per page.
66
66
  # @option opts [Integer] :offset The initial index from which to return the results.
67
- # @option opts [Array<String>] :ordering Ordering
67
+ # @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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;pass_through&#x60; - Pass through * &#x60;-pass_through&#x60; - Pass through (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
68
68
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
69
69
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
70
70
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
71
71
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
72
72
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
73
73
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
74
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
75
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
74
76
  # @option opts [String] :repository Repository referenced by HREF
75
77
  # @option opts [String] :repository_version Repository Version referenced by HREF
76
78
  # @option opts [Array<String>] :fields A list of fields to include in the response.
@@ -67,7 +67,9 @@ describe 'RemotesRpmApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [String] :pulp_label_select Filter labels by search string
72
74
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
73
75
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -67,7 +67,9 @@ describe 'RemotesUlnApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;url&#x60; - Url * &#x60;-url&#x60; - Url (descending) * &#x60;ca_cert&#x60; - Ca cert * &#x60;-ca_cert&#x60; - Ca cert (descending) * &#x60;client_cert&#x60; - Client cert * &#x60;-client_cert&#x60; - Client cert (descending) * &#x60;client_key&#x60; - Client key * &#x60;-client_key&#x60; - Client key (descending) * &#x60;tls_validation&#x60; - Tls validation * &#x60;-tls_validation&#x60; - Tls validation (descending) * &#x60;username&#x60; - Username * &#x60;-username&#x60; - Username (descending) * &#x60;password&#x60; - Password * &#x60;-password&#x60; - Password (descending) * &#x60;proxy_url&#x60; - Proxy url * &#x60;-proxy_url&#x60; - Proxy url (descending) * &#x60;proxy_username&#x60; - Proxy username * &#x60;-proxy_username&#x60; - Proxy username (descending) * &#x60;proxy_password&#x60; - Proxy password * &#x60;-proxy_password&#x60; - Proxy password (descending) * &#x60;download_concurrency&#x60; - Download concurrency * &#x60;-download_concurrency&#x60; - Download concurrency (descending) * &#x60;max_retries&#x60; - Max retries * &#x60;-max_retries&#x60; - Max retries (descending) * &#x60;policy&#x60; - Policy * &#x60;-policy&#x60; - Policy (descending) * &#x60;total_timeout&#x60; - Total timeout * &#x60;-total_timeout&#x60; - Total timeout (descending) * &#x60;connect_timeout&#x60; - Connect timeout * &#x60;-connect_timeout&#x60; - Connect timeout (descending) * &#x60;sock_connect_timeout&#x60; - Sock connect timeout * &#x60;-sock_connect_timeout&#x60; - Sock connect timeout (descending) * &#x60;sock_read_timeout&#x60; - Sock read timeout * &#x60;-sock_read_timeout&#x60; - Sock read timeout (descending) * &#x60;headers&#x60; - Headers * &#x60;-headers&#x60; - Headers (descending) * &#x60;rate_limit&#x60; - Rate limit * &#x60;-rate_limit&#x60; - Rate limit (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [String] :pulp_label_select Filter labels by search string
72
74
  # @option opts [DateTime] :pulp_last_updated Filter results where pulp_last_updated matches value
73
75
  # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
@@ -67,7 +67,9 @@ describe 'RepositoriesRpmApi' do
67
67
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
68
  # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
- # @option opts [Array<String>] :ordering Ordering
70
+ # @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;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
71
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
72
+ # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
71
73
  # @option opts [String] :pulp_label_select Filter labels by search string
72
74
  # @option opts [String] :remote Foreign Key referenced by HREF
73
75
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
@@ -59,13 +59,14 @@ describe 'RepositoriesRpmVersionsApi' do
59
59
  # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
60
60
  # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
- # @option opts [Array<String>] :ordering Ordering
62
+ # @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;number&#x60; - Number * &#x60;-number&#x60; - Number (descending) * &#x60;complete&#x60; - Complete * &#x60;-complete&#x60; - Complete (descending) * &#x60;info&#x60; - Info * &#x60;-info&#x60; - Info (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
63
63
  # @option opts [DateTime] :pulp_created Filter results where pulp_created matches value
64
64
  # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
65
  # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
66
66
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
67
67
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
68
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
+ # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
69
70
  # @option opts [Array<String>] :fields A list of fields to include in the response.
70
71
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
71
72
  # @return [PaginatedRepositoryVersionResponseList]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.18.15
4
+ version: 3.18.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-02 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -392,99 +392,99 @@ signing_key:
392
392
  specification_version: 4
393
393
  summary: Pulp 3 API Ruby Gem
394
394
  test_files:
395
- - spec/api/content_packagelangpacks_api_spec.rb
395
+ - spec/api/acs_rpm_api_spec.rb
396
+ - spec/api/rpm_copy_api_spec.rb
396
397
  - spec/api/content_distribution_trees_api_spec.rb
397
- - spec/api/content_packages_api_spec.rb
398
+ - spec/api/distributions_rpm_api_spec.rb
398
399
  - spec/api/repositories_rpm_api_spec.rb
399
- - spec/api/acs_rpm_api_spec.rb
400
- - spec/api/content_modulemds_api_spec.rb
401
- - spec/api/content_packagegroups_api_spec.rb
400
+ - spec/api/content_advisories_api_spec.rb
401
+ - spec/api/remotes_rpm_api_spec.rb
402
+ - spec/api/repositories_rpm_versions_api_spec.rb
402
403
  - spec/api/remotes_uln_api_spec.rb
404
+ - spec/api/content_packagelangpacks_api_spec.rb
405
+ - spec/api/content_packages_api_spec.rb
406
+ - spec/api/content_packagegroups_api_spec.rb
403
407
  - spec/api/content_modulemd_defaults_api_spec.rb
404
- - spec/api/repositories_rpm_versions_api_spec.rb
405
- - spec/api/content_packageenvironments_api_spec.rb
408
+ - spec/api/content_modulemds_api_spec.rb
406
409
  - spec/api/content_modulemd_obsoletes_api_spec.rb
407
- - spec/api/publications_rpm_api_spec.rb
408
- - spec/api/content_packagecategories_api_spec.rb
409
- - spec/api/rpm_comps_api_spec.rb
410
- - spec/api/distributions_rpm_api_spec.rb
411
- - spec/api/rpm_copy_api_spec.rb
412
410
  - spec/api/content_repo_metadata_files_api_spec.rb
413
- - spec/api/remotes_rpm_api_spec.rb
414
- - spec/api/content_advisories_api_spec.rb
411
+ - spec/api/rpm_comps_api_spec.rb
412
+ - spec/api/content_packagecategories_api_spec.rb
413
+ - spec/api/publications_rpm_api_spec.rb
414
+ - spec/api/content_packageenvironments_api_spec.rb
415
415
  - spec/api_client_spec.rb
416
416
  - spec/configuration_spec.rb
417
- - spec/models/repository_version_response_spec.rb
418
- - spec/models/skip_types_enum_spec.rb
419
- - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
420
- - spec/models/copy_spec.rb
421
- - spec/models/paginated_repository_version_response_list_spec.rb
422
- - spec/models/rpm_rpm_publication_response_spec.rb
423
- - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
424
- - spec/models/rpm_rpm_repository_response_spec.rb
425
- - spec/models/patchedrpm_rpm_distribution_spec.rb
426
- - spec/models/rpm_update_record_response_spec.rb
427
- - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
428
417
  - spec/models/checksum_response_spec.rb
429
- - spec/models/rpm_distribution_tree_response_spec.rb
430
- - spec/models/rpm_package_environment_response_spec.rb
431
- - spec/models/rpm_modulemd_defaults_response_spec.rb
432
- - spec/models/rpm_package_langpacks_response_spec.rb
433
- - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
434
418
  - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
435
- - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
436
- - spec/models/rpm_modulemd_spec.rb
437
- - spec/models/patchedrpm_uln_remote_spec.rb
438
- - spec/models/async_operation_response_spec.rb
419
+ - spec/models/rpm_package_group_response_spec.rb
420
+ - spec/models/artifact_response_spec.rb
439
421
  - spec/models/sync_policy_enum_spec.rb
440
- - spec/models/rpm_rpm_remote_response_spec.rb
441
- - spec/models/paginatedrpm_package_response_list_spec.rb
442
- - spec/models/rpm_modulemd_defaults_spec.rb
443
- - spec/models/rpm_rpm_remote_spec.rb
444
- - spec/models/content_summary_response_spec.rb
445
- - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
422
+ - spec/models/repair_spec.rb
423
+ - spec/models/paginatedrpm_update_record_response_list_spec.rb
424
+ - spec/models/rpm_modulemd_obsolete_response_spec.rb
425
+ - spec/models/rpm_update_record_response_spec.rb
426
+ - spec/models/rpm_modulemd_defaults_response_spec.rb
446
427
  - spec/models/variant_response_spec.rb
447
- - spec/models/rpm_repository_sync_url_spec.rb
428
+ - spec/models/rpm_rpm_publication_spec.rb
429
+ - spec/models/repository_version_response_spec.rb
430
+ - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
431
+ - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
432
+ - spec/models/addon_response_spec.rb
433
+ - spec/models/copy_spec.rb
434
+ - spec/models/rpm_rpm_distribution_spec.rb
435
+ - spec/models/rpm_uln_remote_response_spec.rb
448
436
  - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
449
- - spec/models/rpm_rpm_repository_spec.rb
450
- - spec/models/policy_enum_spec.rb
451
- - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
437
+ - spec/models/rpm_package_langpacks_response_spec.rb
438
+ - spec/models/rpm_package_environment_response_spec.rb
439
+ - spec/models/paginatedrpm_modulemd_response_list_spec.rb
440
+ - spec/models/rpm_repo_metadata_file_response_spec.rb
441
+ - spec/models/rpm_rpm_repository_response_spec.rb
442
+ - spec/models/paginatedrpm_package_category_response_list_spec.rb
443
+ - spec/models/rpm_rpm_alternate_content_source_spec.rb
444
+ - spec/models/paginated_repository_version_response_list_spec.rb
445
+ - spec/models/rpm_package_response_spec.rb
452
446
  - spec/models/rpm_uln_remote_spec.rb
453
- - spec/models/rpm_uln_remote_response_spec.rb
447
+ - spec/models/rpm_package_spec.rb
454
448
  - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
455
- - spec/models/rpm_package_response_spec.rb
456
- - spec/models/rpm_rpm_distribution_response_spec.rb
457
- - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
449
+ - spec/models/rpm_modulemd_defaults_spec.rb
450
+ - spec/models/paginatedrpm_package_environment_response_list_spec.rb
451
+ - spec/models/rpm_rpm_repository_spec.rb
458
452
  - spec/models/rpm_update_collection_spec.rb
453
+ - spec/models/rpm_distribution_tree_response_spec.rb
454
+ - spec/models/package_checksum_type_enum_spec.rb
455
+ - spec/models/policy_enum_spec.rb
459
456
  - spec/models/patchedrpm_rpm_repository_spec.rb
460
- - spec/models/rpm_rpm_alternate_content_source_spec.rb
461
- - spec/models/rpm_rpm_publication_spec.rb
457
+ - spec/models/task_group_operation_response_spec.rb
458
+ - spec/models/rpm_rpm_distribution_response_spec.rb
459
+ - spec/models/paginatedrpm_package_group_response_list_spec.rb
460
+ - spec/models/metadata_checksum_type_enum_spec.rb
461
+ - spec/models/rpm_repository_sync_url_spec.rb
462
462
  - spec/models/rpm_modulemd_obsolete_spec.rb
463
- - spec/models/rpm_package_category_response_spec.rb
464
- - spec/models/rpm_package_spec.rb
465
- - spec/models/image_response_spec.rb
466
- - spec/models/rpm_update_record_spec.rb
463
+ - spec/models/patchedrpm_rpm_remote_spec.rb
467
464
  - spec/models/comps_xml_spec.rb
468
- - spec/models/paginatedrpm_update_record_response_list_spec.rb
469
- - spec/models/rpm_package_group_response_spec.rb
470
- - spec/models/rpm_modulemd_response_spec.rb
471
- - spec/models/rpm_repo_metadata_file_response_spec.rb
472
- - spec/models/paginatedrpm_package_environment_response_list_spec.rb
473
- - spec/models/paginatedrpm_package_category_response_list_spec.rb
474
- - spec/models/rpm_update_collection_response_spec.rb
475
- - spec/models/metadata_checksum_type_enum_spec.rb
476
- - spec/models/paginatedrpm_modulemd_response_list_spec.rb
465
+ - spec/models/patchedrpm_uln_remote_spec.rb
466
+ - spec/models/paginatedrpm_package_response_list_spec.rb
467
+ - spec/models/rpm_rpm_remote_response_spec.rb
468
+ - spec/models/rpm_update_record_spec.rb
469
+ - spec/models/rpm_rpm_publication_response_spec.rb
477
470
  - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
478
- - spec/models/task_group_operation_response_spec.rb
471
+ - spec/models/content_summary_response_spec.rb
472
+ - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
473
+ - spec/models/rpm_update_collection_response_spec.rb
474
+ - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
475
+ - spec/models/repository_add_remove_content_spec.rb
476
+ - spec/models/skip_types_enum_spec.rb
477
+ - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
478
+ - spec/models/rpm_modulemd_response_spec.rb
479
+ - spec/models/rpm_modulemd_spec.rb
480
+ - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
479
481
  - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
480
- - spec/models/rpm_rpm_distribution_spec.rb
482
+ - spec/models/async_operation_response_spec.rb
483
+ - spec/models/patchedrpm_rpm_distribution_spec.rb
484
+ - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
485
+ - spec/models/image_response_spec.rb
486
+ - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
481
487
  - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
482
- - spec/models/repository_add_remove_content_spec.rb
483
- - spec/models/repair_spec.rb
484
- - spec/models/addon_response_spec.rb
485
- - spec/models/package_checksum_type_enum_spec.rb
486
- - spec/models/rpm_modulemd_obsolete_response_spec.rb
487
- - spec/models/patchedrpm_rpm_remote_spec.rb
488
- - spec/models/artifact_response_spec.rb
489
- - spec/models/paginatedrpm_package_group_response_list_spec.rb
488
+ - spec/models/rpm_rpm_remote_spec.rb
489
+ - spec/models/rpm_package_category_response_spec.rb
490
490
  - spec/spec_helper.rb