Compare commits

..

1 Commits

Author SHA1 Message Date
speakeasybot
a60df4029d ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.439.0 2024-11-14 00:27:10 +00:00
10 changed files with 36 additions and 23 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -168,4 +168,14 @@ Based on:
### Generated
- [java v0.10.0] .
### 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"
version = "0.10.0"
version = "0.10.1"
sourcesJar {
archiveBaseName = "plexapi"
@@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'dev.plexapi'
artifactId = 'plexapi'
version = '0.10.0'
version = '0.10.1'
from components.java

View File

@@ -36,8 +36,8 @@ class SDKConfiguration {
} };
private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "0.0.3";
public static final String SDK_VERSION = "0.10.0";
public static final String GEN_VERSION = "2.457.2";
public static final String SDK_VERSION = "0.10.1";
public static final String GEN_VERSION = "2.457.9";
private static final String BASE_PACKAGE = "dev.plexapi.sdk";
public static final String USER_AGENT =
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
*
*/
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=Timespan")
@SpeakeasyMetadata("queryParam:style=form,explode=true,name=timespan")
private Optional<Long> timespan;
@JsonCreator

View File

@@ -23,7 +23,7 @@ public class GetResourcesStatisticsRequest {
* 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;
@JsonCreator

View File

@@ -23,7 +23,7 @@ public class GetStatisticsRequest {
* 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;
@JsonCreator