pulp_deb_client 3.6.0 → 3.7.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 (87) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentInstallerPackagesApi.md +2 -2
  4. data/docs/ContentPackagesApi.md +2 -2
  5. data/docs/Copy.md +1 -1
  6. data/docs/DebAptRemoteResponse.md +1 -1
  7. data/docs/DebGenericContentResponse.md +2 -0
  8. data/docs/DebInstallerFileIndexResponse.md +2 -0
  9. data/docs/DebInstallerPackageResponse.md +2 -0
  10. data/docs/DebPackageIndexResponse.md +2 -0
  11. data/docs/DebPackageReleaseComponentResponse.md +2 -0
  12. data/docs/DebPackageResponse.md +2 -0
  13. data/docs/DebReleaseArchitectureResponse.md +2 -0
  14. data/docs/DebReleaseComponentResponse.md +2 -0
  15. data/docs/DebReleaseFileResponse.md +2 -0
  16. data/docs/DebReleaseResponse.md +2 -0
  17. data/docs/DebSourceIndexResponse.md +2 -0
  18. data/docs/DebSourcePackageReleaseComponentResponse.md +2 -0
  19. data/docs/DebSourcePackageResponse.md +2 -0
  20. data/docs/DistributionsAptApi.md +10 -10
  21. data/docs/RemotesAptApi.md +10 -10
  22. data/docs/RepositoriesAptApi.md +10 -10
  23. data/docs/RepositoryVersionResponse.md +3 -1
  24. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +8 -0
  25. data/lib/pulp_deb_client/api/content_packages_api.rb +8 -0
  26. data/lib/pulp_deb_client/api/distributions_apt_api.rb +10 -10
  27. data/lib/pulp_deb_client/api/remotes_apt_api.rb +10 -10
  28. data/lib/pulp_deb_client/api/repositories_apt_api.rb +10 -10
  29. data/lib/pulp_deb_client/models/copy.rb +0 -1
  30. data/lib/pulp_deb_client/models/deb_apt_remote.rb +0 -15
  31. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +0 -15
  32. data/lib/pulp_deb_client/models/deb_apt_repository.rb +0 -15
  33. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +0 -15
  34. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +10 -1
  35. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +10 -1
  36. data/lib/pulp_deb_client/models/deb_installer_package_response.rb +10 -1
  37. data/lib/pulp_deb_client/models/deb_package_index_response.rb +10 -1
  38. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +10 -1
  39. data/lib/pulp_deb_client/models/deb_package_response.rb +10 -1
  40. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +10 -1
  41. data/lib/pulp_deb_client/models/deb_release_component_response.rb +10 -1
  42. data/lib/pulp_deb_client/models/deb_release_file_response.rb +10 -1
  43. data/lib/pulp_deb_client/models/deb_release_response.rb +10 -1
  44. data/lib/pulp_deb_client/models/deb_source_index_response.rb +10 -1
  45. data/lib/pulp_deb_client/models/deb_source_package_release_component_response.rb +10 -1
  46. data/lib/pulp_deb_client/models/deb_source_package_response.rb +10 -1
  47. data/lib/pulp_deb_client/models/paginated_repository_version_response_list.rb +0 -2
  48. data/lib/pulp_deb_client/models/paginateddeb_apt_distribution_response_list.rb +0 -2
  49. data/lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb +0 -2
  50. data/lib/pulp_deb_client/models/paginateddeb_apt_remote_response_list.rb +0 -2
  51. data/lib/pulp_deb_client/models/paginateddeb_apt_repository_response_list.rb +0 -2
  52. data/lib/pulp_deb_client/models/paginateddeb_generic_content_response_list.rb +0 -2
  53. data/lib/pulp_deb_client/models/paginateddeb_installer_file_index_response_list.rb +0 -2
  54. data/lib/pulp_deb_client/models/paginateddeb_installer_package_response_list.rb +0 -2
  55. data/lib/pulp_deb_client/models/paginateddeb_package_index_response_list.rb +0 -2
  56. data/lib/pulp_deb_client/models/paginateddeb_package_release_component_response_list.rb +0 -2
  57. data/lib/pulp_deb_client/models/paginateddeb_package_response_list.rb +0 -2
  58. data/lib/pulp_deb_client/models/paginateddeb_release_architecture_response_list.rb +0 -2
  59. data/lib/pulp_deb_client/models/paginateddeb_release_component_response_list.rb +0 -2
  60. data/lib/pulp_deb_client/models/paginateddeb_release_file_response_list.rb +0 -2
  61. data/lib/pulp_deb_client/models/paginateddeb_release_response_list.rb +0 -2
  62. data/lib/pulp_deb_client/models/paginateddeb_source_index_response_list.rb +0 -2
  63. data/lib/pulp_deb_client/models/paginateddeb_source_package_release_component_response_list.rb +0 -2
  64. data/lib/pulp_deb_client/models/paginateddeb_source_package_response_list.rb +0 -2
  65. data/lib/pulp_deb_client/models/paginateddeb_verbatim_publication_response_list.rb +0 -2
  66. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +0 -15
  67. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +0 -15
  68. data/lib/pulp_deb_client/models/repository_version_response.rb +13 -4
  69. data/lib/pulp_deb_client/version.rb +1 -1
  70. data/spec/api/distributions_apt_api_spec.rb +4 -4
  71. data/spec/api/remotes_apt_api_spec.rb +4 -4
  72. data/spec/api/repositories_apt_api_spec.rb +4 -4
  73. data/spec/models/deb_generic_content_response_spec.rb +6 -0
  74. data/spec/models/deb_installer_file_index_response_spec.rb +6 -0
  75. data/spec/models/deb_installer_package_response_spec.rb +6 -0
  76. data/spec/models/deb_package_index_response_spec.rb +6 -0
  77. data/spec/models/deb_package_release_component_response_spec.rb +6 -0
  78. data/spec/models/deb_package_response_spec.rb +6 -0
  79. data/spec/models/deb_release_architecture_response_spec.rb +6 -0
  80. data/spec/models/deb_release_component_response_spec.rb +6 -0
  81. data/spec/models/deb_release_file_response_spec.rb +6 -0
  82. data/spec/models/deb_release_response_spec.rb +6 -0
  83. data/spec/models/deb_source_index_response_spec.rb +6 -0
  84. data/spec/models/deb_source_package_release_component_response_spec.rb +6 -0
  85. data/spec/models/deb_source_package_response_spec.rb +6 -0
  86. data/spec/models/repository_version_response_spec.rb +6 -0
  87. metadata +74 -74
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b5c9eda83663141208cf80e538f913f5546144c8d1d9013ff7facb2bcafae93
4
- data.tar.gz: 2a1ba44b0cbe81980b589ba337d2aa2358b3655d64a8cb239f4d024d08a242a7
3
+ metadata.gz: 8ae039995e193052321a42d44ec9f4fa7ee7ca4a637a8a73c0ede5040e4b0d56
4
+ data.tar.gz: 1d5b6de6d36345276a447811fb2916e5e6838845fc5224fc8c8f77920d100590
5
5
  SHA512:
6
- metadata.gz: 349586bb775e4b4891e911d6aebb34d5552329cafd27a44506f7c49a5f4746849193955a3b483d36c76a68f3ba864d867f99bc5ce478278cade979e46308beba
7
- data.tar.gz: 52690baec593210c3e14877099e22a284a67ce91416dcfdc8b16b09782a431a4982cecc12ced766f0eca1b68441b5df8caa2e84721f2efc683ae3ad368605d65
6
+ metadata.gz: 81b13b65ea62c6b641168403f991068a7e1ba49d9dd3d8288143bc59372472e7da83a0948b081eadf1bc70344932a2122f589b9a82d9522a3aca4981690db6cd
7
+ data.tar.gz: 4ab5aed15abff9f0527224d4e263ef5eacc341977f0084b4079dbbc124a290d0d3c623a326130cf0bd7cf85236ff75db1fafe2ff01372d4f4abf6a052e20a12a
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.6.0
10
+ - Package version: 3.7.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 pulp_deb_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_deb_client-3.6.0.gem
28
+ gem install ./pulp_deb_client-3.7.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_deb_client-3.6.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_deb_client-3.7.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 'pulp_deb_client', '~> 3.6.0'
37
+ gem 'pulp_deb_client', '~> 3.7.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -122,9 +122,9 @@ opts = {
122
122
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
123
123
  architecture: 'architecture_example', # String | Filter results where architecture matches value
124
124
  auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
125
- build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
125
+ build_essential: false, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
126
126
  built_using: 'built_using_example', # String | Filter results where built_using matches value
127
- essential: true, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
127
+ essential: false, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
128
128
  installed_size: 56, # Integer | Filter results where installed_size matches value
129
129
  limit: 56, # Integer | Number of results to return per page.
130
130
  maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
@@ -126,9 +126,9 @@ opts = {
126
126
  x_task_diagnostics: ['inner_example'], # Array<String> | List of profilers to use on tasks.
127
127
  architecture: 'architecture_example', # String | Filter results where architecture matches value
128
128
  auto_built_package: 'auto_built_package_example', # String | Filter results where auto_built_package matches value
129
- build_essential: true, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
129
+ build_essential: false, # Boolean | Filter results where build_essential matches value * `True` - yes * `False` - no
130
130
  built_using: 'built_using_example', # String | Filter results where built_using matches value
131
- essential: true, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
131
+ essential: false, # Boolean | Filter results where essential matches value * `True` - yes * `False` - no
132
132
  installed_size: 56, # Integer | Filter results where installed_size matches value
133
133
  limit: 56, # Integer | Number of results to return per page.
134
134
  maintainer: 'maintainer_example', # String | Filter results where maintainer matches value
data/docs/Copy.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **config** | **Object** | A JSON document describing sources, destinations, and content to be copied | |
7
+ | **config** | **Object** | | |
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 \&quot;False\&quot;! | [optional][default to false] |
10
10
 
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array&lt;DebAptRemoteResponseHiddenFieldsInner&gt;**](DebAptRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array&lt;DebAptRemoteResponseHiddenFieldsInner&gt;**](DebAptRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
  | **distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \&quot;Release\&quot; file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \&quot;flat repository format\&quot;, the distribution must end with a \&quot;/\&quot;. Based on \&quot;/etc/apt/sources.list\&quot; syntax. | |
29
29
  | **components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \&quot;flat repository format\&quot;. | [optional] |
30
30
  | **architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \&quot;dpkg-architecture -L\&quot;. A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \&quot;Release\&quot; file. Architecture&#x3D;\&quot;all\&quot; is always synchronized and does not need to be provided here. | [optional] |
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -29,6 +30,7 @@ instance = PulpDebClient::DebGenericContentResponse.new(
29
30
  pulp_created: null,
30
31
  pulp_last_updated: null,
31
32
  pulp_labels: null,
33
+ vuln_report: null,
32
34
  artifact: null,
33
35
  relative_path: null,
34
36
  md5: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **component** | **String** | Component of the component - architecture combination. | |
14
15
  | **architecture** | **String** | Architecture of the component - architecture combination. | |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebInstallerFileIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  component: null,
30
32
  architecture: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
14
15
  | **md5** | **String** | The MD5 checksum if available. | [optional][readonly] |
@@ -58,6 +59,7 @@ instance = PulpDebClient::DebInstallerPackageResponse.new(
58
59
  pulp_created: null,
59
60
  pulp_last_updated: null,
60
61
  pulp_labels: null,
62
+ vuln_report: null,
61
63
  artifact: null,
62
64
  relative_path: null,
63
65
  md5: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **component** | **String** | Component of the component - architecture combination. | [optional] |
14
15
  | **architecture** | **String** | Architecture of the component - architecture combination. | [optional] |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebPackageIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  component: null,
30
32
  architecture: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **package** | **String** | Package that is contained in release_comonent. | |
13
14
  | **release_component** | **String** | ReleaseComponent this package is contained in. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebPackageReleaseComponentResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  package: null,
27
29
  release_component: null
28
30
  )
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
13
14
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional] |
14
15
  | **distribution** | **String** | Name of the distribution. | [optional] |
@@ -60,6 +61,7 @@ instance = PulpDebClient::DebPackageResponse.new(
60
61
  pulp_created: null,
61
62
  pulp_last_updated: null,
62
63
  pulp_labels: null,
64
+ vuln_report: null,
63
65
  artifact: null,
64
66
  relative_path: null,
65
67
  distribution: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **architecture** | **String** | Name of the architecture. | |
13
14
  | **distribution** | **String** | Name of the distribution. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebReleaseArchitectureResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  architecture: null,
27
29
  distribution: null
28
30
  )
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **component** | **String** | Name of the component. | |
13
14
  | **distribution** | **String** | Name of the distribution. | |
14
15
  | **plain_component** | **String** | Name of the component without any path prefixes. | [optional][readonly] |
@@ -24,6 +25,7 @@ instance = PulpDebClient::DebReleaseComponentResponse.new(
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
26
27
  pulp_labels: null,
28
+ vuln_report: null,
27
29
  component: null,
28
30
  distribution: null,
29
31
  plain_component: null
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **codename** | **String** | Codename of the release, e.g. \&quot;buster\&quot;. | [optional] |
14
15
  | **suite** | **String** | Suite of the release, e.g. \&quot;stable\&quot;. | [optional] |
@@ -26,6 +27,7 @@ instance = PulpDebClient::DebReleaseFileResponse.new(
26
27
  pulp_created: null,
27
28
  pulp_last_updated: null,
28
29
  pulp_labels: null,
30
+ vuln_report: null,
29
31
  artifacts: null,
30
32
  codename: null,
31
33
  suite: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **codename** | **String** | | |
13
14
  | **suite** | **String** | | |
14
15
  | **distribution** | **String** | | |
@@ -30,6 +31,7 @@ instance = PulpDebClient::DebReleaseResponse.new(
30
31
  pulp_created: null,
31
32
  pulp_last_updated: null,
32
33
  pulp_labels: null,
34
+ vuln_report: null,
33
35
  codename: null,
34
36
  suite: null,
35
37
  distribution: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | |
13
14
  | **release** | **String** | Release this index file belongs to. | |
14
15
  | **component** | **String** | Component this index file belongs to. | |
@@ -25,6 +26,7 @@ instance = PulpDebClient::DebSourceIndexResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  artifacts: null,
29
31
  release: null,
30
32
  component: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **source_package** | **String** | Source package that is contained in release_component. | |
13
14
  | **release_component** | **String** | ReleaseComponent this source package is contained in. | |
14
15
 
@@ -23,6 +24,7 @@ instance = PulpDebClient::DebSourcePackageReleaseComponentResponse.new(
23
24
  pulp_created: null,
24
25
  pulp_last_updated: null,
25
26
  pulp_labels: null,
27
+ vuln_report: null,
26
28
  source_package: null,
27
29
  release_component: null
28
30
  )
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
10
  | **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] |
11
11
  | **pulp_labels** | **Hash&lt;String, String&gt;** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {&#39;relative/path&#39;: &#39;/artifacts/1/&#39; | [readonly] |
13
14
  | **relative_path** | **String** | Relative path of the Debian Source Control (dsc) file.It is normally advised to let Pulp generate this. | [optional] |
14
15
  | **sha256** | **String** | sha256 digest of the dsc file. | [optional][readonly] |
@@ -51,6 +52,7 @@ instance = PulpDebClient::DebSourcePackageResponse.new(
51
52
  pulp_created: null,
52
53
  pulp_last_updated: null,
53
54
  pulp_labels: null,
55
+ vuln_report: null,
54
56
  artifacts: null,
55
57
  relative_path: null,
56
58
  sha256: null,
@@ -526,11 +526,11 @@ end
526
526
 
527
527
  ## partial_update
528
528
 
529
- > <AsyncOperationResponse> partial_update(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
529
+ > <DebAptDistributionResponse> partial_update(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
530
530
 
531
531
  Update an apt distribution
532
532
 
533
- Trigger an asynchronous partial update task
533
+ Update the entity partially and trigger an asynchronous task if necessary
534
534
 
535
535
  ### Examples
536
536
 
@@ -564,7 +564,7 @@ end
564
564
 
565
565
  This returns an Array which contains the response data, status code and headers.
566
566
 
567
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
567
+ > <Array(<DebAptDistributionResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
568
568
 
569
569
  ```ruby
570
570
  begin
@@ -572,7 +572,7 @@ begin
572
572
  data, status_code, headers = api_instance.partial_update_with_http_info(deb_apt_distribution_href, patcheddeb_apt_distribution, opts)
573
573
  p status_code # => 2xx
574
574
  p headers # => { ... }
575
- p data # => <AsyncOperationResponse>
575
+ p data # => <DebAptDistributionResponse>
576
576
  rescue PulpDebClient::ApiError => e
577
577
  puts "Error when calling DistributionsAptApi->partial_update_with_http_info: #{e}"
578
578
  end
@@ -588,7 +588,7 @@ end
588
588
 
589
589
  ### Return type
590
590
 
591
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
591
+ [**DebAptDistributionResponse**](DebAptDistributionResponse.md)
592
592
 
593
593
  ### Authorization
594
594
 
@@ -908,11 +908,11 @@ end
908
908
 
909
909
  ## update
910
910
 
911
- > <AsyncOperationResponse> update(deb_apt_distribution_href, deb_apt_distribution, opts)
911
+ > <DebAptDistributionResponse> update(deb_apt_distribution_href, deb_apt_distribution, opts)
912
912
 
913
913
  Update an apt distribution
914
914
 
915
- Trigger an asynchronous update task
915
+ Update the entity and trigger an asynchronous task if necessary
916
916
 
917
917
  ### Examples
918
918
 
@@ -946,7 +946,7 @@ end
946
946
 
947
947
  This returns an Array which contains the response data, status code and headers.
948
948
 
949
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(deb_apt_distribution_href, deb_apt_distribution, opts)
949
+ > <Array(<DebAptDistributionResponse>, Integer, Hash)> update_with_http_info(deb_apt_distribution_href, deb_apt_distribution, opts)
950
950
 
951
951
  ```ruby
952
952
  begin
@@ -954,7 +954,7 @@ begin
954
954
  data, status_code, headers = api_instance.update_with_http_info(deb_apt_distribution_href, deb_apt_distribution, opts)
955
955
  p status_code # => 2xx
956
956
  p headers # => { ... }
957
- p data # => <AsyncOperationResponse>
957
+ p data # => <DebAptDistributionResponse>
958
958
  rescue PulpDebClient::ApiError => e
959
959
  puts "Error when calling DistributionsAptApi->update_with_http_info: #{e}"
960
960
  end
@@ -970,7 +970,7 @@ end
970
970
 
971
971
  ### Return type
972
972
 
973
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
973
+ [**DebAptDistributionResponse**](DebAptDistributionResponse.md)
974
974
 
975
975
  ### Authorization
976
976
 
@@ -524,11 +524,11 @@ end
524
524
 
525
525
  ## partial_update
526
526
 
527
- > <AsyncOperationResponse> partial_update(deb_apt_remote_href, patcheddeb_apt_remote, opts)
527
+ > <DebAptRemoteResponse> partial_update(deb_apt_remote_href, patcheddeb_apt_remote, opts)
528
528
 
529
529
  Update an apt remote
530
530
 
531
- Trigger an asynchronous partial update task
531
+ Update the entity partially and trigger an asynchronous task if necessary
532
532
 
533
533
  ### Examples
534
534
 
@@ -562,7 +562,7 @@ end
562
562
 
563
563
  This returns an Array which contains the response data, status code and headers.
564
564
 
565
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_remote_href, patcheddeb_apt_remote, opts)
565
+ > <Array(<DebAptRemoteResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_remote_href, patcheddeb_apt_remote, opts)
566
566
 
567
567
  ```ruby
568
568
  begin
@@ -570,7 +570,7 @@ begin
570
570
  data, status_code, headers = api_instance.partial_update_with_http_info(deb_apt_remote_href, patcheddeb_apt_remote, opts)
571
571
  p status_code # => 2xx
572
572
  p headers # => { ... }
573
- p data # => <AsyncOperationResponse>
573
+ p data # => <DebAptRemoteResponse>
574
574
  rescue PulpDebClient::ApiError => e
575
575
  puts "Error when calling RemotesAptApi->partial_update_with_http_info: #{e}"
576
576
  end
@@ -586,7 +586,7 @@ end
586
586
 
587
587
  ### Return type
588
588
 
589
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
589
+ [**DebAptRemoteResponse**](DebAptRemoteResponse.md)
590
590
 
591
591
  ### Authorization
592
592
 
@@ -906,11 +906,11 @@ end
906
906
 
907
907
  ## update
908
908
 
909
- > <AsyncOperationResponse> update(deb_apt_remote_href, deb_apt_remote, opts)
909
+ > <DebAptRemoteResponse> update(deb_apt_remote_href, deb_apt_remote, opts)
910
910
 
911
911
  Update an apt remote
912
912
 
913
- Trigger an asynchronous update task
913
+ Update the entity and trigger an asynchronous task if necessary
914
914
 
915
915
  ### Examples
916
916
 
@@ -944,7 +944,7 @@ end
944
944
 
945
945
  This returns an Array which contains the response data, status code and headers.
946
946
 
947
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(deb_apt_remote_href, deb_apt_remote, opts)
947
+ > <Array(<DebAptRemoteResponse>, Integer, Hash)> update_with_http_info(deb_apt_remote_href, deb_apt_remote, opts)
948
948
 
949
949
  ```ruby
950
950
  begin
@@ -952,7 +952,7 @@ begin
952
952
  data, status_code, headers = api_instance.update_with_http_info(deb_apt_remote_href, deb_apt_remote, opts)
953
953
  p status_code # => 2xx
954
954
  p headers # => { ... }
955
- p data # => <AsyncOperationResponse>
955
+ p data # => <DebAptRemoteResponse>
956
956
  rescue PulpDebClient::ApiError => e
957
957
  puts "Error when calling RemotesAptApi->update_with_http_info: #{e}"
958
958
  end
@@ -968,7 +968,7 @@ end
968
968
 
969
969
  ### Return type
970
970
 
971
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
971
+ [**DebAptRemoteResponse**](DebAptRemoteResponse.md)
972
972
 
973
973
  ### Authorization
974
974
 
@@ -610,11 +610,11 @@ end
610
610
 
611
611
  ## partial_update
612
612
 
613
- > <AsyncOperationResponse> partial_update(deb_apt_repository_href, patcheddeb_apt_repository, opts)
613
+ > <DebAptRepositoryResponse> partial_update(deb_apt_repository_href, patcheddeb_apt_repository, opts)
614
614
 
615
615
  Update an apt repository
616
616
 
617
- Trigger an asynchronous partial update task
617
+ Update the entity partially and trigger an asynchronous task if necessary
618
618
 
619
619
  ### Examples
620
620
 
@@ -648,7 +648,7 @@ end
648
648
 
649
649
  This returns an Array which contains the response data, status code and headers.
650
650
 
651
- > <Array(<AsyncOperationResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_repository_href, patcheddeb_apt_repository, opts)
651
+ > <Array(<DebAptRepositoryResponse>, Integer, Hash)> partial_update_with_http_info(deb_apt_repository_href, patcheddeb_apt_repository, opts)
652
652
 
653
653
  ```ruby
654
654
  begin
@@ -656,7 +656,7 @@ begin
656
656
  data, status_code, headers = api_instance.partial_update_with_http_info(deb_apt_repository_href, patcheddeb_apt_repository, opts)
657
657
  p status_code # => 2xx
658
658
  p headers # => { ... }
659
- p data # => <AsyncOperationResponse>
659
+ p data # => <DebAptRepositoryResponse>
660
660
  rescue PulpDebClient::ApiError => e
661
661
  puts "Error when calling RepositoriesAptApi->partial_update_with_http_info: #{e}"
662
662
  end
@@ -672,7 +672,7 @@ end
672
672
 
673
673
  ### Return type
674
674
 
675
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
675
+ [**DebAptRepositoryResponse**](DebAptRepositoryResponse.md)
676
676
 
677
677
  ### Authorization
678
678
 
@@ -1068,11 +1068,11 @@ end
1068
1068
 
1069
1069
  ## update
1070
1070
 
1071
- > <AsyncOperationResponse> update(deb_apt_repository_href, deb_apt_repository, opts)
1071
+ > <DebAptRepositoryResponse> update(deb_apt_repository_href, deb_apt_repository, opts)
1072
1072
 
1073
1073
  Update an apt repository
1074
1074
 
1075
- Trigger an asynchronous update task
1075
+ Update the entity and trigger an asynchronous task if necessary
1076
1076
 
1077
1077
  ### Examples
1078
1078
 
@@ -1106,7 +1106,7 @@ end
1106
1106
 
1107
1107
  This returns an Array which contains the response data, status code and headers.
1108
1108
 
1109
- > <Array(<AsyncOperationResponse>, Integer, Hash)> update_with_http_info(deb_apt_repository_href, deb_apt_repository, opts)
1109
+ > <Array(<DebAptRepositoryResponse>, Integer, Hash)> update_with_http_info(deb_apt_repository_href, deb_apt_repository, opts)
1110
1110
 
1111
1111
  ```ruby
1112
1112
  begin
@@ -1114,7 +1114,7 @@ begin
1114
1114
  data, status_code, headers = api_instance.update_with_http_info(deb_apt_repository_href, deb_apt_repository, opts)
1115
1115
  p status_code # => 2xx
1116
1116
  p headers # => { ... }
1117
- p data # => <AsyncOperationResponse>
1117
+ p data # => <DebAptRepositoryResponse>
1118
1118
  rescue PulpDebClient::ApiError => e
1119
1119
  puts "Error when calling RepositoriesAptApi->update_with_http_info: #{e}"
1120
1120
  end
@@ -1130,7 +1130,7 @@ end
1130
1130
 
1131
1131
  ### Return type
1132
1132
 
1133
- [**AsyncOperationResponse**](AsyncOperationResponse.md)
1133
+ [**DebAptRepositoryResponse**](DebAptRepositoryResponse.md)
1134
1134
 
1135
1135
  ### Authorization
1136
1136
 
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | | [optional][readonly] |
13
13
  | **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] |
14
14
  | **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional][readonly] |
15
+ | **vuln_report** | **String** | | [optional][readonly] |
15
16
 
16
17
  ## Example
17
18
 
@@ -26,7 +27,8 @@ instance = PulpDebClient::RepositoryVersionResponse.new(
26
27
  number: null,
27
28
  repository: null,
28
29
  base_version: null,
29
- content_summary: null
30
+ content_summary: null,
31
+ vuln_report: null
30
32
  )
31
33
  ```
32
34
 
@@ -194,6 +194,14 @@ module PulpDebClient
194
194
  if @api_client.config.debugging
195
195
  @api_client.config.logger.debug 'Calling API: ContentInstallerPackagesApi.list ...'
196
196
  end
197
+ allowable_values = ["false", "true"]
198
+ if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
199
+ fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
200
+ end
201
+ allowable_values = ["false", "true"]
202
+ if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
203
+ fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
204
+ end
197
205
  allowable_values = ["allowed", "foreign", "no", "same"]
198
206
  if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
199
207
  fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"
@@ -230,6 +230,14 @@ module PulpDebClient
230
230
  if @api_client.config.debugging
231
231
  @api_client.config.logger.debug 'Calling API: ContentPackagesApi.list ...'
232
232
  end
233
+ allowable_values = ["false", "true"]
234
+ if @api_client.config.client_side_validation && opts[:'build_essential'] && !allowable_values.include?(opts[:'build_essential'])
235
+ fail ArgumentError, "invalid value for \"build_essential\", must be one of #{allowable_values}"
236
+ end
237
+ allowable_values = ["false", "true"]
238
+ if @api_client.config.client_side_validation && opts[:'essential'] && !allowable_values.include?(opts[:'essential'])
239
+ fail ArgumentError, "invalid value for \"essential\", must be one of #{allowable_values}"
240
+ end
233
241
  allowable_values = ["allowed", "foreign", "no", "same"]
234
242
  if @api_client.config.client_side_validation && opts[:'multi_arch'] && !allowable_values.include?(opts[:'multi_arch'])
235
243
  fail ArgumentError, "invalid value for \"multi_arch\", must be one of #{allowable_values}"