cloudsmith-api 0.53.1 → 0.53.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be0f5251bd963602da9ad745b20e352f4a17efce5bf23cf51c563d58ed7f2b9b
4
- data.tar.gz: 333221eb85802b94bb995c2fe32476de6efda60259d8a983386c2cd679c3e31f
3
+ metadata.gz: f996e5d0ec7be4e13c9f3016ed1c90b9662aaa3fcbf6e17faa7509a53e0af5eb
4
+ data.tar.gz: 3318eeb1beb67d059495c331a153d09a37927ddaf03e57b6e4f5fc46fd54bcd8
5
5
  SHA512:
6
- metadata.gz: e7401e4078ddaee20b5addfed40d24e6076b5e7e66be366f1529fe4311d519fb223bd9426ec7c61d585e787d05d2d400eeb0d9f11eed8356101e19b26f31bc5c
7
- data.tar.gz: 0e3f9b12f55f130b0231f34b024fcf96c082709a01c62b1e510382f1e39c6014091063d4d9c2221e478a0de7329ac03f9a4f0eb3e20409da1b3deab903fef036
6
+ metadata.gz: 574ffdd8e566b23b8f83647e5b5d1873cc1af328fe633bc2aa35e8610c6c71659a3a6ffd895f7f7fbd74cdddf426b8c2829f0f7256eedd72947238314ebc0ef7
7
+ data.tar.gz: 7162da48657aefcb777756b18c73bf42b4bb6cb4c26670c56f4f57af5b4ed20eb2e613f96da80d30036c27c11ba5ffbcef8396927d7e5a60f068a310aa115c58
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudsmith-api (0.53.1)
4
+ cloudsmith-api (0.53.3)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
data/README.md CHANGED
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 0.53.1
10
+ - Package version: 0.53.3
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
13
13
 
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./cloudsmith-api-0.53.1.gem
27
+ gem install ./cloudsmith-api-0.53.3.gem
28
28
  ```
29
- (for development, run `gem install --dev ./cloudsmith-api-0.53.1.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./cloudsmith-api-0.53.3.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'cloudsmith-api', '~> 0.53.1'
35
+ gem 'cloudsmith-api', '~> 0.53.3'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -178,10 +178,10 @@ Class | Method | HTTP request | Description
178
178
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_ruby**](docs/PackagesApi.md#packages_validate_upload_ruby) | **POST** /packages/{owner}/{repo}/validate-upload/ruby/ | Validate parameters for create Ruby package
179
179
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_terraform**](docs/PackagesApi.md#packages_validate_upload_terraform) | **POST** /packages/{owner}/{repo}/validate-upload/terraform/ | Validate parameters for create Terraform package
180
180
  *CloudsmithApi::PackagesApi* | [**packages_validate_upload_vagrant**](docs/PackagesApi.md#packages_validate_upload_vagrant) | **POST** /packages/{owner}/{repo}/validate-upload/vagrant/ | Validate parameters for create Vagrant package
181
- *CloudsmithApi::QuotaApi* | [**quota_history_list**](docs/QuotaApi.md#quota_history_list) | **GET** /quota/{owner}/history/ | Quota history for a given namespace.
182
- *CloudsmithApi::QuotaApi* | [**quota_list**](docs/QuotaApi.md#quota_list) | **GET** /quota/{owner}/ | Quota usage for a given namespace.
183
- *CloudsmithApi::QuotaApi* | [**quota_oss_history_list**](docs/QuotaApi.md#quota_oss_history_list) | **GET** /quota/{owner}/oss/history/ | Open-source Quota history for a given namespace.
184
- *CloudsmithApi::QuotaApi* | [**quota_oss_list**](docs/QuotaApi.md#quota_oss_list) | **GET** /quota/{owner}/oss/ | Open-source Quota usage for a given namespace.
181
+ *CloudsmithApi::QuotaApi* | [**quota_history_read**](docs/QuotaApi.md#quota_history_read) | **GET** /quota/history/{owner}/ | Quota history for a given namespace.
182
+ *CloudsmithApi::QuotaApi* | [**quota_oss_history_read**](docs/QuotaApi.md#quota_oss_history_read) | **GET** /quota/oss/history/{owner}/ | Open-source Quota history for a given namespace.
183
+ *CloudsmithApi::QuotaApi* | [**quota_oss_read**](docs/QuotaApi.md#quota_oss_read) | **GET** /quota/oss/{owner}/ | Open-source Quota usage for a given namespace.
184
+ *CloudsmithApi::QuotaApi* | [**quota_read**](docs/QuotaApi.md#quota_read) | **GET** /quota/{owner}/ | Quota usage for a given namespace.
185
185
  *CloudsmithApi::RatesApi* | [**rates_limits_list**](docs/RatesApi.md#rates_limits_list) | **GET** /rates/limits/ | Endpoint to check rate limits for current user.
186
186
  *CloudsmithApi::ReposApi* | [**repos_all_list**](docs/ReposApi.md#repos_all_list) | **GET** /repos/ | Get a list of all repositories associated with current user.
187
187
  *CloudsmithApi::ReposApi* | [**repos_create**](docs/ReposApi.md#repos_create) | **POST** /repos/{owner}/ | Create a new repository in a given namespace.
@@ -279,7 +279,7 @@ Class | Method | HTTP request | Description
279
279
  - [CloudsmithApi::PackagesownerrepoFiles](docs/PackagesownerrepoFiles.md)
280
280
  - [CloudsmithApi::Quota](docs/Quota.md)
281
281
  - [CloudsmithApi::QuotaHistory](docs/QuotaHistory.md)
282
- - [CloudsmithApi::QuotaownerhistoryHistory](docs/QuotaownerhistoryHistory.md)
282
+ - [CloudsmithApi::QuotaHistoryHistory](docs/QuotaHistoryHistory.md)
283
283
  - [CloudsmithApi::RawPackageUpload](docs/RawPackageUpload.md)
284
284
  - [CloudsmithApi::ReposCreate](docs/ReposCreate.md)
285
285
  - [CloudsmithApi::ReposGpgKeys](docs/ReposGpgKeys.md)
data/build.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gemName": "cloudsmith-api",
9
9
  "gemRequiredRubyVersion": ">= 1.9",
10
10
  "gemSummary": "Cloudsmith API",
11
- "gemVersion": "0.53.1",
11
+ "gemVersion": "0.53.3",
12
12
  "hideGenerationTimestamp": true,
13
13
  "moduleName": "CloudsmithApi",
14
14
  "sortParamsByRequiredFlag": true
@@ -4,14 +4,14 @@ All URIs are relative to *https://api.cloudsmith.io*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**quota_history_list**](QuotaApi.md#quota_history_list) | **GET** /quota/{owner}/history/ | Quota history for a given namespace.
8
- [**quota_list**](QuotaApi.md#quota_list) | **GET** /quota/{owner}/ | Quota usage for a given namespace.
9
- [**quota_oss_history_list**](QuotaApi.md#quota_oss_history_list) | **GET** /quota/{owner}/oss/history/ | Open-source Quota history for a given namespace.
10
- [**quota_oss_list**](QuotaApi.md#quota_oss_list) | **GET** /quota/{owner}/oss/ | Open-source Quota usage for a given namespace.
7
+ [**quota_history_read**](QuotaApi.md#quota_history_read) | **GET** /quota/history/{owner}/ | Quota history for a given namespace.
8
+ [**quota_oss_history_read**](QuotaApi.md#quota_oss_history_read) | **GET** /quota/oss/history/{owner}/ | Open-source Quota history for a given namespace.
9
+ [**quota_oss_read**](QuotaApi.md#quota_oss_read) | **GET** /quota/oss/{owner}/ | Open-source Quota usage for a given namespace.
10
+ [**quota_read**](QuotaApi.md#quota_read) | **GET** /quota/{owner}/ | Quota usage for a given namespace.
11
11
 
12
12
 
13
- # **quota_history_list**
14
- > Array<QuotaHistory> quota_history_list(owner, opts)
13
+ # **quota_history_read**
14
+ > QuotaHistory quota_history_read(owner)
15
15
 
16
16
  Quota history for a given namespace.
17
17
 
@@ -38,17 +38,13 @@ api_instance = CloudsmithApi::QuotaApi.new
38
38
 
39
39
  owner = "owner_example" # String |
40
40
 
41
- opts = {
42
- page: 56, # Integer | A page number within the paginated result set.
43
- page_size: 56 # Integer | Number of results to return per page.
44
- }
45
41
 
46
42
  begin
47
43
  #Quota history for a given namespace.
48
- result = api_instance.quota_history_list(owner, opts)
44
+ result = api_instance.quota_history_read(owner)
49
45
  p result
50
46
  rescue CloudsmithApi::ApiError => e
51
- puts "Exception when calling QuotaApi->quota_history_list: #{e}"
47
+ puts "Exception when calling QuotaApi->quota_history_read: #{e}"
52
48
  end
53
49
  ```
54
50
 
@@ -57,12 +53,10 @@ end
57
53
  Name | Type | Description | Notes
58
54
  ------------- | ------------- | ------------- | -------------
59
55
  **owner** | **String**| |
60
- **page** | **Integer**| A page number within the paginated result set. | [optional]
61
- **page_size** | **Integer**| Number of results to return per page. | [optional]
62
56
 
63
57
  ### Return type
64
58
 
65
- [**Array<QuotaHistory>**](QuotaHistory.md)
59
+ [**QuotaHistory**](QuotaHistory.md)
66
60
 
67
61
  ### Authorization
68
62
 
@@ -75,12 +69,12 @@ Name | Type | Description | Notes
75
69
 
76
70
 
77
71
 
78
- # **quota_list**
79
- > Array<Quota> quota_list(owner, opts)
72
+ # **quota_oss_history_read**
73
+ > QuotaHistory quota_oss_history_read(owner)
80
74
 
81
- Quota usage for a given namespace.
75
+ Open-source Quota history for a given namespace.
82
76
 
83
- Quota usage for a given namespace.
77
+ Open-source Quota history for a given namespace.
84
78
 
85
79
  ### Example
86
80
  ```ruby
@@ -103,17 +97,13 @@ api_instance = CloudsmithApi::QuotaApi.new
103
97
 
104
98
  owner = "owner_example" # String |
105
99
 
106
- opts = {
107
- page: 56, # Integer | A page number within the paginated result set.
108
- page_size: 56 # Integer | Number of results to return per page.
109
- }
110
100
 
111
101
  begin
112
- #Quota usage for a given namespace.
113
- result = api_instance.quota_list(owner, opts)
102
+ #Open-source Quota history for a given namespace.
103
+ result = api_instance.quota_oss_history_read(owner)
114
104
  p result
115
105
  rescue CloudsmithApi::ApiError => e
116
- puts "Exception when calling QuotaApi->quota_list: #{e}"
106
+ puts "Exception when calling QuotaApi->quota_oss_history_read: #{e}"
117
107
  end
118
108
  ```
119
109
 
@@ -122,12 +112,10 @@ end
122
112
  Name | Type | Description | Notes
123
113
  ------------- | ------------- | ------------- | -------------
124
114
  **owner** | **String**| |
125
- **page** | **Integer**| A page number within the paginated result set. | [optional]
126
- **page_size** | **Integer**| Number of results to return per page. | [optional]
127
115
 
128
116
  ### Return type
129
117
 
130
- [**Array<Quota>**](Quota.md)
118
+ [**QuotaHistory**](QuotaHistory.md)
131
119
 
132
120
  ### Authorization
133
121
 
@@ -140,12 +128,12 @@ Name | Type | Description | Notes
140
128
 
141
129
 
142
130
 
143
- # **quota_oss_history_list**
144
- > Array<QuotaHistory> quota_oss_history_list(owner, opts)
131
+ # **quota_oss_read**
132
+ > Quota quota_oss_read(owner)
145
133
 
146
- Open-source Quota history for a given namespace.
134
+ Open-source Quota usage for a given namespace.
147
135
 
148
- Open-source Quota history for a given namespace.
136
+ Open-source Quota usage for a given namespace.
149
137
 
150
138
  ### Example
151
139
  ```ruby
@@ -168,17 +156,13 @@ api_instance = CloudsmithApi::QuotaApi.new
168
156
 
169
157
  owner = "owner_example" # String |
170
158
 
171
- opts = {
172
- page: 56, # Integer | A page number within the paginated result set.
173
- page_size: 56 # Integer | Number of results to return per page.
174
- }
175
159
 
176
160
  begin
177
- #Open-source Quota history for a given namespace.
178
- result = api_instance.quota_oss_history_list(owner, opts)
161
+ #Open-source Quota usage for a given namespace.
162
+ result = api_instance.quota_oss_read(owner)
179
163
  p result
180
164
  rescue CloudsmithApi::ApiError => e
181
- puts "Exception when calling QuotaApi->quota_oss_history_list: #{e}"
165
+ puts "Exception when calling QuotaApi->quota_oss_read: #{e}"
182
166
  end
183
167
  ```
184
168
 
@@ -187,12 +171,10 @@ end
187
171
  Name | Type | Description | Notes
188
172
  ------------- | ------------- | ------------- | -------------
189
173
  **owner** | **String**| |
190
- **page** | **Integer**| A page number within the paginated result set. | [optional]
191
- **page_size** | **Integer**| Number of results to return per page. | [optional]
192
174
 
193
175
  ### Return type
194
176
 
195
- [**Array<QuotaHistory>**](QuotaHistory.md)
177
+ [**Quota**](Quota.md)
196
178
 
197
179
  ### Authorization
198
180
 
@@ -205,12 +187,12 @@ Name | Type | Description | Notes
205
187
 
206
188
 
207
189
 
208
- # **quota_oss_list**
209
- > Array<Quota> quota_oss_list(owner, opts)
190
+ # **quota_read**
191
+ > Quota quota_read(owner)
210
192
 
211
- Open-source Quota usage for a given namespace.
193
+ Quota usage for a given namespace.
212
194
 
213
- Open-source Quota usage for a given namespace.
195
+ Quota usage for a given namespace.
214
196
 
215
197
  ### Example
216
198
  ```ruby
@@ -233,17 +215,13 @@ api_instance = CloudsmithApi::QuotaApi.new
233
215
 
234
216
  owner = "owner_example" # String |
235
217
 
236
- opts = {
237
- page: 56, # Integer | A page number within the paginated result set.
238
- page_size: 56 # Integer | Number of results to return per page.
239
- }
240
218
 
241
219
  begin
242
- #Open-source Quota usage for a given namespace.
243
- result = api_instance.quota_oss_list(owner, opts)
220
+ #Quota usage for a given namespace.
221
+ result = api_instance.quota_read(owner)
244
222
  p result
245
223
  rescue CloudsmithApi::ApiError => e
246
- puts "Exception when calling QuotaApi->quota_oss_list: #{e}"
224
+ puts "Exception when calling QuotaApi->quota_read: #{e}"
247
225
  end
248
226
  ```
249
227
 
@@ -252,12 +230,10 @@ end
252
230
  Name | Type | Description | Notes
253
231
  ------------- | ------------- | ------------- | -------------
254
232
  **owner** | **String**| |
255
- **page** | **Integer**| A page number within the paginated result set. | [optional]
256
- **page_size** | **Integer**| Number of results to return per page. | [optional]
257
233
 
258
234
  ### Return type
259
235
 
260
- [**Array<Quota>**](Quota.md)
236
+ [**Quota**](Quota.md)
261
237
 
262
238
  ### Authorization
263
239
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **history** | [**Array<QuotaownerhistoryHistory>**](QuotaownerhistoryHistory.md) | |
6
+ **history** | [**Array<QuotaHistoryHistory>**](QuotaHistoryHistory.md) | |
7
7
 
8
8
 
@@ -1,4 +1,4 @@
1
- # CloudsmithApi::QuotaownerhistoryHistory
1
+ # CloudsmithApi::QuotaHistoryHistory
2
2
 
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
@@ -92,7 +92,7 @@ require 'cloudsmith-api/models/packagesownerrepo_architectures'
92
92
  require 'cloudsmith-api/models/packagesownerrepo_files'
93
93
  require 'cloudsmith-api/models/quota'
94
94
  require 'cloudsmith-api/models/quota_history'
95
- require 'cloudsmith-api/models/quotaownerhistory_history'
95
+ require 'cloudsmith-api/models/quota_history_history'
96
96
  require 'cloudsmith-api/models/raw_package_upload'
97
97
  require 'cloudsmith-api/models/repos_create'
98
98
  require 'cloudsmith-api/models/repos_gpg_keys'
@@ -24,11 +24,9 @@ module CloudsmithApi
24
24
  # Quota history for a given namespace.
25
25
  # @param owner
26
26
  # @param [Hash] opts the optional parameters
27
- # @option opts [Integer] :page A page number within the paginated result set.
28
- # @option opts [Integer] :page_size Number of results to return per page.
29
- # @return [Array<QuotaHistory>]
30
- def quota_history_list(owner, opts = {})
31
- data, _status_code, _headers = quota_history_list_with_http_info(owner, opts)
27
+ # @return [QuotaHistory]
28
+ def quota_history_read(owner, opts = {})
29
+ data, _status_code, _headers = quota_history_read_with_http_info(owner, opts)
32
30
  return data
33
31
  end
34
32
 
@@ -36,24 +34,20 @@ module CloudsmithApi
36
34
  # Quota history for a given namespace.
37
35
  # @param owner
38
36
  # @param [Hash] opts the optional parameters
39
- # @option opts [Integer] :page A page number within the paginated result set.
40
- # @option opts [Integer] :page_size Number of results to return per page.
41
- # @return [Array<(Array<QuotaHistory>, Fixnum, Hash)>] Array<QuotaHistory> data, response status code and response headers
42
- def quota_history_list_with_http_info(owner, opts = {})
37
+ # @return [Array<(QuotaHistory, Fixnum, Hash)>] QuotaHistory data, response status code and response headers
38
+ def quota_history_read_with_http_info(owner, opts = {})
43
39
  if @api_client.config.debugging
44
- @api_client.config.logger.debug "Calling API: QuotaApi.quota_history_list ..."
40
+ @api_client.config.logger.debug "Calling API: QuotaApi.quota_history_read ..."
45
41
  end
46
42
  # verify the required parameter 'owner' is set
47
43
  if @api_client.config.client_side_validation && owner.nil?
48
- fail ArgumentError, "Missing the required parameter 'owner' when calling QuotaApi.quota_history_list"
44
+ fail ArgumentError, "Missing the required parameter 'owner' when calling QuotaApi.quota_history_read"
49
45
  end
50
46
  # resource path
51
- local_var_path = "/quota/{owner}/history/".sub('{' + 'owner' + '}', owner.to_s)
47
+ local_var_path = "/quota/history/{owner}/".sub('{' + 'owner' + '}', owner.to_s)
52
48
 
53
49
  # query parameters
54
50
  query_params = {}
55
- query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
56
- query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
57
51
 
58
52
  # header parameters
59
53
  header_params = {}
@@ -70,47 +64,41 @@ module CloudsmithApi
70
64
  :form_params => form_params,
71
65
  :body => post_body,
72
66
  :auth_names => auth_names,
73
- :return_type => 'Array<QuotaHistory>')
67
+ :return_type => 'QuotaHistory')
74
68
  if @api_client.config.debugging
75
- @api_client.config.logger.debug "API called: QuotaApi#quota_history_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
69
+ @api_client.config.logger.debug "API called: QuotaApi#quota_history_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
76
70
  end
77
71
  return data, status_code, headers
78
72
  end
79
73
 
80
- # Quota usage for a given namespace.
81
- # Quota usage for a given namespace.
74
+ # Open-source Quota history for a given namespace.
75
+ # Open-source Quota history for a given namespace.
82
76
  # @param owner
83
77
  # @param [Hash] opts the optional parameters
84
- # @option opts [Integer] :page A page number within the paginated result set.
85
- # @option opts [Integer] :page_size Number of results to return per page.
86
- # @return [Array<Quota>]
87
- def quota_list(owner, opts = {})
88
- data, _status_code, _headers = quota_list_with_http_info(owner, opts)
78
+ # @return [QuotaHistory]
79
+ def quota_oss_history_read(owner, opts = {})
80
+ data, _status_code, _headers = quota_oss_history_read_with_http_info(owner, opts)
89
81
  return data
90
82
  end
91
83
 
92
- # Quota usage for a given namespace.
93
- # Quota usage for a given namespace.
84
+ # Open-source Quota history for a given namespace.
85
+ # Open-source Quota history for a given namespace.
94
86
  # @param owner
95
87
  # @param [Hash] opts the optional parameters
96
- # @option opts [Integer] :page A page number within the paginated result set.
97
- # @option opts [Integer] :page_size Number of results to return per page.
98
- # @return [Array<(Array<Quota>, Fixnum, Hash)>] Array<Quota> data, response status code and response headers
99
- def quota_list_with_http_info(owner, opts = {})
88
+ # @return [Array<(QuotaHistory, Fixnum, Hash)>] QuotaHistory data, response status code and response headers
89
+ def quota_oss_history_read_with_http_info(owner, opts = {})
100
90
  if @api_client.config.debugging
101
- @api_client.config.logger.debug "Calling API: QuotaApi.quota_list ..."
91
+ @api_client.config.logger.debug "Calling API: QuotaApi.quota_oss_history_read ..."
102
92
  end
103
93
  # verify the required parameter 'owner' is set
104
94
  if @api_client.config.client_side_validation && owner.nil?
105
- fail ArgumentError, "Missing the required parameter 'owner' when calling QuotaApi.quota_list"
95
+ fail ArgumentError, "Missing the required parameter 'owner' when calling QuotaApi.quota_oss_history_read"
106
96
  end
107
97
  # resource path
108
- local_var_path = "/quota/{owner}/".sub('{' + 'owner' + '}', owner.to_s)
98
+ local_var_path = "/quota/oss/history/{owner}/".sub('{' + 'owner' + '}', owner.to_s)
109
99
 
110
100
  # query parameters
111
101
  query_params = {}
112
- query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
113
- query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
114
102
 
115
103
  # header parameters
116
104
  header_params = {}
@@ -127,47 +115,41 @@ module CloudsmithApi
127
115
  :form_params => form_params,
128
116
  :body => post_body,
129
117
  :auth_names => auth_names,
130
- :return_type => 'Array<Quota>')
118
+ :return_type => 'QuotaHistory')
131
119
  if @api_client.config.debugging
132
- @api_client.config.logger.debug "API called: QuotaApi#quota_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
120
+ @api_client.config.logger.debug "API called: QuotaApi#quota_oss_history_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
133
121
  end
134
122
  return data, status_code, headers
135
123
  end
136
124
 
137
- # Open-source Quota history for a given namespace.
138
- # Open-source Quota history for a given namespace.
125
+ # Open-source Quota usage for a given namespace.
126
+ # Open-source Quota usage for a given namespace.
139
127
  # @param owner
140
128
  # @param [Hash] opts the optional parameters
141
- # @option opts [Integer] :page A page number within the paginated result set.
142
- # @option opts [Integer] :page_size Number of results to return per page.
143
- # @return [Array<QuotaHistory>]
144
- def quota_oss_history_list(owner, opts = {})
145
- data, _status_code, _headers = quota_oss_history_list_with_http_info(owner, opts)
129
+ # @return [Quota]
130
+ def quota_oss_read(owner, opts = {})
131
+ data, _status_code, _headers = quota_oss_read_with_http_info(owner, opts)
146
132
  return data
147
133
  end
148
134
 
149
- # Open-source Quota history for a given namespace.
150
- # Open-source Quota history for a given namespace.
135
+ # Open-source Quota usage for a given namespace.
136
+ # Open-source Quota usage for a given namespace.
151
137
  # @param owner
152
138
  # @param [Hash] opts the optional parameters
153
- # @option opts [Integer] :page A page number within the paginated result set.
154
- # @option opts [Integer] :page_size Number of results to return per page.
155
- # @return [Array<(Array<QuotaHistory>, Fixnum, Hash)>] Array<QuotaHistory> data, response status code and response headers
156
- def quota_oss_history_list_with_http_info(owner, opts = {})
139
+ # @return [Array<(Quota, Fixnum, Hash)>] Quota data, response status code and response headers
140
+ def quota_oss_read_with_http_info(owner, opts = {})
157
141
  if @api_client.config.debugging
158
- @api_client.config.logger.debug "Calling API: QuotaApi.quota_oss_history_list ..."
142
+ @api_client.config.logger.debug "Calling API: QuotaApi.quota_oss_read ..."
159
143
  end
160
144
  # verify the required parameter 'owner' is set
161
145
  if @api_client.config.client_side_validation && owner.nil?
162
- fail ArgumentError, "Missing the required parameter 'owner' when calling QuotaApi.quota_oss_history_list"
146
+ fail ArgumentError, "Missing the required parameter 'owner' when calling QuotaApi.quota_oss_read"
163
147
  end
164
148
  # resource path
165
- local_var_path = "/quota/{owner}/oss/history/".sub('{' + 'owner' + '}', owner.to_s)
149
+ local_var_path = "/quota/oss/{owner}/".sub('{' + 'owner' + '}', owner.to_s)
166
150
 
167
151
  # query parameters
168
152
  query_params = {}
169
- query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
170
- query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
171
153
 
172
154
  # header parameters
173
155
  header_params = {}
@@ -184,47 +166,41 @@ module CloudsmithApi
184
166
  :form_params => form_params,
185
167
  :body => post_body,
186
168
  :auth_names => auth_names,
187
- :return_type => 'Array<QuotaHistory>')
169
+ :return_type => 'Quota')
188
170
  if @api_client.config.debugging
189
- @api_client.config.logger.debug "API called: QuotaApi#quota_oss_history_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
171
+ @api_client.config.logger.debug "API called: QuotaApi#quota_oss_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
190
172
  end
191
173
  return data, status_code, headers
192
174
  end
193
175
 
194
- # Open-source Quota usage for a given namespace.
195
- # Open-source Quota usage for a given namespace.
176
+ # Quota usage for a given namespace.
177
+ # Quota usage for a given namespace.
196
178
  # @param owner
197
179
  # @param [Hash] opts the optional parameters
198
- # @option opts [Integer] :page A page number within the paginated result set.
199
- # @option opts [Integer] :page_size Number of results to return per page.
200
- # @return [Array<Quota>]
201
- def quota_oss_list(owner, opts = {})
202
- data, _status_code, _headers = quota_oss_list_with_http_info(owner, opts)
180
+ # @return [Quota]
181
+ def quota_read(owner, opts = {})
182
+ data, _status_code, _headers = quota_read_with_http_info(owner, opts)
203
183
  return data
204
184
  end
205
185
 
206
- # Open-source Quota usage for a given namespace.
207
- # Open-source Quota usage for a given namespace.
186
+ # Quota usage for a given namespace.
187
+ # Quota usage for a given namespace.
208
188
  # @param owner
209
189
  # @param [Hash] opts the optional parameters
210
- # @option opts [Integer] :page A page number within the paginated result set.
211
- # @option opts [Integer] :page_size Number of results to return per page.
212
- # @return [Array<(Array<Quota>, Fixnum, Hash)>] Array<Quota> data, response status code and response headers
213
- def quota_oss_list_with_http_info(owner, opts = {})
190
+ # @return [Array<(Quota, Fixnum, Hash)>] Quota data, response status code and response headers
191
+ def quota_read_with_http_info(owner, opts = {})
214
192
  if @api_client.config.debugging
215
- @api_client.config.logger.debug "Calling API: QuotaApi.quota_oss_list ..."
193
+ @api_client.config.logger.debug "Calling API: QuotaApi.quota_read ..."
216
194
  end
217
195
  # verify the required parameter 'owner' is set
218
196
  if @api_client.config.client_side_validation && owner.nil?
219
- fail ArgumentError, "Missing the required parameter 'owner' when calling QuotaApi.quota_oss_list"
197
+ fail ArgumentError, "Missing the required parameter 'owner' when calling QuotaApi.quota_read"
220
198
  end
221
199
  # resource path
222
- local_var_path = "/quota/{owner}/oss/".sub('{' + 'owner' + '}', owner.to_s)
200
+ local_var_path = "/quota/{owner}/".sub('{' + 'owner' + '}', owner.to_s)
223
201
 
224
202
  # query parameters
225
203
  query_params = {}
226
- query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
227
- query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
228
204
 
229
205
  # header parameters
230
206
  header_params = {}
@@ -241,9 +217,9 @@ module CloudsmithApi
241
217
  :form_params => form_params,
242
218
  :body => post_body,
243
219
  :auth_names => auth_names,
244
- :return_type => 'Array<Quota>')
220
+ :return_type => 'Quota')
245
221
  if @api_client.config.debugging
246
- @api_client.config.logger.debug "API called: QuotaApi#quota_oss_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
222
+ @api_client.config.logger.debug "API called: QuotaApi#quota_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
247
223
  end
248
224
  return data, status_code, headers
249
225
  end
@@ -29,7 +29,7 @@ module CloudsmithApi
29
29
  # Attribute type mapping.
30
30
  def self.swagger_types
31
31
  {
32
- :'history' => :'Array<QuotaownerhistoryHistory>'
32
+ :'history' => :'Array<QuotaHistoryHistory>'
33
33
  }
34
34
  end
35
35
 
@@ -14,7 +14,7 @@ require 'date'
14
14
 
15
15
  module CloudsmithApi
16
16
 
17
- class QuotaownerhistoryHistory
17
+ class QuotaHistoryHistory
18
18
  #
19
19
  attr_accessor :days
20
20
 
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.2.3
11
11
  =end
12
12
 
13
13
  module CloudsmithApi
14
- VERSION = "0.53.1"
14
+ VERSION = "0.53.3"
15
15
  end
@@ -32,57 +32,49 @@ describe 'QuotaApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for quota_history_list
35
+ # unit tests for quota_history_read
36
36
  # Quota history for a given namespace.
37
37
  # Quota history for a given namespace.
38
38
  # @param owner
39
39
  # @param [Hash] opts the optional parameters
40
- # @option opts [Integer] :page A page number within the paginated result set.
41
- # @option opts [Integer] :page_size Number of results to return per page.
42
- # @return [Array<QuotaHistory>]
43
- describe 'quota_history_list test' do
40
+ # @return [QuotaHistory]
41
+ describe 'quota_history_read test' do
44
42
  it "should work" do
45
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
46
44
  end
47
45
  end
48
46
 
49
- # unit tests for quota_list
50
- # Quota usage for a given namespace.
51
- # Quota usage for a given namespace.
47
+ # unit tests for quota_oss_history_read
48
+ # Open-source Quota history for a given namespace.
49
+ # Open-source Quota history for a given namespace.
52
50
  # @param owner
53
51
  # @param [Hash] opts the optional parameters
54
- # @option opts [Integer] :page A page number within the paginated result set.
55
- # @option opts [Integer] :page_size Number of results to return per page.
56
- # @return [Array<Quota>]
57
- describe 'quota_list test' do
52
+ # @return [QuotaHistory]
53
+ describe 'quota_oss_history_read test' do
58
54
  it "should work" do
59
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
56
  end
61
57
  end
62
58
 
63
- # unit tests for quota_oss_history_list
64
- # Open-source Quota history for a given namespace.
65
- # Open-source Quota history for a given namespace.
59
+ # unit tests for quota_oss_read
60
+ # Open-source Quota usage for a given namespace.
61
+ # Open-source Quota usage for a given namespace.
66
62
  # @param owner
67
63
  # @param [Hash] opts the optional parameters
68
- # @option opts [Integer] :page A page number within the paginated result set.
69
- # @option opts [Integer] :page_size Number of results to return per page.
70
- # @return [Array<QuotaHistory>]
71
- describe 'quota_oss_history_list test' do
64
+ # @return [Quota]
65
+ describe 'quota_oss_read test' do
72
66
  it "should work" do
73
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
68
  end
75
69
  end
76
70
 
77
- # unit tests for quota_oss_list
78
- # Open-source Quota usage for a given namespace.
79
- # Open-source Quota usage for a given namespace.
71
+ # unit tests for quota_read
72
+ # Quota usage for a given namespace.
73
+ # Quota usage for a given namespace.
80
74
  # @param owner
81
75
  # @param [Hash] opts the optional parameters
82
- # @option opts [Integer] :page A page number within the paginated result set.
83
- # @option opts [Integer] :page_size Number of results to return per page.
84
- # @return [Array<Quota>]
85
- describe 'quota_oss_list test' do
76
+ # @return [Quota]
77
+ describe 'quota_read test' do
86
78
  it "should work" do
87
79
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
80
  end
@@ -14,22 +14,22 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for CloudsmithApi::QuotaownerhistoryHistory
17
+ # Unit tests for CloudsmithApi::QuotaHistoryHistory
18
18
  # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
19
  # Please update as you see appropriate
20
- describe 'QuotaownerhistoryHistory' do
20
+ describe 'QuotaHistoryHistory' do
21
21
  before do
22
22
  # run before each test
23
- @instance = CloudsmithApi::QuotaownerhistoryHistory.new
23
+ @instance = CloudsmithApi::QuotaHistoryHistory.new
24
24
  end
25
25
 
26
26
  after do
27
27
  # run after each test
28
28
  end
29
29
 
30
- describe 'test an instance of QuotaownerhistoryHistory' do
31
- it 'should create an instance of QuotaownerhistoryHistory' do
32
- expect(@instance).to be_instance_of(CloudsmithApi::QuotaownerhistoryHistory)
30
+ describe 'test an instance of QuotaHistoryHistory' do
31
+ it 'should create an instance of QuotaHistoryHistory' do
32
+ expect(@instance).to be_instance_of(CloudsmithApi::QuotaHistoryHistory)
33
33
  end
34
34
  end
35
35
  describe 'test attribute "days"' do
@@ -1,5 +1,5 @@
1
1
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.17/ext/fsevent
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200916-885-vnwvvo.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200917-886-1z08udu.rb extconf.rb
3
3
 
4
4
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.17/ext/fsevent
5
5
  make "DESTDIR=" clean
@@ -1,5 +1,5 @@
1
1
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200916-885-1wqe1u9.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200917-886-qfy8a5.rb extconf.rb
3
3
  checking for ffi_prep_closure_loc() in -lffi... yes
4
4
  checking for ffi_prep_cif_var()... yes
5
5
  checking for ffi_raw_call()... yes
@@ -39,4 +39,4 @@ linking shared-object ffi_c.so
39
39
 
40
40
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c
41
41
  make "DESTDIR=" install
42
- /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20200916-885-1fp3qaa
42
+ /usr/bin/install -c -m 0755 ffi_c.so ./.gem.20200917-886-1rfdxmy
@@ -1,5 +1,5 @@
1
1
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200916-885-1jbij4h.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20200917-886-z5n0iu.rb extconf.rb
3
3
  creating Makefile
4
4
 
5
5
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(vendorlibdir)/$(sitearch)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20200916-885-1fp3qaa
35
- sitelibdir = $(DESTDIR)./.gem.20200916-885-1fp3qaa
34
+ sitearchdir = $(DESTDIR)./.gem.20200917-886-1rfdxmy
35
+ sitelibdir = $(DESTDIR)./.gem.20200917-886-1rfdxmy
36
36
  sitedir = $(rubylibprefix)/site_ruby
37
37
  rubyarchdir = $(rubylibdir)/$(arch)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -141,7 +141,7 @@ LIBS = $(LIBRUBYARG_SHARED) -lffi -lffi -lm -lc
141
141
  ORIG_SRCS = AbstractMemory.c ArrayType.c Buffer.c Call.c ClosurePool.c DynamicLibrary.c Function.c FunctionInfo.c LastError.c LongDouble.c MappedType.c MemoryPointer.c MethodHandle.c Platform.c Pointer.c Struct.c StructByValue.c StructLayout.c Thread.c Type.c Types.c Variadic.c ffi.c
142
142
  SRCS = $(ORIG_SRCS)
143
143
  OBJS = AbstractMemory.o ArrayType.o Buffer.o Call.o ClosurePool.o DynamicLibrary.o Function.o FunctionInfo.o LastError.o LongDouble.o MappedType.o MemoryPointer.o MethodHandle.o Platform.o Pointer.o Struct.o StructByValue.o StructLayout.o Thread.o Type.o Types.o Variadic.o ffi.o
144
- HDRS = $(srcdir)/extconf.h $(srcdir)/AbstractMemory.h $(srcdir)/Type.h $(srcdir)/ClosurePool.h $(srcdir)/Pointer.h $(srcdir)/MemoryPointer.h $(srcdir)/Types.h $(srcdir)/Struct.h $(srcdir)/LastError.h $(srcdir)/LongDouble.h $(srcdir)/MethodHandle.h $(srcdir)/Call.h $(srcdir)/MappedType.h $(srcdir)/DynamicLibrary.h $(srcdir)/rbffi.h $(srcdir)/ArrayType.h $(srcdir)/compat.h $(srcdir)/Thread.h $(srcdir)/Function.h $(srcdir)/rbffi_endian.h $(srcdir)/Platform.h $(srcdir)/StructByValue.h
144
+ HDRS = $(srcdir)/ArrayType.h $(srcdir)/Pointer.h $(srcdir)/Type.h $(srcdir)/Struct.h $(srcdir)/rbffi_endian.h $(srcdir)/MethodHandle.h $(srcdir)/LastError.h $(srcdir)/StructByValue.h $(srcdir)/extconf.h $(srcdir)/Types.h $(srcdir)/ClosurePool.h $(srcdir)/LongDouble.h $(srcdir)/rbffi.h $(srcdir)/Platform.h $(srcdir)/Function.h $(srcdir)/DynamicLibrary.h $(srcdir)/Call.h $(srcdir)/MappedType.h $(srcdir)/Thread.h $(srcdir)/compat.h $(srcdir)/MemoryPointer.h $(srcdir)/AbstractMemory.h
145
145
  LOCAL_HDRS =
146
146
  TARGET = ffi_c
147
147
  TARGET_NAME = ffi_c
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.require_paths = ["lib".freeze]
11
11
  s.authors = ["Daniel J. Berger".freeze]
12
12
  s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIEcDCCAtigAwIBAgIBATANBgkqhkiG9w0BAQsFADA/MREwDwYDVQQDDAhkamJl\ncmc5NjEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29t\nMB4XDTE4MDMxODE1MjIwN1oXDTI4MDMxNTE1MjIwN1owPzERMA8GA1UEAwwIZGpi\nZXJnOTYxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv\nbTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALgfaroVM6CI06cxr0/h\nA+j+pc8fgpRgBVmHFaFunq28GPC3IvW7Nvc3Y8SnAW7pP1EQIbhlwRIaQzJ93/yj\nu95KpkP7tA9erypnV7dpzBkzNlX14ACaFD/6pHoXoe2ltBxk3CCyyzx70mTqJpph\n75IB03ni9a8yqn8pmse+s83bFJOAqddSj009sGPcQO+QOWiNxqYv1n5EHcvj2ebO\n6hN7YTmhx7aSia4qL/quc4DlIaGMWoAhvML7u1fmo53CYxkKskfN8MOecq2vfEmL\niLu+SsVVEAufMDDFMXMJlvDsviolUSGMSNRTujkyCcJoXKYYxZSNtIiyd9etI0X3\nctu0uhrFyrMZXCedutvXNjUolD5r9KGBFSWH1R9u2I3n3SAyFF2yzv/7idQHLJJq\n74BMnx0FIq6fCpu5slAipvxZ3ZkZpEXZFr3cIBtO1gFvQWW7E/Y3ijliWJS1GQFq\n058qERadHGu1yu1dojmFRo6W2KZvY9al2yIlbkpDrD5MYQIDAQABo3cwdTAJBgNV\nHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQUFZsMapgzJimzsbaBG2Tm8j5e\nAzgwHQYDVR0RBBYwFIESZGpiZXJnOTZAZ21haWwuY29tMB0GA1UdEgQWMBSBEmRq\nYmVyZzk2QGdtYWlsLmNvbTANBgkqhkiG9w0BAQsFAAOCAYEAW2tnYixXQtKxgGXq\n/3iSWG2bLwvxS4go3srO+aRXZHrFUMlJ5W0mCxl03aazxxKTsVVpZD8QZxvK91OQ\nh9zr9JBYqCLcCVbr8SkmYCi/laxIZxsNE5YI8cC8vvlLI7AMgSfPSnn/Epq1GjGY\n6L1iRcEDtanGCIvjqlCXO9+BmsnCfEVehqZkQHeYczA03tpOWb6pon2wzvMKSsKH\nks0ApVdstSLz1kzzAqem/uHdG9FyXdbTAwH1G4ZPv69sQAFAOCgAqYmdnzedsQtE\n1LQfaQrx0twO+CZJPcRLEESjq8ScQxWRRkfuh2VeR7cEU7L7KqT10mtUwrvw7APf\nDYoeCY9KyjIBjQXfbj2ke5u1hZj94Fsq9FfbEQg8ygCgwThnmkTrrKEiMSs3alYR\nORVCZpRuCPpmC8qmqxUnARDArzucjaclkxjLWvCVHeFa9UP7K3Nl9oTjJNv+7/jM\nWZs4eecIcUc4tKdHxcAJ0MO/Dkqq7hGaiHpwKY76wQ1+8xAh\n-----END CERTIFICATE-----\n".freeze]
13
- s.date = "2020-09-16"
13
+ s.date = "2020-09-17"
14
14
  s.description = " The sys-uname library provides an interface for gathering information\n about your current platform. The library is named after the Unix 'uname'\n command but also works on MS Windows. Available information includes\n OS name, OS version, system name and so on. Additional information is\n available for certain platforms.\n".freeze
15
15
  s.email = "djberg96@gmail.com".freeze
16
16
  s.extra_rdoc_files = ["CHANGES.rdoc".freeze, "MANIFEST.rdoc".freeze, "README.rdoc".freeze]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudsmith-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.1
4
+ version: 0.53.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cloudsmith Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-16 00:00:00.000000000 Z
11
+ date: 2020-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -288,7 +288,7 @@ files:
288
288
  - docs/Quota.md
289
289
  - docs/QuotaApi.md
290
290
  - docs/QuotaHistory.md
291
- - docs/QuotaownerhistoryHistory.md
291
+ - docs/QuotaHistoryHistory.md
292
292
  - docs/RatesApi.md
293
293
  - docs/RawPackageUpload.md
294
294
  - docs/ReposApi.md
@@ -415,7 +415,7 @@ files:
415
415
  - lib/cloudsmith-api/models/packagesownerrepo_files.rb
416
416
  - lib/cloudsmith-api/models/quota.rb
417
417
  - lib/cloudsmith-api/models/quota_history.rb
418
- - lib/cloudsmith-api/models/quotaownerhistory_history.rb
418
+ - lib/cloudsmith-api/models/quota_history_history.rb
419
419
  - lib/cloudsmith-api/models/raw_package_upload.rb
420
420
  - lib/cloudsmith-api/models/repos_create.rb
421
421
  - lib/cloudsmith-api/models/repos_gpg_keys.rb
@@ -531,9 +531,9 @@ files:
531
531
  - spec/models/packages_validateupload_vagrant_spec.rb
532
532
  - spec/models/packagesownerrepo_architectures_spec.rb
533
533
  - spec/models/packagesownerrepo_files_spec.rb
534
+ - spec/models/quota_history_history_spec.rb
534
535
  - spec/models/quota_history_spec.rb
535
536
  - spec/models/quota_spec.rb
536
- - spec/models/quotaownerhistory_history_spec.rb
537
537
  - spec/models/raw_package_upload_spec.rb
538
538
  - spec/models/repos_create_spec.rb
539
539
  - spec/models/repos_gpg_keys_spec.rb
@@ -2453,121 +2453,121 @@ signing_key:
2453
2453
  specification_version: 4
2454
2454
  summary: Cloudsmith API
2455
2455
  test_files:
2456
- - spec/api/orgs_api_spec.rb
2457
- - spec/api/entitlements_api_spec.rb
2456
+ - spec/api/status_api_spec.rb
2457
+ - spec/api/users_api_spec.rb
2458
2458
  - spec/api/distros_api_spec.rb
2459
- - spec/api/webhooks_api_spec.rb
2460
- - spec/api/quota_api_spec.rb
2461
- - spec/api/namespaces_api_spec.rb
2462
2459
  - spec/api/packages_api_spec.rb
2463
- - spec/api/metrics_api_spec.rb
2464
- - spec/api/users_api_spec.rb
2465
- - spec/api/repos_api_spec.rb
2466
- - spec/api/status_api_spec.rb
2467
- - spec/api/badges_api_spec.rb
2468
2460
  - spec/api/files_api_spec.rb
2461
+ - spec/api/orgs_api_spec.rb
2469
2462
  - spec/api/rates_api_spec.rb
2470
- - spec/api/user_api_spec.rb
2463
+ - spec/api/entitlements_api_spec.rb
2464
+ - spec/api/quota_api_spec.rb
2471
2465
  - spec/api/formats_api_spec.rb
2466
+ - spec/api/user_api_spec.rb
2467
+ - spec/api/badges_api_spec.rb
2468
+ - spec/api/webhooks_api_spec.rb
2469
+ - spec/api/repos_api_spec.rb
2470
+ - spec/api/namespaces_api_spec.rb
2472
2471
  - spec/api/storageregions_api_spec.rb
2472
+ - spec/api/metrics_api_spec.rb
2473
2473
  - spec/api_client_spec.rb
2474
2474
  - spec/configuration_spec.rb
2475
- - spec/models/resources_rate_check_spec.rb
2476
- - spec/models/packages_validateupload_maven_spec.rb
2477
- - spec/models/packages_upload_docker_spec.rb
2478
- - spec/models/package_status_spec.rb
2479
- - spec/models/packages_upload_python_spec.rb
2480
- - spec/models/packages_validateupload_alpine_spec.rb
2481
- - spec/models/packages_upload_conan_spec.rb
2482
- - spec/models/repository_token_refresh_spec.rb
2483
- - spec/models/files_validate_spec.rb
2484
- - spec/models/vagrant_package_upload_spec.rb
2485
2475
  - spec/models/entitlements_sync_spec.rb
2486
- - spec/models/repos_partial_update_spec.rb
2487
- - spec/models/packages_validateupload_go_spec.rb
2488
- - spec/models/maven_package_upload_spec.rb
2489
- - spec/models/entitlements_refresh_spec.rb
2490
- - spec/models/packages_validateupload_nuget_spec.rb
2491
- - spec/models/conan_package_upload_spec.rb
2492
- - spec/models/packages_validateupload_cran_spec.rb
2493
- - spec/models/repository_token_spec.rb
2494
- - spec/models/packages_validateupload_deb_spec.rb
2495
- - spec/models/repository_spec.rb
2496
- - spec/models/packages_upload_dart_spec.rb
2497
- - spec/models/entitlements_create_spec.rb
2498
- - spec/models/packages_upload_luarocks_spec.rb
2499
- - spec/models/quota_history_spec.rb
2500
- - spec/models/packages_validateupload_luarocks_spec.rb
2501
- - spec/models/organization_spec.rb
2502
- - spec/models/entitlements_partial_update_spec.rb
2503
- - spec/models/repos_gpg_keys_spec.rb
2504
- - spec/models/packages_upload_npm_spec.rb
2505
- - spec/models/packages_upload_terraform_spec.rb
2506
2476
  - spec/models/repos_create_spec.rb
2507
- - spec/models/packages_upload_rpm_spec.rb
2508
- - spec/models/alpine_package_upload_spec.rb
2509
- - spec/models/files_abort_spec.rb
2477
+ - spec/models/packages_validateupload_luarocks_spec.rb
2510
2478
  - spec/models/package_spec.rb
2511
- - spec/models/package_move_spec.rb
2512
- - spec/models/packages_upload_composer_spec.rb
2513
- - spec/models/packages_move_spec.rb
2514
- - spec/models/packages_upload_cran_spec.rb
2515
- - spec/models/packages_validateupload_cocoapods_spec.rb
2516
- - spec/models/packages_upload_alpine_spec.rb
2517
- - spec/models/user_token_create_spec.rb
2518
- - spec/models/package_file_parts_upload_spec.rb
2519
- - spec/models/user_auth_token_spec.rb
2520
- - spec/models/packages_validateupload_terraform_spec.rb
2521
- - spec/models/packagesownerrepo_architectures_spec.rb
2522
- - spec/models/quota_spec.rb
2523
- - spec/models/webhooksownerrepo_templates_spec.rb
2524
- - spec/models/packages_validateupload_helm_spec.rb
2525
- - spec/models/distribution_spec.rb
2526
- - spec/models/packages_validateupload_rpm_spec.rb
2527
- - spec/models/packages_validateupload_cargo_spec.rb
2528
- - spec/models/packages_copy_spec.rb
2529
- - spec/models/raw_package_upload_spec.rb
2530
- - spec/models/packages_validateupload_docker_spec.rb
2531
- - spec/models/packages_upload_maven_spec.rb
2532
2479
  - spec/models/packages_validateupload_dart_spec.rb
2533
- - spec/models/packages_validateupload_raw_spec.rb
2534
- - spec/models/files_complete_spec.rb
2535
- - spec/models/packages_upload_nuget_spec.rb
2536
- - spec/models/distros_versions_spec.rb
2537
- - spec/models/user_profile_spec.rb
2480
+ - spec/models/packages_validateupload_rpm_spec.rb
2481
+ - spec/models/package_file_upload_spec.rb
2482
+ - spec/models/repository_token_spec.rb
2538
2483
  - spec/models/packages_upload_helm_spec.rb
2539
- - spec/models/packages_upload_go_spec.rb
2540
- - spec/models/metricsownerrepopackagesusage_active_packages_spec.rb
2541
- - spec/models/format_spec.rb
2484
+ - spec/models/packages_validateupload_deb_spec.rb
2542
2485
  - spec/models/packages_upload_raw_spec.rb
2543
- - spec/models/packagesownerrepo_files_spec.rb
2486
+ - spec/models/packages_upload_cran_spec.rb
2487
+ - spec/models/packages_upload_docker_spec.rb
2488
+ - spec/models/packages_validateupload_raw_spec.rb
2489
+ - spec/models/packages_validateupload_npm_spec.rb
2490
+ - spec/models/metricsownerrepopackagesusage_active_packages_spec.rb
2491
+ - spec/models/entitlements_partial_update_spec.rb
2492
+ - spec/models/files_complete_spec.rb
2493
+ - spec/models/packages_validateupload_ruby_spec.rb
2494
+ - spec/models/packages_upload_maven_spec.rb
2544
2495
  - spec/models/formats_distributions_spec.rb
2545
- - spec/models/packages_upload_vagrant_spec.rb
2546
- - spec/models/packages_upload_cocoapods_spec.rb
2547
- - spec/models/packages_validateupload_vagrant_spec.rb
2548
- - spec/models/packages_upload_ruby_spec.rb
2549
- - spec/models/repository_token_sync_tokens_spec.rb
2550
- - spec/models/repository_token_sync_spec.rb
2551
- - spec/models/webhooks_partial_update_spec.rb
2552
- - spec/models/packages_validateupload_composer_spec.rb
2496
+ - spec/models/vagrant_package_upload_spec.rb
2497
+ - spec/models/raw_package_upload_spec.rb
2498
+ - spec/models/format_spec.rb
2553
2499
  - spec/models/packages_validateupload_python_spec.rb
2554
- - spec/models/package_file_upload_spec.rb
2555
2500
  - spec/models/entitlement_token_metric_spec.rb
2556
- - spec/models/packages_validateupload_ruby_spec.rb
2501
+ - spec/models/packages_upload_python_spec.rb
2502
+ - spec/models/packages_validateupload_alpine_spec.rb
2503
+ - spec/models/packages_validateupload_maven_spec.rb
2557
2504
  - spec/models/repository_webhook_spec.rb
2558
- - spec/models/packages_tag_spec.rb
2559
- - spec/models/status_spec.rb
2505
+ - spec/models/files_abort_spec.rb
2506
+ - spec/models/files_create_spec.rb
2507
+ - spec/models/status_basic_spec.rb
2508
+ - spec/models/packages_upload_composer_spec.rb
2509
+ - spec/models/package_move_spec.rb
2510
+ - spec/models/package_copy_spec.rb
2511
+ - spec/models/repos_partial_update_spec.rb
2512
+ - spec/models/repos_gpg_keys_spec.rb
2513
+ - spec/models/packages_upload_dart_spec.rb
2514
+ - spec/models/quota_spec.rb
2515
+ - spec/models/packages_upload_terraform_spec.rb
2516
+ - spec/models/packages_validateupload_cargo_spec.rb
2517
+ - spec/models/packages_validateupload_cocoapods_spec.rb
2518
+ - spec/models/packages_upload_luarocks_spec.rb
2519
+ - spec/models/packages_upload_conan_spec.rb
2520
+ - spec/models/packages_validateupload_vagrant_spec.rb
2521
+ - spec/models/namespace_spec.rb
2522
+ - spec/models/distros_versions_spec.rb
2560
2523
  - spec/models/storage_region_spec.rb
2524
+ - spec/models/user_profile_spec.rb
2525
+ - spec/models/packagesownerrepo_files_spec.rb
2526
+ - spec/models/packages_upload_go_spec.rb
2561
2527
  - spec/models/webhooks_create_spec.rb
2562
- - spec/models/namespace_spec.rb
2528
+ - spec/models/packages_upload_rpm_spec.rb
2563
2529
  - spec/models/packages_upload_cargo_spec.rb
2564
- - spec/models/status_basic_spec.rb
2530
+ - spec/models/package_usage_metric_spec.rb
2531
+ - spec/models/packages_validateupload_composer_spec.rb
2532
+ - spec/models/packages_copy_spec.rb
2533
+ - spec/models/repository_token_sync_tokens_spec.rb
2534
+ - spec/models/files_validate_spec.rb
2535
+ - spec/models/packages_upload_alpine_spec.rb
2536
+ - spec/models/webhooksownerrepo_templates_spec.rb
2537
+ - spec/models/status_spec.rb
2538
+ - spec/models/distribution_spec.rb
2539
+ - spec/models/packages_upload_cocoapods_spec.rb
2540
+ - spec/models/quota_history_history_spec.rb
2541
+ - spec/models/packages_validateupload_cran_spec.rb
2542
+ - spec/models/packages_upload_npm_spec.rb
2543
+ - spec/models/packages_upload_nuget_spec.rb
2544
+ - spec/models/packagesownerrepo_architectures_spec.rb
2565
2545
  - spec/models/packages_validateupload_conan_spec.rb
2566
- - spec/models/package_copy_spec.rb
2567
- - spec/models/files_create_spec.rb
2546
+ - spec/models/packages_tag_spec.rb
2547
+ - spec/models/packages_validateupload_go_spec.rb
2548
+ - spec/models/maven_package_upload_spec.rb
2549
+ - spec/models/user_auth_token_spec.rb
2550
+ - spec/models/conan_package_upload_spec.rb
2551
+ - spec/models/resources_rate_check_spec.rb
2552
+ - spec/models/packages_validateupload_helm_spec.rb
2553
+ - spec/models/repository_token_sync_spec.rb
2554
+ - spec/models/package_file_parts_upload_spec.rb
2555
+ - spec/models/alpine_package_upload_spec.rb
2556
+ - spec/models/packages_upload_ruby_spec.rb
2557
+ - spec/models/repository_token_refresh_spec.rb
2558
+ - spec/models/entitlements_create_spec.rb
2559
+ - spec/models/organization_spec.rb
2560
+ - spec/models/repository_spec.rb
2561
+ - spec/models/packages_upload_vagrant_spec.rb
2562
+ - spec/models/webhooks_partial_update_spec.rb
2563
+ - spec/models/packages_move_spec.rb
2564
+ - spec/models/entitlements_refresh_spec.rb
2565
+ - spec/models/user_token_create_spec.rb
2566
+ - spec/models/packages_validateupload_nuget_spec.rb
2567
+ - spec/models/packages_validateupload_terraform_spec.rb
2568
2568
  - spec/models/user_brief_spec.rb
2569
- - spec/models/package_usage_metric_spec.rb
2570
- - spec/models/quotaownerhistory_history_spec.rb
2571
- - spec/models/packages_validateupload_npm_spec.rb
2569
+ - spec/models/quota_history_spec.rb
2572
2570
  - spec/models/packages_upload_deb_spec.rb
2571
+ - spec/models/package_status_spec.rb
2572
+ - spec/models/packages_validateupload_docker_spec.rb
2573
2573
  - spec/spec_helper.rb