pulpcore_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: f408f2ca0f5b5b2c29f4ff98ecb6588db886781b703d6a2cc8dcdd3884a5702a
4
- data.tar.gz: f7d6e3044fea7a57608f5ea9b1f563f069e0638cdf06d380c1e1ab531869fb8f
3
+ metadata.gz: ff53b9d026abbe376f8ba92f7f4e5c57fa71a23c8f862b14580007078d71c2ac
4
+ data.tar.gz: 299b4083ca824f9848d90bb0129e968b1e758bc4c5a1f8daa85927e01555f000
5
5
  SHA512:
6
- metadata.gz: 9efac851c3bbe40e7396ef781cd24641e5a28ee72edcf82c1eea19c42a03e0a27350e0d9f15c6ca78310abfd6f09243d74f2eb6021072040727e8e0cd023cb7e
7
- data.tar.gz: 60665493427b9b04e6c7d7c18f1e030bff39eeefc316fb4530d3e53b00bb8c1720bacb0b391da2555d6bb2b9a3e2b2898a651b52ad89926ae06bd4306b402dfc
6
+ metadata.gz: 8ec7f7bca2a18881c943f426a08206ba41bee9ea157b7046bf427a3fc9434e5b6267857ed74c24d463ba9394b1814fddcb274b65a7fb6a93f1a12ae460986ea2
7
+ data.tar.gz: 8aedf24559d7017b89e841a9ba15fb073f8fcebb7761272cd2837b0af8b498b26909c4bfb2c59c8c287be9753a1c1f10fc89156d6cd23e874f9fe441bf858298
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 pulpcore_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulpcore_client-3.117.2.gem
28
+ gem install ./pulpcore_client-3.118.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.117.2.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_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 'pulpcore_client', '~> 3.117.2'
37
+ gem 'pulpcore_client', '~> 3.118.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,19 +4,19 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
8
- | **content_guard** | **String** | An optional content-guard. | [optional] |
9
- | **pulp_href** | **String** | | [optional][readonly] |
7
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
+ | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
9
+ | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
10
10
  | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
11
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
12
+ | **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
11
13
  | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
14
+ | **content_guard** | **String** | An optional content-guard. | [optional] |
12
15
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
- | **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
14
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
15
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
16
- | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
17
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
18
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
19
16
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
17
+ | **pulp_href** | **String** | | [optional][readonly] |
18
+ | **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | |
19
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
20
20
 
21
21
  ## Example
22
22
 
@@ -24,19 +24,19 @@
24
24
  require 'pulpcore_client'
25
25
 
26
26
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
27
- base_path: null,
28
- content_guard: null,
29
- pulp_href: null,
27
+ pulp_created: null,
28
+ no_content_change_since: null,
29
+ repository_version: null,
30
30
  base_url: null,
31
+ name: null,
32
+ content_guard_prn: null,
31
33
  pulp_last_updated: null,
34
+ content_guard: null,
32
35
  hidden: null,
33
- content_guard_prn: null,
34
- name: null,
35
- no_content_change_since: null,
36
- repository_version: null,
37
- pulp_labels: null,
38
- pulp_created: null,
39
- prn: null
36
+ prn: null,
37
+ pulp_href: null,
38
+ base_path: null,
39
+ pulp_labels: null
40
40
  )
41
41
  ```
42
42
 
data/docs/ContentApi.md CHANGED
@@ -30,6 +30,7 @@ end
30
30
  api_instance = PulpcoreClient::ContentApi.new
31
31
  opts = {
32
32
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
33
+ added_between: ['inner_example'], # Array<String> |
33
34
  limit: 56, # Integer | Number of results to return per page.
34
35
  offset: 56, # Integer | The initial index from which to return the results.
35
36
  ordering: ['-pk'], # Array<String> | Ordering * `pk` - Pk * `-pk` - Pk (descending)
@@ -41,6 +42,7 @@ opts = {
41
42
  pulp_type: 'core.openpgp_publickey', # String | Pulp type * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
42
43
  pulp_type__in: ['core.openpgp_publickey'], # Array<String> | Multiple values may be separated by commas. * `core.publishedmetadata` - core.publishedmetadata * `core.openpgp_publickey` - core.openpgp_publickey * `core.openpgp_publicsubkey` - core.openpgp_publicsubkey * `core.openpgp_userid` - core.openpgp_userid * `core.openpgp_userattribute` - core.openpgp_userattribute * `core.openpgp_signature` - core.openpgp_signature * `file.file` - file.file
43
44
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
45
+ removed_between: ['inner_example'], # Array<String> |
44
46
  repository_version: 'repository_version_example', # String |
45
47
  repository_version_added: 'repository_version_added_example', # String |
46
48
  repository_version_removed: 'repository_version_removed_example', # String |
@@ -80,6 +82,7 @@ end
80
82
  | Name | Type | Description | Notes |
81
83
  | ---- | ---- | ----------- | ----- |
82
84
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
85
+ | **added_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
83
86
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
84
87
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
85
88
  | **ordering** | [**Array&lt;String&gt;**](String.md) | Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -91,6 +94,7 @@ end
91
94
  | **pulp_type** | **String** | Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file | [optional] |
92
95
  | **pulp_type__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file | [optional] |
93
96
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
97
+ | **removed_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
94
98
  | **repository_version** | **String** | | [optional] |
95
99
  | **repository_version_added** | **String** | | [optional] |
96
100
  | **repository_version_removed** | **String** | | [optional] |
@@ -120,6 +120,7 @@ end
120
120
  api_instance = PulpcoreClient::ContentOpenpgpPublickeyApi.new
121
121
  opts = {
122
122
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
123
+ added_between: ['inner_example'], # Array<String> |
123
124
  fingerprint: 'fingerprint_example', # String | Filter results where fingerprint matches value
124
125
  limit: 56, # Integer | Number of results to return per page.
125
126
  offset: 56, # Integer | The initial index from which to return the results.
@@ -130,6 +131,7 @@ opts = {
130
131
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
131
132
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
132
133
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
134
+ removed_between: ['inner_example'], # Array<String> |
133
135
  repository_version: 'repository_version_example', # String |
134
136
  repository_version_added: 'repository_version_added_example', # String |
135
137
  repository_version_removed: 'repository_version_removed_example', # String |
@@ -169,6 +171,7 @@ end
169
171
  | Name | Type | Description | Notes |
170
172
  | ---- | ---- | ----------- | ----- |
171
173
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
174
+ | **added_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
172
175
  | **fingerprint** | **String** | Filter results where fingerprint matches value | [optional] |
173
176
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
174
177
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
@@ -179,6 +182,7 @@ end
179
182
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
180
183
  | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
181
184
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
185
+ | **removed_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
182
186
  | **repository_version** | **String** | | [optional] |
183
187
  | **repository_version_added** | **String** | | [optional] |
184
188
  | **repository_version_removed** | **String** | | [optional] |
@@ -33,6 +33,7 @@ end
33
33
  api_instance = PulpcoreClient::ContentOpenpgpPublicsubkeyApi.new
34
34
  opts = {
35
35
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
+ added_between: ['inner_example'], # Array<String> |
36
37
  fingerprint: 'fingerprint_example', # String | Filter results where fingerprint matches value
37
38
  limit: 56, # Integer | Number of results to return per page.
38
39
  offset: 56, # Integer | The initial index from which to return the results.
@@ -43,6 +44,7 @@ opts = {
43
44
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
44
45
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
45
46
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
47
+ removed_between: ['inner_example'], # Array<String> |
46
48
  repository_version: 'repository_version_example', # String |
47
49
  repository_version_added: 'repository_version_added_example', # String |
48
50
  repository_version_removed: 'repository_version_removed_example', # String |
@@ -82,6 +84,7 @@ end
82
84
  | Name | Type | Description | Notes |
83
85
  | ---- | ---- | ----------- | ----- |
84
86
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
87
+ | **added_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
85
88
  | **fingerprint** | **String** | Filter results where fingerprint matches value | [optional] |
86
89
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
87
90
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
@@ -92,6 +95,7 @@ end
92
95
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
93
96
  | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
94
97
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
98
+ | **removed_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
95
99
  | **repository_version** | **String** | | [optional] |
96
100
  | **repository_version_added** | **String** | | [optional] |
97
101
  | **repository_version_removed** | **String** | | [optional] |
@@ -33,6 +33,7 @@ end
33
33
  api_instance = PulpcoreClient::ContentOpenpgpSignatureApi.new
34
34
  opts = {
35
35
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
+ added_between: ['inner_example'], # Array<String> |
36
37
  issuer: 'issuer_example', # String | Filter results where issuer matches value
37
38
  limit: 56, # Integer | Number of results to return per page.
38
39
  offset: 56, # Integer | The initial index from which to return the results.
@@ -43,6 +44,7 @@ opts = {
43
44
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
44
45
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
45
46
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
47
+ removed_between: ['inner_example'], # Array<String> |
46
48
  repository_version: 'repository_version_example', # String |
47
49
  repository_version_added: 'repository_version_added_example', # String |
48
50
  repository_version_removed: 'repository_version_removed_example', # String |
@@ -82,6 +84,7 @@ end
82
84
  | Name | Type | Description | Notes |
83
85
  | ---- | ---- | ----------- | ----- |
84
86
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
87
+ | **added_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
85
88
  | **issuer** | **String** | Filter results where issuer matches value | [optional] |
86
89
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
87
90
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
@@ -92,6 +95,7 @@ end
92
95
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
93
96
  | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
94
97
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
98
+ | **removed_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
95
99
  | **repository_version** | **String** | | [optional] |
96
100
  | **repository_version_added** | **String** | | [optional] |
97
101
  | **repository_version_removed** | **String** | | [optional] |
@@ -33,6 +33,7 @@ end
33
33
  api_instance = PulpcoreClient::ContentOpenpgpUserattributeApi.new
34
34
  opts = {
35
35
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
+ added_between: ['inner_example'], # Array<String> |
36
37
  limit: 56, # Integer | Number of results to return per page.
37
38
  offset: 56, # Integer | The initial index from which to return the results.
38
39
  ordering: ['-pk'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `raw_data` - Raw data * `-raw_data` - Raw data (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -42,6 +43,7 @@ opts = {
42
43
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
43
44
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
44
45
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
46
+ removed_between: ['inner_example'], # Array<String> |
45
47
  repository_version: 'repository_version_example', # String |
46
48
  repository_version_added: 'repository_version_added_example', # String |
47
49
  repository_version_removed: 'repository_version_removed_example', # String |
@@ -82,6 +84,7 @@ end
82
84
  | Name | Type | Description | Notes |
83
85
  | ---- | ---- | ----------- | ----- |
84
86
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
87
+ | **added_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
85
88
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
86
89
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
87
90
  | **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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -91,6 +94,7 @@ end
91
94
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
92
95
  | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
93
96
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
97
+ | **removed_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
94
98
  | **repository_version** | **String** | | [optional] |
95
99
  | **repository_version_added** | **String** | | [optional] |
96
100
  | **repository_version_removed** | **String** | | [optional] |
@@ -33,6 +33,7 @@ end
33
33
  api_instance = PulpcoreClient::ContentOpenpgpUseridApi.new
34
34
  opts = {
35
35
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
36
+ added_between: ['inner_example'], # Array<String> |
36
37
  limit: 56, # Integer | Number of results to return per page.
37
38
  offset: 56, # Integer | The initial index from which to return the results.
38
39
  ordering: ['-pk'], # 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) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `raw_data` - Raw data * `-raw_data` - Raw data (descending) * `user_id` - User id * `-user_id` - User id (descending) * `pk` - Pk * `-pk` - Pk (descending)
@@ -42,6 +43,7 @@ opts = {
42
43
  pulp_id__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
43
44
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
44
45
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
46
+ removed_between: ['inner_example'], # Array<String> |
45
47
  repository_version: 'repository_version_example', # String |
46
48
  repository_version_added: 'repository_version_added_example', # String |
47
49
  repository_version_removed: 'repository_version_removed_example', # String |
@@ -90,6 +92,7 @@ end
90
92
  | Name | Type | Description | Notes |
91
93
  | ---- | ---- | ----------- | ----- |
92
94
  | **x_task_diagnostics** | [**Array&lt;String&gt;**](String.md) | List of profilers to use on tasks. | [optional] |
95
+ | **added_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
93
96
  | **limit** | **Integer** | Number of results to return per page. | [optional] |
94
97
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
95
98
  | **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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;user_id&#x60; - User id * &#x60;-user_id&#x60; - User id (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
@@ -99,6 +102,7 @@ end
99
102
  | **pulp_id__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
100
103
  | **pulp_label_select** | **String** | Filter labels by search string | [optional] |
101
104
  | **q** | **String** | Filter results by using NOT, AND and OR operations on other filters | [optional] |
105
+ | **removed_between** | [**Array&lt;String&gt;**](String.md) | | [optional] |
102
106
  | **repository_version** | **String** | | [optional] |
103
107
  | **repository_version_added** | **String** | | [optional] |
104
108
  | **repository_version_removed** | **String** | | [optional] |
data/docs/Purge.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format &#39;%Y-%m-%d[T%H:%M:%S]&#39; | [optional][default to &#39;2026-08-12&#39;] |
7
+ | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format &#39;%Y-%m-%d[T%H:%M:%S]&#39; | [optional][default to &#39;2026-08-16&#39;] |
8
8
  | **states** | [**Array&lt;StatesEnum&gt;**](StatesEnum.md) | List of task-states to be purged. Only &#39;final&#39; states are allowed. | [optional] |
9
9
 
10
10
  ## Example
@@ -23,6 +23,7 @@ module PulpcoreClient
23
23
  # Endpoint to list all content.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
+ # @option opts [Array<String>] :added_between
26
27
  # @option opts [Integer] :limit Number of results to return per page.
27
28
  # @option opts [Integer] :offset The initial index from which to return the results.
28
29
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -34,6 +35,7 @@ module PulpcoreClient
34
35
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file
35
36
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file
36
37
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
38
+ # @option opts [Array<String>] :removed_between
37
39
  # @option opts [String] :repository_version
38
40
  # @option opts [String] :repository_version_added
39
41
  # @option opts [String] :repository_version_removed
@@ -49,6 +51,7 @@ module PulpcoreClient
49
51
  # Endpoint to list all content.
50
52
  # @param [Hash] opts the optional parameters
51
53
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
54
+ # @option opts [Array<String>] :added_between
52
55
  # @option opts [Integer] :limit Number of results to return per page.
53
56
  # @option opts [Integer] :offset The initial index from which to return the results.
54
57
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -60,6 +63,7 @@ module PulpcoreClient
60
63
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file
61
64
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file
62
65
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
66
+ # @option opts [Array<String>] :removed_between
63
67
  # @option opts [String] :repository_version
64
68
  # @option opts [String] :repository_version_added
65
69
  # @option opts [String] :repository_version_removed
@@ -87,6 +91,7 @@ module PulpcoreClient
87
91
 
88
92
  # query parameters
89
93
  query_params = opts[:query_params] || {}
94
+ query_params[:'added_between'] = @api_client.build_collection_param(opts[:'added_between'], :csv) if !opts[:'added_between'].nil?
90
95
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
91
96
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
92
97
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -98,6 +103,7 @@ module PulpcoreClient
98
103
  query_params[:'pulp_type'] = opts[:'pulp_type'] if !opts[:'pulp_type'].nil?
99
104
  query_params[:'pulp_type__in'] = @api_client.build_collection_param(opts[:'pulp_type__in'], :csv) if !opts[:'pulp_type__in'].nil?
100
105
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
106
+ query_params[:'removed_between'] = @api_client.build_collection_param(opts[:'removed_between'], :csv) if !opts[:'removed_between'].nil?
101
107
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
102
108
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
103
109
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -113,6 +113,7 @@ module PulpcoreClient
113
113
  # A ViewSet for uploads that do not require to store an uploaded content as an Artifact.
114
114
  # @param [Hash] opts the optional parameters
115
115
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
116
+ # @option opts [Array<String>] :added_between
116
117
  # @option opts [String] :fingerprint Filter results where fingerprint matches value
117
118
  # @option opts [Integer] :limit Number of results to return per page.
118
119
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -123,6 +124,7 @@ module PulpcoreClient
123
124
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
124
125
  # @option opts [String] :pulp_label_select Filter labels by search string
125
126
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
127
+ # @option opts [Array<String>] :removed_between
126
128
  # @option opts [String] :repository_version
127
129
  # @option opts [String] :repository_version_added
128
130
  # @option opts [String] :repository_version_removed
@@ -138,6 +140,7 @@ module PulpcoreClient
138
140
  # A ViewSet for uploads that do not require to store an uploaded content as an Artifact.
139
141
  # @param [Hash] opts the optional parameters
140
142
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
143
+ # @option opts [Array<String>] :added_between
141
144
  # @option opts [String] :fingerprint Filter results where fingerprint matches value
142
145
  # @option opts [Integer] :limit Number of results to return per page.
143
146
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -148,6 +151,7 @@ module PulpcoreClient
148
151
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
149
152
  # @option opts [String] :pulp_label_select Filter labels by search string
150
153
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
154
+ # @option opts [Array<String>] :removed_between
151
155
  # @option opts [String] :repository_version
152
156
  # @option opts [String] :repository_version_added
153
157
  # @option opts [String] :repository_version_removed
@@ -167,6 +171,7 @@ module PulpcoreClient
167
171
 
168
172
  # query parameters
169
173
  query_params = opts[:query_params] || {}
174
+ query_params[:'added_between'] = @api_client.build_collection_param(opts[:'added_between'], :csv) if !opts[:'added_between'].nil?
170
175
  query_params[:'fingerprint'] = opts[:'fingerprint'] if !opts[:'fingerprint'].nil?
171
176
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
172
177
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
@@ -177,6 +182,7 @@ module PulpcoreClient
177
182
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
178
183
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
179
184
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
185
+ query_params[:'removed_between'] = @api_client.build_collection_param(opts[:'removed_between'], :csv) if !opts[:'removed_between'].nil?
180
186
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
181
187
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
182
188
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -23,6 +23,7 @@ module PulpcoreClient
23
23
  # Content viewset that supports only GET by default.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
+ # @option opts [Array<String>] :added_between
26
27
  # @option opts [String] :fingerprint Filter results where fingerprint matches value
27
28
  # @option opts [Integer] :limit Number of results to return per page.
28
29
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -33,6 +34,7 @@ module PulpcoreClient
33
34
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
34
35
  # @option opts [String] :pulp_label_select Filter labels by search string
35
36
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
37
+ # @option opts [Array<String>] :removed_between
36
38
  # @option opts [String] :repository_version
37
39
  # @option opts [String] :repository_version_added
38
40
  # @option opts [String] :repository_version_removed
@@ -48,6 +50,7 @@ module PulpcoreClient
48
50
  # Content viewset that supports only GET by default.
49
51
  # @param [Hash] opts the optional parameters
50
52
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
+ # @option opts [Array<String>] :added_between
51
54
  # @option opts [String] :fingerprint Filter results where fingerprint matches value
52
55
  # @option opts [Integer] :limit Number of results to return per page.
53
56
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -58,6 +61,7 @@ module PulpcoreClient
58
61
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
59
62
  # @option opts [String] :pulp_label_select Filter labels by search string
60
63
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
64
+ # @option opts [Array<String>] :removed_between
61
65
  # @option opts [String] :repository_version
62
66
  # @option opts [String] :repository_version_added
63
67
  # @option opts [String] :repository_version_removed
@@ -77,6 +81,7 @@ module PulpcoreClient
77
81
 
78
82
  # query parameters
79
83
  query_params = opts[:query_params] || {}
84
+ query_params[:'added_between'] = @api_client.build_collection_param(opts[:'added_between'], :csv) if !opts[:'added_between'].nil?
80
85
  query_params[:'fingerprint'] = opts[:'fingerprint'] if !opts[:'fingerprint'].nil?
81
86
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
82
87
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
@@ -87,6 +92,7 @@ module PulpcoreClient
87
92
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
88
93
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
89
94
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
95
+ query_params[:'removed_between'] = @api_client.build_collection_param(opts[:'removed_between'], :csv) if !opts[:'removed_between'].nil?
90
96
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
91
97
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
92
98
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -23,6 +23,7 @@ module PulpcoreClient
23
23
  # Content viewset that supports only GET by default.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
+ # @option opts [Array<String>] :added_between
26
27
  # @option opts [String] :issuer Filter results where issuer matches value
27
28
  # @option opts [Integer] :limit Number of results to return per page.
28
29
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -33,6 +34,7 @@ module PulpcoreClient
33
34
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
34
35
  # @option opts [String] :pulp_label_select Filter labels by search string
35
36
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
37
+ # @option opts [Array<String>] :removed_between
36
38
  # @option opts [String] :repository_version
37
39
  # @option opts [String] :repository_version_added
38
40
  # @option opts [String] :repository_version_removed
@@ -48,6 +50,7 @@ module PulpcoreClient
48
50
  # Content viewset that supports only GET by default.
49
51
  # @param [Hash] opts the optional parameters
50
52
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
+ # @option opts [Array<String>] :added_between
51
54
  # @option opts [String] :issuer Filter results where issuer matches value
52
55
  # @option opts [Integer] :limit Number of results to return per page.
53
56
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -58,6 +61,7 @@ module PulpcoreClient
58
61
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
59
62
  # @option opts [String] :pulp_label_select Filter labels by search string
60
63
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
64
+ # @option opts [Array<String>] :removed_between
61
65
  # @option opts [String] :repository_version
62
66
  # @option opts [String] :repository_version_added
63
67
  # @option opts [String] :repository_version_removed
@@ -77,6 +81,7 @@ module PulpcoreClient
77
81
 
78
82
  # query parameters
79
83
  query_params = opts[:query_params] || {}
84
+ query_params[:'added_between'] = @api_client.build_collection_param(opts[:'added_between'], :csv) if !opts[:'added_between'].nil?
80
85
  query_params[:'issuer'] = opts[:'issuer'] if !opts[:'issuer'].nil?
81
86
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
82
87
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
@@ -87,6 +92,7 @@ module PulpcoreClient
87
92
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
88
93
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
89
94
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
95
+ query_params[:'removed_between'] = @api_client.build_collection_param(opts[:'removed_between'], :csv) if !opts[:'removed_between'].nil?
90
96
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
91
97
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
92
98
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -23,6 +23,7 @@ module PulpcoreClient
23
23
  # Content viewset that supports only GET by default.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
+ # @option opts [Array<String>] :added_between
26
27
  # @option opts [Integer] :limit Number of results to return per page.
27
28
  # @option opts [Integer] :offset The initial index from which to return the results.
28
29
  # @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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -32,6 +33,7 @@ module PulpcoreClient
32
33
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
33
34
  # @option opts [String] :pulp_label_select Filter labels by search string
34
35
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
36
+ # @option opts [Array<String>] :removed_between
35
37
  # @option opts [String] :repository_version
36
38
  # @option opts [String] :repository_version_added
37
39
  # @option opts [String] :repository_version_removed
@@ -48,6 +50,7 @@ module PulpcoreClient
48
50
  # Content viewset that supports only GET by default.
49
51
  # @param [Hash] opts the optional parameters
50
52
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
53
+ # @option opts [Array<String>] :added_between
51
54
  # @option opts [Integer] :limit Number of results to return per page.
52
55
  # @option opts [Integer] :offset The initial index from which to return the results.
53
56
  # @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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -57,6 +60,7 @@ module PulpcoreClient
57
60
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
58
61
  # @option opts [String] :pulp_label_select Filter labels by search string
59
62
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
63
+ # @option opts [Array<String>] :removed_between
60
64
  # @option opts [String] :repository_version
61
65
  # @option opts [String] :repository_version_added
62
66
  # @option opts [String] :repository_version_removed
@@ -77,6 +81,7 @@ module PulpcoreClient
77
81
 
78
82
  # query parameters
79
83
  query_params = opts[:query_params] || {}
84
+ query_params[:'added_between'] = @api_client.build_collection_param(opts[:'added_between'], :csv) if !opts[:'added_between'].nil?
80
85
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
81
86
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
82
87
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -86,6 +91,7 @@ module PulpcoreClient
86
91
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
87
92
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
88
93
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
94
+ query_params[:'removed_between'] = @api_client.build_collection_param(opts[:'removed_between'], :csv) if !opts[:'removed_between'].nil?
89
95
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
90
96
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
91
97
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -23,6 +23,7 @@ module PulpcoreClient
23
23
  # Content viewset that supports only GET by default.
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
26
+ # @option opts [Array<String>] :added_between
26
27
  # @option opts [Integer] :limit Number of results to return per page.
27
28
  # @option opts [Integer] :offset The initial index from which to return the results.
28
29
  # @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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;user_id&#x60; - User id * &#x60;-user_id&#x60; - User id (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -32,6 +33,7 @@ module PulpcoreClient
32
33
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
33
34
  # @option opts [String] :pulp_label_select Filter labels by search string
34
35
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
36
+ # @option opts [Array<String>] :removed_between
35
37
  # @option opts [String] :repository_version
36
38
  # @option opts [String] :repository_version_added
37
39
  # @option opts [String] :repository_version_removed
@@ -56,6 +58,7 @@ module PulpcoreClient
56
58
  # Content viewset that supports only GET by default.
57
59
  # @param [Hash] opts the optional parameters
58
60
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
61
+ # @option opts [Array<String>] :added_between
59
62
  # @option opts [Integer] :limit Number of results to return per page.
60
63
  # @option opts [Integer] :offset The initial index from which to return the results.
61
64
  # @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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;user_id&#x60; - User id * &#x60;-user_id&#x60; - User id (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -65,6 +68,7 @@ module PulpcoreClient
65
68
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
66
69
  # @option opts [String] :pulp_label_select Filter labels by search string
67
70
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
71
+ # @option opts [Array<String>] :removed_between
68
72
  # @option opts [String] :repository_version
69
73
  # @option opts [String] :repository_version_added
70
74
  # @option opts [String] :repository_version_removed
@@ -93,6 +97,7 @@ module PulpcoreClient
93
97
 
94
98
  # query parameters
95
99
  query_params = opts[:query_params] || {}
100
+ query_params[:'added_between'] = @api_client.build_collection_param(opts[:'added_between'], :csv) if !opts[:'added_between'].nil?
96
101
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
97
102
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
98
103
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
@@ -102,6 +107,7 @@ module PulpcoreClient
102
107
  query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
103
108
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
104
109
  query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
110
+ query_params[:'removed_between'] = @api_client.build_collection_param(opts[:'removed_between'], :csv) if !opts[:'removed_between'].nil?
105
111
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
106
112
  query_params[:'repository_version_added'] = opts[:'repository_version_added'] if !opts[:'repository_version_added'].nil?
107
113
  query_params[:'repository_version_removed'] = opts[:'repository_version_removed'] if !opts[:'repository_version_removed'].nil?
@@ -16,59 +16,59 @@ require 'time'
16
16
  module PulpcoreClient
17
17
  # A serializer for ArtifactDistribution.
18
18
  class ArtifactDistributionResponse
19
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
20
- attr_accessor :base_path
19
+ # Timestamp of creation.
20
+ attr_accessor :pulp_created
21
21
 
22
- # An optional content-guard.
23
- attr_accessor :content_guard
22
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
23
+ attr_accessor :no_content_change_since
24
24
 
25
- attr_accessor :pulp_href
25
+ # RepositoryVersion to be served
26
+ attr_accessor :repository_version
26
27
 
27
28
  # The URL for accessing the publication as defined by this distribution.
28
29
  attr_accessor :base_url
29
30
 
31
+ # A unique name. Ex, `rawhide` and `stable`.
32
+ attr_accessor :name
33
+
34
+ # The Pulp Resource Name (PRN) of the associated optional content guard.
35
+ attr_accessor :content_guard_prn
36
+
30
37
  # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
31
38
  attr_accessor :pulp_last_updated
32
39
 
40
+ # An optional content-guard.
41
+ attr_accessor :content_guard
42
+
33
43
  # Whether this distribution should be shown in the content app.
34
44
  attr_accessor :hidden
35
45
 
36
- # The Pulp Resource Name (PRN) of the associated optional content guard.
37
- attr_accessor :content_guard_prn
38
-
39
- # A unique name. Ex, `rawhide` and `stable`.
40
- attr_accessor :name
46
+ # The Pulp Resource Name (PRN).
47
+ attr_accessor :prn
41
48
 
42
- # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
43
- attr_accessor :no_content_change_since
49
+ attr_accessor :pulp_href
44
50
 
45
- # RepositoryVersion to be served
46
- attr_accessor :repository_version
51
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
52
+ attr_accessor :base_path
47
53
 
48
54
  attr_accessor :pulp_labels
49
55
 
50
- # Timestamp of creation.
51
- attr_accessor :pulp_created
52
-
53
- # The Pulp Resource Name (PRN).
54
- attr_accessor :prn
55
-
56
56
  # Attribute mapping from ruby-style variable name to JSON key.
57
57
  def self.attribute_map
58
58
  {
59
- :'base_path' => :'base_path',
60
- :'content_guard' => :'content_guard',
61
- :'pulp_href' => :'pulp_href',
59
+ :'pulp_created' => :'pulp_created',
60
+ :'no_content_change_since' => :'no_content_change_since',
61
+ :'repository_version' => :'repository_version',
62
62
  :'base_url' => :'base_url',
63
+ :'name' => :'name',
64
+ :'content_guard_prn' => :'content_guard_prn',
63
65
  :'pulp_last_updated' => :'pulp_last_updated',
66
+ :'content_guard' => :'content_guard',
64
67
  :'hidden' => :'hidden',
65
- :'content_guard_prn' => :'content_guard_prn',
66
- :'name' => :'name',
67
- :'no_content_change_since' => :'no_content_change_since',
68
- :'repository_version' => :'repository_version',
69
- :'pulp_labels' => :'pulp_labels',
70
- :'pulp_created' => :'pulp_created',
71
- :'prn' => :'prn'
68
+ :'prn' => :'prn',
69
+ :'pulp_href' => :'pulp_href',
70
+ :'base_path' => :'base_path',
71
+ :'pulp_labels' => :'pulp_labels'
72
72
  }
73
73
  end
74
74
 
@@ -80,27 +80,27 @@ module PulpcoreClient
80
80
  # Attribute type mapping.
81
81
  def self.openapi_types
82
82
  {
83
- :'base_path' => :'String',
84
- :'content_guard' => :'String',
85
- :'pulp_href' => :'String',
83
+ :'pulp_created' => :'Time',
84
+ :'no_content_change_since' => :'String',
85
+ :'repository_version' => :'String',
86
86
  :'base_url' => :'String',
87
+ :'name' => :'String',
88
+ :'content_guard_prn' => :'String',
87
89
  :'pulp_last_updated' => :'Time',
90
+ :'content_guard' => :'String',
88
91
  :'hidden' => :'Boolean',
89
- :'content_guard_prn' => :'String',
90
- :'name' => :'String',
91
- :'no_content_change_since' => :'String',
92
- :'repository_version' => :'String',
93
- :'pulp_labels' => :'Hash<String, String>',
94
- :'pulp_created' => :'Time',
95
- :'prn' => :'String'
92
+ :'prn' => :'String',
93
+ :'pulp_href' => :'String',
94
+ :'base_path' => :'String',
95
+ :'pulp_labels' => :'Hash<String, String>'
96
96
  }
97
97
  end
98
98
 
99
99
  # List of attributes with nullable: true
100
100
  def self.openapi_nullable
101
101
  Set.new([
102
- :'content_guard',
103
102
  :'repository_version',
103
+ :'content_guard',
104
104
  ])
105
105
  end
106
106
 
@@ -119,50 +119,58 @@ module PulpcoreClient
119
119
  h[k.to_sym] = v
120
120
  }
121
121
 
122
- if attributes.key?(:'base_path')
123
- self.base_path = attributes[:'base_path']
124
- else
125
- self.base_path = nil
122
+ if attributes.key?(:'pulp_created')
123
+ self.pulp_created = attributes[:'pulp_created']
126
124
  end
127
125
 
128
- if attributes.key?(:'content_guard')
129
- self.content_guard = attributes[:'content_guard']
126
+ if attributes.key?(:'no_content_change_since')
127
+ self.no_content_change_since = attributes[:'no_content_change_since']
130
128
  end
131
129
 
132
- if attributes.key?(:'pulp_href')
133
- self.pulp_href = attributes[:'pulp_href']
130
+ if attributes.key?(:'repository_version')
131
+ self.repository_version = attributes[:'repository_version']
134
132
  end
135
133
 
136
134
  if attributes.key?(:'base_url')
137
135
  self.base_url = attributes[:'base_url']
138
136
  end
139
137
 
138
+ if attributes.key?(:'name')
139
+ self.name = attributes[:'name']
140
+ else
141
+ self.name = nil
142
+ end
143
+
144
+ if attributes.key?(:'content_guard_prn')
145
+ self.content_guard_prn = attributes[:'content_guard_prn']
146
+ end
147
+
140
148
  if attributes.key?(:'pulp_last_updated')
141
149
  self.pulp_last_updated = attributes[:'pulp_last_updated']
142
150
  end
143
151
 
152
+ if attributes.key?(:'content_guard')
153
+ self.content_guard = attributes[:'content_guard']
154
+ end
155
+
144
156
  if attributes.key?(:'hidden')
145
157
  self.hidden = attributes[:'hidden']
146
158
  else
147
159
  self.hidden = false
148
160
  end
149
161
 
150
- if attributes.key?(:'content_guard_prn')
151
- self.content_guard_prn = attributes[:'content_guard_prn']
152
- end
153
-
154
- if attributes.key?(:'name')
155
- self.name = attributes[:'name']
156
- else
157
- self.name = nil
162
+ if attributes.key?(:'prn')
163
+ self.prn = attributes[:'prn']
158
164
  end
159
165
 
160
- if attributes.key?(:'no_content_change_since')
161
- self.no_content_change_since = attributes[:'no_content_change_since']
166
+ if attributes.key?(:'pulp_href')
167
+ self.pulp_href = attributes[:'pulp_href']
162
168
  end
163
169
 
164
- if attributes.key?(:'repository_version')
165
- self.repository_version = attributes[:'repository_version']
170
+ if attributes.key?(:'base_path')
171
+ self.base_path = attributes[:'base_path']
172
+ else
173
+ self.base_path = nil
166
174
  end
167
175
 
168
176
  if attributes.key?(:'pulp_labels')
@@ -170,14 +178,6 @@ module PulpcoreClient
170
178
  self.pulp_labels = value
171
179
  end
172
180
  end
173
-
174
- if attributes.key?(:'pulp_created')
175
- self.pulp_created = attributes[:'pulp_created']
176
- end
177
-
178
- if attributes.key?(:'prn')
179
- self.prn = attributes[:'prn']
180
- end
181
181
  end
182
182
 
183
183
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -185,14 +185,14 @@ module PulpcoreClient
185
185
  def list_invalid_properties
186
186
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
187
187
  invalid_properties = Array.new
188
- if @base_path.nil?
189
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
190
- end
191
-
192
188
  if @name.nil?
193
189
  invalid_properties.push('invalid value for "name", name cannot be nil.')
194
190
  end
195
191
 
192
+ if @base_path.nil?
193
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
194
+ end
195
+
196
196
  invalid_properties
197
197
  end
198
198
 
@@ -200,8 +200,8 @@ module PulpcoreClient
200
200
  # @return true if the model is valid
201
201
  def valid?
202
202
  warn '[DEPRECATED] the `valid?` method is obsolete'
203
- return false if @base_path.nil?
204
203
  return false if @name.nil?
204
+ return false if @base_path.nil?
205
205
  true
206
206
  end
207
207
 
@@ -210,19 +210,19 @@ module PulpcoreClient
210
210
  def ==(o)
211
211
  return true if self.equal?(o)
212
212
  self.class == o.class &&
213
- base_path == o.base_path &&
214
- content_guard == o.content_guard &&
215
- pulp_href == o.pulp_href &&
213
+ pulp_created == o.pulp_created &&
214
+ no_content_change_since == o.no_content_change_since &&
215
+ repository_version == o.repository_version &&
216
216
  base_url == o.base_url &&
217
+ name == o.name &&
218
+ content_guard_prn == o.content_guard_prn &&
217
219
  pulp_last_updated == o.pulp_last_updated &&
220
+ content_guard == o.content_guard &&
218
221
  hidden == o.hidden &&
219
- content_guard_prn == o.content_guard_prn &&
220
- name == o.name &&
221
- no_content_change_since == o.no_content_change_since &&
222
- repository_version == o.repository_version &&
223
- pulp_labels == o.pulp_labels &&
224
- pulp_created == o.pulp_created &&
225
- prn == o.prn
222
+ prn == o.prn &&
223
+ pulp_href == o.pulp_href &&
224
+ base_path == o.base_path &&
225
+ pulp_labels == o.pulp_labels
226
226
  end
227
227
 
228
228
  # @see the `==` method
@@ -234,7 +234,7 @@ module PulpcoreClient
234
234
  # Calculates hash code according to all attributes.
235
235
  # @return [Integer] Hash code
236
236
  def hash
237
- [base_path, content_guard, pulp_href, base_url, pulp_last_updated, hidden, content_guard_prn, name, no_content_change_since, repository_version, pulp_labels, pulp_created, prn].hash
237
+ [pulp_created, no_content_change_since, repository_version, base_url, name, content_guard_prn, pulp_last_updated, content_guard, hidden, prn, pulp_href, base_path, pulp_labels].hash
238
238
  end
239
239
 
240
240
  # Builds the object from hash
@@ -66,7 +66,7 @@ module PulpcoreClient
66
66
  if attributes.key?(:'finished_before')
67
67
  self.finished_before = attributes[:'finished_before']
68
68
  else
69
- self.finished_before = '2026-08-12'
69
+ self.finished_before = '2026-08-16'
70
70
  end
71
71
 
72
72
  if attributes.key?(:'states')
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.117.2'
14
+ VERSION = '3.118.0'
15
15
  end
@@ -37,6 +37,7 @@ describe 'ContentApi' do
37
37
  # Endpoint to list all content.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
+ # @option opts [Array<String>] :added_between
40
41
  # @option opts [Integer] :limit Number of results to return per page.
41
42
  # @option opts [Integer] :offset The initial index from which to return the results.
42
43
  # @option opts [Array<String>] :ordering Ordering * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -48,6 +49,7 @@ describe 'ContentApi' do
48
49
  # @option opts [String] :pulp_type Pulp type * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file
49
50
  # @option opts [Array<String>] :pulp_type__in Multiple values may be separated by commas. * &#x60;core.publishedmetadata&#x60; - core.publishedmetadata * &#x60;core.openpgp_publickey&#x60; - core.openpgp_publickey * &#x60;core.openpgp_publicsubkey&#x60; - core.openpgp_publicsubkey * &#x60;core.openpgp_userid&#x60; - core.openpgp_userid * &#x60;core.openpgp_userattribute&#x60; - core.openpgp_userattribute * &#x60;core.openpgp_signature&#x60; - core.openpgp_signature * &#x60;file.file&#x60; - file.file
50
51
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
52
+ # @option opts [Array<String>] :removed_between
51
53
  # @option opts [String] :repository_version
52
54
  # @option opts [String] :repository_version_added
53
55
  # @option opts [String] :repository_version_removed
@@ -56,6 +56,7 @@ describe 'ContentOpenpgpPublickeyApi' do
56
56
  # A ViewSet for uploads that do not require to store an uploaded content as an Artifact.
57
57
  # @param [Hash] opts the optional parameters
58
58
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
59
+ # @option opts [Array<String>] :added_between
59
60
  # @option opts [String] :fingerprint Filter results where fingerprint matches value
60
61
  # @option opts [Integer] :limit Number of results to return per page.
61
62
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -66,6 +67,7 @@ describe 'ContentOpenpgpPublickeyApi' do
66
67
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
67
68
  # @option opts [String] :pulp_label_select Filter labels by search string
68
69
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
70
+ # @option opts [Array<String>] :removed_between
69
71
  # @option opts [String] :repository_version
70
72
  # @option opts [String] :repository_version_added
71
73
  # @option opts [String] :repository_version_removed
@@ -37,6 +37,7 @@ describe 'ContentOpenpgpPublicsubkeyApi' do
37
37
  # Content viewset that supports only GET by default.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
+ # @option opts [Array<String>] :added_between
40
41
  # @option opts [String] :fingerprint Filter results where fingerprint matches value
41
42
  # @option opts [Integer] :limit Number of results to return per page.
42
43
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -47,6 +48,7 @@ describe 'ContentOpenpgpPublicsubkeyApi' do
47
48
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
48
49
  # @option opts [String] :pulp_label_select Filter labels by search string
49
50
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
51
+ # @option opts [Array<String>] :removed_between
50
52
  # @option opts [String] :repository_version
51
53
  # @option opts [String] :repository_version_added
52
54
  # @option opts [String] :repository_version_removed
@@ -37,6 +37,7 @@ describe 'ContentOpenpgpSignatureApi' do
37
37
  # Content viewset that supports only GET by default.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
+ # @option opts [Array<String>] :added_between
40
41
  # @option opts [String] :issuer Filter results where issuer matches value
41
42
  # @option opts [Integer] :limit Number of results to return per page.
42
43
  # @option opts [Integer] :offset The initial index from which to return the results.
@@ -47,6 +48,7 @@ describe 'ContentOpenpgpSignatureApi' do
47
48
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
48
49
  # @option opts [String] :pulp_label_select Filter labels by search string
49
50
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
51
+ # @option opts [Array<String>] :removed_between
50
52
  # @option opts [String] :repository_version
51
53
  # @option opts [String] :repository_version_added
52
54
  # @option opts [String] :repository_version_removed
@@ -37,6 +37,7 @@ describe 'ContentOpenpgpUserattributeApi' do
37
37
  # Content viewset that supports only GET by default.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
+ # @option opts [Array<String>] :added_between
40
41
  # @option opts [Integer] :limit Number of results to return per page.
41
42
  # @option opts [Integer] :offset The initial index from which to return the results.
42
43
  # @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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;sha256&#x60; - Sha256 * &#x60;-sha256&#x60; - Sha256 (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -46,6 +47,7 @@ describe 'ContentOpenpgpUserattributeApi' do
46
47
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
47
48
  # @option opts [String] :pulp_label_select Filter labels by search string
48
49
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
50
+ # @option opts [Array<String>] :removed_between
49
51
  # @option opts [String] :repository_version
50
52
  # @option opts [String] :repository_version_added
51
53
  # @option opts [String] :repository_version_removed
@@ -37,6 +37,7 @@ describe 'ContentOpenpgpUseridApi' do
37
37
  # Content viewset that supports only GET by default.
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
40
+ # @option opts [Array<String>] :added_between
40
41
  # @option opts [Integer] :limit Number of results to return per page.
41
42
  # @option opts [Integer] :offset The initial index from which to return the results.
42
43
  # @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;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;timestamp_of_interest&#x60; - Timestamp of interest * &#x60;-timestamp_of_interest&#x60; - Timestamp of interest (descending) * &#x60;raw_data&#x60; - Raw data * &#x60;-raw_data&#x60; - Raw data (descending) * &#x60;user_id&#x60; - User id * &#x60;-user_id&#x60; - User id (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
@@ -46,6 +47,7 @@ describe 'ContentOpenpgpUseridApi' do
46
47
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
47
48
  # @option opts [String] :pulp_label_select Filter labels by search string
48
49
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
50
+ # @option opts [Array<String>] :removed_between
49
51
  # @option opts [String] :repository_version
50
52
  # @option opts [String] :repository_version_added
51
53
  # @option opts [String] :repository_version_removed
@@ -27,19 +27,19 @@ describe PulpcoreClient::ArtifactDistributionResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "base_path"' do
30
+ describe 'test attribute "pulp_created"' do
31
31
  it 'should work' do
32
32
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
33
  end
34
34
  end
35
35
 
36
- describe 'test attribute "content_guard"' do
36
+ describe 'test attribute "no_content_change_since"' do
37
37
  it 'should work' do
38
38
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "pulp_href"' do
42
+ describe 'test attribute "repository_version"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
@@ -51,55 +51,55 @@ describe PulpcoreClient::ArtifactDistributionResponse do
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "pulp_last_updated"' do
54
+ describe 'test attribute "name"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "hidden"' do
60
+ describe 'test attribute "content_guard_prn"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "content_guard_prn"' do
66
+ describe 'test attribute "pulp_last_updated"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "name"' do
72
+ describe 'test attribute "content_guard"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "no_content_change_since"' do
78
+ describe 'test attribute "hidden"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "repository_version"' do
84
+ describe 'test attribute "prn"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "pulp_labels"' do
90
+ describe 'test attribute "pulp_href"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "pulp_created"' do
96
+ describe 'test attribute "base_path"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "prn"' do
102
+ describe 'test attribute "pulp_labels"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_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