Skip to content

Commit c0fb96f

Browse files
dmeecschrisimcevoy
andauthored
Upgrade to version 0.0.28 (#17)
* feat: add ivy_file, bump version to 0.0.28 --------- Co-authored-by: Chris McEvoy <[email protected]>
1 parent 9009adb commit c0fb96f

File tree

205 files changed

+323
-231
lines changed

Some content is hidden

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

205 files changed

+323
-231
lines changed

README.md

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

api/openapi.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ info:
1010
url: https://opensource.org/licenses/MIT
1111
termsOfService: https://help.cloudsmith.io
1212
title: Cloudsmith API (v1)
13-
version: 1.273.0
13+
version: 1.275.0
1414
servers:
1515
- url: https://api.cloudsmith.io/v1
1616
security:
@@ -19050,6 +19050,7 @@ components:
1905019050
type: object
1905119051
MavenPackageUploadRequest:
1905219052
example:
19053+
ivy_file: ivy_file
1905319054
sources_file: sources_file
1905419055
tests_file: tests_file
1905519056
republish: true
@@ -19074,6 +19075,13 @@ components:
1907419075
nullable: true
1907519076
title: Group id
1907619077
type: string
19078+
ivy_file:
19079+
description: The ivy file is an XML file describing the dependencies of
19080+
the project.
19081+
minLength: 1
19082+
nullable: true
19083+
title: Ivy file
19084+
type: string
1907719085
javadoc_file:
1907819086
description: Adds bundled Java documentation to the Maven package
1907919087
minLength: 1
@@ -29708,7 +29716,7 @@ components:
2970829716
StatusBasic:
2970929717
example:
2971029718
detail: Cloudsmith API is operational.
29711-
version: 1.273.0
29719+
version: 1.275.0
2971229720
properties:
2971329721
detail:
2971429722
default: Cloudsmith API is operational.
@@ -29718,7 +29726,7 @@ components:
2971829726
title: Detail
2971929727
type: string
2972029728
version:
29721-
default: 1.273.0
29729+
default: 1.275.0
2972229730
description: The current version for the Cloudsmith service.
2972329731
minLength: 1
2972429732
readOnly: true

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)