Skip to content

Commit

Permalink
Updated Python client to v1.196.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitmovin OpenApi Bot committed Jun 18, 2024
1 parent 5b29c8c commit 7af7f00
Show file tree
Hide file tree
Showing 527 changed files with 8,545 additions and 8,546 deletions.
2 changes: 1 addition & 1 deletion bitmovin_api_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1862,4 +1862,4 @@
from bitmovin_api_sdk.models.zixi_input import ZixiInput


__version__ = "1.195.0"
__version__ = "1.196.1"
2 changes: 1 addition & 1 deletion bitmovin_api_sdk/common/rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class RestClient(object):
HTTP_HEADERS = {
'Content-Type': 'application/json',
'X-Api-Client': 'bitmovin-api-sdk-python',
'X-Api-Client-Version': '1.195.0'
'X-Api-Client-Version': '1.196.1'
}

DELETE = 'DELETE'
Expand Down
8 changes: 4 additions & 4 deletions bitmovin_api_sdk/models/dash_segmented_representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def start_keyframe_id(self):
# type: () -> string_types
"""Gets the start_keyframe_id of this DashSegmentedRepresentation.
Id of the Keyframe to start with
Id of the keyframe to start with. It takes precedence over startSegmentNumber
:return: The start_keyframe_id of this DashSegmentedRepresentation.
:rtype: string_types
Expand All @@ -246,7 +246,7 @@ def start_keyframe_id(self, start_keyframe_id):
# type: (string_types) -> None
"""Sets the start_keyframe_id of this DashSegmentedRepresentation.
Id of the Keyframe to start with
Id of the keyframe to start with. It takes precedence over startSegmentNumber
:param start_keyframe_id: The start_keyframe_id of this DashSegmentedRepresentation.
:type: string_types
Expand All @@ -263,7 +263,7 @@ def end_keyframe_id(self):
# type: () -> string_types
"""Gets the end_keyframe_id of this DashSegmentedRepresentation.
Id of the Keyframe to end with
Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.
:return: The end_keyframe_id of this DashSegmentedRepresentation.
:rtype: string_types
Expand All @@ -275,7 +275,7 @@ def end_keyframe_id(self, end_keyframe_id):
# type: (string_types) -> None
"""Sets the end_keyframe_id of this DashSegmentedRepresentation.
Id of the Keyframe to end with
Id of the keyframe to end with. It takes precedence over endSegmentNumber. The segment containing the end keyframe is not included in the representation.
:param end_keyframe_id: The end_keyframe_id of this DashSegmentedRepresentation.
:type: string_types
Expand Down
22 changes: 11 additions & 11 deletions docs/__modules/bitmovin_api_sdk.account.api_keys.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>bitmovin_api_sdk.account.api_keys package &mdash; Bitmovin Python API SDK {{packageVersion}} documentation</title>
Expand Down Expand Up @@ -118,10 +118,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<span class="sig-name descname"><span class="pre">create</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">dict</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.account_api_key.AccountApiKey" title="bitmovin_api_sdk.models.account_api_key.AccountApiKey"><span class="pre">AccountApiKey</span></a></span></span><a class="reference internal" href="../_modules/bitmovin_api_sdk/account/api_keys/api_keys_api.html#ApiKeysApi.create"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#bitmovin_api_sdk.account.api_keys.api_keys_api.ApiKeysApi.create" title="Permalink to this definition"></a></dt>
<dd><p>Create Api Key</p>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>Api Key</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.account_api_key.AccountApiKey" title="bitmovin_api_sdk.models.account_api_key.AccountApiKey">AccountApiKey</a></p>
</dd>
</dl>
Expand All @@ -132,13 +132,13 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<span class="sig-name descname"><span class="pre">delete</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">api_key_id</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">string_types</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">dict</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.bitmovin_response.BitmovinResponse" title="bitmovin_api_sdk.models.bitmovin_response.BitmovinResponse"><span class="pre">BitmovinResponse</span></a></span></span><a class="reference internal" href="../_modules/bitmovin_api_sdk/account/api_keys/api_keys_api.html#ApiKeysApi.delete"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#bitmovin_api_sdk.account.api_keys.api_keys_api.ApiKeysApi.delete" title="Permalink to this definition"></a></dt>
<dd><p>Delete Api Key</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>api_key_id</strong> (<em>string_types</em><em>, </em><em>required</em>) – Id of the api key</p>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>Id of the Api Key</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.bitmovin_response.BitmovinResponse" title="bitmovin_api_sdk.models.bitmovin_response.BitmovinResponse">BitmovinResponse</a></p>
</dd>
</dl>
Expand All @@ -149,13 +149,13 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<span class="sig-name descname"><span class="pre">get</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">api_key_id</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">string_types</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">dict</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.account_api_key.AccountApiKey" title="bitmovin_api_sdk.models.account_api_key.AccountApiKey"><span class="pre">AccountApiKey</span></a></span></span><a class="reference internal" href="../_modules/bitmovin_api_sdk/account/api_keys/api_keys_api.html#ApiKeysApi.get"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#bitmovin_api_sdk.account.api_keys.api_keys_api.ApiKeysApi.get" title="Permalink to this definition"></a></dt>
<dd><p>Get Api Key</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>api_key_id</strong> (<em>string_types</em><em>, </em><em>required</em>) – Id of the api key</p>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>Service specific result</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.account_api_key.AccountApiKey" title="bitmovin_api_sdk.models.account_api_key.AccountApiKey">AccountApiKey</a></p>
</dd>
</dl>
Expand All @@ -166,10 +166,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<span class="sig-name descname"><span class="pre">list</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">dict</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.account_api_key.AccountApiKey" title="bitmovin_api_sdk.models.account_api_key.AccountApiKey"><span class="pre">AccountApiKey</span></a></span></span><a class="reference internal" href="../_modules/bitmovin_api_sdk/account/api_keys/api_keys_api.html#ApiKeysApi.list"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#bitmovin_api_sdk.account.api_keys.api_keys_api.ApiKeysApi.list" title="Permalink to this definition"></a></dt>
<dd><p>List Api Keys</p>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>Api keys</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.account_api_key.AccountApiKey" title="bitmovin_api_sdk.models.account_api_key.AccountApiKey">AccountApiKey</a></p>
</dd>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/__modules/bitmovin_api_sdk.account.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>bitmovin_api_sdk.account package &mdash; Bitmovin Python API SDK {{packageVersion}} documentation</title>
Expand Down
6 changes: 3 additions & 3 deletions docs/__modules/bitmovin_api_sdk.account.information.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en">
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>bitmovin_api_sdk.account.information package &mdash; Bitmovin Python API SDK {{packageVersion}} documentation</title>
Expand Down Expand Up @@ -118,10 +118,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<span class="sig-name descname"><span class="pre">get</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><span class="pre">dict</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.account_information.AccountInformation" title="bitmovin_api_sdk.models.account_information.AccountInformation"><span class="pre">AccountInformation</span></a></span></span><a class="reference internal" href="../_modules/bitmovin_api_sdk/account/information/information_api.html#InformationApi.get"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#bitmovin_api_sdk.account.information.information_api.InformationApi.get" title="Permalink to this definition"></a></dt>
<dd><p>Current Account Information</p>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>Account Information</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="bitmovin_api_sdk.models.html#bitmovin_api_sdk.models.account_information.AccountInformation" title="bitmovin_api_sdk.models.account_information.AccountInformation">AccountInformation</a></p>
</dd>
</dl>
Expand Down
Loading

0 comments on commit 7af7f00

Please sign in to comment.