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

@@ -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