Compare commits

...

3 Commits

Author SHA1 Message Date
speakeasybot
258203517f ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.397.3 2024-09-16 19:16:31 +00:00
Luke Hagar
af70af8aee username as var 2024-09-16 19:12:57 +00:00
Luke Hagar
ee80753a6b Added username 2024-09-16 19:12:05 +00:00
9 changed files with 26 additions and 15 deletions

View File

@@ -28,5 +28,6 @@ jobs:
github_access_token: ${{ secrets.GITHUB_TOKEN }} github_access_token: ${{ secrets.GITHUB_TOKEN }}
java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }} java_gpg_passphrase: ${{ secrets.JAVA_GPG_PASSPHRASE }}
java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }} java_gpg_secret_key: ${{ secrets.JAVA_GPG_SECRET_KEY }}
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }} ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }} speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

View File

@@ -3,10 +3,10 @@ id: 1732900d-e173-47c1-a90d-d45182eb35d9
management: management:
docChecksum: a6fee1797b2da7ccbaf7743772a40b56 docChecksum: a6fee1797b2da7ccbaf7743772a40b56
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.397.2 speakeasyVersion: 1.397.3
generationVersion: 2.415.8 generationVersion: 2.415.8
releaseVersion: 0.3.3 releaseVersion: 0.3.4
configChecksum: a6378b080b9448e1abe66db14fe24490 configChecksum: 808dfb517ba6293da80d18294b933502
repoURL: https://github.com/LukeHagar/plexjava.git repoURL: https://github.com/LukeHagar/plexjava.git
published: true published: true
features: features:

View File

@@ -12,7 +12,7 @@ generation:
auth: auth:
oAuth2ClientCredentialsEnabled: true oAuth2ClientCredentialsEnabled: true
java: java:
version: 0.3.3 version: 0.3.4
additionalDependencies: [] additionalDependencies: []
additionalPlugins: [] additionalPlugins: []
artifactID: plexapi artifactID: plexapi

View File

@@ -1,4 +1,4 @@
speakeasyVersion: 1.397.2 speakeasyVersion: 1.397.3
sources: sources:
my-source: my-source:
sourceNamespace: my-source sourceNamespace: my-source
@@ -20,7 +20,7 @@ targets:
sourceRevisionDigest: sha256:533fe97486e3fe2d84e890b7bbcdba4543d415e45181386154e011861f6da36f sourceRevisionDigest: sha256:533fe97486e3fe2d84e890b7bbcdba4543d415e45181386154e011861f6da36f
sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9 sourceBlobDigest: sha256:f7e2709f52370dff16c1851a7a4e44a89f2e978e9cae335bffc10625950b3bd9
codeSamplesNamespace: code-samples-java-plexjava codeSamplesNamespace: code-samples-java-plexjava
codeSamplesRevisionDigest: sha256:14636d40633d1bfe4265214260f6ed238d889442576562ffc77adf3081337013 codeSamplesRevisionDigest: sha256:86ffa66afb3a60633728dab34bbbcd4952491c29ef5a043b38c527762400c7e0
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest
@@ -34,7 +34,7 @@ workflow:
source: plexapi source: plexapi
publish: publish:
java: java:
ossrhUsername: J4dlHj0l ossrhUsername: $ossrh_username
ossrhPassword: $ossrh_password ossrhPassword: $ossrh_password
gpgSecretKey: $java_gpg_secret_key gpgSecretKey: $java_gpg_secret_key
gpgPassPhrase: $java_gpg_passphrase gpgPassPhrase: $java_gpg_passphrase

View File

@@ -10,7 +10,7 @@ targets:
source: plexapi source: plexapi
publish: publish:
java: java:
ossrhUsername: J4dlHj0l ossrhUsername: $ossrh_username
ossrhPassword: $ossrh_password ossrhPassword: $ossrh_password
gpgSecretKey: $java_gpg_secret_key gpgSecretKey: $java_gpg_secret_key
gpgPassPhrase: $java_gpg_passphrase gpgPassPhrase: $java_gpg_passphrase

View File

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

View File

@@ -39,3 +39,13 @@ Based on:
- [java v0.3.3] . - [java v0.3.3] .
### Releases ### Releases
- [Maven Central v0.3.3] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.3 - . - [Maven Central v0.3.3] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.3 - .
## 2024-09-16 19:14:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.397.3 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.3.4] .
### Releases
- [Maven Central v0.3.4] https://central.sonatype.com/artifact/dev.plexapi/plexapi/0.3.4 - .

View File

@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
} }
group = "dev.plexapi" group = "dev.plexapi"
version = "0.3.3" version = "0.3.4"
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.3.3' version = '0.3.4'
from components.java from components.java

View File

@@ -36,9 +36,9 @@ class SDKConfiguration {
} }; } };
public String language = "java"; public String language = "java";
public String openapiDocVersion = "0.0.3"; public String openapiDocVersion = "0.0.3";
public String sdkVersion = "0.3.3"; public String sdkVersion = "0.3.4";
public String genVersion = "2.415.8"; public String genVersion = "2.415.8";
public String userAgent = "speakeasy-sdk/java 0.3.3 2.415.8 0.0.3 dev.plexapi.sdk"; public String userAgent = "speakeasy-sdk/java 0.3.4 2.415.8 0.0.3 dev.plexapi.sdk";
private Hooks _hooks = createHooks(); private Hooks _hooks = createHooks();