Socket
Socket
Sign inDemoInstall

oci-workrequests

Package Overview
Dependencies
Maintainers
2
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-workrequests - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

lib/client.d.ts

@@ -38,2 +38,3 @@ /**

endpoint: string;
readonly logger: import("oci-common/lib/log").Logger;
/**

@@ -40,0 +41,0 @@ * Sets the region to call (ex, Region.US_PHOENIX_1).

@@ -63,3 +63,8 @@ "use strict";

this._endpoint = this._endpoint + "/20160918";
if (this.logger)
this.logger.info(`WorkRequestClient endpoint set to ${this._endpoint}`);
}
get logger() {
return common.LOG.logger;
}
/**

@@ -113,2 +118,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 WorkRequestClient#getWorkRequest.");
const pathParams = {

@@ -162,2 +169,4 @@ "{workRequestId}": getWorkRequestRequest.workRequestId

return __awaiter(this, void 0, void 0, function* () {
if (this.logger)
this.logger.debug("Calling operation WorkRequestClient#listWorkRequestErrors.");
const pathParams = {

@@ -239,2 +248,4 @@ "{workRequestId}": listWorkRequestErrorsRequest.workRequestId

return __awaiter(this, void 0, void 0, function* () {
if (this.logger)
this.logger.debug("Calling operation WorkRequestClient#listWorkRequestLogs.");
const pathParams = {

@@ -316,2 +327,4 @@ "{workRequestId}": listWorkRequestLogsRequest.workRequestId

return __awaiter(this, void 0, void 0, function* () {
if (this.logger)
this.logger.debug("Calling operation WorkRequestClient#listWorkRequests.");
const pathParams = {};

@@ -318,0 +331,0 @@ const queryParams = {

8

package.json
{
"name": "oci-workrequests",
"version": "1.1.0",
"version": "1.1.1",
"description": "OCI NodeJS client for WorkRequests",

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