oci-common
Advanced tools
Comparing version 2.95.0 to 2.95.1
@@ -34,2 +34,3 @@ /** | ||
static OC29: Realm; | ||
static OC23: Realm; | ||
static values(): Realm[]; | ||
@@ -36,0 +37,0 @@ static register(realmId: string, secondLevelDomain: string, isDeveloperToolConfigurationRealm?: boolean): Realm; |
@@ -78,2 +78,3 @@ "use strict"; | ||
Realm.OC29 = Realm.register("oc29", "oraclecloud29.com"); | ||
Realm.OC23 = Realm.register("oc23", "oraclecloud23.com"); | ||
//# sourceMappingURL=realm.js.map |
@@ -107,2 +107,4 @@ /** | ||
static ME_ABUDHABI_4: Region; | ||
static US_SOMERSET_1: Region; | ||
static US_THAMES_1: Region; | ||
/** | ||
@@ -109,0 +111,0 @@ * Return all known Regions in this version of the SDK, except possibly the region returned by IMDS (Instance Metadata |
@@ -404,2 +404,5 @@ "use strict"; | ||
Region.ME_ABUDHABI_4 = Region.register("me-abudhabi-4", realm_1.Realm.OC29, "shj"); | ||
// OC23 | ||
Region.US_SOMERSET_1 = Region.register("us-somerset-1", realm_1.Realm.OC23, "ebb"); | ||
Region.US_THAMES_1 = Region.register("us-thames-1", realm_1.Realm.OC23, "ebl"); | ||
//# sourceMappingURL=region.js.map |
{ | ||
"name": "oci-common", | ||
"version": "2.95.0", | ||
"version": "2.95.1", | ||
"description": "OCI Common module for NodeJS", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
515809
7010