@bitmovin/api-sdk 1.193.0 → 1.194.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services,
31
31
  ## Installation
32
32
 
33
33
  ``` bash
34
- npm install @bitmovin/api-sdk@1.193.0
34
+ npm install @bitmovin/api-sdk@1.194.0
35
35
  ```
36
36
 
37
37
  ## Initialization
@@ -6093,7 +6093,7 @@ var HeaderHandler = /** @class */ (function (_super) {
6093
6093
  var headers = {
6094
6094
  'X-Api-Key': apiKey,
6095
6095
  'X-Api-Client': 'bitmovin-api-sdk-javascript',
6096
- 'X-Api-Client-Version': '1.193.0',
6096
+ 'X-Api-Client-Version': '1.194.0',
6097
6097
  'Content-Type': 'application/json'
6098
6098
  };
6099
6099
  if (tenantOrgId) {
@@ -62346,6 +62346,8 @@ var CloudRegion;
62346
62346
  CloudRegion["AKAMAI_FR_PAR"] = "AKAMAI_FR_PAR";
62347
62347
  CloudRegion["AKAMAI_JP_OSA"] = "AKAMAI_JP_OSA";
62348
62348
  CloudRegion["AKAMAI_US_SEA"] = "AKAMAI_US_SEA";
62349
+ CloudRegion["OCI_EU_FRANKFURT_1"] = "OCI_EU_FRANKFURT_1";
62350
+ CloudRegion["OCI_US_ASHBURN_1"] = "OCI_US_ASHBURN_1";
62349
62351
  CloudRegion["NORTH_AMERICA"] = "NORTH_AMERICA";
62350
62352
  CloudRegion["SOUTH_AMERICA"] = "SOUTH_AMERICA";
62351
62353
  CloudRegion["EUROPE"] = "EUROPE";