Skip to content

Commit 2bb0b53

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.448.2
1 parent 9c70b4c commit 2bb0b53

File tree

8 files changed

+7771
-10
lines changed

8 files changed

+7771
-10
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 5b1af2c6-8e5e-4c4d-ac33-d4c3c9add7de
33
management:
4-
docChecksum: bf4b59f8b4596a0aa8440fedc4ca3d5b
4+
docChecksum: 482b6448351f80b5766b7c2de88572e9
55
docVersion: 1.0.0
66
speakeasyVersion: 1.448.2
77
generationVersion: 2.467.4
8-
releaseVersion: 0.2.1
9-
configChecksum: 7c9b67f42958906ffe36c0f7486d8019
8+
releaseVersion: 0.2.2
9+
configChecksum: 5f1549ec37f6a6136bb70fe718ece901
1010
repoURL: https://github.com/Benzinga/bz-java-client.git
1111
published: true
1212
features:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
java:
16-
version: 0.2.1
16+
version: 0.2.2
1717
additionalDependencies: []
1818
additionalPlugins: []
1919
artifactID: BZClient

.speakeasy/workflow.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ workflow:
2222
- location: openapi.yaml
2323
overlays:
2424
- location: .speakeasy/speakeasy-modifications-overlay.yaml
25+
output: mintlify-docs
2526
registry:
2627
location: registry.speakeasyapi.dev/benzinga/benzinga/benzinga-ap-is
2728
targets:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ The samples below show how a published SDK artifact is used:
4848

4949
Gradle:
5050
```groovy
51-
implementation 'org.benzinga:BZClient:0.2.1'
51+
implementation 'org.benzinga:BZClient:0.2.2'
5252
```
5353

5454
Maven:
5555
```xml
5656
<dependency>
5757
<groupId>org.benzinga</groupId>
5858
<artifactId>BZClient</artifactId>
59-
<version>0.2.1</version>
59+
<version>0.2.2</version>
6060
</dependency>
6161
```
6262

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@ Based on:
1616
### Generated
1717
- [java v0.2.1] .
1818
### Releases
19-
- [Maven Central v0.2.1] https://central.sonatype.com/artifact/org.benzinga/BZClient/0.2.1 - .
19+
- [Maven Central v0.2.1] https://central.sonatype.com/artifact/org.benzinga/BZClient/0.2.1 - .
20+
21+
## 2024-11-29 14:00:50
22+
### Changes
23+
Based on:
24+
- OpenAPI Doc
25+
- Speakeasy CLI 1.448.2 (2.467.4) https://github.com/speakeasy-api/speakeasy
26+
### Generated
27+
- [java v0.2.2] .
28+
### Releases
29+
- [Maven Central v0.2.2] https://central.sonatype.com/artifact/org.benzinga/BZClient/0.2.2 - .

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "org.benzinga"
66-
version = "0.2.1"
66+
version = "0.2.2"
6767

6868
sourcesJar {
6969
archiveBaseName = "BZClient"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'org.benzinga'
103103
artifactId = 'BZClient'
104-
version = '0.2.1'
104+
version = '0.2.2'
105105

106106
from components.java
107107

0 commit comments

Comments
 (0)