Skip to content

Commit 8ca71d1

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.40.2
1 parent 4d2bb17 commit 8ca71d1

5 files changed

Lines changed: 16 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
### Gradle
1818

1919
```groovy
20-
implementation 'structure.Structure:Structure:0.13.1'
20+
implementation 'structure.Structure:Structure:0.14.0'
2121
```
2222
<!-- End SDK Installation -->
2323

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,12 @@ Based on:
204204
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
205205
- Speakeasy CLI 1.39.0 (2.32.7) https://github.com/speakeasy-api/speakeasy
206206
### Releases
207-
- [Maven Central v0.13.1] https://central.sonatype.com/artifact/structure/Structure/0.13.1 - .
207+
- [Maven Central v0.13.1] https://central.sonatype.com/artifact/structure/Structure/0.13.1 - .
208+
209+
## 2023-06-01 02:04:13
210+
### Changes
211+
Based on:
212+
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
213+
- Speakeasy CLI 1.40.2 (2.34.2) https://github.com/speakeasy-api/speakeasy
214+
### Releases
215+
- [Maven Central v0.14.0] https://central.sonatype.com/artifact/structure/Structure/0.14.0 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: e0bf2d205ca94a0d32bd91d6ea558d5b
44
docVersion: "1.0"
5-
speakeasyVersion: 1.39.0
6-
generationVersion: 2.32.7
5+
speakeasyVersion: 1.40.2
6+
generationVersion: 2.34.2
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
telemetryEnabled: false
1111
java:
12-
version: 0.13.1
12+
version: 0.14.0
1313
artifactID: Structure
1414
companyEmail: info@mycompany.com
1515
companyName: My Company

lib/build.gradle

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ publishing {
4141
maven(MavenPublication) {
4242
groupId = 'structure'
4343
artifactId = 'Structure'
44-
version = '0.13.1'
44+
version = '0.14.0'
4545

4646
from components.java
4747

@@ -100,17 +100,3 @@ dependencies {
100100
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
101101
implementation 'org.apache.httpcomponents:httpmime:4.5.13'
102102
}
103-
104-
jar {
105-
enabled = true
106-
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
107-
manifest {
108-
109-
}
110-
111-
from {
112-
configurations.runtimeClasspath.collect {
113-
it.isDirectory() ? it : zipTree(it)
114-
}
115-
}
116-
}

lib/src/main/java/structure/Structure/SDK.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.13.1";
44-
private String _genVersion = "2.32.7";
43+
private String _sdkVersion = "0.14.0";
44+
private String _genVersion = "2.34.2";
4545
/**
4646
* The Builder class allows the configuration of a new instance of the SDK.
4747
*/

0 commit comments

Comments
 (0)