pulp_npm_client 0.1.0a5.dev1673493551 → 0.1.0a5.dev1673665968

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 139fe8a49bb1f3230a53ff0f77345744aeb1b5b6a77fa29e9d28b0f1047603a0
4
- data.tar.gz: 60db7e7963b8735be639c303ca1a2c37114e74cfdac18eccd987927e983d8c6b
3
+ metadata.gz: 302ef3e6a7a4df76fb0037a13e39e86d3e4cff26352a77136c4dbebc8807a505
4
+ data.tar.gz: bc95df19927da3b5f7ca453982ac11c32bbbfad52ace9180cca2357538aaf380
5
5
  SHA512:
6
- metadata.gz: 40f71db76c3dcc2a95ddc9a703cfb14a08ebc33eff6b574517c6bac32cd74378859b5e0dfb916a4387e3f06047442d1c7ca7b113f6d5f5fdf38847be35dfead0
7
- data.tar.gz: '0658177f36b0cfcd403f7cf18bb8a9fd2eba13e0134a7be6d909a36d04bcc5fbbc2271b90de4e210ae95e56366daa08cd98ad49a6d586ce2b7af286fa7e9b90c'
6
+ metadata.gz: a8de756f245b2c971f8e192ccb0e6a12ee3a44fe630d37f56ac92699f4cd378882d080aa9dfe1d2d34203067ae27b4b735f08e774ca20d841aec5d8dca4ba324
7
+ data.tar.gz: b7483394eb37beb36413e2c487bb85dc4ea02febb046046519cbdea1bf26f34d75f08586ee25b9d594fabd8b2fd17cff6942c95f78141b71ade48d555fa36852
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 0.1.0a5.dev1673493551
10
+ - Package version: 0.1.0a5.dev1673665968
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_npm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_npm_client-0.1.0a5.dev1673493551.gem
27
+ gem install ./pulp_npm_client-0.1.0a5.dev1673665968.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_npm_client-0.1.0a5.dev1673493551.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_npm_client-0.1.0a5.dev1673665968.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_npm_client', '~> 0.1.0a5.dev1673493551'
36
+ gem 'pulp_npm_client', '~> 0.1.0a5.dev1673665968'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -154,6 +154,8 @@ opts = {
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
155
  ordering: ['ordering_example'], # Array<String> | Ordering
156
156
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
+ repository: 'repository_example', # String | Filter results where repository matches value
158
+ repository__in: ['repository__in_example'], # Array<String> | Filter results where repository is in a comma-separated list of values
157
159
  with_content: 'with_content_example', # String | Filter distributions based on the content served by them
158
160
  fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
159
161
  exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
@@ -186,6 +188,8 @@ Name | Type | Description | Notes
186
188
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
187
189
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
188
190
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
191
+ **repository** | **String**| Filter results where repository matches value | [optional]
192
+ **repository__in** | [**Array&lt;String&gt;**](String.md)| Filter results where repository is in a comma-separated list of values | [optional]
189
193
  **with_content** | **String**| Filter distributions based on the content served by them | [optional]
190
194
  **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
191
195
  **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
@@ -161,6 +161,8 @@ module PulpNpmClient
161
161
  # @option opts [Integer] :offset The initial index from which to return the results.
162
162
  # @option opts [Array<String>] :ordering Ordering
163
163
  # @option opts [String] :pulp_label_select Filter labels by search string
164
+ # @option opts [String] :repository Filter results where repository matches value
165
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
164
166
  # @option opts [String] :with_content Filter distributions based on the content served by them
165
167
  # @option opts [Array<String>] :fields A list of fields to include in the response.
166
168
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -186,6 +188,8 @@ module PulpNpmClient
186
188
  # @option opts [Integer] :offset The initial index from which to return the results.
187
189
  # @option opts [Array<String>] :ordering Ordering
188
190
  # @option opts [String] :pulp_label_select Filter labels by search string
191
+ # @option opts [String] :repository Filter results where repository matches value
192
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
189
193
  # @option opts [String] :with_content Filter distributions based on the content served by them
190
194
  # @option opts [Array<String>] :fields A list of fields to include in the response.
191
195
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
@@ -216,6 +220,8 @@ module PulpNpmClient
216
220
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
217
221
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
218
222
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
223
+ query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
224
+ query_params[:'repository__in'] = @api_client.build_collection_param(opts[:'repository__in'], :csv) if !opts[:'repository__in'].nil?
219
225
  query_params[:'with_content'] = opts[:'with_content'] if !opts[:'with_content'].nil?
220
226
  query_params[:'fields'] = @api_client.build_collection_param(opts[:'fields'], :multi) if !opts[:'fields'].nil?
221
227
  query_params[:'exclude_fields'] = @api_client.build_collection_param(opts[:'exclude_fields'], :multi) if !opts[:'exclude_fields'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpNpmClient
14
- VERSION = '0.1.0a5.dev1673493551'
14
+ VERSION = '0.1.0a5.dev1673665968'
15
15
  end
@@ -73,6 +73,8 @@ describe 'DistributionsNpmApi' do
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [Array<String>] :ordering Ordering
75
75
  # @option opts [String] :pulp_label_select Filter labels by search string
76
+ # @option opts [String] :repository Filter results where repository matches value
77
+ # @option opts [Array<String>] :repository__in Filter results where repository is in a comma-separated list of values
76
78
  # @option opts [String] :with_content Filter distributions based on the content served by them
77
79
  # @option opts [Array<String>] :fields A list of fields to include in the response.
78
80
  # @option opts [Array<String>] :exclude_fields A list of fields to exclude from the response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_npm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0a5.dev1673493551
4
+ version: 0.1.0a5.dev1673665968
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -203,36 +203,36 @@ signing_key:
203
203
  specification_version: 4
204
204
  summary: Pulp 3 API Ruby Gem
205
205
  test_files:
206
+ - spec/api/repositories_npm_versions_api_spec.rb
206
207
  - spec/api/pulp_npm_packages_api_spec.rb
207
208
  - spec/api/remotes_npm_api_spec.rb
208
- - spec/api/distributions_npm_api_spec.rb
209
209
  - spec/api/content_packages_api_spec.rb
210
- - spec/api/repositories_npm_versions_api_spec.rb
210
+ - spec/api/distributions_npm_api_spec.rb
211
211
  - spec/api/repositories_npm_api_spec.rb
212
212
  - spec/api_client_spec.rb
213
213
  - spec/configuration_spec.rb
214
- - spec/models/repository_sync_url_spec.rb
215
214
  - spec/models/paginatednpm_npm_repository_response_list_spec.rb
216
- - spec/models/async_operation_response_spec.rb
215
+ - spec/models/paginatednpm_package_response_list_spec.rb
216
+ - spec/models/content_summary_response_spec.rb
217
+ - spec/models/paginatednpm_npm_distribution_response_list_spec.rb
218
+ - spec/models/npm_npm_remote_spec.rb
217
219
  - spec/models/npm_package_response_spec.rb
218
- - spec/models/npm_package_spec.rb
219
- - spec/models/patchednpm_npm_remote_spec.rb
220
+ - spec/models/paginated_repository_version_response_list_spec.rb
221
+ - spec/models/patchednpm_npm_distribution_spec.rb
220
222
  - spec/models/repair_spec.rb
221
- - spec/models/policy_enum_spec.rb
222
- - spec/models/repository_version_response_spec.rb
223
+ - spec/models/npm_npm_distribution_response_spec.rb
224
+ - spec/models/repository_sync_url_spec.rb
223
225
  - spec/models/paginatednpm_npm_remote_response_list_spec.rb
224
- - spec/models/repository_add_remove_content_spec.rb
225
226
  - spec/models/npm_npm_repository_spec.rb
226
- - spec/models/patchednpm_npm_repository_spec.rb
227
- - spec/models/npm_npm_remote_spec.rb
228
- - spec/models/paginatednpm_package_response_list_spec.rb
229
- - spec/models/npm_npm_distribution_response_spec.rb
230
- - spec/models/paginatednpm_npm_distribution_response_list_spec.rb
231
- - spec/models/npm_npm_remote_response_hidden_fields_spec.rb
232
- - spec/models/paginated_repository_version_response_list_spec.rb
233
- - spec/models/npm_npm_repository_response_spec.rb
234
- - spec/models/content_summary_response_spec.rb
235
227
  - spec/models/npm_npm_remote_response_spec.rb
228
+ - spec/models/repository_version_response_spec.rb
229
+ - spec/models/repository_add_remove_content_spec.rb
230
+ - spec/models/policy_enum_spec.rb
231
+ - spec/models/patchednpm_npm_remote_spec.rb
232
+ - spec/models/npm_npm_repository_response_spec.rb
233
+ - spec/models/npm_npm_remote_response_hidden_fields_spec.rb
234
+ - spec/models/npm_package_spec.rb
235
+ - spec/models/async_operation_response_spec.rb
236
236
  - spec/models/npm_npm_distribution_spec.rb
237
- - spec/models/patchednpm_npm_distribution_spec.rb
237
+ - spec/models/patchednpm_npm_repository_spec.rb
238
238
  - spec/spec_helper.rb