pulp_deb_client 2.21.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentPackageReleaseComponentsApi.md +2 -2
  4. data/docs/ContentPackagesApi.md +4 -0
  5. data/docs/ContentReleaseArchitecturesApi.md +2 -6
  6. data/docs/ContentReleaseComponentsApi.md +4 -6
  7. data/docs/ContentReleasesApi.md +10 -2
  8. data/docs/DebAptPublication.md +4 -2
  9. data/docs/DebAptPublicationResponse.md +4 -2
  10. data/docs/DebAptRepository.md +7 -1
  11. data/docs/DebAptRepositoryResponse.md +7 -1
  12. data/docs/DebRelease.md +9 -1
  13. data/docs/DebReleaseArchitecture.md +1 -5
  14. data/docs/DebReleaseArchitectureResponse.md +1 -5
  15. data/docs/DebReleaseComponent.md +1 -5
  16. data/docs/DebReleaseComponentResponse.md +1 -5
  17. data/docs/DebReleaseFile.md +3 -3
  18. data/docs/DebReleaseFileResponse.md +3 -3
  19. data/docs/DebReleaseResponse.md +9 -1
  20. data/docs/DistributionsAptApi.md +1 -1
  21. data/docs/PatcheddebAptRepository.md +7 -1
  22. data/docs/RepositoriesAptApi.md +1 -1
  23. data/lib/pulp_deb_client/api/content_packages_api.rb +6 -0
  24. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -9
  25. data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -9
  26. data/lib/pulp_deb_client/api/content_releases_api.rb +15 -3
  27. data/lib/pulp_deb_client/models/deb_apt_publication.rb +14 -5
  28. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +14 -5
  29. data/lib/pulp_deb_client/models/deb_apt_repository.rb +38 -5
  30. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +38 -5
  31. data/lib/pulp_deb_client/models/deb_release.rb +104 -4
  32. data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -70
  33. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +4 -32
  34. data/lib/pulp_deb_client/models/deb_release_component.rb +4 -70
  35. data/lib/pulp_deb_client/models/deb_release_component_response.rb +4 -32
  36. data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
  37. data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
  38. data/lib/pulp_deb_client/models/deb_release_response.rb +44 -4
  39. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +38 -5
  40. data/lib/pulp_deb_client/version.rb +1 -1
  41. data/spec/api/content_packages_api_spec.rb +2 -0
  42. data/spec/api/content_release_architectures_api_spec.rb +1 -3
  43. data/spec/api/content_release_components_api_spec.rb +2 -3
  44. data/spec/api/content_releases_api_spec.rb +5 -1
  45. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  46. data/spec/models/deb_apt_publication_spec.rb +6 -0
  47. data/spec/models/deb_apt_repository_response_spec.rb +18 -0
  48. data/spec/models/deb_apt_repository_spec.rb +18 -0
  49. data/spec/models/deb_release_architecture_response_spec.rb +0 -12
  50. data/spec/models/deb_release_architecture_spec.rb +0 -12
  51. data/spec/models/deb_release_component_response_spec.rb +0 -12
  52. data/spec/models/deb_release_component_spec.rb +0 -12
  53. data/spec/models/deb_release_response_spec.rb +24 -0
  54. data/spec/models/deb_release_spec.rb +24 -0
  55. data/spec/models/patcheddeb_apt_repository_spec.rb +18 -0
  56. metadata +60 -60
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 145d0d77c5f2f281070db243b34b2df1c64b1d1379e27abb69f79e91fc2ea947
4
- data.tar.gz: 35f917c11d78f24deecfbf806df41dc17802469efc68489271c27f93717f6cdb
3
+ metadata.gz: fbbea0437c70f959637aa38bfe67021dc7db692b7b2d60321b4bd7ebff6a63d8
4
+ data.tar.gz: 6403228d9c0d9db3b2a8689c11872b0941d1e1782bbac8eb1ff521548226d610
5
5
  SHA512:
6
- metadata.gz: c7da5dae83d3d132716e569b3066ba89b951c197f980a81a723a9aaf4494c08452714489a5a6a5cccffff885e262f009edb66c568daa0dcc18510613066e8a29
7
- data.tar.gz: d844e1b9351d343c5d8eaaaa8d9d0e86f1977c0af04604d952b45f99c8766b47bedfcee177ce381b7b7c20081547af5e79be0592bdb3104cfb16d127cd7094f4
6
+ metadata.gz: c3e056da80b225816de21040ba8e1c785c7f4ea25eb774e206be1cc8784d71baeaa999a822655993bb8c3af518ad3df653ddac29d9cbc04a15290b9ad63a9e59
7
+ data.tar.gz: 209916d3a411d99e69a5267048de01005bcd67289bffc69502dddadada4fc41ed1dcad0d58b5ebcb60c287e331621892ee123ad629baee9a376cf70834c58ac0
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 2.21.1
10
+ - Package version: 3.0.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_deb_client-2.21.1.gem
27
+ gem install ./pulp_deb_client-3.0.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_deb_client-2.21.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-3.0.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_deb_client', '~> 2.21.1'
36
+ gem 'pulp_deb_client', '~> 3.0.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -116,10 +116,10 @@ Name | Type | Description | Notes
116
116
  **limit** | **Integer**| Number of results to return per page. | [optional]
117
117
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
118
118
  **ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
119
- **package** | **String**| Filter results where package matches value | [optional]
119
+ **package** | [**String**](.md)| Filter results where package matches value | [optional]
120
120
  **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
121
121
  **pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
122
- **release_component** | **String**| Filter results where release_component matches value | [optional]
122
+ **release_component** | [**String**](.md)| Filter results where release_component matches value | [optional]
123
123
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
124
124
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
125
125
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -117,6 +117,8 @@ opts = {
117
117
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
118
118
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
119
119
  relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
120
+ release: 'release_example', # String | Must be a comma-separated string: \"release_href,repository_or_repository_version_href\" release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
121
+ release_component: 'release_component_example', # String | Must be a comma-separated string: \"release_component_href,repository_or_repository_version_href\" release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
120
122
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
121
123
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
122
124
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
@@ -161,6 +163,8 @@ Name | Type | Description | Notes
161
163
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
162
164
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
163
165
  **relative_path** | **String**| Filter results where relative_path matches value | [optional]
166
+ **release** | **String**| Must be a comma-separated string: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
167
+ **release_component** | **String**| Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
164
168
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
165
169
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
166
170
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
@@ -86,17 +86,15 @@ end
86
86
  api_instance = PulpDebClient::ContentReleaseArchitecturesApi.new
87
87
  opts = {
88
88
  architecture: 'architecture_example', # String | Filter results where architecture matches value
89
- codename: 'codename_example', # String | Filter results where codename matches value
90
89
  distribution: 'distribution_example', # String | Filter results where distribution matches value
91
90
  limit: 56, # Integer | Number of results to return per page.
92
91
  offset: 56, # Integer | The initial index from which to return the results.
93
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `pk` - Pk * `-pk` - Pk (descending)
92
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending)
94
93
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
95
94
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
96
95
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
97
96
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
98
97
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
99
- suite: 'suite_example', # String | Filter results where suite matches value
100
98
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
101
99
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
102
100
  }
@@ -116,17 +114,15 @@ end
116
114
  Name | Type | Description | Notes
117
115
  ------------- | ------------- | ------------- | -------------
118
116
  **architecture** | **String**| Filter results where architecture matches value | [optional]
119
- **codename** | **String**| Filter results where codename matches value | [optional]
120
117
  **distribution** | **String**| Filter results where distribution matches value | [optional]
121
118
  **limit** | **Integer**| Number of results to return per page. | [optional]
122
119
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
123
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
120
+ **ordering** | [**Array&lt;String&gt;**](String.md)| 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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;architecture&#x60; - Architecture * &#x60;-architecture&#x60; - Architecture (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
124
121
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
122
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
123
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
124
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
128
125
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
129
- **suite** | **String**| Filter results where suite matches value | [optional]
130
126
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
131
127
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
132
128
 
@@ -85,18 +85,17 @@ end
85
85
 
86
86
  api_instance = PulpDebClient::ContentReleaseComponentsApi.new
87
87
  opts = {
88
- codename: 'codename_example', # String | Filter results where codename matches value
89
88
  component: 'component_example', # String | Filter results where component matches value
90
89
  distribution: 'distribution_example', # String | Filter results where distribution matches value
91
90
  limit: 56, # Integer | Number of results to return per page.
92
91
  offset: 56, # Integer | The initial index from which to return the results.
93
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `pk` - Pk * `-pk` - Pk (descending)
92
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
+ package: 'package_example', # String | Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
94
94
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
95
95
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
96
96
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
97
97
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
98
98
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
99
- suite: 'suite_example', # String | Filter results where suite matches value
100
99
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
101
100
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
102
101
  }
@@ -115,18 +114,17 @@ end
115
114
 
116
115
  Name | Type | Description | Notes
117
116
  ------------- | ------------- | ------------- | -------------
118
- **codename** | **String**| Filter results where codename matches value | [optional]
119
117
  **component** | **String**| Filter results where component matches value | [optional]
120
118
  **distribution** | **String**| Filter results where distribution matches value | [optional]
121
119
  **limit** | **Integer**| Number of results to return per page. | [optional]
122
120
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
123
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
121
+ **ordering** | [**Array&lt;String&gt;**](String.md)| 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;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;component&#x60; - Component * &#x60;-component&#x60; - Component (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
122
+ **package** | **String**| Must be a comma-separated string: \&quot;package_href,repository_or_repository_version_href\&quot; package_href: Filter results where ReleaseComponent contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
124
123
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
125
124
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
126
125
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
127
126
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
128
127
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
129
- **suite** | **String**| Filter results where suite matches value | [optional]
130
128
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
131
129
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
132
130
 
@@ -87,15 +87,19 @@ api_instance = PulpDebClient::ContentReleasesApi.new
87
87
  opts = {
88
88
  codename: 'codename_example', # String | Filter results where codename matches value
89
89
  distribution: 'distribution_example', # String | Filter results where distribution matches value
90
+ label: 'label_example', # String | Filter results where label matches value
90
91
  limit: 56, # Integer | Number of results to return per page.
91
92
  offset: 56, # Integer | The initial index from which to return the results.
92
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `pk` - Pk * `-pk` - Pk (descending)
93
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `version` - Version * `-version` - Version (descending) * `origin` - Origin * `-origin` - Origin (descending) * `label` - Label * `-label` - Label (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
94
+ origin: 'origin_example', # String | Filter results where origin matches value
95
+ package: 'package_example', # String | Must be a comma-separated string: \"package_href,repository_or_repository_version_href\" package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
93
96
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
94
97
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
95
98
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
96
99
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
97
100
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
98
101
  suite: 'suite_example', # String | Filter results where suite matches value
102
+ version: 'version_example', # String | Filter results where version matches value
99
103
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
100
104
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
101
105
  }
@@ -116,15 +120,19 @@ Name | Type | Description | Notes
116
120
  ------------- | ------------- | ------------- | -------------
117
121
  **codename** | **String**| Filter results where codename matches value | [optional]
118
122
  **distribution** | **String**| Filter results where distribution matches value | [optional]
123
+ **label** | **String**| Filter results where label matches value | [optional]
119
124
  **limit** | **Integer**| Number of results to return per page. | [optional]
120
125
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
121
- **ordering** | [**Array&lt;String&gt;**](String.md)| 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;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
126
+ **ordering** | [**Array&lt;String&gt;**](String.md)| 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;codename&#x60; - Codename * &#x60;-codename&#x60; - Codename (descending) * &#x60;suite&#x60; - Suite * &#x60;-suite&#x60; - Suite (descending) * &#x60;distribution&#x60; - Distribution * &#x60;-distribution&#x60; - Distribution (descending) * &#x60;version&#x60; - Version * &#x60;-version&#x60; - Version (descending) * &#x60;origin&#x60; - Origin * &#x60;-origin&#x60; - Origin (descending) * &#x60;label&#x60; - Label * &#x60;-label&#x60; - Label (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
127
+ **origin** | **String**| Filter results where origin matches value | [optional]
128
+ **package** | **String**| Must be a comma-separated string: \&quot;package_href,repository_or_repository_version_href\&quot; package_href: Filter results where Release contains Package repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version) | [optional]
122
129
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
123
130
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
124
131
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
125
132
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
126
133
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
127
134
  **suite** | **String**| Filter results where suite matches value | [optional]
135
+ **version** | **String**| Filter results where version matches value | [optional]
128
136
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
129
137
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
130
138
 
@@ -7,8 +7,9 @@ Name | Type | Description | Notes
7
7
  **repository_version** | **String** | | [optional]
8
8
  **repository** | **String** | A URI of the repository to be published. | [optional]
9
9
  **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
10
- **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
10
+ **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to true]
11
11
  **signing_service** | **String** | Sign Release files with this signing key | [optional]
12
+ **publish_upstream_release_fields** | **Boolean** | | [optional]
12
13
 
13
14
  ## Code Sample
14
15
 
@@ -19,7 +20,8 @@ instance = PulpDebClient::DebAptPublication.new(repository_version: null,
19
20
  repository: null,
20
21
  simple: null,
21
22
  structured: null,
22
- signing_service: null)
23
+ signing_service: null,
24
+ publish_upstream_release_fields: null)
23
25
  ```
24
26
 
25
27
 
@@ -9,8 +9,9 @@ Name | Type | Description | Notes
9
9
  **repository_version** | **String** | | [optional]
10
10
  **repository** | **String** | A URI of the repository to be published. | [optional]
11
11
  **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
12
- **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to false]
12
+ **structured** | **Boolean** | Activate structured publishing mode. | [optional] [default to true]
13
13
  **signing_service** | **String** | Sign Release files with this signing key | [optional]
14
+ **publish_upstream_release_fields** | **Boolean** | | [optional]
14
15
 
15
16
  ## Code Sample
16
17
 
@@ -23,7 +24,8 @@ instance = PulpDebClient::DebAptPublicationResponse.new(pulp_href: null,
23
24
  repository: null,
24
25
  simple: null,
25
26
  structured: null,
26
- signing_service: null)
27
+ signing_service: null,
28
+ publish_upstream_release_fields: null)
27
29
  ```
28
30
 
29
31
 
@@ -9,6 +9,9 @@ Name | Type | Description | Notes
9
9
  **description** | **String** | An optional description. | [optional]
10
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
+ **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional]
13
+ **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional]
14
+ **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional]
12
15
 
13
16
  ## Code Sample
14
17
 
@@ -19,7 +22,10 @@ instance = PulpDebClient::DebAptRepository.new(pulp_labels: null,
19
22
  name: null,
20
23
  description: null,
21
24
  retain_repo_versions: null,
22
- remote: null)
25
+ remote: null,
26
+ publish_upstream_release_fields: null,
27
+ signing_service: null,
28
+ signing_service_release_overrides: null)
23
29
  ```
24
30
 
25
31
 
@@ -13,6 +13,9 @@ Name | Type | Description | Notes
13
13
  **description** | **String** | An optional description. | [optional]
14
14
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
15
15
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
16
+ **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional]
17
+ **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional]
18
+ **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional]
16
19
 
17
20
  ## Code Sample
18
21
 
@@ -27,7 +30,10 @@ instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
27
30
  name: null,
28
31
  description: null,
29
32
  retain_repo_versions: null,
30
- remote: null)
33
+ remote: null,
34
+ publish_upstream_release_fields: null,
35
+ signing_service: null,
36
+ signing_service_release_overrides: null)
31
37
  ```
32
38
 
33
39
 
data/docs/DebRelease.md CHANGED
@@ -8,6 +8,10 @@ Name | Type | Description | Notes
8
8
  **codename** | **String** | |
9
9
  **suite** | **String** | |
10
10
  **distribution** | **String** | |
11
+ **version** | **String** | | [optional]
12
+ **origin** | **String** | | [optional]
13
+ **label** | **String** | | [optional]
14
+ **description** | **String** | | [optional]
11
15
 
12
16
  ## Code Sample
13
17
 
@@ -17,7 +21,11 @@ require 'PulpDebClient'
17
21
  instance = PulpDebClient::DebRelease.new(repository: null,
18
22
  codename: null,
19
23
  suite: null,
20
- distribution: null)
24
+ distribution: null,
25
+ version: null,
26
+ origin: null,
27
+ label: null,
28
+ description: null)
21
29
  ```
22
30
 
23
31
 
@@ -7,8 +7,6 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **architecture** | **String** | Name of the architecture. |
9
9
  **distribution** | **String** | Name of the distribution. |
10
- **codename** | **String** | |
11
- **suite** | **String** | |
12
10
 
13
11
  ## Code Sample
14
12
 
@@ -17,9 +15,7 @@ require 'PulpDebClient'
17
15
 
18
16
  instance = PulpDebClient::DebReleaseArchitecture.new(repository: null,
19
17
  architecture: null,
20
- distribution: null,
21
- codename: null,
22
- suite: null)
18
+ distribution: null)
23
19
  ```
24
20
 
25
21
 
@@ -8,8 +8,6 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **architecture** | **String** | Name of the architecture. |
10
10
  **distribution** | **String** | Name of the distribution. |
11
- **codename** | **String** | |
12
- **suite** | **String** | |
13
11
 
14
12
  ## Code Sample
15
13
 
@@ -19,9 +17,7 @@ require 'PulpDebClient'
19
17
  instance = PulpDebClient::DebReleaseArchitectureResponse.new(pulp_href: null,
20
18
  pulp_created: null,
21
19
  architecture: null,
22
- distribution: null,
23
- codename: null,
24
- suite: null)
20
+ distribution: null)
25
21
  ```
26
22
 
27
23
 
@@ -7,8 +7,6 @@ Name | Type | Description | Notes
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **component** | **String** | Name of the component. |
9
9
  **distribution** | **String** | Name of the distribution. |
10
- **codename** | **String** | |
11
- **suite** | **String** | |
12
10
 
13
11
  ## Code Sample
14
12
 
@@ -17,9 +15,7 @@ require 'PulpDebClient'
17
15
 
18
16
  instance = PulpDebClient::DebReleaseComponent.new(repository: null,
19
17
  component: null,
20
- distribution: null,
21
- codename: null,
22
- suite: null)
18
+ distribution: null)
23
19
  ```
24
20
 
25
21
 
@@ -8,8 +8,6 @@ Name | Type | Description | Notes
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **component** | **String** | Name of the component. |
10
10
  **distribution** | **String** | Name of the distribution. |
11
- **codename** | **String** | |
12
- **suite** | **String** | |
13
11
 
14
12
  ## Code Sample
15
13
 
@@ -19,9 +17,7 @@ require 'PulpDebClient'
19
17
  instance = PulpDebClient::DebReleaseComponentResponse.new(pulp_href: null,
20
18
  pulp_created: null,
21
19
  component: null,
22
- distribution: null,
23
- codename: null,
24
- suite: null)
20
+ distribution: null)
25
21
  ```
26
22
 
27
23
 
@@ -6,9 +6,9 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
8
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
9
- **codename** | **String** | Codename of the release, i.e. \&quot;buster\&quot;. | [optional]
10
- **suite** | **String** | Suite of the release, i.e. \&quot;stable\&quot;. | [optional]
11
- **distribution** | **String** | Distribution of the release, i.e. \&quot;stable/updates\&quot;. |
9
+ **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional]
10
+ **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional]
11
+ **distribution** | **String** | Distribution of the release, e.g. \&quot;stable/updates\&quot;. |
12
12
  **relative_path** | **String** | Path of file relative to url. | [optional]
13
13
 
14
14
  ## Code Sample
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
9
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; |
10
- **codename** | **String** | Codename of the release, i.e. \&quot;buster\&quot;. | [optional]
11
- **suite** | **String** | Suite of the release, i.e. \&quot;stable\&quot;. | [optional]
12
- **distribution** | **String** | Distribution of the release, i.e. \&quot;stable/updates\&quot;. |
10
+ **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional]
11
+ **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional]
12
+ **distribution** | **String** | Distribution of the release, e.g. \&quot;stable/updates\&quot;. |
13
13
  **relative_path** | **String** | Path of file relative to url. | [optional]
14
14
 
15
15
  ## Code Sample
@@ -9,6 +9,10 @@ Name | Type | Description | Notes
9
9
  **codename** | **String** | |
10
10
  **suite** | **String** | |
11
11
  **distribution** | **String** | |
12
+ **version** | **String** | | [optional]
13
+ **origin** | **String** | | [optional]
14
+ **label** | **String** | | [optional]
15
+ **description** | **String** | | [optional]
12
16
 
13
17
  ## Code Sample
14
18
 
@@ -19,7 +23,11 @@ instance = PulpDebClient::DebReleaseResponse.new(pulp_href: null,
19
23
  pulp_created: null,
20
24
  codename: null,
21
25
  suite: null,
22
- distribution: null)
26
+ distribution: null,
27
+ version: null,
28
+ origin: null,
29
+ label: null,
30
+ description: null)
23
31
  ```
24
32
 
25
33
 
@@ -192,7 +192,7 @@ Name | Type | Description | Notes
192
192
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
193
193
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
194
194
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
195
- **repository** | **String**| Filter results where repository matches value | [optional]
195
+ **repository** | [**String**](.md)| Filter results where repository matches value | [optional]
196
196
  **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
197
197
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
198
198
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
@@ -9,6 +9,9 @@ Name | Type | Description | Notes
9
9
  **description** | **String** | An optional description. | [optional]
10
10
  **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
11
  **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
+ **publish_upstream_release_fields** | **Boolean** | Previously, pulp_deb only synced the Release file fields codename and suite, now version, origin, label, and description are also synced. Setting this setting to False will make Pulp revert to the old behaviour of using it&#39;s own internal values for the new fields during publish. This is primarily intended to avoid a sudden change in behaviour for existing Pulp repositories, since many Release file field changes need to be accepted by hosts consuming the published repository. The default for new repositories is True. | [optional]
13
+ **signing_service** | **String** | A reference to an associated signing service. Used if AptPublication.signing_service is not set | [optional]
14
+ **signing_service_release_overrides** | **Hash&lt;String, String&gt;** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\&quot;bionic\&quot;: \&quot;/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\&quot;} | [optional]
12
15
 
13
16
  ## Code Sample
14
17
 
@@ -19,7 +22,10 @@ instance = PulpDebClient::PatcheddebAptRepository.new(pulp_labels: null,
19
22
  name: null,
20
23
  description: null,
21
24
  retain_repo_versions: null,
22
- remote: null)
25
+ remote: null,
26
+ publish_upstream_release_fields: null,
27
+ signing_service: null,
28
+ signing_service_release_overrides: null)
23
29
  ```
24
30
 
25
31
 
@@ -195,7 +195,7 @@ Name | Type | Description | Notes
195
195
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
196
196
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
197
197
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
198
- **remote** | **String**| Foreign Key referenced by HREF | [optional]
198
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
199
199
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]
200
200
  **retain_repo_versions__gt** | **Integer**| Filter results where retain_repo_versions is greater than value | [optional]
201
201
  **retain_repo_versions__gte** | **Integer**| Filter results where retain_repo_versions is greater than or equal to value | [optional]
@@ -131,6 +131,8 @@ module PulpDebClient
131
131
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
132
132
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
133
133
  # @option opts [String] :relative_path Filter results where relative_path matches value
134
+ # @option opts [String] :release Must be a comma-separated string: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
135
+ # @option opts [String] :release_component Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
134
136
  # @option opts [String] :repository_version Repository Version referenced by HREF
135
137
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
136
138
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -168,6 +170,8 @@ module PulpDebClient
168
170
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
169
171
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
170
172
  # @option opts [String] :relative_path Filter results where relative_path matches value
173
+ # @option opts [String] :release Must be a comma-separated string: \&quot;release_href,repository_or_repository_version_href\&quot; release_href: Filter results where Package in Release repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
174
+ # @option opts [String] :release_component Must be a comma-separated string: \&quot;release_component_href,repository_or_repository_version_href\&quot; release_component_href: Filter results where Package in ReleaseComponent repository_or_repository_version_href: The RepositoryVersion href to filter by, or Repository href (assume latest version)
171
175
  # @option opts [String] :repository_version Repository Version referenced by HREF
172
176
  # @option opts [String] :repository_version_added Repository Version referenced by HREF
173
177
  # @option opts [String] :repository_version_removed Repository Version referenced by HREF
@@ -222,6 +226,8 @@ module PulpDebClient
222
226
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
223
227
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
224
228
  query_params[:'relative_path'] = opts[:'relative_path'] if !opts[:'relative_path'].nil?
229
+ query_params[:'release'] = opts[:'release'] if !opts[:'release'].nil?
230
+ query_params[:'release_component'] = opts[:'release_component'] if !opts[:'release_component'].nil?
225
231
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
226
232
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
227
233
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?