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

oci-cims

Package Overview
Dependencies
Maintainers
4
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 2.62.2 to 2.62.3

16

lib/client.d.ts

@@ -74,3 +74,3 @@ /**

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

@@ -84,3 +84,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/2.62.2/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/2.62.3/cims/GetIncident.ts.html |here} to see how to use GetIncident API.
*/

@@ -94,3 +94,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/2.62.2/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/2.62.3/cims/GetStatus.ts.html |here} to see how to use GetStatus API.
*/

@@ -104,3 +104,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/2.62.2/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/2.62.3/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API.
*/

@@ -146,3 +146,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/2.62.2/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/2.62.3/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API.
*/

@@ -188,3 +188,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/2.62.2/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/2.62.3/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API.
*/

@@ -198,3 +198,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/2.62.2/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/2.62.3/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API.
*/

@@ -260,5 +260,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/2.62.2/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/2.62.3/cims/CreateUser.ts.html |here} to see how to use CreateUser API.
*/
createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>;
}

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

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

@@ -221,3 +221,3 @@ createIncident(createIncidentRequest) {

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

@@ -284,3 +284,3 @@ getIncident(getIncidentRequest) {

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

@@ -345,3 +345,3 @@ getStatus(getStatusRequest) {

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

@@ -458,3 +458,3 @@ listIncidentResourceTypes(listIncidentResourceTypesRequest) {

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

@@ -571,3 +571,3 @@ listIncidents(listIncidentsRequest) {

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

@@ -635,3 +635,3 @@ updateIncident(updateIncidentRequest) {

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

@@ -805,3 +805,3 @@ validateUser(validateUserRequest) {

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

@@ -808,0 +808,0 @@ createUser(createUserRequest) {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/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/2.62.3/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/2.62.2/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/2.62.3/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/2.62.2/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/2.62.3/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/2.62.2/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/2.62.3/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/2.62.2/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/2.62.3/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/2.62.2/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/2.62.3/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/2.62.2/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/2.62.3/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/2.62.2/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/2.62.3/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": "2.62.2",
"version": "2.62.3",
"description": "OCI NodeJS client for Cims ",

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

"dependencies": {
"oci-common": "2.62.2",
"oci-workrequests": "2.62.2"
"oci-common": "2.62.3",
"oci-workrequests": "2.62.3"
},

@@ -22,0 +22,0 @@ "publishConfig": {

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