File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.488.0
1
+ speakeasyVersion: 1.529.1
2
2
sources:
3
3
livepeer-studio-api:
4
4
sourceNamespace: livepeer-studio-api
5
- sourceRevisionDigest: sha256:080442eee9caa414607243ffc49e136e2945fe4de0ff3f69fb2745a9bbaab6db
6
- sourceBlobDigest: sha256:aa1eb89ec2088921bffdf630acb4a5a9169b5384806ebcdb19a321a6ed15dceb
5
+ sourceRevisionDigest: sha256:cc36453544b18c08474df1aaa531bafa1ab95648ad6e705eeea6eebb6c25ba44
6
+ sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44
7
7
tags:
8
8
- latest
9
- - speakeasy-sdk-regen-1739232219
9
+ - speakeasy-sdk-regen-1739318631
10
10
- 1.0.0
11
11
targets: {}
12
12
workflow:
Original file line number Diff line number Diff line change @@ -1512,6 +1512,16 @@ components:
1512
1512
title : Params
1513
1513
description : Initial parameters for the pipeline.
1514
1514
default : {}
1515
+ gateway_request_id :
1516
+ type : string
1517
+ title : Gateway Request Id
1518
+ description : The ID of the Gateway request (for logging purposes).
1519
+ default : ' '
1520
+ stream_id :
1521
+ type : string
1522
+ title : Stream Id
1523
+ description : The Stream ID (for logging purposes).
1524
+ default : ' '
1515
1525
type : object
1516
1526
required :
1517
1527
- subscribe_url
@@ -1538,6 +1548,11 @@ components:
1538
1548
title : Events Url
1539
1549
description : URL for subscribing to events for pipeline status and logs
1540
1550
default : ' '
1551
+ request_id :
1552
+ type : string
1553
+ title : Request Id
1554
+ description : The ID generated for this request
1555
+ default : ' '
1541
1556
type : object
1542
1557
required :
1543
1558
- subscribe_url
You can’t perform that action at this time.
0 commit comments