pulp_deb_client 2.21.2 → 3.0.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.
- checksums.yaml +4 -4
 - data/README.md +4 -4
 - data/docs/ContentPackagesApi.md +4 -0
 - data/docs/ContentReleaseArchitecturesApi.md +2 -6
 - data/docs/ContentReleaseComponentsApi.md +4 -6
 - data/docs/ContentReleasesApi.md +10 -2
 - data/docs/DebAptPublication.md +4 -2
 - data/docs/DebAptPublicationResponse.md +4 -2
 - data/docs/DebAptRepository.md +7 -1
 - data/docs/DebAptRepositoryResponse.md +7 -1
 - data/docs/DebRelease.md +9 -1
 - data/docs/DebReleaseArchitecture.md +1 -5
 - data/docs/DebReleaseArchitectureResponse.md +1 -5
 - data/docs/DebReleaseComponent.md +1 -5
 - data/docs/DebReleaseComponentResponse.md +1 -5
 - data/docs/DebReleaseFile.md +3 -3
 - data/docs/DebReleaseFileResponse.md +3 -3
 - data/docs/DebReleaseResponse.md +9 -1
 - data/docs/PatcheddebAptRepository.md +7 -1
 - data/lib/pulp_deb_client/api/content_packages_api.rb +6 -0
 - data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -9
 - data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -9
 - data/lib/pulp_deb_client/api/content_releases_api.rb +15 -3
 - data/lib/pulp_deb_client/models/deb_apt_publication.rb +14 -5
 - data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +14 -5
 - data/lib/pulp_deb_client/models/deb_apt_repository.rb +38 -5
 - data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +38 -5
 - data/lib/pulp_deb_client/models/deb_release.rb +104 -4
 - data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -70
 - data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +4 -32
 - data/lib/pulp_deb_client/models/deb_release_component.rb +4 -70
 - data/lib/pulp_deb_client/models/deb_release_component_response.rb +4 -32
 - data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
 - data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
 - data/lib/pulp_deb_client/models/deb_release_response.rb +44 -4
 - data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +38 -5
 - data/lib/pulp_deb_client/version.rb +1 -1
 - data/spec/api/content_packages_api_spec.rb +2 -0
 - data/spec/api/content_release_architectures_api_spec.rb +1 -3
 - data/spec/api/content_release_components_api_spec.rb +2 -3
 - data/spec/api/content_releases_api_spec.rb +5 -1
 - data/spec/models/deb_apt_publication_response_spec.rb +6 -0
 - data/spec/models/deb_apt_publication_spec.rb +6 -0
 - data/spec/models/deb_apt_repository_response_spec.rb +18 -0
 - data/spec/models/deb_apt_repository_spec.rb +18 -0
 - data/spec/models/deb_release_architecture_response_spec.rb +0 -12
 - data/spec/models/deb_release_architecture_spec.rb +0 -12
 - data/spec/models/deb_release_component_response_spec.rb +0 -12
 - data/spec/models/deb_release_component_spec.rb +0 -12
 - data/spec/models/deb_release_response_spec.rb +24 -0
 - data/spec/models/deb_release_spec.rb +24 -0
 - data/spec/models/patcheddeb_apt_repository_spec.rb +18 -0
 - metadata +1 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: fbbea0437c70f959637aa38bfe67021dc7db692b7b2d60321b4bd7ebff6a63d8
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 6403228d9c0d9db3b2a8689c11872b0941d1e1782bbac8eb1ff521548226d610
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 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:  
     | 
| 
      
 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- 
     | 
| 
      
 27 
     | 
    
         
            +
            gem install ./pulp_deb_client-3.0.0.gem
         
     | 
| 
       28 
28 
     | 
    
         
             
            ```
         
     | 
| 
       29 
29 
     | 
    
         | 
| 
       30 
     | 
    
         
            -
            (for development, run `gem install --dev ./pulp_deb_client- 
     | 
| 
      
 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', '~>  
     | 
| 
      
 36 
     | 
    
         
            +
                gem 'pulp_deb_client', '~> 3.0.0'
         
     | 
| 
       37 
37 
     | 
    
         | 
| 
       38 
38 
     | 
    
         
             
            ### Install from Git
         
     | 
| 
       39 
39 
     | 
    
         | 
    
        data/docs/ContentPackagesApi.md
    CHANGED
    
    | 
         @@ -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<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         
     | 
| 
       162 
164 
     | 
    
         
             
             **pulp_id__in** | [**Array<String>**](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: \"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)      | [optional] 
         
     | 
| 
      
 167 
     | 
    
         
            +
             **release_component** | **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)      | [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) * ` 
     | 
| 
      
 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<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) * ` 
     | 
| 
      
 120 
     | 
    
         
            +
             **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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `architecture` - Architecture * `-architecture` - Architecture (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         
     | 
| 
       124 
121 
     | 
    
         
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         
     | 
| 
       125 
122 
     | 
    
         
             
             **pulp_id__in** | [**Array<String>**](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<String>**](String.md)| A list of fields to include in the response. | [optional] 
         
     | 
| 
       131 
127 
     | 
    
         
             
             **exclude_fields** | [**Array<String>**](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) * ` 
     | 
| 
      
 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<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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * ` 
     | 
| 
      
 121 
     | 
    
         
            +
             **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) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `component` - Component * `-component` - Component (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         
     | 
| 
      
 122 
     | 
    
         
            +
             **package** | **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)      | [optional] 
         
     | 
| 
       124 
123 
     | 
    
         
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         
     | 
| 
       125 
124 
     | 
    
         
             
             **pulp_id__in** | [**Array<String>**](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<String>**](String.md)| A list of fields to include in the response. | [optional] 
         
     | 
| 
       131 
129 
     | 
    
         
             
             **exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional] 
         
     | 
| 
       132 
130 
     | 
    
         | 
    
        data/docs/ContentReleasesApi.md
    CHANGED
    
    | 
         @@ -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<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) * `codename` - Codename * `-codename` - Codename (descending) * `suite` - Suite * `-suite` - Suite (descending) * `distribution` - Distribution * `-distribution` - Distribution (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional] 
         
     | 
| 
      
 126 
     | 
    
         
            +
             **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) * `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) | [optional] 
         
     | 
| 
      
 127 
     | 
    
         
            +
             **origin** | **String**| Filter results where origin matches value | [optional] 
         
     | 
| 
      
 128 
     | 
    
         
            +
             **package** | **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)      | [optional] 
         
     | 
| 
       122 
129 
     | 
    
         
             
             **pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional] 
         
     | 
| 
       123 
130 
     | 
    
         
             
             **pulp_id__in** | [**Array<String>**](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<String>**](String.md)| A list of fields to include in the response. | [optional] 
         
     | 
| 
       129 
137 
     | 
    
         
             
             **exclude_fields** | [**Array<String>**](String.md)| A list of fields to exclude from the response. | [optional] 
         
     | 
| 
       130 
138 
     | 
    
         | 
    
        data/docs/DebAptPublication.md
    CHANGED
    
    | 
         @@ -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  
     | 
| 
      
 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  
     | 
| 
      
 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 
     | 
    
         | 
    
        data/docs/DebAptRepository.md
    CHANGED
    
    | 
         @@ -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'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<String, String>** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\"bionic\": \"/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\"} | [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'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<String, String>** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\"bionic\": \"/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\"} | [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 
     | 
    
         | 
    
        data/docs/DebReleaseComponent.md
    CHANGED
    
    | 
         @@ -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 
     | 
    
         | 
    
        data/docs/DebReleaseFile.md
    CHANGED
    
    | 
         @@ -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.: {'relative/path': '/artifacts/1/' | 
         
     | 
| 
       9 
     | 
    
         
            -
            **codename** | **String** | Codename of the release,  
     | 
| 
       10 
     | 
    
         
            -
            **suite** | **String** | Suite of the release,  
     | 
| 
       11 
     | 
    
         
            -
            **distribution** | **String** | Distribution of the release,  
     | 
| 
      
 9 
     | 
    
         
            +
            **codename** | **String** | Codename of the release, e.g. \"buster\". | [optional] 
         
     | 
| 
      
 10 
     | 
    
         
            +
            **suite** | **String** | Suite of the release, e.g. \"stable\". | [optional] 
         
     | 
| 
      
 11 
     | 
    
         
            +
            **distribution** | **String** | Distribution of the release, e.g. \"stable/updates\". | 
         
     | 
| 
       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.: {'relative/path': '/artifacts/1/' | 
         
     | 
| 
       10 
     | 
    
         
            -
            **codename** | **String** | Codename of the release,  
     | 
| 
       11 
     | 
    
         
            -
            **suite** | **String** | Suite of the release,  
     | 
| 
       12 
     | 
    
         
            -
            **distribution** | **String** | Distribution of the release,  
     | 
| 
      
 10 
     | 
    
         
            +
            **codename** | **String** | Codename of the release, e.g. \"buster\". | [optional] 
         
     | 
| 
      
 11 
     | 
    
         
            +
            **suite** | **String** | Suite of the release, e.g. \"stable\". | [optional] 
         
     | 
| 
      
 12 
     | 
    
         
            +
            **distribution** | **String** | Distribution of the release, e.g. \"stable/updates\". | 
         
     | 
| 
       13 
13 
     | 
    
         
             
            **relative_path** | **String** | Path of file relative to url. | [optional] 
         
     | 
| 
       14 
14 
     | 
    
         | 
| 
       15 
15 
     | 
    
         
             
            ## Code Sample
         
     | 
    
        data/docs/DebReleaseResponse.md
    CHANGED
    
    | 
         @@ -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 
     | 
    
         | 
| 
         @@ -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'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<String, String>** | A dictionary of Release distributions and the Signing Service URLs they should use.Example: {\"bionic\": \"/pulp/api/v3/signing-services/433a1f70-c589-4413-a803-c50b842ea9b5/\"} | [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 
     | 
    
         | 
| 
         @@ -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: \"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)     
         
     | 
| 
      
 135 
     | 
    
         
            +
                # @option opts [String] :release_component      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)     
         
     | 
| 
       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: \"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)     
         
     | 
| 
      
 174 
     | 
    
         
            +
                # @option opts [String] :release_component      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)     
         
     | 
| 
       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?
         
     | 
| 
         @@ -87,17 +87,15 @@ module PulpDebClient 
     | 
|
| 
       87 
87 
     | 
    
         
             
                # A ReleaseArchitecture represents a single dpkg architecture string.  Associated artifacts: None; contains only metadata.  Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
         
     | 
| 
       88 
88 
     | 
    
         
             
                # @param [Hash] opts the optional parameters
         
     | 
| 
       89 
89 
     | 
    
         
             
                # @option opts [String] :architecture Filter results where architecture matches value
         
     | 
| 
       90 
     | 
    
         
            -
                # @option opts [String] :codename Filter results where codename matches value
         
     | 
| 
       91 
90 
     | 
    
         
             
                # @option opts [String] :distribution Filter results where distribution matches value
         
     | 
| 
       92 
91 
     | 
    
         
             
                # @option opts [Integer] :limit Number of results to return per page.
         
     | 
| 
       93 
92 
     | 
    
         
             
                # @option opts [Integer] :offset The initial index from which to return the results.
         
     | 
| 
       94 
     | 
    
         
            -
                # @option opts [Array<String>] :ordering 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) * ` 
     | 
| 
      
 93 
     | 
    
         
            +
                # @option opts [Array<String>] :ordering 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)
         
     | 
| 
       95 
94 
     | 
    
         
             
                # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
         
     | 
| 
       96 
95 
     | 
    
         
             
                # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
         
     | 
| 
       97 
96 
     | 
    
         
             
                # @option opts [String] :repository_version Repository Version referenced by HREF
         
     | 
| 
       98 
97 
     | 
    
         
             
                # @option opts [String] :repository_version_added Repository Version referenced by HREF
         
     | 
| 
       99 
98 
     | 
    
         
             
                # @option opts [String] :repository_version_removed Repository Version referenced by HREF
         
     | 
| 
       100 
     | 
    
         
            -
                # @option opts [String] :suite Filter results where suite matches value
         
     | 
| 
       101 
99 
     | 
    
         
             
                # @option opts [Array<String>] :fields A list of fields to include in the response.
         
     | 
| 
       102 
100 
     | 
    
         
             
                # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
         
     | 
| 
       103 
101 
     | 
    
         
             
                # @return [PaginateddebReleaseArchitectureResponseList]
         
     | 
| 
         @@ -110,17 +108,15 @@ module PulpDebClient 
     | 
|
| 
       110 
108 
     | 
    
         
             
                # A ReleaseArchitecture represents a single dpkg architecture string.  Associated artifacts: None; contains only metadata.  Every ReleaseArchitecture is always associated with exactly one Release. This indicates that the release/distribution in question supports this architecture.
         
     | 
| 
       111 
109 
     | 
    
         
             
                # @param [Hash] opts the optional parameters
         
     | 
| 
       112 
110 
     | 
    
         
             
                # @option opts [String] :architecture Filter results where architecture matches value
         
     | 
| 
       113 
     | 
    
         
            -
                # @option opts [String] :codename Filter results where codename matches value
         
     | 
| 
       114 
111 
     | 
    
         
             
                # @option opts [String] :distribution Filter results where distribution matches value
         
     | 
| 
       115 
112 
     | 
    
         
             
                # @option opts [Integer] :limit Number of results to return per page.
         
     | 
| 
       116 
113 
     | 
    
         
             
                # @option opts [Integer] :offset The initial index from which to return the results.
         
     | 
| 
       117 
     | 
    
         
            -
                # @option opts [Array<String>] :ordering 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) * ` 
     | 
| 
      
 114 
     | 
    
         
            +
                # @option opts [Array<String>] :ordering 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)
         
     | 
| 
       118 
115 
     | 
    
         
             
                # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
         
     | 
| 
       119 
116 
     | 
    
         
             
                # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
         
     | 
| 
       120 
117 
     | 
    
         
             
                # @option opts [String] :repository_version Repository Version referenced by HREF
         
     | 
| 
       121 
118 
     | 
    
         
             
                # @option opts [String] :repository_version_added Repository Version referenced by HREF
         
     | 
| 
       122 
119 
     | 
    
         
             
                # @option opts [String] :repository_version_removed Repository Version referenced by HREF
         
     | 
| 
       123 
     | 
    
         
            -
                # @option opts [String] :suite Filter results where suite matches value
         
     | 
| 
       124 
120 
     | 
    
         
             
                # @option opts [Array<String>] :fields A list of fields to include in the response.
         
     | 
| 
       125 
121 
     | 
    
         
             
                # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
         
     | 
| 
       126 
122 
     | 
    
         
             
                # @return [Array<(PaginateddebReleaseArchitectureResponseList, Integer, Hash)>] PaginateddebReleaseArchitectureResponseList data, response status code and response headers
         
     | 
| 
         @@ -128,7 +124,7 @@ module PulpDebClient 
     | 
|
| 
       128 
124 
     | 
    
         
             
                  if @api_client.config.debugging
         
     | 
| 
       129 
125 
     | 
    
         
             
                    @api_client.config.logger.debug 'Calling API: ContentReleaseArchitecturesApi.list ...'
         
     | 
| 
       130 
126 
     | 
    
         
             
                  end
         
     | 
| 
       131 
     | 
    
         
            -
                  allowable_values = ["-architecture", "- 
     | 
| 
      
 127 
     | 
    
         
            +
                  allowable_values = ["-architecture", "-distribution", "-pk", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-pulp_type", "-timestamp_of_interest", "-upstream_id", "architecture", "distribution", "pk", "pulp_created", "pulp_id", "pulp_last_updated", "pulp_type", "timestamp_of_interest", "upstream_id"]
         
     | 
| 
       132 
128 
     | 
    
         
             
                  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
         
     | 
| 
       133 
129 
     | 
    
         
             
                    fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
         
     | 
| 
       134 
130 
     | 
    
         
             
                  end
         
     | 
| 
         @@ -138,7 +134,6 @@ module PulpDebClient 
     | 
|
| 
       138 
134 
     | 
    
         
             
                  # query parameters
         
     | 
| 
       139 
135 
     | 
    
         
             
                  query_params = opts[:query_params] || {}
         
     | 
| 
       140 
136 
     | 
    
         
             
                  query_params[:'architecture'] = opts[:'architecture'] if !opts[:'architecture'].nil?
         
     | 
| 
       141 
     | 
    
         
            -
                  query_params[:'codename'] = opts[:'codename'] if !opts[:'codename'].nil?
         
     | 
| 
       142 
137 
     | 
    
         
             
                  query_params[:'distribution'] = opts[:'distribution'] if !opts[:'distribution'].nil?
         
     | 
| 
       143 
138 
     | 
    
         
             
                  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
         
     | 
| 
       144 
139 
     | 
    
         
             
                  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
         
     | 
| 
         @@ -148,7 +143,6 @@ module PulpDebClient 
     | 
|
| 
       148 
143 
     | 
    
         
             
                  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
         
     | 
| 
       149 
144 
     | 
    
         
             
                  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
         
     | 
| 
       150 
145 
     | 
    
         
             
                  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
         
     | 
| 
       151 
     | 
    
         
            -
                  query_params[:'suite'] = opts[:'suite'] if !opts[:'suite'].nil?
         
     | 
| 
       152 
146 
     | 
    
         
             
                  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
         
     | 
| 
       153 
147 
     | 
    
         
             
                  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
         
     | 
| 
       154 
148 
     | 
    
         |