@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
|
@@ -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.
|
|
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";
|