Skip to content

Commit dd781d1

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.529.1
1 parent dcdcafc commit dd781d1

29 files changed

+1021
-639
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88
*.bat text eol=crlf
99

1010
# This allows generated code to be indexed correctly
11-
*.java linguist-generated=false
12-
11+
*.java linguist-generated=false

.speakeasy/gen.lock

Lines changed: 128 additions & 145 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ generation:
1515
oAuth2ClientCredentialsEnabled: true
1616
oAuth2PasswordEnabled: false
1717
java:
18-
version: 0.14.1
18+
version: 0.14.2
1919
additionalDependencies: []
2020
additionalPlugins: []
2121
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.528.1
1+
speakeasyVersion: 1.529.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
@@ -8,19 +8,19 @@ sources:
88
- latest
99
plexapi:
1010
sourceNamespace: plexapi
11-
sourceRevisionDigest: sha256:b5580df6ec4a386e12249ff13f35b916fe5559e101de4a816b53e47d6947f1a5
12-
sourceBlobDigest: sha256:6108b6c35fbe7e9163ffe0c804170f5e3a6edb63b8e745454ea8ee249bd790c3
11+
sourceRevisionDigest: sha256:ea508e3da23b283f47aeb4384d6b3ab374a27bdffb8d8d8376cedbad3ad77a06
12+
sourceBlobDigest: sha256:c210adbd02b0213b9e6f95ffc27f60ec38f8f9040137d55ccf2b650d92ab0ff5
1313
tags:
1414
- latest
15-
- speakeasy-sdk-regen-1743640078
15+
- speakeasy-sdk-regen-1743899436
1616
targets:
1717
plexjava:
1818
source: plexapi
1919
sourceNamespace: plexapi
20-
sourceRevisionDigest: sha256:b5580df6ec4a386e12249ff13f35b916fe5559e101de4a816b53e47d6947f1a5
21-
sourceBlobDigest: sha256:6108b6c35fbe7e9163ffe0c804170f5e3a6edb63b8e745454ea8ee249bd790c3
20+
sourceRevisionDigest: sha256:ea508e3da23b283f47aeb4384d6b3ab374a27bdffb8d8d8376cedbad3ad77a06
21+
sourceBlobDigest: sha256:c210adbd02b0213b9e6f95ffc27f60ec38f8f9040137d55ccf2b650d92ab0ff5
2222
codeSamplesNamespace: code-samples-java-plexjava
23-
codeSamplesRevisionDigest: sha256:5ac1b6e0506bbf85ab353ce21dbf6646b6590efa4ba68ab778ba9836b378e0f6
23+
codeSamplesRevisionDigest: sha256:c7bc64aee5441f09dae1f6b15a89c94f6b6065f2e25f5528e849e5ddf2f50d8c
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

README.md

Lines changed: 2 additions & 2 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.14.1'
72+
implementation 'dev.plexapi:plexapi:0.14.2'
7373
```
7474

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,14 @@ Based on:
298298
### Generated
299299
- [java v0.14.1] .
300300
### Releases
301-
- [Maven Central v0.14.1] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.14.1 - .
301+
- [Maven Central v0.14.1] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.14.1 - .
302+
303+
## 2025-04-06 00:30:19
304+
### Changes
305+
Based on:
306+
- OpenAPI Doc
307+
- Speakeasy CLI 1.529.1 (2.566.5) https://github.com/speakeasy-api/speakeasy
308+
### Generated
309+
- [java v0.14.2] .
310+
### Releases
311+
- [Maven Central v0.14.2] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.14.2 - .

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.14.1"
106+
version = "0.14.2"
107107

108108
from components.java
109109

0 commit comments

Comments
 (0)