Skip to content

Commit e334267

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): api update (#510)
1 parent 7a5c790 commit e334267

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
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-8481a2dad8c1237653cceb4b3cb43e3c3985332834d0cf3ef6b69a4cddef25a9.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-5bc9dec57cc47596441c1af33503b43275966e117bb43d2d6c3c5301a1644330.yml

src/resources/data/dimensions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export interface DimensionListValuesParams extends BasePageParams {
9191
*
9292
* Possible filterable metrics are the same as the set of metric ids, with the
9393
* exceptions of `exits_before_video_start`, `unique_viewers`,
94-
* `video_startup_failure_percentage`, and `views`.
94+
* `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
9595
*
9696
* Example:
9797
*

src/resources/data/errors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export interface ErrorListParams {
101101
*
102102
* Possible filterable metrics are the same as the set of metric ids, with the
103103
* exceptions of `exits_before_video_start`, `unique_viewers`,
104-
* `video_startup_failure_percentage`, and `views`.
104+
* `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
105105
*
106106
* Example:
107107
*

src/resources/data/metrics.ts

+13-13
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ export interface MetricListParams {
966966
*
967967
* Possible filterable metrics are the same as the set of metric ids, with the
968968
* exceptions of `exits_before_video_start`, `unique_viewers`,
969-
* `video_startup_failure_percentage`, and `views`.
969+
* `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
970970
*
971971
* Example:
972972
*
@@ -1029,8 +1029,8 @@ export interface MetricGetInsightsParams {
10291029
* `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`,
10301030
* `upscale_percentage`, `video_quality_score`,
10311031
* `video_startup_business_exception_percentage`,
1032-
* `video_startup_failure_percentage`, `viewer_experience_score` "count" :
1033-
* `started_views`, `unique_viewers`
1032+
* `video_startup_failure_percentage`, `view_dropped_percentage`,
1033+
* `viewer_experience_score` "count" : `started_views`, `unique_viewers`
10341034
*/
10351035
measurement?: '95th' | 'median' | 'avg' | 'count' | 'sum';
10361036

@@ -1040,7 +1040,7 @@ export interface MetricGetInsightsParams {
10401040
*
10411041
* Possible filterable metrics are the same as the set of metric ids, with the
10421042
* exceptions of `exits_before_video_start`, `unique_viewers`,
1043-
* `video_startup_failure_percentage`, and `views`.
1043+
* `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
10441044
*
10451045
* Example:
10461046
*
@@ -1103,8 +1103,8 @@ export interface MetricGetOverallValuesParams {
11031103
* `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`,
11041104
* `upscale_percentage`, `video_quality_score`,
11051105
* `video_startup_business_exception_percentage`,
1106-
* `video_startup_failure_percentage`, `viewer_experience_score` "count" :
1107-
* `started_views`, `unique_viewers`
1106+
* `video_startup_failure_percentage`, `view_dropped_percentage`,
1107+
* `viewer_experience_score` "count" : `started_views`, `unique_viewers`
11081108
*/
11091109
measurement?: '95th' | 'median' | 'avg' | 'count' | 'sum';
11101110

@@ -1114,7 +1114,7 @@ export interface MetricGetOverallValuesParams {
11141114
*
11151115
* Possible filterable metrics are the same as the set of metric ids, with the
11161116
* exceptions of `exits_before_video_start`, `unique_viewers`,
1117-
* `video_startup_failure_percentage`, and `views`.
1117+
* `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
11181118
*
11191119
* Example:
11201120
*
@@ -1185,8 +1185,8 @@ export interface MetricGetTimeseriesParams {
11851185
* `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`,
11861186
* `upscale_percentage`, `video_quality_score`,
11871187
* `video_startup_business_exception_percentage`,
1188-
* `video_startup_failure_percentage`, `viewer_experience_score` "count" :
1189-
* `started_views`, `unique_viewers`
1188+
* `video_startup_failure_percentage`, `view_dropped_percentage`,
1189+
* `viewer_experience_score` "count" : `started_views`, `unique_viewers`
11901190
*/
11911191
measurement?: '95th' | 'median' | 'avg' | 'count' | 'sum';
11921192

@@ -1196,7 +1196,7 @@ export interface MetricGetTimeseriesParams {
11961196
*
11971197
* Possible filterable metrics are the same as the set of metric ids, with the
11981198
* exceptions of `exits_before_video_start`, `unique_viewers`,
1199-
* `video_startup_failure_percentage`, and `views`.
1199+
* `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
12001200
*
12011201
* Example:
12021202
*
@@ -1328,8 +1328,8 @@ export interface MetricListBreakdownValuesParams extends BasePageParams {
13281328
* `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`,
13291329
* `upscale_percentage`, `video_quality_score`,
13301330
* `video_startup_business_exception_percentage`,
1331-
* `video_startup_failure_percentage`, `viewer_experience_score` "count" :
1332-
* `started_views`, `unique_viewers`
1331+
* `video_startup_failure_percentage`, `view_dropped_percentage`,
1332+
* `viewer_experience_score` "count" : `started_views`, `unique_viewers`
13331333
*/
13341334
measurement?: '95th' | 'median' | 'avg' | 'count' | 'sum';
13351335

@@ -1339,7 +1339,7 @@ export interface MetricListBreakdownValuesParams extends BasePageParams {
13391339
*
13401340
* Possible filterable metrics are the same as the set of metric ids, with the
13411341
* exceptions of `exits_before_video_start`, `unique_viewers`,
1342-
* `video_startup_failure_percentage`, and `views`.
1342+
* `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
13431343
*
13441344
* Example:
13451345
*

src/resources/data/video-views.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export interface VideoViewListParams extends BasePageParams {
449449
*
450450
* Possible filterable metrics are the same as the set of metric ids, with the
451451
* exceptions of `exits_before_video_start`, `unique_viewers`,
452-
* `video_startup_failure_percentage`, and `views`.
452+
* `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
453453
*
454454
* Example:
455455
*

0 commit comments

Comments
 (0)