File tree Expand file tree Collapse file tree
src/main/java/structure/Structure Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717### Gradle
1818
1919``` groovy
20- implementation 'structure.Structure:Structure:0.12 .0'
20+ implementation 'structure.Structure:Structure:0.13 .0'
2121```
2222<!-- End SDK Installation -->
2323
Original file line number Diff line number Diff line change @@ -188,4 +188,12 @@ Based on:
188188- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
189189- Speakeasy CLI 1.35.0 (2.31.0) https://github.com/speakeasy-api/speakeasy
190190### Releases
191- - [ Maven Central v0.12.0] https://central.sonatype.com/artifact/structure/Structure/0.12.0 - .
191+ - [ Maven Central v0.12.0] https://central.sonatype.com/artifact/structure/Structure/0.12.0 - .
192+
193+ ## 2023-05-23 01:24:12
194+ ### Changes
195+ Based on:
196+ - OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
197+ - Speakeasy CLI 1.37.5 (2.32.2) https://github.com/speakeasy-api/speakeasy
198+ ### Releases
199+ - [ Maven Central v0.13.0] https://central.sonatype.com/artifact/structure/Structure/0.13.0 - .
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
22management :
33 docChecksum : e0bf2d205ca94a0d32bd91d6ea558d5b
44 docVersion : " 1.0"
5- speakeasyVersion : 1.35.0
6- generationVersion : 2.31.0
5+ speakeasyVersion : 1.37.5
6+ generationVersion : 2.32.2
77generation :
88 sdkClassName : SDK
99 singleTagPerOp : false
1010 telemetryEnabled : false
1111java :
12- version : 0.12 .0
12+ version : 0.13 .0
1313 artifactID : Structure
1414 companyEmail : info@mycompany.com
1515 companyName : My Company
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ publishing {
4141 maven(MavenPublication ) {
4242 groupId = ' structure'
4343 artifactId = ' Structure'
44- version = ' 0.12 .0'
44+ version = ' 0.13 .0'
4545
4646 from components. java
4747
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ public class SDK {
4040 private structure .Structure .models .shared .Security _security ;
4141 private String _serverUrl ;
4242 private String _language = "java" ;
43- private String _sdkVersion = "0.12 .0" ;
44- private String _genVersion = "2.31.0 " ;
43+ private String _sdkVersion = "0.13 .0" ;
44+ private String _genVersion = "2.32.2 " ;
4545 /**
4646 * The Builder class allows the configuration of a new instance of the SDK.
4747 */
You can’t perform that action at this time.
0 commit comments