Skip to content

Commit

Permalink
Merge pull request #15 from livepeer/speakeasy-sdk-regen-1718151540
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
0xcadams authored Jun 12, 2024
2 parents 261fba6 + 1281412 commit 2fde757
Show file tree
Hide file tree
Showing 139 changed files with 3,340 additions and 5,740 deletions.
16 changes: 10 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: 7146d910-ec93-46d4-b2c7-5717a58dd471
management:
docChecksum: b534222e8195f9c182c64e92d4c02912
docChecksum: ff2202a25732837028e6242ecc0ab673
docVersion: 1.0.0
speakeasyVersion: 1.299.7
generationVersion: 2.338.12
releaseVersion: 3.2.8
configChecksum: 55085eee99ac73a09b40abe853be6747
speakeasyVersion: 1.305.0
generationVersion: 2.340.3
releaseVersion: 3.2.9
configChecksum: b42bd7334f0894380711f64530bb74e9
repoURL: https://github.com/livepeer/livepeer-js.git
installationURL: https://github.com/livepeer/livepeer-js
features:
typescript:
additionalDependencies: 0.1.0
additionalProperties: 0.1.1
constsAndDefaults: 0.1.5
core: 3.9.11
core: 3.9.13
deprecations: 2.81.1
flattening: 2.81.1
globalSecurity: 2.82.9
Expand Down Expand Up @@ -51,6 +51,7 @@ generatedFiles:
- src/lib/encodings.ts
- src/lib/http.ts
- src/lib/is-plain-object.ts
- src/lib/primitives.ts
- src/lib/retries.ts
- src/lib/schemas.ts
- src/lib/sdks.ts
Expand Down Expand Up @@ -131,6 +132,7 @@ generatedFiles:
- src/models/components/usertags.ts
- src/models/components/multistream.ts
- src/models/components/target.ts
- src/models/components/recordingspec.ts
- src/models/components/inputcreatorid.ts
- src/models/components/pull.ts
- src/models/components/streampatchpayload.ts
Expand Down Expand Up @@ -298,6 +300,7 @@ generatedFiles:
- docs/models/components/streamismobile.md
- docs/models/components/streamlocation.md
- docs/models/components/streampull.md
- docs/models/components/streamrecordingspec.md
- docs/models/components/streammultistream.md
- docs/models/components/renditions.md
- docs/models/components/stream.md
Expand All @@ -316,6 +319,7 @@ generatedFiles:
- docs/models/components/multistream.md
- docs/models/components/targetspec.md
- docs/models/components/target.md
- docs/models/components/recordingspec.md
- docs/models/components/inputcreatoridtype.md
- docs/models/components/inputcreatorid1.md
- docs/models/components/inputcreatorid.md
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.299.7
speakeasyVersion: 1.305.0
sources:
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:079afc6f9f51e86282d312924a2bf42fb07a74d2c8ff3b76a6afbe5f6a05031c
sourceBlobDigest: sha256:4a61d5964ef532d40c54fbf5d6c201e5cc329dffe043225bb66512919a855e33
sourceRevisionDigest: sha256:3a378a63c4854006263447f4e5522c7a87548b2c7aa0df299cf9fa651f6eccb9
sourceBlobDigest: sha256:fcd863c6fbe4c7582ddff6889061a332f53f124c2065c385d3ced1a220b69a7b
tags:
- latest
- main
targets:
livepeer-ts:
source: livepeer-studio-api
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:079afc6f9f51e86282d312924a2bf42fb07a74d2c8ff3b76a6afbe5f6a05031c
sourceBlobDigest: sha256:4a61d5964ef532d40c54fbf5d6c201e5cc329dffe043225bb66512919a855e33
sourceRevisionDigest: sha256:3a378a63c4854006263447f4e5522c7a87548b2c7aa0df299cf9fa651f6eccb9
sourceBlobDigest: sha256:fcd863c6fbe4c7582ddff6889061a332f53f124c2065c385d3ced1a220b69a7b
outLocation: .
workflow:
workflowVersion: 1.0.0
Expand Down
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,21 @@ async function run() {
},
],
record: false,
recordingSpec: {
profiles: [
{
width: 1280,
name: "720p",
height: 489382,
bitrate: 3000000,
fps: 30,
fpsDen: 1,
quality: 23,
gop: "2",
profile: Profile.H264Baseline,
},
],
},
multistream: {
targets: [
{
Expand Down Expand Up @@ -305,6 +320,21 @@ async function run() {
},
],
record: false,
recordingSpec: {
profiles: [
{
width: 1280,
name: "720p",
height: 489382,
bitrate: 3000000,
fps: 30,
fpsDen: 1,
quality: 23,
gop: "2",
profile: Profile.H264Baseline,
},
],
},
multistream: {
targets: [
{
Expand Down Expand Up @@ -433,6 +463,21 @@ async function run() {
},
],
record: false,
recordingSpec: {
profiles: [
{
width: 1280,
name: "720p",
height: 489382,
bitrate: 3000000,
fps: 30,
fpsDen: 1,
quality: 23,
gop: "2",
profile: Profile.H264Baseline,
},
],
},
multistream: {
targets: [
{
Expand Down Expand Up @@ -527,6 +572,21 @@ async function run() {
},
],
record: false,
recordingSpec: {
profiles: [
{
width: 1280,
name: "720p",
height: 489382,
bitrate: 3000000,
fps: 30,
fpsDen: 1,
quality: 23,
gop: "2",
profile: Profile.H264Baseline,
},
],
},
multistream: {
targets: [
{
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.299.7 (2.338.12) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v3.2.8] .
- [typescript v3.2.8] .

## 2024-06-12 00:18:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.305.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v3.2.9] .
15 changes: 15 additions & 0 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,21 @@ async function run() {
},
],
record: false,
recordingSpec: {
profiles: [
{
width: 1280,
name: "720p",
height: 489382,
bitrate: 3000000,
fps: 30,
fpsDen: 1,
quality: 23,
gop: "2",
profile: Profile.H264Baseline,
},
],
},
multistream: {
targets: [
{
Expand Down
Loading

0 comments on commit 2fde757

Please sign in to comment.