Skip to content

Commit 84fb184

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.2
1 parent 3756971 commit 84fb184

File tree

208 files changed

+4335
-3388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+4335
-3388
lines changed

.speakeasy/gen.lock

Lines changed: 289 additions & 283 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ generation:
44
maintainOpenAPIOrder: true
55
usageSnippets:
66
optionalPropertyRendering: withExample
7+
sdkInitStyle: constructor
78
useClassNamesForArrayFields: true
89
fixes:
910
nameResolutionDec2023: true
@@ -16,7 +17,7 @@ generation:
1617
oAuth2ClientCredentialsEnabled: true
1718
oAuth2PasswordEnabled: false
1819
java:
19-
version: 0.16.2
20+
version: 0.17.0
2021
additionalDependencies: []
2122
additionalPlugins: []
2223
artifactID: plexapi

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.542.1
1+
speakeasyVersion: 1.555.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
@@ -8,19 +8,19 @@ sources:
88
- latest
99
plexapi:
1010
sourceNamespace: plexapi
11-
sourceRevisionDigest: sha256:37adc934a79841fb00cfe6ed569f5b1c88534b20202ecbde64b4e84828cee22a
12-
sourceBlobDigest: sha256:ffb5b8d288111a763e4d035c8c9e37f5c89690d146b7297493b43a71d8298e6c
11+
sourceRevisionDigest: sha256:78d07ad78ff60d0e9918696208d8c68a562e170d4e9c431797c02995fb8816d0
12+
sourceBlobDigest: sha256:d38dd2a36c1b2fd73409267f7b30c2d5d45d709616141803ea01db424ec68ae4
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1746405115
15+
- speakeasy-sdk-regen-1748997072
1616
targets:
1717
plexjava:
1818
source: plexapi
1919
sourceNamespace: plexapi
20-
sourceRevisionDigest: sha256:37adc934a79841fb00cfe6ed569f5b1c88534b20202ecbde64b4e84828cee22a
21-
sourceBlobDigest: sha256:ffb5b8d288111a763e4d035c8c9e37f5c89690d146b7297493b43a71d8298e6c
20+
sourceRevisionDigest: sha256:78d07ad78ff60d0e9918696208d8c68a562e170d4e9c431797c02995fb8816d0
21+
sourceBlobDigest: sha256:d38dd2a36c1b2fd73409267f7b30c2d5d45d709616141803ea01db424ec68ae4
2222
codeSamplesNamespace: code-samples-java-plexjava
23-
codeSamplesRevisionDigest: sha256:5ae904090d6739e899706a85cf9894383ad162f6ea644e5e60d5056518afbf57
23+
codeSamplesRevisionDigest: sha256:2028a8fe95bd6176b8c2ff3a498715a0be7cb00919f7a1e7975778292621dce5
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ The samples below show how a published SDK artifact is used:
6969

7070
Gradle:
7171
```groovy
72-
implementation 'dev.plexapi:plexapi:0.16.2'
72+
implementation 'dev.plexapi:plexapi:0.17.0'
7373
```
7474

7575
Maven:
7676
```xml
7777
<dependency>
7878
<groupId>dev.plexapi</groupId>
7979
<artifactId>plexapi</artifactId>
80-
<version>0.16.2</version>
80+
<version>0.17.0</version>
8181
</dependency>
8282
```
8383

@@ -192,7 +192,7 @@ public class Application {
192192
* [getLibraryDetails](docs/sdks/library/README.md#getlibrarydetails) - Get Library Details
193193
* [deleteLibrary](docs/sdks/library/README.md#deletelibrary) - Delete Library Section
194194
* [getLibraryItems](docs/sdks/library/README.md#getlibraryitems) - Get Library Items
195-
* [getAllMediaLibrary](docs/sdks/library/README.md#getallmedialibrary) - Get all media of library
195+
* [getLibrarySectionsAll](docs/sdks/library/README.md#getlibrarysectionsall) - Get Library section media by tag ALL
196196
* [getRefreshLibraryMetadata](docs/sdks/library/README.md#getrefreshlibrarymetadata) - Refresh Metadata Of The Library
197197
* [getSearchLibrary](docs/sdks/library/README.md#getsearchlibrary) - Search Library
198198
* [getGenresLibrary](docs/sdks/library/README.md#getgenreslibrary) - Get Genres of library media
@@ -371,8 +371,8 @@ public class Application {
371371

372372
PlexAPI sdk = PlexAPI.builder()
373373
.protocol(ServerProtocol.HTTPS)
374-
.ip("e0c3:bcc0:6bac:dccc:c4ec:34b1:ca98:4cb9")
375-
.port("40311")
374+
.ip("4982:bc2a:b4f8:efb5:2394:5bc3:ab4f:0e6d")
375+
.port("44765")
376376
.accessToken("<YOUR_API_KEY_HERE>")
377377
.build();
378378

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,14 @@ Based on:
348348
### Generated
349349
- [java v0.16.2] .
350350
### Releases
351-
- [Maven Central v0.16.2] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.16.2 - .
351+
- [Maven Central v0.16.2] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.16.2 - .
352+
353+
## 2025-06-04 00:30:54
354+
### Changes
355+
Based on:
356+
- OpenAPI Doc
357+
- Speakeasy CLI 1.555.2 (2.620.2) https://github.com/speakeasy-api/speakeasy
358+
### Generated
359+
- [java v0.17.0] .
360+
### Releases
361+
- [Maven Central v0.17.0] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.17.0 - .

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "dev.plexapi"
105105
artifactId = "plexapi"
106-
version = "0.16.2"
106+
version = "0.17.0"
107107

108108
from components.java
109109

0 commit comments

Comments
 (0)