pulp_deb_client 2.0.0b4 → 2.2.0b1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +31 -11
  3. data/docs/{ContentInstallerFileIndexApi.md → ContentInstallerFileIndicesApi.md} +12 -12
  4. data/docs/{ContentPackageIndexApi.md → ContentPackageIndicesApi.md} +12 -12
  5. data/docs/ContentPackageReleaseComponentsApi.md +194 -0
  6. data/docs/ContentReleaseArchitecturesApi.md +194 -0
  7. data/docs/ContentReleaseComponentsApi.md +194 -0
  8. data/docs/ContentReleaseFilesApi.md +2 -2
  9. data/docs/ContentReleasesApi.md +196 -0
  10. data/docs/DebDebRemote.md +6 -4
  11. data/docs/DebPackageReleaseComponent.md +23 -0
  12. data/docs/DebRelease.md +25 -0
  13. data/docs/DebReleaseArchitecture.md +23 -0
  14. data/docs/DebReleaseComponent.md +23 -0
  15. data/docs/DistributionsAptApi.md +2 -2
  16. data/docs/InlineResponse20010.md +1 -1
  17. data/docs/InlineResponse20011.md +23 -0
  18. data/docs/InlineResponse20012.md +23 -0
  19. data/docs/InlineResponse20013.md +23 -0
  20. data/docs/InlineResponse20014.md +23 -0
  21. data/docs/InlineResponse2004.md +1 -1
  22. data/docs/InlineResponse2005.md +1 -1
  23. data/docs/InlineResponse2006.md +1 -1
  24. data/docs/InlineResponse2007.md +1 -1
  25. data/docs/InlineResponse2008.md +1 -1
  26. data/docs/InlineResponse2009.md +1 -1
  27. data/docs/PublicationsAptApi.md +16 -2
  28. data/docs/PublicationsVerbatimApi.md +16 -2
  29. data/docs/RemotesAptApi.md +2 -2
  30. data/docs/RepositoriesAptApi.md +5 -4
  31. data/docs/RepositoriesDebVersionsApi.md +2 -2
  32. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +1 -1
  33. data/lib/pulp_deb_client/api/{content_installer_file_index_api.rb → content_installer_file_indices_api.rb} +14 -14
  34. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +1 -1
  35. data/lib/pulp_deb_client/api/{content_package_index_api.rb → content_package_indices_api.rb} +14 -14
  36. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +237 -0
  37. data/lib/pulp_deb_client/api/content_packages_api.rb +1 -1
  38. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +237 -0
  39. data/lib/pulp_deb_client/api/content_release_components_api.rb +237 -0
  40. data/lib/pulp_deb_client/api/content_release_files_api.rb +4 -4
  41. data/lib/pulp_deb_client/api/content_releases_api.rb +240 -0
  42. data/lib/pulp_deb_client/api/distributions_apt_api.rb +4 -4
  43. data/lib/pulp_deb_client/api/publications_apt_api.rb +25 -4
  44. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +25 -4
  45. data/lib/pulp_deb_client/api/remotes_apt_api.rb +4 -4
  46. data/lib/pulp_deb_client/api/repositories_apt_api.rb +6 -4
  47. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +4 -4
  48. data/lib/pulp_deb_client/api_client.rb +1 -1
  49. data/lib/pulp_deb_client/api_error.rb +1 -1
  50. data/lib/pulp_deb_client/configuration.rb +1 -1
  51. data/lib/pulp_deb_client/models/async_operation_response.rb +1 -1
  52. data/lib/pulp_deb_client/models/content_summary.rb +1 -1
  53. data/lib/pulp_deb_client/models/deb_base_package.rb +1 -1
  54. data/lib/pulp_deb_client/models/deb_deb_distribution.rb +1 -1
  55. data/lib/pulp_deb_client/models/deb_deb_publication.rb +1 -1
  56. data/lib/pulp_deb_client/models/deb_deb_remote.rb +33 -8
  57. data/lib/pulp_deb_client/models/deb_deb_repository.rb +1 -1
  58. data/lib/pulp_deb_client/models/deb_generic_content.rb +1 -1
  59. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +1 -1
  60. data/lib/pulp_deb_client/models/deb_package_index.rb +1 -1
  61. data/lib/pulp_deb_client/models/deb_package_release_component.rb +246 -0
  62. data/lib/pulp_deb_client/models/deb_release.rb +315 -0
  63. data/lib/pulp_deb_client/models/deb_release_architecture.rb +265 -0
  64. data/lib/pulp_deb_client/models/deb_release_component.rb +265 -0
  65. data/lib/pulp_deb_client/models/deb_release_file.rb +1 -1
  66. data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +1 -1
  67. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  68. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  69. data/lib/pulp_deb_client/models/inline_response20010.rb +2 -2
  70. data/lib/pulp_deb_client/models/inline_response20011.rb +247 -0
  71. data/lib/pulp_deb_client/models/inline_response20012.rb +247 -0
  72. data/lib/pulp_deb_client/models/inline_response20013.rb +247 -0
  73. data/lib/pulp_deb_client/models/inline_response20014.rb +247 -0
  74. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  75. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  76. data/lib/pulp_deb_client/models/inline_response2004.rb +2 -2
  77. data/lib/pulp_deb_client/models/inline_response2005.rb +2 -2
  78. data/lib/pulp_deb_client/models/inline_response2006.rb +2 -2
  79. data/lib/pulp_deb_client/models/inline_response2007.rb +2 -2
  80. data/lib/pulp_deb_client/models/inline_response2008.rb +2 -2
  81. data/lib/pulp_deb_client/models/inline_response2009.rb +2 -2
  82. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +1 -1
  83. data/lib/pulp_deb_client/models/repository_sync_url.rb +1 -1
  84. data/lib/pulp_deb_client/models/repository_version.rb +1 -1
  85. data/lib/pulp_deb_client/version.rb +2 -2
  86. data/lib/pulp_deb_client.rb +15 -3
  87. data/pulp_deb_client.gemspec +1 -1
  88. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  89. data/spec/api/{content_installer_file_index_api_spec.rb → content_installer_file_indices_api_spec.rb} +8 -8
  90. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  91. data/spec/api/{content_package_index_api_spec.rb → content_package_indices_api_spec.rb} +8 -8
  92. data/spec/api/content_package_release_components_api_spec.rb +81 -0
  93. data/spec/api/content_packages_api_spec.rb +1 -1
  94. data/spec/api/content_release_architectures_api_spec.rb +81 -0
  95. data/spec/api/content_release_components_api_spec.rb +81 -0
  96. data/spec/api/content_release_files_api_spec.rb +2 -2
  97. data/spec/api/content_releases_api_spec.rb +82 -0
  98. data/spec/api/distributions_apt_api_spec.rb +2 -2
  99. data/spec/api/publications_apt_api_spec.rb +9 -2
  100. data/spec/api/publications_verbatim_api_spec.rb +9 -2
  101. data/spec/api/remotes_apt_api_spec.rb +2 -2
  102. data/spec/api/repositories_apt_api_spec.rb +3 -2
  103. data/spec/api/repositories_deb_versions_api_spec.rb +2 -2
  104. data/spec/api_client_spec.rb +1 -1
  105. data/spec/configuration_spec.rb +1 -1
  106. data/spec/models/async_operation_response_spec.rb +1 -1
  107. data/spec/models/content_summary_spec.rb +1 -1
  108. data/spec/models/deb_base_package_spec.rb +1 -1
  109. data/spec/models/deb_deb_distribution_spec.rb +1 -1
  110. data/spec/models/deb_deb_publication_spec.rb +1 -1
  111. data/spec/models/deb_deb_remote_spec.rb +7 -1
  112. data/spec/models/deb_deb_repository_spec.rb +1 -1
  113. data/spec/models/deb_generic_content_spec.rb +1 -1
  114. data/spec/models/deb_installer_file_index_spec.rb +1 -1
  115. data/spec/models/deb_package_index_spec.rb +1 -1
  116. data/spec/models/deb_package_release_component_spec.rb +59 -0
  117. data/spec/models/deb_release_architecture_spec.rb +59 -0
  118. data/spec/models/deb_release_component_spec.rb +59 -0
  119. data/spec/models/deb_release_file_spec.rb +1 -1
  120. data/spec/models/deb_release_spec.rb +65 -0
  121. data/spec/models/deb_verbatim_publication_spec.rb +1 -1
  122. data/spec/models/inline_response20010_spec.rb +1 -1
  123. data/spec/models/inline_response20011_spec.rb +59 -0
  124. data/spec/models/inline_response20012_spec.rb +59 -0
  125. data/spec/models/inline_response20013_spec.rb +59 -0
  126. data/spec/models/inline_response20014_spec.rb +59 -0
  127. data/spec/models/inline_response2001_spec.rb +1 -1
  128. data/spec/models/inline_response2002_spec.rb +1 -1
  129. data/spec/models/inline_response2003_spec.rb +1 -1
  130. data/spec/models/inline_response2004_spec.rb +1 -1
  131. data/spec/models/inline_response2005_spec.rb +1 -1
  132. data/spec/models/inline_response2006_spec.rb +1 -1
  133. data/spec/models/inline_response2007_spec.rb +1 -1
  134. data/spec/models/inline_response2008_spec.rb +1 -1
  135. data/spec/models/inline_response2009_spec.rb +1 -1
  136. data/spec/models/inline_response200_spec.rb +1 -1
  137. data/spec/models/repository_add_remove_content_spec.rb +1 -1
  138. data/spec/models/repository_sync_url_spec.rb +1 -1
  139. data/spec/models/repository_version_spec.rb +1 -1
  140. data/spec/spec_helper.rb +1 -1
  141. metadata +79 -31
@@ -0,0 +1,247 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module PulpDebClient
16
+ class InlineResponse20013
17
+ attr_accessor :count
18
+
19
+ attr_accessor :_next
20
+
21
+ attr_accessor :previous
22
+
23
+ attr_accessor :results
24
+
25
+ # Attribute mapping from ruby-style variable name to JSON key.
26
+ def self.attribute_map
27
+ {
28
+ :'count' => :'count',
29
+ :'_next' => :'next',
30
+ :'previous' => :'previous',
31
+ :'results' => :'results'
32
+ }
33
+ end
34
+
35
+ # Attribute type mapping.
36
+ def self.openapi_types
37
+ {
38
+ :'count' => :'Integer',
39
+ :'_next' => :'String',
40
+ :'previous' => :'String',
41
+ :'results' => :'Array<DebDebRepository>'
42
+ }
43
+ end
44
+
45
+ # List of attributes with nullable: true
46
+ def self.openapi_nullable
47
+ Set.new([
48
+ :'_next',
49
+ :'previous',
50
+ ])
51
+ end
52
+
53
+ # Initializes the object
54
+ # @param [Hash] attributes Model attributes in the form of hash
55
+ def initialize(attributes = {})
56
+ if (!attributes.is_a?(Hash))
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::InlineResponse20013` initialize method"
58
+ end
59
+
60
+ # check to see if the attribute exists and convert string to symbol for hash key
61
+ attributes = attributes.each_with_object({}) { |(k, v), h|
62
+ if (!self.class.attribute_map.key?(k.to_sym))
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::InlineResponse20013`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
+ end
65
+ h[k.to_sym] = v
66
+ }
67
+
68
+ if attributes.key?(:'count')
69
+ self.count = attributes[:'count']
70
+ end
71
+
72
+ if attributes.key?(:'_next')
73
+ self._next = attributes[:'_next']
74
+ end
75
+
76
+ if attributes.key?(:'previous')
77
+ self.previous = attributes[:'previous']
78
+ end
79
+
80
+ if attributes.key?(:'results')
81
+ if (value = attributes[:'results']).is_a?(Array)
82
+ self.results = value
83
+ end
84
+ end
85
+ end
86
+
87
+ # Show invalid properties with the reasons. Usually used together with valid?
88
+ # @return Array for valid properties with the reasons
89
+ def list_invalid_properties
90
+ invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
99
+ invalid_properties
100
+ end
101
+
102
+ # Check to see if the all the properties in the model are valid
103
+ # @return true if the model is valid
104
+ def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
107
+ true
108
+ end
109
+
110
+ # Checks equality by comparing each attribute.
111
+ # @param [Object] Object to be compared
112
+ def ==(o)
113
+ return true if self.equal?(o)
114
+ self.class == o.class &&
115
+ count == o.count &&
116
+ _next == o._next &&
117
+ previous == o.previous &&
118
+ results == o.results
119
+ end
120
+
121
+ # @see the `==` method
122
+ # @param [Object] Object to be compared
123
+ def eql?(o)
124
+ self == o
125
+ end
126
+
127
+ # Calculates hash code according to all attributes.
128
+ # @return [Integer] Hash code
129
+ def hash
130
+ [count, _next, previous, results].hash
131
+ end
132
+
133
+ # Builds the object from hash
134
+ # @param [Hash] attributes Model attributes in the form of hash
135
+ # @return [Object] Returns the model itself
136
+ def self.build_from_hash(attributes)
137
+ new.build_from_hash(attributes)
138
+ end
139
+
140
+ # Builds the object from hash
141
+ # @param [Hash] attributes Model attributes in the form of hash
142
+ # @return [Object] Returns the model itself
143
+ def build_from_hash(attributes)
144
+ return nil unless attributes.is_a?(Hash)
145
+ self.class.openapi_types.each_pair do |key, type|
146
+ if type =~ /\AArray<(.*)>/i
147
+ # check to ensure the input is an array given that the attribute
148
+ # is documented as an array but the input is not
149
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
150
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
151
+ end
152
+ elsif !attributes[self.class.attribute_map[key]].nil?
153
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
154
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
155
+ end
156
+
157
+ self
158
+ end
159
+
160
+ # Deserializes the data based on type
161
+ # @param string type Data type
162
+ # @param string value Value to be deserialized
163
+ # @return [Object] Deserialized data
164
+ def _deserialize(type, value)
165
+ case type.to_sym
166
+ when :DateTime
167
+ DateTime.parse(value)
168
+ when :Date
169
+ Date.parse(value)
170
+ when :String
171
+ value.to_s
172
+ when :Integer
173
+ value.to_i
174
+ when :Float
175
+ value.to_f
176
+ when :Boolean
177
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
178
+ true
179
+ else
180
+ false
181
+ end
182
+ when :Object
183
+ # generic object (usually a Hash), return directly
184
+ value
185
+ when /\AArray<(?<inner_type>.+)>\z/
186
+ inner_type = Regexp.last_match[:inner_type]
187
+ value.map { |v| _deserialize(inner_type, v) }
188
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
189
+ k_type = Regexp.last_match[:k_type]
190
+ v_type = Regexp.last_match[:v_type]
191
+ {}.tap do |hash|
192
+ value.each do |k, v|
193
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
194
+ end
195
+ end
196
+ else # model
197
+ PulpDebClient.const_get(type).build_from_hash(value)
198
+ end
199
+ end
200
+
201
+ # Returns the string representation of the object
202
+ # @return [String] String presentation of the object
203
+ def to_s
204
+ to_hash.to_s
205
+ end
206
+
207
+ # to_body is an alias to to_hash (backward compatibility)
208
+ # @return [Hash] Returns the object in the form of hash
209
+ def to_body
210
+ to_hash
211
+ end
212
+
213
+ # Returns the object in the form of hash
214
+ # @return [Hash] Returns the object in the form of hash
215
+ def to_hash
216
+ hash = {}
217
+ self.class.attribute_map.each_pair do |attr, param|
218
+ value = self.send(attr)
219
+ if value.nil?
220
+ is_nullable = self.class.openapi_nullable.include?(attr)
221
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
222
+ end
223
+
224
+ hash[param] = _to_hash(value)
225
+ end
226
+ hash
227
+ end
228
+
229
+ # Outputs non-array value in the form of hash
230
+ # For object, use to_hash. Otherwise, just return the value
231
+ # @param [Object] value Any valid value
232
+ # @return [Hash] Returns the value in the form of hash
233
+ def _to_hash(value)
234
+ if value.is_a?(Array)
235
+ value.compact.map { |v| _to_hash(v) }
236
+ elsif value.is_a?(Hash)
237
+ {}.tap do |hash|
238
+ value.each { |k, v| hash[k] = _to_hash(v) }
239
+ end
240
+ elsif value.respond_to? :to_hash
241
+ value.to_hash
242
+ else
243
+ value
244
+ end
245
+ end
246
+ end
247
+ end
@@ -0,0 +1,247 @@
1
+ =begin
2
+ #Pulp 3 API
3
+
4
+ #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+
6
+ The version of the OpenAPI document: v3
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 4.2.2
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module PulpDebClient
16
+ class InlineResponse20014
17
+ attr_accessor :count
18
+
19
+ attr_accessor :_next
20
+
21
+ attr_accessor :previous
22
+
23
+ attr_accessor :results
24
+
25
+ # Attribute mapping from ruby-style variable name to JSON key.
26
+ def self.attribute_map
27
+ {
28
+ :'count' => :'count',
29
+ :'_next' => :'next',
30
+ :'previous' => :'previous',
31
+ :'results' => :'results'
32
+ }
33
+ end
34
+
35
+ # Attribute type mapping.
36
+ def self.openapi_types
37
+ {
38
+ :'count' => :'Integer',
39
+ :'_next' => :'String',
40
+ :'previous' => :'String',
41
+ :'results' => :'Array<RepositoryVersion>'
42
+ }
43
+ end
44
+
45
+ # List of attributes with nullable: true
46
+ def self.openapi_nullable
47
+ Set.new([
48
+ :'_next',
49
+ :'previous',
50
+ ])
51
+ end
52
+
53
+ # Initializes the object
54
+ # @param [Hash] attributes Model attributes in the form of hash
55
+ def initialize(attributes = {})
56
+ if (!attributes.is_a?(Hash))
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `PulpDebClient::InlineResponse20014` initialize method"
58
+ end
59
+
60
+ # check to see if the attribute exists and convert string to symbol for hash key
61
+ attributes = attributes.each_with_object({}) { |(k, v), h|
62
+ if (!self.class.attribute_map.key?(k.to_sym))
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `PulpDebClient::InlineResponse20014`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
64
+ end
65
+ h[k.to_sym] = v
66
+ }
67
+
68
+ if attributes.key?(:'count')
69
+ self.count = attributes[:'count']
70
+ end
71
+
72
+ if attributes.key?(:'_next')
73
+ self._next = attributes[:'_next']
74
+ end
75
+
76
+ if attributes.key?(:'previous')
77
+ self.previous = attributes[:'previous']
78
+ end
79
+
80
+ if attributes.key?(:'results')
81
+ if (value = attributes[:'results']).is_a?(Array)
82
+ self.results = value
83
+ end
84
+ end
85
+ end
86
+
87
+ # Show invalid properties with the reasons. Usually used together with valid?
88
+ # @return Array for valid properties with the reasons
89
+ def list_invalid_properties
90
+ invalid_properties = Array.new
91
+ if @count.nil?
92
+ invalid_properties.push('invalid value for "count", count cannot be nil.')
93
+ end
94
+
95
+ if @results.nil?
96
+ invalid_properties.push('invalid value for "results", results cannot be nil.')
97
+ end
98
+
99
+ invalid_properties
100
+ end
101
+
102
+ # Check to see if the all the properties in the model are valid
103
+ # @return true if the model is valid
104
+ def valid?
105
+ return false if @count.nil?
106
+ return false if @results.nil?
107
+ true
108
+ end
109
+
110
+ # Checks equality by comparing each attribute.
111
+ # @param [Object] Object to be compared
112
+ def ==(o)
113
+ return true if self.equal?(o)
114
+ self.class == o.class &&
115
+ count == o.count &&
116
+ _next == o._next &&
117
+ previous == o.previous &&
118
+ results == o.results
119
+ end
120
+
121
+ # @see the `==` method
122
+ # @param [Object] Object to be compared
123
+ def eql?(o)
124
+ self == o
125
+ end
126
+
127
+ # Calculates hash code according to all attributes.
128
+ # @return [Integer] Hash code
129
+ def hash
130
+ [count, _next, previous, results].hash
131
+ end
132
+
133
+ # Builds the object from hash
134
+ # @param [Hash] attributes Model attributes in the form of hash
135
+ # @return [Object] Returns the model itself
136
+ def self.build_from_hash(attributes)
137
+ new.build_from_hash(attributes)
138
+ end
139
+
140
+ # Builds the object from hash
141
+ # @param [Hash] attributes Model attributes in the form of hash
142
+ # @return [Object] Returns the model itself
143
+ def build_from_hash(attributes)
144
+ return nil unless attributes.is_a?(Hash)
145
+ self.class.openapi_types.each_pair do |key, type|
146
+ if type =~ /\AArray<(.*)>/i
147
+ # check to ensure the input is an array given that the attribute
148
+ # is documented as an array but the input is not
149
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
150
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
151
+ end
152
+ elsif !attributes[self.class.attribute_map[key]].nil?
153
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
154
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
155
+ end
156
+
157
+ self
158
+ end
159
+
160
+ # Deserializes the data based on type
161
+ # @param string type Data type
162
+ # @param string value Value to be deserialized
163
+ # @return [Object] Deserialized data
164
+ def _deserialize(type, value)
165
+ case type.to_sym
166
+ when :DateTime
167
+ DateTime.parse(value)
168
+ when :Date
169
+ Date.parse(value)
170
+ when :String
171
+ value.to_s
172
+ when :Integer
173
+ value.to_i
174
+ when :Float
175
+ value.to_f
176
+ when :Boolean
177
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
178
+ true
179
+ else
180
+ false
181
+ end
182
+ when :Object
183
+ # generic object (usually a Hash), return directly
184
+ value
185
+ when /\AArray<(?<inner_type>.+)>\z/
186
+ inner_type = Regexp.last_match[:inner_type]
187
+ value.map { |v| _deserialize(inner_type, v) }
188
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
189
+ k_type = Regexp.last_match[:k_type]
190
+ v_type = Regexp.last_match[:v_type]
191
+ {}.tap do |hash|
192
+ value.each do |k, v|
193
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
194
+ end
195
+ end
196
+ else # model
197
+ PulpDebClient.const_get(type).build_from_hash(value)
198
+ end
199
+ end
200
+
201
+ # Returns the string representation of the object
202
+ # @return [String] String presentation of the object
203
+ def to_s
204
+ to_hash.to_s
205
+ end
206
+
207
+ # to_body is an alias to to_hash (backward compatibility)
208
+ # @return [Hash] Returns the object in the form of hash
209
+ def to_body
210
+ to_hash
211
+ end
212
+
213
+ # Returns the object in the form of hash
214
+ # @return [Hash] Returns the object in the form of hash
215
+ def to_hash
216
+ hash = {}
217
+ self.class.attribute_map.each_pair do |attr, param|
218
+ value = self.send(attr)
219
+ if value.nil?
220
+ is_nullable = self.class.openapi_nullable.include?(attr)
221
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
222
+ end
223
+
224
+ hash[param] = _to_hash(value)
225
+ end
226
+ hash
227
+ end
228
+
229
+ # Outputs non-array value in the form of hash
230
+ # For object, use to_hash. Otherwise, just return the value
231
+ # @param [Object] value Any valid value
232
+ # @return [Hash] Returns the value in the form of hash
233
+ def _to_hash(value)
234
+ if value.is_a?(Array)
235
+ value.compact.map { |v| _to_hash(v) }
236
+ elsif value.is_a?(Hash)
237
+ {}.tap do |hash|
238
+ value.each { |k, v| hash[k] = _to_hash(v) }
239
+ end
240
+ elsif value.respond_to? :to_hash
241
+ value.to_hash
242
+ else
243
+ value
244
+ end
245
+ end
246
+ end
247
+ end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ module PulpDebClient
38
38
  :'count' => :'Integer',
39
39
  :'_next' => :'String',
40
40
  :'previous' => :'String',
41
- :'results' => :'Array<DebReleaseFile>'
41
+ :'results' => :'Array<DebPackageReleaseComponent>'
42
42
  }
43
43
  end
44
44
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ module PulpDebClient
38
38
  :'count' => :'Integer',
39
39
  :'_next' => :'String',
40
40
  :'previous' => :'String',
41
- :'results' => :'Array<DebDebDistribution>'
41
+ :'results' => :'Array<DebReleaseArchitecture>'
42
42
  }
43
43
  end
44
44
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ module PulpDebClient
38
38
  :'count' => :'Integer',
39
39
  :'_next' => :'String',
40
40
  :'previous' => :'String',
41
- :'results' => :'Array<DebDebPublication>'
41
+ :'results' => :'Array<DebReleaseComponent>'
42
42
  }
43
43
  end
44
44
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ module PulpDebClient
38
38
  :'count' => :'Integer',
39
39
  :'_next' => :'String',
40
40
  :'previous' => :'String',
41
- :'results' => :'Array<DebVerbatimPublication>'
41
+ :'results' => :'Array<DebReleaseFile>'
42
42
  }
43
43
  end
44
44
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ module PulpDebClient
38
38
  :'count' => :'Integer',
39
39
  :'_next' => :'String',
40
40
  :'previous' => :'String',
41
- :'results' => :'Array<DebDebRemote>'
41
+ :'results' => :'Array<DebRelease>'
42
42
  }
43
43
  end
44
44
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ module PulpDebClient
38
38
  :'count' => :'Integer',
39
39
  :'_next' => :'String',
40
40
  :'previous' => :'String',
41
- :'results' => :'Array<DebDebRepository>'
41
+ :'results' => :'Array<DebDebDistribution>'
42
42
  }
43
43
  end
44
44
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
@@ -6,10 +6,10 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.2
10
10
 
11
11
  =end
12
12
 
13
13
  module PulpDebClient
14
- VERSION = '2.0.0b4'
14
+ VERSION = '2.2.0b1'
15
15
  end