pulpcore_client 3.20.0.dev1651466287 → 3.20.0.dev1651808666

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca2c7c4520e3bb0c524bd0af4397d3695ff847c3a657808771df4b09faedc646
4
- data.tar.gz: 7ad8389aea5d8426ff3dab5263c0cf3f320f6b71c3bd84ccaf453324877c7905
3
+ metadata.gz: 2376cc851f2dee6360660ac99198fe91126293be1dfbc6cb77fe983c9a279d7a
4
+ data.tar.gz: 6018d43b5e990b22f9cf5466a08b29ed041804e9bf6aaf46d4c7a3b3126d3831
5
5
  SHA512:
6
- metadata.gz: fa35d10960f182c97fbab20ba6d67691dc6ba3da38095d859116fa140b5297de11e16ccb09f2478c9e11cf845b3fe9a4c9f7d843ccdaa961093a4c25cec3c849
7
- data.tar.gz: be6000372e45dcba0b7c5f0ecb2e9a4e631cd37bd509b2cba2fa40050fea5e89c9bb0b0d84fb49a541e5fb3d353c23fbf7184768c18c832f0fbd93ebe10c4544
6
+ metadata.gz: 6c50886c5d2eb1ffbab9327f0528357298a8fd0306be7dada526b9f8723ecf55b81704d861511ba3325655fc5aabb87c59c962d3e92e45090bdd2ad1faba4189
7
+ data.tar.gz: 651c869a70e768f86540ed6633f3b116316ded5586a0c049068dc5a5d06f21d862e4bba87c20f9ba2ff88df8e1af0405b170ae0801566bca2fd0c30ed3f55877
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: 3.20.0.dev1651466287
10
+ - Package version: 3.20.0.dev1651808666
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 pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.20.0.dev1651466287.gem
27
+ gem install ./pulpcore_client-3.20.0.dev1651808666.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.20.0.dev1651466287.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.20.0.dev1651808666.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 'pulpcore_client', '~> 3.20.0.dev1651466287'
36
+ gem 'pulpcore_client', '~> 3.20.0.dev1651808666'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -41,6 +41,7 @@ opts = {
41
41
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
42
42
  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
43
43
  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
44
+ repository: 'repository_example', # String | Repository referenced by HREF
44
45
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
45
46
  fields: 'fields_example', # String | A list of fields to include in the response.
46
47
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
@@ -71,6 +72,7 @@ Name | Type | Description | Notes
71
72
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
72
73
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
73
74
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
75
+ **repository** | **String**| Repository referenced by HREF | [optional]
74
76
  **repository_version** | [**String**](.md)| Repository Version referenced by HREF | [optional]
75
77
  **fields** | **String**| A list of fields to include in the response. | [optional]
76
78
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
@@ -33,6 +33,7 @@ module PulpcoreClient
33
33
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
34
34
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
35
35
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
36
+ # @option opts [String] :repository Repository referenced by HREF
36
37
  # @option opts [String] :repository_version Repository Version referenced by HREF
37
38
  # @option opts [String] :fields A list of fields to include in the response.
38
39
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -56,6 +57,7 @@ module PulpcoreClient
56
57
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
57
58
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
58
59
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
60
+ # @option opts [String] :repository Repository referenced by HREF
59
61
  # @option opts [String] :repository_version Repository Version referenced by HREF
60
62
  # @option opts [String] :fields A list of fields to include in the response.
61
63
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -80,6 +82,7 @@ module PulpcoreClient
80
82
  query_params[:'pulp_created__lt'] = opts[:'pulp_created__lt'] if !opts[:'pulp_created__lt'].nil?
81
83
  query_params[:'pulp_created__lte'] = opts[:'pulp_created__lte'] if !opts[:'pulp_created__lte'].nil?
82
84
  query_params[:'pulp_created__range'] = @api_client.build_collection_param(opts[:'pulp_created__range'], :csv) if !opts[:'pulp_created__range'].nil?
85
+ query_params[:'repository'] = opts[:'repository'] if !opts[:'repository'].nil?
83
86
  query_params[:'repository_version'] = opts[:'repository_version'] if !opts[:'repository_version'].nil?
84
87
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
85
88
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.20.0.dev1651466287'
14
+ VERSION = '3.20.0.dev1651808666'
15
15
  end
@@ -47,6 +47,7 @@ describe 'PublicationsApi' do
47
47
  # @option opts [DateTime] :pulp_created__lt Filter results where pulp_created is less than value
48
48
  # @option opts [DateTime] :pulp_created__lte Filter results where pulp_created is less than or equal to value
49
49
  # @option opts [Array<DateTime>] :pulp_created__range Filter results where pulp_created is between two comma separated values
50
+ # @option opts [String] :repository Repository referenced by HREF
50
51
  # @option opts [String] :repository_version Repository Version referenced by HREF
51
52
  # @option opts [String] :fields A list of fields to include in the response.
52
53
  # @option opts [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: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.20.0.dev1651466287
4
+ version: 3.20.0.dev1651808666
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-02 00:00:00.000000000 Z
11
+ date: 2022-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday