diff --git a/.stats.yml b/.stats.yml index 81b7ba33..75f4e4dc 100755 --- 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-603174c84ed6d06302f3843b95c5281fa79df1e7428eb8d475525fb27fa48b38.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-b018de0ba821f7870683b15c853475a86435bd65d3eaf5bb024dff79f6b7027f.yml diff --git a/src/resources/video/assets.ts b/src/resources/video/assets.ts index df2d5b4d..6c1e8bbb 100755 --- a/src/resources/video/assets.ts +++ b/src/resources/video/assets.ts @@ -229,7 +229,7 @@ export interface Asset { * @deprecated: This field is deprecated. Please use `video_quality` instead. The * encoding tier informs the cost, quality, and available platform features for the * asset. By default the `smart` encoding tier is used. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ encoding_tier: 'smart' | 'baseline'; @@ -390,7 +390,7 @@ export interface Asset { * The video quality controls the cost, quality, and available platform features * for the asset. By default the `plus` video quality is used. This field replaces * the deprecated `encoding_tier` value. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ video_quality?: 'basic' | 'plus'; } @@ -585,7 +585,7 @@ export interface AssetOptions { * @deprecated: This field is deprecated. Please use `video_quality` instead. The * encoding tier informs the cost, quality, and available platform features for the * asset. By default the `smart` encoding tier is used. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ encoding_tier?: 'smart' | 'baseline'; @@ -682,7 +682,7 @@ export interface AssetOptions { * The video quality controls the cost, quality, and available platform features * for the asset. By default the `plus` video quality is used. This field replaces * the deprecated `encoding_tier` value. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ video_quality?: 'basic' | 'plus'; } @@ -1324,7 +1324,7 @@ export interface AssetCreateParams { * This field is deprecated. Please use `video_quality` instead. The encoding tier * informs the cost, quality, and available platform features for the asset. By * default the `smart` encoding tier is used. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ encoding_tier?: 'smart' | 'baseline'; @@ -1411,7 +1411,7 @@ export interface AssetCreateParams { * The video quality controls the cost, quality, and available platform features * for the asset. By default the `plus` video quality is used. This field replaces * the deprecated `encoding_tier` value. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ video_quality?: 'basic' | 'plus'; } diff --git a/src/resources/video/delivery-usage.ts b/src/resources/video/delivery-usage.ts index ff3d0c49..07c1b4c1 100755 --- a/src/resources/video/delivery-usage.ts +++ b/src/resources/video/delivery-usage.ts @@ -41,7 +41,7 @@ export interface DeliveryReport { /** * @deprecated: This field is deprecated. Please use `asset_video_quality` instead. * The encoding tier that the asset was ingested at. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ asset_encoding_tier: 'smart' | 'baseline'; @@ -80,7 +80,7 @@ export interface DeliveryReport { /** * The video quality that the asset was ingested at. This field replaces * `asset_encoding_tier`. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ asset_video_quality?: 'basic' | 'plus'; diff --git a/src/resources/webhooks.ts b/src/resources/webhooks.ts index d6f7406e..774f2457 100755 --- a/src/resources/webhooks.ts +++ b/src/resources/webhooks.ts @@ -389,7 +389,7 @@ export namespace VideoDeliveryHighTrafficWebhookEvent { /** * @deprecated: This field is deprecated. Please use `asset_video_quality` instead. * The encoding tier that the asset was ingested at. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ asset_encoding_tier?: 'smart' | 'baseline'; @@ -412,7 +412,7 @@ export namespace VideoDeliveryHighTrafficWebhookEvent { /** * The video quality that the asset was ingested at. This field replaces * `asset_encoding_tier`. - * [See the video quality guide for more details.](https://docs.mux.com/guides/use-encoding-tiers) + * [See the video quality guide for more details.](https://docs.mux.com/guides/use-video-quality-levels) */ asset_video_quality?: 'basic' | 'plus';