Skip to content

Commit

Permalink
Merge pull request #16 from livepeer/speakeasy-sdk-regen-1721088926
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 0.1.1
  • Loading branch information
0xcadams authored Aug 13, 2024
2 parents 88a6147 + 1c86017 commit e09886d
Show file tree
Hide file tree
Showing 158 changed files with 851 additions and 672 deletions.
19 changes: 10 additions & 9 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
lockVersion: 2.0.0
id: 8c3ff122-1fb8-439c-8680-989f956dfd8d
management:
docChecksum: bd22d35dc6bf62d09e41897481fef714
docChecksum: b5a2c208bc36f884f74846e5b9777fb8
docVersion: 1.0.0
speakeasyVersion: 1.332.1
generationVersion: 2.366.1
releaseVersion: 0.1.0
configChecksum: b8377b3392c6a1ac01e2e558eb20ee44
speakeasyVersion: 1.363.1
generationVersion: 2.396.0
releaseVersion: 0.1.1
configChecksum: a01b4eb287b2b5ba1dc8f7988add268f
repoURL: https://github.com/livepeer/livepeer-python.git
installationURL: https://github.com/livepeer/livepeer-python.git
features:
python:
additionalDependencies: 0.1.0
additionalProperties: 0.1.0
constsAndDefaults: 0.1.3
core: 4.8.1
constsAndDefaults: 0.1.4
core: 4.8.4
deprecations: 2.81.1
flattening: 2.81.1
globalSecurity: 2.83.5
globalSecurity: 2.83.7
globalSecurityCallbacks: 0.1.0
globalSecurityFlattening: 0.1.0
globalServerURLs: 2.82.2
Expand All @@ -26,7 +26,7 @@ features:
nullables: 0.1.0
responseFormat: 0.1.0
sdkHooks: 0.1.0
unions: 2.82.8
unions: 2.82.9
generatedFiles:
- src/livepeer/sdkconfiguration.py
- src/livepeer/stream.py
Expand Down Expand Up @@ -477,3 +477,4 @@ generatedFiles:
- src/livepeer/_hooks/sdkhooks.py
- src/livepeer/_hooks/types.py
- src/livepeer/_hooks/__init__.py
- 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
python:
version: 0.1.0
version: 0.1.1
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ speakeasyVersion: 1.326.0
sources:
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:9a9d72e319534e5d5525297a8ac2a1b4e5c1270941818756835759be44803dfd
sourceBlobDigest: sha256:325036f1e2ef18ca296e6fc9be547e7c143311b312474806e0f46ddc8ce56531
sourceRevisionDigest: sha256:75a0a2dd93a30bce13456eb6bb768b82bfa1ed52a3fa1cb2b0955e4c185b7a6e
sourceBlobDigest: sha256:df10f3d5aa4d0444ea7deb20e094832fe7deb709e5ca57f49ef729dfef2adc3b
tags:
- latest
- main
targets:
livepeer-python:
source: livepeer-studio-api
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:9a9d72e319534e5d5525297a8ac2a1b4e5c1270941818756835759be44803dfd
sourceBlobDigest: sha256:325036f1e2ef18ca296e6fc9be547e7c143311b312474806e0f46ddc8ce56531
sourceRevisionDigest: sha256:75a0a2dd93a30bce13456eb6bb768b82bfa1ed52a3fa1cb2b0955e4c185b7a6e
sourceBlobDigest: sha256:df10f3d5aa4d0444ea7deb20e094832fe7deb709e5ca57f49ef729dfef2adc3b
outLocation: /github/workspace/repo
my-first-target:
source: livepeer-studio-api
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
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ res = s.stream.create(request=components.NewStreamPayload(
components.FfmpegProfile(
width=1280,
name='720p',
height=486589,
height=720,
bitrate=3000000,
fps=30,
fps_den=1,
Expand All @@ -230,6 +230,7 @@ res = s.stream.create(request=components.NewStreamPayload(
bitrate=3000000,
width=1280,
name='720p',
height=720,
quality=23,
fps=30,
fps_den=1,
Expand Down Expand Up @@ -298,7 +299,7 @@ res = s.stream.create(request=components.NewStreamPayload(
components.FfmpegProfile(
width=1280,
name='720p',
height=486589,
height=720,
bitrate=3000000,
fps=30,
fps_den=1,
Expand All @@ -314,6 +315,7 @@ res = s.stream.create(request=components.NewStreamPayload(
bitrate=3000000,
width=1280,
name='720p',
height=720,
quality=23,
fps=30,
fps_den=1,
Expand Down Expand Up @@ -406,7 +408,7 @@ res = s.stream.create(request=components.NewStreamPayload(
components.FfmpegProfile(
width=1280,
name='720p',
height=486589,
height=720,
bitrate=3000000,
fps=30,
fps_den=1,
Expand All @@ -422,6 +424,7 @@ res = s.stream.create(request=components.NewStreamPayload(
bitrate=3000000,
width=1280,
name='720p',
height=720,
quality=23,
fps=30,
fps_den=1,
Expand Down Expand Up @@ -499,7 +502,7 @@ res = s.stream.create(request=components.NewStreamPayload(
components.FfmpegProfile(
width=1280,
name='720p',
height=486589,
height=720,
bitrate=3000000,
fps=30,
fps_den=1,
Expand All @@ -515,6 +518,7 @@ res = s.stream.create(request=components.NewStreamPayload(
bitrate=3000000,
width=1280,
name='720p',
height=720,
quality=23,
fps=30,
fps_den=1,
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.332.1 (2.366.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.1.0] .
- [python v0.1.0] .

## 2024-08-13 00:16:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.363.1 (2.396.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.1.1] .
3 changes: 2 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ res = s.stream.create(request=components.NewStreamPayload(
components.FfmpegProfile(
width=1280,
name='720p',
height=486589,
height=720,
bitrate=3000000,
fps=30,
fps_den=1,
Expand All @@ -48,6 +48,7 @@ res = s.stream.create(request=components.NewStreamPayload(
bitrate=3000000,
width=1280,
name='720p',
height=720,
quality=23,
fps=30,
fps_den=1,
Expand Down
Loading

0 comments on commit e09886d

Please sign in to comment.