Skip to content

Commit 00aaefc

Browse files
authored
Update version and run bin/generate (#43)
1 parent 2a312cc commit 00aaefc

File tree

287 files changed

+2315
-299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+2315
-299
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,10 @@ docs/UsageRaw.md
275275
docs/UserApi.md
276276
docs/UserAuthToken.md
277277
docs/UserAuthTokenRequest.md
278+
docs/UserAuthenticationToken.md
278279
docs/UserBrief.md
279280
docs/UserProfile.md
281+
docs/UserTokensList200Response.md
280282
docs/UsersApi.md
281283
docs/VagrantPackageUpload.md
282284
docs/VagrantPackageUploadRequest.md
@@ -527,8 +529,10 @@ model_usage_limits_raw.go
527529
model_usage_raw.go
528530
model_user_auth_token.go
529531
model_user_auth_token_request.go
532+
model_user_authentication_token.go
530533
model_user_brief.go
531534
model_user_profile.go
535+
model_user_tokens_list_200_response.go
532536
model_vagrant_package_upload.go
533537
model_vagrant_package_upload_request.go
534538
model_vulnerability.go

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The API to the Cloudsmith Service
55
## Overview
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

8-
- API version: 1.654.0
9-
- Package version: 0.0.45
8+
- API version: 1.674.0
9+
- Package version: 0.0.46
1010
- Generator version: 7.9.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
@@ -361,7 +361,10 @@ Class | Method | HTTP request | Description
361361
*StorageRegionsApi* | [**StorageRegionsList**](docs/StorageRegionsApi.md#storageregionslist) | **Get** /storage-regions/ | Get a list of all available storage regions.
362362
*StorageRegionsApi* | [**StorageRegionsRead**](docs/StorageRegionsApi.md#storageregionsread) | **Get** /storage-regions/{slug}/ | Get a specific storage region.
363363
*UserApi* | [**UserSelf**](docs/UserApi.md#userself) | **Get** /user/self/ | Provide a brief for the current user (if any).
364-
*UserApi* | [**UserTokenCreate**](docs/UserApi.md#usertokencreate) | **Post** /user/token/ | Retrieve/Create API key/token for the authenticated user.
364+
*UserApi* | [**UserTokenCreate**](docs/UserApi.md#usertokencreate) | **Post** /user/token/ | Create or retrieve API token for a user.
365+
*UserApi* | [**UserTokensCreate**](docs/UserApi.md#usertokenscreate) | **Post** /user/tokens/ | Create an API key for the user that is currently authenticated.
366+
*UserApi* | [**UserTokensList**](docs/UserApi.md#usertokenslist) | **Get** /user/tokens/ | Retrieve the API key assigned to the user that is currently authenticated.
367+
*UserApi* | [**UserTokensRefresh**](docs/UserApi.md#usertokensrefresh) | **Put** /user/tokens/{slug_perm}/refresh/ | Refresh the specified API key for the user that is currently authenticated.
365368
*UsersApi* | [**UsersProfileRead**](docs/UsersApi.md#usersprofileread) | **Get** /users/profile/{slug}/ | Provide a brief for the specified user (if any).
366369
*VulnerabilitiesApi* | [**VulnerabilitiesNamespaceList**](docs/VulnerabilitiesApi.md#vulnerabilitiesnamespacelist) | **Get** /vulnerabilities/{owner}/ | Lists scan results for a specific namespace.
367370
*VulnerabilitiesApi* | [**VulnerabilitiesPackageList**](docs/VulnerabilitiesApi.md#vulnerabilitiespackagelist) | **Get** /vulnerabilities/{owner}/{repo}/{package}/ | Lists scan results for a specific package.
@@ -612,8 +615,10 @@ Class | Method | HTTP request | Description
612615
- [UsageRaw](docs/UsageRaw.md)
613616
- [UserAuthToken](docs/UserAuthToken.md)
614617
- [UserAuthTokenRequest](docs/UserAuthTokenRequest.md)
618+
- [UserAuthenticationToken](docs/UserAuthenticationToken.md)
615619
- [UserBrief](docs/UserBrief.md)
616620
- [UserProfile](docs/UserProfile.md)
621+
- [UserTokensList200Response](docs/UserTokensList200Response.md)
617622
- [VagrantPackageUpload](docs/VagrantPackageUpload.md)
618623
- [VagrantPackageUploadRequest](docs/VagrantPackageUploadRequest.md)
619624
- [Vulnerability](docs/Vulnerability.md)

0 commit comments

Comments
 (0)