pulp_deb_client 2.4.0b1 → 2.5.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 (140) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +35 -48
  3. data/docs/ContentGenericContentsApi.md +2 -2
  4. data/docs/ContentInstallerFileIndicesApi.md +4 -4
  5. data/docs/ContentInstallerPackagesApi.md +2 -2
  6. data/docs/ContentPackageIndicesApi.md +4 -4
  7. data/docs/ContentPackageReleaseComponentsApi.md +4 -4
  8. data/docs/ContentPackagesApi.md +2 -2
  9. data/docs/ContentReleaseArchitecturesApi.md +4 -4
  10. data/docs/ContentReleaseComponentsApi.md +4 -4
  11. data/docs/ContentReleaseFilesApi.md +4 -4
  12. data/docs/ContentReleasesApi.md +4 -4
  13. data/docs/{DebDebDistribution.md → DebAptDistribution.md} +2 -2
  14. data/docs/{DebDebPublication.md → DebAptPublication.md} +2 -2
  15. data/docs/{DebDebRemote.md → DebAptRemote.md} +2 -2
  16. data/docs/{DebDebRepository.md → DebAptRepository.md} +2 -2
  17. data/docs/{DebBasePackageRead.md → DebBasePackage.md} +2 -2
  18. data/docs/{DebGenericContentRead.md → DebGenericContent.md} +2 -2
  19. data/docs/DistributionsAptApi.md +43 -43
  20. data/docs/InlineResponse200.md +1 -1
  21. data/docs/InlineResponse2001.md +1 -1
  22. data/docs/InlineResponse20010.md +1 -1
  23. data/docs/InlineResponse20011.md +1 -1
  24. data/docs/InlineResponse20012.md +1 -1
  25. data/docs/InlineResponse20013.md +1 -1
  26. data/docs/InlineResponse20014.md +1 -1
  27. data/docs/InlineResponse2002.md +1 -1
  28. data/docs/InlineResponse2003.md +1 -1
  29. data/docs/InlineResponse2004.md +1 -1
  30. data/docs/InlineResponse2005.md +1 -1
  31. data/docs/InlineResponse2006.md +1 -1
  32. data/docs/InlineResponse2007.md +1 -1
  33. data/docs/InlineResponse2008.md +1 -1
  34. data/docs/InlineResponse2009.md +1 -1
  35. data/docs/PublicationsAptApi.md +26 -26
  36. data/docs/PublicationsVerbatimApi.md +2 -2
  37. data/docs/RemotesAptApi.md +46 -46
  38. data/docs/RepositoriesAptApi.md +56 -56
  39. data/docs/RepositoriesDebVersionsApi.md +13 -11
  40. data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
  41. data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +6 -6
  42. data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
  43. data/lib/pulp_deb_client/api/content_package_indices_api.rb +6 -6
  44. data/lib/pulp_deb_client/api/content_package_release_components_api.rb +6 -6
  45. data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
  46. data/lib/pulp_deb_client/api/content_release_architectures_api.rb +6 -6
  47. data/lib/pulp_deb_client/api/content_release_components_api.rb +6 -6
  48. data/lib/pulp_deb_client/api/content_release_files_api.rb +6 -6
  49. data/lib/pulp_deb_client/api/content_releases_api.rb +6 -6
  50. data/lib/pulp_deb_client/api/distributions_apt_api.rb +61 -61
  51. data/lib/pulp_deb_client/api/publications_apt_api.rb +37 -37
  52. data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
  53. data/lib/pulp_deb_client/api/remotes_apt_api.rb +66 -66
  54. data/lib/pulp_deb_client/api/repositories_apt_api.rb +84 -84
  55. data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +22 -19
  56. data/lib/pulp_deb_client/models/{deb_deb_distribution.rb → deb_apt_distribution.rb} +3 -3
  57. data/lib/pulp_deb_client/models/{deb_deb_publication.rb → deb_apt_publication.rb} +3 -3
  58. data/lib/pulp_deb_client/models/{deb_deb_remote.rb → deb_apt_remote.rb} +6 -3
  59. data/lib/pulp_deb_client/models/{deb_deb_repository.rb → deb_apt_repository.rb} +3 -3
  60. data/lib/pulp_deb_client/models/{deb_base_package_read.rb → deb_base_package.rb} +3 -3
  61. data/lib/pulp_deb_client/models/{deb_generic_content_read.rb → deb_generic_content.rb} +3 -3
  62. data/lib/pulp_deb_client/models/inline_response200.rb +1 -1
  63. data/lib/pulp_deb_client/models/inline_response2001.rb +1 -1
  64. data/lib/pulp_deb_client/models/inline_response20010.rb +1 -1
  65. data/lib/pulp_deb_client/models/inline_response20011.rb +1 -1
  66. data/lib/pulp_deb_client/models/inline_response20012.rb +1 -1
  67. data/lib/pulp_deb_client/models/inline_response20013.rb +1 -1
  68. data/lib/pulp_deb_client/models/inline_response20014.rb +1 -1
  69. data/lib/pulp_deb_client/models/inline_response2002.rb +1 -1
  70. data/lib/pulp_deb_client/models/inline_response2003.rb +1 -1
  71. data/lib/pulp_deb_client/models/inline_response2004.rb +1 -1
  72. data/lib/pulp_deb_client/models/inline_response2005.rb +1 -1
  73. data/lib/pulp_deb_client/models/inline_response2006.rb +1 -1
  74. data/lib/pulp_deb_client/models/inline_response2007.rb +1 -1
  75. data/lib/pulp_deb_client/models/inline_response2008.rb +1 -1
  76. data/lib/pulp_deb_client/models/inline_response2009.rb +1 -1
  77. data/lib/pulp_deb_client/version.rb +1 -1
  78. data/lib/pulp_deb_client.rb +6 -19
  79. data/spec/api/content_generic_contents_api_spec.rb +1 -1
  80. data/spec/api/content_installer_file_indices_api_spec.rb +2 -2
  81. data/spec/api/content_installer_packages_api_spec.rb +1 -1
  82. data/spec/api/content_package_indices_api_spec.rb +2 -2
  83. data/spec/api/content_package_release_components_api_spec.rb +2 -2
  84. data/spec/api/content_packages_api_spec.rb +1 -1
  85. data/spec/api/content_release_architectures_api_spec.rb +2 -2
  86. data/spec/api/content_release_components_api_spec.rb +2 -2
  87. data/spec/api/content_release_files_api_spec.rb +2 -2
  88. data/spec/api/content_releases_api_spec.rb +2 -2
  89. data/spec/api/distributions_apt_api_spec.rb +13 -13
  90. data/spec/api/publications_apt_api_spec.rb +10 -10
  91. data/spec/api/publications_verbatim_api_spec.rb +1 -1
  92. data/spec/api/remotes_apt_api_spec.rb +15 -15
  93. data/spec/api/repositories_apt_api_spec.rb +17 -17
  94. data/spec/api/repositories_deb_versions_api_spec.rb +6 -5
  95. data/spec/models/{deb_deb_distribution_spec.rb → deb_apt_distribution_spec.rb} +6 -6
  96. data/spec/models/{deb_deb_publication_spec.rb → deb_apt_publication_spec.rb} +6 -6
  97. data/spec/models/{deb_deb_remote_spec.rb → deb_apt_remote_spec.rb} +6 -6
  98. data/spec/models/{deb_deb_repository_spec.rb → deb_apt_repository_spec.rb} +6 -6
  99. data/spec/models/{deb_base_package_read_spec.rb → deb_base_package_spec.rb} +6 -6
  100. data/spec/models/{deb_generic_content_read_spec.rb → deb_generic_content_spec.rb} +6 -6
  101. metadata +26 -78
  102. data/docs/DebDebDistributionRead.md +0 -29
  103. data/docs/DebDebPublicationRead.md +0 -29
  104. data/docs/DebDebRemoteRead.md +0 -57
  105. data/docs/DebDebRepositoryRead.md +0 -27
  106. data/docs/DebInstallerFileIndexRead.md +0 -29
  107. data/docs/DebPackageIndexRead.md +0 -29
  108. data/docs/DebPackageReleaseComponentRead.md +0 -23
  109. data/docs/DebReleaseArchitectureRead.md +0 -23
  110. data/docs/DebReleaseComponentRead.md +0 -23
  111. data/docs/DebReleaseFileRead.md +0 -29
  112. data/docs/DebReleaseRead.md +0 -25
  113. data/docs/DebVerbatimPublicationRead.md +0 -23
  114. data/docs/RepositoryVersionRead.md +0 -25
  115. data/lib/pulp_deb_client/models/deb_deb_distribution_read.rb +0 -331
  116. data/lib/pulp_deb_client/models/deb_deb_publication_read.rb +0 -269
  117. data/lib/pulp_deb_client/models/deb_deb_remote_read.rb +0 -670
  118. data/lib/pulp_deb_client/models/deb_deb_repository_read.rb +0 -294
  119. data/lib/pulp_deb_client/models/deb_installer_file_index_read.rb +0 -341
  120. data/lib/pulp_deb_client/models/deb_package_index_read.rb +0 -341
  121. data/lib/pulp_deb_client/models/deb_package_release_component_read.rb +0 -246
  122. data/lib/pulp_deb_client/models/deb_release_architecture_read.rb +0 -265
  123. data/lib/pulp_deb_client/models/deb_release_component_read.rb +0 -265
  124. data/lib/pulp_deb_client/models/deb_release_file_read.rb +0 -342
  125. data/lib/pulp_deb_client/models/deb_release_read.rb +0 -315
  126. data/lib/pulp_deb_client/models/deb_verbatim_publication_read.rb +0 -235
  127. data/lib/pulp_deb_client/models/repository_version_read.rb +0 -244
  128. data/spec/models/deb_deb_distribution_read_spec.rb +0 -77
  129. data/spec/models/deb_deb_publication_read_spec.rb +0 -77
  130. data/spec/models/deb_deb_remote_read_spec.rb +0 -165
  131. data/spec/models/deb_deb_repository_read_spec.rb +0 -71
  132. data/spec/models/deb_installer_file_index_read_spec.rb +0 -77
  133. data/spec/models/deb_package_index_read_spec.rb +0 -77
  134. data/spec/models/deb_package_release_component_read_spec.rb +0 -59
  135. data/spec/models/deb_release_architecture_read_spec.rb +0 -59
  136. data/spec/models/deb_release_component_read_spec.rb +0 -59
  137. data/spec/models/deb_release_file_read_spec.rb +0 -77
  138. data/spec/models/deb_release_read_spec.rb +0 -65
  139. data/spec/models/deb_verbatim_publication_read_spec.rb +0 -59
  140. data/spec/models/repository_version_read_spec.rb +0 -65
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d64be4fc259c9ce998d83c20f02598b50307d550afd477aadbe440270d37e88b
4
- data.tar.gz: c4c05fc65d0956b907cc904afdc059f26a23494329da665e91eb0309457dd39f
3
+ metadata.gz: 350a56ff7fc28301b54cfbacfc6236cf8cb58d278b4b9fa74fd91da2e7bd71e7
4
+ data.tar.gz: 2c7eb64e1edef5c6c8db814a6b976562f3c5eede352a0322f162b23421b8ebb2
5
5
  SHA512:
6
- metadata.gz: 867e62841d82939fc5df3e42a7f0a0ed2576710d0168956a917b3ea67f2d0673c11c270d23d236a7028376a580bd17f17afb8a17b811e4592908711c247aa5fb
7
- data.tar.gz: 7fe00a46987bb97a743dd5a0a4e14e1f091f5dd826bc55d0924a6535233d47415c99104f549938bd54a1c2233d3083d25f8153ab7cc316d40dcc640d009f672a
6
+ metadata.gz: 83059db0e668fe41d06066d8f83353ba90e57829b29f2d52bee1335375366a51739b5e0fd3a57484639920975472ba9cab1f1b4a03dfba5ab850cd560e9df3f6
7
+ data.tar.gz: f56293f1ab099317e4cd487aec8b718e1e6ff3e028b0d5cf6e4f4819f333b23df1e9c0068602ba534059a4f77aa9e93f0d62399b71f5f6ce350d38e2bf9c574c
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
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: 2.4.0b1
10
+ - Package version: 2.5.0b1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulp_deb_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulp_deb_client-2.4.0b1.gem
26
+ gem install ./pulp_deb_client-2.5.0b1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_deb_client-2.4.0b1.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_deb_client-2.5.0b1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulp_deb_client', '~> 2.4.0b1'
35
+ gem 'pulp_deb_client', '~> 2.5.0b1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -117,36 +117,36 @@ Class | Method | HTTP request | Description
117
117
  *PulpDebClient::ContentReleasesApi* | [**create**](docs/ContentReleasesApi.md#create) | **POST** /pulp/api/v3/content/deb/releases/ | Create a release
118
118
  *PulpDebClient::ContentReleasesApi* | [**list**](docs/ContentReleasesApi.md#list) | **GET** /pulp/api/v3/content/deb/releases/ | List releases
119
119
  *PulpDebClient::ContentReleasesApi* | [**read**](docs/ContentReleasesApi.md#read) | **GET** {release_href} | Inspect a release
120
- *PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create a deb distribution
121
- *PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {deb_distribution_href} | Delete a deb distribution
122
- *PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List deb distributions
123
- *PulpDebClient::DistributionsAptApi* | [**partial_update**](docs/DistributionsAptApi.md#partial_update) | **PATCH** {deb_distribution_href} | Partially update a deb distribution
124
- *PulpDebClient::DistributionsAptApi* | [**read**](docs/DistributionsAptApi.md#read) | **GET** {deb_distribution_href} | Inspect a deb distribution
125
- *PulpDebClient::DistributionsAptApi* | [**update**](docs/DistributionsAptApi.md#update) | **PUT** {deb_distribution_href} | Update a deb distribution
126
- *PulpDebClient::PublicationsAptApi* | [**create**](docs/PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create a deb publication
127
- *PulpDebClient::PublicationsAptApi* | [**delete**](docs/PublicationsAptApi.md#delete) | **DELETE** {deb_publication_href} | Delete a deb publication
128
- *PulpDebClient::PublicationsAptApi* | [**list**](docs/PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List deb publications
129
- *PulpDebClient::PublicationsAptApi* | [**read**](docs/PublicationsAptApi.md#read) | **GET** {deb_publication_href} | Inspect a deb publication
120
+ *PulpDebClient::DistributionsAptApi* | [**create**](docs/DistributionsAptApi.md#create) | **POST** /pulp/api/v3/distributions/deb/apt/ | Create an apt distribution
121
+ *PulpDebClient::DistributionsAptApi* | [**delete**](docs/DistributionsAptApi.md#delete) | **DELETE** {apt_distribution_href} | Delete an apt distribution
122
+ *PulpDebClient::DistributionsAptApi* | [**list**](docs/DistributionsAptApi.md#list) | **GET** /pulp/api/v3/distributions/deb/apt/ | List apt distributions
123
+ *PulpDebClient::DistributionsAptApi* | [**partial_update**](docs/DistributionsAptApi.md#partial_update) | **PATCH** {apt_distribution_href} | Partially update an apt distribution
124
+ *PulpDebClient::DistributionsAptApi* | [**read**](docs/DistributionsAptApi.md#read) | **GET** {apt_distribution_href} | Inspect an apt distribution
125
+ *PulpDebClient::DistributionsAptApi* | [**update**](docs/DistributionsAptApi.md#update) | **PUT** {apt_distribution_href} | Update an apt distribution
126
+ *PulpDebClient::PublicationsAptApi* | [**create**](docs/PublicationsAptApi.md#create) | **POST** /pulp/api/v3/publications/deb/apt/ | Create an apt publication
127
+ *PulpDebClient::PublicationsAptApi* | [**delete**](docs/PublicationsAptApi.md#delete) | **DELETE** {apt_publication_href} | Delete an apt publication
128
+ *PulpDebClient::PublicationsAptApi* | [**list**](docs/PublicationsAptApi.md#list) | **GET** /pulp/api/v3/publications/deb/apt/ | List apt publications
129
+ *PulpDebClient::PublicationsAptApi* | [**read**](docs/PublicationsAptApi.md#read) | **GET** {apt_publication_href} | Inspect an apt publication
130
130
  *PulpDebClient::PublicationsVerbatimApi* | [**create**](docs/PublicationsVerbatimApi.md#create) | **POST** /pulp/api/v3/publications/deb/verbatim/ | Create a verbatim publication
131
131
  *PulpDebClient::PublicationsVerbatimApi* | [**delete**](docs/PublicationsVerbatimApi.md#delete) | **DELETE** {verbatim_publication_href} | Delete a verbatim publication
132
132
  *PulpDebClient::PublicationsVerbatimApi* | [**list**](docs/PublicationsVerbatimApi.md#list) | **GET** /pulp/api/v3/publications/deb/verbatim/ | List verbatim publications
133
133
  *PulpDebClient::PublicationsVerbatimApi* | [**read**](docs/PublicationsVerbatimApi.md#read) | **GET** {verbatim_publication_href} | Inspect a verbatim publication
134
- *PulpDebClient::RemotesAptApi* | [**create**](docs/RemotesAptApi.md#create) | **POST** /pulp/api/v3/remotes/deb/apt/ | Create a deb remote
135
- *PulpDebClient::RemotesAptApi* | [**delete**](docs/RemotesAptApi.md#delete) | **DELETE** {deb_remote_href} | Delete a deb remote
136
- *PulpDebClient::RemotesAptApi* | [**list**](docs/RemotesAptApi.md#list) | **GET** /pulp/api/v3/remotes/deb/apt/ | List deb remotes
137
- *PulpDebClient::RemotesAptApi* | [**partial_update**](docs/RemotesAptApi.md#partial_update) | **PATCH** {deb_remote_href} | Partially update a deb remote
138
- *PulpDebClient::RemotesAptApi* | [**read**](docs/RemotesAptApi.md#read) | **GET** {deb_remote_href} | Inspect a deb remote
139
- *PulpDebClient::RemotesAptApi* | [**update**](docs/RemotesAptApi.md#update) | **PUT** {deb_remote_href} | Update a deb remote
140
- *PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create a deb repository
141
- *PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {deb_repository_href} | Delete a deb repository
142
- *PulpDebClient::RepositoriesAptApi* | [**list**](docs/RepositoriesAptApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/ | List deb repositorys
143
- *PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {deb_repository_href}modify/ | Modify Repository Content
144
- *PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {deb_repository_href} | Partially update a deb repository
145
- *PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {deb_repository_href} | Inspect a deb repository
146
- *PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {deb_repository_href}sync/ | Sync from remote
147
- *PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {deb_repository_href} | Update a deb repository
134
+ *PulpDebClient::RemotesAptApi* | [**create**](docs/RemotesAptApi.md#create) | **POST** /pulp/api/v3/remotes/deb/apt/ | Create an apt remote
135
+ *PulpDebClient::RemotesAptApi* | [**delete**](docs/RemotesAptApi.md#delete) | **DELETE** {apt_remote_href} | Delete an apt remote
136
+ *PulpDebClient::RemotesAptApi* | [**list**](docs/RemotesAptApi.md#list) | **GET** /pulp/api/v3/remotes/deb/apt/ | List apt remotes
137
+ *PulpDebClient::RemotesAptApi* | [**partial_update**](docs/RemotesAptApi.md#partial_update) | **PATCH** {apt_remote_href} | Partially update an apt remote
138
+ *PulpDebClient::RemotesAptApi* | [**read**](docs/RemotesAptApi.md#read) | **GET** {apt_remote_href} | Inspect an apt remote
139
+ *PulpDebClient::RemotesAptApi* | [**update**](docs/RemotesAptApi.md#update) | **PUT** {apt_remote_href} | Update an apt remote
140
+ *PulpDebClient::RepositoriesAptApi* | [**create**](docs/RepositoriesAptApi.md#create) | **POST** /pulp/api/v3/repositories/deb/apt/ | Create an apt repository
141
+ *PulpDebClient::RepositoriesAptApi* | [**delete**](docs/RepositoriesAptApi.md#delete) | **DELETE** {apt_repository_href} | Delete an apt repository
142
+ *PulpDebClient::RepositoriesAptApi* | [**list**](docs/RepositoriesAptApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/ | List apt repositorys
143
+ *PulpDebClient::RepositoriesAptApi* | [**modify**](docs/RepositoriesAptApi.md#modify) | **POST** {apt_repository_href}modify/ | Modify Repository Content
144
+ *PulpDebClient::RepositoriesAptApi* | [**partial_update**](docs/RepositoriesAptApi.md#partial_update) | **PATCH** {apt_repository_href} | Partially update an apt repository
145
+ *PulpDebClient::RepositoriesAptApi* | [**read**](docs/RepositoriesAptApi.md#read) | **GET** {apt_repository_href} | Inspect an apt repository
146
+ *PulpDebClient::RepositoriesAptApi* | [**sync**](docs/RepositoriesAptApi.md#sync) | **POST** {apt_repository_href}sync/ | Sync from remote
147
+ *PulpDebClient::RepositoriesAptApi* | [**update**](docs/RepositoriesAptApi.md#update) | **PUT** {apt_repository_href} | Update an apt repository
148
148
  *PulpDebClient::RepositoriesDebVersionsApi* | [**delete**](docs/RepositoriesDebVersionsApi.md#delete) | **DELETE** {apt_repository_version_href} | Delete a repository version
149
- *PulpDebClient::RepositoriesDebVersionsApi* | [**list**](docs/RepositoriesDebVersionsApi.md#list) | **GET** /pulp/api/v3/repositories/deb/apt/{apt_repository_pk}/versions/ | List repository versions
149
+ *PulpDebClient::RepositoriesDebVersionsApi* | [**list**](docs/RepositoriesDebVersionsApi.md#list) | **GET** {apt_repository_href}versions/ | List repository versions
150
150
  *PulpDebClient::RepositoriesDebVersionsApi* | [**read**](docs/RepositoriesDebVersionsApi.md#read) | **GET** {apt_repository_version_href} | Inspect a repository version
151
151
  *PulpDebClient::RepositoriesDebVersionsApi* | [**repair**](docs/RepositoriesDebVersionsApi.md#repair) | **POST** {apt_repository_version_href}repair/ |
152
152
 
@@ -155,32 +155,20 @@ Class | Method | HTTP request | Description
155
155
 
156
156
  - [PulpDebClient::AsyncOperationResponse](docs/AsyncOperationResponse.md)
157
157
  - [PulpDebClient::ContentSummary](docs/ContentSummary.md)
158
- - [PulpDebClient::DebBasePackageRead](docs/DebBasePackageRead.md)
159
- - [PulpDebClient::DebDebDistribution](docs/DebDebDistribution.md)
160
- - [PulpDebClient::DebDebDistributionRead](docs/DebDebDistributionRead.md)
161
- - [PulpDebClient::DebDebPublication](docs/DebDebPublication.md)
162
- - [PulpDebClient::DebDebPublicationRead](docs/DebDebPublicationRead.md)
163
- - [PulpDebClient::DebDebRemote](docs/DebDebRemote.md)
164
- - [PulpDebClient::DebDebRemoteRead](docs/DebDebRemoteRead.md)
165
- - [PulpDebClient::DebDebRepository](docs/DebDebRepository.md)
166
- - [PulpDebClient::DebDebRepositoryRead](docs/DebDebRepositoryRead.md)
167
- - [PulpDebClient::DebGenericContentRead](docs/DebGenericContentRead.md)
158
+ - [PulpDebClient::DebAptDistribution](docs/DebAptDistribution.md)
159
+ - [PulpDebClient::DebAptPublication](docs/DebAptPublication.md)
160
+ - [PulpDebClient::DebAptRemote](docs/DebAptRemote.md)
161
+ - [PulpDebClient::DebAptRepository](docs/DebAptRepository.md)
162
+ - [PulpDebClient::DebBasePackage](docs/DebBasePackage.md)
163
+ - [PulpDebClient::DebGenericContent](docs/DebGenericContent.md)
168
164
  - [PulpDebClient::DebInstallerFileIndex](docs/DebInstallerFileIndex.md)
169
- - [PulpDebClient::DebInstallerFileIndexRead](docs/DebInstallerFileIndexRead.md)
170
165
  - [PulpDebClient::DebPackageIndex](docs/DebPackageIndex.md)
171
- - [PulpDebClient::DebPackageIndexRead](docs/DebPackageIndexRead.md)
172
166
  - [PulpDebClient::DebPackageReleaseComponent](docs/DebPackageReleaseComponent.md)
173
- - [PulpDebClient::DebPackageReleaseComponentRead](docs/DebPackageReleaseComponentRead.md)
174
167
  - [PulpDebClient::DebRelease](docs/DebRelease.md)
175
168
  - [PulpDebClient::DebReleaseArchitecture](docs/DebReleaseArchitecture.md)
176
- - [PulpDebClient::DebReleaseArchitectureRead](docs/DebReleaseArchitectureRead.md)
177
169
  - [PulpDebClient::DebReleaseComponent](docs/DebReleaseComponent.md)
178
- - [PulpDebClient::DebReleaseComponentRead](docs/DebReleaseComponentRead.md)
179
170
  - [PulpDebClient::DebReleaseFile](docs/DebReleaseFile.md)
180
- - [PulpDebClient::DebReleaseFileRead](docs/DebReleaseFileRead.md)
181
- - [PulpDebClient::DebReleaseRead](docs/DebReleaseRead.md)
182
171
  - [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
183
- - [PulpDebClient::DebVerbatimPublicationRead](docs/DebVerbatimPublicationRead.md)
184
172
  - [PulpDebClient::InlineResponse200](docs/InlineResponse200.md)
185
173
  - [PulpDebClient::InlineResponse2001](docs/InlineResponse2001.md)
186
174
  - [PulpDebClient::InlineResponse20010](docs/InlineResponse20010.md)
@@ -199,7 +187,6 @@ Class | Method | HTTP request | Description
199
187
  - [PulpDebClient::RepositoryAddRemoveContent](docs/RepositoryAddRemoveContent.md)
200
188
  - [PulpDebClient::RepositorySyncURL](docs/RepositorySyncURL.md)
201
189
  - [PulpDebClient::RepositoryVersion](docs/RepositoryVersion.md)
202
- - [PulpDebClient::RepositoryVersionRead](docs/RepositoryVersionRead.md)
203
190
 
204
191
 
205
192
  ## Documentation for Authorization
@@ -146,7 +146,7 @@ Name | Type | Description | Notes
146
146
 
147
147
  ## read
148
148
 
149
- > DebGenericContentRead read(generic_content_href, opts)
149
+ > DebGenericContent read(generic_content_href, opts)
150
150
 
151
151
  Inspect a generic content
152
152
 
@@ -191,7 +191,7 @@ Name | Type | Description | Notes
191
191
 
192
192
  ### Return type
193
193
 
194
- [**DebGenericContentRead**](DebGenericContentRead.md)
194
+ [**DebGenericContent**](DebGenericContent.md)
195
195
 
196
196
  ### Authorization
197
197
 
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebInstallerFileIndexRead create(data)
15
+ > DebInstallerFileIndex create(data)
16
16
 
17
17
  Create an installer file index
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebInstallerFileIndexRead**](DebInstallerFileIndexRead.md)
54
+ [**DebInstallerFileIndex**](DebInstallerFileIndex.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
 
143
143
  ## read
144
144
 
145
- > DebInstallerFileIndexRead read(installer_file_index_href, opts)
145
+ > DebInstallerFileIndex read(installer_file_index_href, opts)
146
146
 
147
147
  Inspect an installer file index
148
148
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ### Return type
189
189
 
190
- [**DebInstallerFileIndexRead**](DebInstallerFileIndexRead.md)
190
+ [**DebInstallerFileIndex**](DebInstallerFileIndex.md)
191
191
 
192
192
  ### Authorization
193
193
 
@@ -176,7 +176,7 @@ Name | Type | Description | Notes
176
176
 
177
177
  ## read
178
178
 
179
- > DebBasePackageRead read(installer_package_href, opts)
179
+ > DebBasePackage read(installer_package_href, opts)
180
180
 
181
181
  Inspect an installer package
182
182
 
@@ -221,7 +221,7 @@ Name | Type | Description | Notes
221
221
 
222
222
  ### Return type
223
223
 
224
- [**DebBasePackageRead**](DebBasePackageRead.md)
224
+ [**DebBasePackage**](DebBasePackage.md)
225
225
 
226
226
  ### Authorization
227
227
 
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebPackageIndexRead create(data)
15
+ > DebPackageIndex create(data)
16
16
 
17
17
  Create a package index
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebPackageIndexRead**](DebPackageIndexRead.md)
54
+ [**DebPackageIndex**](DebPackageIndex.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
 
143
143
  ## read
144
144
 
145
- > DebPackageIndexRead read(package_index_href, opts)
145
+ > DebPackageIndex read(package_index_href, opts)
146
146
 
147
147
  Inspect a package index
148
148
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ### Return type
189
189
 
190
- [**DebPackageIndexRead**](DebPackageIndexRead.md)
190
+ [**DebPackageIndex**](DebPackageIndex.md)
191
191
 
192
192
  ### Authorization
193
193
 
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebPackageReleaseComponentRead create(data)
15
+ > DebPackageReleaseComponent create(data)
16
16
 
17
17
  Create a package release component
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebPackageReleaseComponentRead**](DebPackageReleaseComponentRead.md)
54
+ [**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138
138
 
139
139
  ## read
140
140
 
141
- > DebPackageReleaseComponentRead read(package_release_component_href, opts)
141
+ > DebPackageReleaseComponent read(package_release_component_href, opts)
142
142
 
143
143
  Inspect a package release component
144
144
 
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
 
184
184
  ### Return type
185
185
 
186
- [**DebPackageReleaseComponentRead**](DebPackageReleaseComponentRead.md)
186
+ [**DebPackageReleaseComponent**](DebPackageReleaseComponent.md)
187
187
 
188
188
  ### Authorization
189
189
 
@@ -178,7 +178,7 @@ Name | Type | Description | Notes
178
178
 
179
179
  ## read
180
180
 
181
- > DebBasePackageRead read(package_href, opts)
181
+ > DebBasePackage read(package_href, opts)
182
182
 
183
183
  Inspect a package
184
184
 
@@ -223,7 +223,7 @@ Name | Type | Description | Notes
223
223
 
224
224
  ### Return type
225
225
 
226
- [**DebBasePackageRead**](DebBasePackageRead.md)
226
+ [**DebBasePackage**](DebBasePackage.md)
227
227
 
228
228
  ### Authorization
229
229
 
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebReleaseArchitectureRead create(data)
15
+ > DebReleaseArchitecture create(data)
16
16
 
17
17
  Create a release architecture
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebReleaseArchitectureRead**](DebReleaseArchitectureRead.md)
54
+ [**DebReleaseArchitecture**](DebReleaseArchitecture.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138
138
 
139
139
  ## read
140
140
 
141
- > DebReleaseArchitectureRead read(release_architecture_href, opts)
141
+ > DebReleaseArchitecture read(release_architecture_href, opts)
142
142
 
143
143
  Inspect a release architecture
144
144
 
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
 
184
184
  ### Return type
185
185
 
186
- [**DebReleaseArchitectureRead**](DebReleaseArchitectureRead.md)
186
+ [**DebReleaseArchitecture**](DebReleaseArchitecture.md)
187
187
 
188
188
  ### Authorization
189
189
 
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebReleaseComponentRead create(data)
15
+ > DebReleaseComponent create(data)
16
16
 
17
17
  Create a release component
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebReleaseComponentRead**](DebReleaseComponentRead.md)
54
+ [**DebReleaseComponent**](DebReleaseComponent.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -138,7 +138,7 @@ Name | Type | Description | Notes
138
138
 
139
139
  ## read
140
140
 
141
- > DebReleaseComponentRead read(release_component_href, opts)
141
+ > DebReleaseComponent read(release_component_href, opts)
142
142
 
143
143
  Inspect a release component
144
144
 
@@ -183,7 +183,7 @@ Name | Type | Description | Notes
183
183
 
184
184
  ### Return type
185
185
 
186
- [**DebReleaseComponentRead**](DebReleaseComponentRead.md)
186
+ [**DebReleaseComponent**](DebReleaseComponent.md)
187
187
 
188
188
  ### Authorization
189
189
 
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebReleaseFileRead create(data)
15
+ > DebReleaseFile create(data)
16
16
 
17
17
  Create a release file
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebReleaseFileRead**](DebReleaseFileRead.md)
54
+ [**DebReleaseFile**](DebReleaseFile.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -142,7 +142,7 @@ Name | Type | Description | Notes
142
142
 
143
143
  ## read
144
144
 
145
- > DebReleaseFileRead read(release_file_href, opts)
145
+ > DebReleaseFile read(release_file_href, opts)
146
146
 
147
147
  Inspect a release file
148
148
 
@@ -187,7 +187,7 @@ Name | Type | Description | Notes
187
187
 
188
188
  ### Return type
189
189
 
190
- [**DebReleaseFileRead**](DebReleaseFileRead.md)
190
+ [**DebReleaseFile**](DebReleaseFile.md)
191
191
 
192
192
  ### Authorization
193
193
 
@@ -12,7 +12,7 @@ Method | HTTP request | Description
12
12
 
13
13
  ## create
14
14
 
15
- > DebReleaseRead create(data)
15
+ > DebRelease create(data)
16
16
 
17
17
  Create a release
18
18
 
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
 
52
52
  ### Return type
53
53
 
54
- [**DebReleaseRead**](DebReleaseRead.md)
54
+ [**DebRelease**](DebRelease.md)
55
55
 
56
56
  ### Authorization
57
57
 
@@ -140,7 +140,7 @@ Name | Type | Description | Notes
140
140
 
141
141
  ## read
142
142
 
143
- > DebReleaseRead read(release_href, opts)
143
+ > DebRelease read(release_href, opts)
144
144
 
145
145
  Inspect a release
146
146
 
@@ -185,7 +185,7 @@ Name | Type | Description | Notes
185
185
 
186
186
  ### Return type
187
187
 
188
- [**DebReleaseRead**](DebReleaseRead.md)
188
+ [**DebRelease**](DebRelease.md)
189
189
 
190
190
  ### Authorization
191
191
 
@@ -1,4 +1,4 @@
1
- # PulpDebClient::DebDebDistribution
1
+ # PulpDebClient::DebAptDistribution
2
2
 
3
3
  ## Properties
4
4
 
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
17
17
  ```ruby
18
18
  require 'PulpDebClient'
19
19
 
20
- instance = PulpDebClient::DebDebDistribution.new(pulp_href: null,
20
+ instance = PulpDebClient::DebAptDistribution.new(pulp_href: null,
21
21
  pulp_created: null,
22
22
  base_path: null,
23
23
  base_url: null,
@@ -1,4 +1,4 @@
1
- # PulpDebClient::DebDebPublication
1
+ # PulpDebClient::DebAptPublication
2
2
 
3
3
  ## Properties
4
4
 
@@ -17,7 +17,7 @@ Name | Type | Description | Notes
17
17
  ```ruby
18
18
  require 'PulpDebClient'
19
19
 
20
- instance = PulpDebClient::DebDebPublication.new(pulp_href: null,
20
+ instance = PulpDebClient::DebAptPublication.new(pulp_href: null,
21
21
  pulp_created: null,
22
22
  repository_version: null,
23
23
  repository: null,
@@ -1,4 +1,4 @@
1
- # PulpDebClient::DebDebRemote
1
+ # PulpDebClient::DebAptRemote
2
2
 
3
3
  ## Properties
4
4
 
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
31
31
  ```ruby
32
32
  require 'PulpDebClient'
33
33
 
34
- instance = PulpDebClient::DebDebRemote.new(pulp_href: null,
34
+ instance = PulpDebClient::DebAptRemote.new(pulp_href: null,
35
35
  pulp_created: null,
36
36
  name: null,
37
37
  url: null,
@@ -1,4 +1,4 @@
1
- # PulpDebClient::DebDebRepository
1
+ # PulpDebClient::DebAptRepository
2
2
 
3
3
  ## Properties
4
4
 
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  ```ruby
17
17
  require 'PulpDebClient'
18
18
 
19
- instance = PulpDebClient::DebDebRepository.new(pulp_href: null,
19
+ instance = PulpDebClient::DebAptRepository.new(pulp_href: null,
20
20
  pulp_created: null,
21
21
  versions_href: null,
22
22
  latest_version_href: null,
@@ -1,4 +1,4 @@
1
- # PulpDebClient::DebBasePackageRead
1
+ # PulpDebClient::DebBasePackage
2
2
 
3
3
  ## Properties
4
4
 
@@ -49,7 +49,7 @@ Name | Type | Description | Notes
49
49
  ```ruby
50
50
  require 'PulpDebClient'
51
51
 
52
- instance = PulpDebClient::DebBasePackageRead.new(pulp_href: null,
52
+ instance = PulpDebClient::DebBasePackage.new(pulp_href: null,
53
53
  pulp_created: null,
54
54
  artifact: null,
55
55
  relative_path: null,
@@ -1,4 +1,4 @@
1
- # PulpDebClient::DebGenericContentRead
1
+ # PulpDebClient::DebGenericContent
2
2
 
3
3
  ## Properties
4
4
 
@@ -20,7 +20,7 @@ Name | Type | Description | Notes
20
20
  ```ruby
21
21
  require 'PulpDebClient'
22
22
 
23
- instance = PulpDebClient::DebGenericContentRead.new(pulp_href: null,
23
+ instance = PulpDebClient::DebGenericContent.new(pulp_href: null,
24
24
  pulp_created: null,
25
25
  artifact: null,
26
26
  relative_path: null,