From 2cbc68eda2066aec42c9aed2431b1647ccfe7aae Mon Sep 17 00:00:00 2001 From: Bitmovin OpenApi Bot Date: Tue, 14 Nov 2023 14:28:15 +0000 Subject: [PATCH] Updated PHP client to v1.178.1 --- README.md | 4 +- composer.json | 2 +- docs/classes.html | 108 ++++++++++++ ...ccount_Organizations_OrganizationsApi.html | 4 + ...ts_TenantWithGroupsPaginationResponse.html | 155 ++++++++++++++++++ .../__construct.html | 83 ++++++++++ ...ount_Organizations_Tenants_TenantsApi.html | 84 ++++++++++ .../__construct.html | 90 ++++++++++ .../list.html | 105 ++++++++++++ ...is_Streams_SigningKeys_SigningKeysApi.html | 90 ++++++++++ .../__construct.html | 90 ++++++++++ .../create.html | 94 +++++++++++ .../delete.html | 96 +++++++++++ .../get.html | 94 +++++++++++ ...itmovinApiSdk_Apis_Streams_StreamsApi.html | 4 + ...movinApiSdk_Models_AccountInformation.html | 4 + ...ApiSdk_Models_StreamsPublicSigningKey.html | 130 +++++++++++++++ .../__construct.html | 83 ++++++++++ .../createdAt.html | 94 +++++++++++ .../keyId.html | 94 +++++++++++ ...odels_StreamsPublicSigningKeyResponse.html | 124 ++++++++++++++ .../__construct.html | 83 ++++++++++ .../publicKeys.html | 94 +++++++++++ ...iSdk_Models_StreamsSigningKeyResponse.html | 137 ++++++++++++++++ .../__construct.html | 83 ++++++++++ .../keyId.html | 94 +++++++++++ .../message.html | 94 +++++++++++ .../privateKey.html | 94 +++++++++++ ...iSdk_Models_StreamsVideoCreateRequest.html | 7 + .../signed.html | 94 +++++++++++ ...vinApiSdk_Models_StreamsVideoResponse.html | 4 + ...tmovinApiSdk_Models_TenantGroupDetail.html | 130 +++++++++++++++ .../__construct.html | 83 ++++++++++ .../id.html | 94 +++++++++++ .../name.html | 94 +++++++++++ ...itmovinApiSdk_Models_TenantWithGroups.html | 145 ++++++++++++++++ .../__construct.html | 83 ++++++++++ .../email.html | 94 +++++++++++ .../groups.html | 94 +++++++++++ .../id.html | 94 +++++++++++ .../invitationStatus.html | 94 +++++++++++ docs/index.html | 2 +- docs/namespaces.html | 18 +- .../Organizations/OrganizationsApi.php | 5 + .../TenantWithGroupsPaginationResponse.php | 19 +++ .../Organizations/Tenants/TenantsApi.php | 45 +++++ .../Streams/SigningKeys/SigningKeysApi.php | 68 ++++++++ src/Apis/Streams/StreamsApi.php | 5 + src/Common/Middleware/CustomApiHeaders.php | 2 +- src/Models/AccountInformation.php | 3 + src/Models/StreamsPublicSigningKey.php | 48 ++++++ .../StreamsPublicSigningKeyResponse.php | 32 ++++ src/Models/StreamsSigningKeyResponse.php | 63 +++++++ src/Models/StreamsVideoCreateRequest.php | 16 ++ src/Models/StreamsVideoResponse.php | 3 + src/Models/TenantGroupDetail.php | 47 ++++++ src/Models/TenantWithGroups.php | 81 +++++++++ 57 files changed, 3872 insertions(+), 6 deletions(-) create mode 100644 docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantWithGroupsPaginationResponse.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantWithGroupsPaginationResponse/__construct.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi/__construct.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi/list.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/__construct.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/create.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/delete.html create mode 100644 docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/get.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/__construct.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/createdAt.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/keyId.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse/__construct.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse/publicKeys.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/__construct.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/keyId.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/message.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/privateKey.html create mode 100644 docs/classes/BitmovinApiSdk_Models_StreamsVideoCreateRequest/signed.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantGroupDetail.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/__construct.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/id.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/name.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantWithGroups.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantWithGroups/__construct.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantWithGroups/email.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantWithGroups/groups.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantWithGroups/id.html create mode 100644 docs/classes/BitmovinApiSdk_Models_TenantWithGroups/invitationStatus.html create mode 100644 src/Apis/Account/Organizations/Tenants/TenantWithGroupsPaginationResponse.php create mode 100644 src/Apis/Account/Organizations/Tenants/TenantsApi.php create mode 100644 src/Apis/Streams/SigningKeys/SigningKeysApi.php create mode 100644 src/Models/StreamsPublicSigningKey.php create mode 100644 src/Models/StreamsPublicSigningKeyResponse.php create mode 100644 src/Models/StreamsSigningKeyResponse.php create mode 100644 src/Models/TenantGroupDetail.php create mode 100644 src/Models/TenantWithGroups.php diff --git a/README.md b/README.md index 4e8fb3809..9886aac24 100644 --- a/README.md +++ b/README.md @@ -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.177.0" + "bitmovin/bitmovin-api-sdk-php": "1.178.1" } } ``` @@ -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.177.0` +run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.178.1` ## Initialization diff --git a/composer.json b/composer.json index 76c0234e9..c99323b93 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bitmovin/bitmovin-api-sdk-php", "description": "This is the Bitmovin API SDK for PHP", - "version": "1.177.0", + "version": "1.178.1", "authors": [ { "name": "Bitmovin Inc", diff --git a/docs/classes.html b/docs/classes.html index 479ead527..86206cfcc 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -401,6 +401,40 @@

\BitmovinApi +
+

\BitmovinApiSdk\Apis\Account\Organizations\Tenants

+ + + + + + + + + + + + + + + + + + + +
NameDescription +
+ TenantWithGroupsPaginationResponse + + No description available + EMPTY +
+ TenantsApi + + No description available + EMPTY +
+

\BitmovinApiSdk\Apis\Analytics

@@ -17219,6 +17253,30 @@
+
+

\BitmovinApiSdk\Apis\Streams\SigningKeys

+ + + + + + + + + + + + + + +
NameDescription +
+ SigningKeysApi + + No description available + EMPTY +
+

\BitmovinApiSdk\Apis\Streams\Video

@@ -24586,6 +24644,26 @@

\BitmovinApiSdk\Models

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4065,6 +4073,14 @@

Namespaces

+ + + + + + @@ -4105,7 +4121,7 @@

Namespaces

diff --git a/src/Apis/Account/Organizations/OrganizationsApi.php b/src/Apis/Account/Organizations/OrganizationsApi.php index 3d0998878..223dfd22b 100644 --- a/src/Apis/Account/Organizations/OrganizationsApi.php +++ b/src/Apis/Account/Organizations/OrganizationsApi.php @@ -9,6 +9,7 @@ use BitmovinApiSdk\Common\BitmovinApiException; use BitmovinApiSdk\Apis\Account\Organizations\SubOrganizations\SubOrganizationsApi; +use BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantsApi; use BitmovinApiSdk\Apis\Account\Organizations\Groups\GroupsApi; class OrganizationsApi @@ -19,6 +20,9 @@ class OrganizationsApi /** @var SubOrganizationsApi */ public $subOrganizations; + /** @var TenantsApi */ + public $tenants; + /** @var GroupsApi */ public $groups; @@ -33,6 +37,7 @@ public function __construct(Configuration $config = null, HttpWrapper $httpWrapp $this->httpWrapper = $httpWrapper ?? new HttpWrapper($config); $this->subOrganizations = new SubOrganizationsApi(null, $this->httpWrapper); + $this->tenants = new TenantsApi(null, $this->httpWrapper); $this->groups = new GroupsApi(null, $this->httpWrapper); } diff --git a/src/Apis/Account/Organizations/Tenants/TenantWithGroupsPaginationResponse.php b/src/Apis/Account/Organizations/Tenants/TenantWithGroupsPaginationResponse.php new file mode 100644 index 000000000..81f4a38dc --- /dev/null +++ b/src/Apis/Account/Organizations/Tenants/TenantWithGroupsPaginationResponse.php @@ -0,0 +1,19 @@ +items = ObjectMapper::map($this->items, TenantWithGroups::class); + } +} diff --git a/src/Apis/Account/Organizations/Tenants/TenantsApi.php b/src/Apis/Account/Organizations/Tenants/TenantsApi.php new file mode 100644 index 000000000..506db203c --- /dev/null +++ b/src/Apis/Account/Organizations/Tenants/TenantsApi.php @@ -0,0 +1,45 @@ +httpWrapper = $httpWrapper ?? new HttpWrapper($config); + + } + + /** + * List all Tenants with their groups for a given organization + * + * @param string $organizationId + * @return TenantWithGroupsPaginationResponse + * @throws BitmovinApiException + */ + public function list(string $organizationId) : TenantWithGroupsPaginationResponse + { + $pathParams = [ + 'organization_id' => $organizationId, + ]; + + $response = $this->httpWrapper->request('GET', '/account/organizations/{organization_id}/tenants', $pathParams, null, null, true); + + return ObjectMapper::map($response, TenantWithGroupsPaginationResponse::class); + } +} diff --git a/src/Apis/Streams/SigningKeys/SigningKeysApi.php b/src/Apis/Streams/SigningKeys/SigningKeysApi.php new file mode 100644 index 000000000..c5f3d3579 --- /dev/null +++ b/src/Apis/Streams/SigningKeys/SigningKeysApi.php @@ -0,0 +1,68 @@ +httpWrapper = $httpWrapper ?? new HttpWrapper($config); + + } + + /** + * Create new signing-key + * + * @return \BitmovinApiSdk\Models\StreamsSigningKeyResponse + * @throws BitmovinApiException + */ + public function create() : \BitmovinApiSdk\Models\StreamsSigningKeyResponse + { + $response = $this->httpWrapper->request('POST', '/streams/signing-keys', [], null, null, true); + + return ObjectMapper::map($response, \BitmovinApiSdk\Models\StreamsSigningKeyResponse::class); + } + + /** + * Delete signing-key + * + * @param string $keyId + * @throws BitmovinApiException + */ + public function delete(string $keyId) + { + $pathParams = [ + 'key_id' => $keyId, + ]; + + $this->httpWrapper->request('DELETE', '/streams/signing-keys/{key_id}', $pathParams, null, null, false); + } + + /** + * Get list of public signing key ids + * + * @return \BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse + * @throws BitmovinApiException + */ + public function get() : \BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse + { + $response = $this->httpWrapper->request('GET', '/streams/signing-keys', [], null, null, true); + + return ObjectMapper::map($response, \BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse::class); + } +} diff --git a/src/Apis/Streams/StreamsApi.php b/src/Apis/Streams/StreamsApi.php index 28078b0fd..fb44f50f3 100644 --- a/src/Apis/Streams/StreamsApi.php +++ b/src/Apis/Streams/StreamsApi.php @@ -11,6 +11,7 @@ use BitmovinApiSdk\Apis\Streams\Search\SearchApi; use BitmovinApiSdk\Apis\Streams\Video\VideoApi; use BitmovinApiSdk\Apis\Streams\Live\LiveApi; +use BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi; class StreamsApi { @@ -26,6 +27,9 @@ class StreamsApi /** @var LiveApi */ public $live; + /** @var SigningKeysApi */ + public $signingKeys; + /** * StreamsApi constructor. * @@ -39,5 +43,6 @@ public function __construct(Configuration $config = null, HttpWrapper $httpWrapp $this->search = new SearchApi(null, $this->httpWrapper); $this->video = new VideoApi(null, $this->httpWrapper); $this->live = new LiveApi(null, $this->httpWrapper); + $this->signingKeys = new SigningKeysApi(null, $this->httpWrapper); } } diff --git a/src/Common/Middleware/CustomApiHeaders.php b/src/Common/Middleware/CustomApiHeaders.php index 45e23ef2b..106b2f411 100644 --- a/src/Common/Middleware/CustomApiHeaders.php +++ b/src/Common/Middleware/CustomApiHeaders.php @@ -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.177.0', + 'X-Api-Client-Version' => '1.178.1', ]; if ($tenantOrgId !== null) { diff --git a/src/Models/AccountInformation.php b/src/Models/AccountInformation.php index 78e7c7e2e..7c153cf24 100644 --- a/src/Models/AccountInformation.php +++ b/src/Models/AccountInformation.php @@ -31,6 +31,9 @@ class AccountInformation extends BitmovinResource /** @var Marketplace */ public $marketplace; + /** @var bool */ + public $mfaEnabled; + public function __construct($attributes = null) { parent::__construct($attributes); diff --git a/src/Models/StreamsPublicSigningKey.php b/src/Models/StreamsPublicSigningKey.php new file mode 100644 index 000000000..c4cdb998d --- /dev/null +++ b/src/Models/StreamsPublicSigningKey.php @@ -0,0 +1,48 @@ +createdAt = ObjectMapper::map($this->createdAt, Carbon::class); + } + + /** + * The unique identifier of the key + * + * @param string $keyId + * @return $this + */ + public function keyId(string $keyId) + { + $this->keyId = $keyId; + + return $this; + } + + /** + * createdAt + * + * @param Carbon $createdAt + * @return $this + */ + public function createdAt(Carbon $createdAt) + { + $this->createdAt = $createdAt; + + return $this; + } +} + diff --git a/src/Models/StreamsPublicSigningKeyResponse.php b/src/Models/StreamsPublicSigningKeyResponse.php new file mode 100644 index 000000000..221bc4cb8 --- /dev/null +++ b/src/Models/StreamsPublicSigningKeyResponse.php @@ -0,0 +1,32 @@ +publicKeys = ObjectMapper::map($this->publicKeys, StreamsPublicSigningKey::class); + } + + /** + * publicKeys + * + * @param \BitmovinApiSdk\Models\StreamsPublicSigningKey[] $publicKeys + * @return $this + */ + public function publicKeys(array $publicKeys) + { + $this->publicKeys = $publicKeys; + + return $this; + } +} + diff --git a/src/Models/StreamsSigningKeyResponse.php b/src/Models/StreamsSigningKeyResponse.php new file mode 100644 index 000000000..1872e37be --- /dev/null +++ b/src/Models/StreamsSigningKeyResponse.php @@ -0,0 +1,63 @@ +privateKey = $privateKey; + + return $this; + } + + /** + * The unique identifier of the key + * + * @param string $keyId + * @return $this + */ + public function keyId(string $keyId) + { + $this->keyId = $keyId; + + return $this; + } + + /** + * message + * + * @param string $message + * @return $this + */ + public function message(string $message) + { + $this->message = $message; + + return $this; + } +} + diff --git a/src/Models/StreamsVideoCreateRequest.php b/src/Models/StreamsVideoCreateRequest.php index 0e5177138..96cf2a324 100644 --- a/src/Models/StreamsVideoCreateRequest.php +++ b/src/Models/StreamsVideoCreateRequest.php @@ -19,6 +19,9 @@ class StreamsVideoCreateRequest extends \BitmovinApiSdk\Common\ApiResource /** @var StreamsEncodingProfile */ public $encodingProfile; + /** @var bool */ + public $signed; + public function __construct($attributes = null) { parent::__construct($attributes); @@ -76,5 +79,18 @@ public function encodingProfile(StreamsEncodingProfile $encodingProfile) return $this; } + + /** + * If set to true the Stream is only accessible via a token + * + * @param bool $signed + * @return $this + */ + public function signed(bool $signed) + { + $this->signed = $signed; + + return $this; + } } diff --git a/src/Models/StreamsVideoResponse.php b/src/Models/StreamsVideoResponse.php index 553246dac..4086dc1b5 100644 --- a/src/Models/StreamsVideoResponse.php +++ b/src/Models/StreamsVideoResponse.php @@ -46,6 +46,9 @@ class StreamsVideoResponse extends \BitmovinApiSdk\Common\ApiResource /** @var string */ public $downloadUrl; + /** @var bool */ + public $signed; + public function __construct($attributes = null) { parent::__construct($attributes); diff --git a/src/Models/TenantGroupDetail.php b/src/Models/TenantGroupDetail.php new file mode 100644 index 000000000..3da16e4e0 --- /dev/null +++ b/src/Models/TenantGroupDetail.php @@ -0,0 +1,47 @@ +id = $id; + + return $this; + } + + /** + * Name of Group + * + * @param string $name + * @return $this + */ + public function name(string $name) + { + $this->name = $name; + + return $this; + } +} + diff --git a/src/Models/TenantWithGroups.php b/src/Models/TenantWithGroups.php new file mode 100644 index 000000000..4be6ee7ef --- /dev/null +++ b/src/Models/TenantWithGroups.php @@ -0,0 +1,81 @@ +invitationStatus = ObjectMapper::map($this->invitationStatus, InvitationStatus::class); + $this->groups = ObjectMapper::map($this->groups, TenantGroupDetail::class); + } + + /** + * Id of Tenant + * + * @param string $id + * @return $this + */ + public function id(string $id) + { + $this->id = $id; + + return $this; + } + + /** + * Email of Tenant + * + * @param string $email + * @return $this + */ + public function email(string $email) + { + $this->email = $email; + + return $this; + } + + /** + * invitationStatus + * + * @param \BitmovinApiSdk\Models\InvitationStatus $invitationStatus + * @return $this + */ + public function invitationStatus(\BitmovinApiSdk\Models\InvitationStatus $invitationStatus) + { + $this->invitationStatus = $invitationStatus; + + return $this; + } + + /** + * List of all groups of Tenant + * + * @param \BitmovinApiSdk\Models\TenantGroupDetail[] $groups + * @return $this + */ + public function groups(array $groups) + { + $this->groups = $groups; + + return $this; + } +} +
EMPTY
+ StreamsPublicSigningKey + + No description available + EMPTY +
+ StreamsPublicSigningKeyResponse + + No description available + EMPTY +
StreamsSearchResponse @@ -24596,6 +24674,16 @@

\BitmovinApiSdk\Models

EMPTY
+ StreamsSigningKeyResponse + + No description available + EMPTY +
StreamsStyleConfigPlayerStyle @@ -24776,6 +24864,26 @@

\BitmovinApiSdk\Models

EMPTY
+ TenantGroupDetail + + No description available + EMPTY +
+ TenantWithGroups + + No description available + EMPTY +
TextFilter diff --git a/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_OrganizationsApi.html b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_OrganizationsApi.html index 431f8daaf..35beb8cc0 100644 --- a/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_OrganizationsApi.html +++ b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_OrganizationsApi.html @@ -64,6 +64,7 @@

BitmovinApiSdk\Apis\Account\Organizations\O

Synopsis

class OrganizationsApi {

Methods

diff --git a/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantWithGroupsPaginationResponse.html b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantWithGroupsPaginationResponse.html new file mode 100644 index 000000000..c855249f6 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantWithGroupsPaginationResponse.html @@ -0,0 +1,155 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantWithGroupsPaginationResponse + + + + + +
+
+ +
+ +
+

BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantWithGroupsPaginationResponse

+

+

+

Synopsis

+
class TenantWithGroupsPaginationResponse + extends BasePaginationResponse + {
  • // members
  • public array $items; +
  • // Inherited methods from ApiResource
  • public void __construct() +
  • public static $this create() +
  • public void toArray() +
+ + }
+

Hierarchy

+ +

Members

+
+

public

+ +
+

Methods

+
+

Inherited from BitmovinApiSdk\Common\BasePaginationResponse

+

public

+ +

Inherited from BitmovinApiSdk\Common\ApiResource

+

public

+
    +
  • + create() +
  • +
  • toArray() + — Create array with values, skip null and empty arrays
  • +
+
+
+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantWithGroupsPaginationResponse/__construct.html b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantWithGroupsPaginationResponse/__construct.html new file mode 100644 index 000000000..073cd7a3a --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantWithGroupsPaginationResponse/__construct.html @@ -0,0 +1,83 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantWithGroupsPaginationResponse::__construct + + + + + +
+ + +
+

BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantWithGroupsPaginationResponse::__construct

+

+

+

Signature

+
+ public function __construct([ + $attributes = NULL] ) + +
+

Parameters

+
+
$attributes + — +
+
+
+
+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi.html b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi.html new file mode 100644 index 000000000..bfae321b9 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi.html @@ -0,0 +1,84 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantsApi + + + + + +
+ + +
+

BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantsApi

+

+

+

Synopsis

+
class TenantsApi + {
  • // methods
  • public void __construct() +
  • public TenantWithGroupsPaginationResponse list() +
+ + }
+

Methods

+
+

public

+
    +
  • __construct() + — TenantsApi constructor.
  • +
  • list() + — List all Tenants with their groups for a given organization
  • +
+
+
+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi/__construct.html b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi/__construct.html new file mode 100644 index 000000000..3ae2b24ed --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi/__construct.html @@ -0,0 +1,90 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantsApi::__construct + + + + + +
+ + +
+

BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantsApi::__construct

+

TenantsApi constructor.

+

+

+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi/list.html b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi/list.html new file mode 100644 index 000000000..515bda1b2 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Account_Organizations_Tenants_TenantsApi/list.html @@ -0,0 +1,105 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantsApi::list + + + + + +
+ + +
+

BitmovinApiSdk\Apis\Account\Organizations\Tenants\TenantsApi::list

+

List all Tenants with their groups for a given organization

+

+

    +

    Signature

    +
    + public function list(string + $organizationId ) + +
    +

    Parameters

    +
    +
    $organizationId + — + string
    +
    +
    +

    Returns

    +
    +
    TenantWithGroupsPaginationResponse
    +

    +
    +
    +

    Errors/Exceptions

    +
    +
    + + BitmovinApiException + +
    +
    +
    +
+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi.html b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi.html new file mode 100644 index 000000000..7e1682fd4 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi.html @@ -0,0 +1,90 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi + + + + + +
+
+ +
+ +
+

BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi

+

+

+

Synopsis

+
class SigningKeysApi + {
  • // methods
  • public void __construct() +
  • public StreamsSigningKeyResponse create() +
  • public void delete() +
  • public StreamsPublicSigningKeyResponse get() +
+ + }
+

Methods

+
+

public

+
    +
  • __construct() + — SigningKeysApi constructor.
  • +
  • create() + — Create new signing-key
  • +
  • delete() + — Delete signing-key
  • +
  • get() + — Get list of public signing key ids
  • +
+
+
+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/__construct.html b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/__construct.html new file mode 100644 index 000000000..6e04c4ab7 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/__construct.html @@ -0,0 +1,90 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi::__construct + + + + + +
+
+ +
+ +
+

BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi::__construct

+

SigningKeysApi constructor.

+

+

+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/create.html b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/create.html new file mode 100644 index 000000000..17d7d0e7f --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/create.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi::create + + + + + +
+ + +
+

BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi::create

+

Create new signing-key

+

+

    +

    Signature

    +
    + public function create() + +
    +

    Returns

    +
    +
    StreamsSigningKeyResponse
    +

    +
    +
    +

    Errors/Exceptions

    +
    +
    + + BitmovinApiException + +
    +
    +
    +
+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/delete.html b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/delete.html new file mode 100644 index 000000000..e21fd9bbc --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/delete.html @@ -0,0 +1,96 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi::delete + + + + + +
+ + +
+

BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi::delete

+

Delete signing-key

+

+

    +

    Signature

    +
    + public function delete(string + $keyId ) + +
    +

    Parameters

    +
    +
    $keyId + — + string
    +
    +
    +

    Errors/Exceptions

    +
    +
    + + BitmovinApiException + +
    +
    +
    +
+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/get.html b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/get.html new file mode 100644 index 000000000..56e82b7c7 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Apis_Streams_SigningKeys_SigningKeysApi/get.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi::get + + + + + +
+ + +
+

BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi::get

+

Get list of public signing key ids

+

+

    +

    Signature

    +
    + public function get() + +
    +

    Returns

    +
    +
    StreamsPublicSigningKeyResponse
    +

    +
    +
    +

    Errors/Exceptions

    +
    +
    + + BitmovinApiException + +
    +
    +
    +
+
+
+ Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
+ + diff --git a/docs/classes/BitmovinApiSdk_Apis_Streams_StreamsApi.html b/docs/classes/BitmovinApiSdk_Apis_Streams_StreamsApi.html index 4fe11b481..47165818e 100644 --- a/docs/classes/BitmovinApiSdk_Apis_Streams_StreamsApi.html +++ b/docs/classes/BitmovinApiSdk_Apis_Streams_StreamsApi.html @@ -63,6 +63,7 @@

Synopsis

{
@@ -77,6 +78,9 @@

public

+
  • $signingKeys + — + BitmovinApiSdk\Apis\Streams\SigningKeys\SigningKeysApi
  • $videoBitmovinApiSdk\Apis\Streams\Video\VideoApi
  • diff --git a/docs/classes/BitmovinApiSdk_Models_AccountInformation.html b/docs/classes/BitmovinApiSdk_Models_AccountInformation.html index 957b80996..d5535a4bf 100644 --- a/docs/classes/BitmovinApiSdk_Models_AccountInformation.html +++ b/docs/classes/BitmovinApiSdk_Models_AccountInformation.html @@ -75,6 +75,7 @@

    Synopsis

  • public string $company;
  • public bool $verified;
  • public Marketplace $marketplace; +
  • public bool $mfaEnabled;
    • // Inherited members from BitmovinResource
    • public string $name;
    • public string $description;
    • public Carbon $createdAt; @@ -141,6 +142,9 @@

      public

    • $marketplaceBitmovinApiSdk\Models\Marketplace
    • +
    • $mfaEnabled + — + BitmovinApiSdk\Models\bool
    • $modifiedAtCarbon\Carbon
    • diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey.html b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey.html new file mode 100644 index 000000000..e9caeb5f7 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey.html @@ -0,0 +1,130 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsPublicSigningKey + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsPublicSigningKey

      +

      +

      +

      Synopsis

      +
      class StreamsPublicSigningKey + extends ApiResource + {
      • // Inherited methods from ApiResource
      • public void __construct() +
      • public static $this create() +
      • public void toArray() +
      + + }
      +

      Hierarchy

      +
      +

      Extends

      + +
      +

      Members

      +
      +

      public

      + +
      +

      Methods

      +
      +

      public

      + +

      Inherited from BitmovinApiSdk\Common\ApiResource

      +

      public

      +
        +
      • + create() +
      • +
      • toArray() + — Create array with values, skip null and empty arrays
      • +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/__construct.html b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/__construct.html new file mode 100644 index 000000000..8402a9e5b --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/__construct.html @@ -0,0 +1,83 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsPublicSigningKey::__construct + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsPublicSigningKey::__construct

      +

      +

      +

      Signature

      +
      + public function __construct([ + $attributes = NULL] ) + +
      +

      Parameters

      +
      +
      $attributes + — +
      +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/createdAt.html b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/createdAt.html new file mode 100644 index 000000000..69df7639f --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/createdAt.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsPublicSigningKey::createdAt + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsPublicSigningKey::createdAt

      +

      createdAt

      +

      +

        +
          +

          Signature

          +
          + public function createdAt(Carbon + $createdAt ) + +
          +

          Parameters

          +
          +
          $createdAt + — + Carbon\Carbon
          +



          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/keyId.html b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/keyId.html new file mode 100644 index 000000000..6273bc062 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKey/keyId.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsPublicSigningKey::keyId + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsPublicSigningKey::keyId

      +

      The unique identifier of the key

      +

      +

        +
          +

          Signature

          +
          + public function keyId(string + $keyId ) + +
          +

          Parameters

          +
          +
          $keyId + — + string
          +
          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse.html b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse.html new file mode 100644 index 000000000..033f1d2ae --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse.html @@ -0,0 +1,124 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse

      +

      +

      +

      Synopsis

      +
      class StreamsPublicSigningKeyResponse + extends ApiResource + {
      • // Inherited methods from ApiResource
      • public void __construct() +
      • public static $this create() +
      • public void toArray() +
      + + }
      +

      Hierarchy

      +
      +

      Extends

      + +
      +

      Members

      +
      +

      public

      + +
      +

      Methods

      +
      +

      public

      + +

      Inherited from BitmovinApiSdk\Common\ApiResource

      +

      public

      +
        +
      • + create() +
      • +
      • toArray() + — Create array with values, skip null and empty arrays
      • +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse/__construct.html b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse/__construct.html new file mode 100644 index 000000000..fbbd434bd --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse/__construct.html @@ -0,0 +1,83 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse::__construct + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse::__construct

      +

      +

      +

      Signature

      +
      + public function __construct([ + $attributes = NULL] ) + +
      +

      Parameters

      +
      +
      $attributes + — +
      +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse/publicKeys.html b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse/publicKeys.html new file mode 100644 index 000000000..7a89dbe24 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsPublicSigningKeyResponse/publicKeys.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse::publicKeys + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsPublicSigningKeyResponse::publicKeys

      +

      publicKeys

      +

      +

        +
          +

          Signature

          +
          + public function publicKeys(array + $publicKeys ) + +
          +

          Parameters

          +
          +
          $publicKeys + — + array
          +



          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse.html b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse.html new file mode 100644 index 000000000..d9b933980 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse.html @@ -0,0 +1,137 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsSigningKeyResponse + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsSigningKeyResponse

      +

      +

      +

      Synopsis

      +
      class StreamsSigningKeyResponse + extends ApiResource + {
      • // Inherited methods from ApiResource
      • public void __construct() +
      • public static $this create() +
      • public void toArray() +
      + + }
      +

      Hierarchy

      +
      +

      Extends

      + +
      +

      Members

      +
      +

      public

      +
        +
      • $keyId + — + string
      • +
      • $message + — + string
      • +
      • $privateKey + — + string
      • +
      +
      +

      Methods

      +
      +

      public

      + +

      Inherited from BitmovinApiSdk\Common\ApiResource

      +

      public

      +
        +
      • + create() +
      • +
      • toArray() + — Create array with values, skip null and empty arrays
      • +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/__construct.html b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/__construct.html new file mode 100644 index 000000000..bf3a53139 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/__construct.html @@ -0,0 +1,83 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsSigningKeyResponse::__construct + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsSigningKeyResponse::__construct

      +

      +

      +

      Signature

      +
      + public function __construct([ + $attributes = NULL] ) + +
      +

      Parameters

      +
      +
      $attributes + — +
      +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/keyId.html b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/keyId.html new file mode 100644 index 000000000..ca23774ff --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/keyId.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsSigningKeyResponse::keyId + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsSigningKeyResponse::keyId

      +

      The unique identifier of the key

      +

      +

        +
          +

          Signature

          +
          + public function keyId(string + $keyId ) + +
          +

          Parameters

          +
          +
          $keyId + — + string
          +
          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/message.html b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/message.html new file mode 100644 index 000000000..bbc6b5f7a --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/message.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsSigningKeyResponse::message + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsSigningKeyResponse::message

      +

      message

      +

      +

        +
          +

          Signature

          +
          + public function message(string + $message ) + +
          +

          Parameters

          +
          +
          $message + — + string
          +
          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/privateKey.html b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/privateKey.html new file mode 100644 index 000000000..231378eed --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsSigningKeyResponse/privateKey.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsSigningKeyResponse::privateKey + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\StreamsSigningKeyResponse::privateKey

      +

      base64-encoded PEM file of the private key

      +

      +

        +
          +

          Signature

          +
          + public function privateKey(string + $privateKey ) + +
          +

          Parameters

          +
          +
          $privateKey + — + string
          +
          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsVideoCreateRequest.html b/docs/classes/BitmovinApiSdk_Models_StreamsVideoCreateRequest.html index 0ca86be6a..7107b2505 100644 --- a/docs/classes/BitmovinApiSdk_Models_StreamsVideoCreateRequest.html +++ b/docs/classes/BitmovinApiSdk_Models_StreamsVideoCreateRequest.html @@ -71,11 +71,13 @@

      Synopsis

    • public string $title;
    • public string $description;
    • public StreamsEncodingProfile $encodingProfile; +
    • public bool $signed;
    diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsVideoCreateRequest/signed.html b/docs/classes/BitmovinApiSdk_Models_StreamsVideoCreateRequest/signed.html new file mode 100644 index 000000000..430fc3320 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_StreamsVideoCreateRequest/signed.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\StreamsVideoCreateRequest::signed + + + + + +
    +
    + +
    + +
    +

    BitmovinApiSdk\Models\StreamsVideoCreateRequest::signed

    +

    If set to true the Stream is only accessible via a token

    +

    +

      +
        +

        Signature

        +
        + public function signed(bool + $signed ) + +
        +

        Parameters

        +
        +
        $signed + — + bool
        +



        +
        +

        Returns

        +
        +
        $this
        +

        +
        +
        +
    +
    +
    + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
    + + diff --git a/docs/classes/BitmovinApiSdk_Models_StreamsVideoResponse.html b/docs/classes/BitmovinApiSdk_Models_StreamsVideoResponse.html index bb7364ee4..0654a6a29 100644 --- a/docs/classes/BitmovinApiSdk_Models_StreamsVideoResponse.html +++ b/docs/classes/BitmovinApiSdk_Models_StreamsVideoResponse.html @@ -80,6 +80,7 @@

    Synopsis

  • public StreamsContentProtectionResponse $contentProtection;
  • public StreamsTrimmingStatus $trimming;
  • public string $downloadUrl; +
  • public bool $signed;
    • // methods
    • public void __construct()
    • public $this styleConfig()
    • public $this adConfig() @@ -131,6 +132,9 @@

      public

    • $posterUrl — string
    • +
    • $signed + — + BitmovinApiSdk\Models\bool
    • $statusBitmovinApiSdk\Models\StreamsVideoStatus
    • diff --git a/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail.html b/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail.html new file mode 100644 index 000000000..c963f5541 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail.html @@ -0,0 +1,130 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantGroupDetail + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantGroupDetail

      +

      +

      +

      Synopsis

      +
      class TenantGroupDetail + extends ApiResource + {
      • // members
      • public string $id; +
      • public string $name; +
      • // methods
      • public void __construct() +
      • public $this id() +
      • public $this name() +
      • // Inherited methods from ApiResource
      • public void __construct() +
      • public static $this create() +
      • public void toArray() +
      + + }
      +

      Hierarchy

      +
      +

      Extends

      + +
      +

      Members

      +
      +

      public

      +
        +
      • $id + — + string
      • +
      • $name + — + string
      • +
      +
      +

      Methods

      +
      +

      public

      + +

      Inherited from BitmovinApiSdk\Common\ApiResource

      +

      public

      +
        +
      • + create() +
      • +
      • toArray() + — Create array with values, skip null and empty arrays
      • +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/__construct.html b/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/__construct.html new file mode 100644 index 000000000..b2442b339 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/__construct.html @@ -0,0 +1,83 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantGroupDetail::__construct + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantGroupDetail::__construct

      +

      +

      +

      Signature

      +
      + public function __construct([ + $attributes = NULL] ) + +
      +

      Parameters

      +
      +
      $attributes + — +
      +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/id.html b/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/id.html new file mode 100644 index 000000000..54d44fd92 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/id.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantGroupDetail::id + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantGroupDetail::id

      +

      Id of Group

      +

      +

        +
          +

          Signature

          +
          + public function id(string + $id ) + +
          +

          Parameters

          +
          +
          $id + — + string
          +
          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/name.html b/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/name.html new file mode 100644 index 000000000..507203215 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantGroupDetail/name.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantGroupDetail::name + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantGroupDetail::name

      +

      Name of Group

      +

      +

        +
          +

          Signature

          +
          + public function name(string + $name ) + +
          +

          Parameters

          +
          +
          $name + — + string
          +
          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantWithGroups.html b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups.html new file mode 100644 index 000000000..d2c2997e8 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups.html @@ -0,0 +1,145 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantWithGroups + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantWithGroups

      +

      +

      +

      Synopsis

      +
      class TenantWithGroups + extends ApiResource + {
      • // Inherited methods from ApiResource
      • public void __construct() +
      • public static $this create() +
      • public void toArray() +
      + + }
      +

      Hierarchy

      +
      +

      Extends

      + +
      +

      Members

      +
      +

      public

      + +
      +

      Methods

      +
      +

      public

      + +

      Inherited from BitmovinApiSdk\Common\ApiResource

      +

      public

      +
        +
      • + create() +
      • +
      • toArray() + — Create array with values, skip null and empty arrays
      • +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/__construct.html b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/__construct.html new file mode 100644 index 000000000..887f55347 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/__construct.html @@ -0,0 +1,83 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantWithGroups::__construct + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantWithGroups::__construct

      +

      +

      +

      Signature

      +
      + public function __construct([ + $attributes = NULL] ) + +
      +

      Parameters

      +
      +
      $attributes + — +
      +
      +
      +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/email.html b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/email.html new file mode 100644 index 000000000..896e76de8 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/email.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantWithGroups::email + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantWithGroups::email

      +

      Email of Tenant

      +

      +

        +
          +

          Signature

          +
          + public function email(string + $email ) + +
          +

          Parameters

          +
          +
          $email + — + string
          +
          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/groups.html b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/groups.html new file mode 100644 index 000000000..5f6c39324 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/groups.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantWithGroups::groups + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantWithGroups::groups

      +

      List of all groups of Tenant

      +

      +

        +
          +

          Signature

          +
          + public function groups(array + $groups ) + +
          +

          Parameters

          +
          +
          $groups + — + array
          +



          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/id.html b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/id.html new file mode 100644 index 000000000..1ed9ec22a --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/id.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantWithGroups::id + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantWithGroups::id

      +

      Id of Tenant

      +

      +

        +
          +

          Signature

          +
          + public function id(string + $id ) + +
          +

          Parameters

          +
          +
          $id + — + string
          +
          +
          +

          Returns

          +
          +
          $this
          +

          +
          +
          +
      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/invitationStatus.html b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/invitationStatus.html new file mode 100644 index 000000000..c17e3a1e3 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_TenantWithGroups/invitationStatus.html @@ -0,0 +1,94 @@ + + + + + phpDox - BitmovinApiSdk\Models\TenantWithGroups::invitationStatus + + + + + +
      +
      + +
      + +
      +

      BitmovinApiSdk\Models\TenantWithGroups::invitationStatus

      +

      invitationStatus

      +

      +

      +
      +
      + Generated using phpDox 0.12.0 - Copyright (C) 2010 - 2023 by Arne Blankerts and Contributors +
      + + diff --git a/docs/index.html b/docs/index.html index dbedc5b26..2ab4f7282 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

      Software Documentation

      Build

      -

      Tue, 31 Oct 2023 12:50:47 +0000

      +

      Tue, 14 Nov 2023 14:15:06 +0000

      VCS Info

      tag:
      diff --git a/docs/namespaces.html b/docs/namespaces.html index a2e53a21d..842f60757 100644 --- a/docs/namespaces.html +++ b/docs/namespaces.html @@ -129,6 +129,14 @@

      Namespaces

    0
    \BitmovinApiSdk\Apis\Account\Organizations\Tenants0 + 2 + 0
    \BitmovinApiSdk\Apis\Analytics 0 0
    \BitmovinApiSdk\Apis\Streams\SigningKeys0 + 1 + 0
    \BitmovinApiSdk\Apis\Streams\Video 0 \BitmovinApiSdk\Models 0 - 805 + 810 0