Skip to content

chore: 🐝 Update SDK - Generate 0.6.0 #14

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

Open
wants to merge 2 commits 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
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
*.bat text eol=crlf

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

*.java linguist-generated=false
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.speakeasy/temp/
.speakeasy/reports
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
Expand Down
1,933 changes: 1,236 additions & 697 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@ generation:
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: true
nameResolutionFeb2025: false
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
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.540.0
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:3a52d5f351da1511749650e156f0859f22ccdc4c17d0a507deb61e4c059a8652
sourceBlobDigest: sha256:4488790737c35e02b007209a1c0f7c6828c03112914a4b4cd3c7a49256a80167
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:3a52d5f351da1511749650e156f0859f22ccdc4c17d0a507deb61e4c059a8652
sourceBlobDigest: sha256:4488790737c35e02b007209a1c0f7c6828c03112914a4b4cd3c7a49256a80167
codeSamplesNamespace: livepeer-studio-api-java-code-samples
codeSamplesRevisionDigest: sha256:7048a0331a6a88ec766775041cb4329d47496578e4e0ce4d0bcd33fd1cf5979c
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