diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c1579bf9..5fd9048a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.6.0" + ".": "8.7.0" } diff --git a/.stats.yml b/.stats.yml index 7be41063..9a7b5856 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 95 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-18719ca6ce788802354c14b482fb6fd5d333a613f13991115df9c805d7ab5a69.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mux%2Fmux-dcdbbcabe09e395ff040cb84826269403058791409156befca8dd464a877bd97.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e171fff..5fc80513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 8.7.0 (2024-05-24) + +Full Changelog: [v8.6.0...v8.7.0](https://github.com/muxinc/mux-node-sdk/compare/v8.6.0...v8.7.0) + +### Features + +* **api:** OpenAPI spec update via Stainless API ([#406](https://github.com/muxinc/mux-node-sdk/issues/406)) ([c279cd1](https://github.com/muxinc/mux-node-sdk/commit/c279cd1c0165d97d1332d9768d3be684bc3904e0)) + ## 8.6.0 (2024-05-24) Full Changelog: [v8.5.4...v8.6.0](https://github.com/muxinc/mux-node-sdk/compare/v8.5.4...v8.6.0) diff --git a/package.json b/package.json index 640eb35a..df9281fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mux/mux-node", - "version": "8.6.0", + "version": "8.7.0", "description": "The official TypeScript library for the Mux API", "author": "Mux ", "types": "dist/index.d.ts", diff --git a/src/resources/video/uploads.ts b/src/resources/video/uploads.ts index 1286e7f0..4ddf9697 100644 --- a/src/resources/video/uploads.ts +++ b/src/resources/video/uploads.ts @@ -131,6 +131,10 @@ export interface UploadCreateParams { new_asset_settings?: AssetsAPI.AssetOptions; + /** + * Indicates if this is a test Direct Upload, in which case the Asset that gets + * created will be a `test` Asset. + */ test?: boolean; /** diff --git a/src/version.ts b/src/version.ts index 7e72b755..6ae3fe4d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '8.6.0'; // x-release-please-version +export const VERSION = '8.7.0'; // x-release-please-version