Skip to content

Commit 25c0be5

Browse files
feat: Add Video Creator ID dimension (#325) (#553)
1 parent b93c258 commit 25c0be5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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

src/resources/data/metrics.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,8 @@ export interface MetricListParams {
934934
| 'audio_codec'
935935
| 'video_dynamic_range_type'
936936
| 'view_cdn_edge_pop'
937-
| 'view_cdn_origin';
937+
| 'view_cdn_origin'
938+
| 'video_creator_id';
938939

939940
/**
940941
* Limit the results to rows that match conditions from provided key:value pairs.
@@ -1308,7 +1309,8 @@ export interface MetricListBreakdownValuesParams extends BasePageParams {
13081309
| 'audio_codec'
13091310
| 'video_dynamic_range_type'
13101311
| 'view_cdn_edge_pop'
1311-
| 'view_cdn_origin';
1312+
| 'view_cdn_origin'
1313+
| 'video_creator_id';
13121314

13131315
/**
13141316
* Measurement for the provided metric. If omitted, the default for the metric will

src/resources/data/video-views.ts

+2
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ export namespace VideoViewResponse {
309309

310310
video_content_type: string | null;
311311

312+
video_creator_id: string | null;
313+
312314
video_duration: number | null;
313315

314316
video_dynamic_range_type: string | null;

0 commit comments

Comments
 (0)