pulpcore_client 3.118.0 → 3.118.1

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: ff53b9d026abbe376f8ba92f7f4e5c57fa71a23c8f862b14580007078d71c2ac
4
- data.tar.gz: 299b4083ca824f9848d90bb0129e968b1e758bc4c5a1f8daa85927e01555f000
3
+ metadata.gz: 792b53e392890fa969eb8f857d9f3790d41780e21f04e714f26e512bebbae67d
4
+ data.tar.gz: 37c85ccdb8ab728eded014bf3a17f59c4b3735600a9db41d337b801e557b64b4
5
5
  SHA512:
6
- metadata.gz: 8ec7f7bca2a18881c943f426a08206ba41bee9ea157b7046bf427a3fc9434e5b6267857ed74c24d463ba9394b1814fddcb274b65a7fb6a93f1a12ae460986ea2
7
- data.tar.gz: 8aedf24559d7017b89e841a9ba15fb073f8fcebb7761272cd2837b0af8b498b26909c4bfb2c59c8c287be9753a1c1f10fc89156d6cd23e874f9fe441bf858298
6
+ metadata.gz: 584401591ba1972aa6ca3b6ddfdee8bc8d9e9639300489d7a590c02c993f8df71fc4c18e34b047a29b41e3bea6f0d7cbd8e9f674c731407150c276a09a6318de
7
+ data.tar.gz: d99700bd9eb2881ac1f897aa6d4929e856216c7adc5a75810743886b3eb114ba5174e9dd9d6ee7ed8fb1e682079fdd2fdb82ff3f373ff3e45025885352918aeb
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.118.0
10
+ - Package version: 3.118.1
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.118.0.gem
28
+ gem install ./pulpcore_client-3.118.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.118.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.118.1.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.118.0'
37
+ gem 'pulpcore_client', '~> 3.118.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -4,18 +4,18 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
8
- | **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional][readonly] |
9
- | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
10
- | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
7
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
11
8
  | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
12
- | **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
13
- | **pulp_last_updated** | **Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional][readonly] |
9
+ | **repository_version** | **String** | RepositoryVersion to be served | [optional] |
14
10
  | **content_guard** | **String** | An optional content-guard. | [optional] |
15
- | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
16
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
11
+ | **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] |
17
12
  | **pulp_href** | **String** | | [optional][readonly] |
13
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
14
+ | **content_guard_prn** | **String** | The Pulp Resource Name (PRN) of the associated optional content guard. | [optional][readonly] |
15
+ | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
18
16
  | **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\") | |
17
+ | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
18
+ | **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] |
19
19
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
20
20
 
21
21
  ## Example
@@ -24,18 +24,18 @@
24
24
  require 'pulpcore_client'
25
25
 
26
26
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
27
- pulp_created: null,
28
- no_content_change_since: null,
29
- repository_version: null,
30
- base_url: null,
27
+ prn: null,
31
28
  name: null,
32
- content_guard_prn: null,
33
- pulp_last_updated: null,
29
+ repository_version: null,
34
30
  content_guard: null,
35
- hidden: null,
36
- prn: null,
31
+ no_content_change_since: null,
37
32
  pulp_href: null,
33
+ pulp_created: null,
34
+ content_guard_prn: null,
35
+ hidden: null,
38
36
  base_path: null,
37
+ base_url: null,
38
+ pulp_last_updated: null,
39
39
  pulp_labels: null
40
40
  )
41
41
  ```
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 '2026-08-16'] |
7
+ | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2026-08-18'] |
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
@@ -16,58 +16,58 @@ require 'time'
16
16
  module PulpcoreClient
17
17
  # A serializer for ArtifactDistribution.
18
18
  class ArtifactDistributionResponse
19
- # Timestamp of creation.
20
- attr_accessor :pulp_created
19
+ # The Pulp Resource Name (PRN).
20
+ attr_accessor :prn
21
21
 
22
- # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
23
- attr_accessor :no_content_change_since
22
+ # A unique name. Ex, `rawhide` and `stable`.
23
+ attr_accessor :name
24
24
 
25
25
  # RepositoryVersion to be served
26
26
  attr_accessor :repository_version
27
27
 
28
- # The URL for accessing the publication as defined by this distribution.
29
- attr_accessor :base_url
28
+ # An optional content-guard.
29
+ attr_accessor :content_guard
30
30
 
31
- # A unique name. Ex, `rawhide` and `stable`.
32
- attr_accessor :name
31
+ # Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.
32
+ attr_accessor :no_content_change_since
33
33
 
34
- # The Pulp Resource Name (PRN) of the associated optional content guard.
35
- attr_accessor :content_guard_prn
34
+ attr_accessor :pulp_href
36
35
 
37
- # Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
38
- attr_accessor :pulp_last_updated
36
+ # Timestamp of creation.
37
+ attr_accessor :pulp_created
39
38
 
40
- # An optional content-guard.
41
- attr_accessor :content_guard
39
+ # The Pulp Resource Name (PRN) of the associated optional content guard.
40
+ attr_accessor :content_guard_prn
42
41
 
43
42
  # Whether this distribution should be shown in the content app.
44
43
  attr_accessor :hidden
45
44
 
46
- # The Pulp Resource Name (PRN).
47
- attr_accessor :prn
48
-
49
- attr_accessor :pulp_href
50
-
51
45
  # The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")
52
46
  attr_accessor :base_path
53
47
 
48
+ # The URL for accessing the publication as defined by this distribution.
49
+ attr_accessor :base_url
50
+
51
+ # 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.
52
+ attr_accessor :pulp_last_updated
53
+
54
54
  attr_accessor :pulp_labels
55
55
 
56
56
  # Attribute mapping from ruby-style variable name to JSON key.
57
57
  def self.attribute_map
58
58
  {
59
- :'pulp_created' => :'pulp_created',
60
- :'no_content_change_since' => :'no_content_change_since',
61
- :'repository_version' => :'repository_version',
62
- :'base_url' => :'base_url',
59
+ :'prn' => :'prn',
63
60
  :'name' => :'name',
64
- :'content_guard_prn' => :'content_guard_prn',
65
- :'pulp_last_updated' => :'pulp_last_updated',
61
+ :'repository_version' => :'repository_version',
66
62
  :'content_guard' => :'content_guard',
67
- :'hidden' => :'hidden',
68
- :'prn' => :'prn',
63
+ :'no_content_change_since' => :'no_content_change_since',
69
64
  :'pulp_href' => :'pulp_href',
65
+ :'pulp_created' => :'pulp_created',
66
+ :'content_guard_prn' => :'content_guard_prn',
67
+ :'hidden' => :'hidden',
70
68
  :'base_path' => :'base_path',
69
+ :'base_url' => :'base_url',
70
+ :'pulp_last_updated' => :'pulp_last_updated',
71
71
  :'pulp_labels' => :'pulp_labels'
72
72
  }
73
73
  end
@@ -80,18 +80,18 @@ module PulpcoreClient
80
80
  # Attribute type mapping.
81
81
  def self.openapi_types
82
82
  {
83
- :'pulp_created' => :'Time',
84
- :'no_content_change_since' => :'String',
85
- :'repository_version' => :'String',
86
- :'base_url' => :'String',
83
+ :'prn' => :'String',
87
84
  :'name' => :'String',
88
- :'content_guard_prn' => :'String',
89
- :'pulp_last_updated' => :'Time',
85
+ :'repository_version' => :'String',
90
86
  :'content_guard' => :'String',
91
- :'hidden' => :'Boolean',
92
- :'prn' => :'String',
87
+ :'no_content_change_since' => :'String',
93
88
  :'pulp_href' => :'String',
89
+ :'pulp_created' => :'Time',
90
+ :'content_guard_prn' => :'String',
91
+ :'hidden' => :'Boolean',
94
92
  :'base_path' => :'String',
93
+ :'base_url' => :'String',
94
+ :'pulp_last_updated' => :'Time',
95
95
  :'pulp_labels' => :'Hash<String, String>'
96
96
  }
97
97
  end
@@ -119,38 +119,38 @@ module PulpcoreClient
119
119
  h[k.to_sym] = v
120
120
  }
121
121
 
122
- if attributes.key?(:'pulp_created')
123
- self.pulp_created = attributes[:'pulp_created']
122
+ if attributes.key?(:'prn')
123
+ self.prn = attributes[:'prn']
124
124
  end
125
125
 
126
- if attributes.key?(:'no_content_change_since')
127
- self.no_content_change_since = attributes[:'no_content_change_since']
126
+ if attributes.key?(:'name')
127
+ self.name = attributes[:'name']
128
+ else
129
+ self.name = nil
128
130
  end
129
131
 
130
132
  if attributes.key?(:'repository_version')
131
133
  self.repository_version = attributes[:'repository_version']
132
134
  end
133
135
 
134
- if attributes.key?(:'base_url')
135
- self.base_url = attributes[:'base_url']
136
+ if attributes.key?(:'content_guard')
137
+ self.content_guard = attributes[:'content_guard']
136
138
  end
137
139
 
138
- if attributes.key?(:'name')
139
- self.name = attributes[:'name']
140
- else
141
- self.name = nil
140
+ if attributes.key?(:'no_content_change_since')
141
+ self.no_content_change_since = attributes[:'no_content_change_since']
142
142
  end
143
143
 
144
- if attributes.key?(:'content_guard_prn')
145
- self.content_guard_prn = attributes[:'content_guard_prn']
144
+ if attributes.key?(:'pulp_href')
145
+ self.pulp_href = attributes[:'pulp_href']
146
146
  end
147
147
 
148
- if attributes.key?(:'pulp_last_updated')
149
- self.pulp_last_updated = attributes[:'pulp_last_updated']
148
+ if attributes.key?(:'pulp_created')
149
+ self.pulp_created = attributes[:'pulp_created']
150
150
  end
151
151
 
152
- if attributes.key?(:'content_guard')
153
- self.content_guard = attributes[:'content_guard']
152
+ if attributes.key?(:'content_guard_prn')
153
+ self.content_guard_prn = attributes[:'content_guard_prn']
154
154
  end
155
155
 
156
156
  if attributes.key?(:'hidden')
@@ -159,20 +159,20 @@ module PulpcoreClient
159
159
  self.hidden = false
160
160
  end
161
161
 
162
- if attributes.key?(:'prn')
163
- self.prn = attributes[:'prn']
164
- end
165
-
166
- if attributes.key?(:'pulp_href')
167
- self.pulp_href = attributes[:'pulp_href']
168
- end
169
-
170
162
  if attributes.key?(:'base_path')
171
163
  self.base_path = attributes[:'base_path']
172
164
  else
173
165
  self.base_path = nil
174
166
  end
175
167
 
168
+ if attributes.key?(:'base_url')
169
+ self.base_url = attributes[:'base_url']
170
+ end
171
+
172
+ if attributes.key?(:'pulp_last_updated')
173
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
174
+ end
175
+
176
176
  if attributes.key?(:'pulp_labels')
177
177
  if (value = attributes[:'pulp_labels']).is_a?(Hash)
178
178
  self.pulp_labels = value
@@ -210,18 +210,18 @@ module PulpcoreClient
210
210
  def ==(o)
211
211
  return true if self.equal?(o)
212
212
  self.class == o.class &&
213
- pulp_created == o.pulp_created &&
214
- no_content_change_since == o.no_content_change_since &&
215
- repository_version == o.repository_version &&
216
- base_url == o.base_url &&
213
+ prn == o.prn &&
217
214
  name == o.name &&
218
- content_guard_prn == o.content_guard_prn &&
219
- pulp_last_updated == o.pulp_last_updated &&
215
+ repository_version == o.repository_version &&
220
216
  content_guard == o.content_guard &&
221
- hidden == o.hidden &&
222
- prn == o.prn &&
217
+ no_content_change_since == o.no_content_change_since &&
223
218
  pulp_href == o.pulp_href &&
219
+ pulp_created == o.pulp_created &&
220
+ content_guard_prn == o.content_guard_prn &&
221
+ hidden == o.hidden &&
224
222
  base_path == o.base_path &&
223
+ base_url == o.base_url &&
224
+ pulp_last_updated == o.pulp_last_updated &&
225
225
  pulp_labels == o.pulp_labels
226
226
  end
227
227
 
@@ -234,7 +234,7 @@ module PulpcoreClient
234
234
  # Calculates hash code according to all attributes.
235
235
  # @return [Integer] Hash code
236
236
  def hash
237
- [pulp_created, no_content_change_since, repository_version, base_url, name, content_guard_prn, pulp_last_updated, content_guard, hidden, prn, pulp_href, base_path, pulp_labels].hash
237
+ [prn, name, repository_version, content_guard, no_content_change_since, pulp_href, pulp_created, content_guard_prn, hidden, base_path, base_url, pulp_last_updated, pulp_labels].hash
238
238
  end
239
239
 
240
240
  # Builds the object from hash
@@ -66,7 +66,7 @@ module PulpcoreClient
66
66
  if attributes.key?(:'finished_before')
67
67
  self.finished_before = attributes[:'finished_before']
68
68
  else
69
- self.finished_before = '2026-08-16'
69
+ self.finished_before = '2026-08-18'
70
70
  end
71
71
 
72
72
  if attributes.key?(:'states')
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.118.0'
14
+ VERSION = '3.118.1'
15
15
  end
@@ -27,13 +27,13 @@ describe PulpcoreClient::ArtifactDistributionResponse do
27
27
  end
28
28
  end
29
29
 
30
- describe 'test attribute "pulp_created"' do
30
+ describe 'test attribute "prn"' 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 "no_content_change_since"' do
36
+ describe 'test attribute "name"' 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
@@ -45,31 +45,31 @@ describe PulpcoreClient::ArtifactDistributionResponse do
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "base_url"' do
48
+ describe 'test attribute "content_guard"' 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 "name"' do
54
+ describe 'test attribute "no_content_change_since"' 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 "content_guard_prn"' do
60
+ describe 'test attribute "pulp_href"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "pulp_last_updated"' do
66
+ describe 'test attribute "pulp_created"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "content_guard"' do
72
+ describe 'test attribute "content_guard_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
@@ -81,19 +81,19 @@ describe PulpcoreClient::ArtifactDistributionResponse do
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "prn"' do
84
+ describe 'test attribute "base_path"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "pulp_href"' do
90
+ describe 'test attribute "base_url"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "base_path"' do
96
+ describe 'test attribute "pulp_last_updated"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
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.118.0
4
+ version: 3.118.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-15 00:00:00.000000000 Z
11
+ date: 2026-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday