pulp_ostree_client 2.0.0a7.dev1660020346 → 2.0.0a7.dev1660103594

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d0b6d29025e13ac68f9f6f140e2b5ddfbae85ee6248ee87f8d8a203324425d6
4
- data.tar.gz: 37edcdee5e7938db6c3cd28beef4337a3a9eb5988f2ce47dc882be2e3270df73
3
+ metadata.gz: '0569089b19a02875bae8028489c3ed3f12cd024c5dc799b073fba83f2bc0be43'
4
+ data.tar.gz: 0eb4071dec9c1ec78a2807c25014598a15720972baacd8bf7925f85de406216a
5
5
  SHA512:
6
- metadata.gz: ce4fcf48bc3ca22562cc57d5fed48c82d09853b8a53a0bc7bfd3d9fb3b9d741f78c75b329921d6609b0043fc4b4bc27bd492dcbac6b1b16f7ace50734fcc46ff
7
- data.tar.gz: d6cdabc068846627bd2b7ca8d47f8084ed399057f76819b4c8922a35972a8df5668c5b4841cc7f6720efca76aef2de35bcb8c5f1208eb18bd60a1cc7ec725052
6
+ metadata.gz: 72336dfbeea86b62bd307132b70c60cfc0212b0be985929621362877da06c3ee2af6a1c70164b119bf1548ae9ec7d2bc4497b4b8c099418489ab992befebb689
7
+ data.tar.gz: 97604a5e9dfeff00f639f360afb479c3dd9cd1e9c48126f39ea00f082b3ad24a1471704413a2a2661c9d44febf53fca9d23d1d432bce923a014eaf1bccf1f46a
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: 2.0.0a7.dev1660020346
10
+ - Package version: 2.0.0a7.dev1660103594
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_ostree_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ostree_client-2.0.0a7.dev1660020346.gem
27
+ gem install ./pulp_ostree_client-2.0.0a7.dev1660103594.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a7.dev1660020346.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a7.dev1660103594.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_ostree_client', '~> 2.0.0a7.dev1660020346'
36
+ gem 'pulp_ostree_client', '~> 2.0.0a7.dev1660103594'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -264,6 +264,7 @@ opts = {
264
264
  offset: 56, # Integer | The initial index from which to return the results.
265
265
  ordering: ['ordering_example'], # Array<String> | Ordering
266
266
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
267
+ remote: 'remote_example', # String | Foreign Key referenced by HREF
267
268
  fields: 'fields_example', # String | A list of fields to include in the response.
268
269
  exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
269
270
  }
@@ -291,6 +292,7 @@ Name | Type | Description | Notes
291
292
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
292
293
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
293
294
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
295
+ **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
294
296
  **fields** | **String**| A list of fields to include in the response. | [optional]
295
297
  **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
296
298
 
@@ -297,6 +297,7 @@ module PulpOstreeClient
297
297
  # @option opts [Integer] :offset The initial index from which to return the results.
298
298
  # @option opts [Array<String>] :ordering Ordering
299
299
  # @option opts [String] :pulp_label_select Filter labels by search string
300
+ # @option opts [String] :remote Foreign Key referenced by HREF
300
301
  # @option opts [String] :fields A list of fields to include in the response.
301
302
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
302
303
  # @return [PaginatedostreeOstreeRepositoryResponseList]
@@ -317,6 +318,7 @@ module PulpOstreeClient
317
318
  # @option opts [Integer] :offset The initial index from which to return the results.
318
319
  # @option opts [Array<String>] :ordering Ordering
319
320
  # @option opts [String] :pulp_label_select Filter labels by search string
321
+ # @option opts [String] :remote Foreign Key referenced by HREF
320
322
  # @option opts [String] :fields A list of fields to include in the response.
321
323
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
322
324
  # @return [Array<(PaginatedostreeOstreeRepositoryResponseList, Integer, Hash)>] PaginatedostreeOstreeRepositoryResponseList data, response status code and response headers
@@ -342,6 +344,7 @@ module PulpOstreeClient
342
344
  query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
343
345
  query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
344
346
  query_params[:'pulp_label_select'] = opts[:'pulp_label_select'] if !opts[:'pulp_label_select'].nil?
347
+ query_params[:'remote'] = opts[:'remote'] if !opts[:'remote'].nil?
345
348
  query_params[:'fields'] = opts[:'fields'] if !opts[:'fields'].nil?
346
349
  query_params[:'exclude_fields'] = opts[:'exclude_fields'] if !opts[:'exclude_fields'].nil?
347
350
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpOstreeClient
14
- VERSION = '2.0.0a7.dev1660020346'
14
+ VERSION = '2.0.0a7.dev1660103594'
15
15
  end
@@ -95,6 +95,7 @@ describe 'RepositoriesOstreeApi' do
95
95
  # @option opts [Integer] :offset The initial index from which to return the results.
96
96
  # @option opts [Array<String>] :ordering Ordering
97
97
  # @option opts [String] :pulp_label_select Filter labels by search string
98
+ # @option opts [String] :remote Foreign Key referenced by HREF
98
99
  # @option opts [String] :fields A list of fields to include in the response.
99
100
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
100
101
  # @return [PaginatedostreeOstreeRepositoryResponseList]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_ostree_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0a7.dev1660020346
4
+ version: 2.0.0a7.dev1660103594
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-08-09 00:00:00.000000000 Z
11
+ date: 2022-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday