Skip to content

Commit

Permalink
Renerate from latest (local) OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
philcluff committed Nov 6, 2023
1 parent c4c52b4 commit 9baec1a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/Asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Name | Type | Description | Notes
**max_stored_resolution** | **str** | This field is deprecated. Please use `resolution_tier` instead. The maximum resolution that has been stored for the asset. The asset may be delivered at lower resolutions depending on the device and bandwidth, however it cannot be delivered at a higher value than is stored. | [optional]
**resolution_tier** | **str** | The resolution tier that the asset was ingested at, affecting billing for ingest & storage. This field also represents the highest resolution tier that the content can be delivered at, however the actual resolution may be lower depending on the device, bandwidth, and exact resolution of the uploaded asset. | [optional]
**max_resolution_tier** | **str** | Max resolution tier can be used to control the maximum `resolution_tier` your asset is encoded, stored, and streamed at. If not set, this defaults to `1080p`. | [optional]
**encoding_tier** | **str** | The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. | [optional]
**encoding_tier** | **str** | The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/video/use-encoding-tiers) | [optional]
**max_stored_frame_rate** | **float** | The maximum frame rate that has been stored for the asset. The asset may be delivered at lower frame rates depending on the device and bandwidth, however it cannot be delivered at a higher value than is stored. This field may return -1 if the frame rate of the input cannot be reliably determined. | [optional]
**aspect_ratio** | **str** | The aspect ratio of the asset in the form of `width:height`, for example `16:9`. | [optional]
**playback_ids** | [**list[PlaybackID]**](PlaybackID.md) | An array of Playback ID objects. Use these to create HLS playback URLs. See [Play your videos](https://docs.mux.com/guides/video/play-your-videos) for more details. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/CreateAssetRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**master_access** | **str** | Specify what level (if any) of support for master access. Master access can be enabled temporarily for your asset to be downloaded. See the [Download your videos guide](/guides/video/download-your-videos) for more information. | [optional]
**test** | **bool** | Marks the asset as a test asset when the value is set to true. A Test asset can help evaluate the Mux Video APIs without incurring any cost. There is no limit on number of test assets created. Test asset are watermarked with the Mux logo, limited to 10 seconds, deleted after 24 hrs. | [optional]
**max_resolution_tier** | **str** | Max resolution tier can be used to control the maximum `resolution_tier` your asset is encoded, stored, and streamed at. If not set, this defaults to `1080p`. | [optional]
**encoding_tier** | **str** | The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. | [optional]
**encoding_tier** | **str** | The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/video/use-encoding-tiers) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion gen/generator-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packageName": "mux_python",
"projectName": "mux_python",
"licenseInfo" : "MIT",
"packageVersion": "3.11.2"
"packageVersion": "3.11.3"
}
2 changes: 1 addition & 1 deletion mux_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from __future__ import absolute_import

__version__ = "3.11.2"
__version__ = "3.11.3"

# import apis into sdk package
from mux_python.api.assets_api import AssetsApi
Expand Down
2 changes: 1 addition & 1 deletion mux_python/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'OpenAPI-Generator/3.11.2/python'
self.user_agent = 'OpenAPI-Generator/3.11.3/python'
self.client_side_validation = configuration.client_side_validation

def __enter__(self):
Expand Down
2 changes: 1 addition & 1 deletion mux_python/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v1\n"\
"SDK Package Version: 3.11.2".\
"SDK Package Version: 3.11.3".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
4 changes: 2 additions & 2 deletions mux_python/models/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def max_resolution_tier(self, max_resolution_tier):
def encoding_tier(self):
"""Gets the encoding_tier of this Asset. # noqa: E501
The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. # noqa: E501
The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/video/use-encoding-tiers) # noqa: E501
:return: The encoding_tier of this Asset. # noqa: E501
:rtype: str
Expand All @@ -386,7 +386,7 @@ def encoding_tier(self):
def encoding_tier(self, encoding_tier):
"""Sets the encoding_tier of this Asset.
The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. # noqa: E501
The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/video/use-encoding-tiers) # noqa: E501
:param encoding_tier: The encoding_tier of this Asset. # noqa: E501
:type encoding_tier: str
Expand Down
4 changes: 2 additions & 2 deletions mux_python/models/create_asset_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def max_resolution_tier(self, max_resolution_tier):
def encoding_tier(self):
"""Gets the encoding_tier of this CreateAssetRequest. # noqa: E501
The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. # noqa: E501
The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/video/use-encoding-tiers) # noqa: E501
:return: The encoding_tier of this CreateAssetRequest. # noqa: E501
:rtype: str
Expand All @@ -339,7 +339,7 @@ def encoding_tier(self):
def encoding_tier(self, encoding_tier):
"""Sets the encoding_tier of this CreateAssetRequest.
The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. # noqa: E501
The encoding tier informs the cost, quality, and available platform features for the asset. By default the `smart` encoding tier is used. [See the guide for more details.](https://docs.mux.com/guides/video/use-encoding-tiers) # noqa: E501
:param encoding_tier: The encoding_tier of this CreateAssetRequest. # noqa: E501
:type encoding_tier: str
Expand Down
2 changes: 1 addition & 1 deletion mux_python/models/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def text_source(self, text_source):
:param text_source: The text_source of this Track. # noqa: E501
:type text_source: str
"""
allowed_values = ["uploaded", "embedded", "generated_live", "generated_live_final"] # noqa: E501
allowed_values = ["uploaded", "embedded", "generated_live", "generated_live_final", "generated_vod"] # noqa: E501
if self.local_vars_configuration.client_side_validation and text_source not in allowed_values: # noqa: E501
raise ValueError(
"Invalid value for `text_source` ({0}), must be one of {1}" # noqa: E501
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "mux_python"
VERSION = "3.11.2"
VERSION = "3.11.3"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 9baec1a

Please sign in to comment.