File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.543.4
1
+ speakeasyVersion: 1.551.0
2
2
sources:
3
3
livepeer-studio-api:
4
4
sourceNamespace: livepeer-studio-api
5
- sourceRevisionDigest: sha256:2a39aaefa6d4f52498dc9ee5aec6e20911a09bd474bb9eb0c2f8f67de8d149de
5
+ sourceRevisionDigest: sha256:be07698337d87e87ee11bd608143458f3370e29750396d938b677aaa3ae96949
6
6
sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1745712246
9
+ - speakeasy-sdk-regen-1746921835
10
10
- 1.0.0
11
11
targets: {}
12
12
workflow:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ openapi: 3.1.0
3
3
info :
4
4
title : Livepeer AI Runner
5
5
description : An application to run AI pipelines
6
- version : 0.1.0
6
+ version : 0.13.5
7
7
servers :
8
8
- url : https://dream-gateway.livepeer.cloud
9
9
description : Livepeer Cloud Community Gateway
@@ -1517,6 +1517,11 @@ components:
1517
1517
title : Gateway Request Id
1518
1518
description : The ID of the Gateway request (for logging purposes).
1519
1519
default : ' '
1520
+ manifest_id :
1521
+ type : string
1522
+ title : Manifest Id
1523
+ description : The manifest ID from the orchestrator (for logging purposes).
1524
+ default : ' '
1520
1525
stream_id :
1521
1526
type : string
1522
1527
title : Stream Id
@@ -1553,6 +1558,11 @@ components:
1553
1558
title : Request Id
1554
1559
description : The ID generated for this request
1555
1560
default : ' '
1561
+ manifest_id :
1562
+ type : string
1563
+ title : Manifest Id
1564
+ description : Orchestrator manifest ID for this request
1565
+ default : ' '
1556
1566
type : object
1557
1567
required :
1558
1568
- subscribe_url
You can’t perform that action at this time.
0 commit comments