pulp_file_client 1.6.0.post3 → 1.6.1
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/ContentFilesApi.md +10 -10
- data/docs/ContentSummary.md +3 -3
- data/docs/ContentSummaryResponse.md +3 -3
- data/docs/DistributionsFileApi.md +20 -20
- data/docs/ExportersFilesystemApi.md +22 -21
- data/docs/FileFileRemote.md +7 -1
- data/docs/FileFileRemoteResponse.md +3 -7
- data/docs/PatchedfileFileRemote.md +7 -1
- data/docs/PublicationsFileApi.md +14 -14
- data/docs/RemotesFileApi.md +24 -24
- data/docs/RepositoriesFileApi.md +12 -12
- data/docs/RepositoriesFileVersionsApi.md +28 -28
- data/lib/pulp_file_client/api/content_files_api.rb +10 -10
- data/lib/pulp_file_client/api/distributions_file_api.rb +22 -22
- data/lib/pulp_file_client/api/exporters_filesystem_api.rb +30 -28
- data/lib/pulp_file_client/api/publications_file_api.rb +15 -15
- data/lib/pulp_file_client/api/remotes_file_api.rb +26 -26
- data/lib/pulp_file_client/api/repositories_file_api.rb +13 -13
- data/lib/pulp_file_client/api/repositories_file_versions_api.rb +30 -30
- data/lib/pulp_file_client/models/content_summary.rb +12 -6
- data/lib/pulp_file_client/models/content_summary_response.rb +12 -6
- data/lib/pulp_file_client/models/file_file_remote.rb +36 -2
- data/lib/pulp_file_client/models/file_file_remote_response.rb +14 -35
- data/lib/pulp_file_client/models/patchedfile_file_remote.rb +36 -2
- data/lib/pulp_file_client/version.rb +1 -1
- data/spec/api/content_files_api_spec.rb +5 -5
- data/spec/api/distributions_file_api_spec.rb +10 -10
- data/spec/api/exporters_filesystem_api_spec.rb +11 -11
- data/spec/api/publications_file_api_spec.rb +7 -7
- data/spec/api/remotes_file_api_spec.rb +12 -12
- data/spec/api/repositories_file_api_spec.rb +6 -6
- data/spec/api/repositories_file_versions_api_spec.rb +14 -14
- data/spec/models/file_file_remote_response_spec.rb +6 -18
- data/spec/models/file_file_remote_spec.rb +18 -0
- data/spec/models/patchedfile_file_remote_spec.rb +18 -0
- metadata +33 -33
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: a9d459121dd36fcd1ccd3dd2fa58405bc3a5922607f3867ac58e2871cd4f13be
         | 
| 4 | 
            +
              data.tar.gz: e6dbb201dff16452dad3710942908949d8f8b7162bc0a801bb34f68d7e00383c
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 547678f1b473e958132b7478250aa2556bca3591114fd7e7ae266bf05e489e679c898494d980c905abc199a1d5989f7eabc40e22fff91fcd4f666e6cbc310226
         | 
| 7 | 
            +
              data.tar.gz: a00d93c717a19585910b5030c4eb28a5c9d561f7cb57d9136844adb9379415a088fcd04b12efd729e0fc71588d67c852fbd7ddb51d55509f5660e83fe3185d70
         | 
    
        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: 1.6. | 
| 10 | 
            +
            - Package version: 1.6.1
         | 
| 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_file_client.gemspec | |
| 24 24 | 
             
            Then either install the gem locally:
         | 
| 25 25 |  | 
| 26 26 | 
             
            ```shell
         | 
| 27 | 
            -
            gem install ./pulp_file_client-1.6. | 
| 27 | 
            +
            gem install ./pulp_file_client-1.6.1.gem
         | 
| 28 28 | 
             
            ```
         | 
| 29 29 |  | 
| 30 | 
            -
            (for development, run `gem install --dev ./pulp_file_client-1.6. | 
| 30 | 
            +
            (for development, run `gem install --dev ./pulp_file_client-1.6.1.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_file_client', '~> 1.6. | 
| 36 | 
            +
                gem 'pulp_file_client', '~> 1.6.1'
         | 
| 37 37 |  | 
| 38 38 | 
             
            ### Install from Git
         | 
| 39 39 |  | 
    
        data/docs/ContentFilesApi.md
    CHANGED
    
    | @@ -96,11 +96,11 @@ opts = { | |
| 96 96 | 
             
              limit: 56, # Integer | Number of results to return per page.
         | 
| 97 97 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 98 98 | 
             
              ordering: 'ordering_example', # String | Which field to use when ordering the results.
         | 
| 99 | 
            -
              relative_path: 'relative_path_example', # String | relative_path
         | 
| 100 | 
            -
              repository_version: 'repository_version_example', # String |  | 
| 101 | 
            -
              repository_version_added: 'repository_version_added_example', # String |  | 
| 102 | 
            -
              repository_version_removed: 'repository_version_removed_example', # String |  | 
| 103 | 
            -
              sha256: 'sha256_example', # String |  | 
| 99 | 
            +
              relative_path: 'relative_path_example', # String | Filter results where relative_path matches value
         | 
| 100 | 
            +
              repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
         | 
| 101 | 
            +
              repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
         | 
| 102 | 
            +
              repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
         | 
| 103 | 
            +
              sha256: 'sha256_example', # String | 
         | 
| 104 104 | 
             
              fields: 'fields_example', # String | A list of fields to include in the response.
         | 
| 105 105 | 
             
              exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
         | 
| 106 106 | 
             
            }
         | 
| @@ -122,11 +122,11 @@ Name | Type | Description  | Notes | |
| 122 122 | 
             
             **limit** | **Integer**| Number of results to return per page. | [optional] 
         | 
| 123 123 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 124 124 | 
             
             **ordering** | **String**| Which field to use when ordering the results. | [optional] 
         | 
| 125 | 
            -
             **relative_path** | **String**| relative_path | [optional] 
         | 
| 126 | 
            -
             **repository_version** | **String**|  | 
| 127 | 
            -
             **repository_version_added** | **String**|  | 
| 128 | 
            -
             **repository_version_removed** | **String**|  | 
| 129 | 
            -
             **sha256** | **String**| | 
| 125 | 
            +
             **relative_path** | **String**| Filter results where relative_path matches value | [optional] 
         | 
| 126 | 
            +
             **repository_version** | **String**| Repository Version referenced by HREF | [optional] 
         | 
| 127 | 
            +
             **repository_version_added** | **String**| Repository Version referenced by HREF | [optional] 
         | 
| 128 | 
            +
             **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional] 
         | 
| 129 | 
            +
             **sha256** | **String**|  | [optional] 
         | 
| 130 130 | 
             
             **fields** | **String**| A list of fields to include in the response. | [optional] 
         | 
| 131 131 | 
             
             **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional] 
         | 
| 132 132 |  | 
    
        data/docs/ContentSummary.md
    CHANGED
    
    | @@ -4,9 +4,9 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            -
            **added** |  | 
| 8 | 
            -
            **removed** |  | 
| 9 | 
            -
            **present** |  | 
| 7 | 
            +
            **added** | **Hash<String, Object>** |  | 
         | 
| 8 | 
            +
            **removed** | **Hash<String, Object>** |  | 
         | 
| 9 | 
            +
            **present** | **Hash<String, Object>** |  | 
         | 
| 10 10 |  | 
| 11 11 | 
             
            ## Code Sample
         | 
| 12 12 |  | 
| @@ -4,9 +4,9 @@ | |
| 4 4 |  | 
| 5 5 | 
             
            Name | Type | Description | Notes
         | 
| 6 6 | 
             
            ------------ | ------------- | ------------- | -------------
         | 
| 7 | 
            -
            **added** |  | 
| 8 | 
            -
            **removed** |  | 
| 9 | 
            -
            **present** |  | 
| 7 | 
            +
            **added** | **Hash<String, Object>** |  | 
         | 
| 8 | 
            +
            **removed** | **Hash<String, Object>** |  | 
         | 
| 9 | 
            +
            **present** | **Hash<String, Object>** |  | 
         | 
| 10 10 |  | 
| 11 11 | 
             
            ## Code Sample
         | 
| 12 12 |  | 
| @@ -141,19 +141,19 @@ end | |
| 141 141 |  | 
| 142 142 | 
             
            api_instance = PulpFileClient::DistributionsFileApi.new
         | 
| 143 143 | 
             
            opts = {
         | 
| 144 | 
            -
              base_path: 'base_path_example', # String |  | 
| 145 | 
            -
              base_path__contains: 'base_path__contains_example', # String |  | 
| 146 | 
            -
              base_path__icontains: 'base_path__icontains_example', # String |  | 
| 147 | 
            -
              base_path__in: 'base_path__in_example', # String |  | 
| 144 | 
            +
              base_path: 'base_path_example', # String | 
         | 
| 145 | 
            +
              base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
         | 
| 146 | 
            +
              base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
         | 
| 147 | 
            +
              base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
         | 
| 148 148 | 
             
              limit: 56, # Integer | Number of results to return per page.
         | 
| 149 | 
            -
              name: 'name_example', # String |  | 
| 150 | 
            -
              name__contains: 'name__contains_example', # String |  | 
| 151 | 
            -
              name__icontains: 'name__icontains_example', # String |  | 
| 152 | 
            -
              name__in: 'name__in_example', # String |  | 
| 153 | 
            -
              name__startswith: 'name__startswith_example', # String |  | 
| 149 | 
            +
              name: 'name_example', # String | 
         | 
| 150 | 
            +
              name__contains: 'name__contains_example', # String | Filter results where name contains value
         | 
| 151 | 
            +
              name__icontains: 'name__icontains_example', # String | Filter results where name contains value
         | 
| 152 | 
            +
              name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
         | 
| 153 | 
            +
              name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
         | 
| 154 154 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 155 155 | 
             
              ordering: 'ordering_example', # String | Which field to use when ordering the results.
         | 
| 156 | 
            -
              pulp_label_select: 'pulp_label_select_example', # String |  | 
| 156 | 
            +
              pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
         | 
| 157 157 | 
             
              fields: 'fields_example', # String | A list of fields to include in the response.
         | 
| 158 158 | 
             
              exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
         | 
| 159 159 | 
             
            }
         | 
| @@ -172,19 +172,19 @@ end | |
| 172 172 |  | 
| 173 173 | 
             
            Name | Type | Description  | Notes
         | 
| 174 174 | 
             
            ------------- | ------------- | ------------- | -------------
         | 
| 175 | 
            -
             **base_path** | **String**| | 
| 176 | 
            -
             **base_path__contains** | **String**|  | 
| 177 | 
            -
             **base_path__icontains** | **String**|  | 
| 178 | 
            -
             **base_path__in** | **String | 
| 175 | 
            +
             **base_path** | **String**|  | [optional] 
         | 
| 176 | 
            +
             **base_path__contains** | **String**| Filter results where base_path contains value | [optional] 
         | 
| 177 | 
            +
             **base_path__icontains** | **String**| Filter results where base_path contains value | [optional] 
         | 
| 178 | 
            +
             **base_path__in** | [**Array<String>**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional] 
         | 
| 179 179 | 
             
             **limit** | **Integer**| Number of results to return per page. | [optional] 
         | 
| 180 | 
            -
             **name** | **String**| | 
| 181 | 
            -
             **name__contains** | **String**|  | 
| 182 | 
            -
             **name__icontains** | **String**|  | 
| 183 | 
            -
             **name__in** | **String | 
| 184 | 
            -
             **name__startswith** | **String**|  | 
| 180 | 
            +
             **name** | **String**|  | [optional] 
         | 
| 181 | 
            +
             **name__contains** | **String**| Filter results where name contains value | [optional] 
         | 
| 182 | 
            +
             **name__icontains** | **String**| Filter results where name contains value | [optional] 
         | 
| 183 | 
            +
             **name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional] 
         | 
| 184 | 
            +
             **name__startswith** | **String**| Filter results where name starts with value | [optional] 
         | 
| 185 185 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 186 186 | 
             
             **ordering** | **String**| Which field to use when ordering the results. | [optional] 
         | 
| 187 | 
            -
             **pulp_label_select** | **String**|  | 
| 187 | 
            +
             **pulp_label_select** | **String**| Filter labels by search string | [optional] 
         | 
| 188 188 | 
             
             **fields** | **String**| A list of fields to include in the response. | [optional] 
         | 
| 189 189 | 
             
             **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional] 
         | 
| 190 190 |  | 
| @@ -68,11 +68,11 @@ Name | Type | Description  | Notes | |
| 68 68 |  | 
| 69 69 | 
             
            ## delete
         | 
| 70 70 |  | 
| 71 | 
            -
            > delete(file_file_filesystem_exporter_href)
         | 
| 71 | 
            +
            > AsyncOperationResponse delete(file_file_filesystem_exporter_href)
         | 
| 72 72 |  | 
| 73 73 | 
             
            Delete a file filesystem exporter
         | 
| 74 74 |  | 
| 75 | 
            -
             | 
| 75 | 
            +
            Trigger an asynchronous delete task
         | 
| 76 76 |  | 
| 77 77 | 
             
            ### Example
         | 
| 78 78 |  | 
| @@ -91,7 +91,8 @@ file_file_filesystem_exporter_href = 'file_file_filesystem_exporter_href_example | |
| 91 91 |  | 
| 92 92 | 
             
            begin
         | 
| 93 93 | 
             
              #Delete a file filesystem exporter
         | 
| 94 | 
            -
              api_instance.delete(file_file_filesystem_exporter_href)
         | 
| 94 | 
            +
              result = api_instance.delete(file_file_filesystem_exporter_href)
         | 
| 95 | 
            +
              p result
         | 
| 95 96 | 
             
            rescue PulpFileClient::ApiError => e
         | 
| 96 97 | 
             
              puts "Exception when calling ExportersFilesystemApi->delete: #{e}"
         | 
| 97 98 | 
             
            end
         | 
| @@ -106,7 +107,7 @@ Name | Type | Description  | Notes | |
| 106 107 |  | 
| 107 108 | 
             
            ### Return type
         | 
| 108 109 |  | 
| 109 | 
            -
             | 
| 110 | 
            +
            [**AsyncOperationResponse**](AsyncOperationResponse.md)
         | 
| 110 111 |  | 
| 111 112 | 
             
            ### Authorization
         | 
| 112 113 |  | 
| @@ -115,7 +116,7 @@ nil (empty response body) | |
| 115 116 | 
             
            ### HTTP request headers
         | 
| 116 117 |  | 
| 117 118 | 
             
            - **Content-Type**: Not defined
         | 
| 118 | 
            -
            - **Accept**:  | 
| 119 | 
            +
            - **Accept**: application/json
         | 
| 119 120 |  | 
| 120 121 |  | 
| 121 122 | 
             
            ## list
         | 
| @@ -141,11 +142,11 @@ end | |
| 141 142 | 
             
            api_instance = PulpFileClient::ExportersFilesystemApi.new
         | 
| 142 143 | 
             
            opts = {
         | 
| 143 144 | 
             
              limit: 56, # Integer | Number of results to return per page.
         | 
| 144 | 
            -
              name: 'name_example', # String |  | 
| 145 | 
            -
              name__contains: 'name__contains_example', # String |  | 
| 146 | 
            -
              name__icontains: 'name__icontains_example', # String |  | 
| 147 | 
            -
              name__in: 'name__in_example', # String |  | 
| 148 | 
            -
              name__startswith: 'name__startswith_example', # String |  | 
| 145 | 
            +
              name: 'name_example', # String | 
         | 
| 146 | 
            +
              name__contains: 'name__contains_example', # String | Filter results where name contains value
         | 
| 147 | 
            +
              name__icontains: 'name__icontains_example', # String | Filter results where name contains value
         | 
| 148 | 
            +
              name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
         | 
| 149 | 
            +
              name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
         | 
| 149 150 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 150 151 | 
             
              ordering: 'ordering_example', # String | Which field to use when ordering the results.
         | 
| 151 152 | 
             
              fields: 'fields_example', # String | A list of fields to include in the response.
         | 
| @@ -167,11 +168,11 @@ end | |
| 167 168 | 
             
            Name | Type | Description  | Notes
         | 
| 168 169 | 
             
            ------------- | ------------- | ------------- | -------------
         | 
| 169 170 | 
             
             **limit** | **Integer**| Number of results to return per page. | [optional] 
         | 
| 170 | 
            -
             **name** | **String**| | 
| 171 | 
            -
             **name__contains** | **String**|  | 
| 172 | 
            -
             **name__icontains** | **String**|  | 
| 173 | 
            -
             **name__in** | **String | 
| 174 | 
            -
             **name__startswith** | **String**|  | 
| 171 | 
            +
             **name** | **String**|  | [optional] 
         | 
| 172 | 
            +
             **name__contains** | **String**| Filter results where name contains value | [optional] 
         | 
| 173 | 
            +
             **name__icontains** | **String**| Filter results where name contains value | [optional] 
         | 
| 174 | 
            +
             **name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional] 
         | 
| 175 | 
            +
             **name__startswith** | **String**| Filter results where name starts with value | [optional] 
         | 
| 175 176 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 176 177 | 
             
             **ordering** | **String**| Which field to use when ordering the results. | [optional] 
         | 
| 177 178 | 
             
             **fields** | **String**| A list of fields to include in the response. | [optional] 
         | 
| @@ -193,11 +194,11 @@ Name | Type | Description  | Notes | |
| 193 194 |  | 
| 194 195 | 
             
            ## partial_update
         | 
| 195 196 |  | 
| 196 | 
            -
            >  | 
| 197 | 
            +
            > AsyncOperationResponse partial_update(file_file_filesystem_exporter_href, patchedfile_file_filesystem_exporter)
         | 
| 197 198 |  | 
| 198 199 | 
             
            Update a file filesystem exporter
         | 
| 199 200 |  | 
| 200 | 
            -
             | 
| 201 | 
            +
            Trigger an asynchronous partial update task
         | 
| 201 202 |  | 
| 202 203 | 
             
            ### Example
         | 
| 203 204 |  | 
| @@ -234,7 +235,7 @@ Name | Type | Description  | Notes | |
| 234 235 |  | 
| 235 236 | 
             
            ### Return type
         | 
| 236 237 |  | 
| 237 | 
            -
            [** | 
| 238 | 
            +
            [**AsyncOperationResponse**](AsyncOperationResponse.md)
         | 
| 238 239 |  | 
| 239 240 | 
             
            ### Authorization
         | 
| 240 241 |  | 
| @@ -307,11 +308,11 @@ Name | Type | Description  | Notes | |
| 307 308 |  | 
| 308 309 | 
             
            ## update
         | 
| 309 310 |  | 
| 310 | 
            -
            >  | 
| 311 | 
            +
            > AsyncOperationResponse update(file_file_filesystem_exporter_href, file_file_filesystem_exporter)
         | 
| 311 312 |  | 
| 312 313 | 
             
            Update a file filesystem exporter
         | 
| 313 314 |  | 
| 314 | 
            -
             | 
| 315 | 
            +
            Trigger an asynchronous update task
         | 
| 315 316 |  | 
| 316 317 | 
             
            ### Example
         | 
| 317 318 |  | 
| @@ -348,7 +349,7 @@ Name | Type | Description  | Notes | |
| 348 349 |  | 
| 349 350 | 
             
            ### Return type
         | 
| 350 351 |  | 
| 351 | 
            -
            [** | 
| 352 | 
            +
            [**AsyncOperationResponse**](AsyncOperationResponse.md)
         | 
| 352 353 |  | 
| 353 354 | 
             
            ### Authorization
         | 
| 354 355 |  | 
    
        data/docs/FileFileRemote.md
    CHANGED
    
    | @@ -10,7 +10,9 @@ Name | Type | Description | Notes | |
| 10 10 | 
             
            **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
         | 
| 11 11 | 
             
            **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] 
         | 
| 12 12 | 
             
            **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] 
         | 
| 13 | 
            -
            **proxy_url** | **String** | The proxy URL. Format: scheme:// | 
| 13 | 
            +
            **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] 
         | 
| 14 | 
            +
            **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] 
         | 
| 15 | 
            +
            **proxy_password** | **String** | The password to authenticte to the proxy. | [optional] 
         | 
| 14 16 | 
             
            **username** | **String** | The username to be used for authentication when syncing. | [optional] 
         | 
| 15 17 | 
             
            **password** | **String** | The password to be used for authentication when syncing. | [optional] 
         | 
| 16 18 | 
             
            **pulp_labels** | [**Object**](.md) |  | [optional] 
         | 
| @@ -20,6 +22,7 @@ Name | Type | Description | Notes | |
| 20 22 | 
             
            **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional] 
         | 
| 21 23 | 
             
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional] 
         | 
| 22 24 | 
             
            **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional] 
         | 
| 25 | 
            +
            **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] 
         | 
| 23 26 | 
             
            **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional] 
         | 
| 24 27 |  | 
| 25 28 | 
             
            ## Code Sample
         | 
| @@ -34,6 +37,8 @@ instance = PulpFileClient::FileFileRemote.new(name: null, | |
| 34 37 | 
             
                                             client_key: null,
         | 
| 35 38 | 
             
                                             tls_validation: null,
         | 
| 36 39 | 
             
                                             proxy_url: null,
         | 
| 40 | 
            +
                                             proxy_username: null,
         | 
| 41 | 
            +
                                             proxy_password: null,
         | 
| 37 42 | 
             
                                             username: null,
         | 
| 38 43 | 
             
                                             password: null,
         | 
| 39 44 | 
             
                                             pulp_labels: null,
         | 
| @@ -43,6 +48,7 @@ instance = PulpFileClient::FileFileRemote.new(name: null, | |
| 43 48 | 
             
                                             connect_timeout: null,
         | 
| 44 49 | 
             
                                             sock_connect_timeout: null,
         | 
| 45 50 | 
             
                                             sock_read_timeout: null,
         | 
| 51 | 
            +
                                             headers: null,
         | 
| 46 52 | 
             
                                             rate_limit: null)
         | 
| 47 53 | 
             
            ```
         | 
| 48 54 |  | 
| @@ -10,11 +10,8 @@ Name | Type | Description | Notes | |
| 10 10 | 
             
            **url** | **String** | The URL of an external content source. | 
         | 
| 11 11 | 
             
            **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] 
         | 
| 12 12 | 
             
            **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
         | 
| 13 | 
            -
            **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] 
         | 
| 14 13 | 
             
            **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] 
         | 
| 15 | 
            -
            **proxy_url** | **String** | The proxy URL. Format: scheme:// | 
| 16 | 
            -
            **username** | **String** | The username to be used for authentication when syncing. | [optional] 
         | 
| 17 | 
            -
            **password** | **String** | The password to be used for authentication when syncing. | [optional] 
         | 
| 14 | 
            +
            **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] 
         | 
| 18 15 | 
             
            **pulp_labels** | [**Object**](.md) |  | [optional] 
         | 
| 19 16 | 
             
            **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly] 
         | 
| 20 17 | 
             
            **download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional] 
         | 
| @@ -23,6 +20,7 @@ Name | Type | Description | Notes | |
| 23 20 | 
             
            **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional] 
         | 
| 24 21 | 
             
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional] 
         | 
| 25 22 | 
             
            **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional] 
         | 
| 23 | 
            +
            **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] 
         | 
| 26 24 | 
             
            **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional] 
         | 
| 27 25 |  | 
| 28 26 | 
             
            ## Code Sample
         | 
| @@ -36,11 +34,8 @@ instance = PulpFileClient::FileFileRemoteResponse.new(pulp_href: null, | |
| 36 34 | 
             
                                             url: null,
         | 
| 37 35 | 
             
                                             ca_cert: null,
         | 
| 38 36 | 
             
                                             client_cert: null,
         | 
| 39 | 
            -
                                             client_key: null,
         | 
| 40 37 | 
             
                                             tls_validation: null,
         | 
| 41 38 | 
             
                                             proxy_url: null,
         | 
| 42 | 
            -
                                             username: null,
         | 
| 43 | 
            -
                                             password: null,
         | 
| 44 39 | 
             
                                             pulp_labels: null,
         | 
| 45 40 | 
             
                                             pulp_last_updated: null,
         | 
| 46 41 | 
             
                                             download_concurrency: null,
         | 
| @@ -49,6 +44,7 @@ instance = PulpFileClient::FileFileRemoteResponse.new(pulp_href: null, | |
| 49 44 | 
             
                                             connect_timeout: null,
         | 
| 50 45 | 
             
                                             sock_connect_timeout: null,
         | 
| 51 46 | 
             
                                             sock_read_timeout: null,
         | 
| 47 | 
            +
                                             headers: null,
         | 
| 52 48 | 
             
                                             rate_limit: null)
         | 
| 53 49 | 
             
            ```
         | 
| 54 50 |  | 
| @@ -10,7 +10,9 @@ Name | Type | Description | Notes | |
| 10 10 | 
             
            **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] 
         | 
| 11 11 | 
             
            **client_key** | **String** | A PEM encoded private key used for authentication. | [optional] 
         | 
| 12 12 | 
             
            **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] 
         | 
| 13 | 
            -
            **proxy_url** | **String** | The proxy URL. Format: scheme:// | 
| 13 | 
            +
            **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional] 
         | 
| 14 | 
            +
            **proxy_username** | **String** | The username to authenticte to the proxy. | [optional] 
         | 
| 15 | 
            +
            **proxy_password** | **String** | The password to authenticte to the proxy. | [optional] 
         | 
| 14 16 | 
             
            **username** | **String** | The username to be used for authentication when syncing. | [optional] 
         | 
| 15 17 | 
             
            **password** | **String** | The password to be used for authentication when syncing. | [optional] 
         | 
| 16 18 | 
             
            **pulp_labels** | [**Object**](.md) |  | [optional] 
         | 
| @@ -20,6 +22,7 @@ Name | Type | Description | Notes | |
| 20 22 | 
             
            **connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. | [optional] 
         | 
| 21 23 | 
             
            **sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. | [optional] 
         | 
| 22 24 | 
             
            **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. | [optional] 
         | 
| 25 | 
            +
            **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] 
         | 
| 23 26 | 
             
            **rate_limit** | **Integer** | Limits total download rate in requests per second | [optional] 
         | 
| 24 27 |  | 
| 25 28 | 
             
            ## Code Sample
         | 
| @@ -34,6 +37,8 @@ instance = PulpFileClient::PatchedfileFileRemote.new(name: null, | |
| 34 37 | 
             
                                             client_key: null,
         | 
| 35 38 | 
             
                                             tls_validation: null,
         | 
| 36 39 | 
             
                                             proxy_url: null,
         | 
| 40 | 
            +
                                             proxy_username: null,
         | 
| 41 | 
            +
                                             proxy_password: null,
         | 
| 37 42 | 
             
                                             username: null,
         | 
| 38 43 | 
             
                                             password: null,
         | 
| 39 44 | 
             
                                             pulp_labels: null,
         | 
| @@ -43,6 +48,7 @@ instance = PulpFileClient::PatchedfileFileRemote.new(name: null, | |
| 43 48 | 
             
                                             connect_timeout: null,
         | 
| 44 49 | 
             
                                             sock_connect_timeout: null,
         | 
| 45 50 | 
             
                                             sock_read_timeout: null,
         | 
| 51 | 
            +
                                             headers: null,
         | 
| 46 52 | 
             
                                             rate_limit: null)
         | 
| 47 53 | 
             
            ```
         | 
| 48 54 |  | 
    
        data/docs/PublicationsFileApi.md
    CHANGED
    
    | @@ -141,13 +141,13 @@ opts = { | |
| 141 141 | 
             
              limit: 56, # Integer | Number of results to return per page.
         | 
| 142 142 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 143 143 | 
             
              ordering: 'ordering_example', # String | Which field to use when ordering the results.
         | 
| 144 | 
            -
              pulp_created: ' | 
| 145 | 
            -
              pulp_created__gt: ' | 
| 146 | 
            -
              pulp_created__gte: ' | 
| 147 | 
            -
              pulp_created__lt: ' | 
| 148 | 
            -
              pulp_created__lte: ' | 
| 149 | 
            -
              pulp_created__range: ' | 
| 150 | 
            -
              repository_version: 'repository_version_example', # String |  | 
| 144 | 
            +
              pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
         | 
| 145 | 
            +
              pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
         | 
| 146 | 
            +
              pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
         | 
| 147 | 
            +
              pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
         | 
| 148 | 
            +
              pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
         | 
| 149 | 
            +
              pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
         | 
| 150 | 
            +
              repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
         | 
| 151 151 | 
             
              fields: 'fields_example', # String | A list of fields to include in the response.
         | 
| 152 152 | 
             
              exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
         | 
| 153 153 | 
             
            }
         | 
| @@ -169,13 +169,13 @@ Name | Type | Description  | Notes | |
| 169 169 | 
             
             **limit** | **Integer**| Number of results to return per page. | [optional] 
         | 
| 170 170 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 171 171 | 
             
             **ordering** | **String**| Which field to use when ordering the results. | [optional] 
         | 
| 172 | 
            -
             **pulp_created** | ** | 
| 173 | 
            -
             **pulp_created__gt** | ** | 
| 174 | 
            -
             **pulp_created__gte** | ** | 
| 175 | 
            -
             **pulp_created__lt** | ** | 
| 176 | 
            -
             **pulp_created__lte** | ** | 
| 177 | 
            -
             **pulp_created__range** | ** | 
| 178 | 
            -
             **repository_version** | **String | 
| 172 | 
            +
             **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional] 
         | 
| 173 | 
            +
             **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional] 
         | 
| 174 | 
            +
             **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional] 
         | 
| 175 | 
            +
             **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional] 
         | 
| 176 | 
            +
             **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional] 
         | 
| 177 | 
            +
             **pulp_created__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional] 
         | 
| 178 | 
            +
             **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional] 
         | 
| 179 179 | 
             
             **fields** | **String**| A list of fields to include in the response. | [optional] 
         | 
| 180 180 | 
             
             **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional] 
         | 
| 181 181 |  | 
    
        data/docs/RemotesFileApi.md
    CHANGED
    
    | @@ -142,20 +142,20 @@ end | |
| 142 142 | 
             
            api_instance = PulpFileClient::RemotesFileApi.new
         | 
| 143 143 | 
             
            opts = {
         | 
| 144 144 | 
             
              limit: 56, # Integer | Number of results to return per page.
         | 
| 145 | 
            -
              name: 'name_example', # String |  | 
| 146 | 
            -
              name__contains: 'name__contains_example', # String |  | 
| 147 | 
            -
              name__icontains: 'name__icontains_example', # String |  | 
| 148 | 
            -
              name__in: 'name__in_example', # String |  | 
| 149 | 
            -
              name__startswith: 'name__startswith_example', # String |  | 
| 145 | 
            +
              name: 'name_example', # String | 
         | 
| 146 | 
            +
              name__contains: 'name__contains_example', # String | Filter results where name contains value
         | 
| 147 | 
            +
              name__icontains: 'name__icontains_example', # String | Filter results where name contains value
         | 
| 148 | 
            +
              name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
         | 
| 149 | 
            +
              name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
         | 
| 150 150 | 
             
              offset: 56, # Integer | The initial index from which to return the results.
         | 
| 151 151 | 
             
              ordering: 'ordering_example', # String | Which field to use when ordering the results.
         | 
| 152 | 
            -
              pulp_label_select: 'pulp_label_select_example', # String |  | 
| 153 | 
            -
              pulp_last_updated: ' | 
| 154 | 
            -
              pulp_last_updated__gt: ' | 
| 155 | 
            -
              pulp_last_updated__gte: ' | 
| 156 | 
            -
              pulp_last_updated__lt: ' | 
| 157 | 
            -
              pulp_last_updated__lte: ' | 
| 158 | 
            -
              pulp_last_updated__range: ' | 
| 152 | 
            +
              pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
         | 
| 153 | 
            +
              pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
         | 
| 154 | 
            +
              pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
         | 
| 155 | 
            +
              pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
         | 
| 156 | 
            +
              pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
         | 
| 157 | 
            +
              pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
         | 
| 158 | 
            +
              pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
         | 
| 159 159 | 
             
              fields: 'fields_example', # String | A list of fields to include in the response.
         | 
| 160 160 | 
             
              exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
         | 
| 161 161 | 
             
            }
         | 
| @@ -175,20 +175,20 @@ end | |
| 175 175 | 
             
            Name | Type | Description  | Notes
         | 
| 176 176 | 
             
            ------------- | ------------- | ------------- | -------------
         | 
| 177 177 | 
             
             **limit** | **Integer**| Number of results to return per page. | [optional] 
         | 
| 178 | 
            -
             **name** | **String**| | 
| 179 | 
            -
             **name__contains** | **String**|  | 
| 180 | 
            -
             **name__icontains** | **String**|  | 
| 181 | 
            -
             **name__in** | **String | 
| 182 | 
            -
             **name__startswith** | **String**|  | 
| 178 | 
            +
             **name** | **String**|  | [optional] 
         | 
| 179 | 
            +
             **name__contains** | **String**| Filter results where name contains value | [optional] 
         | 
| 180 | 
            +
             **name__icontains** | **String**| Filter results where name contains value | [optional] 
         | 
| 181 | 
            +
             **name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional] 
         | 
| 182 | 
            +
             **name__startswith** | **String**| Filter results where name starts with value | [optional] 
         | 
| 183 183 | 
             
             **offset** | **Integer**| The initial index from which to return the results. | [optional] 
         | 
| 184 184 | 
             
             **ordering** | **String**| Which field to use when ordering the results. | [optional] 
         | 
| 185 | 
            -
             **pulp_label_select** | **String**|  | 
| 186 | 
            -
             **pulp_last_updated** | ** | 
| 187 | 
            -
             **pulp_last_updated__gt** | ** | 
| 188 | 
            -
             **pulp_last_updated__gte** | ** | 
| 189 | 
            -
             **pulp_last_updated__lt** | ** | 
| 190 | 
            -
             **pulp_last_updated__lte** | ** | 
| 191 | 
            -
             **pulp_last_updated__range** | ** | 
| 185 | 
            +
             **pulp_label_select** | **String**| Filter labels by search string | [optional] 
         | 
| 186 | 
            +
             **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional] 
         | 
| 187 | 
            +
             **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional] 
         | 
| 188 | 
            +
             **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional] 
         | 
| 189 | 
            +
             **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional] 
         | 
| 190 | 
            +
             **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional] 
         | 
| 191 | 
            +
             **pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional] 
         | 
| 192 192 | 
             
             **fields** | **String**| A list of fields to include in the response. | [optional] 
         | 
| 193 193 | 
             
             **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional] 
         | 
| 194 194 |  |