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

oci-cims

Package Overview
Dependencies
Maintainers
3
Versions
205
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.20.0 to 1.20.1

16

lib/client.d.ts

@@ -57,3 +57,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
*/

@@ -66,3 +66,3 @@ createIncident(createIncidentRequest: requests.CreateIncidentRequest): Promise<responses.CreateIncidentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
*/

@@ -75,3 +75,3 @@ getIncident(getIncidentRequest: requests.GetIncidentRequest): Promise<responses.GetIncidentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
*/

@@ -84,3 +84,3 @@ getStatus(getStatusRequest: requests.GetStatusRequest): Promise<responses.GetStatusResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
*/

@@ -108,3 +108,3 @@ listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
*/

@@ -132,3 +132,3 @@ listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
*/

@@ -141,3 +141,3 @@ updateIncident(updateIncidentRequest: requests.UpdateIncidentRequest): Promise<responses.UpdateIncidentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
*/

@@ -186,5 +186,5 @@ validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
*/
createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
}

@@ -121,3 +121,3 @@ "use strict";

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API.
*/

@@ -136,2 +136,5 @@ createIncident(createIncidentRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createIncidentRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -147,5 +150,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createIncidentRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -178,3 +178,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
*/

@@ -197,2 +197,5 @@ getIncident(getIncidentRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getIncidentRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -207,5 +210,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getIncidentRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -238,3 +238,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
*/

@@ -255,2 +255,5 @@ getStatus(getStatusRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getStatusRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -265,5 +268,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getStatusRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -296,3 +296,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
*/

@@ -320,2 +320,5 @@ listIncidentResourceTypes(listIncidentResourceTypesRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listIncidentResourceTypesRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -330,5 +333,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listIncidentResourceTypesRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -385,3 +385,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
*/

@@ -409,2 +409,5 @@ listIncidents(listIncidentsRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listIncidentsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -419,5 +422,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listIncidentsRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -474,3 +474,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
*/

@@ -493,2 +493,5 @@ updateIncident(updateIncidentRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateIncidentRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -504,5 +507,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateIncidentRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -535,3 +535,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
*/

@@ -553,2 +553,5 @@ validateUser(validateUserRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, validateUserRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -563,5 +566,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, validateUserRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -662,3 +662,3 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
*/

@@ -677,2 +677,5 @@ createUser(createUserRequest) {

};
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createUserRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
const request = yield oci_common_2.composeRequest({

@@ -688,5 +691,2 @@ baseEndpoint: this._endpoint,

});
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createUserRequest.retryConfiguration);
if (this.logger)
retrier.logger = this.logger;
try {

@@ -693,0 +693,0 @@ const response = yield retrier.makeServiceCall(this._httpClient, request);

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncidentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/CreateIncident.ts.html |here} to see how to use CreateIncidentRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateIncidentRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/CreateUser.ts.html |here} to see how to use CreateUserRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/CreateUser.ts.html |here} to see how to use CreateUserRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateUserRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/GetIncident.ts.html |here} to see how to use GetIncidentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/GetIncident.ts.html |here} to see how to use GetIncidentRequest.
*/

@@ -18,0 +18,0 @@ export interface GetIncidentRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/GetStatus.ts.html |here} to see how to use GetStatusRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/GetStatus.ts.html |here} to see how to use GetStatusRequest.
*/

@@ -18,0 +18,0 @@ export interface GetStatusRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypesRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypesRequest.
*/

@@ -19,0 +19,0 @@ export interface ListIncidentResourceTypesRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidentsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ListIncidents.ts.html |here} to see how to use ListIncidentsRequest.
*/

@@ -19,0 +19,0 @@ export interface ListIncidentsRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateIncidentRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUserRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.20.1/cims/ValidateUser.ts.html |here} to see how to use ValidateUserRequest.
*/

@@ -18,0 +18,0 @@ export interface ValidateUserRequest extends common.BaseRequest {

{
"name": "oci-cims",
"version": "1.20.0",
"version": "1.20.1",
"description": "OCI NodeJS client for Cims ",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "1.20.0",
"oci-workrequests": "1.20.0"
"oci-common": "1.20.1",
"oci-workrequests": "1.20.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