Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.396.6
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 13, 2024
1 parent c42bf28 commit 940893b
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 17 deletions.
11 changes: 6 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ id: fd2a78ee-286d-4e3c-ab3c-507a8f89f511
management:
docChecksum: c2a5d8222f4117f238343d6187ef2751
docVersion: 1.0.0
speakeasyVersion: 1.392.1
generationVersion: 2.411.9
releaseVersion: 0.6.2
configChecksum: 50659f1b6292d93d3a03d3c6916c6091
speakeasyVersion: 1.396.6
generationVersion: 2.415.6
releaseVersion: 0.6.3
configChecksum: 571811d636d3bd34ea459840777eb3b8
repoURL: https://github.com/ding-live/ding-java.git
repoSubDirectory: .
published: true
features:
java:
additionalDependencies: 0.1.0
core: 3.29.5
core: 3.29.7
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.82.7
Expand Down Expand Up @@ -148,6 +148,7 @@ examples:
responses:
"400":
application/json: {"code": "invalid_phone_number", "doc_url": "https://docs.prelude.so/api-reference/errors#invalid_phone_number", "message": "+0 is not a valid phone number"}
"200": {}
feedback:
speakeasy-default-feedback:
requestBody:
Expand Down
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'live.ding:dingSdk:0.6.2'
implementation 'live.ding:dingSdk:0.6.3'
```

Maven:
```xml
<dependency>
<groupId>live.ding</groupId>
<artifactId>dingSdk</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
</dependency>
```

Expand Down Expand Up @@ -223,16 +223,22 @@ public class Application {
<!-- Start Available Resources and Operations [operations] -->
## Available Resources and Operations

<details open>
<summary>Available methods</summary>


### [lookup()](docs/sdks/lookup/README.md)

* [lookup](docs/sdks/lookup/README.md#lookup) - Perform a phone number lookup

### [otp()](docs/sdks/otp/README.md)

* [check](docs/sdks/otp/README.md#check) - Check a code
* [createAuthentication](docs/sdks/otp/README.md#createauthentication) - Send a code
* [feedback](docs/sdks/otp/README.md#feedback) - Send feedback
* [retry](docs/sdks/otp/README.md#retry) - Perform a retry

### [lookup()](docs/sdks/lookup/README.md)

* [lookup](docs/sdks/lookup/README.md#lookup) - Perform a phone number lookup
</details>
<!-- End Available Resources and Operations [operations] -->

<!-- Start Server Selection [server] -->
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,12 @@ Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.392.1 (2.411.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.6.2] .
- [java v0.6.2] .

## 2024-09-13 00:20:10
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.396.6 (2.415.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.6.3] .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
}

group = "live.ding"
version = "0.6.2"
version = "0.6.3"

sourcesJar {
archiveBaseName = "dingSdk"
Expand All @@ -88,7 +88,7 @@ publishing {
maven(MavenPublication) {
groupId = 'live.ding'
artifactId = 'dingSdk'
version = '0.6.2'
version = '0.6.3'

from components.java

Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
baseServerURL: ""
flattenGlobalSecurity: true
java:
version: 0.6.2
version: 0.6.3
additionalDependencies: []
additionalPlugins: []
artifactID: dingSdk
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/live/ding/dingSdk/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "1.0.0";
public String sdkVersion = "0.6.2";
public String genVersion = "2.411.9";
public String userAgent = "speakeasy-sdk/java 0.6.2 2.411.9 1.0.0 live.ding.dingSdk";
public String sdkVersion = "0.6.3";
public String genVersion = "2.415.6";
public String userAgent = "speakeasy-sdk/java 0.6.3 2.415.6 1.0.0 live.ding.dingSdk";

private Hooks _hooks = createHooks();

Expand Down

0 comments on commit 940893b

Please sign in to comment.