pulp_file_client 3.117.2 → 3.118.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87c2fff8b8884a0c73cdcb70ee55dddc4cc6c91ce18762676567f67d5d2dbc54
4
- data.tar.gz: 6cd4a7d83b1fc67a88d66022711b9d6939be4dbe37919a7d5a10d599cfd6e8d8
3
+ metadata.gz: 0f379452b3d11bbb2124c73c75d14ac9af5c6da3a246933a903605b13e2c1ee6
4
+ data.tar.gz: d8642cb30f67af81b2360c1eb84ccfd0775eb93988c3610c415c6009eadf420a
5
5
  SHA512:
6
- metadata.gz: f72aae7611884c2cbdd82f79c714fc0205e151a350a587596fa69250bdfd154b56b384a0746980e47771e31a1b4e27a3681276b79eb867ae7efd684e91d3de8c
7
- data.tar.gz: d1f9c0801145ac69e3dbe050073f7b09a25a56f0472d652709fbbc625a38be0830392085eb26a07daaba89c5f5985f6d9c60ba4f66ce4655d6bacf0ddbb72b7d
6
+ metadata.gz: 49ae5e757339376d7a69fd72239bc0df00dfad8ff9dcc7c2d5925794d554878f37cfdf65f74f52f8f65bfcb155a651ec3a78e5fb41ecb6f8bf1f7aba2f601e7a
7
+ data.tar.gz: 6ec091601640267e03f9ed9222dd47e62c3a7cc3bbd144e7145f3718c170c8967bbf11cc79b9ce2f49289f4820a513bb35054c3ae5e6b8deb1e327ac44995f2c
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: 3.117.2
10
+ - Package version: 3.118.0
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_file_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_file_client-3.117.2.gem
28
+ gem install ./pulp_file_client-3.118.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_file_client-3.117.2.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_file_client-3.118.0.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_file_client', '~> 3.117.2'
37
+ gem 'pulp_file_client', '~> 3.118.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -125,6 +125,7 @@ end
125
125
  api_instance = PulpFileClient::ContentFilesApi.new
126
126
  opts = {
127
127
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
128
+ added_between: ['inner_example'], # Array<String> |
128
129
  digest: 'digest_example', # String | Filter results where digest matches value
129
130
  limit: 56, # Integer | Number of results to return per page.
130
131
  offset: 56, # Integer | The initial index from which to return the results.
@@ -144,6 +145,7 @@ opts = {
144
145
  relative_path__istartswith: 'relative_path__istartswith_example', # String | Filter results where relative_path starts with value
145
146
  relative_path__regex: 'relative_path__regex_example', # String | Filter results where relative_path matches regex value
146
147
  relative_path__startswith: 'relative_path__startswith_example', # String | Filter results where relative_path starts with value
148
+ removed_between: ['inner_example'], # Array<String> |
147
149
  repository_version: 'repository_version_example', # String |
148
150
  repository_version_added: 'repository_version_added_example', # String |
149
151
  repository_version_removed: 'repository_version_removed_example', # String |
@@ -184,6 +186,7 @@ end
184
186
  | Name | Type | Description | Notes |
185
187
  | ---- | ---- | ----------- | ----- |
186
188
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
189
+ | **added_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
187
190
  | **digest** | **String** | Filter results where digest matches value | [optional] |
188
191
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
189
192
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
@@ -203,6 +206,7 @@ end
203
206
  | **relative_path__istartswith** | **String** | Filter results where relative_path starts with value | [optional] |
204
207
  | **relative_path__regex** | **String** | Filter results where relative_path matches regex value | [optional] |
205
208
  | **relative_path__startswith** | **String** | Filter results where relative_path starts with value | [optional] |
209
+ | **removed_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
206
210
  | **repository_version** | **String** | | [optional] |
207
211
  | **repository_version_added** | **String** | | [optional] |
208
212
  | **repository_version_removed** | **String** | | [optional] |
@@ -127,6 +127,7 @@ module PulpFileClient
127
127
  # FileContent represents a single file and its metadata, which can be added and removed from repositories.
128
128
  # @param [Hash] opts the optional parameters
129
129
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
130
+ # @option opts [Array<String>] :added_between
130
131
  # @option opts [String] :digest Filter results where digest matches value
131
132
  # @option opts [Integer] :limit Number of results to return per page.
132
133
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -146,6 +147,7 @@ module PulpFileClient
146
147
  # @option opts [String] :relative_path__istartswith Filter results where relative_path starts with value
147
148
  # @option opts [String] :relative_path__regex Filter results where relative_path matches regex value
148
149
  # @option opts [String] :relative_path__startswith Filter results where relative_path starts with value
150
+ # @option opts [Array<String>] :removed_between
149
151
  # @option opts [String] :repository_version
150
152
  # @option opts [String] :repository_version_added
151
153
  # @option opts [String] :repository_version_removed
@@ -162,6 +164,7 @@ module PulpFileClient
162
164
  # FileContent represents a single file and its metadata, which can be added and removed from repositories.
163
165
  # @param [Hash] opts the optional parameters
164
166
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
167
+ # @option opts [Array<String>] :added_between
165
168
  # @option opts [String] :digest Filter results where digest matches value
166
169
  # @option opts [Integer] :limit Number of results to return per page.
167
170
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -181,6 +184,7 @@ module PulpFileClient
181
184
  # @option opts [String] :relative_path__istartswith Filter results where relative_path starts with value
182
185
  # @option opts [String] :relative_path__regex Filter results where relative_path matches regex value
183
186
  # @option opts [String] :relative_path__startswith Filter results where relative_path starts with value
187
+ # @option opts [Array<String>] :removed_between
184
188
  # @option opts [String] :repository_version
185
189
  # @option opts [String] :repository_version_added
186
190
  # @option opts [String] :repository_version_removed
@@ -201,6 +205,7 @@ module PulpFileClient
201
205
 
202
206
  # query parameters
203
207
  query_params = opts[:query_params] || {}
208
+ query_params[:'added_between'] = @api_client.build_collection_param(opts[:'added_between'], :csv) if !opts[:'added_between'].nil?
204
209
  query_params[:'digest'] = opts[:'digest'] if !opts[:'digest'].nil?
205
210
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
206
211
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
@@ -220,6 +225,7 @@ module PulpFileClient
220
225
  query_params[:'relative_path__istartswith'] = opts[:'relative_path__istartswith'] if !opts[:'relative_path__istartswith'].nil?
221
226
  query_params[:'relative_path__regex'] = opts[:'relative_path__regex'] if !opts[:'relative_path__regex'].nil?
222
227
  query_params[:'relative_path__startswith'] = opts[:'relative_path__startswith'] if !opts[:'relative_path__startswith'].nil?
228
+ query_params[:'removed_between'] = @api_client.build_collection_param(opts[:'removed_between'], :csv) if !opts[:'removed_between'].nil?
223
229
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
224
230
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
225
231
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.117.2'
14
+ VERSION = '3.118.0'
15
15
  end
@@ -58,6 +58,7 @@ describe 'ContentFilesApi' do
58
58
  # FileContent represents a single file and its metadata, which can be added and removed from repositories.
59
59
  # @param [Hash] opts the optional parameters
60
60
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
61
+ # @option opts [Array<String>] :added_between
61
62
  # @option opts [String] :digest Filter results where digest matches value
62
63
  # @option opts [Integer] :limit Number of results to return per page.
63
64
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -77,6 +78,7 @@ describe 'ContentFilesApi' do
77
78
  # @option opts [String] :relative_path__istartswith Filter results where relative_path starts with value
78
79
  # @option opts [String] :relative_path__regex Filter results where relative_path matches regex value
79
80
  # @option opts [String] :relative_path__startswith Filter results where relative_path starts with value
81
+ # @option opts [Array<String>] :removed_between
80
82
  # @option opts [String] :repository_version
81
83
  # @option opts [String] :repository_version_added
82
84
  # @option opts [String] :repository_version_removed
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.117.2
4
+ version: 3.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-11 00:00:00.000000000 Z
11
+ date: 2026-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday