pulpcore_client 3.89.1 → 3.90.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.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ArtifactDistributionResponse.md +15 -15
  4. data/docs/DistributionsOpenpgpApi.md +10 -10
  5. data/docs/DomainsApi.md +9 -9
  6. data/docs/ExportersFilesystemApi.md +10 -10
  7. data/docs/ExportersPulpApi.md +10 -10
  8. data/docs/FilesystemExporter.md +1 -1
  9. data/docs/FilesystemExporterResponse.md +1 -1
  10. data/docs/MinimalTaskResponse.md +1 -1
  11. data/docs/PatchedFilesystemExporter.md +1 -1
  12. data/docs/PatchedPulpExporter.md +1 -1
  13. data/docs/PulpExporter.md +1 -1
  14. data/docs/PulpExporterResponse.md +1 -1
  15. data/docs/Purge.md +1 -1
  16. data/docs/RepositoriesOpenpgpKeyringApi.md +10 -10
  17. data/docs/TaskResponse.md +1 -1
  18. data/docs/TasksApi.md +0 -4
  19. data/lib/pulpcore_client/api/distributions_openpgp_api.rb +10 -10
  20. data/lib/pulpcore_client/api/domains_api.rb +8 -8
  21. data/lib/pulpcore_client/api/exporters_filesystem_api.rb +10 -10
  22. data/lib/pulpcore_client/api/exporters_pulp_api.rb +10 -10
  23. data/lib/pulpcore_client/api/repositories_openpgp_keyring_api.rb +10 -10
  24. data/lib/pulpcore_client/api/tasks_api.rb +0 -6
  25. data/lib/pulpcore_client/models/artifact_distribution_response.rb +68 -68
  26. data/lib/pulpcore_client/models/filesystem_exporter.rb +1 -1
  27. data/lib/pulpcore_client/models/filesystem_exporter_response.rb +1 -1
  28. data/lib/pulpcore_client/models/minimal_task_response.rb +2 -1
  29. data/lib/pulpcore_client/models/patched_filesystem_exporter.rb +1 -1
  30. data/lib/pulpcore_client/models/patched_pulp_exporter.rb +1 -1
  31. data/lib/pulpcore_client/models/pulp_exporter.rb +1 -1
  32. data/lib/pulpcore_client/models/pulp_exporter_response.rb +1 -1
  33. data/lib/pulpcore_client/models/purge.rb +1 -1
  34. data/lib/pulpcore_client/models/task_response.rb +3 -1
  35. data/lib/pulpcore_client/version.rb +1 -1
  36. data/spec/api/distributions_openpgp_api_spec.rb +4 -4
  37. data/spec/api/domains_api_spec.rb +3 -3
  38. data/spec/api/exporters_filesystem_api_spec.rb +4 -4
  39. data/spec/api/exporters_pulp_api_spec.rb +4 -4
  40. data/spec/api/repositories_openpgp_keyring_api_spec.rb +4 -4
  41. data/spec/api/tasks_api_spec.rb +0 -2
  42. data/spec/models/artifact_distribution_response_spec.rb +10 -10
  43. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31fdae8e0a6a1810e64d44a0120eb81655104716d12be9b92c7364315631f8c9
4
- data.tar.gz: 07f399b571ecedfa1878fbce5dbb147cbc98cdd976dac3612568ffdafc5bbfa4
3
+ metadata.gz: 0d1ea5b47f5495ad186cdeee27667dde2e43341e5879ab48ac1ba539b224bcaf
4
+ data.tar.gz: 435ddac57b2f181c14fb734f8e7f6133cf736f41e7b1d675aa1a198bb8c5771b
5
5
  SHA512:
6
- metadata.gz: c950d4a01e788406654af91c6128b9537909b1e36b7486d43a2efa67f007a63803ffd334d81c6f40c8a302a341032e8e05cd96668a9cf566e4e8be4a0e00a670
7
- data.tar.gz: c0003c3333387bea53ed72c8de237e90f622518f9e6d368cb88ee3f9e990fd4ff02e068a4de7d85f30893d0262d5005abdd76486bdf8d51d51450fa52f167de7
6
+ metadata.gz: 0cb6dba3ddef22182d2248bf783084196c1eca6db3f729ff0d0665996a9d9b2ffa2245c8b48d276c34d1a10998e3907f026754e6e132e7f7ff5f1514e32849c2
7
+ data.tar.gz: af4ca96b9c8a6d3c23945178bc425307580cbb10753e5c82eb89fa08e22f90bd3338e6f7e7c526274fdf3ab3f4ac5a9ae0de9157b893e28e6c231a11a0735a88
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.89.1
10
+ - Package version: 3.90.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.89.1.gem
28
+ gem install ./pulpcore_client-3.90.0.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.89.1.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.90.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.89.1'
37
+ gem 'pulpcore_client', '~> 3.90.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
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
10
- | **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] |
11
7
  | **pulp_href** | **String** | | [optional][readonly] |
12
8
  | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
13
- | **content_guard** | **String** | An optional content-guard. | [optional] |
14
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
15
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
9
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
16
10
  | **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] |
11
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
12
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
17
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
+ | **content_guard** | **String** | An optional content-guard. | [optional] |
15
+ | **pulp_labels** | **Hash<String, String>** | | [optional] |
16
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
17
+ | **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] |
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
- prn: null,
27
- name: null,
28
- pulp_last_updated: null,
29
25
  pulp_href: null,
30
26
  base_url: null,
31
- content_guard: null,
32
- pulp_created: null,
33
- hidden: null,
27
+ name: null,
34
28
  no_content_change_since: null,
35
- base_path: null
29
+ hidden: null,
30
+ pulp_created: null,
31
+ base_path: null,
32
+ content_guard: null,
33
+ pulp_labels: null,
34
+ prn: null,
35
+ pulp_last_updated: null
36
36
  )
37
37
  ```
38
38
 
@@ -260,11 +260,11 @@ end
260
260
 
261
261
  ## partial_update
262
262
 
263
- > <AsyncOperationResponse> partial_update(open_p_g_p_distribution_href, patched_open_pgp_distribution, opts)
263
+ > <OpenPGPDistributionResponse> partial_update(open_p_g_p_distribution_href, patched_open_pgp_distribution, opts)
264
264
 
265
265
  Update an open pgp distribution
266
266
 
267
- Trigger an asynchronous partial update task
267
+ Update the entity partially and trigger an asynchronous task if necessary
268
268
 
269
269
  ### Examples
270
270
 
@@ -298,7 +298,7 @@ end
298
298
 
299
299
  This returns an Array which contains the response data, status code and headers.
300
300
 
301
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(open_p_g_p_distribution_href, patched_open_pgp_distribution, opts)
301
+ > <Array(<OpenPGPDistributionResponse>, Integer, Hash)> partial_update_with_http_info(open_p_g_p_distribution_href, patched_open_pgp_distribution, opts)
302
302
 
303
303
  ```ruby
304
304
  begin
@@ -306,7 +306,7 @@ begin
306
306
  data, status_code, headers = api_instance.partial_update_with_http_info(open_p_g_p_distribution_href, patched_open_pgp_distribution, opts)
307
307
  p status_code # => 2xx
308
308
  p headers # => { ... }
309
- p data # => <AsyncOperationResponse>
309
+ p data # => <OpenPGPDistributionResponse>
310
310
  rescue PulpcoreClient::ApiError => e
311
311
  puts "Error when calling DistributionsOpenpgpApi->partial_update_with_http_info: #{e}"
312
312
  end
@@ -322,7 +322,7 @@ end
322
322
 
323
323
  ### Return type
324
324
 
325
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
325
+ [**OpenPGPDistributionResponse**](OpenPGPDistributionResponse.md)
326
326
 
327
327
  ### Authorization
328
328
 
@@ -566,11 +566,11 @@ end
566
566
 
567
567
  ## update
568
568
 
569
- > <AsyncOperationResponse> update(open_p_g_p_distribution_href, open_pgp_distribution, opts)
569
+ > <OpenPGPDistributionResponse> update(open_p_g_p_distribution_href, open_pgp_distribution, opts)
570
570
 
571
571
  Update an open pgp distribution
572
572
 
573
- Trigger an asynchronous update task
573
+ Update the entity and trigger an asynchronous task if necessary
574
574
 
575
575
  ### Examples
576
576
 
@@ -604,7 +604,7 @@ end
604
604
 
605
605
  This returns an Array which contains the response data, status code and headers.
606
606
 
607
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(open_p_g_p_distribution_href, open_pgp_distribution, opts)
607
+ > <Array(<OpenPGPDistributionResponse>, Integer, Hash)> update_with_http_info(open_p_g_p_distribution_href, open_pgp_distribution, opts)
608
608
 
609
609
  ```ruby
610
610
  begin
@@ -612,7 +612,7 @@ begin
612
612
  data, status_code, headers = api_instance.update_with_http_info(open_p_g_p_distribution_href, open_pgp_distribution, opts)
613
613
  p status_code # => 2xx
614
614
  p headers # => { ... }
615
- p data # => <AsyncOperationResponse>
615
+ p data # => <OpenPGPDistributionResponse>
616
616
  rescue PulpcoreClient::ApiError => e
617
617
  puts "Error when calling DistributionsOpenpgpApi->update_with_http_info: #{e}"
618
618
  end
@@ -628,7 +628,7 @@ end
628
628
 
629
629
  ### Return type
630
630
 
631
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
631
+ [**OpenPGPDistributionResponse**](OpenPGPDistributionResponse.md)
632
632
 
633
633
  ### Authorization
634
634
 
data/docs/DomainsApi.md CHANGED
@@ -349,11 +349,11 @@ end
349
349
 
350
350
  ## partial_update
351
351
 
352
- > <AsyncOperationResponse> partial_update(domain_href, patched_domain, opts)
352
+ > <DomainResponse> partial_update(domain_href, patched_domain, opts)
353
353
 
354
354
  Update a domain
355
355
 
356
- Trigger an asynchronous partial update task
356
+ Update the entity partially and trigger an asynchronous task if necessary
357
357
 
358
358
  ### Examples
359
359
 
@@ -387,7 +387,7 @@ end
387
387
 
388
388
  This returns an Array which contains the response data, status code and headers.
389
389
 
390
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(domain_href, patched_domain, opts)
390
+ > <Array(<DomainResponse>, Integer, Hash)> partial_update_with_http_info(domain_href, patched_domain, opts)
391
391
 
392
392
  ```ruby
393
393
  begin
@@ -395,7 +395,7 @@ begin
395
395
  data, status_code, headers = api_instance.partial_update_with_http_info(domain_href, patched_domain, opts)
396
396
  p status_code # => 2xx
397
397
  p headers # => { ... }
398
- p data # => <AsyncOperationResponse>
398
+ p data # => <DomainResponse>
399
399
  rescue PulpcoreClient::ApiError => e
400
400
  puts "Error when calling DomainsApi->partial_update_with_http_info: #{e}"
401
401
  end
@@ -411,7 +411,7 @@ end
411
411
 
412
412
  ### Return type
413
413
 
414
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
414
+ [**DomainResponse**](DomainResponse.md)
415
415
 
416
416
  ### Authorization
417
417
 
@@ -655,7 +655,7 @@ end
655
655
 
656
656
  ## update
657
657
 
658
- > <AsyncOperationResponse> update(domain_href, domain, opts)
658
+ > <DomainResponse> update(domain_href, domain, opts)
659
659
 
660
660
  Update a domain
661
661
 
@@ -693,7 +693,7 @@ end
693
693
 
694
694
  This returns an Array which contains the response data, status code and headers.
695
695
 
696
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(domain_href, domain, opts)
696
+ > <Array(<DomainResponse>, Integer, Hash)> update_with_http_info(domain_href, domain, opts)
697
697
 
698
698
  ```ruby
699
699
  begin
@@ -701,7 +701,7 @@ begin
701
701
  data, status_code, headers = api_instance.update_with_http_info(domain_href, domain, opts)
702
702
  p status_code # => 2xx
703
703
  p headers # => { ... }
704
- p data # => <AsyncOperationResponse>
704
+ p data # => <DomainResponse>
705
705
  rescue PulpcoreClient::ApiError => e
706
706
  puts "Error when calling DomainsApi->update_with_http_info: #{e}"
707
707
  end
@@ -717,7 +717,7 @@ end
717
717
 
718
718
  ### Return type
719
719
 
720
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
720
+ [**DomainResponse**](DomainResponse.md)
721
721
 
722
722
  ### Authorization
723
723
 
@@ -270,11 +270,11 @@ end
270
270
 
271
271
  ## partial_update
272
272
 
273
- > <AsyncOperationResponse> partial_update(filesystem_exporter_href, patched_filesystem_exporter, opts)
273
+ > <FilesystemExporterResponse> partial_update(filesystem_exporter_href, patched_filesystem_exporter, opts)
274
274
 
275
275
  Update a filesystem exporter
276
276
 
277
- Trigger an asynchronous partial update task
277
+ Update the entity partially and trigger an asynchronous task if necessary
278
278
 
279
279
  ### Examples
280
280
 
@@ -308,7 +308,7 @@ end
308
308
 
309
309
  This returns an Array which contains the response data, status code and headers.
310
310
 
311
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts)
311
+ > <Array(<FilesystemExporterResponse>, Integer, Hash)> partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts)
312
312
 
313
313
  ```ruby
314
314
  begin
@@ -316,7 +316,7 @@ begin
316
316
  data, status_code, headers = api_instance.partial_update_with_http_info(filesystem_exporter_href, patched_filesystem_exporter, opts)
317
317
  p status_code # => 2xx
318
318
  p headers # => { ... }
319
- p data # => <AsyncOperationResponse>
319
+ p data # => <FilesystemExporterResponse>
320
320
  rescue PulpcoreClient::ApiError => e
321
321
  puts "Error when calling ExportersFilesystemApi->partial_update_with_http_info: #{e}"
322
322
  end
@@ -332,7 +332,7 @@ end
332
332
 
333
333
  ### Return type
334
334
 
335
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
335
+ [**FilesystemExporterResponse**](FilesystemExporterResponse.md)
336
336
 
337
337
  ### Authorization
338
338
 
@@ -424,11 +424,11 @@ end
424
424
 
425
425
  ## update
426
426
 
427
- > <AsyncOperationResponse> update(filesystem_exporter_href, filesystem_exporter, opts)
427
+ > <FilesystemExporterResponse> update(filesystem_exporter_href, filesystem_exporter, opts)
428
428
 
429
429
  Update a filesystem exporter
430
430
 
431
- Trigger an asynchronous update task
431
+ Update the entity and trigger an asynchronous task if necessary
432
432
 
433
433
  ### Examples
434
434
 
@@ -462,7 +462,7 @@ end
462
462
 
463
463
  This returns an Array which contains the response data, status code and headers.
464
464
 
465
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts)
465
+ > <Array(<FilesystemExporterResponse>, Integer, Hash)> update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts)
466
466
 
467
467
  ```ruby
468
468
  begin
@@ -470,7 +470,7 @@ begin
470
470
  data, status_code, headers = api_instance.update_with_http_info(filesystem_exporter_href, filesystem_exporter, opts)
471
471
  p status_code # => 2xx
472
472
  p headers # => { ... }
473
- p data # => <AsyncOperationResponse>
473
+ p data # => <FilesystemExporterResponse>
474
474
  rescue PulpcoreClient::ApiError => e
475
475
  puts "Error when calling ExportersFilesystemApi->update_with_http_info: #{e}"
476
476
  end
@@ -486,7 +486,7 @@ end
486
486
 
487
487
  ### Return type
488
488
 
489
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
489
+ [**FilesystemExporterResponse**](FilesystemExporterResponse.md)
490
490
 
491
491
  ### Authorization
492
492
 
@@ -270,11 +270,11 @@ end
270
270
 
271
271
  ## partial_update
272
272
 
273
- > <AsyncOperationResponse> partial_update(pulp_exporter_href, patched_pulp_exporter, opts)
273
+ > <PulpExporterResponse> partial_update(pulp_exporter_href, patched_pulp_exporter, opts)
274
274
 
275
275
  Update a pulp exporter
276
276
 
277
- Trigger an asynchronous partial update task
277
+ Update the entity partially and trigger an asynchronous task if necessary
278
278
 
279
279
  ### Examples
280
280
 
@@ -308,7 +308,7 @@ end
308
308
 
309
309
  This returns an Array which contains the response data, status code and headers.
310
310
 
311
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(pulp_exporter_href, patched_pulp_exporter, opts)
311
+ > <Array(<PulpExporterResponse>, Integer, Hash)> partial_update_with_http_info(pulp_exporter_href, patched_pulp_exporter, opts)
312
312
 
313
313
  ```ruby
314
314
  begin
@@ -316,7 +316,7 @@ begin
316
316
  data, status_code, headers = api_instance.partial_update_with_http_info(pulp_exporter_href, patched_pulp_exporter, opts)
317
317
  p status_code # => 2xx
318
318
  p headers # => { ... }
319
- p data # => <AsyncOperationResponse>
319
+ p data # => <PulpExporterResponse>
320
320
  rescue PulpcoreClient::ApiError => e
321
321
  puts "Error when calling ExportersPulpApi->partial_update_with_http_info: #{e}"
322
322
  end
@@ -332,7 +332,7 @@ end
332
332
 
333
333
  ### Return type
334
334
 
335
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
335
+ [**PulpExporterResponse**](PulpExporterResponse.md)
336
336
 
337
337
  ### Authorization
338
338
 
@@ -424,11 +424,11 @@ end
424
424
 
425
425
  ## update
426
426
 
427
- > <AsyncOperationResponse> update(pulp_exporter_href, pulp_exporter, opts)
427
+ > <PulpExporterResponse> update(pulp_exporter_href, pulp_exporter, opts)
428
428
 
429
429
  Update a pulp exporter
430
430
 
431
- Trigger an asynchronous update task
431
+ Update the entity and trigger an asynchronous task if necessary
432
432
 
433
433
  ### Examples
434
434
 
@@ -462,7 +462,7 @@ end
462
462
 
463
463
  This returns an Array which contains the response data, status code and headers.
464
464
 
465
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(pulp_exporter_href, pulp_exporter, opts)
465
+ > <Array(<PulpExporterResponse>, Integer, Hash)> update_with_http_info(pulp_exporter_href, pulp_exporter, opts)
466
466
 
467
467
  ```ruby
468
468
  begin
@@ -470,7 +470,7 @@ begin
470
470
  data, status_code, headers = api_instance.update_with_http_info(pulp_exporter_href, pulp_exporter, opts)
471
471
  p status_code # => 2xx
472
472
  p headers # => { ... }
473
- p data # => <AsyncOperationResponse>
473
+ p data # => <PulpExporterResponse>
474
474
  rescue PulpcoreClient::ApiError => e
475
475
  puts "Error when calling ExportersPulpApi->update_with_http_info: #{e}"
476
476
  end
@@ -486,7 +486,7 @@ end
486
486
 
487
487
  ### Return type
488
488
 
489
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
489
+ [**PulpExporterResponse**](PulpExporterResponse.md)
490
490
 
491
491
  ### Authorization
492
492
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | Unique name of the file system exporter. | |
7
+ | **name** | **String** | Unique name of the exporter. | |
8
8
  | **path** | **String** | File system location to export to. | |
9
9
  | **method** | [**MethodEnum**](MethodEnum.md) | Method of exporting * &#x60;write&#x60; - Export by writing * &#x60;hardlink&#x60; - Export by hardlinking * &#x60;symlink&#x60; - Export by symlinking | [optional] |
10
10
 
@@ -8,7 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
- | **name** | **String** | Unique name of the file system exporter. | |
11
+ | **name** | **String** | Unique name of the exporter. | |
12
12
  | **path** | **String** | File system location to export to. | |
13
13
  | **method** | [**MethodEnum**](MethodEnum.md) | Method of exporting * &#x60;write&#x60; - Export by writing * &#x60;hardlink&#x60; - Export by hardlinking * &#x60;symlink&#x60; - Export by symlinking | [optional] |
14
14
 
@@ -13,7 +13,7 @@
13
13
  | **unblocked_at** | **Time** | Timestamp of when this task was identified ready for pickup. | [optional][readonly] |
14
14
  | **started_at** | **Time** | Timestamp of when this task started execution. | [optional][readonly] |
15
15
  | **finished_at** | **Time** | Timestamp of when this task stopped execution. | [optional][readonly] |
16
- | **worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional][readonly] |
16
+ | **worker** | **String** | DEPRECATED - Always null | [optional][readonly] |
17
17
 
18
18
  ## Example
19
19
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | Unique name of the file system exporter. | [optional] |
7
+ | **name** | **String** | Unique name of the exporter. | [optional] |
8
8
  | **path** | **String** | File system location to export to. | [optional] |
9
9
  | **method** | [**MethodEnum**](MethodEnum.md) | Method of exporting * &#x60;write&#x60; - Export by writing * &#x60;hardlink&#x60; - Export by hardlinking * &#x60;symlink&#x60; - Export by symlinking | [optional] |
10
10
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | Unique name of the file system exporter. | [optional] |
7
+ | **name** | **String** | Unique name of the exporter. | [optional] |
8
8
  | **path** | **String** | File system directory to store exported tar.gzs. | [optional] |
9
9
  | **repositories** | **Array&lt;String&gt;** | | [optional] |
10
10
  | **last_export** | **String** | Last attempted export for this PulpExporter | [optional] |
data/docs/PulpExporter.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | Unique name of the file system exporter. | |
7
+ | **name** | **String** | Unique name of the exporter. | |
8
8
  | **path** | **String** | File system directory to store exported tar.gzs. | |
9
9
  | **repositories** | **Array&lt;String&gt;** | | |
10
10
  | **last_export** | **String** | Last attempted export for this PulpExporter | [optional] |
@@ -8,7 +8,7 @@
8
8
  | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
- | **name** | **String** | Unique name of the file system exporter. | |
11
+ | **name** | **String** | Unique name of the exporter. | |
12
12
  | **path** | **String** | File system directory to store exported tar.gzs. | |
13
13
  | **repositories** | **Array&lt;String&gt;** | | |
14
14
  | **last_export** | **String** | Last attempted export for this PulpExporter | [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;2025-08-19&#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;2025-08-24&#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
@@ -609,11 +609,11 @@ end
609
609
 
610
610
  ## partial_update
611
611
 
612
- > <AsyncOperationResponse> partial_update(open_p_g_p_keyring_href, patched_open_pgp_keyring, opts)
612
+ > <OpenPGPKeyringResponse> partial_update(open_p_g_p_keyring_href, patched_open_pgp_keyring, opts)
613
613
 
614
614
  Update an open pgp keyring
615
615
 
616
- Trigger an asynchronous partial update task
616
+ Update the entity partially and trigger an asynchronous task if necessary
617
617
 
618
618
  ### Examples
619
619
 
@@ -647,7 +647,7 @@ end
647
647
 
648
648
  This returns an Array which contains the response data, status code and headers.
649
649
 
650
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(open_p_g_p_keyring_href, patched_open_pgp_keyring, opts)
650
+ > <Array(<OpenPGPKeyringResponse>, Integer, Hash)> partial_update_with_http_info(open_p_g_p_keyring_href, patched_open_pgp_keyring, opts)
651
651
 
652
652
  ```ruby
653
653
  begin
@@ -655,7 +655,7 @@ begin
655
655
  data, status_code, headers = api_instance.partial_update_with_http_info(open_p_g_p_keyring_href, patched_open_pgp_keyring, opts)
656
656
  p status_code # => 2xx
657
657
  p headers # => { ... }
658
- p data # => <AsyncOperationResponse>
658
+ p data # => <OpenPGPKeyringResponse>
659
659
  rescue PulpcoreClient::ApiError => e
660
660
  puts "Error when calling RepositoriesOpenpgpKeyringApi->partial_update_with_http_info: #{e}"
661
661
  end
@@ -671,7 +671,7 @@ end
671
671
 
672
672
  ### Return type
673
673
 
674
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
674
+ [**OpenPGPKeyringResponse**](OpenPGPKeyringResponse.md)
675
675
 
676
676
  ### Authorization
677
677
 
@@ -991,11 +991,11 @@ end
991
991
 
992
992
  ## update
993
993
 
994
- > <AsyncOperationResponse> update(open_p_g_p_keyring_href, open_pgp_keyring, opts)
994
+ > <OpenPGPKeyringResponse> update(open_p_g_p_keyring_href, open_pgp_keyring, opts)
995
995
 
996
996
  Update an open pgp keyring
997
997
 
998
- Trigger an asynchronous update task
998
+ Update the entity and trigger an asynchronous task if necessary
999
999
 
1000
1000
  ### Examples
1001
1001
 
@@ -1029,7 +1029,7 @@ end
1029
1029
 
1030
1030
  This returns an Array which contains the response data, status code and headers.
1031
1031
 
1032
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(open_p_g_p_keyring_href, open_pgp_keyring, opts)
1032
+ > <Array(<OpenPGPKeyringResponse>, Integer, Hash)> update_with_http_info(open_p_g_p_keyring_href, open_pgp_keyring, opts)
1033
1033
 
1034
1034
  ```ruby
1035
1035
  begin
@@ -1037,7 +1037,7 @@ begin
1037
1037
  data, status_code, headers = api_instance.update_with_http_info(open_p_g_p_keyring_href, open_pgp_keyring, opts)
1038
1038
  p status_code # => 2xx
1039
1039
  p headers # => { ... }
1040
- p data # => <AsyncOperationResponse>
1040
+ p data # => <OpenPGPKeyringResponse>
1041
1041
  rescue PulpcoreClient::ApiError => e
1042
1042
  puts "Error when calling RepositoriesOpenpgpKeyringApi->update_with_http_info: #{e}"
1043
1043
  end
@@ -1053,7 +1053,7 @@ end
1053
1053
 
1054
1054
  ### Return type
1055
1055
 
1056
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
1056
+ [**OpenPGPKeyringResponse**](OpenPGPKeyringResponse.md)
1057
1057
 
1058
1058
  ### Authorization
1059
1059
 
data/docs/TaskResponse.md CHANGED
@@ -16,7 +16,7 @@
16
16
  | **started_at** | **Time** | Timestamp of when this task started execution. | [optional][readonly] |
17
17
  | **finished_at** | **Time** | Timestamp of when this task stopped execution. | [optional][readonly] |
18
18
  | **error** | **Object** | A JSON Object of a fatal error encountered during the execution of this task. | [optional][readonly] |
19
- | **worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional][readonly] |
19
+ | **worker** | **String** | DEPRECATED - Always null | [optional][readonly] |
20
20
  | **parent_task** | **String** | The parent task that spawned this task. | [optional][readonly] |
21
21
  | **child_tasks** | **Array&lt;String&gt;** | Any tasks spawned by this task. | [optional] |
22
22
  | **task_group** | **String** | The task group that this task is a member of. | [optional][readonly] |
data/docs/TasksApi.md CHANGED
@@ -243,8 +243,6 @@ opts = {
243
243
  unblocked_at__lte: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Filter results where unblocked_at is less than or equal to value
244
244
  unblocked_at__range: [Time.now], # Array<Time> | Filter results where unblocked_at is between two comma separated values
245
245
  worker: 'worker_example', # String |
246
- worker__in: ['inner_example'], # Array<String> | Filter results where worker is in a comma-separated list of values
247
- worker__isnull: true, # Boolean | Filter results where worker has a null value
248
246
  fields: ['inner_example'], # Array<String> | A list of fields to include in the response.
249
247
  exclude_fields: ['inner_example'] # Array<String> | A list of fields to exclude from the response.
250
248
  }
@@ -336,8 +334,6 @@ end
336
334
  | **unblocked_at__lte** | **Time** | Filter results where unblocked_at is less than or equal to value | [optional] |
337
335
  | **unblocked_at__range** | [**Array&lt;Time&gt;**](Time.md) | Filter results where unblocked_at is between two comma separated values | [optional] |
338
336
  | **worker** | **String** | | [optional] |
339
- | **worker__in** | [**Array&lt;String&gt;**](String.md) | Filter results where worker is in a comma-separated list of values | [optional] |
340
- | **worker__isnull** | **Boolean** | Filter results where worker has a null value | [optional] |
341
337
  | **fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to include in the response. | [optional] |
342
338
  | **exclude_fields** | [**Array&lt;String&gt;**](String.md) | A list of fields to exclude from the response. | [optional] |
343
339