pulp_ostree_client 2.0.0a6 → 2.0.0a7.dev1670123313

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_ostree_client might be problematic. Click here for more details.

Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/docs/ContentCommitsApi.md +8 -8
  4. data/docs/ContentConfigsApi.md +8 -8
  5. data/docs/ContentObjectsApi.md +8 -8
  6. data/docs/ContentRefsApi.md +8 -8
  7. data/docs/ContentSummariesApi.md +8 -8
  8. data/docs/DistributionsOstreeApi.md +14 -12
  9. data/docs/OstreeOstreeRemoteResponse.md +2 -0
  10. data/docs/OstreeOstreeRemoteResponseHiddenFields.md +19 -0
  11. data/docs/RemotesOstreeApi.md +12 -12
  12. data/docs/RepositoriesOstreeApi.md +12 -10
  13. data/docs/RepositoriesOstreeVersionsApi.md +12 -12
  14. data/lib/pulp_ostree_client/api/content_commits_api.rb +13 -13
  15. data/lib/pulp_ostree_client/api/content_configs_api.rb +12 -12
  16. data/lib/pulp_ostree_client/api/content_objects_api.rb +13 -13
  17. data/lib/pulp_ostree_client/api/content_refs_api.rb +13 -13
  18. data/lib/pulp_ostree_client/api/content_summaries_api.rb +12 -12
  19. data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +20 -17
  20. data/lib/pulp_ostree_client/api/remotes_ostree_api.rb +17 -17
  21. data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +18 -15
  22. data/lib/pulp_ostree_client/api/repositories_ostree_versions_api.rb +17 -17
  23. data/lib/pulp_ostree_client/api_client.rb +1 -1
  24. data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +13 -1
  25. data/lib/pulp_ostree_client/models/ostree_ostree_remote_response_hidden_fields.rb +215 -0
  26. data/lib/pulp_ostree_client/version.rb +1 -1
  27. data/lib/pulp_ostree_client.rb +1 -0
  28. data/pulp_ostree_client.gemspec +3 -3
  29. data/spec/api/content_commits_api_spec.rb +4 -4
  30. data/spec/api/content_configs_api_spec.rb +4 -4
  31. data/spec/api/content_objects_api_spec.rb +4 -4
  32. data/spec/api/content_refs_api_spec.rb +4 -4
  33. data/spec/api/content_summaries_api_spec.rb +4 -4
  34. data/spec/api/distributions_ostree_api_spec.rb +7 -6
  35. data/spec/api/remotes_ostree_api_spec.rb +6 -6
  36. data/spec/api/repositories_ostree_api_spec.rb +6 -5
  37. data/spec/api/repositories_ostree_versions_api_spec.rb +6 -6
  38. data/spec/models/ostree_ostree_remote_response_hidden_fields_spec.rb +47 -0
  39. data/spec/models/ostree_ostree_remote_response_spec.rb +6 -0
  40. metadata +41 -38
  41. data/git_push.sh +0 -58
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21f66086909a0b3a934c9f360ff955a8539ae26ee50b87a99d2d8de9621d72df
4
- data.tar.gz: 9e4ef8da5bdd90ab3eda3e776e57b7c6f3f32244b38bbc6273e3dbbf54d36abb
3
+ metadata.gz: a23751ba887f1a58a803dc7c1e622e353c3248e9da194b7dd5904f310a4ae6e0
4
+ data.tar.gz: 77ab74e5c2fc73115a28eed6841515c6d5a74d56e86c4be47cf27fbf0325535b
5
5
  SHA512:
6
- metadata.gz: b8ce9dbc541cf34eb6df420da88c2365b10f409d8392155c977242581bb5ce729c47cc94029ecebbb4c74d98ef06881895ef026a156addf00f8e6d6b42b074ee
7
- data.tar.gz: 888774fb5c87e0e3aa1ea3c2a950bda95f2bf28c3ccdfc7c7ad5c6f93b3efa53bc9d14a968cf002d04d987ff0b0c5ed3c30b5a2fcf4ddc8734a1d386009ba91d
6
+ metadata.gz: 484c1b6cdd887e1180683c6da90e4b43112612207ea8a46107a7a72275f7b0076b944807d245baca73c5e9cccbd2a723eed812d33f8a78d4d466ad4665551885
7
+ data.tar.gz: b9a6f4fb7c0870a0eb9be62debb3643d8b3a2cacb2d86344175019b9f30d2810055447f5fcd6cb052a32c6aabad35635ca8c03a4fced4b00035aed083ef29294
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.0a6
10
+ - Package version: 2.0.0a7.dev1670123313
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.0a6.gem
27
+ gem install ./pulp_ostree_client-2.0.0a7.dev1670123313.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a6.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a7.dev1670123313.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.0a6'
36
+ gem 'pulp_ostree_client', '~> 2.0.0a7.dev1670123313'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -73,8 +73,8 @@ opts = {
73
73
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
74
74
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
75
75
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
76
- fields: 'fields_example', # String | A list of fields to include in the response.
77
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
76
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
77
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
78
78
  }
79
79
 
80
80
  begin
@@ -145,6 +145,7 @@ Class | Method | HTTP request | Description
145
145
  - [PulpOstreeClient::OstreeOstreeRefResponse](docs/OstreeOstreeRefResponse.md)
146
146
  - [PulpOstreeClient::OstreeOstreeRemote](docs/OstreeOstreeRemote.md)
147
147
  - [PulpOstreeClient::OstreeOstreeRemoteResponse](docs/OstreeOstreeRemoteResponse.md)
148
+ - [PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields](docs/OstreeOstreeRemoteResponseHiddenFields.md)
148
149
  - [PulpOstreeClient::OstreeOstreeRepository](docs/OstreeOstreeRepository.md)
149
150
  - [PulpOstreeClient::OstreeOstreeRepositoryResponse](docs/OstreeOstreeRepositoryResponse.md)
150
151
  - [PulpOstreeClient::OstreeOstreeSummaryResponse](docs/OstreeOstreeSummaryResponse.md)
@@ -38,8 +38,8 @@ opts = {
38
38
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
39
39
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
40
40
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
41
- fields: 'fields_example', # String | A list of fields to include in the response.
42
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
41
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
42
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
43
43
  }
44
44
 
45
45
  begin
@@ -63,8 +63,8 @@ Name | Type | Description | Notes
63
63
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
64
64
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
65
65
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
66
- **fields** | **String**| A list of fields to include in the response. | [optional]
67
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
66
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
67
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
68
68
 
69
69
  ### Return type
70
70
 
@@ -103,8 +103,8 @@ end
103
103
  api_instance = PulpOstreeClient::ContentCommitsApi.new
104
104
  ostree_ostree_commit_href = 'ostree_ostree_commit_href_example' # String |
105
105
  opts = {
106
- fields: 'fields_example', # String | A list of fields to include in the response.
107
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
106
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
107
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
108
108
  }
109
109
 
110
110
  begin
@@ -122,8 +122,8 @@ end
122
122
  Name | Type | Description | Notes
123
123
  ------------- | ------------- | ------------- | -------------
124
124
  **ostree_ostree_commit_href** | **String**| |
125
- **fields** | **String**| A list of fields to include in the response. | [optional]
126
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
125
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
126
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
127
127
 
128
128
  ### Return type
129
129
 
@@ -37,8 +37,8 @@ opts = {
37
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
- fields: 'fields_example', # String | A list of fields to include in the response.
41
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
42
  }
43
43
 
44
44
  begin
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
61
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
- **fields** | **String**| A list of fields to include in the response. | [optional]
65
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
@@ -101,8 +101,8 @@ end
101
101
  api_instance = PulpOstreeClient::ContentConfigsApi.new
102
102
  ostree_ostree_config_href = 'ostree_ostree_config_href_example' # String |
103
103
  opts = {
104
- fields: 'fields_example', # String | A list of fields to include in the response.
105
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
104
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
105
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
106
106
  }
107
107
 
108
108
  begin
@@ -120,8 +120,8 @@ end
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **ostree_ostree_config_href** | **String**| |
123
- **fields** | **String**| A list of fields to include in the response. | [optional]
124
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
125
125
 
126
126
  ### Return type
127
127
 
@@ -38,8 +38,8 @@ opts = {
38
38
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
39
39
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
40
40
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
41
- fields: 'fields_example', # String | A list of fields to include in the response.
42
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
41
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
42
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
43
43
  }
44
44
 
45
45
  begin
@@ -63,8 +63,8 @@ Name | Type | Description | Notes
63
63
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
64
64
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
65
65
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
66
- **fields** | **String**| A list of fields to include in the response. | [optional]
67
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
66
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
67
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
68
68
 
69
69
  ### Return type
70
70
 
@@ -103,8 +103,8 @@ end
103
103
  api_instance = PulpOstreeClient::ContentObjectsApi.new
104
104
  ostree_ostree_object_href = 'ostree_ostree_object_href_example' # String |
105
105
  opts = {
106
- fields: 'fields_example', # String | A list of fields to include in the response.
107
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
106
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
107
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
108
108
  }
109
109
 
110
110
  begin
@@ -122,8 +122,8 @@ end
122
122
  Name | Type | Description | Notes
123
123
  ------------- | ------------- | ------------- | -------------
124
124
  **ostree_ostree_object_href** | **String**| |
125
- **fields** | **String**| A list of fields to include in the response. | [optional]
126
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
125
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
126
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
127
127
 
128
128
  ### Return type
129
129
 
@@ -43,8 +43,8 @@ opts = {
43
43
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
44
44
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
45
45
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
46
- fields: 'fields_example', # String | A list of fields to include in the response.
47
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
46
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
47
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
48
48
  }
49
49
 
50
50
  begin
@@ -73,8 +73,8 @@ Name | Type | Description | Notes
73
73
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
74
74
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
75
75
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
76
- **fields** | **String**| A list of fields to include in the response. | [optional]
77
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
76
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
77
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
78
78
 
79
79
  ### Return type
80
80
 
@@ -113,8 +113,8 @@ end
113
113
  api_instance = PulpOstreeClient::ContentRefsApi.new
114
114
  ostree_ostree_ref_href = 'ostree_ostree_ref_href_example' # String |
115
115
  opts = {
116
- fields: 'fields_example', # String | A list of fields to include in the response.
117
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
116
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
117
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
118
118
  }
119
119
 
120
120
  begin
@@ -132,8 +132,8 @@ end
132
132
  Name | Type | Description | Notes
133
133
  ------------- | ------------- | ------------- | -------------
134
134
  **ostree_ostree_ref_href** | **String**| |
135
- **fields** | **String**| A list of fields to include in the response. | [optional]
136
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
135
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
136
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
137
137
 
138
138
  ### Return type
139
139
 
@@ -37,8 +37,8 @@ opts = {
37
37
  repository_version: 'repository_version_example', # String | Repository Version referenced by HREF
38
38
  repository_version_added: 'repository_version_added_example', # String | Repository Version referenced by HREF
39
39
  repository_version_removed: 'repository_version_removed_example', # String | Repository Version referenced by HREF
40
- fields: 'fields_example', # String | A list of fields to include in the response.
41
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
40
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
41
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
42
42
  }
43
43
 
44
44
  begin
@@ -61,8 +61,8 @@ Name | Type | Description | Notes
61
61
  **repository_version** | **String**| Repository Version referenced by HREF | [optional]
62
62
  **repository_version_added** | **String**| Repository Version referenced by HREF | [optional]
63
63
  **repository_version_removed** | **String**| Repository Version referenced by HREF | [optional]
64
- **fields** | **String**| A list of fields to include in the response. | [optional]
65
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
64
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
65
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
66
66
 
67
67
  ### Return type
68
68
 
@@ -101,8 +101,8 @@ end
101
101
  api_instance = PulpOstreeClient::ContentSummariesApi.new
102
102
  ostree_ostree_summary_href = 'ostree_ostree_summary_href_example' # String |
103
103
  opts = {
104
- fields: 'fields_example', # String | A list of fields to include in the response.
105
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
104
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
105
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
106
106
  }
107
107
 
108
108
  begin
@@ -120,8 +120,8 @@ end
120
120
  Name | Type | Description | Notes
121
121
  ------------- | ------------- | ------------- | -------------
122
122
  **ostree_ostree_summary_href** | **String**| |
123
- **fields** | **String**| A list of fields to include in the response. | [optional]
124
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
123
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
124
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
125
125
 
126
126
  ### Return type
127
127
 
@@ -141,12 +141,12 @@ end
141
141
 
142
142
  api_instance = PulpOstreeClient::DistributionsOstreeApi.new
143
143
  opts = {
144
- base_path: 'base_path_example', # String |
144
+ base_path: 'base_path_example', # String | Filter results where base_path matches value
145
145
  base_path__contains: 'base_path__contains_example', # String | Filter results where base_path contains value
146
146
  base_path__icontains: 'base_path__icontains_example', # String | Filter results where base_path contains value
147
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 |
149
+ name: 'name_example', # String | Filter results where name matches value
150
150
  name__contains: 'name__contains_example', # String | Filter results where name contains value
151
151
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
152
152
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -154,8 +154,9 @@ 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
- fields: 'fields_example', # String | A list of fields to include in the response.
158
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
157
+ with_content: 'with_content_example', # String | Filter distributions based on the content served by them
158
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
159
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
159
160
  }
160
161
 
161
162
  begin
@@ -172,12 +173,12 @@ end
172
173
 
173
174
  Name | Type | Description | Notes
174
175
  ------------- | ------------- | ------------- | -------------
175
- **base_path** | **String**| | [optional]
176
+ **base_path** | **String**| Filter results where base_path matches value | [optional]
176
177
  **base_path__contains** | **String**| Filter results where base_path contains value | [optional]
177
178
  **base_path__icontains** | **String**| Filter results where base_path contains value | [optional]
178
179
  **base_path__in** | [**Array&lt;String&gt;**](String.md)| Filter results where base_path is in a comma-separated list of values | [optional]
179
180
  **limit** | **Integer**| Number of results to return per page. | [optional]
180
- **name** | **String**| | [optional]
181
+ **name** | **String**| Filter results where name matches value | [optional]
181
182
  **name__contains** | **String**| Filter results where name contains value | [optional]
182
183
  **name__icontains** | **String**| Filter results where name contains value | [optional]
183
184
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -185,8 +186,9 @@ Name | Type | Description | Notes
185
186
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
186
187
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
187
188
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
188
- **fields** | **String**| A list of fields to include in the response. | [optional]
189
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
189
+ **with_content** | **String**| Filter distributions based on the content served by them | [optional]
190
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
191
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
190
192
 
191
193
  ### Return type
192
194
 
@@ -280,8 +282,8 @@ end
280
282
  api_instance = PulpOstreeClient::DistributionsOstreeApi.new
281
283
  ostree_ostree_distribution_href = 'ostree_ostree_distribution_href_example' # String |
282
284
  opts = {
283
- fields: 'fields_example', # String | A list of fields to include in the response.
284
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
285
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
286
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
285
287
  }
286
288
 
287
289
  begin
@@ -299,8 +301,8 @@ end
299
301
  Name | Type | Description | Notes
300
302
  ------------- | ------------- | ------------- | -------------
301
303
  **ostree_ostree_distribution_href** | **String**| |
302
- **fields** | **String**| A list of fields to include in the response. | [optional]
303
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
304
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
305
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
304
306
 
305
307
  ### Return type
306
308
 
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
23
23
  **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
24
24
  **headers** | **Array&lt;Object&gt;** | Headers for aiohttp.Clientsession | [optional]
25
25
  **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
26
+ **hidden_fields** | [**Array&lt;OstreeOstreeRemoteResponseHiddenFields&gt;**](OstreeOstreeRemoteResponseHiddenFields.md) | List of hidden (write only) fields | [optional] [readonly]
26
27
  **depth** | **Integer** | An option to specify how many commits to traverse. | [optional] [default to 0]
27
28
  **include_refs** | **Array&lt;String&gt;** | A list of refs to include during a sync. The wildcards *, ? are recognized. &#39;include_refs&#39; is evaluated before &#39;exclude_refs&#39;. | [optional]
28
29
  **exclude_refs** | **Array&lt;String&gt;** | A list of tags to exclude during a sync. The wildcards *, ? are recognized. &#39;exclude_refs&#39; is evaluated after &#39;include_refs&#39;. | [optional]
@@ -51,6 +52,7 @@ instance = PulpOstreeClient::OstreeOstreeRemoteResponse.new(pulp_href: null,
51
52
  sock_read_timeout: null,
52
53
  headers: null,
53
54
  rate_limit: null,
55
+ hidden_fields: null,
54
56
  depth: null,
55
57
  include_refs: null,
56
58
  exclude_refs: null)
@@ -0,0 +1,19 @@
1
+ # PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **name** | **String** | | [optional]
8
+ **is_set** | **Boolean** | | [optional]
9
+
10
+ ## Code Sample
11
+
12
+ ```ruby
13
+ require 'PulpOstreeClient'
14
+
15
+ instance = PulpOstreeClient::OstreeOstreeRemoteResponseHiddenFields.new(name: null,
16
+ is_set: null)
17
+ ```
18
+
19
+
@@ -142,7 +142,7 @@ end
142
142
  api_instance = PulpOstreeClient::RemotesOstreeApi.new
143
143
  opts = {
144
144
  limit: 56, # Integer | Number of results to return per page.
145
- name: 'name_example', # String |
145
+ name: 'name_example', # String | Filter results where name matches value
146
146
  name__contains: 'name__contains_example', # String | Filter results where name contains value
147
147
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
148
148
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -150,14 +150,14 @@ opts = {
150
150
  offset: 56, # Integer | The initial index from which to return the results.
151
151
  ordering: ['ordering_example'], # Array<String> | Ordering
152
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
153
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated matches value
154
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
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
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
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
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
- fields: 'fields_example', # String | A list of fields to include in the response.
160
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
159
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
160
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
161
161
  }
162
162
 
163
163
  begin
@@ -175,7 +175,7 @@ end
175
175
  Name | Type | Description | Notes
176
176
  ------------- | ------------- | ------------- | -------------
177
177
  **limit** | **Integer**| Number of results to return per page. | [optional]
178
- **name** | **String**| | [optional]
178
+ **name** | **String**| Filter results where name matches value | [optional]
179
179
  **name__contains** | **String**| Filter results where name contains value | [optional]
180
180
  **name__icontains** | **String**| Filter results where name contains value | [optional]
181
181
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -183,14 +183,14 @@ Name | Type | Description | Notes
183
183
  **offset** | **Integer**| The initial index from which to return the results. | [optional]
184
184
  **ordering** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
185
185
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
186
- **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
186
+ **pulp_last_updated** | **DateTime**| Filter results where pulp_last_updated matches value | [optional]
187
187
  **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
188
188
  **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
189
189
  **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
190
190
  **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
191
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
- **fields** | **String**| A list of fields to include in the response. | [optional]
193
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
192
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
193
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
194
194
 
195
195
  ### Return type
196
196
 
@@ -284,8 +284,8 @@ end
284
284
  api_instance = PulpOstreeClient::RemotesOstreeApi.new
285
285
  ostree_ostree_remote_href = 'ostree_ostree_remote_href_example' # String |
286
286
  opts = {
287
- fields: 'fields_example', # String | A list of fields to include in the response.
288
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
287
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
288
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
289
289
  }
290
290
 
291
291
  begin
@@ -303,8 +303,8 @@ end
303
303
  Name | Type | Description | Notes
304
304
  ------------- | ------------- | ------------- | -------------
305
305
  **ostree_ostree_remote_href** | **String**| |
306
- **fields** | **String**| A list of fields to include in the response. | [optional]
307
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
306
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
307
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
308
308
 
309
309
  ### Return type
310
310
 
@@ -256,7 +256,7 @@ end
256
256
  api_instance = PulpOstreeClient::RepositoriesOstreeApi.new
257
257
  opts = {
258
258
  limit: 56, # Integer | Number of results to return per page.
259
- name: 'name_example', # String |
259
+ name: 'name_example', # String | Filter results where name matches value
260
260
  name__contains: 'name__contains_example', # String | Filter results where name contains value
261
261
  name__icontains: 'name__icontains_example', # String | Filter results where name contains value
262
262
  name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
@@ -264,8 +264,9 @@ 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
- fields: 'fields_example', # String | A list of fields to include in the response.
268
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
267
+ remote: 'remote_example', # String | Foreign Key referenced by HREF
268
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
269
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
269
270
  }
270
271
 
271
272
  begin
@@ -283,7 +284,7 @@ end
283
284
  Name | Type | Description | Notes
284
285
  ------------- | ------------- | ------------- | -------------
285
286
  **limit** | **Integer**| Number of results to return per page. | [optional]
286
- **name** | **String**| | [optional]
287
+ **name** | **String**| Filter results where name matches value | [optional]
287
288
  **name__contains** | **String**| Filter results where name contains value | [optional]
288
289
  **name__icontains** | **String**| Filter results where name contains value | [optional]
289
290
  **name__in** | [**Array&lt;String&gt;**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
@@ -291,8 +292,9 @@ 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]
294
- **fields** | **String**| A list of fields to include in the response. | [optional]
295
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
295
+ **remote** | **String**| Foreign Key referenced by HREF | [optional]
296
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
297
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
296
298
 
297
299
  ### Return type
298
300
 
@@ -441,8 +443,8 @@ end
441
443
  api_instance = PulpOstreeClient::RepositoriesOstreeApi.new
442
444
  ostree_ostree_repository_href = 'ostree_ostree_repository_href_example' # String |
443
445
  opts = {
444
- fields: 'fields_example', # String | A list of fields to include in the response.
445
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
446
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
447
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
446
448
  }
447
449
 
448
450
  begin
@@ -460,8 +462,8 @@ end
460
462
  Name | Type | Description | Notes
461
463
  ------------- | ------------- | ------------- | -------------
462
464
  **ostree_ostree_repository_href** | **String**| |
463
- **fields** | **String**| A list of fields to include in the response. | [optional]
464
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
465
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
466
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
465
467
 
466
468
  ### Return type
467
469
 
@@ -90,7 +90,7 @@ opts = {
90
90
  content: 'content_example', # String | Content Unit referenced by HREF
91
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: 56, # Integer |
93
+ number: 56, # Integer | Filter results where number matches value
94
94
  number__gt: 56, # Integer | Filter results where number is greater than value
95
95
  number__gte: 56, # Integer | Filter results where number is greater than or equal to value
96
96
  number__lt: 56, # Integer | Filter results where number is less than value
@@ -98,14 +98,14 @@ opts = {
98
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'], # Array<String> | Ordering
101
- pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
101
+ pulp_created: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created matches value
102
102
  pulp_created__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is greater than value
103
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
104
  pulp_created__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_created is less than value
105
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
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
- fields: 'fields_example', # String | A list of fields to include in the response.
108
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
107
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
108
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
109
109
  }
110
110
 
111
111
  begin
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
126
126
  **content** | **String**| Content Unit referenced by HREF | [optional]
127
127
  **content__in** | **String**| Content Unit referenced by HREF | [optional]
128
128
  **limit** | **Integer**| Number of results to return per page. | [optional]
129
- **number** | **Integer**| | [optional]
129
+ **number** | **Integer**| Filter results where number matches value | [optional]
130
130
  **number__gt** | **Integer**| Filter results where number is greater than value | [optional]
131
131
  **number__gte** | **Integer**| Filter results where number is greater than or equal to value | [optional]
132
132
  **number__lt** | **Integer**| Filter results where number is less than value | [optional]
@@ -134,14 +134,14 @@ Name | Type | Description | Notes
134
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** | [**Array&lt;String&gt;**](String.md)| Ordering | [optional]
137
- **pulp_created** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
137
+ **pulp_created** | **DateTime**| Filter results where pulp_created matches value | [optional]
138
138
  **pulp_created__gt** | **DateTime**| Filter results where pulp_created is greater than value | [optional]
139
139
  **pulp_created__gte** | **DateTime**| Filter results where pulp_created is greater than or equal to value | [optional]
140
140
  **pulp_created__lt** | **DateTime**| Filter results where pulp_created is less than value | [optional]
141
141
  **pulp_created__lte** | **DateTime**| Filter results where pulp_created is less than or equal to value | [optional]
142
142
  **pulp_created__range** | [**Array&lt;DateTime&gt;**](DateTime.md)| Filter results where pulp_created is between two comma separated values | [optional]
143
- **fields** | **String**| A list of fields to include in the response. | [optional]
144
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
143
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
144
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
145
145
 
146
146
  ### Return type
147
147
 
@@ -180,8 +180,8 @@ end
180
180
  api_instance = PulpOstreeClient::RepositoriesOstreeVersionsApi.new
181
181
  ostree_ostree_repository_version_href = 'ostree_ostree_repository_version_href_example' # String |
182
182
  opts = {
183
- fields: 'fields_example', # String | A list of fields to include in the response.
184
- exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
183
+ fields: ['fields_example'], # Array<String> | A list of fields to include in the response.
184
+ exclude_fields: ['exclude_fields_example'] # Array<String> | A list of fields to exclude from the response.
185
185
  }
186
186
 
187
187
  begin
@@ -199,8 +199,8 @@ end
199
199
  Name | Type | Description | Notes
200
200
  ------------- | ------------- | ------------- | -------------
201
201
  **ostree_ostree_repository_version_href** | **String**| |
202
- **fields** | **String**| A list of fields to include in the response. | [optional]
203
- **exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
202
+ **fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to include in the response. | [optional]
203
+ **exclude_fields** | [**Array&lt;String&gt;**](String.md)| A list of fields to exclude from the response. | [optional]
204
204
 
205
205
  ### Return type
206
206