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: management:
docChecksum: a6fee1797b2da7ccbaf7743772a40b56 docChecksum: a6fee1797b2da7ccbaf7743772a40b56
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.396.6 speakeasyVersion: 1.397.2
generationVersion: 2.415.6 generationVersion: 2.415.8
releaseVersion: 0.3.0 releaseVersion: 0.3.1
configChecksum: 3d05baf8e1c438b2f143cf945c6735bd configChecksum: 365985ca4474ceebb12c82aa370666a5
repoURL: https://github.com/LukeHagar/plexjava.git repoURL: https://github.com/LukeHagar/plexjava.git
published: true published: true
features: features:

View File

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

View File

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

View File

@@ -8,4 +8,14 @@ Based on:
### Generated ### Generated
- [java v0.3.0] . - [java v0.3.0] .
### Releases ### Releases
- [Maven Central v0.3.0] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.0 - . - [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" group = "dev.plexapi"
version = "0.3.0" version = "0.3.1"
sourcesJar { sourcesJar {
archiveBaseName = "plexapi" archiveBaseName = "plexapi"
@@ -88,7 +88,7 @@ publishing {
maven(MavenPublication) { maven(MavenPublication) {
groupId = 'dev.plexapi' groupId = 'dev.plexapi'
artifactId = 'plexapi' artifactId = 'plexapi'
version = '0.3.0' version = '0.3.1'
from components.java from components.java

View File

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