Comparing version 1.5.2 to 1.5.3
@@ -27,5 +27,8 @@ /** | ||
/** | ||
* Sets the endpoint to call (ex, https://www.example.com). | ||
* @param endpoint The endpoint of the service. | ||
* Get the endpoint that is being used to call (ex, https://www.example.com). | ||
*/ | ||
/** | ||
* Sets the endpoint to call (ex, https://www.example.com). | ||
* @param endpoint The endpoint of the service. | ||
*/ | ||
endpoint: string; | ||
@@ -142,5 +145,8 @@ readonly logger: import("oci-common/lib/log").Logger; | ||
/** | ||
* Sets the endpoint to call (ex, https://www.example.com). | ||
* @param endpoint The endpoint of the service. | ||
* Get the endpoint that is being used to call (ex, https://www.example.com). | ||
*/ | ||
/** | ||
* Sets the endpoint to call (ex, https://www.example.com). | ||
* @param endpoint The endpoint of the service. | ||
*/ | ||
endpoint: string; | ||
@@ -147,0 +153,0 @@ readonly logger: import("oci-common/lib/log").Logger; |
@@ -58,2 +58,8 @@ "use strict"; | ||
/** | ||
* Get the endpoint that is being used to call (ex, https://www.example.com). | ||
*/ | ||
get endpoint() { | ||
return this._endpoint; | ||
} | ||
/** | ||
* Sets the endpoint to call (ex, https://www.example.com). | ||
@@ -557,2 +563,8 @@ * @param endpoint The endpoint of the service. | ||
/** | ||
* Get the endpoint that is being used to call (ex, https://www.example.com). | ||
*/ | ||
get endpoint() { | ||
return this._endpoint; | ||
} | ||
/** | ||
* Sets the endpoint to call (ex, https://www.example.com). | ||
@@ -559,0 +571,0 @@ * @param endpoint The endpoint of the service. |
{ | ||
"name": "oci-cims", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "OCI NodeJS client for Cims ", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "1.5.2", | ||
"oci-workrequests": "1.5.2" | ||
"oci-common": "1.5.3", | ||
"oci-workrequests": "1.5.3" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
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
399224
5499
+ Addedoci-common@1.5.3(transitive)
+ Addedoci-workrequests@1.5.3(transitive)
- Removedoci-common@1.5.2(transitive)
- Removedoci-workrequests@1.5.2(transitive)
Updatedoci-common@1.5.3
Updatedoci-workrequests@1.5.3