pulp_deb_client 2.5.0b1 → 2.6.0b1

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 (221) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +60 -39
  3. data/docs/ContentGenericContentsApi.md +26 -26
  4. data/docs/ContentInstallerFileIndicesApi.md +37 -37
  5. data/docs/ContentInstallerPackagesApi.md +56 -56
  6. data/docs/ContentPackageIndicesApi.md +37 -37
  7. data/docs/ContentPackageReleaseComponentsApi.md +33 -33
  8. data/docs/ContentPackagesApi.md +58 -58
  9. data/docs/ContentReleaseArchitecturesApi.md +33 -33
  10. data/docs/ContentReleaseComponentsApi.md +33 -33
  11. data/docs/ContentReleaseFilesApi.md +37 -37
  12. data/docs/ContentReleasesApi.md +35 -35
  13. data/docs/ContentSummary.md +3 -3
  14. data/docs/ContentSummaryResponse.md +21 -0
  15. data/docs/DebAptDistribution.md +1 -7
  16. data/docs/DebAptDistributionResponse.md +29 -0
  17. data/docs/DebAptPublication.md +1 -5
  18. data/docs/DebAptPublicationResponse.md +29 -0
  19. data/docs/DebAptRemote.md +4 -10
  20. data/docs/DebAptRemoteResponse.md +57 -0
  21. data/docs/DebAptRepository.md +4 -10
  22. data/docs/DebAptRepositoryResponse.md +29 -0
  23. data/docs/DebBasePackage.md +5 -75
  24. data/docs/DebBasePackageResponse.md +93 -0
  25. data/docs/DebGenericContent.md +5 -17
  26. data/docs/DebGenericContentResponse.md +35 -0
  27. data/docs/DebInstallerFileIndex.md +2 -6
  28. data/docs/DebInstallerFileIndexResponse.md +29 -0
  29. data/docs/DebPackageIndex.md +2 -6
  30. data/docs/DebPackageIndexResponse.md +29 -0
  31. data/docs/DebPackageReleaseComponent.md +1 -5
  32. data/docs/DebPackageReleaseComponentResponse.md +23 -0
  33. data/docs/DebRelease.md +1 -5
  34. data/docs/DebReleaseArchitecture.md +1 -5
  35. data/docs/DebReleaseArchitectureResponse.md +23 -0
  36. data/docs/DebReleaseComponent.md +1 -5
  37. data/docs/DebReleaseComponentResponse.md +23 -0
  38. data/docs/DebReleaseFile.md +2 -6
  39. data/docs/DebReleaseFileResponse.md +29 -0
  40. data/docs/DebReleaseResponse.md +25 -0
  41. data/docs/DebVerbatimPublication.md +1 -5
  42. data/docs/DebVerbatimPublicationResponse.md +23 -0
  43. data/docs/DistributionsAptApi.md +110 -62
  44. data/docs/InlineResponse200.md +3 -3
  45. data/docs/InlineResponse2001.md +3 -3
  46. data/docs/InlineResponse20010.md +3 -3
  47. data/docs/InlineResponse20011.md +3 -3
  48. data/docs/InlineResponse20012.md +3 -3
  49. data/docs/InlineResponse20013.md +3 -3
  50. data/docs/InlineResponse20014.md +3 -3
  51. data/docs/InlineResponse2002.md +3 -3
  52. data/docs/InlineResponse2003.md +3 -3
  53. data/docs/InlineResponse2004.md +3 -3
  54. data/docs/InlineResponse2005.md +3 -3
  55. data/docs/InlineResponse2006.md +3 -3
  56. data/docs/InlineResponse2007.md +3 -3
  57. data/docs/InlineResponse2008.md +3 -3
  58. data/docs/InlineResponse2009.md +3 -3
  59. data/docs/PatcheddebAptDistribution.md +23 -0
  60. data/docs/PatcheddebAptRemote.md +51 -0
  61. data/docs/PatcheddebAptRepository.md +21 -0
  62. data/docs/PolicyEnum.md +16 -0
  63. data/docs/PublicationsAptApi.md +43 -43
  64. data/docs/PublicationsVerbatimApi.md +43 -43
  65. data/docs/RemotesAptApi.md +128 -68
  66. data/docs/RepositoriesAptApi.md +100 -76
  67. data/docs/RepositoriesDebVersionsApi.md +96 -64
  68. data/docs/RepositoryAddRemoveContent.md +2 -2
  69. data/docs/RepositorySyncURL.md +1 -1
  70. data/docs/RepositoryVersion.md +1 -9
  71. data/docs/RepositoryVersionResponse.md +25 -0
  72. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +36 -40
  73. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +57 -57
  74. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +90 -82
  75. data/lib/pulp_deb_client/api/content_package_indices_api.rb +57 -57
  76. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +50 -50
  77. data/lib/pulp_deb_client/api/content_packages_api.rb +92 -84
  78. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +51 -51
  79. data/lib/pulp_deb_client/api/content_release_components_api.rb +51 -51
  80. data/lib/pulp_deb_client/api/content_release_files_api.rb +57 -57
  81. data/lib/pulp_deb_client/api/content_releases_api.rb +54 -54
  82. data/lib/pulp_deb_client/api/distributions_apt_api.rb +157 -94
  83. data/lib/pulp_deb_client/api/publications_apt_api.rb +65 -65
  84. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +65 -65
  85. data/lib/pulp_deb_client/api/remotes_apt_api.rb +187 -106
  86. data/lib/pulp_deb_client/api/repositories_apt_api.rb +151 -124
  87. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +141 -96
  88. data/lib/pulp_deb_client/api_client.rb +2 -2
  89. data/lib/pulp_deb_client/api_error.rb +2 -2
  90. data/lib/pulp_deb_client/configuration.rb +3 -3
  91. data/lib/pulp_deb_client/models/async_operation_response.rb +3 -2
  92. data/lib/pulp_deb_client/models/content_summary.rb +9 -15
  93. data/lib/pulp_deb_client/models/content_summary_response.rb +240 -0
  94. data/lib/pulp_deb_client/models/deb_apt_distribution.rb +4 -85
  95. data/lib/pulp_deb_client/models/deb_apt_distribution_response.rb +279 -0
  96. data/lib/pulp_deb_client/models/deb_apt_publication.rb +4 -22
  97. data/lib/pulp_deb_client/models/deb_apt_publication_response.rb +270 -0
  98. data/lib/pulp_deb_client/models/deb_apt_remote.rb +7 -263
  99. data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +446 -0
  100. data/lib/pulp_deb_client/models/deb_apt_repository.rb +18 -78
  101. data/lib/pulp_deb_client/models/deb_apt_repository_response.rb +271 -0
  102. data/lib/pulp_deb_client/models/deb_base_package.rb +18 -847
  103. data/lib/pulp_deb_client/models/deb_base_package_response.rb +558 -0
  104. data/lib/pulp_deb_client/models/deb_generic_content.rb +18 -185
  105. data/lib/pulp_deb_client/models/deb_generic_content_response.rb +302 -0
  106. data/lib/pulp_deb_client/models/deb_installer_file_index.rb +6 -79
  107. data/lib/pulp_deb_client/models/deb_installer_file_index_response.rb +287 -0
  108. data/lib/pulp_deb_client/models/deb_package_index.rb +6 -79
  109. data/lib/pulp_deb_client/models/deb_package_index_response.rb +287 -0
  110. data/lib/pulp_deb_client/models/deb_package_release_component.rb +4 -22
  111. data/lib/pulp_deb_client/models/deb_package_release_component_response.rb +247 -0
  112. data/lib/pulp_deb_client/models/deb_release.rb +4 -79
  113. data/lib/pulp_deb_client/models/deb_release_architecture.rb +4 -41
  114. data/lib/pulp_deb_client/models/deb_release_architecture_response.rb +247 -0
  115. data/lib/pulp_deb_client/models/deb_release_component.rb +4 -41
  116. data/lib/pulp_deb_client/models/deb_release_component_response.rb +247 -0
  117. data/lib/pulp_deb_client/models/deb_release_file.rb +6 -90
  118. data/lib/pulp_deb_client/models/deb_release_file_response.rb +277 -0
  119. data/lib/pulp_deb_client/models/deb_release_response.rb +259 -0
  120. data/lib/pulp_deb_client/models/deb_verbatim_publication.rb +4 -22
  121. data/lib/pulp_deb_client/models/deb_verbatim_publication_response.rb +236 -0
  122. data/lib/pulp_deb_client/models/inline_response200.rb +3 -13
  123. data/lib/pulp_deb_client/models/inline_response2001.rb +3 -13
  124. data/lib/pulp_deb_client/models/inline_response20010.rb +3 -13
  125. data/lib/pulp_deb_client/models/inline_response20011.rb +3 -13
  126. data/lib/pulp_deb_client/models/inline_response20012.rb +3 -13
  127. data/lib/pulp_deb_client/models/inline_response20013.rb +3 -13
  128. data/lib/pulp_deb_client/models/inline_response20014.rb +3 -13
  129. data/lib/pulp_deb_client/models/inline_response2002.rb +3 -13
  130. data/lib/pulp_deb_client/models/inline_response2003.rb +3 -13
  131. data/lib/pulp_deb_client/models/inline_response2004.rb +3 -13
  132. data/lib/pulp_deb_client/models/inline_response2005.rb +3 -13
  133. data/lib/pulp_deb_client/models/inline_response2006.rb +3 -13
  134. data/lib/pulp_deb_client/models/inline_response2007.rb +3 -13
  135. data/lib/pulp_deb_client/models/inline_response2008.rb +3 -13
  136. data/lib/pulp_deb_client/models/inline_response2009.rb +3 -13
  137. data/lib/pulp_deb_client/models/patcheddeb_apt_distribution.rb +240 -0
  138. data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +402 -0
  139. data/lib/pulp_deb_client/models/patcheddeb_apt_repository.rb +229 -0
  140. data/lib/pulp_deb_client/models/policy_enum.rb +37 -0
  141. data/lib/pulp_deb_client/models/repository_add_remove_content.rb +5 -4
  142. data/lib/pulp_deb_client/models/repository_sync_url.rb +3 -8
  143. data/lib/pulp_deb_client/models/repository_version.rb +7 -43
  144. data/lib/pulp_deb_client/models/repository_version_response.rb +246 -0
  145. data/lib/pulp_deb_client/version.rb +3 -3
  146. data/lib/pulp_deb_client.rb +22 -2
  147. data/pulp_deb_client.gemspec +4 -4
  148. data/spec/api/content_generic_contents_api_spec.rb +12 -12
  149. data/spec/api/content_installer_file_indices_api_spec.rb +17 -17
  150. data/spec/api/content_installer_packages_api_spec.rb +27 -27
  151. data/spec/api/content_package_indices_api_spec.rb +17 -17
  152. data/spec/api/content_package_release_components_api_spec.rb +15 -15
  153. data/spec/api/content_packages_api_spec.rb +28 -28
  154. data/spec/api/content_release_architectures_api_spec.rb +15 -15
  155. data/spec/api/content_release_components_api_spec.rb +15 -15
  156. data/spec/api/content_release_files_api_spec.rb +17 -17
  157. data/spec/api/content_releases_api_spec.rb +16 -16
  158. data/spec/api/distributions_apt_api_spec.rb +41 -20
  159. data/spec/api/publications_apt_api_spec.rb +17 -17
  160. data/spec/api/publications_verbatim_api_spec.rb +17 -17
  161. data/spec/api/remotes_apt_api_spec.rb +51 -24
  162. data/spec/api/repositories_apt_api_spec.rb +31 -22
  163. data/spec/api/repositories_deb_versions_api_spec.rb +40 -25
  164. data/spec/api_client_spec.rb +2 -2
  165. data/spec/configuration_spec.rb +2 -2
  166. data/spec/models/async_operation_response_spec.rb +2 -2
  167. data/spec/models/content_summary_response_spec.rb +53 -0
  168. data/spec/models/content_summary_spec.rb +2 -2
  169. data/spec/models/deb_apt_distribution_response_spec.rb +77 -0
  170. data/spec/models/deb_apt_distribution_spec.rb +2 -20
  171. data/spec/models/deb_apt_publication_response_spec.rb +77 -0
  172. data/spec/models/deb_apt_publication_spec.rb +2 -14
  173. data/spec/models/deb_apt_remote_response_spec.rb +161 -0
  174. data/spec/models/deb_apt_remote_spec.rb +2 -24
  175. data/spec/models/deb_apt_repository_response_spec.rb +77 -0
  176. data/spec/models/deb_apt_repository_spec.rb +5 -23
  177. data/spec/models/deb_base_package_response_spec.rb +269 -0
  178. data/spec/models/deb_base_package_spec.rb +4 -214
  179. data/spec/models/deb_generic_content_response_spec.rb +95 -0
  180. data/spec/models/deb_generic_content_spec.rb +4 -40
  181. data/spec/models/deb_installer_file_index_response_spec.rb +77 -0
  182. data/spec/models/deb_installer_file_index_spec.rb +2 -14
  183. data/spec/models/deb_package_index_response_spec.rb +77 -0
  184. data/spec/models/deb_package_index_spec.rb +2 -14
  185. data/spec/models/deb_package_release_component_response_spec.rb +59 -0
  186. data/spec/models/deb_package_release_component_spec.rb +2 -14
  187. data/spec/models/deb_release_architecture_response_spec.rb +59 -0
  188. data/spec/models/deb_release_architecture_spec.rb +2 -14
  189. data/spec/models/deb_release_component_response_spec.rb +59 -0
  190. data/spec/models/deb_release_component_spec.rb +2 -14
  191. data/spec/models/deb_release_file_response_spec.rb +77 -0
  192. data/spec/models/deb_release_file_spec.rb +2 -14
  193. data/spec/models/deb_release_response_spec.rb +65 -0
  194. data/spec/models/deb_release_spec.rb +2 -14
  195. data/spec/models/deb_verbatim_publication_response_spec.rb +59 -0
  196. data/spec/models/deb_verbatim_publication_spec.rb +2 -14
  197. data/spec/models/inline_response20010_spec.rb +2 -2
  198. data/spec/models/inline_response20011_spec.rb +2 -2
  199. data/spec/models/inline_response20012_spec.rb +2 -2
  200. data/spec/models/inline_response20013_spec.rb +2 -2
  201. data/spec/models/inline_response20014_spec.rb +2 -2
  202. data/spec/models/inline_response2001_spec.rb +2 -2
  203. data/spec/models/inline_response2002_spec.rb +2 -2
  204. data/spec/models/inline_response2003_spec.rb +2 -2
  205. data/spec/models/inline_response2004_spec.rb +2 -2
  206. data/spec/models/inline_response2005_spec.rb +2 -2
  207. data/spec/models/inline_response2006_spec.rb +2 -2
  208. data/spec/models/inline_response2007_spec.rb +2 -2
  209. data/spec/models/inline_response2008_spec.rb +2 -2
  210. data/spec/models/inline_response2009_spec.rb +2 -2
  211. data/spec/models/inline_response200_spec.rb +2 -2
  212. data/spec/models/patcheddeb_apt_distribution_spec.rb +59 -0
  213. data/spec/models/patcheddeb_apt_remote_spec.rb +143 -0
  214. data/spec/models/patcheddeb_apt_repository_spec.rb +53 -0
  215. data/spec/models/policy_enum_spec.rb +35 -0
  216. data/spec/models/repository_add_remove_content_spec.rb +2 -2
  217. data/spec/models/repository_sync_url_spec.rb +2 -2
  218. data/spec/models/repository_version_response_spec.rb +65 -0
  219. data/spec/models/repository_version_spec.rb +2 -26
  220. data/spec/spec_helper.rb +2 -2
  221. metadata +120 -40
@@ -4,24 +4,18 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **versions_href** | **String** | | [optional] [readonly]
10
- **latest_version_href** | **String** | | [optional] [readonly]
11
7
  **name** | **String** | A unique name for this repository. |
12
8
  **description** | **String** | An optional description. | [optional]
9
+ **remote** | **String** | | [optional]
13
10
 
14
11
  ## Code Sample
15
12
 
16
13
  ```ruby
17
14
  require 'PulpDebClient'
18
15
 
19
- instance = PulpDebClient::DebAptRepository.new(pulp_href: null,
20
- pulp_created: null,
21
- versions_href: null,
22
- latest_version_href: null,
23
- name: null,
24
- description: null)
16
+ instance = PulpDebClient::DebAptRepository.new(name: null,
17
+ description: null,
18
+ remote: null)
25
19
  ```
26
20
 
27
21
 
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebAptRepositoryResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **versions_href** | **String** | | [optional] [readonly]
10
+ **latest_version_href** | **String** | | [optional] [readonly]
11
+ **name** | **String** | A unique name for this repository. |
12
+ **description** | **String** | An optional description. | [optional]
13
+ **remote** | **String** | | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebAptRepositoryResponse.new(pulp_href: null,
21
+ pulp_created: null,
22
+ versions_href: null,
23
+ latest_version_href: null,
24
+ name: null,
25
+ description: null,
26
+ remote: null)
27
+ ```
28
+
29
+
@@ -4,90 +4,20 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
8
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
11
- **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
12
- **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
13
- **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
14
- **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
15
- **sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
16
- **sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
17
- **package** | **String** | | [optional] [readonly]
18
- **source** | **String** | | [optional] [readonly]
19
- **version** | **String** | | [optional] [readonly]
20
- **architecture** | **String** | | [optional] [readonly]
21
- **section** | **String** | | [optional] [readonly]
22
- **priority** | **String** | | [optional] [readonly]
23
- **origin** | **String** | | [optional] [readonly]
24
- **tag** | **String** | | [optional] [readonly]
25
- **bugs** | **String** | | [optional] [readonly]
26
- **essential** | **String** | | [optional] [readonly]
27
- **build_essential** | **String** | | [optional] [readonly]
28
- **installed_size** | **String** | | [optional] [readonly]
29
- **maintainer** | **String** | | [optional] [readonly]
30
- **original_maintainer** | **String** | | [optional] [readonly]
31
- **description** | **String** | | [optional] [readonly]
32
- **description_md5** | **String** | | [optional] [readonly]
33
- **homepage** | **String** | | [optional] [readonly]
34
- **built_using** | **String** | | [optional] [readonly]
35
- **auto_built_package** | **String** | | [optional] [readonly]
36
- **multi_arch** | **String** | | [optional] [readonly]
37
- **breaks** | **String** | | [optional] [readonly]
38
- **conflicts** | **String** | | [optional] [readonly]
39
- **depends** | **String** | | [optional] [readonly]
40
- **recommends** | **String** | | [optional] [readonly]
41
- **suggests** | **String** | | [optional] [readonly]
42
- **enhances** | **String** | | [optional] [readonly]
43
- **pre_depends** | **String** | | [optional] [readonly]
44
- **provides** | **String** | | [optional] [readonly]
45
- **replaces** | **String** | | [optional] [readonly]
9
+ **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
10
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
46
11
 
47
12
  ## Code Sample
48
13
 
49
14
  ```ruby
50
15
  require 'PulpDebClient'
51
16
 
52
- instance = PulpDebClient::DebBasePackage.new(pulp_href: null,
53
- pulp_created: null,
54
- artifact: null,
17
+ instance = PulpDebClient::DebBasePackage.new(artifact: null,
55
18
  relative_path: null,
56
- md5: null,
57
- sha1: null,
58
- sha224: null,
59
- sha256: null,
60
- sha384: null,
61
- sha512: null,
62
- package: null,
63
- source: null,
64
- version: null,
65
- architecture: null,
66
- section: null,
67
- priority: null,
68
- origin: null,
69
- tag: null,
70
- bugs: null,
71
- essential: null,
72
- build_essential: null,
73
- installed_size: null,
74
- maintainer: null,
75
- original_maintainer: null,
76
- description: null,
77
- description_md5: null,
78
- homepage: null,
79
- built_using: null,
80
- auto_built_package: null,
81
- multi_arch: null,
82
- breaks: null,
83
- conflicts: null,
84
- depends: null,
85
- recommends: null,
86
- suggests: null,
87
- enhances: null,
88
- pre_depends: null,
89
- provides: null,
90
- replaces: null)
19
+ file: null,
20
+ repository: null)
91
21
  ```
92
22
 
93
23
 
@@ -0,0 +1,93 @@
1
+ # PulpDebClient::DebBasePackageResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
10
+ **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | [optional]
11
+ **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
12
+ **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
13
+ **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
14
+ **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
15
+ **sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
16
+ **sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
17
+ **package** | **String** | | [optional] [readonly]
18
+ **source** | **String** | | [optional] [readonly]
19
+ **version** | **String** | | [optional] [readonly]
20
+ **architecture** | **String** | | [optional] [readonly]
21
+ **section** | **String** | | [optional] [readonly]
22
+ **priority** | **String** | | [optional] [readonly]
23
+ **origin** | **String** | | [optional] [readonly]
24
+ **tag** | **String** | | [optional] [readonly]
25
+ **bugs** | **String** | | [optional] [readonly]
26
+ **essential** | **String** | | [optional] [readonly]
27
+ **build_essential** | **String** | | [optional] [readonly]
28
+ **installed_size** | **String** | | [optional] [readonly]
29
+ **maintainer** | **String** | | [optional] [readonly]
30
+ **original_maintainer** | **String** | | [optional] [readonly]
31
+ **description** | **String** | | [optional] [readonly]
32
+ **description_md5** | **String** | | [optional] [readonly]
33
+ **homepage** | **String** | | [optional] [readonly]
34
+ **built_using** | **String** | | [optional] [readonly]
35
+ **auto_built_package** | **String** | | [optional] [readonly]
36
+ **multi_arch** | **String** | | [optional] [readonly]
37
+ **breaks** | **String** | | [optional] [readonly]
38
+ **conflicts** | **String** | | [optional] [readonly]
39
+ **depends** | **String** | | [optional] [readonly]
40
+ **recommends** | **String** | | [optional] [readonly]
41
+ **suggests** | **String** | | [optional] [readonly]
42
+ **enhances** | **String** | | [optional] [readonly]
43
+ **pre_depends** | **String** | | [optional] [readonly]
44
+ **provides** | **String** | | [optional] [readonly]
45
+ **replaces** | **String** | | [optional] [readonly]
46
+
47
+ ## Code Sample
48
+
49
+ ```ruby
50
+ require 'PulpDebClient'
51
+
52
+ instance = PulpDebClient::DebBasePackageResponse.new(pulp_href: null,
53
+ pulp_created: null,
54
+ artifact: null,
55
+ relative_path: null,
56
+ md5: null,
57
+ sha1: null,
58
+ sha224: null,
59
+ sha256: null,
60
+ sha384: null,
61
+ sha512: null,
62
+ package: null,
63
+ source: null,
64
+ version: null,
65
+ architecture: null,
66
+ section: null,
67
+ priority: null,
68
+ origin: null,
69
+ tag: null,
70
+ bugs: null,
71
+ essential: null,
72
+ build_essential: null,
73
+ installed_size: null,
74
+ maintainer: null,
75
+ original_maintainer: null,
76
+ description: null,
77
+ description_md5: null,
78
+ homepage: null,
79
+ built_using: null,
80
+ auto_built_package: null,
81
+ multi_arch: null,
82
+ breaks: null,
83
+ conflicts: null,
84
+ depends: null,
85
+ recommends: null,
86
+ suggests: null,
87
+ enhances: null,
88
+ pre_depends: null,
89
+ provides: null,
90
+ replaces: null)
91
+ ```
92
+
93
+
@@ -4,32 +4,20 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **artifact** | **String** | Artifact file representing the physical content | [optional]
10
8
  **relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
11
- **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
12
- **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
13
- **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
14
- **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
15
- **sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
16
- **sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
9
+ **file** | **File** | An uploaded file that may be turned into the artifact of the content unit. | [optional]
10
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
17
11
 
18
12
  ## Code Sample
19
13
 
20
14
  ```ruby
21
15
  require 'PulpDebClient'
22
16
 
23
- instance = PulpDebClient::DebGenericContent.new(pulp_href: null,
24
- pulp_created: null,
25
- artifact: null,
17
+ instance = PulpDebClient::DebGenericContent.new(artifact: null,
26
18
  relative_path: null,
27
- md5: null,
28
- sha1: null,
29
- sha224: null,
30
- sha256: null,
31
- sha384: null,
32
- sha512: null)
19
+ file: null,
20
+ repository: null)
33
21
  ```
34
22
 
35
23
 
@@ -0,0 +1,35 @@
1
+ # PulpDebClient::DebGenericContentResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifact** | **String** | Artifact file representing the physical content | [optional]
10
+ **relative_path** | **String** | Path where the artifact is located relative to distributions base_path |
11
+ **md5** | **String** | The MD5 checksum if available. | [optional] [readonly]
12
+ **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly]
13
+ **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly]
14
+ **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly]
15
+ **sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly]
16
+ **sha512** | **String** | The SHA-512 checksum if available. | [optional] [readonly]
17
+
18
+ ## Code Sample
19
+
20
+ ```ruby
21
+ require 'PulpDebClient'
22
+
23
+ instance = PulpDebClient::DebGenericContentResponse.new(pulp_href: null,
24
+ pulp_created: null,
25
+ artifact: null,
26
+ relative_path: null,
27
+ md5: null,
28
+ sha1: null,
29
+ sha224: null,
30
+ sha256: null,
31
+ sha384: null,
32
+ sha512: null)
33
+ ```
34
+
35
+
@@ -4,9 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
7
+ **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
8
  **release** | **String** | Release this index file belongs to. |
11
9
  **component** | **String** | Component of the component - architecture combination. |
12
10
  **architecture** | **String** | Architecture of the component - architecture combination. |
@@ -17,9 +15,7 @@ Name | Type | Description | Notes
17
15
  ```ruby
18
16
  require 'PulpDebClient'
19
17
 
20
- instance = PulpDebClient::DebInstallerFileIndex.new(pulp_href: null,
21
- pulp_created: null,
22
- artifacts: null,
18
+ instance = PulpDebClient::DebInstallerFileIndex.new(artifacts: null,
23
19
  release: null,
24
20
  component: null,
25
21
  architecture: null,
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebInstallerFileIndexResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
+ **release** | **String** | Release this index file belongs to. |
11
+ **component** | **String** | Component of the component - architecture combination. |
12
+ **architecture** | **String** | Architecture of the component - architecture combination. |
13
+ **relative_path** | **String** | Path of directory containing MD5SUMS and SHA256SUMS relative to url. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebInstallerFileIndexResponse.new(pulp_href: null,
21
+ pulp_created: null,
22
+ artifacts: null,
23
+ release: null,
24
+ component: null,
25
+ architecture: null,
26
+ relative_path: null)
27
+ ```
28
+
29
+
@@ -4,9 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
7
+ **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
8
  **release** | **String** | Release this index file belongs to. |
11
9
  **component** | **String** | Component of the component - architecture combination. |
12
10
  **architecture** | **String** | Architecture of the component - architecture combination. |
@@ -17,9 +15,7 @@ Name | Type | Description | Notes
17
15
  ```ruby
18
16
  require 'PulpDebClient'
19
17
 
20
- instance = PulpDebClient::DebPackageIndex.new(pulp_href: null,
21
- pulp_created: null,
22
- artifacts: null,
18
+ instance = PulpDebClient::DebPackageIndex.new(artifacts: null,
23
19
  release: null,
24
20
  component: null,
25
21
  architecture: null,
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebPackageIndexResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
+ **release** | **String** | Release this index file belongs to. |
11
+ **component** | **String** | Component of the component - architecture combination. |
12
+ **architecture** | **String** | Architecture of the component - architecture combination. |
13
+ **relative_path** | **String** | Path of file relative to url. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebPackageIndexResponse.new(pulp_href: null,
21
+ pulp_created: null,
22
+ artifacts: null,
23
+ release: null,
24
+ component: null,
25
+ architecture: null,
26
+ relative_path: null)
27
+ ```
28
+
29
+
@@ -4,8 +4,6 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **package** | **String** | Package that is contained in release_comonent. |
10
8
  **release_component** | **String** | ReleaseComponent this package is contained in. |
11
9
 
@@ -14,9 +12,7 @@ Name | Type | Description | Notes
14
12
  ```ruby
15
13
  require 'PulpDebClient'
16
14
 
17
- instance = PulpDebClient::DebPackageReleaseComponent.new(pulp_href: null,
18
- pulp_created: null,
19
- package: null,
15
+ instance = PulpDebClient::DebPackageReleaseComponent.new(package: null,
20
16
  release_component: null)
21
17
  ```
22
18
 
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::DebPackageReleaseComponentResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **package** | **String** | Package that is contained in release_comonent. |
10
+ **release_component** | **String** | ReleaseComponent this package is contained in. |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::DebPackageReleaseComponentResponse.new(pulp_href: null,
18
+ pulp_created: null,
19
+ package: null,
20
+ release_component: null)
21
+ ```
22
+
23
+
data/docs/DebRelease.md CHANGED
@@ -4,8 +4,6 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **codename** | **String** | |
10
8
  **suite** | **String** | |
11
9
  **distribution** | **String** | |
@@ -15,9 +13,7 @@ Name | Type | Description | Notes
15
13
  ```ruby
16
14
  require 'PulpDebClient'
17
15
 
18
- instance = PulpDebClient::DebRelease.new(pulp_href: null,
19
- pulp_created: null,
20
- codename: null,
16
+ instance = PulpDebClient::DebRelease.new(codename: null,
21
17
  suite: null,
22
18
  distribution: null)
23
19
  ```
@@ -4,8 +4,6 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **architecture** | **String** | Name of the architecture. |
10
8
  **release** | **String** | Release this architecture is contained in. |
11
9
 
@@ -14,9 +12,7 @@ Name | Type | Description | Notes
14
12
  ```ruby
15
13
  require 'PulpDebClient'
16
14
 
17
- instance = PulpDebClient::DebReleaseArchitecture.new(pulp_href: null,
18
- pulp_created: null,
19
- architecture: null,
15
+ instance = PulpDebClient::DebReleaseArchitecture.new(architecture: null,
20
16
  release: null)
21
17
  ```
22
18
 
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::DebReleaseArchitectureResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **architecture** | **String** | Name of the architecture. |
10
+ **release** | **String** | Release this architecture is contained in. |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::DebReleaseArchitectureResponse.new(pulp_href: null,
18
+ pulp_created: null,
19
+ architecture: null,
20
+ release: null)
21
+ ```
22
+
23
+
@@ -4,8 +4,6 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
7
  **component** | **String** | Name of the component. |
10
8
  **release** | **String** | Release this component is contained in. |
11
9
 
@@ -14,9 +12,7 @@ Name | Type | Description | Notes
14
12
  ```ruby
15
13
  require 'PulpDebClient'
16
14
 
17
- instance = PulpDebClient::DebReleaseComponent.new(pulp_href: null,
18
- pulp_created: null,
19
- component: null,
15
+ instance = PulpDebClient::DebReleaseComponent.new(component: null,
20
16
  release: null)
21
17
  ```
22
18
 
@@ -0,0 +1,23 @@
1
+ # PulpDebClient::DebReleaseComponentResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **component** | **String** | Name of the component. |
10
+ **release** | **String** | Release this component is contained in. |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpDebClient'
16
+
17
+ instance = PulpDebClient::DebReleaseComponentResponse.new(pulp_href: null,
18
+ pulp_created: null,
19
+ component: null,
20
+ release: null)
21
+ ```
22
+
23
+
@@ -4,9 +4,7 @@
4
4
 
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
- **artifacts** | **Hash<String, String>** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
7
+ **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
8
  **codename** | **String** | Codename of the release, i.e. \"buster\". |
11
9
  **suite** | **String** | Suite of the release, i.e. \"stable\". | [optional]
12
10
  **distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". | [optional]
@@ -17,9 +15,7 @@ Name | Type | Description | Notes
17
15
  ```ruby
18
16
  require 'PulpDebClient'
19
17
 
20
- instance = PulpDebClient::DebReleaseFile.new(pulp_href: null,
21
- pulp_created: null,
22
- artifacts: null,
18
+ instance = PulpDebClient::DebReleaseFile.new(artifacts: null,
23
19
  codename: null,
24
20
  suite: null,
25
21
  distribution: null,
@@ -0,0 +1,29 @@
1
+ # PulpDebClient::DebReleaseFileResponse
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_href** | **String** | | [optional] [readonly]
8
+ **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
9
+ **artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
10
+ **codename** | **String** | Codename of the release, i.e. \"buster\". |
11
+ **suite** | **String** | Suite of the release, i.e. \"stable\". | [optional]
12
+ **distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". | [optional]
13
+ **relative_path** | **String** | Path of file relative to url. | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpDebClient'
19
+
20
+ instance = PulpDebClient::DebReleaseFileResponse.new(pulp_href: null,
21
+ pulp_created: null,
22
+ artifacts: null,
23
+ codename: null,
24
+ suite: null,
25
+ distribution: null,
26
+ relative_path: null)
27
+ ```
28
+
29
+