pulpcore_client 3.87.1 → 3.89.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: 2b6124ec8c0afb1a1f8e8cceb38c8bcb3c674321cfe3e56db9313d862759aa5f
4
- data.tar.gz: f03df1d01d6ee4eb7a9d512af282b5663ed2325b1f57ddfc524d3db0fa13631c
3
+ metadata.gz: 125ff580c3970e3fe4a5dd274e09206840b0ed33a441dc241f7051dd039f1eae
4
+ data.tar.gz: d8300db177bd08459697e886b943ab516216411e34a5ab5c95e05bc368deda89
5
5
  SHA512:
6
- metadata.gz: 8dd07ccabe852e04d9c382af574c7b179d37c6690a1ff0fb7701b2ef3291fabd658b388fa973777889541aabc08e4bd2826f96d58cea2af69ef2bf574b5e81f9
7
- data.tar.gz: 0e4f0616f5970b50b9f5f1bc594bc641ab8be2efc721f983e5fb8326ec4ab13203347fd64475a283d32639685a6235a21f56d647ed6dcb129da5d9e356f7c5b0
6
+ metadata.gz: 9f34e5887b68bf4f1b68c5aeaf576a7f7d58f6087db2c8ed7d599f66eab41198380b1204b67ac9e41f829f515883aa81cca9af558909ecce6b90765bd61b4531
7
+ data.tar.gz: 5cb359dd39379feade03a2b2d6f2fd3bf1931138322cca9898da51e8b0b95dc7ae0c13ffc99f96ddfec1fc97669ee9cc801ab8ba55f43f98f8e92341b7e4643b
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.87.1
10
+ - Package version: 3.89.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.87.1.gem
28
+ gem install ./pulpcore_client-3.89.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.87.1.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.89.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.87.1'
37
+ gem 'pulpcore_client', '~> 3.89.0'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_labels** | **Hash<String, String>** | | [optional] |
8
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
9
7
  | **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] |
10
8
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
11
- | **pulp_href** | **String** | | [optional][readonly] |
12
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
13
- | **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\") | |
14
- | **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] |
9
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
15
10
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
16
- | **content_guard** | **String** | An optional content-guard. | [optional] |
17
11
  | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
12
+ | **content_guard** | **String** | An optional content-guard. | [optional] |
13
+ | **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\") | |
14
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
15
+ | **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] |
16
+ | **pulp_href** | **String** | | [optional][readonly] |
17
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulpcore_client'
23
23
 
24
24
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
25
- pulp_labels: null,
26
- hidden: null,
27
25
  no_content_change_since: null,
28
26
  pulp_created: null,
29
- pulp_href: null,
30
- prn: null,
31
- base_path: null,
32
- pulp_last_updated: null,
27
+ pulp_labels: null,
33
28
  name: null,
29
+ base_url: null,
34
30
  content_guard: null,
35
- base_url: null
31
+ base_path: null,
32
+ prn: null,
33
+ pulp_last_updated: null,
34
+ pulp_href: null,
35
+ hidden: null
36
36
  )
37
37
  ```
38
38
 
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 '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2025-08-04'] |
7
+ | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2025-08-10'] |
8
8
  | **states** | [**Array<StatesEnum>**](StatesEnum.md) | List of task-states to be purged. Only 'final' states are allowed. | [optional] |
9
9
 
10
10
  ## Example
data/docs/TaskResponse.md CHANGED
@@ -23,6 +23,7 @@
23
23
  | **progress_reports** | [**Array<ProgressReportResponse>**](ProgressReportResponse.md) | | [optional] |
24
24
  | **created_resources** | **Array<String>** | Resources created by this task. | [optional] |
25
25
  | **reserved_resources_record** | **Array<String>** | A list of resources required by that task. | [optional] |
26
+ | **result** | **Object** | | [optional] |
26
27
 
27
28
  ## Example
28
29
 
@@ -48,7 +49,8 @@ instance = PulpcoreClient::TaskResponse.new(
48
49
  task_group: null,
49
50
  progress_reports: null,
50
51
  created_resources: null,
51
- reserved_resources_record: null
52
+ reserved_resources_record: null,
53
+ result: null
52
54
  )
53
55
  ```
54
56
 
data/docs/TasksApi.md CHANGED
@@ -207,7 +207,7 @@ opts = {
207
207
  name__in: ['inner_example'], # Array<String> | Filter results where name is in a comma-separated list of values
208
208
  name__ne: 'name__ne_example', # String | Filter results where name not equal to value
209
209
  offset: 56, # Integer | The initial index from which to return the results.
210
- ordering: ['-deferred'], # 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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)
210
+ ordering: ['-deferred'], # 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) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
211
211
  parent_task: '38400000-8cf0-11bd-b23e-10b96e4ef00d', # String | Filter results where parent_task matches value
212
212
  prn__in: ['inner_example'], # Array<String> | Multiple values may be separated by commas.
213
213
  pulp_created: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where pulp_created matches value
@@ -300,7 +300,7 @@ end
300
300
  | **name__in** | [**Array&lt;String&gt;**](String.md) | Filter results where name is in a comma-separated list of values | [optional] |
301
301
  | **name__ne** | **String** | Filter results where name not equal to value | [optional] |
302
302
  | **offset** | **Integer** | The initial index from which to return the results. | [optional] |
303
- | **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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
303
+ | **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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional] |
304
304
  | **parent_task** | **String** | Filter results where parent_task matches value | [optional] |
305
305
  | **prn__in** | [**Array&lt;String&gt;**](String.md) | Multiple values may be separated by commas. | [optional] |
306
306
  | **pulp_created** | **Time** | Filter results where pulp_created matches value | [optional] |
@@ -183,7 +183,7 @@ module PulpcoreClient
183
183
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
184
  # @option opts [String] :name__ne Filter results where name not equal to value
185
185
  # @option opts [Integer] :offset The initial index from which to return the results.
186
- # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
186
+ # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
187
187
  # @option opts [String] :parent_task Filter results where parent_task matches value
188
188
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
189
189
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
@@ -252,7 +252,7 @@ module PulpcoreClient
252
252
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
253
253
  # @option opts [String] :name__ne Filter results where name not equal to value
254
254
  # @option opts [Integer] :offset The initial index from which to return the results.
255
- # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
255
+ # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
256
256
  # @option opts [String] :parent_task Filter results where parent_task matches value
257
257
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
258
258
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
@@ -297,7 +297,7 @@ module PulpcoreClient
297
297
  if @api_client.config.debugging
298
298
  @api_client.config.logger.debug 'Calling API: TasksApi.list ...'
299
299
  end
300
- allowable_values = ["-deferred", "-enc_args", "-enc_kwargs", "-error", "-finished_at", "-immediate", "-logging_cid", "-name", "-pk", "-profile_options", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-reserved_resources_record", "-started_at", "-state", "-unblocked_at", "-versions", "deferred", "enc_args", "enc_kwargs", "error", "finished_at", "immediate", "logging_cid", "name", "pk", "profile_options", "pulp_created", "pulp_id", "pulp_last_updated", "reserved_resources_record", "started_at", "state", "unblocked_at", "versions"]
300
+ allowable_values = ["-deferred", "-enc_args", "-enc_kwargs", "-error", "-finished_at", "-immediate", "-logging_cid", "-name", "-pk", "-profile_options", "-pulp_created", "-pulp_id", "-pulp_last_updated", "-reserved_resources_record", "-result", "-started_at", "-state", "-unblocked_at", "-versions", "deferred", "enc_args", "enc_kwargs", "error", "finished_at", "immediate", "logging_cid", "name", "pk", "profile_options", "pulp_created", "pulp_id", "pulp_last_updated", "reserved_resources_record", "result", "started_at", "state", "unblocked_at", "versions"]
301
301
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
302
302
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
303
303
  end
@@ -16,51 +16,51 @@ require 'time'
16
16
  module PulpcoreClient
17
17
  # A serializer for ArtifactDistribution.
18
18
  class ArtifactDistributionResponse
19
- attr_accessor :pulp_labels
20
-
21
- # Whether this distribution should be shown in the content app.
22
- attr_accessor :hidden
23
-
24
19
  # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
25
20
  attr_accessor :no_content_change_since
26
21
 
27
22
  # Timestamp of creation.
28
23
  attr_accessor :pulp_created
29
24
 
30
- attr_accessor :pulp_href
25
+ attr_accessor :pulp_labels
31
26
 
32
- # The Pulp Resource Name (PRN).
33
- attr_accessor :prn
27
+ # A unique name. Ex, `rawhide` and `stable`.
28
+ attr_accessor :name
29
+
30
+ # The URL for accessing the publication as defined by this distribution.
31
+ attr_accessor :base_url
32
+
33
+ # An optional content-guard.
34
+ attr_accessor :content_guard
34
35
 
35
36
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
36
37
  attr_accessor :base_path
37
38
 
39
+ # The Pulp Resource Name (PRN).
40
+ attr_accessor :prn
41
+
38
42
  # 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.
39
43
  attr_accessor :pulp_last_updated
40
44
 
41
- # A unique name. Ex, `rawhide` and `stable`.
42
- attr_accessor :name
43
-
44
- # An optional content-guard.
45
- attr_accessor :content_guard
45
+ attr_accessor :pulp_href
46
46
 
47
- # The URL for accessing the publication as defined by this distribution.
48
- attr_accessor :base_url
47
+ # Whether this distribution should be shown in the content app.
48
+ attr_accessor :hidden
49
49
 
50
50
  # Attribute mapping from ruby-style variable name to JSON key.
51
51
  def self.attribute_map
52
52
  {
53
- :'pulp_labels' => :'pulp_labels',
54
- :'hidden' => :'hidden',
55
53
  :'no_content_change_since' => :'no_content_change_since',
56
54
  :'pulp_created' => :'pulp_created',
57
- :'pulp_href' => :'pulp_href',
58
- :'prn' => :'prn',
59
- :'base_path' => :'base_path',
60
- :'pulp_last_updated' => :'pulp_last_updated',
55
+ :'pulp_labels' => :'pulp_labels',
61
56
  :'name' => :'name',
57
+ :'base_url' => :'base_url',
62
58
  :'content_guard' => :'content_guard',
63
- :'base_url' => :'base_url'
59
+ :'base_path' => :'base_path',
60
+ :'prn' => :'prn',
61
+ :'pulp_last_updated' => :'pulp_last_updated',
62
+ :'pulp_href' => :'pulp_href',
63
+ :'hidden' => :'hidden'
64
64
  }
65
65
  end
66
66
 
@@ -72,17 +72,17 @@ module PulpcoreClient
72
72
  # Attribute type mapping.
73
73
  def self.openapi_types
74
74
  {
75
- :'pulp_labels' => :'Hash<String, String>',
76
- :'hidden' => :'Boolean',
77
75
  :'no_content_change_since' => :'String',
78
76
  :'pulp_created' => :'Time',
79
- :'pulp_href' => :'String',
80
- :'prn' => :'String',
81
- :'base_path' => :'String',
82
- :'pulp_last_updated' => :'Time',
77
+ :'pulp_labels' => :'Hash<String, String>',
83
78
  :'name' => :'String',
79
+ :'base_url' => :'String',
84
80
  :'content_guard' => :'String',
85
- :'base_url' => :'String'
81
+ :'base_path' => :'String',
82
+ :'prn' => :'String',
83
+ :'pulp_last_updated' => :'Time',
84
+ :'pulp_href' => :'String',
85
+ :'hidden' => :'Boolean'
86
86
  }
87
87
  end
88
88
 
@@ -108,32 +108,32 @@ module PulpcoreClient
108
108
  h[k.to_sym] = v
109
109
  }
110
110
 
111
+ if attributes.key?(:'no_content_change_since')
112
+ self.no_content_change_since = attributes[:'no_content_change_since']
113
+ end
114
+
115
+ if attributes.key?(:'pulp_created')
116
+ self.pulp_created = attributes[:'pulp_created']
117
+ end
118
+
111
119
  if attributes.key?(:'pulp_labels')
112
120
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
113
121
  self.pulp_labels = value
114
122
  end
115
123
  end
116
124
 
117
- if attributes.key?(:'hidden')
118
- self.hidden = attributes[:'hidden']
125
+ if attributes.key?(:'name')
126
+ self.name = attributes[:'name']
119
127
  else
120
- self.hidden = false
121
- end
122
-
123
- if attributes.key?(:'no_content_change_since')
124
- self.no_content_change_since = attributes[:'no_content_change_since']
125
- end
126
-
127
- if attributes.key?(:'pulp_created')
128
- self.pulp_created = attributes[:'pulp_created']
128
+ self.name = nil
129
129
  end
130
130
 
131
- if attributes.key?(:'pulp_href')
132
- self.pulp_href = attributes[:'pulp_href']
131
+ if attributes.key?(:'base_url')
132
+ self.base_url = attributes[:'base_url']
133
133
  end
134
134
 
135
- if attributes.key?(:'prn')
136
- self.prn = attributes[:'prn']
135
+ if attributes.key?(:'content_guard')
136
+ self.content_guard = attributes[:'content_guard']
137
137
  end
138
138
 
139
139
  if attributes.key?(:'base_path')
@@ -142,22 +142,22 @@ module PulpcoreClient
142
142
  self.base_path = nil
143
143
  end
144
144
 
145
- if attributes.key?(:'pulp_last_updated')
146
- self.pulp_last_updated = attributes[:'pulp_last_updated']
145
+ if attributes.key?(:'prn')
146
+ self.prn = attributes[:'prn']
147
147
  end
148
148
 
149
- if attributes.key?(:'name')
150
- self.name = attributes[:'name']
151
- else
152
- self.name = nil
149
+ if attributes.key?(:'pulp_last_updated')
150
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
153
151
  end
154
152
 
155
- if attributes.key?(:'content_guard')
156
- self.content_guard = attributes[:'content_guard']
153
+ if attributes.key?(:'pulp_href')
154
+ self.pulp_href = attributes[:'pulp_href']
157
155
  end
158
156
 
159
- if attributes.key?(:'base_url')
160
- self.base_url = attributes[:'base_url']
157
+ if attributes.key?(:'hidden')
158
+ self.hidden = attributes[:'hidden']
159
+ else
160
+ self.hidden = false
161
161
  end
162
162
  end
163
163
 
@@ -166,14 +166,14 @@ module PulpcoreClient
166
166
  def list_invalid_properties
167
167
  warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
168
168
  invalid_properties = Array.new
169
- if @base_path.nil?
170
- invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
171
- end
172
-
173
169
  if @name.nil?
174
170
  invalid_properties.push('invalid value for "name", name cannot be nil.')
175
171
  end
176
172
 
173
+ if @base_path.nil?
174
+ invalid_properties.push('invalid value for "base_path", base_path cannot be nil.')
175
+ end
176
+
177
177
  invalid_properties
178
178
  end
179
179
 
@@ -181,8 +181,8 @@ module PulpcoreClient
181
181
  # @return true if the model is valid
182
182
  def valid?
183
183
  warn '[DEPRECATED] the `valid?` method is obsolete'
184
- return false if @base_path.nil?
185
184
  return false if @name.nil?
185
+ return false if @base_path.nil?
186
186
  true
187
187
  end
188
188
 
@@ -191,17 +191,17 @@ module PulpcoreClient
191
191
  def ==(o)
192
192
  return true if self.equal?(o)
193
193
  self.class == o.class &&
194
- pulp_labels == o.pulp_labels &&
195
- hidden == o.hidden &&
196
194
  no_content_change_since == o.no_content_change_since &&
197
195
  pulp_created == o.pulp_created &&
198
- pulp_href == o.pulp_href &&
199
- prn == o.prn &&
200
- base_path == o.base_path &&
201
- pulp_last_updated == o.pulp_last_updated &&
196
+ pulp_labels == o.pulp_labels &&
202
197
  name == o.name &&
198
+ base_url == o.base_url &&
203
199
  content_guard == o.content_guard &&
204
- base_url == o.base_url
200
+ base_path == o.base_path &&
201
+ prn == o.prn &&
202
+ pulp_last_updated == o.pulp_last_updated &&
203
+ pulp_href == o.pulp_href &&
204
+ hidden == o.hidden
205
205
  end
206
206
 
207
207
  # @see the `==` method
@@ -213,7 +213,7 @@ module PulpcoreClient
213
213
  # Calculates hash code according to all attributes.
214
214
  # @return [Integer] Hash code
215
215
  def hash
216
- [pulp_labels, hidden, no_content_change_since, pulp_created, pulp_href, prn, base_path, pulp_last_updated, name, content_guard, base_url].hash
216
+ [no_content_change_since, pulp_created, pulp_labels, name, base_url, content_guard, base_path, prn, pulp_last_updated, pulp_href, hidden].hash
217
217
  end
218
218
 
219
219
  # 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 = '2025-08-04'
69
+ self.finished_before = '2025-08-10'
70
70
  end
71
71
 
72
72
  if attributes.key?(:'states')
@@ -71,6 +71,8 @@ module PulpcoreClient
71
71
  # A list of resources required by that task.
72
72
  attr_accessor :reserved_resources_record
73
73
 
74
+ attr_accessor :result
75
+
74
76
  # Attribute mapping from ruby-style variable name to JSON key.
75
77
  def self.attribute_map
76
78
  {
@@ -92,7 +94,8 @@ module PulpcoreClient
92
94
  :'task_group' => :'task_group',
93
95
  :'progress_reports' => :'progress_reports',
94
96
  :'created_resources' => :'created_resources',
95
- :'reserved_resources_record' => :'reserved_resources_record'
97
+ :'reserved_resources_record' => :'reserved_resources_record',
98
+ :'result' => :'result'
96
99
  }
97
100
  end
98
101
 
@@ -122,13 +125,15 @@ module PulpcoreClient
122
125
  :'task_group' => :'String',
123
126
  :'progress_reports' => :'Array<ProgressReportResponse>',
124
127
  :'created_resources' => :'Array<String>',
125
- :'reserved_resources_record' => :'Array<String>'
128
+ :'reserved_resources_record' => :'Array<String>',
129
+ :'result' => :'Object'
126
130
  }
127
131
  end
128
132
 
129
133
  # List of attributes with nullable: true
130
134
  def self.openapi_nullable
131
135
  Set.new([
136
+ :'result'
132
137
  ])
133
138
  end
134
139
 
@@ -234,6 +239,10 @@ module PulpcoreClient
234
239
  self.reserved_resources_record = value
235
240
  end
236
241
  end
242
+
243
+ if attributes.key?(:'result')
244
+ self.result = attributes[:'result']
245
+ end
237
246
  end
238
247
 
239
248
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -284,7 +293,8 @@ module PulpcoreClient
284
293
  task_group == o.task_group &&
285
294
  progress_reports == o.progress_reports &&
286
295
  created_resources == o.created_resources &&
287
- reserved_resources_record == o.reserved_resources_record
296
+ reserved_resources_record == o.reserved_resources_record &&
297
+ result == o.result
288
298
  end
289
299
 
290
300
  # @see the `==` method
@@ -296,7 +306,7 @@ module PulpcoreClient
296
306
  # Calculates hash code according to all attributes.
297
307
  # @return [Integer] Hash code
298
308
  def hash
299
- [pulp_href, prn, pulp_created, pulp_last_updated, state, name, logging_cid, created_by, unblocked_at, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources, reserved_resources_record].hash
309
+ [pulp_href, prn, pulp_created, pulp_last_updated, state, name, logging_cid, created_by, unblocked_at, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources, reserved_resources_record, result].hash
300
310
  end
301
311
 
302
312
  # Builds the object from hash
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.87.1'
14
+ VERSION = '3.89.0'
15
15
  end
@@ -83,7 +83,7 @@ describe 'TasksApi' do
83
83
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
84
84
  # @option opts [String] :name__ne Filter results where name not equal to value
85
85
  # @option opts [Integer] :offset The initial index from which to return the results.
86
- # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
86
+ # @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;state&#x60; - State * &#x60;-state&#x60; - State (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;logging_cid&#x60; - Logging cid * &#x60;-logging_cid&#x60; - Logging cid (descending) * &#x60;unblocked_at&#x60; - Unblocked at * &#x60;-unblocked_at&#x60; - Unblocked at (descending) * &#x60;started_at&#x60; - Started at * &#x60;-started_at&#x60; - Started at (descending) * &#x60;finished_at&#x60; - Finished at * &#x60;-finished_at&#x60; - Finished at (descending) * &#x60;error&#x60; - Error * &#x60;-error&#x60; - Error (descending) * &#x60;enc_args&#x60; - Enc args * &#x60;-enc_args&#x60; - Enc args (descending) * &#x60;enc_kwargs&#x60; - Enc kwargs * &#x60;-enc_kwargs&#x60; - Enc kwargs (descending) * &#x60;reserved_resources_record&#x60; - Reserved resources record * &#x60;-reserved_resources_record&#x60; - Reserved resources record (descending) * &#x60;versions&#x60; - Versions * &#x60;-versions&#x60; - Versions (descending) * &#x60;profile_options&#x60; - Profile options * &#x60;-profile_options&#x60; - Profile options (descending) * &#x60;immediate&#x60; - Immediate * &#x60;-immediate&#x60; - Immediate (descending) * &#x60;deferred&#x60; - Deferred * &#x60;-deferred&#x60; - Deferred (descending) * &#x60;result&#x60; - Result * &#x60;-result&#x60; - Result (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
87
87
  # @option opts [String] :parent_task Filter results where parent_task matches value
88
88
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
89
89
  # @option opts [Time] :pulp_created Filter results where pulp_created matches value
@@ -27,37 +27,37 @@ describe PulpcoreClient::ArtifactDistributionResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "pulp_labels"' do
30
+ describe 'test attribute "no_content_change_since"' 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 "hidden"' do
36
+ describe 'test attribute "pulp_created"' 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 "no_content_change_since"' do
42
+ describe 'test attribute "pulp_labels"' 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
46
46
  end
47
47
 
48
- describe 'test attribute "pulp_created"' do
48
+ describe 'test attribute "name"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "pulp_href"' do
54
+ describe 'test attribute "base_url"' 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 "prn"' do
60
+ describe 'test attribute "content_guard"' 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
@@ -69,25 +69,25 @@ describe PulpcoreClient::ArtifactDistributionResponse do
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "pulp_last_updated"' do
72
+ describe 'test attribute "prn"' 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 "name"' do
78
+ describe 'test attribute "pulp_last_updated"' 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 "content_guard"' do
84
+ describe 'test attribute "pulp_href"' 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 "base_url"' do
90
+ describe 'test attribute "hidden"' 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
@@ -141,4 +141,10 @@ describe PulpcoreClient::TaskResponse do
141
141
  end
142
142
  end
143
143
 
144
+ describe 'test attribute "result"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
144
150
  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.87.1
4
+ version: 3.89.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: 2025-09-03 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday