pulp_npm_client 0.1.0a3.dev01613273313 → 0.1.0a3.dev01614223649

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.

Potentially problematic release.


This version of pulp_npm_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef775c7ae327e7edd62681b8c5f3b22472f920d6c9f89ab9e718098cc4e57657
4
- data.tar.gz: bf31c6554dc4dbeb27f6914a5360390b20613fdfb6d6457e2c4ea0ed5022aa7c
3
+ metadata.gz: be73027d2489ccf7e8bb5562be9807b693d0ef179c811c7c909d86c09c5caf9e
4
+ data.tar.gz: 7fefc4ca4f51f900bb4c4002163d9593e4a55bb559f445a730ab0ae611155ba4
5
5
  SHA512:
6
- metadata.gz: 22d1aedde48f0f005a9c1a19931825c53438516339353c8dc334e054eb72f40d70f6fd8fd2069f9543c69946a232bce00b3a19bb18eba04f450586b3ac3cf55b
7
- data.tar.gz: b9c8718fb791bb7a25c0c6102446024cc5f60dcece449395d8dd49e536889aed0e685793ece1cfad9b7f7025423f5684753aa9329ad969f8d801aa02494d9702
6
+ metadata.gz: 4bbf7ba913dc5eea19b7a76db535ad904e3f85109bf0ba5247df4680c08ed37cd52f1d4b92927bd0ed76b410de05562e5274198db4aaa6ab04c45f50dfbfc80d
7
+ data.tar.gz: 708bc2aae631db5b3d3cabadcf654492aca18b96f901f09256bb6807577947e9a873e34edd55805d9e00ee19413d3c6488142c6e8e4e563f845664b9257310a2
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.0a3.dev01613273313
10
+ - Package version: 0.1.0a3.dev01614223649
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.0a3.dev01613273313.gem
27
+ gem install ./pulp_npm_client-0.1.0a3.dev01614223649.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_npm_client-0.1.0a3.dev01613273313.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_npm_client-0.1.0a3.dev01614223649.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.0a3.dev01613273313'
36
+ gem 'pulp_npm_client', '~> 0.1.0a3.dev01614223649'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -98,13 +98,13 @@ end
98
98
  api_instance = PulpNpmClient::ContentPackagesApi.new
99
99
  opts = {
100
100
  limit: 56, # Integer | Number of results to return per page.
101
- name: 'name_example', # String | name
102
- name__in: 'name__in_example', # String | name__in
101
+ name: 'name_example', # String | Filter results where name matches value
102
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
103
103
  offset: 56, # Integer | The initial index from which to return the results.
104
104
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
105
- repository_version: 'repository_version_example', # String | repository_version
106
- repository_version_added: 'repository_version_added_example', # String | repository_version_added
107
- repository_version_removed: 'repository_version_removed_example', # String | repository_version_removed
105
+ repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
106
+ repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
107
+ repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
108
108
  fields: 'fields_example', # String | A list of fields to include in the response.
109
109
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
110
110
  }
@@ -124,13 +124,13 @@ end
124
124
  Name | Type | Description | Notes
125
125
  ------------- | ------------- | ------------- | -------------
126
126
  **limit** | **Integer**| Number of results to return per page. | [optional]
127
- **name** | **String**| name | [optional]
128
- **name__in** | **String**| name__in | [optional]
127
+ **name** | **String**| Filter results where name matches value | [optional]
128
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
129
129
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
130
130
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
131
- **repository_version** | **String**| repository_version | [optional]
132
- **repository_version_added** | **String**| repository_version_added | [optional]
133
- **repository_version_removed** | **String**| repository_version_removed | [optional]
131
+ **repository_version** | **String**| Repository Version referenced by HREF | [optional]
132
+ **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
133
+ **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
134
134
  **fields** | **String**| A list of fields to include in the response. | [optional]
135
135
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
136
136
 
@@ -141,19 +141,19 @@ end
141
141
 
142
142
  api_instance = PulpNpmClient::DistributionsNpmApi.new
143
143
  opts = {
144
- base_path: 'base_path_example', # String | base_path
145
- base_path__contains: 'base_path__contains_example', # String | base_path__contains
146
- base_path__icontains: 'base_path__icontains_example', # String | base_path__icontains
147
- base_path__in: 'base_path__in_example', # String | base_path__in
144
+ base_path: 'base_path_example', # String |
145
+ base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
146
+ base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
147
+ base_path__in: ['base_path__in_example'], # Array<String> | Filter results where base_path is in a comma-separated list of values
148
148
  limit: 56, # Integer | Number of results to return per page.
149
- name: 'name_example', # String | name
150
- name__contains: 'name__contains_example', # String | name__contains
151
- name__icontains: 'name__icontains_example', # String | name__icontains
152
- name__in: 'name__in_example', # String | name__in
153
- name__startswith: 'name__startswith_example', # String | name__startswith
149
+ name: 'name_example', # String |
150
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
151
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
152
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
153
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
154
154
  offset: 56, # Integer | The initial index from which to return the results.
155
155
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
156
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
156
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
157
157
  fields: 'fields_example', # String | A list of fields to include in the response.
158
158
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
159
159
  }
@@ -172,19 +172,19 @@ end
172
172
 
173
173
  Name | Type | Description | Notes
174
174
  ------------- | ------------- | ------------- | -------------
175
- **base_path** | **String**| base_path | [optional]
176
- **base_path__contains** | **String**| base_path__contains | [optional]
177
- **base_path__icontains** | **String**| base_path__icontains | [optional]
178
- **base_path__in** | **String**| base_path__in | [optional]
175
+ **base_path** | **String**| | [optional]
176
+ **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
177
+ **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
178
+ **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
179
179
  **limit** | **Integer**| Number of results to return per page. | [optional]
180
- **name** | **String**| name | [optional]
181
- **name__contains** | **String**| name__contains | [optional]
182
- **name__icontains** | **String**| name__icontains | [optional]
183
- **name__in** | **String**| name__in | [optional]
184
- **name__startswith** | **String**| name__startswith | [optional]
180
+ **name** | **String**| | [optional]
181
+ **name__contains** | **String**| Filter results where name contains value | [optional]
182
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
183
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
184
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
185
185
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
186
186
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
187
- **pulp_label_select** | **String**| pulp_label_select | [optional]
187
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
188
188
  **fields** | **String**| A list of fields to include in the response. | [optional]
189
189
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
190
190
 
@@ -142,20 +142,20 @@ end
142
142
  api_instance = PulpNpmClient::RemotesNpmApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
- name: 'name_example', # String | name
146
- name__contains: 'name__contains_example', # String | name__contains
147
- name__icontains: 'name__icontains_example', # String | name__icontains
148
- name__in: 'name__in_example', # String | name__in
149
- name__startswith: 'name__startswith_example', # String | name__startswith
145
+ name: 'name_example', # String |
146
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
147
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
149
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
151
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
152
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
153
- pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
154
- pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
155
- pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
156
- pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
157
- pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
158
- pulp_last_updated__range: 'pulp_last_updated__range_example', # String | pulp_last_updated__range
152
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
153
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
154
+ pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
155
+ pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
156
+ pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
157
+ pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
158
+ pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
159
159
  fields: 'fields_example', # String | A list of fields to include in the response.
160
160
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
161
161
  }
@@ -175,20 +175,20 @@ end
175
175
  Name | Type | Description | Notes
176
176
  ------------- | ------------- | ------------- | -------------
177
177
  **limit** | **Integer**| Number of results to return per page. | [optional]
178
- **name** | **String**| name | [optional]
179
- **name__contains** | **String**| name__contains | [optional]
180
- **name__icontains** | **String**| name__icontains | [optional]
181
- **name__in** | **String**| name__in | [optional]
182
- **name__startswith** | **String**| name__startswith | [optional]
178
+ **name** | **String**| | [optional]
179
+ **name__contains** | **String**| Filter results where name contains value | [optional]
180
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
181
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
182
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
183
183
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
184
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
185
- **pulp_label_select** | **String**| pulp_label_select | [optional]
186
- **pulp_last_updated** | **String**| pulp_last_updated | [optional]
187
- **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
188
- **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
189
- **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
190
- **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
191
- **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
185
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
186
+ **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
187
+ **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
188
+ **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
189
+ **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
190
+ **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
191
+ **pulp_last_updated__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
192
192
  **fields** | **String**| A list of fields to include in the response. | [optional]
193
193
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
194
194
 
@@ -144,14 +144,14 @@ end
144
144
  api_instance = PulpNpmClient::RepositoriesNpmApi.new
145
145
  opts = {
146
146
  limit: 56, # Integer | Number of results to return per page.
147
- name: 'name_example', # String | name
148
- name__contains: 'name__contains_example', # String | name__contains
149
- name__icontains: 'name__icontains_example', # String | name__icontains
150
- name__in: 'name__in_example', # String | name__in
151
- name__startswith: 'name__startswith_example', # String | name__startswith
147
+ name: 'name_example', # String |
148
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
149
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
150
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
151
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
152
152
  offset: 56, # Integer | The initial index from which to return the results.
153
153
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
154
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
154
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
155
155
  fields: 'fields_example', # String | A list of fields to include in the response.
156
156
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
157
157
  }
@@ -171,14 +171,14 @@ end
171
171
  Name | Type | Description | Notes
172
172
  ------------- | ------------- | ------------- | -------------
173
173
  **limit** | **Integer**| Number of results to return per page. | [optional]
174
- **name** | **String**| name | [optional]
175
- **name__contains** | **String**| name__contains | [optional]
176
- **name__icontains** | **String**| name__icontains | [optional]
177
- **name__in** | **String**| name__in | [optional]
178
- **name__startswith** | **String**| name__startswith | [optional]
174
+ **name** | **String**| | [optional]
175
+ **name__contains** | **String**| Filter results where name contains value | [optional]
176
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
177
+ **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
178
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
179
179
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
180
180
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
181
- **pulp_label_select** | **String**| pulp_label_select | [optional]
181
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
182
182
  **fields** | **String**| A list of fields to include in the response. | [optional]
183
183
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
184
184
 
@@ -87,23 +87,23 @@ end
87
87
  api_instance = PulpNpmClient::RepositoriesNpmVersionsApi.new
88
88
  npm_npm_repository_href = 'npm_npm_repository_href_example' # String |
89
89
  opts = {
90
- content: 'content_example', # String | content
91
- content__in: 'content__in_example', # String | content__in
90
+ content: 'content_example', # String | Content Unit referenced by HREF
91
+ content__in: 'content__in_example', # String | Content Unit referenced by HREF
92
92
  limit: 56, # Integer | Number of results to return per page.
93
- number: 'number_example', # String | number
94
- number__gt: 'number__gt_example', # String | number__gt
95
- number__gte: 'number__gte_example', # String | number__gte
96
- number__lt: 'number__lt_example', # String | number__lt
97
- number__lte: 'number__lte_example', # String | number__lte
98
- number__range: 'number__range_example', # String | number__range
93
+ number: 56, # Integer |
94
+ number__gt: 56, # Integer | Filter results where number is greater than value
95
+ number__gte: 56, # Integer | Filter results where number is greater than or equal to value
96
+ number__lt: 56, # Integer | Filter results where number is less than value
97
+ number__lte: 56, # Integer | Filter results where number is less than or equal to value
98
+ number__range: [56], # Array<Integer> | Filter results where number is between two comma separated values
99
99
  offset: 56, # Integer | The initial index from which to return the results.
100
100
  ordering: 'ordering_example', # String | Which field to use when ordering the results.
101
- pulp_created: 'pulp_created_example', # String | pulp_created
102
- pulp_created__gt: 'pulp_created__gt_example', # String | pulp_created__gt
103
- pulp_created__gte: 'pulp_created__gte_example', # String | pulp_created__gte
104
- pulp_created__lt: 'pulp_created__lt_example', # String | pulp_created__lt
105
- pulp_created__lte: 'pulp_created__lte_example', # String | pulp_created__lte
106
- pulp_created__range: 'pulp_created__range_example', # String | pulp_created__range
101
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
102
+ pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
+ pulp_created__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than or equal to value
104
+ pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
105
+ pulp_created__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than or equal to value
106
+ pulp_created__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_created is between two comma separated values
107
107
  fields: 'fields_example', # String | A list of fields to include in the response.
108
108
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
109
109
  }
@@ -123,23 +123,23 @@ end
123
123
  Name | Type | Description | Notes
124
124
  ------------- | ------------- | ------------- | -------------
125
125
  **npm_npm_repository_href** | **String**| |
126
- **content** | **String**| content | [optional]
127
- **content__in** | **String**| content__in | [optional]
126
+ **content** | **String**| Content Unit referenced by HREF | [optional]
127
+ **content__in** | **String**| Content Unit referenced by HREF | [optional]
128
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
129
- **number** | **String**| number | [optional]
130
- **number__gt** | **String**| number__gt | [optional]
131
- **number__gte** | **String**| number__gte | [optional]
132
- **number__lt** | **String**| number__lt | [optional]
133
- **number__lte** | **String**| number__lte | [optional]
134
- **number__range** | **String**| number__range | [optional]
129
+ **number** | **Integer**| | [optional]
130
+ **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
131
+ **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
132
+ **number__lt** | **Integer**| Filter results where number is less than value | [optional]
133
+ **number__lte** | **Integer**| Filter results where number is less than or equal to value | [optional]
134
+ **number__range** | [**Array&lt;Integer&gt;**](Integer.md)| Filter results where number is between two comma separated values | [optional]
135
135
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
136
136
  **ordering** | **String**| Which field to use when ordering the results. | [optional]
137
- **pulp_created** | **String**| pulp_created | [optional]
138
- **pulp_created__gt** | **String**| pulp_created__gt | [optional]
139
- **pulp_created__gte** | **String**| pulp_created__gte | [optional]
140
- **pulp_created__lt** | **String**| pulp_created__lt | [optional]
141
- **pulp_created__lte** | **String**| pulp_created__lte | [optional]
142
- **pulp_created__range** | **String**| pulp_created__range | [optional]
137
+ **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
138
+ **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
139
+ **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
140
+ **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
141
+ **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
142
+ **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
143
143
  **fields** | **String**| A list of fields to include in the response. | [optional]
144
144
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
145
145
 
@@ -111,13 +111,13 @@ module PulpNpmClient
111
111
  # A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/npm/units/ Also specify queryset and serializer for Package.
112
112
  # @param [Hash] opts the optional parameters
113
113
  # @option opts [Integer] :limit Number of results to return per page.
114
- # @option opts [String] :name name
115
- # @option opts [String] :name__in name__in
114
+ # @option opts [String] :name Filter results where name matches value
115
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
116
116
  # @option opts [Integer] :offset The initial index from which to return the results.
117
117
  # @option opts [String] :ordering Which field to use when ordering the results.
118
- # @option opts [String] :repository_version repository_version
119
- # @option opts [String] :repository_version_added repository_version_added
120
- # @option opts [String] :repository_version_removed repository_version_removed
118
+ # @option opts [String] :repository_version Repository Version referenced by HREF
119
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
120
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
121
121
  # @option opts [String] :fields A list of fields to include in the response.
122
122
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
123
123
  # @return [PaginatednpmPackageResponseList]
@@ -130,13 +130,13 @@ module PulpNpmClient
130
130
  # A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/npm/units/ Also specify queryset and serializer for Package.
131
131
  # @param [Hash] opts the optional parameters
132
132
  # @option opts [Integer] :limit Number of results to return per page.
133
- # @option opts [String] :name name
134
- # @option opts [String] :name__in name__in
133
+ # @option opts [String] :name Filter results where name matches value
134
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
135
135
  # @option opts [Integer] :offset The initial index from which to return the results.
136
136
  # @option opts [String] :ordering Which field to use when ordering the results.
137
- # @option opts [String] :repository_version repository_version
138
- # @option opts [String] :repository_version_added repository_version_added
139
- # @option opts [String] :repository_version_removed repository_version_removed
137
+ # @option opts [String] :repository_version Repository Version referenced by HREF
138
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
139
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
140
140
  # @option opts [String] :fields A list of fields to include in the response.
141
141
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
142
142
  # @return [Array<(PaginatednpmPackageResponseList, Integer, Hash)>] PaginatednpmPackageResponseList data, response status code and response headers
@@ -151,7 +151,7 @@ module PulpNpmClient
151
151
  query_params = opts[:query_params] || {}
152
152
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
153
153
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
154
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
154
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
155
155
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
156
156
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
157
157
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
@@ -148,19 +148,19 @@ module PulpNpmClient
148
148
  # List npm distributions
149
149
  # ViewSet for NPM Distributions.
150
150
  # @param [Hash] opts the optional parameters
151
- # @option opts [String] :base_path base_path
152
- # @option opts [String] :base_path__contains base_path__contains
153
- # @option opts [String] :base_path__icontains base_path__icontains
154
- # @option opts [String] :base_path__in base_path__in
151
+ # @option opts [String] :base_path
152
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
153
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
154
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
155
155
  # @option opts [Integer] :limit Number of results to return per page.
156
- # @option opts [String] :name name
157
- # @option opts [String] :name__contains name__contains
158
- # @option opts [String] :name__icontains name__icontains
159
- # @option opts [String] :name__in name__in
160
- # @option opts [String] :name__startswith name__startswith
156
+ # @option opts [String] :name
157
+ # @option opts [String] :name__contains Filter results where name contains value
158
+ # @option opts [String] :name__icontains Filter results where name contains value
159
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
160
+ # @option opts [String] :name__startswith Filter results where name starts with value
161
161
  # @option opts [Integer] :offset The initial index from which to return the results.
162
162
  # @option opts [String] :ordering Which field to use when ordering the results.
163
- # @option opts [String] :pulp_label_select pulp_label_select
163
+ # @option opts [String] :pulp_label_select Filter labels by search string
164
164
  # @option opts [String] :fields A list of fields to include in the response.
165
165
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
166
166
  # @return [PaginatednpmNpmDistributionResponseList]
@@ -172,19 +172,19 @@ module PulpNpmClient
172
172
  # List npm distributions
173
173
  # ViewSet for NPM Distributions.
174
174
  # @param [Hash] opts the optional parameters
175
- # @option opts [String] :base_path base_path
176
- # @option opts [String] :base_path__contains base_path__contains
177
- # @option opts [String] :base_path__icontains base_path__icontains
178
- # @option opts [String] :base_path__in base_path__in
175
+ # @option opts [String] :base_path
176
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
177
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
178
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
179
179
  # @option opts [Integer] :limit Number of results to return per page.
180
- # @option opts [String] :name name
181
- # @option opts [String] :name__contains name__contains
182
- # @option opts [String] :name__icontains name__icontains
183
- # @option opts [String] :name__in name__in
184
- # @option opts [String] :name__startswith name__startswith
180
+ # @option opts [String] :name
181
+ # @option opts [String] :name__contains Filter results where name contains value
182
+ # @option opts [String] :name__icontains Filter results where name contains value
183
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
184
+ # @option opts [String] :name__startswith Filter results where name starts with value
185
185
  # @option opts [Integer] :offset The initial index from which to return the results.
186
186
  # @option opts [String] :ordering Which field to use when ordering the results.
187
- # @option opts [String] :pulp_label_select pulp_label_select
187
+ # @option opts [String] :pulp_label_select Filter labels by search string
188
188
  # @option opts [String] :fields A list of fields to include in the response.
189
189
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
190
190
  # @return [Array<(PaginatednpmNpmDistributionResponseList, Integer, Hash)>] PaginatednpmNpmDistributionResponseList data, response status code and response headers
@@ -200,12 +200,12 @@ module PulpNpmClient
200
200
  query_params[:'base_path'] = opts[:'base_path'] if !opts[:'base_path'].nil?
201
201
  query_params[:'base_path__contains'] = opts[:'base_path__contains'] if !opts[:'base_path__contains'].nil?
202
202
  query_params[:'base_path__icontains'] = opts[:'base_path__icontains'] if !opts[:'base_path__icontains'].nil?
203
- query_params[:'base_path__in'] = opts[:'base_path__in'] if !opts[:'base_path__in'].nil?
203
+ query_params[:'base_path__in'] = @api_client.build_collection_param(opts[:'base_path__in'], :csv) if !opts[:'base_path__in'].nil?
204
204
  query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
205
205
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
206
206
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
207
207
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
208
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
208
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
209
209
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
210
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
211
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
@@ -149,20 +149,20 @@ module PulpNpmClient
149
149
  # A ViewSet for NpmRemote. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
- # @option opts [String] :name name
153
- # @option opts [String] :name__contains name__contains
154
- # @option opts [String] :name__icontains name__icontains
155
- # @option opts [String] :name__in name__in
156
- # @option opts [String] :name__startswith name__startswith
152
+ # @option opts [String] :name
153
+ # @option opts [String] :name__contains Filter results where name contains value
154
+ # @option opts [String] :name__icontains Filter results where name contains value
155
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
+ # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
- # @option opts [String] :pulp_label_select pulp_label_select
160
- # @option opts [String] :pulp_last_updated pulp_last_updated
161
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
162
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
163
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
164
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
165
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
159
+ # @option opts [String] :pulp_label_select Filter labels by search string
160
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
161
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
162
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
163
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
164
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
165
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
166
166
  # @option opts [String] :fields A list of fields to include in the response.
167
167
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
168
168
  # @return [PaginatednpmNpmRemoteResponseList]
@@ -175,20 +175,20 @@ module PulpNpmClient
175
175
  # A ViewSet for NpmRemote. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
176
176
  # @param [Hash] opts the optional parameters
177
177
  # @option opts [Integer] :limit Number of results to return per page.
178
- # @option opts [String] :name name
179
- # @option opts [String] :name__contains name__contains
180
- # @option opts [String] :name__icontains name__icontains
181
- # @option opts [String] :name__in name__in
182
- # @option opts [String] :name__startswith name__startswith
178
+ # @option opts [String] :name
179
+ # @option opts [String] :name__contains Filter results where name contains value
180
+ # @option opts [String] :name__icontains Filter results where name contains value
181
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
182
+ # @option opts [String] :name__startswith Filter results where name starts with value
183
183
  # @option opts [Integer] :offset The initial index from which to return the results.
184
184
  # @option opts [String] :ordering Which field to use when ordering the results.
185
- # @option opts [String] :pulp_label_select pulp_label_select
186
- # @option opts [String] :pulp_last_updated pulp_last_updated
187
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
188
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
189
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
190
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
191
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
185
+ # @option opts [String] :pulp_label_select Filter labels by search string
186
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
187
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
188
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
189
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
190
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
191
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
192
192
  # @option opts [String] :fields A list of fields to include in the response.
193
193
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
194
194
  # @return [Array<(PaginatednpmNpmRemoteResponseList, Integer, Hash)>] PaginatednpmNpmRemoteResponseList data, response status code and response headers
@@ -205,7 +205,7 @@ module PulpNpmClient
205
205
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
206
206
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
207
207
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
208
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
208
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
209
209
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
210
210
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
211
211
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
@@ -215,7 +215,7 @@ module PulpNpmClient
215
215
  query_params[:'pulp_last_updated__gte'] = opts[:'pulp_last_updated__gte'] if !opts[:'pulp_last_updated__gte'].nil?
216
216
  query_params[:'pulp_last_updated__lt'] = opts[:'pulp_last_updated__lt'] if !opts[:'pulp_last_updated__lt'].nil?
217
217
  query_params[:'pulp_last_updated__lte'] = opts[:'pulp_last_updated__lte'] if !opts[:'pulp_last_updated__lte'].nil?
218
- query_params[:'pulp_last_updated__range'] = opts[:'pulp_last_updated__range'] if !opts[:'pulp_last_updated__range'].nil?
218
+ query_params[:'pulp_last_updated__range'] = @api_client.build_collection_param(opts[:'pulp_last_updated__range'], :csv) if !opts[:'pulp_last_updated__range'].nil?
219
219
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
220
220
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
221
221
 
@@ -149,14 +149,14 @@ module PulpNpmClient
149
149
  # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :limit Number of results to return per page.
152
- # @option opts [String] :name name
153
- # @option opts [String] :name__contains name__contains
154
- # @option opts [String] :name__icontains name__icontains
155
- # @option opts [String] :name__in name__in
156
- # @option opts [String] :name__startswith name__startswith
152
+ # @option opts [String] :name
153
+ # @option opts [String] :name__contains Filter results where name contains value
154
+ # @option opts [String] :name__icontains Filter results where name contains value
155
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
156
+ # @option opts [String] :name__startswith Filter results where name starts with value
157
157
  # @option opts [Integer] :offset The initial index from which to return the results.
158
158
  # @option opts [String] :ordering Which field to use when ordering the results.
159
- # @option opts [String] :pulp_label_select pulp_label_select
159
+ # @option opts [String] :pulp_label_select Filter labels by search string
160
160
  # @option opts [String] :fields A list of fields to include in the response.
161
161
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
162
162
  # @return [PaginatednpmNpmRepositoryResponseList]
@@ -169,14 +169,14 @@ module PulpNpmClient
169
169
  # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
170
170
  # @param [Hash] opts the optional parameters
171
171
  # @option opts [Integer] :limit Number of results to return per page.
172
- # @option opts [String] :name name
173
- # @option opts [String] :name__contains name__contains
174
- # @option opts [String] :name__icontains name__icontains
175
- # @option opts [String] :name__in name__in
176
- # @option opts [String] :name__startswith name__startswith
172
+ # @option opts [String] :name
173
+ # @option opts [String] :name__contains Filter results where name contains value
174
+ # @option opts [String] :name__icontains Filter results where name contains value
175
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
176
+ # @option opts [String] :name__startswith Filter results where name starts with value
177
177
  # @option opts [Integer] :offset The initial index from which to return the results.
178
178
  # @option opts [String] :ordering Which field to use when ordering the results.
179
- # @option opts [String] :pulp_label_select pulp_label_select
179
+ # @option opts [String] :pulp_label_select Filter labels by search string
180
180
  # @option opts [String] :fields A list of fields to include in the response.
181
181
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
182
182
  # @return [Array<(PaginatednpmNpmRepositoryResponseList, Integer, Hash)>] PaginatednpmNpmRepositoryResponseList data, response status code and response headers
@@ -193,7 +193,7 @@ module PulpNpmClient
193
193
  query_params[:'name'] = opts[:'name'] if !opts[:'name'].nil?
194
194
  query_params[:'name__contains'] = opts[:'name__contains'] if !opts[:'name__contains'].nil?
195
195
  query_params[:'name__icontains'] = opts[:'name__icontains'] if !opts[:'name__icontains'].nil?
196
- query_params[:'name__in'] = opts[:'name__in'] if !opts[:'name__in'].nil?
196
+ query_params[:'name__in'] = @api_client.build_collection_param(opts[:'name__in'], :csv) if !opts[:'name__in'].nil?
197
197
  query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
198
198
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
199
199
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
@@ -85,23 +85,23 @@ module PulpNpmClient
85
85
  # A ViewSet for a NpmRepositoryVersion represents a single Npm repository version.
86
86
  # @param npm_npm_repository_href [String]
87
87
  # @param [Hash] opts the optional parameters
88
- # @option opts [String] :content content
89
- # @option opts [String] :content__in content__in
88
+ # @option opts [String] :content Content Unit referenced by HREF
89
+ # @option opts [String] :content__in Content Unit referenced by HREF
90
90
  # @option opts [Integer] :limit Number of results to return per page.
91
- # @option opts [String] :number number
92
- # @option opts [String] :number__gt number__gt
93
- # @option opts [String] :number__gte number__gte
94
- # @option opts [String] :number__lt number__lt
95
- # @option opts [String] :number__lte number__lte
96
- # @option opts [String] :number__range number__range
91
+ # @option opts [Integer] :number
92
+ # @option opts [Integer] :number__gt Filter results where number is greater than value
93
+ # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
94
+ # @option opts [Integer] :number__lt Filter results where number is less than value
95
+ # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
96
+ # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
97
97
  # @option opts [Integer] :offset The initial index from which to return the results.
98
98
  # @option opts [String] :ordering Which field to use when ordering the results.
99
- # @option opts [String] :pulp_created pulp_created
100
- # @option opts [String] :pulp_created__gt pulp_created__gt
101
- # @option opts [String] :pulp_created__gte pulp_created__gte
102
- # @option opts [String] :pulp_created__lt pulp_created__lt
103
- # @option opts [String] :pulp_created__lte pulp_created__lte
104
- # @option opts [String] :pulp_created__range pulp_created__range
99
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
100
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
101
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
102
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
103
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
104
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
105
105
  # @option opts [String] :fields A list of fields to include in the response.
106
106
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
107
107
  # @return [PaginatedRepositoryVersionResponseList]
@@ -114,23 +114,23 @@ module PulpNpmClient
114
114
  # A ViewSet for a NpmRepositoryVersion represents a single Npm repository version.
115
115
  # @param npm_npm_repository_href [String]
116
116
  # @param [Hash] opts the optional parameters
117
- # @option opts [String] :content content
118
- # @option opts [String] :content__in content__in
117
+ # @option opts [String] :content Content Unit referenced by HREF
118
+ # @option opts [String] :content__in Content Unit referenced by HREF
119
119
  # @option opts [Integer] :limit Number of results to return per page.
120
- # @option opts [String] :number number
121
- # @option opts [String] :number__gt number__gt
122
- # @option opts [String] :number__gte number__gte
123
- # @option opts [String] :number__lt number__lt
124
- # @option opts [String] :number__lte number__lte
125
- # @option opts [String] :number__range number__range
120
+ # @option opts [Integer] :number
121
+ # @option opts [Integer] :number__gt Filter results where number is greater than value
122
+ # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
123
+ # @option opts [Integer] :number__lt Filter results where number is less than value
124
+ # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
125
+ # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
126
126
  # @option opts [Integer] :offset The initial index from which to return the results.
127
127
  # @option opts [String] :ordering Which field to use when ordering the results.
128
- # @option opts [String] :pulp_created pulp_created
129
- # @option opts [String] :pulp_created__gt pulp_created__gt
130
- # @option opts [String] :pulp_created__gte pulp_created__gte
131
- # @option opts [String] :pulp_created__lt pulp_created__lt
132
- # @option opts [String] :pulp_created__lte pulp_created__lte
133
- # @option opts [String] :pulp_created__range pulp_created__range
128
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
129
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
130
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
131
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
132
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
133
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
134
134
  # @option opts [String] :fields A list of fields to include in the response.
135
135
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
136
136
  # @return [Array<(PaginatedRepositoryVersionResponseList, Integer, Hash)>] PaginatedRepositoryVersionResponseList data, response status code and response headers
@@ -142,6 +142,26 @@ module PulpNpmClient
142
142
  if @api_client.config.client_side_validation && npm_npm_repository_href.nil?
143
143
  fail ArgumentError, "Missing the required parameter 'npm_npm_repository_href' when calling RepositoriesNpmVersionsApi.list"
144
144
  end
145
+ if @api_client.config.client_side_validation && !opts[:'number'].nil? && opts[:'number'] > 2147483647
146
+ fail ArgumentError, 'invalid value for "opts[:"number"]" when calling RepositoriesNpmVersionsApi.list, must be smaller than or equal to 2147483647.'
147
+ end
148
+
149
+ if @api_client.config.client_side_validation && !opts[:'number__gt'].nil? && opts[:'number__gt'] > 2147483647
150
+ fail ArgumentError, 'invalid value for "opts[:"number__gt"]" when calling RepositoriesNpmVersionsApi.list, must be smaller than or equal to 2147483647.'
151
+ end
152
+
153
+ if @api_client.config.client_side_validation && !opts[:'number__gte'].nil? && opts[:'number__gte'] > 2147483647
154
+ fail ArgumentError, 'invalid value for "opts[:"number__gte"]" when calling RepositoriesNpmVersionsApi.list, must be smaller than or equal to 2147483647.'
155
+ end
156
+
157
+ if @api_client.config.client_side_validation && !opts[:'number__lt'].nil? && opts[:'number__lt'] > 2147483647
158
+ fail ArgumentError, 'invalid value for "opts[:"number__lt"]" when calling RepositoriesNpmVersionsApi.list, must be smaller than or equal to 2147483647.'
159
+ end
160
+
161
+ if @api_client.config.client_side_validation && !opts[:'number__lte'].nil? && opts[:'number__lte'] > 2147483647
162
+ fail ArgumentError, 'invalid value for "opts[:"number__lte"]" when calling RepositoriesNpmVersionsApi.list, must be smaller than or equal to 2147483647.'
163
+ end
164
+
145
165
  # resource path
146
166
  local_var_path = '{npm_npm_repository_href}versions/'.sub('{' + 'npm_npm_repository_href' + '}', CGI.escape(npm_npm_repository_href.to_s).gsub('%2F', '/'))
147
167
 
@@ -155,7 +175,7 @@ module PulpNpmClient
155
175
  query_params[:'number__gte'] = opts[:'number__gte'] if !opts[:'number__gte'].nil?
156
176
  query_params[:'number__lt'] = opts[:'number__lt'] if !opts[:'number__lt'].nil?
157
177
  query_params[:'number__lte'] = opts[:'number__lte'] if !opts[:'number__lte'].nil?
158
- query_params[:'number__range'] = opts[:'number__range'] if !opts[:'number__range'].nil?
178
+ query_params[:'number__range'] = @api_client.build_collection_param(opts[:'number__range'], :csv) if !opts[:'number__range'].nil?
159
179
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
160
180
  query_params[:'ordering'] = opts[:'ordering'] if !opts[:'ordering'].nil?
161
181
  query_params[:'pulp_created'] = opts[:'pulp_created'] if !opts[:'pulp_created'].nil?
@@ -163,7 +183,7 @@ module PulpNpmClient
163
183
  query_params[:'pulp_created__gte'] = opts[:'pulp_created__gte'] if !opts[:'pulp_created__gte'].nil?
164
184
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
165
185
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
166
- query_params[:'pulp_created__range'] = opts[:'pulp_created__range'] if !opts[:'pulp_created__range'].nil?
186
+ query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
167
187
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
168
188
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
169
189
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpNpmClient
14
- VERSION = '0.1.0a3.dev01613273313'
14
+ VERSION = '0.1.0a3.dev01614223649'
15
15
  end
@@ -54,13 +54,13 @@ describe 'ContentPackagesApi' do
54
54
  # A ViewSet for Package. Define endpoint name which will appear in the API endpoint for this content type. For example:: http://pulp.example.com/pulp/api/v3/content/npm/units/ Also specify queryset and serializer for Package.
55
55
  # @param [Hash] opts the optional parameters
56
56
  # @option opts [Integer] :limit Number of results to return per page.
57
- # @option opts [String] :name name
58
- # @option opts [String] :name__in name__in
57
+ # @option opts [String] :name Filter results where name matches value
58
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
59
59
  # @option opts [Integer] :offset The initial index from which to return the results.
60
60
  # @option opts [String] :ordering Which field to use when ordering the results.
61
- # @option opts [String] :repository_version repository_version
62
- # @option opts [String] :repository_version_added repository_version_added
63
- # @option opts [String] :repository_version_removed repository_version_removed
61
+ # @option opts [String] :repository_version Repository Version referenced by HREF
62
+ # @option opts [String] :repository_version_added Repository Version referenced by HREF
63
+ # @option opts [String] :repository_version_removed Repository Version referenced by HREF
64
64
  # @option opts [String] :fields A list of fields to include in the response.
65
65
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
66
66
  # @return [PaginatednpmPackageResponseList]
@@ -60,19 +60,19 @@ describe 'DistributionsNpmApi' do
60
60
  # List npm distributions
61
61
  # ViewSet for NPM Distributions.
62
62
  # @param [Hash] opts the optional parameters
63
- # @option opts [String] :base_path base_path
64
- # @option opts [String] :base_path__contains base_path__contains
65
- # @option opts [String] :base_path__icontains base_path__icontains
66
- # @option opts [String] :base_path__in base_path__in
63
+ # @option opts [String] :base_path
64
+ # @option opts [String] :base_path__contains Filter results where base_path contains value
65
+ # @option opts [String] :base_path__icontains Filter results where base_path contains value
66
+ # @option opts [Array<String>] :base_path__in Filter results where base_path is in a comma-separated list of values
67
67
  # @option opts [Integer] :limit Number of results to return per page.
68
- # @option opts [String] :name name
69
- # @option opts [String] :name__contains name__contains
70
- # @option opts [String] :name__icontains name__icontains
71
- # @option opts [String] :name__in name__in
72
- # @option opts [String] :name__startswith name__startswith
68
+ # @option opts [String] :name
69
+ # @option opts [String] :name__contains Filter results where name contains value
70
+ # @option opts [String] :name__icontains Filter results where name contains value
71
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
72
+ # @option opts [String] :name__startswith Filter results where name starts with value
73
73
  # @option opts [Integer] :offset The initial index from which to return the results.
74
74
  # @option opts [String] :ordering Which field to use when ordering the results.
75
- # @option opts [String] :pulp_label_select pulp_label_select
75
+ # @option opts [String] :pulp_label_select Filter labels by search string
76
76
  # @option opts [String] :fields A list of fields to include in the response.
77
77
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
78
78
  # @return [PaginatednpmNpmDistributionResponseList]
@@ -61,20 +61,20 @@ describe 'RemotesNpmApi' do
61
61
  # A ViewSet for NpmRemote. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
+ # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
- # @option opts [String] :pulp_label_select pulp_label_select
72
- # @option opts [String] :pulp_last_updated pulp_last_updated
73
- # @option opts [String] :pulp_last_updated__gt pulp_last_updated__gt
74
- # @option opts [String] :pulp_last_updated__gte pulp_last_updated__gte
75
- # @option opts [String] :pulp_last_updated__lt pulp_last_updated__lt
76
- # @option opts [String] :pulp_last_updated__lte pulp_last_updated__lte
77
- # @option opts [String] :pulp_last_updated__range pulp_last_updated__range
71
+ # @option opts [String] :pulp_label_select Filter labels by search string
72
+ # @option opts [DateTime] :pulp_last_updated ISO 8601 formatted dates are supported
73
+ # @option opts [DateTime] :pulp_last_updated__gt Filter results where pulp_last_updated is greater than value
74
+ # @option opts [DateTime] :pulp_last_updated__gte Filter results where pulp_last_updated is greater than or equal to value
75
+ # @option opts [DateTime] :pulp_last_updated__lt Filter results where pulp_last_updated is less than value
76
+ # @option opts [DateTime] :pulp_last_updated__lte Filter results where pulp_last_updated is less than or equal to value
77
+ # @option opts [Array<DateTime>] :pulp_last_updated__range Filter results where pulp_last_updated is between two comma separated values
78
78
  # @option opts [String] :fields A list of fields to include in the response.
79
79
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
80
80
  # @return [PaginatednpmNpmRemoteResponseList]
@@ -61,14 +61,14 @@ describe 'RepositoriesNpmApi' do
61
61
  # A ViewSet for NpmRepository. Similar to the PackageViewSet above, define endpoint_name, queryset and serializer, at a minimum.
62
62
  # @param [Hash] opts the optional parameters
63
63
  # @option opts [Integer] :limit Number of results to return per page.
64
- # @option opts [String] :name name
65
- # @option opts [String] :name__contains name__contains
66
- # @option opts [String] :name__icontains name__icontains
67
- # @option opts [String] :name__in name__in
68
- # @option opts [String] :name__startswith name__startswith
64
+ # @option opts [String] :name
65
+ # @option opts [String] :name__contains Filter results where name contains value
66
+ # @option opts [String] :name__icontains Filter results where name contains value
67
+ # @option opts [Array<String>] :name__in Filter results where name is in a comma-separated list of values
68
+ # @option opts [String] :name__startswith Filter results where name starts with value
69
69
  # @option opts [Integer] :offset The initial index from which to return the results.
70
70
  # @option opts [String] :ordering Which field to use when ordering the results.
71
- # @option opts [String] :pulp_label_select pulp_label_select
71
+ # @option opts [String] :pulp_label_select Filter labels by search string
72
72
  # @option opts [String] :fields A list of fields to include in the response.
73
73
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
74
74
  # @return [PaginatednpmNpmRepositoryResponseList]
@@ -49,23 +49,23 @@ describe 'RepositoriesNpmVersionsApi' do
49
49
  # A ViewSet for a NpmRepositoryVersion represents a single Npm repository version.
50
50
  # @param npm_npm_repository_href
51
51
  # @param [Hash] opts the optional parameters
52
- # @option opts [String] :content content
53
- # @option opts [String] :content__in content__in
52
+ # @option opts [String] :content Content Unit referenced by HREF
53
+ # @option opts [String] :content__in Content Unit referenced by HREF
54
54
  # @option opts [Integer] :limit Number of results to return per page.
55
- # @option opts [String] :number number
56
- # @option opts [String] :number__gt number__gt
57
- # @option opts [String] :number__gte number__gte
58
- # @option opts [String] :number__lt number__lt
59
- # @option opts [String] :number__lte number__lte
60
- # @option opts [String] :number__range number__range
55
+ # @option opts [Integer] :number
56
+ # @option opts [Integer] :number__gt Filter results where number is greater than value
57
+ # @option opts [Integer] :number__gte Filter results where number is greater than or equal to value
58
+ # @option opts [Integer] :number__lt Filter results where number is less than value
59
+ # @option opts [Integer] :number__lte Filter results where number is less than or equal to value
60
+ # @option opts [Array<Integer>] :number__range Filter results where number is between two comma separated values
61
61
  # @option opts [Integer] :offset The initial index from which to return the results.
62
62
  # @option opts [String] :ordering Which field to use when ordering the results.
63
- # @option opts [String] :pulp_created pulp_created
64
- # @option opts [String] :pulp_created__gt pulp_created__gt
65
- # @option opts [String] :pulp_created__gte pulp_created__gte
66
- # @option opts [String] :pulp_created__lt pulp_created__lt
67
- # @option opts [String] :pulp_created__lte pulp_created__lte
68
- # @option opts [String] :pulp_created__range pulp_created__range
63
+ # @option opts [DateTime] :pulp_created ISO 8601 formatted dates are supported
64
+ # @option opts [DateTime] :pulp_created__gt Filter results where pulp_created is greater than value
65
+ # @option opts [DateTime] :pulp_created__gte Filter results where pulp_created is greater than or equal to value
66
+ # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
67
+ # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
68
+ # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
69
69
  # @option opts [String] :fields A list of fields to include in the response.
70
70
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
71
71
  # @return [PaginatedRepositoryVersionResponseList]
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.0a3.dev01613273313
4
+ version: 0.1.0a3.dev01614223649
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-14 00:00:00.000000000 Z
11
+ date: 2021-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday