Skip to content

Commit

Permalink
Updated PHP client to v1.183.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitmovin OpenApi Bot committed Jan 23, 2024
1 parent 83131b0 commit 187a50e
Show file tree
Hide file tree
Showing 11 changed files with 204 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To install the API client with composer, add the following to your composer.json
{
"require":
{
"bitmovin/bitmovin-api-sdk-php": "1.182.0"
"bitmovin/bitmovin-api-sdk-php": "1.183.2"
}
}
```
Expand All @@ -49,7 +49,7 @@ Then run `php composer.phar install`

OR

run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.182.0`
run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.183.2`

## Initialization

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bitmovin/bitmovin-api-sdk-php",
"description": "This is the Bitmovin API SDK for PHP",
"version": "1.182.0",
"version": "1.183.2",
"authors": [
{
"name": "Bitmovin Inc",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h4>public</h4>
<a title="BitmovinApiSdk\Models\HlsManifestAdMarkerSettings" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings/__construct.html">__construct()</a>
</li>
<li id="enabledMarkerTypes"><a title="BitmovinApiSdk\Models\HlsManifestAdMarkerSettings" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerSettings/enabledMarkerTypes.html">enabledMarkerTypes()</a>
— Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using &amp;#x60;#EXT-X-CUE-OUT&amp;#x60; and &amp;#x60;#EXT-X-CUE-IN&amp;#x60; tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-OATCLS-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-X-SPLICEPOINT-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.</li>
— Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using &amp;#x60;#EXT-X-CUE-OUT&amp;#x60; and &amp;#x60;#EXT-X-CUE-IN&amp;#x60; tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-OATCLS-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-X-SPLICEPOINT-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_DATERANGE: Ad markers will be inserted using &amp;#x60;#EXT-X-DATERANGE&amp;#x60; tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-X-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.</li>
</ul>
<h3>Inherited from <a title="BitmovinApiSdk\Common\ApiResource" href="../classes/BitmovinApiSdk_Common_ApiResource.html">BitmovinApiSdk\Common\ApiResource</a></h3>
<h4>public</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</nav>
<section>
<h1><small>BitmovinApiSdk\Models\HlsManifestAdMarkerSettings::</small>enabledMarkerTypes</h1>
<h4>Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using &amp;#x60;#EXT-X-CUE-OUT&amp;#x60; and &amp;#x60;#EXT-X-CUE-IN&amp;#x60; tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-OATCLS-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-X-SPLICEPOINT-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.</h4>
<h4>Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using &amp;#x60;#EXT-X-CUE-OUT&amp;#x60; and &amp;#x60;#EXT-X-CUE-IN&amp;#x60; tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-OATCLS-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-X-SPLICEPOINT-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_DATERANGE: Ad markers will be inserted using &amp;#x60;#EXT-X-DATERANGE&amp;#x60; tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SCTE35: Ad markers will be inserted using &amp;#x60;#EXT-X-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.</h4>
<p/>
<ul/>
<ul/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ <h2 id="synopsis">Synopsis</h2>
</li><li>public static HlsManifestAdMarkerType <a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_X_CUE_OUT_IN.html">EXT_X_CUE_OUT_IN</a>()
</li><li>public static HlsManifestAdMarkerType <a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_OATCLS_SCTE35.html">EXT_OATCLS_SCTE35</a>()
</li><li>public static HlsManifestAdMarkerType <a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_X_SPLICEPOINT_SCTE35.html">EXT_X_SPLICEPOINT_SCTE35</a>()
</li><li>public static HlsManifestAdMarkerType <a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_X_DATERANGE.html">EXT_X_DATERANGE</a>()
</li><li>public static HlsManifestAdMarkerType <a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_X_SCTE35.html">EXT_X_SCTE35</a>()
</li></ul><ul class="none"><li>// Inherited methods from <span title="BitmovinApiSdk\Common\Enum">Enum</span></li><li>public void <a title="BitmovinApiSdk\Common\Enum" href="../classes/BitmovinApiSdk_Common_Enum/__construct.html">__construct</a>()
</li><li>public mixed <a title="BitmovinApiSdk\Common\Enum" href="../classes/BitmovinApiSdk_Common_Enum/getValue.html">getValue</a>()
</li><li>public mixed <a title="BitmovinApiSdk\Common\Enum" href="../classes/BitmovinApiSdk_Common_Enum/getKey.html">getKey</a>()
Expand Down Expand Up @@ -100,6 +102,10 @@ <h4>public</h4>
— Ad markers will be inserted using &amp;#x60;#EXT-OATCLS-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.</li>
<li id="EXT_X_CUE_OUT_IN"><a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_X_CUE_OUT_IN.html">EXT_X_CUE_OUT_IN()</a>
— Ad markers will be inserted using &amp;#x60;#EXT-X-CUE-OUT&amp;#x60; and &amp;#x60;#EXT-X-CUE-IN&amp;#x60; tags</li>
<li id="EXT_X_DATERANGE"><a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_X_DATERANGE.html">EXT_X_DATERANGE()</a>
— Ad markers will be inserted using &amp;#x60;#EXT-X-DATERANGE&amp;#x60; tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger.</li>
<li id="EXT_X_SCTE35"><a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_X_SCTE35.html">EXT_X_SCTE35()</a>
— Ad markers will be inserted using &amp;#x60;#EXT-X-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.</li>
<li id="EXT_X_SPLICEPOINT_SCTE35"><a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType/EXT_X_SPLICEPOINT_SCTE35.html">EXT_X_SPLICEPOINT_SCTE35()</a>
— Ad markers will be inserted using &amp;#x60;#EXT-X-SPLICEPOINT-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.</li>
<li id="create">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>phpDox - BitmovinApiSdk\Models\HlsManifestAdMarkerType::EXT_X_DATERANGE</title>
<link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>
<nav class="topnav">
<ul>
<li>
<div class="logo"><span>/**</span>phpDox</div>
</li>
<li class="separator">
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../namespaces.html">Namespaces</a>
</li>
<li>
<a href="../../interfaces.html">Interfaces</a>
</li>
<li>
<a href="../../classes.html">Classes</a>
</li>
</ul>
</nav>
<div id="mainstage">
<div class="box">
<ul class="breadcrumb">
<li>
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../classes.html#BitmovinApiSdk_Models">BitmovinApiSdk\Models</a>
</li>
<li class="separator">
<a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType.html">HlsManifestAdMarkerType</a>
</li>
<li class="separator">EXT_X_DATERANGE</li>
</ul>
</div>
<nav class="box">
<ul>
<li>
<a href="#introduction">Introduction</a>
</li>
<li>
<a href="#synopsis">Synopsis</a>
</li>
<li>
<a href="#return">Return</a>
</li>
</ul>
</nav>
<section>
<h1><small>BitmovinApiSdk\Models\HlsManifestAdMarkerType::</small>EXT_X_DATERANGE</h1>
<h4>Ad markers will be inserted using &amp;#x60;#EXT-X-DATERANGE&amp;#x60; tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger.</h4>
<p/>
<ul/>
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>public function EXT_X_DATERANGE()
</code>
</div>
<h2 id="return">Returns</h2>
<dl class="styled">
<dt>HlsManifestAdMarkerType</dt>
<dd><br/>
</dd>
</dl>
</section>
</div>
<footer>
<span>Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2024 by Arne Blankerts and Contributors</span>
</footer>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>phpDox - BitmovinApiSdk\Models\HlsManifestAdMarkerType::EXT_X_SCTE35</title>
<link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
</head>
<body>
<nav class="topnav">
<ul>
<li>
<div class="logo"><span>/**</span>phpDox</div>
</li>
<li class="separator">
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../namespaces.html">Namespaces</a>
</li>
<li>
<a href="../../interfaces.html">Interfaces</a>
</li>
<li>
<a href="../../classes.html">Classes</a>
</li>
</ul>
</nav>
<div id="mainstage">
<div class="box">
<ul class="breadcrumb">
<li>
<a href="../../index.html">Overview</a>
</li>
<li class="separator">
<a href="../../classes.html">Classes</a>
</li>
<li class="separator">
<a href="../../classes.html#BitmovinApiSdk_Models">BitmovinApiSdk\Models</a>
</li>
<li class="separator">
<a title="BitmovinApiSdk\Models\HlsManifestAdMarkerType" href="../../classes/BitmovinApiSdk_Models_HlsManifestAdMarkerType.html">HlsManifestAdMarkerType</a>
</li>
<li class="separator">EXT_X_SCTE35</li>
</ul>
</div>
<nav class="box">
<ul>
<li>
<a href="#introduction">Introduction</a>
</li>
<li>
<a href="#synopsis">Synopsis</a>
</li>
<li>
<a href="#return">Return</a>
</li>
</ul>
</nav>
<section>
<h1><small>BitmovinApiSdk\Models\HlsManifestAdMarkerType::</small>EXT_X_SCTE35</h1>
<h4>Ad markers will be inserted using &amp;#x60;#EXT-X-SCTE35&amp;#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.</h4>
<p/>
<ul/>
<h2 id="signature">Signature</h2>
<div class="styled synopsis">
<code>public function EXT_X_SCTE35()
</code>
</div>
<h2 id="return">Returns</h2>
<dl class="styled">
<dt>HlsManifestAdMarkerType</dt>
<dd><br/>
</dd>
</dl>
</section>
</div>
<footer>
<span>Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2024 by Arne Blankerts and Contributors</span>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>Software Documentation</h2>
</div>
<div id="buildinfo">
<h3>Build</h3>
<p>Fri, 12 Jan 2024 06:17:03 +0000</p>
<p>Tue, 23 Jan 2024 15:54:21 +0000</p>
<h3>VCS Info</h3>
<p>
tag: <br/>
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Middleware/CustomApiHeaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct(string $apiKey, ?string $tenantOrgId)
'Content-Type' => 'application/json',
'X-Api-Key' => $apiKey,
'X-Api-Client' => 'bitmovin-api-sdk-php',
'X-Api-Client-Version' => '1.182.0',
'X-Api-Client-Version' => '1.183.2',
];

if ($tenantOrgId !== null) {
Expand Down
2 changes: 1 addition & 1 deletion src/Models/HlsManifestAdMarkerSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct($attributes = null)
}

/**
* Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using &#x60;#EXT-X-CUE-OUT&#x60; and &#x60;#EXT-X-CUE-IN&#x60; tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using &#x60;#EXT-OATCLS-SCTE35&#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using &#x60;#EXT-X-SPLICEPOINT-SCTE35&#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.
* Ad marker types that will be inserted. More than one type is possible. - EXT_X_CUE_OUT_IN: Ad markers will be inserted using &#x60;#EXT-X-CUE-OUT&#x60; and &#x60;#EXT-X-CUE-IN&#x60; tags - EXT_OATCLS_SCTE35: Ad markers will be inserted using &#x60;#EXT-OATCLS-SCTE35&#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SPLICEPOINT_SCTE35: Ad markers will be inserted using &#x60;#EXT-X-SPLICEPOINT-SCTE35&#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger. - EXT_X_DATERANGE: Ad markers will be inserted using &#x60;#EXT-X-DATERANGE&#x60; tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger. - EXT_X_SCTE35: Ad markers will be inserted using &#x60;#EXT-X-SCTE35&#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.
*
* @param \BitmovinApiSdk\Models\HlsManifestAdMarkerType[] $enabledMarkerTypes
* @return $this
Expand Down
26 changes: 26 additions & 0 deletions src/Models/HlsManifestAdMarkerType.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ class HlsManifestAdMarkerType extends \BitmovinApiSdk\Common\Enum
/** @var string */
private const EXT_X_SPLICEPOINT_SCTE35 = 'EXT_X_SPLICEPOINT_SCTE35';

/** @var string */
private const EXT_X_DATERANGE = 'EXT_X_DATERANGE';

/** @var string */
private const EXT_X_SCTE35 = 'EXT_X_SCTE35';

/**
* @param string $value
* @return HlsManifestAdMarkerType
Expand Down Expand Up @@ -51,5 +57,25 @@ public static function EXT_X_SPLICEPOINT_SCTE35()
{
return new HlsManifestAdMarkerType(self::EXT_X_SPLICEPOINT_SCTE35);
}

/**
* Ad markers will be inserted using &#x60;#EXT-X-DATERANGE&#x60; tags. They contain the ID, start timestamp and hex encoded raw bytes of the original SCTE-35 trigger.
*
* @return HlsManifestAdMarkerType
*/
public static function EXT_X_DATERANGE()
{
return new HlsManifestAdMarkerType(self::EXT_X_DATERANGE);
}

/**
* Ad markers will be inserted using &#x60;#EXT-X-SCTE35&#x60; tags. They contain the base64 encoded raw bytes of the original SCTE-35 trigger.
*
* @return HlsManifestAdMarkerType
*/
public static function EXT_X_SCTE35()
{
return new HlsManifestAdMarkerType(self::EXT_X_SCTE35);
}
}

0 comments on commit 187a50e

Please sign in to comment.