Skip to content

chore: 🐝 Update Specs - Generate #714

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 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.543.4
speakeasyVersion: 1.558.1
sources:
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:2a39aaefa6d4f52498dc9ee5aec6e20911a09bd474bb9eb0c2f8f67de8d149de
sourceRevisionDigest: sha256:be07698337d87e87ee11bd608143458f3370e29750396d938b677aaa3ae96949
sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44
tags:
- latest
- speakeasy-sdk-regen-1745712246
- speakeasy-sdk-regen-1746921835
- 1.0.0
targets: {}
workflow:
Expand Down
12 changes: 11 additions & 1 deletion ai/api-reference/gateway.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.1.0
info:
title: Livepeer AI Runner
description: An application to run AI pipelines
version: 0.1.0
version: 0.13.7
servers:
- url: https://dream-gateway.livepeer.cloud
description: Livepeer Cloud Community Gateway
Expand Down Expand Up @@ -1517,6 +1517,11 @@ components:
title: Gateway Request Id
description: The ID of the Gateway request (for logging purposes).
default: ''
manifest_id:
type: string
title: Manifest Id
description: The manifest ID from the orchestrator (for logging purposes).
default: ''
stream_id:
type: string
title: Stream Id
Expand Down Expand Up @@ -1553,6 +1558,11 @@ components:
title: Request Id
description: The ID generated for this request
default: ''
manifest_id:
type: string
title: Manifest Id
description: Orchestrator manifest ID for this request
default: ''
type: object
required:
- subscribe_url
Expand Down