Skip to content

Commit c083eec

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0, Speakeay CLI 1.45.0
1 parent 0a9a63c commit c083eec

14 files changed

Lines changed: 37 additions & 28 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
### Gradle
1818

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

@@ -42,7 +42,7 @@ public class Application {
4242
try {
4343
SDK sdk = SDK.builder()
4444
.setSecurity(new Security("corrupti") {{
45-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
45+
bearerAuth = "";
4646
}})
4747
.build();
4848

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,12 @@ Based on:
236236
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
237237
- Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
238238
### Releases
239-
- [Maven Central v0.15.1] https://central.sonatype.com/artifact/structure/Structure/0.15.1 - .
239+
- [Maven Central v0.15.1] https://central.sonatype.com/artifact/structure/Structure/0.15.1 - .
240+
241+
## 2023-06-08 01:46:56
242+
### Changes
243+
Based on:
244+
- OpenAPI Doc 1.0 https://prod.speakeasyapi.dev/v1/apis/Structure/version/1.0.0/schema/download
245+
- Speakeasy CLI 1.45.0 (2.37.0) https://github.com/speakeasy-api/speakeasy
246+
### Releases
247+
- [Maven Central v0.16.0] https://central.sonatype.com/artifact/structure/Structure/0.16.0 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Application {
1212
try {
1313
SDK sdk = SDK.builder()
1414
.setSecurity(new Security("corrupti") {{
15-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
15+
bearerAuth = "";
1616
}})
1717
.build();
1818

docs/accounts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Application {
2626
try {
2727
SDK sdk = SDK.builder()
2828
.setSecurity(new Security("distinctio") {{
29-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
29+
bearerAuth = "";
3030
}})
3131
.build();
3232

docs/companies/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Application {
3030
try {
3131
SDK sdk = SDK.builder()
3232
.setSecurity(new Security("quibusdam") {{
33-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
33+
bearerAuth = "";
3434
}})
3535
.build();
3636

@@ -67,7 +67,7 @@ public class Application {
6767
try {
6868
SDK sdk = SDK.builder()
6969
.setSecurity(new Security("nulla") {{
70-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
70+
bearerAuth = "";
7171
}})
7272
.build();
7373

@@ -107,7 +107,7 @@ public class Application {
107107
try {
108108
SDK sdk = SDK.builder()
109109
.setSecurity(new Security("error") {{
110-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
110+
bearerAuth = "";
111111
}})
112112
.build();
113113

@@ -147,7 +147,7 @@ public class Application {
147147
try {
148148
SDK sdk = SDK.builder()
149149
.setSecurity(new Security("magnam") {{
150-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
150+
bearerAuth = "";
151151
}})
152152
.build();
153153

docs/people/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Application {
2828
try {
2929
SDK sdk = SDK.builder()
3030
.setSecurity(new Security("suscipit") {{
31-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
31+
bearerAuth = "";
3232
}})
3333
.build();
3434

@@ -65,7 +65,7 @@ public class Application {
6565
try {
6666
SDK sdk = SDK.builder()
6767
.setSecurity(new Security("minus") {{
68-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
68+
bearerAuth = "";
6969
}})
7070
.build();
7171

docs/user/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Application {
2828
try {
2929
SDK sdk = SDK.builder()
3030
.setSecurity(new Security("nisi") {{
31-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
31+
bearerAuth = "";
3232
}})
3333
.build();
3434

@@ -64,7 +64,7 @@ public class Application {
6464
try {
6565
SDK sdk = SDK.builder()
6666
.setSecurity(new Security("ab") {{
67-
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
67+
bearerAuth = "";
6868
}})
6969
.build();
7070

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.44.2
6-
generationVersion: 2.35.9
5+
speakeasyVersion: 1.45.0
6+
generationVersion: 2.37.0
77
generation:
88
sdkClassName: SDK
99
singleTagPerOp: false
1010
telemetryEnabled: false
1111
java:
12-
version: 0.15.1
12+
version: 0.16.0
1313
artifactID: Structure
1414
companyEmail: info@mycompany.com
1515
companyName: My Company

lib/build.gradle

Lines changed: 1 addition & 1 deletion
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.15.1'
44+
version = '0.16.0'
4545

4646
from components.java
4747

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public structure.Structure.models.operations.ListUsersResponse listUsers() throw
3333
req.setURL(url);
3434

3535
req.addHeader("Accept", "*/*");
36-
req.addHeader("user-agent", String.format("speakeasy-sdk/%s %s %s", this.sdkConfiguration.language, this.sdkConfiguration.sdkVersion, this.sdkConfiguration.genVersion));
36+
req.addHeader("user-agent", String.format("speakeasy-sdk/%s %s %s %s", this.sdkConfiguration.language, this.sdkConfiguration.sdkVersion, this.sdkConfiguration.genVersion, this.sdkConfiguration.openapiDocVersion));
3737

3838
HTTPClient client = this.sdkConfiguration.securityClient;
3939

0 commit comments

Comments
 (0)