pulpcore_client 3.26.1 → 3.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a2ac14bd18f1bc24ef27a99299207b526831df14d8d246cc49fe608bc41a806
4
- data.tar.gz: 70b97cf2edf2e826688ad9313681865c2678fa87453c152573d8a1337969a654
3
+ metadata.gz: 64fd0fe20d0dba9759b6bff06fb4780e61ec50cdd47acb25081b3939eaf29ef4
4
+ data.tar.gz: 07374bd143769c74994c19e89a49589d5881200bf5ea9099c518f2939ff3de9b
5
5
  SHA512:
6
- metadata.gz: 12fcee0b71d8dd25faeae10f369d447a625aef551cbf83c54891e5c0e4dc204c29d90b5139a3de0307190b05ada6f22ef061e363bc22c2a6170c5c8bece3f90c
7
- data.tar.gz: e8554679fc2808996a63291ef306a6cfbc0c5c38410ef64df9988c6d3ec8e56b5feb6cea4df9f139691cec47ef3531711435f6bad7b5a24fb476bc22fd0b3a6c
6
+ metadata.gz: 7659e2f954a77fb052df7237769cebeca719dd75b8fccca160d809b17c6da89a4793b82297ee9d6e56d25a4dbbea53350275db950d65e243ac2b0685e5af149d
7
+ data.tar.gz: 450cde4d3af22fef0c6742959be55085b5db57043672ae3c4d27e33637615ed8f070c255e41c535456b64d8381146cb02d0f44e4d7ed16548a27bda474677518
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.26.1
10
+ - Package version: 3.27.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.26.1.gem
27
+ gem install ./pulpcore_client-3.27.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.26.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.27.0.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulpcore_client', '~> 3.26.1'
36
+ gem 'pulpcore_client', '~> 3.27.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -4,26 +4,28 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **content_guard** | **String** | An optional content-guard. | [optional]
8
- **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
9
- **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
10
7
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
12
- **pulp_href** | **String** | | [optional] [readonly]
8
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
13
9
  **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\") |
10
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
11
+ **pulp_href** | **String** | | [optional] [readonly]
12
+ **content_guard** | **String** | An optional content-guard. | [optional]
13
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
14
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
14
15
 
15
16
  ## Code Sample
16
17
 
17
18
  ```ruby
18
19
  require 'PulpcoreClient'
19
20
 
20
- instance = PulpcoreClient::ArtifactDistributionResponse.new(content_guard: null,
21
+ instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_labels: null,
21
22
  name: null,
22
- base_url: null,
23
- pulp_labels: null,
24
- pulp_created: null,
23
+ base_path: null,
24
+ hidden: null,
25
25
  pulp_href: null,
26
- base_path: null)
26
+ content_guard: null,
27
+ pulp_created: null,
28
+ base_url: null)
27
29
  ```
28
30
 
29
31
 
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **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\") |
10
10
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
11
  **content_guard** | **String** | An optional content-guard. | [optional]
12
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
12
13
  **pulp_labels** | **Hash<String, String>** | | [optional]
13
14
  **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
14
15
  **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
@@ -23,6 +24,7 @@ instance = PulpcoreClient::DistributionResponse.new(pulp_href: null,
23
24
  base_path: null,
24
25
  base_url: null,
25
26
  content_guard: null,
27
+ hidden: null,
26
28
  pulp_labels: null,
27
29
  name: null,
28
30
  repository: null)
@@ -41,7 +41,7 @@ opts = {
41
41
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
42
42
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
43
43
  offset: 56, # Integer | The initial index from which to return the results.
44
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
44
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
45
45
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
46
46
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
47
47
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -78,7 +78,7 @@ Name | Type | Description | Notes
78
78
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
79
79
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
80
80
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
81
- **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
81
+ **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
82
82
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
83
83
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
84
84
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
@@ -42,7 +42,7 @@ opts = {
42
42
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
43
43
  name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
44
44
  offset: 56, # Integer | The initial index from which to return the results.
45
- ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `pk` - Pk * `-pk` - Pk (descending)
45
+ ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `base_path` - Base path * `-base_path` - Base path (descending) * `hidden` - Hidden * `-hidden` - Hidden (descending) * `pk` - Pk * `-pk` - Pk (descending)
46
46
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
47
47
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
48
48
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
@@ -78,7 +78,7 @@ Name | Type | Description | Notes
78
78
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
79
79
  **name__startswith** | **String**| Filter results where name starts with value | [optional]
80
80
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
81
- **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
81
+ **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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending) | [optional]
82
82
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
83
83
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
84
84
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
data/docs/TaskResponse.md CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **state** | **String** | The current state of the task. The possible values include: &#39;waiting&#39;, &#39;skipped&#39;, &#39;running&#39;, &#39;completed&#39;, &#39;failed&#39;, &#39;canceled&#39; and &#39;canceling&#39;. | [optional] [readonly]
10
10
  **name** | **String** | The name of task. |
11
11
  **logging_cid** | **String** | The logging correlation id associated with this task |
12
+ **created_by** | **String** | User who dispatched this task. | [optional] [readonly]
12
13
  **started_at** | **DateTime** | Timestamp of the when this task started execution. | [optional] [readonly]
13
14
  **finished_at** | **DateTime** | Timestamp of the when this task stopped execution. | [optional] [readonly]
14
15
  **error** | **Hash&lt;String, Object&gt;** | A JSON Object of a fatal error encountered during the execution of this task. | [optional] [readonly]
@@ -30,6 +31,7 @@ instance = PulpcoreClient::TaskResponse.new(pulp_href: null,
30
31
  state: null,
31
32
  name: null,
32
33
  logging_cid: null,
34
+ created_by: null,
33
35
  started_at: null,
34
36
  finished_at: null,
35
37
  error: null,
@@ -33,7 +33,7 @@ module PulpcoreClient
33
33
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
34
34
  # @option opts [String] :name__startswith Filter results where name starts with value
35
35
  # @option opts [Integer] :offset The initial index from which to return the results.
36
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
36
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
37
37
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
38
38
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
39
39
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -63,7 +63,7 @@ module PulpcoreClient
63
63
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
64
64
  # @option opts [String] :name__startswith Filter results where name starts with value
65
65
  # @option opts [Integer] :offset The initial index from which to return the results.
66
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
66
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
67
67
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
68
68
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
69
69
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -78,7 +78,7 @@ module PulpcoreClient
78
78
  if @api_client.config.debugging
79
79
  @api_client.config.logger.debug 'Calling API: DistributionsApi.list ...'
80
80
  end
81
- allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
81
+ allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
82
82
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
83
83
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
84
84
  end
@@ -33,7 +33,7 @@ module PulpcoreClient
33
33
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
34
34
  # @option opts [String] :name__startswith Filter results where name starts with value
35
35
  # @option opts [Integer] :offset The initial index from which to return the results.
36
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
36
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
37
37
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
38
38
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
39
39
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -62,7 +62,7 @@ module PulpcoreClient
62
62
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
63
63
  # @option opts [String] :name__startswith Filter results where name starts with value
64
64
  # @option opts [Integer] :offset The initial index from which to return the results.
65
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
65
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
66
66
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
67
67
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
68
68
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -76,7 +76,7 @@ module PulpcoreClient
76
76
  if @api_client.config.debugging
77
77
  @api_client.config.logger.debug 'Calling API: DistributionsArtifactsApi.list ...'
78
78
  end
79
- allowable_values = ["-base_path", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
79
+ allowable_values = ["-base_path", "-hidden", "-name", "-pk", "-pulp_created", "-pulp_id", "-pulp_labels", "-pulp_last_updated", "-pulp_type", "base_path", "hidden", "name", "pk", "pulp_created", "pulp_id", "pulp_labels", "pulp_last_updated", "pulp_type"]
80
80
  if @api_client.config.client_side_validation && opts[:'ordering'] && !opts[:'ordering'].all? { |item| allowable_values.include?(item) }
81
81
  fail ArgumentError, "invalid value for \"ordering\", must include one of #{allowable_values}"
82
82
  end
@@ -15,48 +15,53 @@ require 'date'
15
15
  module PulpcoreClient
16
16
  # A serializer for ArtifactDistribution.
17
17
  class ArtifactDistributionResponse
18
- # An optional content-guard.
19
- attr_accessor :content_guard
18
+ attr_accessor :pulp_labels
20
19
 
21
20
  # A unique name. Ex, `rawhide` and `stable`.
22
21
  attr_accessor :name
23
22
 
24
- # The URL for accessing the publication as defined by this distribution.
25
- attr_accessor :base_url
23
+ # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
24
+ attr_accessor :base_path
26
25
 
27
- attr_accessor :pulp_labels
26
+ # Whether this distribution should be shown in the content app.
27
+ attr_accessor :hidden
28
+
29
+ attr_accessor :pulp_href
30
+
31
+ # An optional content-guard.
32
+ attr_accessor :content_guard
28
33
 
29
34
  # Timestamp of creation.
30
35
  attr_accessor :pulp_created
31
36
 
32
- attr_accessor :pulp_href
33
-
34
- # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
35
- attr_accessor :base_path
37
+ # The URL for accessing the publication as defined by this distribution.
38
+ attr_accessor :base_url
36
39
 
37
40
  # Attribute mapping from ruby-style variable name to JSON key.
38
41
  def self.attribute_map
39
42
  {
40
- :'content_guard' => :'content_guard',
41
- :'name' => :'name',
42
- :'base_url' => :'base_url',
43
43
  :'pulp_labels' => :'pulp_labels',
44
- :'pulp_created' => :'pulp_created',
44
+ :'name' => :'name',
45
+ :'base_path' => :'base_path',
46
+ :'hidden' => :'hidden',
45
47
  :'pulp_href' => :'pulp_href',
46
- :'base_path' => :'base_path'
48
+ :'content_guard' => :'content_guard',
49
+ :'pulp_created' => :'pulp_created',
50
+ :'base_url' => :'base_url'
47
51
  }
48
52
  end
49
53
 
50
54
  # Attribute type mapping.
51
55
  def self.openapi_types
52
56
  {
53
- :'content_guard' => :'String',
54
- :'name' => :'String',
55
- :'base_url' => :'String',
56
57
  :'pulp_labels' => :'Hash<String, String>',
57
- :'pulp_created' => :'DateTime',
58
+ :'name' => :'String',
59
+ :'base_path' => :'String',
60
+ :'hidden' => :'Boolean',
58
61
  :'pulp_href' => :'String',
59
- :'base_path' => :'String'
62
+ :'content_guard' => :'String',
63
+ :'pulp_created' => :'DateTime',
64
+ :'base_url' => :'String'
60
65
  }
61
66
  end
62
67
 
@@ -82,34 +87,40 @@ module PulpcoreClient
82
87
  h[k.to_sym] = v
83
88
  }
84
89
 
85
- if attributes.key?(:'content_guard')
86
- self.content_guard = attributes[:'content_guard']
90
+ if attributes.key?(:'pulp_labels')
91
+ if (value = attributes[:'pulp_labels']).is_a?(Hash)
92
+ self.pulp_labels = value
93
+ end
87
94
  end
88
95
 
89
96
  if attributes.key?(:'name')
90
97
  self.name = attributes[:'name']
91
98
  end
92
99
 
93
- if attributes.key?(:'base_url')
94
- self.base_url = attributes[:'base_url']
95
- end
96
-
97
- if attributes.key?(:'pulp_labels')
98
- if (value = attributes[:'pulp_labels']).is_a?(Hash)
99
- self.pulp_labels = value
100
- end
100
+ if attributes.key?(:'base_path')
101
+ self.base_path = attributes[:'base_path']
101
102
  end
102
103
 
103
- if attributes.key?(:'pulp_created')
104
- self.pulp_created = attributes[:'pulp_created']
104
+ if attributes.key?(:'hidden')
105
+ self.hidden = attributes[:'hidden']
106
+ else
107
+ self.hidden = false
105
108
  end
106
109
 
107
110
  if attributes.key?(:'pulp_href')
108
111
  self.pulp_href = attributes[:'pulp_href']
109
112
  end
110
113
 
111
- if attributes.key?(:'base_path')
112
- self.base_path = attributes[:'base_path']
114
+ if attributes.key?(:'content_guard')
115
+ self.content_guard = attributes[:'content_guard']
116
+ end
117
+
118
+ if attributes.key?(:'pulp_created')
119
+ self.pulp_created = attributes[:'pulp_created']
120
+ end
121
+
122
+ if attributes.key?(:'base_url')
123
+ self.base_url = attributes[:'base_url']
113
124
  end
114
125
  end
115
126
 
@@ -141,13 +152,14 @@ module PulpcoreClient
141
152
  def ==(o)
142
153
  return true if self.equal?(o)
143
154
  self.class == o.class &&
144
- content_guard == o.content_guard &&
145
- name == o.name &&
146
- base_url == o.base_url &&
147
155
  pulp_labels == o.pulp_labels &&
148
- pulp_created == o.pulp_created &&
156
+ name == o.name &&
157
+ base_path == o.base_path &&
158
+ hidden == o.hidden &&
149
159
  pulp_href == o.pulp_href &&
150
- base_path == o.base_path
160
+ content_guard == o.content_guard &&
161
+ pulp_created == o.pulp_created &&
162
+ base_url == o.base_url
151
163
  end
152
164
 
153
165
  # @see the `==` method
@@ -159,7 +171,7 @@ module PulpcoreClient
159
171
  # Calculates hash code according to all attributes.
160
172
  # @return [Integer] Hash code
161
173
  def hash
162
- [content_guard, name, base_url, pulp_labels, pulp_created, pulp_href, base_path].hash
174
+ [pulp_labels, name, base_path, hidden, pulp_href, content_guard, pulp_created, base_url].hash
163
175
  end
164
176
 
165
177
  # Builds the object from hash
@@ -29,6 +29,9 @@ module PulpcoreClient
29
29
  # An optional content-guard.
30
30
  attr_accessor :content_guard
31
31
 
32
+ # Whether this distribution should be shown in the content app.
33
+ attr_accessor :hidden
34
+
32
35
  attr_accessor :pulp_labels
33
36
 
34
37
  # A unique name. Ex, `rawhide` and `stable`.
@@ -45,6 +48,7 @@ module PulpcoreClient
45
48
  :'base_path' => :'base_path',
46
49
  :'base_url' => :'base_url',
47
50
  :'content_guard' => :'content_guard',
51
+ :'hidden' => :'hidden',
48
52
  :'pulp_labels' => :'pulp_labels',
49
53
  :'name' => :'name',
50
54
  :'repository' => :'repository'
@@ -59,6 +63,7 @@ module PulpcoreClient
59
63
  :'base_path' => :'String',
60
64
  :'base_url' => :'String',
61
65
  :'content_guard' => :'String',
66
+ :'hidden' => :'Boolean',
62
67
  :'pulp_labels' => :'Hash<String, String>',
63
68
  :'name' => :'String',
64
69
  :'repository' => :'String'
@@ -108,6 +113,12 @@ module PulpcoreClient
108
113
  self.content_guard = attributes[:'content_guard']
109
114
  end
110
115
 
116
+ if attributes.key?(:'hidden')
117
+ self.hidden = attributes[:'hidden']
118
+ else
119
+ self.hidden = false
120
+ end
121
+
111
122
  if attributes.key?(:'pulp_labels')
112
123
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
113
124
  self.pulp_labels = value
@@ -156,6 +167,7 @@ module PulpcoreClient
156
167
  base_path == o.base_path &&
157
168
  base_url == o.base_url &&
158
169
  content_guard == o.content_guard &&
170
+ hidden == o.hidden &&
159
171
  pulp_labels == o.pulp_labels &&
160
172
  name == o.name &&
161
173
  repository == o.repository
@@ -170,7 +182,7 @@ module PulpcoreClient
170
182
  # Calculates hash code according to all attributes.
171
183
  # @return [Integer] Hash code
172
184
  def hash
173
- [pulp_href, pulp_created, base_path, base_url, content_guard, pulp_labels, name, repository].hash
185
+ [pulp_href, pulp_created, base_path, base_url, content_guard, hidden, pulp_labels, name, repository].hash
174
186
  end
175
187
 
176
188
  # Builds the object from hash
@@ -29,6 +29,9 @@ module PulpcoreClient
29
29
  # The logging correlation id associated with this task
30
30
  attr_accessor :logging_cid
31
31
 
32
+ # User who dispatched this task.
33
+ attr_accessor :created_by
34
+
32
35
  # Timestamp of the when this task started execution.
33
36
  attr_accessor :started_at
34
37
 
@@ -66,6 +69,7 @@ module PulpcoreClient
66
69
  :'state' => :'state',
67
70
  :'name' => :'name',
68
71
  :'logging_cid' => :'logging_cid',
72
+ :'created_by' => :'created_by',
69
73
  :'started_at' => :'started_at',
70
74
  :'finished_at' => :'finished_at',
71
75
  :'error' => :'error',
@@ -87,6 +91,7 @@ module PulpcoreClient
87
91
  :'state' => :'String',
88
92
  :'name' => :'String',
89
93
  :'logging_cid' => :'String',
94
+ :'created_by' => :'String',
90
95
  :'started_at' => :'DateTime',
91
96
  :'finished_at' => :'DateTime',
92
97
  :'error' => :'Hash<String, Object>',
@@ -141,6 +146,10 @@ module PulpcoreClient
141
146
  self.logging_cid = attributes[:'logging_cid']
142
147
  end
143
148
 
149
+ if attributes.key?(:'created_by')
150
+ self.created_by = attributes[:'created_by']
151
+ end
152
+
144
153
  if attributes.key?(:'started_at')
145
154
  self.started_at = attributes[:'started_at']
146
155
  end
@@ -225,6 +234,7 @@ module PulpcoreClient
225
234
  state == o.state &&
226
235
  name == o.name &&
227
236
  logging_cid == o.logging_cid &&
237
+ created_by == o.created_by &&
228
238
  started_at == o.started_at &&
229
239
  finished_at == o.finished_at &&
230
240
  error == o.error &&
@@ -246,7 +256,7 @@ module PulpcoreClient
246
256
  # Calculates hash code according to all attributes.
247
257
  # @return [Integer] Hash code
248
258
  def hash
249
- [pulp_href, pulp_created, state, name, logging_cid, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources, reserved_resources_record].hash
259
+ [pulp_href, pulp_created, state, name, logging_cid, created_by, started_at, finished_at, error, worker, parent_task, child_tasks, task_group, progress_reports, created_resources, reserved_resources_record].hash
250
260
  end
251
261
 
252
262
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.26.1'
14
+ VERSION = '3.27.0'
15
15
  end
@@ -47,7 +47,7 @@ describe 'DistributionsApi' do
47
47
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
50
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
51
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
52
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
53
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -47,7 +47,7 @@ describe 'DistributionsArtifactsApi' do
47
47
  # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
48
48
  # @option opts [String] :name__startswith Filter results where name starts with value
49
49
  # @option opts [Integer] :offset The initial index from which to return the results.
50
- # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
50
+ # @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;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;base_path&#x60; - Base path * &#x60;-base_path&#x60; - Base path (descending) * &#x60;hidden&#x60; - Hidden * &#x60;-hidden&#x60; - Hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
51
51
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
52
52
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
53
53
  # @option opts [String] :pulp_label_select Filter labels by search string
@@ -32,7 +32,7 @@ describe 'ArtifactDistributionResponse' do
32
32
  expect(@instance).to be_instance_of(PulpcoreClient::ArtifactDistributionResponse)
33
33
  end
34
34
  end
35
- describe 'test attribute "content_guard"' do
35
+ describe 'test attribute "pulp_labels"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
@@ -44,31 +44,37 @@ describe 'ArtifactDistributionResponse' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "base_url"' do
47
+ describe 'test attribute "base_path"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "pulp_labels"' do
53
+ describe 'test attribute "hidden"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "pulp_created"' do
59
+ describe 'test attribute "pulp_href"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "pulp_href"' do
65
+ describe 'test attribute "content_guard"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "base_path"' do
71
+ describe 'test attribute "pulp_created"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "base_url"' do
72
78
  it 'should work' do
73
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
80
  end
@@ -62,6 +62,12 @@ describe 'DistributionResponse' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "hidden"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "pulp_labels"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -62,6 +62,12 @@ describe 'TaskResponse' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "created_by"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "started_at"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
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.26.1
4
+ version: 3.27.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: 2023-05-25 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday