pulp_ansible_client 0.28.0 → 0.28.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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/AnsibleCollectionVersionResponse.md +4 -4
  4. data/docs/AnsibleGitRemote.md +26 -26
  5. data/docs/AnsibleGitRemoteResponse.md +30 -30
  6. data/docs/AnsibleRoleResponse.md +4 -4
  7. data/docs/ContentCollectionVersionsApi.md +2 -2
  8. data/docs/DistributionsAnsibleApi.md +10 -10
  9. data/docs/PatchedansibleGitRemote.md +26 -26
  10. data/docs/RemotesCollectionApi.md +10 -10
  11. data/docs/RemotesGitApi.md +10 -10
  12. data/docs/RemotesRoleApi.md +10 -10
  13. data/docs/RepositoriesAnsibleApi.md +10 -10
  14. data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +3 -3
  15. data/lib/pulp_ansible_client/api/distributions_ansible_api.rb +10 -10
  16. data/lib/pulp_ansible_client/api/remotes_collection_api.rb +10 -10
  17. data/lib/pulp_ansible_client/api/remotes_git_api.rb +10 -10
  18. data/lib/pulp_ansible_client/api/remotes_role_api.rb +10 -10
  19. data/lib/pulp_ansible_client/api/repositories_ansible_api.rb +10 -10
  20. data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +15 -15
  21. data/lib/pulp_ansible_client/models/ansible_git_remote.rb +239 -239
  22. data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +160 -160
  23. data/lib/pulp_ansible_client/models/ansible_role_response.rb +15 -15
  24. data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +234 -234
  25. data/lib/pulp_ansible_client/version.rb +1 -1
  26. data/spec/api/content_collection_versions_api_spec.rb +1 -1
  27. data/spec/api/distributions_ansible_api_spec.rb +4 -4
  28. data/spec/api/remotes_collection_api_spec.rb +4 -4
  29. data/spec/api/remotes_git_api_spec.rb +4 -4
  30. data/spec/api/remotes_role_api_spec.rb +4 -4
  31. data/spec/api/repositories_ansible_api_spec.rb +4 -4
  32. data/spec/models/ansible_collection_version_response_spec.rb +2 -2
  33. data/spec/models/ansible_git_remote_response_spec.rb +18 -18
  34. data/spec/models/ansible_git_remote_spec.rb +19 -19
  35. data/spec/models/ansible_role_response_spec.rb +2 -2
  36. data/spec/models/patchedansible_git_remote_spec.rb +19 -19
  37. metadata +125 -125
@@ -19,8 +19,8 @@ module PulpAnsibleClient
19
19
  # The Pulp Resource Name (PRN).
20
20
  attr_accessor :prn
21
21
 
22
- # 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.
23
- attr_accessor :pulp_last_updated
22
+ # Timestamp of creation.
23
+ attr_accessor :pulp_created
24
24
 
25
25
  attr_accessor :pulp_href
26
26
 
@@ -30,8 +30,8 @@ module PulpAnsibleClient
30
30
  # Artifact file representing the physical content
31
31
  attr_accessor :artifact
32
32
 
33
- # Timestamp of creation.
34
- attr_accessor :pulp_created
33
+ # 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.
34
+ attr_accessor :pulp_last_updated
35
35
 
36
36
  attr_accessor :vuln_report
37
37
 
@@ -110,11 +110,11 @@ module PulpAnsibleClient
110
110
  def self.attribute_map
111
111
  {
112
112
  :'prn' => :'prn',
113
- :'pulp_last_updated' => :'pulp_last_updated',
113
+ :'pulp_created' => :'pulp_created',
114
114
  :'pulp_href' => :'pulp_href',
115
115
  :'pulp_labels' => :'pulp_labels',
116
116
  :'artifact' => :'artifact',
117
- :'pulp_created' => :'pulp_created',
117
+ :'pulp_last_updated' => :'pulp_last_updated',
118
118
  :'vuln_report' => :'vuln_report',
119
119
  :'sha256' => :'sha256',
120
120
  :'md5' => :'md5',
@@ -152,11 +152,11 @@ module PulpAnsibleClient
152
152
  def self.openapi_types
153
153
  {
154
154
  :'prn' => :'String',
155
- :'pulp_last_updated' => :'Time',
155
+ :'pulp_created' => :'Time',
156
156
  :'pulp_href' => :'String',
157
157
  :'pulp_labels' => :'Hash<String, String>',
158
158
  :'artifact' => :'String',
159
- :'pulp_created' => :'Time',
159
+ :'pulp_last_updated' => :'Time',
160
160
  :'vuln_report' => :'String',
161
161
  :'sha256' => :'String',
162
162
  :'md5' => :'String',
@@ -211,8 +211,8 @@ module PulpAnsibleClient
211
211
  self.prn = attributes[:'prn']
212
212
  end
213
213
 
214
- if attributes.key?(:'pulp_last_updated')
215
- self.pulp_last_updated = attributes[:'pulp_last_updated']
214
+ if attributes.key?(:'pulp_created')
215
+ self.pulp_created = attributes[:'pulp_created']
216
216
  end
217
217
 
218
218
  if attributes.key?(:'pulp_href')
@@ -229,8 +229,8 @@ module PulpAnsibleClient
229
229
  self.artifact = attributes[:'artifact']
230
230
  end
231
231
 
232
- if attributes.key?(:'pulp_created')
233
- self.pulp_created = attributes[:'pulp_created']
232
+ if attributes.key?(:'pulp_last_updated')
233
+ self.pulp_last_updated = attributes[:'pulp_last_updated']
234
234
  end
235
235
 
236
236
  if attributes.key?(:'vuln_report')
@@ -496,11 +496,11 @@ module PulpAnsibleClient
496
496
  return true if self.equal?(o)
497
497
  self.class == o.class &&
498
498
  prn == o.prn &&
499
- pulp_last_updated == o.pulp_last_updated &&
499
+ pulp_created == o.pulp_created &&
500
500
  pulp_href == o.pulp_href &&
501
501
  pulp_labels == o.pulp_labels &&
502
502
  artifact == o.artifact &&
503
- pulp_created == o.pulp_created &&
503
+ pulp_last_updated == o.pulp_last_updated &&
504
504
  vuln_report == o.vuln_report &&
505
505
  sha256 == o.sha256 &&
506
506
  md5 == o.md5 &&
@@ -537,7 +537,7 @@ module PulpAnsibleClient
537
537
  # Calculates hash code according to all attributes.
538
538
  # @return [Integer] Hash code
539
539
  def hash
540
- [prn, pulp_last_updated, pulp_href, pulp_labels, artifact, pulp_created, vuln_report, sha256, md5, sha1, sha224, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, origin_repository, tags, version, requires_ansible].hash
540
+ [prn, pulp_created, pulp_href, pulp_labels, artifact, pulp_last_updated, vuln_report, sha256, md5, sha1, sha224, sha384, sha512, id, authors, contents, dependencies, description, docs_blob, manifest, files, documentation, homepage, issues, license, name, namespace, origin_repository, tags, version, requires_ansible].hash
541
541
  end
542
542
 
543
543
  # Builds the object from hash