Skip to content

Commit cb6fc44

Browse files
authored
Update Go API bindings to version 0.0.48 (#47)
Binding version: 0.0.48 Cloudsmith API version: 1.736.13 - Updated PKG_VERSION in bin/generate - Regenerated Go bindings - Ready for tagging and release
1 parent 8034a3a commit cb6fc44

File tree

302 files changed

+319
-313
lines changed

Some content is hidden

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

302 files changed

+319
-313
lines changed

README.md

Lines changed: 3 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.703.0
9-
- Package version: 0.0.47
8+
- API version: 1.736.13
9+
- Package version: 0.0.48
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)
@@ -75,7 +75,7 @@ ctx = context.WithValue(context.Background(), cloudsmith.ContextOperationServerV
7575

7676
## Documentation for API Endpoints
7777

78-
All URIs are relative to *https://api.cloudsmith.io/v1*
78+
All URIs are relative to *https://api.cloudsmith.io*
7979

8080
Class | Method | HTTP request | Description
8181
------------ | ------------- | ------------- | -------------

api/openapi.yaml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ info:
1010
url: https://opensource.org/licenses/MIT
1111
termsOfService: https://help.cloudsmith.io
1212
title: Cloudsmith API (v1)
13-
version: 1.703.0
13+
version: 1.736.13
1414
servers:
15-
- url: https://api.cloudsmith.io/v1
15+
- url: https://api.cloudsmith.io/
1616
security:
1717
- apikey: []
1818
- basic: []
@@ -16929,6 +16929,7 @@ components:
1692916929
- Password
1693016930
- Social
1693116931
- SAML
16932+
- OIDC
1693216933
readOnly: true
1693316934
title: Last login method
1693416935
type: string
@@ -17028,6 +17029,7 @@ components:
1702817029
- Password
1702917030
- Social
1703017031
- SAML
17032+
- OIDC
1703117033
readOnly: true
1703217034
title: Last login method
1703317035
type: string
@@ -17122,6 +17124,7 @@ components:
1712217124
- Password
1712317125
- Social
1712417126
- SAML
17127+
- OIDC
1712517128
readOnly: true
1712617129
title: Last login method
1712717130
type: string
@@ -39253,6 +39256,7 @@ components:
3925339256
\ or cache only mode."
3925439257
enum:
3925539258
- Proxy Only
39259+
- Cache and Proxy
3925639260
title: Mode
3925739261
type: string
3925839262
name:
@@ -39384,6 +39388,7 @@ components:
3938439388
\ or cache only mode."
3938539389
enum:
3938639390
- Proxy Only
39391+
- Cache and Proxy
3938739392
title: Mode
3938839393
type: string
3938939394
name:
@@ -39498,6 +39503,7 @@ components:
3949839503
\ or cache only mode."
3949939504
enum:
3950039505
- Proxy Only
39506+
- Cache and Proxy
3950139507
title: Mode
3950239508
type: string
3950339509
name:
@@ -41761,6 +41767,7 @@ components:
4176141767
\ or cache only mode."
4176241768
enum:
4176341769
- Proxy Only
41770+
- Cache and Proxy
4176441771
title: Mode
4176541772
type: string
4176641773
name:
@@ -41892,6 +41899,7 @@ components:
4189241899
\ or cache only mode."
4189341900
enum:
4189441901
- Proxy Only
41902+
- Cache and Proxy
4189541903
title: Mode
4189641904
type: string
4189741905
name:
@@ -42006,6 +42014,7 @@ components:
4200642014
\ or cache only mode."
4200742015
enum:
4200842016
- Proxy Only
42017+
- Cache and Proxy
4200942018
title: Mode
4201042019
type: string
4201142020
name:
@@ -46001,7 +46010,7 @@ components:
4600146010
StatusBasic:
4600246011
example:
4600346012
detail: Cloudsmith API is operational.
46004-
version: 1.703.0
46013+
version: 1.736.13
4600546014
properties:
4600646015
detail:
4600746016
default: Cloudsmith API is operational.
@@ -46011,7 +46020,7 @@ components:
4601146020
title: Detail
4601246021
type: string
4601346022
version:
46014-
default: 1.703.0
46023+
default: 1.736.13
4601546024
description: The current version for the Cloudsmith service.
4601646025
minLength: 1
4601746026
readOnly: true
@@ -46301,7 +46310,6 @@ components:
4630146310
operator:
4630246311
default: ""
4630346312
maxLength: 32
46304-
minLength: 1
4630546313
title: Operator
4630646314
type: string
4630746315
patch:
@@ -46310,13 +46318,11 @@ components:
4631046318
raw_version:
4631146319
default: ""
4631246320
maxLength: 1024
46313-
minLength: 1
4631446321
title: Raw version
4631546322
type: string
4631646323
version:
4631746324
default: ""
4631846325
maxLength: 1024
46319-
minLength: 1
4632046326
title: Version
4632146327
type: string
4632246328
required:

api_audit_log.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_badges.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_distros.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_entitlements.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_files.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_formats.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_metrics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_namespaces.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)