pulp_deb_client 3.2.0 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentReleasesApi.md +3 -3
  4. data/docs/Copy.md +1 -1
  5. data/docs/DebAptDistributionResponse.md +2 -0
  6. data/docs/DebAptPublicationResponse.md +2 -0
  7. data/docs/DebAptRemoteResponse.md +2 -2
  8. data/docs/DebAptRemoteResponseHiddenFields.md +2 -2
  9. data/docs/DebAptRepositoryResponse.md +2 -0
  10. data/docs/DebGenericContentResponse.md +2 -0
  11. data/docs/DebInstallerFileIndexResponse.md +2 -0
  12. data/docs/DebInstallerPackageResponse.md +2 -0
  13. data/docs/DebPackageIndexResponse.md +2 -0
  14. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  15. data/docs/DebPackageResponse.md +2 -0
  16. data/docs/DebRelease.md +5 -1
  17. data/docs/DebReleaseArchitectureResponse.md +2 -0
  18. data/docs/DebReleaseComponentResponse.md +2 -0
  19. data/docs/DebReleaseFileResponse.md +2 -0
  20. data/docs/DebReleaseResponse.md +7 -1
  21. data/docs/DebSourceIndexResponse.md +2 -0
  22. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  23. data/docs/DebSourcePackageResponse.md +2 -0
  24. data/docs/DebVerbatimPublicationResponse.md +2 -0
  25. data/docs/PaginatedRepositoryVersionResponseList.md +2 -2
  26. data/docs/PaginateddebAptDistributionResponseList.md +2 -2
  27. data/docs/PaginateddebAptPublicationResponseList.md +2 -2
  28. data/docs/PaginateddebAptRemoteResponseList.md +2 -2
  29. data/docs/PaginateddebAptRepositoryResponseList.md +2 -2
  30. data/docs/PaginateddebGenericContentResponseList.md +2 -2
  31. data/docs/PaginateddebInstallerFileIndexResponseList.md +2 -2
  32. data/docs/PaginateddebInstallerPackageResponseList.md +2 -2
  33. data/docs/PaginateddebPackageIndexResponseList.md +2 -2
  34. data/docs/PaginateddebPackageReleaseComponentResponseList.md +2 -2
  35. data/docs/PaginateddebPackageResponseList.md +2 -2
  36. data/docs/PaginateddebReleaseArchitectureResponseList.md +2 -2
  37. data/docs/PaginateddebReleaseComponentResponseList.md +2 -2
  38. data/docs/PaginateddebReleaseFileResponseList.md +2 -2
  39. data/docs/PaginateddebReleaseResponseList.md +2 -2
  40. data/docs/PaginateddebSourceIndexResponseList.md +2 -2
  41. data/docs/PaginateddebSourcePackageReleaseComponentResponseList.md +2 -2
  42. data/docs/PaginateddebSourcePackageResponseList.md +2 -2
  43. data/docs/PaginateddebVerbatimPublicationResponseList.md +2 -2
  44. data/docs/RepositoryVersionResponse.md +2 -0
  45. data/lib/pulp_deb_client/api/content_releases_api.rb +5 -5
  46. data/lib/pulp_deb_client/models/copy.rb +1 -1
  47. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +11 -1
  48. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +11 -1
  49. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +11 -11
  50. data/lib/pulp_deb_client/models/deb_apt_remote_response_hidden_fields.rb +10 -0
  51. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +11 -1
  52. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +11 -1
  53. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +11 -1
  54. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +11 -1
  55. data/lib/pulp_deb_client/models/deb_package_index_response.rb +11 -1
  56. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +11 -1
  57. data/lib/pulp_deb_client/models/deb_package_response.rb +11 -1
  58. data/lib/pulp_deb_client/models/deb_release.rb +27 -5
  59. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +11 -1
  60. data/lib/pulp_deb_client/models/deb_release_component_response.rb +11 -1
  61. data/lib/pulp_deb_client/models/deb_release_file_response.rb +11 -1
  62. data/lib/pulp_deb_client/models/deb_release_response.rb +37 -5
  63. data/lib/pulp_deb_client/models/deb_source_index_response.rb +11 -1
  64. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +11 -1
  65. data/lib/pulp_deb_client/models/deb_source_package_response.rb +11 -1
  66. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +11 -1
  67. data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +10 -0
  68. data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +10 -0
  69. data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +10 -0
  70. data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +10 -0
  71. data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +10 -0
  72. data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +10 -0
  73. data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +10 -0
  74. data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +10 -0
  75. data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +10 -0
  76. data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +10 -0
  77. data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +10 -0
  78. data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +10 -0
  79. data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +10 -0
  80. data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +10 -0
  81. data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +10 -0
  82. data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +10 -0
  83. data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +10 -0
  84. data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +10 -0
  85. data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +10 -0
  86. data/lib/pulp_deb_client/models/repository_version_response.rb +11 -1
  87. data/lib/pulp_deb_client/version.rb +1 -1
  88. data/spec/api/content_releases_api_spec.rb +2 -2
  89. data/spec/models/deb_apt_distribution_response_spec.rb +6 -0
  90. data/spec/models/deb_apt_publication_response_spec.rb +6 -0
  91. data/spec/models/deb_apt_remote_response_spec.rb +6 -6
  92. data/spec/models/deb_apt_repository_response_spec.rb +6 -0
  93. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  94. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  95. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  96. data/spec/models/deb_package_index_response_spec.rb +6 -0
  97. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  98. data/spec/models/deb_package_response_spec.rb +6 -0
  99. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  100. data/spec/models/deb_release_component_response_spec.rb +6 -0
  101. data/spec/models/deb_release_file_response_spec.rb +6 -0
  102. data/spec/models/deb_release_response_spec.rb +18 -0
  103. data/spec/models/deb_release_spec.rb +12 -0
  104. data/spec/models/deb_source_index_response_spec.rb +6 -0
  105. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  106. data/spec/models/deb_source_package_response_spec.rb +6 -0
  107. data/spec/models/deb_verbatim_publication_response_spec.rb +6 -0
  108. data/spec/models/repository_version_response_spec.rb +6 -0
  109. metadata +73 -73
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 952856bfd071110c7e788b71327340bc81561f5756594850ee097a616b15dfb4
4
- data.tar.gz: 007052f2ecb33f785c7a38ad55b6478fe01f5b9386dd09995737d977906cfeda
3
+ metadata.gz: 5681723275f0b402d0f42404cc5926c071cdad4b6ff28375feef0b69db627b1f
4
+ data.tar.gz: 450683fe0ba3de16da9daf475d0ca580785aa1937c46fb9b384ba7056aea21cd
5
5
  SHA512:
6
- metadata.gz: '088a7417bf4b90b314be559fb6b631687e5f5096225c40a37def1cf0c4ae2e31ffe80fba2593369d24060543ee403dfa3b16c79ff17d3ffc2800c159edbd060a'
7
- data.tar.gz: dcee8866f2e2da45618fdd8fd16731b1ad13f04d3d154b3a575f7268e5c410da520af3506bfbd71efa7fba2f75b89592db8d5116ed3912a48b099b2dbc871f15
6
+ metadata.gz: 65a550e926d51a99271743d7c6ad5d54bdd330743c821f47c492200ecd5b1859d591182a0ccae0bb07fd0c3bc8924befcb453e2b3bb09668d812b145d5071dc7
7
+ data.tar.gz: 62f2b010ca17b870fa43f38ec5792e768fbd2116b0c87e6e6f888b7cef46250052d94456e9ad6589f82263c11fbac4707d8006dbb23c52688ed6cba6037fac0c
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.2.0
10
+ - Package version: 3.3.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 pulp_deb_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_deb_client-3.2.0.gem
27
+ gem install ./pulp_deb_client-3.3.0.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_deb_client-3.2.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_deb_client-3.3.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 'pulp_deb_client', '~> 3.2.0'
36
+ gem 'pulp_deb_client', '~> 3.3.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -12,11 +12,11 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebReleaseResponse create(deb_release)
15
+ > AsyncOperationResponse create(deb_release)
16
16
 
17
17
  Create a release
18
18
 
19
- The Release contains release file fields, that are not relevant to the APT repo structure. Associated artifacts: None; contains only metadata. By non-structure relevant release file fields, we mean anything other than the Components and Architectures fields. These are handled by their own models and are not part of this model. Note that the distribution field is part of this model, but is not added to any published release files. The \"distribution\" is defined as the path between 'dists/' and some 'Release' file. As such, it encodes the path to the relevant release file within the APT repository. It is often (but not always) equal to the \"codename\" or the \"suite\".
19
+ Trigger an asynchronous task to create content,optionally create new repository version.
20
20
 
21
21
  ### Example
22
22
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebReleaseResponse**](DebReleaseResponse.md)
54
+ [**AsyncOperationResponse**](AsyncOperationResponse.md)
55
55
 
56
56
  ### Authorization
57
57
 
data/docs/Copy.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **config** | [**Object**](.md) | A JSON document describing sources, destinations, and content to be copied |
7
+ **config** | [**AnyType**](.md) | A JSON document describing sources, destinations, and content to be copied |
8
8
  **structured** | **Boolean** | Also copy any distributions, components, and releases as needed for any packages being copied. This will allow for structured publications of the target repository.Default is set to True | [optional] [default to true]
9
9
  **dependency_solving** | **Boolean** | Also copy dependencies of any packages being copied. NOT YETIMPLEMENTED! You must keep this at \"False\"! | [optional] [default to false]
10
10
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **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
11
  **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
11
12
  **content_guard** | **String** | An optional content-guard. | [optional]
@@ -22,6 +23,7 @@ require 'PulpDebClient'
22
23
 
23
24
  instance = PulpDebClient::DebAptDistributionResponse.new(pulp_href: null,
24
25
  pulp_created: null,
26
+ pulp_last_updated: null,
25
27
  base_path: null,
26
28
  base_url: null,
27
29
  content_guard: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **repository_version** | **String** | | [optional]
10
11
  **repository** | **String** | A URI of the repository to be published. | [optional]
11
12
  **simple** | **Boolean** | Activate simple publishing mode (all packages in one release component). | [optional] [default to false]
@@ -20,6 +21,7 @@ require 'PulpDebClient'
20
21
 
21
22
  instance = PulpDebClient::DebAptPublicationResponse.new(pulp_href: null,
22
23
  pulp_created: null,
24
+ pulp_last_updated: null,
23
25
  repository_version: null,
24
26
  repository: null,
25
27
  simple: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
9
10
  **name** | **String** | A unique name for this remote. |
10
11
  **url** | **String** | The URL of an external content source. |
11
12
  **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional]
@@ -13,7 +14,6 @@ Name | Type | Description | Notes
13
14
  **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
14
15
  **proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
15
16
  **pulp_labels** | **Hash<String, String>** | | [optional]
16
- **pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
17
17
  **download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
18
18
  **max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]
19
19
  **policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. * `immediate` - When syncing, download all metadata and content now. * `on_demand` - When syncing, download metadata, but do not download content now. Instead, download content as clients request it, and save it in Pulp to be served for future client requests. * `streamed` - When syncing, download metadata, but do not download content now. Instead,download content as clients request it, but never save it in Pulp. This causes future requests for that same content to have to be downloaded again. | [optional]
@@ -40,6 +40,7 @@ require 'PulpDebClient'
40
40
 
41
41
  instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
42
42
  pulp_created: null,
43
+ pulp_last_updated: null,
43
44
  name: null,
44
45
  url: null,
45
46
  ca_cert: null,
@@ -47,7 +48,6 @@ instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
47
48
  tls_validation: null,
48
49
  proxy_url: null,
49
50
  pulp_labels: null,
50
- pulp_last_updated: null,
51
51
  download_concurrency: null,
52
52
  max_retries: null,
53
53
  policy: null,
@@ -4,8 +4,8 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | | [optional]
8
- **is_set** | **Boolean** | | [optional]
7
+ **name** | **String** | |
8
+ **is_set** | **Boolean** | |
9
9
 
10
10
  ## Code Sample
11
11
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **versions_href** | **String** | | [optional] [readonly]
10
11
  **pulp_labels** | **Hash<String, String>** | | [optional]
11
12
  **latest_version_href** | **String** | | [optional] [readonly]
@@ -24,6 +25,7 @@ require 'PulpDebClient'
24
25
 
25
26
  instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
26
27
  pulp_created: null,
28
+ pulp_last_updated: null,
27
29
  versions_href: null,
28
30
  pulp_labels: null,
29
31
  latest_version_href: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
11
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
11
12
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
@@ -22,6 +23,7 @@ require 'PulpDebClient'
22
23
 
23
24
  instance = PulpDebClient::DebGenericContentResponse.new(pulp_href: null,
24
25
  pulp_created: null,
26
+ pulp_last_updated: null,
25
27
  artifact: null,
26
28
  relative_path: null,
27
29
  md5: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
11
  **component** | **String** | Component of the component - architecture combination. |
11
12
  **architecture** | **String** | Architecture of the component - architecture combination. |
@@ -18,6 +19,7 @@ require 'PulpDebClient'
18
19
 
19
20
  instance = PulpDebClient::DebInstallerFileIndexResponse.new(pulp_href: null,
20
21
  pulp_created: null,
22
+ pulp_last_updated: null,
21
23
  artifacts: null,
22
24
  component: null,
23
25
  architecture: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
11
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
11
12
  **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
@@ -51,6 +52,7 @@ require 'PulpDebClient'
51
52
 
52
53
  instance = PulpDebClient::DebInstallerPackageResponse.new(pulp_href: null,
53
54
  pulp_created: null,
55
+ pulp_last_updated: null,
54
56
  artifact: null,
55
57
  relative_path: null,
56
58
  md5: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
11
  **component** | **String** | Component of the component - architecture combination. | [optional]
11
12
  **architecture** | **String** | Architecture of the component - architecture combination. | [optional]
@@ -18,6 +19,7 @@ require 'PulpDebClient'
18
19
 
19
20
  instance = PulpDebClient::DebPackageIndexResponse.new(pulp_href: null,
20
21
  pulp_created: null,
22
+ pulp_last_updated: null,
21
23
  artifacts: null,
22
24
  component: null,
23
25
  architecture: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **package** | **String** | Package that is contained in release_comonent. |
10
11
  **release_component** | **String** | ReleaseComponent this package is contained in. |
11
12
 
@@ -16,6 +17,7 @@ require 'PulpDebClient'
16
17
 
17
18
  instance = PulpDebClient::DebPackageReleaseComponentResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  package: null,
20
22
  release_component: null)
21
23
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
11
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
11
12
  **distribution** | **String** | Name of the distribution. | [optional]
@@ -53,6 +54,7 @@ require 'PulpDebClient'
53
54
 
54
55
  instance = PulpDebClient::DebPackageResponse.new(pulp_href: null,
55
56
  pulp_created: null,
57
+ pulp_last_updated: null,
56
58
  artifact: null,
57
59
  relative_path: null,
58
60
  distribution: null,
data/docs/DebRelease.md CHANGED
@@ -12,6 +12,8 @@ Name | Type | Description | Notes
12
12
  **origin** | **String** | | [optional]
13
13
  **label** | **String** | | [optional]
14
14
  **description** | **String** | | [optional]
15
+ **architectures** | **Array<String>** | | [optional]
16
+ **components** | **Array<String>** | | [optional]
15
17
 
16
18
  ## Code Sample
17
19
 
@@ -25,7 +27,9 @@ instance = PulpDebClient::DebRelease.new(repository: null,
25
27
  version: null,
26
28
  origin: null,
27
29
  label: null,
28
- description: null)
30
+ description: null,
31
+ architectures: null,
32
+ components: null)
29
33
  ```
30
34
 
31
35
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **architecture** | **String** | Name of the architecture. |
10
11
  **distribution** | **String** | Name of the distribution. |
11
12
 
@@ -16,6 +17,7 @@ require 'PulpDebClient'
16
17
 
17
18
  instance = PulpDebClient::DebReleaseArchitectureResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  architecture: null,
20
22
  distribution: null)
21
23
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **component** | **String** | Name of the component. |
10
11
  **distribution** | **String** | Name of the distribution. |
11
12
 
@@ -16,6 +17,7 @@ require 'PulpDebClient'
16
17
 
17
18
  instance = PulpDebClient::DebReleaseComponentResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  component: null,
20
22
  distribution: null)
21
23
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
11
  **codename** | **String** | Codename of the release, e.g. \"buster\". | [optional]
11
12
  **suite** | **String** | Suite of the release, e.g. \"stable\". | [optional]
@@ -19,6 +20,7 @@ require 'PulpDebClient'
19
20
 
20
21
  instance = PulpDebClient::DebReleaseFileResponse.new(pulp_href: null,
21
22
  pulp_created: null,
23
+ pulp_last_updated: null,
22
24
  artifacts: null,
23
25
  codename: null,
24
26
  suite: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **codename** | **String** | |
10
11
  **suite** | **String** | |
11
12
  **distribution** | **String** | |
@@ -13,6 +14,8 @@ Name | Type | Description | Notes
13
14
  **origin** | **String** | | [optional]
14
15
  **label** | **String** | | [optional]
15
16
  **description** | **String** | | [optional]
17
+ **architectures** | **Array<String>** | | [optional]
18
+ **components** | **Array<String>** | | [optional]
16
19
 
17
20
  ## Code Sample
18
21
 
@@ -21,13 +24,16 @@ require 'PulpDebClient'
21
24
 
22
25
  instance = PulpDebClient::DebReleaseResponse.new(pulp_href: null,
23
26
  pulp_created: null,
27
+ pulp_last_updated: null,
24
28
  codename: null,
25
29
  suite: null,
26
30
  distribution: null,
27
31
  version: null,
28
32
  origin: null,
29
33
  label: null,
30
- description: null)
34
+ description: null,
35
+ architectures: null,
36
+ components: null)
31
37
  ```
32
38
 
33
39
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
11
  **release** | **String** | Release this index file belongs to. |
11
12
  **component** | **String** | Component this index file belongs to. |
@@ -18,6 +19,7 @@ require 'PulpDebClient'
18
19
 
19
20
  instance = PulpDebClient::DebSourceIndexResponse.new(pulp_href: null,
20
21
  pulp_created: null,
22
+ pulp_last_updated: null,
21
23
  artifacts: null,
22
24
  release: null,
23
25
  component: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **source_package** | **String** | Source package that is contained in release_component. |
10
11
  **release_component** | **String** | ReleaseComponent this source package is contained in. |
11
12
 
@@ -16,6 +17,7 @@ require 'PulpDebClient'
16
17
 
17
18
  instance = PulpDebClient::DebSourcePackageReleaseComponentResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  source_package: null,
20
22
  release_component: null)
21
23
  ```
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | [readonly]
10
11
  **relative_path** | **String** | Relative path of the Debian Source Control (dsc) file.It is normally advised to let Pulp generate this. | [optional]
11
12
  **format** | **String** | | [optional] [readonly]
@@ -43,6 +44,7 @@ require 'PulpDebClient'
43
44
 
44
45
  instance = PulpDebClient::DebSourcePackageResponse.new(pulp_href: null,
45
46
  pulp_created: null,
47
+ pulp_last_updated: null,
46
48
  artifacts: null,
47
49
  relative_path: null,
48
50
  format: null,
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **pulp_href** | **String** | | [optional] [readonly]
8
8
  **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **pulp_last_updated** | **DateTime** | 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
10
  **repository_version** | **String** | | [optional]
10
11
  **repository** | **String** | A URI of the repository to be published. | [optional]
11
12
 
@@ -16,6 +17,7 @@ require 'PulpDebClient'
16
17
 
17
18
  instance = PulpDebClient::DebVerbatimPublicationResponse.new(pulp_href: null,
18
19
  pulp_created: null,
20
+ pulp_last_updated: null,
19
21
  repository_version: null,
20
22
  repository: null)
21
23
  ```
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | | [optional]
10
+ **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebAptDistributionResponse>**](DebAptDistributionResponse.md) | | [optional]
10
+ **results** | [**Array<DebAptDistributionResponse>**](DebAptDistributionResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebAptPublicationResponse>**](DebAptPublicationResponse.md) | | [optional]
10
+ **results** | [**Array<DebAptPublicationResponse>**](DebAptPublicationResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebAptRemoteResponse>**](DebAptRemoteResponse.md) | | [optional]
10
+ **results** | [**Array<DebAptRemoteResponse>**](DebAptRemoteResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebAptRepositoryResponse>**](DebAptRepositoryResponse.md) | | [optional]
10
+ **results** | [**Array<DebAptRepositoryResponse>**](DebAptRepositoryResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebGenericContentResponse>**](DebGenericContentResponse.md) | | [optional]
10
+ **results** | [**Array<DebGenericContentResponse>**](DebGenericContentResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebInstallerFileIndexResponse>**](DebInstallerFileIndexResponse.md) | | [optional]
10
+ **results** | [**Array<DebInstallerFileIndexResponse>**](DebInstallerFileIndexResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebInstallerPackageResponse>**](DebInstallerPackageResponse.md) | | [optional]
10
+ **results** | [**Array<DebInstallerPackageResponse>**](DebInstallerPackageResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebPackageIndexResponse>**](DebPackageIndexResponse.md) | | [optional]
10
+ **results** | [**Array<DebPackageIndexResponse>**](DebPackageIndexResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebPackageReleaseComponentResponse>**](DebPackageReleaseComponentResponse.md) | | [optional]
10
+ **results** | [**Array<DebPackageReleaseComponentResponse>**](DebPackageReleaseComponentResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebPackageResponse>**](DebPackageResponse.md) | | [optional]
10
+ **results** | [**Array<DebPackageResponse>**](DebPackageResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseArchitectureResponse>**](DebReleaseArchitectureResponse.md) | | [optional]
10
+ **results** | [**Array<DebReleaseArchitectureResponse>**](DebReleaseArchitectureResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13
 
@@ -4,10 +4,10 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **count** | **Integer** | | [optional]
7
+ **count** | **Integer** | |
8
8
  **_next** | **String** | | [optional]
9
9
  **previous** | **String** | | [optional]
10
- **results** | [**Array<DebReleaseComponentResponse>**](DebReleaseComponentResponse.md) | | [optional]
10
+ **results** | [**Array<DebReleaseComponentResponse>**](DebReleaseComponentResponse.md) | |
11
11
 
12
12
  ## Code Sample
13
13