ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.2

This commit is contained in:
speakeasybot
2024-09-16 18:24:27 +00:00
parent 2c1cfa8b8d
commit de40bbb5d9
6 changed files with 23 additions and 13 deletions

View File

@@ -3,10 +3,10 @@ id: 1732900d-e173-47c1-a90d-d45182eb35d9
management:
docChecksum: a6fee1797b2da7ccbaf7743772a40b56
docVersion: 0.0.3
speakeasyVersion: 1.396.6
generationVersion: 2.415.6
releaseVersion: 0.3.0
configChecksum: 3d05baf8e1c438b2f143cf945c6735bd
speakeasyVersion: 1.397.2
generationVersion: 2.415.8
releaseVersion: 0.3.1
configChecksum: 365985ca4474ceebb12c82aa370666a5
repoURL: https://github.com/LukeHagar/plexjava.git
published: true
features:

View File

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

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.0'
implementation 'dev.plexapi:plexapi:0.3.1'
```
Maven:
@@ -45,7 +45,7 @@ Maven:
<dependency>
<groupId>dev.plexapi</groupId>
<artifactId>plexapi</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

View File

@@ -9,3 +9,13 @@ Based on:
- [java v0.3.0] .
### Releases
- [Maven Central v0.3.0] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.0 - .
## 2024-09-16 18:23:01
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.2 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.3.1] .
### Releases
- [Maven Central v0.3.1] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.1 - .

View File

@@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
}
group = "dev.plexapi"
version = "0.3.0"
version = "0.3.1"
sourcesJar {
archiveBaseName = "plexapi"
@@ -88,7 +88,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.plexapi'
artifactId = 'plexapi'
version = '0.3.0'
version = '0.3.1'
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.0";
public String genVersion = "2.415.6";
public String userAgent = "speakeasy-sdk/java 0.3.0 2.415.6 0.0.3 dev.plexapi.sdk";
public String sdkVersion = "0.3.1";
public String genVersion = "2.415.8";
public String userAgent = "speakeasy-sdk/java 0.3.1 2.415.8 0.0.3 dev.plexapi.sdk";
private Hooks _hooks = createHooks();