Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 0.6.0 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.speakeasy/reports
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
Expand Down
1,922 changes: 1,228 additions & 694 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ generation:
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
java:
version: 0.5.0
version: 0.6.0
additionalDependencies: []
additionalPlugins: []
artifactID: livepeer
clientServerStatusCodesAsErrors: true
companyEmail: [email protected]
companyName: My Company
companyURL: www.mycompany.com
defaultErrorName: SDKError
flattenGlobalSecurity: true
githubURL: github.com/owner/repo
groupID: studio.livepeer
Expand Down
20 changes: 12 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.377.1
speakeasyVersion: 1.476.2
sources:
Livepeer:
sourceNamespace: livepeer
Expand All @@ -8,31 +8,33 @@ sources:
- latest
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:9333277669bf8fb46063579d611518570aff37c2bfb20e0a90fd3b0c030ca2ad
sourceBlobDigest: sha256:1705d75b1de89f7c2e60643ed2c2aaced22b577da6f2935b1c2e09d533bb7182
sourceRevisionDigest: sha256:127e04d5e20a9465e2dea103b6d620f7f90acb84d2515ea5d06a49175c19d43e
sourceBlobDigest: sha256:7592f82f485dd2968fd3b6015c1c8bef5cd90c1f5328aec93b56fbe288a6cd9d
tags:
- latest
- main
- speakeasy-sdk-regen-1731111021
- 1.0.0
targets:
livepeer-java:
source: livepeer-studio-api
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:9333277669bf8fb46063579d611518570aff37c2bfb20e0a90fd3b0c030ca2ad
sourceBlobDigest: sha256:1705d75b1de89f7c2e60643ed2c2aaced22b577da6f2935b1c2e09d533bb7182
outLocation: /github/workspace/repo
sourceRevisionDigest: sha256:127e04d5e20a9465e2dea103b6d620f7f90acb84d2515ea5d06a49175c19d43e
sourceBlobDigest: sha256:7592f82f485dd2968fd3b6015c1c8bef5cd90c1f5328aec93b56fbe288a6cd9d
codeSamplesNamespace: livepeer-studio-api-java-code-samples
codeSamplesRevisionDigest: sha256:8a4a5c742de114dbb9cf10fbf35976eea546eaa83728384cd8c4b73a3bdaf4f9
my-first-target:
source: Livepeer
sourceNamespace: livepeer
sourceRevisionDigest: sha256:a27b08eda9895afa45560e8255cc722036759a56c7c16bf09d002f2f5a4e2dea
sourceBlobDigest: sha256:856a4f7c8547bd06b13cb376f3b89f51fe7f6578c4fa6284a1877fc99cc46766
outLocation: /Users/chase/git/livepeer/livepeer-java
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
livepeer-studio-api:
inputs:
- location: https://raw.githubusercontent.com/livepeer/studio/master/packages/api/src/schema/api-schema.yaml
- location: https://raw.githubusercontent.com/livepeer/studio/master/packages/api/src/schema/ai-api-schema.yaml
registry:
location: registry.speakeasyapi.dev/livepeer/livepeer-studio/livepeer-studio-api
targets:
Expand All @@ -41,3 +43,5 @@ workflow:
source: livepeer-studio-api
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/livepeer/livepeer-studio/livepeer-studio-api-java-code-samples
2 changes: 2 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ targets:
source: livepeer-studio-api
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/livepeer/livepeer-studio/livepeer-studio-api-java-code-samples
Loading