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
@@ -37,7 +37,7 @@ describe 'ContentReleaseFilesApi' do
37
37
  # A ViewSet for ReleaseFile.
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [DebReleaseFileRead]
40
+ # @return [DebReleaseFile]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -74,7 +74,7 @@ describe 'ContentReleaseFilesApi' do
74
74
  # @param [Hash] opts the optional parameters
75
75
  # @option opts [String] :fields A list of fields to include in the response.
76
76
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
77
- # @return [DebReleaseFileRead]
77
+ # @return [DebReleaseFile]
78
78
  describe 'read test' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -37,7 +37,7 @@ describe 'ContentReleasesApi' do
37
37
  # A ViewSet for Release.
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [DebReleaseRead]
40
+ # @return [DebRelease]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -73,7 +73,7 @@ describe 'ContentReleasesApi' do
73
73
  # @param [Hash] opts the optional parameters
74
74
  # @option opts [String] :fields A list of fields to include in the response.
75
75
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
76
- # @return [DebReleaseRead]
76
+ # @return [DebRelease]
77
77
  describe 'read test' do
78
78
  it 'should work' do
79
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -33,7 +33,7 @@ describe 'DistributionsAptApi' do
33
33
  end
34
34
 
35
35
  # unit tests for create
36
- # Create a deb distribution
36
+ # Create an apt distribution
37
37
  # Trigger an asynchronous create task
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
@@ -45,9 +45,9 @@ describe 'DistributionsAptApi' do
45
45
  end
46
46
 
47
47
  # unit tests for delete
48
- # Delete a deb distribution
48
+ # Delete an apt distribution
49
49
  # Trigger an asynchronous delete task
50
- # @param deb_distribution_href URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
50
+ # @param apt_distribution_href URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
53
  describe 'delete test' do
@@ -57,8 +57,8 @@ describe 'DistributionsAptApi' do
57
57
  end
58
58
 
59
59
  # unit tests for list
60
- # List deb distributions
61
- # ViewSet for DebDistributions.
60
+ # List apt distributions
61
+ # ViewSet for AptDistributions.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [String] :ordering Which field to use when ordering the results.
64
64
  # @option opts [String] :name
@@ -79,9 +79,9 @@ describe 'DistributionsAptApi' do
79
79
  end
80
80
 
81
81
  # unit tests for partial_update
82
- # Partially update a deb distribution
82
+ # Partially update an apt distribution
83
83
  # Trigger an asynchronous partial update task
84
- # @param deb_distribution_href URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
84
+ # @param apt_distribution_href URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
85
85
  # @param data
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @return [AsyncOperationResponse]
@@ -92,13 +92,13 @@ describe 'DistributionsAptApi' do
92
92
  end
93
93
 
94
94
  # unit tests for read
95
- # Inspect a deb distribution
96
- # ViewSet for DebDistributions.
97
- # @param deb_distribution_href URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
95
+ # Inspect an apt distribution
96
+ # ViewSet for AptDistributions.
97
+ # @param apt_distribution_href URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
98
98
  # @param [Hash] opts the optional parameters
99
99
  # @option opts [String] :fields A list of fields to include in the response.
100
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
101
- # @return [DebDebDistributionRead]
101
+ # @return [DebAptDistribution]
102
102
  describe 'read test' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -106,9 +106,9 @@ describe 'DistributionsAptApi' do
106
106
  end
107
107
 
108
108
  # unit tests for update
109
- # Update a deb distribution
109
+ # Update an apt distribution
110
110
  # Trigger an asynchronous update task
111
- # @param deb_distribution_href URI of Deb Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
111
+ # @param apt_distribution_href URI of Apt Distribution. e.g.: /pulp/api/v3/distributions/deb/apt/1/
112
112
  # @param data
113
113
  # @param [Hash] opts the optional parameters
114
114
  # @return [AsyncOperationResponse]
@@ -33,7 +33,7 @@ describe 'PublicationsAptApi' do
33
33
  end
34
34
 
35
35
  # unit tests for create
36
- # Create a deb publication
36
+ # Create an apt publication
37
37
  # Trigger an asynchronous task to publish content
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
@@ -45,9 +45,9 @@ describe 'PublicationsAptApi' do
45
45
  end
46
46
 
47
47
  # unit tests for delete
48
- # Delete a deb publication
49
- # A ViewSet for DebPublication.
50
- # @param deb_publication_href URI of Deb Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
48
+ # Delete an apt publication
49
+ # A ViewSet for AptPublication.
50
+ # @param apt_publication_href URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [nil]
53
53
  describe 'delete test' do
@@ -57,8 +57,8 @@ describe 'PublicationsAptApi' do
57
57
  end
58
58
 
59
59
  # unit tests for list
60
- # List deb publications
61
- # A ViewSet for DebPublication.
60
+ # List apt publications
61
+ # A ViewSet for AptPublication.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [String] :ordering Which field to use when ordering the results.
64
64
  # @option opts [String] :repository_version Repository Version referenced by HREF
@@ -80,13 +80,13 @@ describe 'PublicationsAptApi' do
80
80
  end
81
81
 
82
82
  # unit tests for read
83
- # Inspect a deb publication
84
- # A ViewSet for DebPublication.
85
- # @param deb_publication_href URI of Deb Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
83
+ # Inspect an apt publication
84
+ # A ViewSet for AptPublication.
85
+ # @param apt_publication_href URI of Apt Publication. e.g.: /pulp/api/v3/publications/deb/apt/1/
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @option opts [String] :fields A list of fields to include in the response.
88
88
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
89
- # @return [DebDebPublicationRead]
89
+ # @return [DebAptPublication]
90
90
  describe 'read test' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,7 +86,7 @@ describe 'PublicationsVerbatimApi' do
86
86
  # @param [Hash] opts the optional parameters
87
87
  # @option opts [String] :fields A list of fields to include in the response.
88
88
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
89
- # @return [DebVerbatimPublicationRead]
89
+ # @return [DebVerbatimPublication]
90
90
  describe 'read test' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -33,11 +33,11 @@ describe 'RemotesAptApi' do
33
33
  end
34
34
 
35
35
  # unit tests for create
36
- # Create a deb remote
37
- # A ViewSet for DebRemote.
36
+ # Create an apt remote
37
+ # A ViewSet for AptRemote.
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [DebDebRemoteRead]
40
+ # @return [DebAptRemote]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -45,9 +45,9 @@ describe 'RemotesAptApi' do
45
45
  end
46
46
 
47
47
  # unit tests for delete
48
- # Delete a deb remote
48
+ # Delete an apt remote
49
49
  # Trigger an asynchronous delete task
50
- # @param deb_remote_href URI of Deb Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
50
+ # @param apt_remote_href URI of Apt Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
53
  describe 'delete test' do
@@ -57,8 +57,8 @@ describe 'RemotesAptApi' do
57
57
  end
58
58
 
59
59
  # unit tests for list
60
- # List deb remotes
61
- # A ViewSet for DebRemote.
60
+ # List apt remotes
61
+ # A ViewSet for AptRemote.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [String] :ordering Which field to use when ordering the results.
64
64
  # @option opts [String] :name
@@ -81,9 +81,9 @@ describe 'RemotesAptApi' do
81
81
  end
82
82
 
83
83
  # unit tests for partial_update
84
- # Partially update a deb remote
84
+ # Partially update an apt remote
85
85
  # Trigger an asynchronous partial update task
86
- # @param deb_remote_href URI of Deb Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
86
+ # @param apt_remote_href URI of Apt Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
87
87
  # @param data
88
88
  # @param [Hash] opts the optional parameters
89
89
  # @return [AsyncOperationResponse]
@@ -94,13 +94,13 @@ describe 'RemotesAptApi' do
94
94
  end
95
95
 
96
96
  # unit tests for read
97
- # Inspect a deb remote
98
- # A ViewSet for DebRemote.
99
- # @param deb_remote_href URI of Deb Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
97
+ # Inspect an apt remote
98
+ # A ViewSet for AptRemote.
99
+ # @param apt_remote_href URI of Apt Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
100
100
  # @param [Hash] opts the optional parameters
101
101
  # @option opts [String] :fields A list of fields to include in the response.
102
102
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
103
- # @return [DebDebRemoteRead]
103
+ # @return [DebAptRemote]
104
104
  describe 'read test' do
105
105
  it 'should work' do
106
106
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -108,9 +108,9 @@ describe 'RemotesAptApi' do
108
108
  end
109
109
 
110
110
  # unit tests for update
111
- # Update a deb remote
111
+ # Update an apt remote
112
112
  # Trigger an asynchronous update task
113
- # @param deb_remote_href URI of Deb Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
113
+ # @param apt_remote_href URI of Apt Remote. e.g.: /pulp/api/v3/remotes/deb/apt/1/
114
114
  # @param data
115
115
  # @param [Hash] opts the optional parameters
116
116
  # @return [AsyncOperationResponse]
@@ -33,11 +33,11 @@ describe 'RepositoriesAptApi' do
33
33
  end
34
34
 
35
35
  # unit tests for create
36
- # Create a deb repository
37
- # A ViewSet for DebRepository.
36
+ # Create an apt repository
37
+ # A ViewSet for AptRepository.
38
38
  # @param data
39
39
  # @param [Hash] opts the optional parameters
40
- # @return [DebDebRepositoryRead]
40
+ # @return [DebAptRepository]
41
41
  describe 'create test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -45,9 +45,9 @@ describe 'RepositoriesAptApi' do
45
45
  end
46
46
 
47
47
  # unit tests for delete
48
- # Delete a deb repository
48
+ # Delete an apt repository
49
49
  # Trigger an asynchronous delete task
50
- # @param deb_repository_href URI of Deb Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
50
+ # @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @return [AsyncOperationResponse]
53
53
  describe 'delete test' do
@@ -57,8 +57,8 @@ describe 'RepositoriesAptApi' do
57
57
  end
58
58
 
59
59
  # unit tests for list
60
- # List deb repositorys
61
- # A ViewSet for DebRepository.
60
+ # List apt repositorys
61
+ # A ViewSet for AptRepository.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [String] :ordering Which field to use when ordering the results.
64
64
  # @option opts [String] :name
@@ -77,7 +77,7 @@ describe 'RepositoriesAptApi' do
77
77
  # unit tests for modify
78
78
  # Modify Repository Content
79
79
  # Trigger an asynchronous task to create a new repository version.
80
- # @param deb_repository_href URI of Deb Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
80
+ # @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
81
81
  # @param data
82
82
  # @param [Hash] opts the optional parameters
83
83
  # @return [AsyncOperationResponse]
@@ -88,9 +88,9 @@ describe 'RepositoriesAptApi' do
88
88
  end
89
89
 
90
90
  # unit tests for partial_update
91
- # Partially update a deb repository
91
+ # Partially update an apt repository
92
92
  # Trigger an asynchronous partial update task
93
- # @param deb_repository_href URI of Deb Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
93
+ # @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
94
94
  # @param data
95
95
  # @param [Hash] opts the optional parameters
96
96
  # @return [AsyncOperationResponse]
@@ -101,13 +101,13 @@ describe 'RepositoriesAptApi' do
101
101
  end
102
102
 
103
103
  # unit tests for read
104
- # Inspect a deb repository
105
- # A ViewSet for DebRepository.
106
- # @param deb_repository_href URI of Deb Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
104
+ # Inspect an apt repository
105
+ # A ViewSet for AptRepository.
106
+ # @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
107
107
  # @param [Hash] opts the optional parameters
108
108
  # @option opts [String] :fields A list of fields to include in the response.
109
109
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
110
- # @return [DebDebRepositoryRead]
110
+ # @return [DebAptRepository]
111
111
  describe 'read test' do
112
112
  it 'should work' do
113
113
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -117,7 +117,7 @@ describe 'RepositoriesAptApi' do
117
117
  # unit tests for sync
118
118
  # Sync from remote
119
119
  # Trigger an asynchronous task to sync content
120
- # @param deb_repository_href URI of Deb Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
120
+ # @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
121
121
  # @param data
122
122
  # @param [Hash] opts the optional parameters
123
123
  # @return [AsyncOperationResponse]
@@ -128,9 +128,9 @@ describe 'RepositoriesAptApi' do
128
128
  end
129
129
 
130
130
  # unit tests for update
131
- # Update a deb repository
131
+ # Update an apt repository
132
132
  # Trigger an asynchronous update task
133
- # @param deb_repository_href URI of Deb Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
133
+ # @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
134
134
  # @param data
135
135
  # @param [Hash] opts the optional parameters
136
136
  # @return [AsyncOperationResponse]
@@ -46,8 +46,8 @@ describe 'RepositoriesDebVersionsApi' do
46
46
 
47
47
  # unit tests for list
48
48
  # List repository versions
49
- # DebRepositoryVersion represents a single deb repository version.
50
- # @param apt_repository_pk
49
+ # AptRepositoryVersion represents a single deb repository version.
50
+ # @param apt_repository_href URI of Apt Repository. e.g.: /pulp/api/v3/repositories/deb/apt/1/
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @option opts [String] :ordering Which field to use when ordering the results.
53
53
  # @option opts [Float] :number
@@ -61,8 +61,9 @@ describe 'RepositoriesDebVersionsApi' do
61
61
  # @option opts [String] :pulp_created__gt Filter results where pulp_created is greater than value
62
62
  # @option opts [String] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
63
63
  # @option opts [String] :pulp_created__range Filter results where pulp_created is between two comma separated values
64
- # @option opts [String] :content Content Unit referenced by HREF
65
64
  # @option opts [String] :pulp_created ISO 8601 formatted dates are supported
65
+ # @option opts [String] :content Content Unit referenced by HREF
66
+ # @option opts [String] :content__in Content Unit referenced by HREF
66
67
  # @option opts [Integer] :limit Number of results to return per page.
67
68
  # @option opts [Integer] :offset The initial index from which to return the results.
68
69
  # @option opts [String] :fields A list of fields to include in the response.
@@ -76,12 +77,12 @@ describe 'RepositoriesDebVersionsApi' do
76
77
 
77
78
  # unit tests for read
78
79
  # Inspect a repository version
79
- # DebRepositoryVersion represents a single deb repository version.
80
+ # AptRepositoryVersion represents a single deb repository version.
80
81
  # @param apt_repository_version_href URI of Repository Version. e.g.: /pulp/api/v3/repositories/deb/apt/1/versions/1/
81
82
  # @param [Hash] opts the optional parameters
82
83
  # @option opts [String] :fields A list of fields to include in the response.
83
84
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
84
- # @return [RepositoryVersionRead]
85
+ # @return [RepositoryVersion]
85
86
  describe 'read test' do
86
87
  it 'should work' do
87
88
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpDebClient::DebDebDistribution
17
+ # Unit tests for PulpDebClient::DebAptDistribution
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'DebDebDistribution' do
20
+ describe 'DebAptDistribution' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpDebClient::DebDebDistribution.new
23
+ @instance = PulpDebClient::DebAptDistribution.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of DebDebDistribution' do
31
- it 'should create an instance of DebDebDistribution' do
32
- expect(@instance).to be_instance_of(PulpDebClient::DebDebDistribution)
30
+ describe 'test an instance of DebAptDistribution' do
31
+ it 'should create an instance of DebAptDistribution' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::DebAptDistribution)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "pulp_href"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpDebClient::DebDebPublication
17
+ # Unit tests for PulpDebClient::DebAptPublication
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'DebDebPublication' do
20
+ describe 'DebAptPublication' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpDebClient::DebDebPublication.new
23
+ @instance = PulpDebClient::DebAptPublication.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of DebDebPublication' do
31
- it 'should create an instance of DebDebPublication' do
32
- expect(@instance).to be_instance_of(PulpDebClient::DebDebPublication)
30
+ describe 'test an instance of DebAptPublication' do
31
+ it 'should create an instance of DebAptPublication' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::DebAptPublication)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "pulp_href"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpDebClient::DebDebRemote
17
+ # Unit tests for PulpDebClient::DebAptRemote
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'DebDebRemote' do
20
+ describe 'DebAptRemote' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpDebClient::DebDebRemote.new
23
+ @instance = PulpDebClient::DebAptRemote.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of DebDebRemote' do
31
- it 'should create an instance of DebDebRemote' do
32
- expect(@instance).to be_instance_of(PulpDebClient::DebDebRemote)
30
+ describe 'test an instance of DebAptRemote' do
31
+ it 'should create an instance of DebAptRemote' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::DebAptRemote)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "pulp_href"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpDebClient::DebDebRepository
17
+ # Unit tests for PulpDebClient::DebAptRepository
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'DebDebRepository' do
20
+ describe 'DebAptRepository' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpDebClient::DebDebRepository.new
23
+ @instance = PulpDebClient::DebAptRepository.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of DebDebRepository' do
31
- it 'should create an instance of DebDebRepository' do
32
- expect(@instance).to be_instance_of(PulpDebClient::DebDebRepository)
30
+ describe 'test an instance of DebAptRepository' do
31
+ it 'should create an instance of DebAptRepository' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::DebAptRepository)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "pulp_href"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpDebClient::DebBasePackageRead
17
+ # Unit tests for PulpDebClient::DebBasePackage
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'DebBasePackageRead' do
20
+ describe 'DebBasePackage' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpDebClient::DebBasePackageRead.new
23
+ @instance = PulpDebClient::DebBasePackage.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of DebBasePackageRead' do
31
- it 'should create an instance of DebBasePackageRead' do
32
- expect(@instance).to be_instance_of(PulpDebClient::DebBasePackageRead)
30
+ describe 'test an instance of DebBasePackage' do
31
+ it 'should create an instance of DebBasePackage' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::DebBasePackage)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "pulp_href"' do
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for PulpDebClient::DebGenericContentRead
17
+ # Unit tests for PulpDebClient::DebGenericContent
18
18
  # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
19
  # Please update as you see appropriate
20
- describe 'DebGenericContentRead' do
20
+ describe 'DebGenericContent' do
21
21
  before do
22
22
  # run before each test
23
- @instance = PulpDebClient::DebGenericContentRead.new
23
+ @instance = PulpDebClient::DebGenericContent.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of DebGenericContentRead' do
31
- it 'should create an instance of DebGenericContentRead' do
32
- expect(@instance).to be_instance_of(PulpDebClient::DebGenericContentRead)
30
+ describe 'test an instance of DebGenericContent' do
31
+ it 'should create an instance of DebGenericContent' do
32
+ expect(@instance).to be_instance_of(PulpDebClient::DebGenericContent)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "pulp_href"' do