File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 88
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-18b648ff0f5b764df4ec2b2e313996cbc27a08a1516316a0368f3ca9786a7944 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-971dbb8e42c355929fecebf9c1a526fece11db5f7e709d0c23cc55e97a639438 .yml
Original file line number Diff line number Diff line change @@ -934,7 +934,8 @@ export interface MetricListParams {
934
934
| 'audio_codec'
935
935
| 'video_dynamic_range_type'
936
936
| 'view_cdn_edge_pop'
937
- | 'view_cdn_origin' ;
937
+ | 'view_cdn_origin'
938
+ | 'video_creator_id' ;
938
939
939
940
/**
940
941
* Limit the results to rows that match conditions from provided key:value pairs.
@@ -1308,7 +1309,8 @@ export interface MetricListBreakdownValuesParams extends BasePageParams {
1308
1309
| 'audio_codec'
1309
1310
| 'video_dynamic_range_type'
1310
1311
| 'view_cdn_edge_pop'
1311
- | 'view_cdn_origin' ;
1312
+ | 'view_cdn_origin'
1313
+ | 'video_creator_id' ;
1312
1314
1313
1315
/**
1314
1316
* Measurement for the provided metric. If omitted, the default for the metric will
Original file line number Diff line number Diff line change @@ -309,6 +309,8 @@ export namespace VideoViewResponse {
309
309
310
310
video_content_type : string | null ;
311
311
312
+ video_creator_id : string | null ;
313
+
312
314
video_duration : number | null ;
313
315
314
316
video_dynamic_range_type : string | null ;
You can’t perform that action at this time.
0 commit comments