ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.439.0

This commit is contained in:
speakeasybot
2024-11-14 00:27:10 +00:00
parent 99af1ce0f6
commit a60df4029d
10 changed files with 36 additions and 23 deletions

View File

@@ -1,19 +1,19 @@
lockVersion: 2.0.0 lockVersion: 2.0.0
id: 1732900d-e173-47c1-a90d-d45182eb35d9 id: 1732900d-e173-47c1-a90d-d45182eb35d9
management: management:
docChecksum: af45c1ae70f7fc6589adb3f8075cb275 docChecksum: 2554ade61ed4d42b8e095168765d7dc0
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.438.1 speakeasyVersion: 1.439.0
generationVersion: 2.457.2 generationVersion: 2.457.9
releaseVersion: 0.10.0 releaseVersion: 0.10.1
configChecksum: 3cf2ae4534ed6b3a44a02445b91f2164 configChecksum: e121da064a554c10c4efe58d148f8926
repoURL: https://github.com/LukeHagar/plexjava.git repoURL: https://github.com/LukeHagar/plexjava.git
published: true published: true
features: features:
java: java:
additionalDependencies: 0.1.0 additionalDependencies: 0.1.0
constsAndDefaults: 0.1.1 constsAndDefaults: 0.1.1
core: 3.31.0 core: 3.31.1
deprecations: 2.81.1 deprecations: 2.81.1
downloadStreams: 0.1.1 downloadStreams: 0.1.1
enums: 2.81.2 enums: 2.81.2
@@ -2627,6 +2627,7 @@ examples:
parameters: parameters:
query: query:
Timespan: 4 Timespan: 4
timespan: 4
responses: responses:
"200": "200":
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsMedia": []}} application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsMedia": []}}
@@ -2639,6 +2640,7 @@ examples:
parameters: parameters:
query: query:
Timespan: 4 Timespan: 4
timespan: 4
responses: responses:
"200": "200":
application/json: {"MediaContainer": {"size": 5497, "StatisticsResources": []}} application/json: {"MediaContainer": {"size": 5497, "StatisticsResources": []}}
@@ -2651,6 +2653,7 @@ examples:
parameters: parameters:
query: query:
Timespan: 4 Timespan: 4
timespan: 4
responses: responses:
"200": "200":
application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsBandwidth": []}} application/json: {"MediaContainer": {"size": 5497, "Device": [], "Account": [], "StatisticsBandwidth": []}}

View File

@@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false oAuth2PasswordEnabled: false
java: java:
version: 0.10.0 version: 0.10.1
additionalDependencies: [] additionalDependencies: []
additionalPlugins: [] additionalPlugins: []
artifactID: plexapi artifactID: plexapi

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.438.1 speakeasyVersion: 1.439.0
sources: sources:
my-source: my-source:
sourceNamespace: my-source sourceNamespace: my-source
@@ -8,8 +8,8 @@ sources:
- latest - latest
plexapi: plexapi:
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345 sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
tags: tags:
- latest - latest
- main - main
@@ -17,10 +17,10 @@ targets:
plexjava: plexjava:
source: plexapi source: plexapi
sourceNamespace: plexapi sourceNamespace: plexapi
sourceRevisionDigest: sha256:15e040d800921ded49cf84650ef2bc8fb1acf32c885ee193c42e838d754bf345 sourceRevisionDigest: sha256:37c6bfb15f4154eb89b112465107f20757411f22bd1cc7d0a04335df7127fcb4
sourceBlobDigest: sha256:c178be2b4bfefb37d76c0fdaef37c51f9b6ab1410422d3698a41bb6a8d79a79f sourceBlobDigest: sha256:290473ebc909cada80ff428c685b897f4621cf121397e1417355e06d334e7206
codeSamplesNamespace: code-samples-java-plexjava codeSamplesNamespace: code-samples-java-plexjava
codeSamplesRevisionDigest: sha256:59231703e7c16d75675e4ee5c84e901b3033cfa89204ba9a3326ff1dcb0d5183 codeSamplesRevisionDigest: sha256:218724cff48118b26161c9ff5a0eb0f5aed771cea0d6bcef400db821dd019aea
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest

View File

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

View File

@@ -168,4 +168,14 @@ Based on:
### Generated ### Generated
- [java v0.10.0] . - [java v0.10.0] .
### Releases ### Releases
- [Maven Central v0.10.0] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.10.0 - . - [Maven Central v0.10.0] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.10.0 - .
## 2024-11-14 00:25:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.439.0 (2.457.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.10.1] .
### Releases
- [Maven Central v0.10.1] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.10.1 - .

View File

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

View File

@@ -36,8 +36,8 @@ class SDKConfiguration {
} }; } };
private static final String LANGUAGE = "java"; private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "0.0.3"; public static final String OPENAPI_DOC_VERSION = "0.0.3";
public static final String SDK_VERSION = "0.10.0"; public static final String SDK_VERSION = "0.10.1";
public static final String GEN_VERSION = "2.457.2"; public static final String GEN_VERSION = "2.457.9";
private static final String BASE_PACKAGE = "dev.plexapi.sdk"; private static final String BASE_PACKAGE = "dev.plexapi.sdk";
public static final String USER_AGENT = public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s", String.format("speakeasy-sdk/%s %s %s %s %s",

View File

@@ -23,7 +23,7 @@ public class GetBandwidthStatisticsRequest {
* the exact meaning of this parameter is not known * the exact meaning of this parameter is not known
* *
*/ */
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan") @SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
private Optional<Long> timespan; private Optional<Long> timespan;
@JsonCreator @JsonCreator

View File

@@ -23,7 +23,7 @@ public class GetResourcesStatisticsRequest {
* the exact meaning of this parameter is not known * the exact meaning of this parameter is not known
* *
*/ */
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan") @SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
private Optional<Long> timespan; private Optional<Long> timespan;
@JsonCreator @JsonCreator

View File

@@ -23,7 +23,7 @@ public class GetStatisticsRequest {
* the exact meaning of this parameter is not known * the exact meaning of this parameter is not known
* *
*/ */
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan") @SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
private Optional<Long> timespan; private Optional<Long> timespan;
@JsonCreator @JsonCreator