Socket
Socket
Sign inDemoInstall

oci-apigateway

Package Overview
Dependencies
Maintainers
2
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-apigateway - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

lib/client.d.ts

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

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

@@ -124,2 +125,3 @@ * Sets the region to call (ex, Region.US_PHOENIX_1).

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

@@ -212,2 +214,3 @@ * Sets the region to call (ex, Region.US_PHOENIX_1).

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

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

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

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

@@ -119,2 +124,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 DeploymentClient#changeDeploymentCompartment.");
const pathParams = {

@@ -173,2 +180,4 @@ "{deploymentId}": changeDeploymentCompartmentRequest.deploymentId

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

@@ -236,2 +245,4 @@ const queryParams = {};

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

@@ -287,2 +298,4 @@ "{deploymentId}": deleteDeploymentRequest.deploymentId

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

@@ -341,2 +354,4 @@ "{deploymentId}": getDeploymentRequest.deploymentId

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

@@ -406,2 +421,4 @@ const queryParams = {

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

@@ -479,3 +496,8 @@ "{deploymentId}": updateDeploymentRequest.deploymentId

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

@@ -529,2 +551,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 GatewayClient#changeGatewayCompartment.");
const pathParams = {

@@ -583,2 +607,4 @@ "{gatewayId}": changeGatewayCompartmentRequest.gatewayId

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

@@ -646,2 +672,4 @@ const queryParams = {};

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

@@ -697,2 +725,4 @@ "{gatewayId}": deleteGatewayRequest.gatewayId

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

@@ -751,2 +781,4 @@ "{gatewayId}": getGatewayRequest.gatewayId

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

@@ -815,2 +847,4 @@ const queryParams = {

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

@@ -888,3 +922,8 @@ "{gatewayId}": updateGatewayRequest.gatewayId

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

@@ -938,2 +977,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 WorkRequestsClient#cancelWorkRequest.");
const pathParams = {

@@ -985,2 +1026,4 @@ "{workRequestId}": cancelWorkRequestRequest.workRequestId

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

@@ -1044,2 +1087,4 @@ "{workRequestId}": getWorkRequestRequest.workRequestId

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

@@ -1108,2 +1153,4 @@ "{workRequestId}": listWorkRequestErrorsRequest.workRequestId

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

@@ -1172,2 +1219,4 @@ "{workRequestId}": listWorkRequestLogsRequest.workRequestId

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

@@ -1174,0 +1223,0 @@ const queryParams = {

8

package.json
{
"name": "oci-apigateway",
"version": "1.1.0",
"version": "1.1.1",
"description": "OCI NodeJS client for API gateway service",

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