Skip to content

Commit f2c3fb3

Browse files
chore: Upgrade to version 0.0.32 (#22)
1 parent e752f4c commit f2c3fb3

File tree

267 files changed

+6825
-454
lines changed

Some content is hidden

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

267 files changed

+6825
-454
lines changed

.openapi-generator/FILES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ docs/CondaPackageUpload.md
4747
docs/CondaPackageUploadRequest.md
4848
docs/CranPackageUpload.md
4949
docs/CranPackageUploadRequest.md
50+
docs/CranUpstream.md
51+
docs/CranUpstreamRequest.md
52+
docs/CranUpstreamRequestPatch.md
5053
docs/DartPackageUpload.md
5154
docs/DartPackageUploadRequest.md
5255
docs/DartUpstream.md
@@ -73,6 +76,7 @@ docs/Eula.md
7376
docs/FilesApi.md
7477
docs/Format.md
7578
docs/FormatSupport.md
79+
docs/FormatSupportUpstream.md
7680
docs/FormatsApi.md
7781
docs/GeoIpLocation.md
7882
docs/GoPackageUpload.md
@@ -280,6 +284,9 @@ model_conda_package_upload.go
280284
model_conda_package_upload_request.go
281285
model_cran_package_upload.go
282286
model_cran_package_upload_request.go
287+
model_cran_upstream.go
288+
model_cran_upstream_request.go
289+
model_cran_upstream_request_patch.go
283290
model_dart_package_upload.go
284291
model_dart_package_upload_request.go
285292
model_dart_upstream.go
@@ -303,6 +310,7 @@ model_error_detail.go
303310
model_eula.go
304311
model_format.go
305312
model_format_support.go
313+
model_format_support_upstream.go
306314
model_geo_ip_location.go
307315
model_go_package_upload.go
308316
model_go_package_upload_request.go

README.md

Lines changed: 12 additions & 2 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.327.0
9-
- Package version: 0.0.31
8+
- API version: 1.372.0
9+
- Package version: 0.0.32
1010
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1111
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
1212

@@ -247,6 +247,12 @@ Class | Method | HTTP request | Description
247247
*ReposApi* | [**ReposRsaCreate**](docs/ReposApi.md#reposrsacreate) | **Post** /repos/{owner}/{identifier}/rsa/ | Set the active RSA key for the Repository.
248248
*ReposApi* | [**ReposRsaList**](docs/ReposApi.md#reposrsalist) | **Get** /repos/{owner}/{identifier}/rsa/ | Retrieve the active RSA key for the Repository.
249249
*ReposApi* | [**ReposRsaRegenerate**](docs/ReposApi.md#reposrsaregenerate) | **Post** /repos/{owner}/{identifier}/rsa/regenerate/ | Regenerate RSA Key for the Repository.
250+
*ReposApi* | [**ReposUpstreamCranCreate**](docs/ReposApi.md#reposupstreamcrancreate) | **Post** /repos/{owner}/{identifier}/upstream/cran/ | Create a CRAN upstream config for this repository.
251+
*ReposApi* | [**ReposUpstreamCranDelete**](docs/ReposApi.md#reposupstreamcrandelete) | **Delete** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Delete a CRAN upstream config for this repository.
252+
*ReposApi* | [**ReposUpstreamCranList**](docs/ReposApi.md#reposupstreamcranlist) | **Get** /repos/{owner}/{identifier}/upstream/cran/ | List CRAN upstream configs for this repository.
253+
*ReposApi* | [**ReposUpstreamCranPartialUpdate**](docs/ReposApi.md#reposupstreamcranpartialupdate) | **Patch** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Partially update a CRAN upstream config for this repository.
254+
*ReposApi* | [**ReposUpstreamCranRead**](docs/ReposApi.md#reposupstreamcranread) | **Get** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Retrieve a CRAN upstream config for this repository.
255+
*ReposApi* | [**ReposUpstreamCranUpdate**](docs/ReposApi.md#reposupstreamcranupdate) | **Put** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Update a CRAN upstream config for this repository.
250256
*ReposApi* | [**ReposUpstreamDartCreate**](docs/ReposApi.md#reposupstreamdartcreate) | **Post** /repos/{owner}/{identifier}/upstream/dart/ | Create a Dart upstream config for this repository.
251257
*ReposApi* | [**ReposUpstreamDartDelete**](docs/ReposApi.md#reposupstreamdartdelete) | **Delete** /repos/{owner}/{identifier}/upstream/dart/{slug_perm}/ | Delete a Dart upstream config for this repository.
252258
*ReposApi* | [**ReposUpstreamDartList**](docs/ReposApi.md#reposupstreamdartlist) | **Get** /repos/{owner}/{identifier}/upstream/dart/ | List Dart upstream configs for this repository.
@@ -349,6 +355,9 @@ Class | Method | HTTP request | Description
349355
- [CondaPackageUploadRequest](docs/CondaPackageUploadRequest.md)
350356
- [CranPackageUpload](docs/CranPackageUpload.md)
351357
- [CranPackageUploadRequest](docs/CranPackageUploadRequest.md)
358+
- [CranUpstream](docs/CranUpstream.md)
359+
- [CranUpstreamRequest](docs/CranUpstreamRequest.md)
360+
- [CranUpstreamRequestPatch](docs/CranUpstreamRequestPatch.md)
352361
- [DartPackageUpload](docs/DartPackageUpload.md)
353362
- [DartPackageUploadRequest](docs/DartPackageUploadRequest.md)
354363
- [DartUpstream](docs/DartUpstream.md)
@@ -372,6 +381,7 @@ Class | Method | HTTP request | Description
372381
- [Eula](docs/Eula.md)
373382
- [Format](docs/Format.md)
374383
- [FormatSupport](docs/FormatSupport.md)
384+
- [FormatSupportUpstream](docs/FormatSupportUpstream.md)
375385
- [GeoIpLocation](docs/GeoIpLocation.md)
376386
- [GoPackageUpload](docs/GoPackageUpload.md)
377387
- [GoPackageUploadRequest](docs/GoPackageUploadRequest.md)

0 commit comments

Comments
 (0)