Skip to content
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
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
speakeasyVersion: 1.543.4
speakeasyVersion: 1.649.0
sources:
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:2a39aaefa6d4f52498dc9ee5aec6e20911a09bd474bb9eb0c2f8f67de8d149de
sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44
sourceRevisionDigest: sha256:e9f866c9544690b86e25eb48f76a09832d9a59f9bc3fe5abe79816e09bf3dd2f
sourceBlobDigest: sha256:ef1e2fa4570f034e5b88d78cc26fcacb9c1214f7ff41227c9211076dd8eea513
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.11
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
Loading