Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.182.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 16, 2024
1 parent 022d8b5 commit b9e7742
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ management:
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.258.0
releaseVersion: 0.3.0
configChecksum: b1e3655f42c2ccd018629f8665d766f4
generationVersion: 2.259.1
releaseVersion: 0.3.1
configChecksum: 3c314829d7606ab866ca72e4412c4999
repoURL: https://github.com/ding-live/ding-java.git
repoSubDirectory: .
published: true
features:
java:
core: 3.5.0
core: 3.5.1
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.81.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Ding Java library provides convenient access to the Ding API from applicatio
### Gradle

```groovy
implementation 'live.ding.dingSdk:ding:0.3.0'
implementation 'live.ding.dingSdk:ding:0.3.1'
```
<!-- End SDK Installation [installation] -->

Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.180.0 (2.258.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.3.0] .
- [java v0.3.0] .

## 2024-02-16 00:16:19
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.182.0 (2.259.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.3.1] .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
baseServerURL: ""
flattenGlobalSecurity: true
java:
version: 0.3.0
version: 0.3.1
artifactID: dingSdk
companyEmail: hello@ding.live
companyName: Ding
Expand Down
9 changes: 1 addition & 8 deletions lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* This file was generated by the Gradle 'init' task.
*
* This generated file contains a sample Java library project to get you started.
* For more details take a look at the 'Building Java and JVM projects' chapter in the Gradle
* User Manual available at https://docs.gradle.org/7.5.1/userguide/building_java_projects.html
*/

plugins {
// Apply the java-library plugin for API and implementation separation.
Expand Down Expand Up @@ -71,7 +64,7 @@ publishing {
maven(MavenPublication) {
groupId = 'live.ding'
artifactId = 'dingSdk'
version = '0.3.0'
version = '0.3.1'

from components.java

Expand Down
6 changes: 3 additions & 3 deletions lib/src/main/java/live/ding/dingSdk/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class SDKConfiguration {
public String server;
public String language = "java";
public String openapiDocVersion = "1.0.0";
public String sdkVersion = "0.3.0";
public String genVersion = "2.258.0";
public String userAgent = "speakeasy-sdk/java 0.3.0 2.258.0 1.0.0 live.ding.dingSdk";
public String sdkVersion = "0.3.1";
public String genVersion = "2.259.1";
public String userAgent = "speakeasy-sdk/java 0.3.1 2.259.1 1.0.0 live.ding.dingSdk";


}

0 comments on commit b9e7742

Please sign in to comment.