Skip to content

Commit

Permalink
Merge pull request #25 from livepeer/speakeasy-sdk-regen-1721089529
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.3.0
  • Loading branch information
0xcadams authored Aug 13, 2024
2 parents d852494 + f520953 commit 544cbed
Show file tree
Hide file tree
Showing 163 changed files with 991 additions and 747 deletions.
20 changes: 11 additions & 9 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
lockVersion: 2.0.0
id: 17bba98d-ccbf-4675-8dd5-54aa47cbeeb4
management:
docChecksum: f3bffafa3d73c8850f9e4ad4a49e0094
docChecksum: b07d9fb0472710366cb13f9d82d6f7e6
docVersion: 1.0.0
speakeasyVersion: 1.332.1
generationVersion: 2.366.1
releaseVersion: 0.2.0
configChecksum: b99cdeec0fdd49fb2e4899103b1bc25e
speakeasyVersion: 1.363.1
generationVersion: 2.396.0
releaseVersion: 0.3.0
configChecksum: 4b28c370330d8627b2962f37996e4d43
repoURL: https://github.com/livepeer/livepeer-go.git
installationURL: https://github.com/livepeer/livepeer-go
features:
go:
additionalDependencies: 0.1.0
additionalProperties: 0.1.2
constsAndDefaults: 0.1.4
core: 3.4.15
constsAndDefaults: 0.1.6
core: 3.5.3
defaultEnabledRetries: 0.2.0
deprecations: 2.81.1
envVarSecurityUsage: 0.3.0
flattening: 2.81.1
globalSecurity: 2.82.9
globalSecurity: 2.82.10
globalSecurityCallbacks: 0.1.0
globalSecurityFlattening: 0.1.0
globalServerURLs: 2.82.2
Expand All @@ -29,7 +30,7 @@ features:
responseFormat: 0.1.2
retries: 2.83.0
sdkHooks: 0.1.0
unions: 2.85.8
unions: 2.85.9
generatedFiles:
- stream.go
- multistream.go
Expand Down Expand Up @@ -484,3 +485,4 @@ generatedFiles:
- models/operations/options.go
- .gitattributes
- internal/hooks/hooks.go
- CONTRIBUTING.md
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
go:
version: 0.2.0
version: 0.3.0
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.332.1
speakeasyVersion: 1.363.1
sources:
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:027ed57053c53d58015efee7a77b36e2da7fe5cb406012bc750fd10c0e3e5c5a
sourceBlobDigest: sha256:a5b11337c903574accd57286a2822f889d87cf7d28c1b8f251bcff32403c4caf
sourceRevisionDigest: sha256:7934d00ef817e4e73f425924ede45bfc07fa8cec279eac1ee02f6f5e93730fd6
sourceBlobDigest: sha256:a8253bb61f7b575ee7c22213c414c3f1caed2c39fd613b3e3e5f759f8761ec8e
tags:
- latest
- main
targets:
livepeer-go:
source: livepeer-studio-api
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:027ed57053c53d58015efee7a77b36e2da7fe5cb406012bc750fd10c0e3e5c5a
sourceBlobDigest: sha256:a5b11337c903574accd57286a2822f889d87cf7d28c1b8f251bcff32403c4caf
sourceRevisionDigest: sha256:7934d00ef817e4e73f425924ede45bfc07fa8cec279eac1ee02f6f5e93730fd6
sourceBlobDigest: sha256:a8253bb61f7b575ee7c22213c414c3f1caed2c39fd613b3e3e5f759f8761ec8e
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Contributing to This Repository

Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.

## How to Report Issues

If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:

- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant logs, screenshots, or error messages
- Information about your environment (e.g., operating system, software versions)
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed

## Issue Triage and Upstream Fixes

We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.

## Contact

If you have any questions or need further assistance, please feel free to reach out by opening an issue.

Thank you for your understanding and cooperation!

The Maintainers
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func main() {
components.FfmpegProfile{
Width: 1280,
Name: "720p",
Height: 486589,
Height: 720,
Bitrate: 3000000,
Fps: 30,
FpsDen: livepeergo.Int64(1),
Expand All @@ -253,6 +253,7 @@ func main() {
components.TranscodeProfile{
Width: livepeergo.Int64(1280),
Name: livepeergo.String("720p"),
Height: livepeergo.Int64(720),
Bitrate: 3000000,
Quality: livepeergo.Int64(23),
Fps: livepeergo.Int64(30),
Expand Down Expand Up @@ -332,7 +333,7 @@ func main() {
components.FfmpegProfile{
Width: 1280,
Name: "720p",
Height: 486589,
Height: 720,
Bitrate: 3000000,
Fps: 30,
FpsDen: livepeergo.Int64(1),
Expand All @@ -347,6 +348,7 @@ func main() {
components.TranscodeProfile{
Width: livepeergo.Int64(1280),
Name: livepeergo.String("720p"),
Height: livepeergo.Int64(720),
Bitrate: 3000000,
Quality: livepeergo.Int64(23),
Fps: livepeergo.Int64(30),
Expand Down Expand Up @@ -463,7 +465,7 @@ func main() {
components.FfmpegProfile{
Width: 1280,
Name: "720p",
Height: 486589,
Height: 720,
Bitrate: 3000000,
Fps: 30,
FpsDen: livepeergo.Int64(1),
Expand All @@ -478,6 +480,7 @@ func main() {
components.TranscodeProfile{
Width: livepeergo.Int64(1280),
Name: livepeergo.String("720p"),
Height: livepeergo.Int64(720),
Bitrate: 3000000,
Quality: livepeergo.Int64(23),
Fps: livepeergo.Int64(30),
Expand Down Expand Up @@ -572,7 +575,7 @@ func main() {
components.FfmpegProfile{
Width: 1280,
Name: "720p",
Height: 486589,
Height: 720,
Bitrate: 3000000,
Fps: 30,
FpsDen: livepeergo.Int64(1),
Expand All @@ -587,6 +590,7 @@ func main() {
components.TranscodeProfile{
Width: livepeergo.Int64(1280),
Name: livepeergo.String("720p"),
Height: livepeergo.Int64(720),
Bitrate: 3000000,
Quality: livepeergo.Int64(23),
Fps: livepeergo.Int64(30),
Expand Down Expand Up @@ -764,7 +768,7 @@ func main() {
components.FfmpegProfile{
Width: 1280,
Name: "720p",
Height: 486589,
Height: 720,
Bitrate: 3000000,
Fps: 30,
FpsDen: livepeergo.Int64(1),
Expand All @@ -779,6 +783,7 @@ func main() {
components.TranscodeProfile{
Width: livepeergo.Int64(1280),
Name: livepeergo.String("720p"),
Height: livepeergo.Int64(720),
Bitrate: 3000000,
Quality: livepeergo.Int64(23),
Fps: livepeergo.Int64(30),
Expand Down Expand Up @@ -876,7 +881,7 @@ func main() {
components.FfmpegProfile{
Width: 1280,
Name: "720p",
Height: 486589,
Height: 720,
Bitrate: 3000000,
Fps: 30,
FpsDen: livepeergo.Int64(1),
Expand All @@ -891,6 +896,7 @@ func main() {
components.TranscodeProfile{
Width: livepeergo.Int64(1280),
Name: livepeergo.String("720p"),
Height: livepeergo.Int64(720),
Bitrate: 3000000,
Quality: livepeergo.Int64(23),
Fps: livepeergo.Int64(30),
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,14 @@ Based on:
### Generated
- [go v0.2.0] .
### Releases
- [Go v0.2.0] https://github.com/livepeer/livepeer-go/releases/tag/v0.2.0 - .
- [Go v0.2.0] https://github.com/livepeer/livepeer-go/releases/tag/v0.2.0 - .

## 2024-08-13 00:26:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.363.1 (2.396.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v0.3.0] .
### Releases
- [Go v0.3.0] https://github.com/livepeer/livepeer-go/releases/tag/v0.3.0 - .
3 changes: 2 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
components.FfmpegProfile{
Width: 1280,
Name: "720p",
Height: 486589,
Height: 720,
Bitrate: 3000000,
Fps: 30,
FpsDen: livepeergo.Int64(1),
Expand All @@ -52,6 +52,7 @@ func main() {
components.TranscodeProfile{
Width: livepeergo.Int64(1280),
Name: livepeergo.String("720p"),
Height: livepeergo.Int64(720),
Bitrate: 3000000,
Quality: livepeergo.Int64(23),
Fps: livepeergo.Int64(30),
Expand Down
2 changes: 1 addition & 1 deletion accesscontrol.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package livepeergo

Expand Down
2 changes: 1 addition & 1 deletion asset.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package livepeergo

Expand Down
Loading

0 comments on commit 544cbed

Please sign in to comment.