Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-cims

Package Overview
Dependencies
Maintainers
2
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-cims - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

lib/client.d.ts

@@ -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 = {

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc