diff --git a/.stats.yml b/.stats.yml index 369a16be..d4e14fb0 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 88 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-8481a2dad8c1237653cceb4b3cb43e3c3985332834d0cf3ef6b69a4cddef25a9.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-5bc9dec57cc47596441c1af33503b43275966e117bb43d2d6c3c5301a1644330.yml diff --git a/src/resources/data/dimensions.ts b/src/resources/data/dimensions.ts index a8ab6d92..1069ba0a 100644 --- a/src/resources/data/dimensions.ts +++ b/src/resources/data/dimensions.ts @@ -91,7 +91,7 @@ export interface DimensionListValuesParams extends BasePageParams { * * Possible filterable metrics are the same as the set of metric ids, with the * exceptions of `exits_before_video_start`, `unique_viewers`, - * `video_startup_failure_percentage`, and `views`. + * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`. * * Example: * diff --git a/src/resources/data/errors.ts b/src/resources/data/errors.ts index 4fc62efe..de23423a 100644 --- a/src/resources/data/errors.ts +++ b/src/resources/data/errors.ts @@ -101,7 +101,7 @@ export interface ErrorListParams { * * Possible filterable metrics are the same as the set of metric ids, with the * exceptions of `exits_before_video_start`, `unique_viewers`, - * `video_startup_failure_percentage`, and `views`. + * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`. * * Example: * diff --git a/src/resources/data/metrics.ts b/src/resources/data/metrics.ts index e16b5990..c6375c4b 100644 --- a/src/resources/data/metrics.ts +++ b/src/resources/data/metrics.ts @@ -966,7 +966,7 @@ export interface MetricListParams { * * Possible filterable metrics are the same as the set of metric ids, with the * exceptions of `exits_before_video_start`, `unique_viewers`, - * `video_startup_failure_percentage`, and `views`. + * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`. * * Example: * @@ -1029,8 +1029,8 @@ export interface MetricGetInsightsParams { * `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`, * `upscale_percentage`, `video_quality_score`, * `video_startup_business_exception_percentage`, - * `video_startup_failure_percentage`, `viewer_experience_score` "count" : - * `started_views`, `unique_viewers` + * `video_startup_failure_percentage`, `view_dropped_percentage`, + * `viewer_experience_score` "count" : `started_views`, `unique_viewers` */ measurement?: '95th' | 'median' | 'avg' | 'count' | 'sum'; @@ -1040,7 +1040,7 @@ export interface MetricGetInsightsParams { * * Possible filterable metrics are the same as the set of metric ids, with the * exceptions of `exits_before_video_start`, `unique_viewers`, - * `video_startup_failure_percentage`, and `views`. + * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`. * * Example: * @@ -1103,8 +1103,8 @@ export interface MetricGetOverallValuesParams { * `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`, * `upscale_percentage`, `video_quality_score`, * `video_startup_business_exception_percentage`, - * `video_startup_failure_percentage`, `viewer_experience_score` "count" : - * `started_views`, `unique_viewers` + * `video_startup_failure_percentage`, `view_dropped_percentage`, + * `viewer_experience_score` "count" : `started_views`, `unique_viewers` */ measurement?: '95th' | 'median' | 'avg' | 'count' | 'sum'; @@ -1114,7 +1114,7 @@ export interface MetricGetOverallValuesParams { * * Possible filterable metrics are the same as the set of metric ids, with the * exceptions of `exits_before_video_start`, `unique_viewers`, - * `video_startup_failure_percentage`, and `views`. + * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`. * * Example: * @@ -1185,8 +1185,8 @@ export interface MetricGetTimeseriesParams { * `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`, * `upscale_percentage`, `video_quality_score`, * `video_startup_business_exception_percentage`, - * `video_startup_failure_percentage`, `viewer_experience_score` "count" : - * `started_views`, `unique_viewers` + * `video_startup_failure_percentage`, `view_dropped_percentage`, + * `viewer_experience_score` "count" : `started_views`, `unique_viewers` */ measurement?: '95th' | 'median' | 'avg' | 'count' | 'sum'; @@ -1196,7 +1196,7 @@ export interface MetricGetTimeseriesParams { * * Possible filterable metrics are the same as the set of metric ids, with the * exceptions of `exits_before_video_start`, `unique_viewers`, - * `video_startup_failure_percentage`, and `views`. + * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`. * * Example: * @@ -1328,8 +1328,8 @@ export interface MetricListBreakdownValuesParams extends BasePageParams { * `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`, * `upscale_percentage`, `video_quality_score`, * `video_startup_business_exception_percentage`, - * `video_startup_failure_percentage`, `viewer_experience_score` "count" : - * `started_views`, `unique_viewers` + * `video_startup_failure_percentage`, `view_dropped_percentage`, + * `viewer_experience_score` "count" : `started_views`, `unique_viewers` */ measurement?: '95th' | 'median' | 'avg' | 'count' | 'sum'; @@ -1339,7 +1339,7 @@ export interface MetricListBreakdownValuesParams extends BasePageParams { * * Possible filterable metrics are the same as the set of metric ids, with the * exceptions of `exits_before_video_start`, `unique_viewers`, - * `video_startup_failure_percentage`, and `views`. + * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`. * * Example: * diff --git a/src/resources/data/video-views.ts b/src/resources/data/video-views.ts index 829d0dd8..a5b798c8 100644 --- a/src/resources/data/video-views.ts +++ b/src/resources/data/video-views.ts @@ -449,7 +449,7 @@ export interface VideoViewListParams extends BasePageParams { * * Possible filterable metrics are the same as the set of metric ids, with the * exceptions of `exits_before_video_start`, `unique_viewers`, - * `video_startup_failure_percentage`, and `views`. + * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`. * * Example: *