ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.3

This commit is contained in:
speakeasybot
2024-09-16 19:34:43 +00:00
parent d17be8f8fa
commit ce09c0c9f6
7 changed files with 21 additions and 11 deletions

View File

@@ -5,8 +5,8 @@ management:
docVersion: 0.0.3
speakeasyVersion: 1.397.3
generationVersion: 2.415.8
releaseVersion: 0.3.4
configChecksum: 808dfb517ba6293da80d18294b933502
releaseVersion: 0.3.5
configChecksum: 4c3849409a619a08ad17d85569b6ab77
repoURL: https://github.com/LukeHagar/plexjava.git
published: true
features:

View File

@@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
java:
version: 0.3.4
version: 0.3.5
additionalDependencies: []
additionalPlugins: []
artifactID: plexapi

View File

@@ -20,7 +20,7 @@ targets:
sourceRevisionDigest: sha256:533fe97486e3fe2d84e890b7bbcdba4543d415e45181386154e011861f6da36f
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
codeSamplesNamespace: code-samples-java-plexjava
codeSamplesRevisionDigest: sha256:86ffa66afb3a60633728dab34bbbcd4952491c29ef5a043b38c527762400c7e0
codeSamplesRevisionDigest: sha256:03bbcd874f602bc3c4399006b5786cf79cc602609d21aeb38a332f69e03fde9e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest

View File

@@ -37,7 +37,7 @@ The samples below show how a published SDK artifact is used:
Gradle:
```groovy
implementation 'dev.plexapi:plexapi:0.3.4'
implementation 'dev.plexapi:plexapi:0.3.5'
```
Maven:
@@ -45,7 +45,7 @@ Maven:
<dependency>
<groupId>dev.plexapi</groupId>
<artifactId>plexapi</artifactId>
<version>0.3.4</version>
<version>0.3.5</version>
</dependency>
```

View File

@@ -49,3 +49,13 @@ Based on:
- [java v0.3.4] .
### Releases
- [Maven Central v0.3.4] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.4 - .
## 2024-09-16 19:32:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.3 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.3.5] .
### Releases
- [Maven Central v0.3.5] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.5 - .

View File

@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}
group = "dev.plexapi"
version = "0.3.4"
version = "0.3.5"
sourcesJar {
archiveBaseName = "plexapi"
@@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.plexapi'
artifactId = 'plexapi'
version = '0.3.4'
version = '0.3.5'
from components.java

View File

@@ -36,9 +36,9 @@ class SDKConfiguration {
} };
public String language = "java";
public String openapiDocVersion = "0.0.3";
public String sdkVersion = "0.3.4";
public String sdkVersion = "0.3.5";
public String genVersion = "2.415.8";
public String userAgent = "speakeasy-sdk/java 0.3.4 2.415.8 0.0.3 dev.plexapi.sdk";
public String userAgent = "speakeasy-sdk/java 0.3.5 2.415.8 0.0.3 dev.plexapi.sdk";
private Hooks _hooks = createHooks();