pulp_file_client 3.44.0 → 3.45.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: a46c11294b90af36c1d41f0e26cc65aa5321e3e2e6e590efeea8667ee4373599
4
- data.tar.gz: bc76492be97bc7547b124ad1dc30b8d3e9aea8a03cbb827fd7dcc5f0f8e62339
3
+ metadata.gz: 431dfd360971503ede3215d53cf022a7b7232d64b716f10d63a7bb0419bc313c
4
+ data.tar.gz: 9ca57841675199bd0463d0c960b90b0a531ceb007d65cd18e1b4e7c134883f79
5
5
  SHA512:
6
- metadata.gz: 65a4c95911d6b165721c9f5ec12e265df85b43f0dc3ba0eb3d9c1e517afaefa8dafa303188abe42f455baecba4f5513cebb9c29cb7ec99309bf8f40406b3f36e
7
- data.tar.gz: 3a0016eb33efd736491494806eb71d4c5f89f9e6aff3f501861937fdaa8fd8e92afe48922a36cacb786a0a5681a4fcdbdf7246a60a86b07cfda346c521d74930
6
+ metadata.gz: d44068fe55de7b5619946d793e0468e00c9c33b3c7c8aaccfeaf429a1511d2bca3cacf8e0b666e6cfb744c54450a639be96a80a2135b45e6480b94a267c97ae7
7
+ data.tar.gz: '0638a475e5fe420a1e97aab82c21e8bc6a84f58ec8cb738467e78becfc7c7ccd409614b4ebe64acd8654a3893ce55162b5615167d31efe4d0dc5074bc979e387'
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.44.0
10
+ - Package version: 3.45.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_file_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_file_client-3.44.0.gem
27
+ gem install ./pulp_file_client-3.45.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-3.44.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-3.45.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_file_client', '~> 3.44.0'
36
+ gem 'pulp_file_client', '~> 3.45.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -98,6 +98,7 @@ opts = {
98
98
  limit: 56, # Integer | Number of results to return per page.
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
100
  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) * `relative_path` - Relative path * `-relative_path` - Relative path (descending) * `digest` - Digest * `-digest` - Digest (descending) * `pk` - Pk * `-pk` - Pk (descending)
101
+ orphaned_for: 3.4, # Float | Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
101
102
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
102
103
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
103
104
  q: 'q_example', # String |
@@ -127,6 +128,7 @@ Name | Type | Description | Notes
127
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
128
129
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
129
130
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
131
+ **orphaned_for** | **Float**| Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME. | [optional]
130
132
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
131
133
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
132
134
  **q** | **String**| | [optional]
@@ -106,6 +106,7 @@ module PulpFileClient
106
106
  # @option opts [Integer] :limit Number of results to return per page.
107
107
  # @option opts [Integer] :offset The initial index from which to return the results.
108
108
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
109
+ # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
109
110
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
110
111
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
111
112
  # @option opts [String] :q
@@ -128,6 +129,7 @@ module PulpFileClient
128
129
  # @option opts [Integer] :limit Number of results to return per page.
129
130
  # @option opts [Integer] :offset The initial index from which to return the results.
130
131
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
132
+ # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
131
133
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
132
134
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
133
135
  # @option opts [String] :q
@@ -155,6 +157,7 @@ module PulpFileClient
155
157
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
156
158
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
157
159
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
160
+ query_params[:'orphaned_for'] = opts[:'orphaned_for'] if !opts[:'orphaned_for'].nil?
158
161
  query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
159
162
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
160
163
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.44.0'
14
+ VERSION = '3.45.0'
15
15
  end
@@ -55,6 +55,7 @@ describe 'ContentFilesApi' do
55
55
  # @option opts [Integer] :limit Number of results to return per page.
56
56
  # @option opts [Integer] :offset The initial index from which to return the results.
57
57
  # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;upstream_id&#x60; - Upstream id * &#x60;-upstream_id&#x60; - Upstream id (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;relative_path&#x60; - Relative path * &#x60;-relative_path&#x60; - Relative path (descending) * &#x60;digest&#x60; - Digest * &#x60;-digest&#x60; - Digest (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
58
+ # @option opts [Float] :orphaned_for Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
58
59
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
59
60
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
60
61
  # @option opts [String] :q
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.44.0
4
+ version: 3.45.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: 2024-01-16 00:00:00.000000000 Z
11
+ date: 2024-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday