Comparing version 1.1.0 to 1.1.1
@@ -30,2 +30,3 @@ /** | ||
endpoint: string; | ||
readonly logger: import("oci-common/lib/log").Logger; | ||
/** | ||
@@ -32,0 +33,0 @@ * Sets the region to call (ex, Region.US_PHOENIX_1). |
@@ -64,3 +64,8 @@ "use strict"; | ||
this._endpoint = this._endpoint + "/20181231"; | ||
if (this.logger) | ||
this.logger.info(`IncidentClient endpoint set to ${this._endpoint}`); | ||
} | ||
get logger() { | ||
return common.LOG.logger; | ||
} | ||
/** | ||
@@ -93,2 +98,4 @@ * Sets the region to call (ex, Region.US_PHOENIX_1). | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation IncidentClient#createIncident."); | ||
const pathParams = {}; | ||
@@ -147,2 +154,4 @@ const queryParams = {}; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation IncidentClient#getIncident."); | ||
const pathParams = { | ||
@@ -202,2 +211,4 @@ "{incidentKey}": getIncidentRequest.incidentKey | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation IncidentClient#getStatus."); | ||
const pathParams = { | ||
@@ -256,2 +267,4 @@ "{source}": getStatusRequest.source | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation IncidentClient#listIncidentResourceTypes."); | ||
const pathParams = {}; | ||
@@ -341,2 +354,4 @@ const queryParams = { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation IncidentClient#listIncidents."); | ||
const pathParams = {}; | ||
@@ -425,2 +440,4 @@ const queryParams = { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation IncidentClient#updateIncident."); | ||
const pathParams = { | ||
@@ -483,2 +500,4 @@ "{incidentKey}": updateIncidentRequest.incidentKey | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation IncidentClient#validateUser."); | ||
const pathParams = {}; | ||
@@ -485,0 +504,0 @@ const queryParams = { |
{ | ||
"name": "oci-cims", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "OCI NodeJS client for Cims ", | ||
@@ -16,6 +16,6 @@ "repository": { | ||
}, | ||
"license": "(Universal Permissive License (UPL) 1.0 or Apache-2.0)", | ||
"license": "(UPL-1.0 OR Apache-2.0)", | ||
"dependencies": { | ||
"oci-common": "1.1.0", | ||
"oci-workrequests": "1.1.0" | ||
"oci-common": "1.1.1", | ||
"oci-workrequests": "1.1.1" | ||
}, | ||
@@ -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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 2 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
326390
0
4869
+ Addedoci-common@1.1.1(transitive)
+ Addedoci-workrequests@1.1.1(transitive)
- Removeddate-format@2.1.0(transitive)
- Removeddebug@4.4.0(transitive)
- Removedflatted@2.0.2(transitive)
- Removedfs-extra@8.1.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removedlog4js@5.1.0(transitive)
- Removedms@2.1.3(transitive)
- Removedoci-common@1.1.0(transitive)
- Removedoci-workrequests@1.1.0(transitive)
- Removedrfdc@1.4.1(transitive)
- Removedstreamroller@2.2.4(transitive)
- Removeduniversalify@0.1.2(transitive)
Updatedoci-common@1.1.1
Updatedoci-workrequests@1.1.1