diff --git a/README.md b/README.md index da947c2d1..e00bef48d 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.193.0" + "bitmovin/bitmovin-api-sdk-php": "1.194.0" } } ``` @@ -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.193.0` +run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.194.0` ## Initialization diff --git a/composer.json b/composer.json index 6b373f4f7..900ca0a67 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.193.0", + "version": "1.194.0", "authors": [ { "name": "Bitmovin Inc", diff --git a/docs/classes/BitmovinApiSdk_Models_CloudRegion.html b/docs/classes/BitmovinApiSdk_Models_CloudRegion.html index 9f342b3f4..330f4263d 100644 --- a/docs/classes/BitmovinApiSdk_Models_CloudRegion.html +++ b/docs/classes/BitmovinApiSdk_Models_CloudRegion.html @@ -127,6 +127,8 @@

Synopsis

  • public static CloudRegion AKAMAI_FR_PAR()
  • public static CloudRegion AKAMAI_JP_OSA()
  • public static CloudRegion AKAMAI_US_SEA() +
  • public static CloudRegion OCI_EU_FRANKFURT_1() +
  • public static CloudRegion OCI_US_ASHBURN_1()
  • public static CloudRegion NORTH_AMERICA()
  • public static CloudRegion SOUTH_AMERICA()
  • public static CloudRegion EUROPE() @@ -307,6 +309,10 @@

    public

    — Google Los Angeles, California, USA
  • NORTH_AMERICA() — NORTH_AMERICA
  • +
  • OCI_EU_FRANKFURT_1() + — OCI Frankfurt, Germany. The Oracle Cloud integration is in beta and still undergoing testing. Some issues or limitations may be present.
  • +
  • OCI_US_ASHBURN_1() + — OCI Ashburn, VA, USA. The Oracle Cloud integration is in beta and still undergoing testing. Some issues or limitations may be present.
  • SOUTH_AMERICA() — SOUTH_AMERICA
  • diff --git a/docs/classes/BitmovinApiSdk_Models_CloudRegion/OCI_EU_FRANKFURT_1.html b/docs/classes/BitmovinApiSdk_Models_CloudRegion/OCI_EU_FRANKFURT_1.html new file mode 100644 index 000000000..204994057 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_CloudRegion/OCI_EU_FRANKFURT_1.html @@ -0,0 +1,82 @@ + + + + + phpDox - BitmovinApiSdk\Models\CloudRegion::OCI_EU_FRANKFURT_1 + + + + + +
    +
    + +
    + +
    +

    BitmovinApiSdk\Models\CloudRegion::OCI_EU_FRANKFURT_1

    +

    OCI Frankfurt, Germany. The Oracle Cloud integration is in beta and still undergoing testing. Some issues or limitations may be present.

    +

    +

      +

      Signature

      +
      + public function OCI_EU_FRANKFURT_1() + +
      +

      Returns

      +
      +
      CloudRegion
      +

      +
      +
      +
    +
    + + + diff --git a/docs/classes/BitmovinApiSdk_Models_CloudRegion/OCI_US_ASHBURN_1.html b/docs/classes/BitmovinApiSdk_Models_CloudRegion/OCI_US_ASHBURN_1.html new file mode 100644 index 000000000..47ecc1b72 --- /dev/null +++ b/docs/classes/BitmovinApiSdk_Models_CloudRegion/OCI_US_ASHBURN_1.html @@ -0,0 +1,82 @@ + + + + + phpDox - BitmovinApiSdk\Models\CloudRegion::OCI_US_ASHBURN_1 + + + + + +
    +
    + +
    + +
    +

    BitmovinApiSdk\Models\CloudRegion::OCI_US_ASHBURN_1

    +

    OCI Ashburn, VA, USA. The Oracle Cloud integration is in beta and still undergoing testing. Some issues or limitations may be present.

    +

    +

      +

      Signature

      +
      + public function OCI_US_ASHBURN_1() + +
      +

      Returns

      +
      +
      CloudRegion
      +

      +
      +
      +
    +
    + + + diff --git a/docs/index.html b/docs/index.html index 55c7b526a..a77494baa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

    Software Documentation

    Build

    -

    Tue, 28 May 2024 14:39:47 +0000

    +

    Tue, 04 Jun 2024 11:05:49 +0000

    VCS Info

    tag:
    diff --git a/src/Common/Middleware/CustomApiHeaders.php b/src/Common/Middleware/CustomApiHeaders.php index 8ee74316a..c08e880e8 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.193.0', + 'X-Api-Client-Version' => '1.194.0', ]; if ($tenantOrgId !== null) { diff --git a/src/Models/CloudRegion.php b/src/Models/CloudRegion.php index bfa323ebf..5bd60e626 100644 --- a/src/Models/CloudRegion.php +++ b/src/Models/CloudRegion.php @@ -190,6 +190,12 @@ class CloudRegion extends \BitmovinApiSdk\Common\Enum /** @var string */ private const AKAMAI_US_SEA = 'AKAMAI_US_SEA'; + /** @var string */ + private const OCI_EU_FRANKFURT_1 = 'OCI_EU_FRANKFURT_1'; + + /** @var string */ + private const OCI_US_ASHBURN_1 = 'OCI_US_ASHBURN_1'; + /** @var string */ private const NORTH_AMERICA = 'NORTH_AMERICA'; @@ -849,6 +855,26 @@ public static function AKAMAI_US_SEA() return new CloudRegion(self::AKAMAI_US_SEA); } + /** + * OCI Frankfurt, Germany. The Oracle Cloud integration is in beta and still undergoing testing. Some issues or limitations may be present. + * + * @return CloudRegion + */ + public static function OCI_EU_FRANKFURT_1() + { + return new CloudRegion(self::OCI_EU_FRANKFURT_1); + } + + /** + * OCI Ashburn, VA, USA. The Oracle Cloud integration is in beta and still undergoing testing. Some issues or limitations may be present. + * + * @return CloudRegion + */ + public static function OCI_US_ASHBURN_1() + { + return new CloudRegion(self::OCI_US_ASHBURN_1); + } + /** * NORTH_AMERICA *