Comparing version 2.84.0 to 2.84.2
@@ -81,2 +81,6 @@ /** | ||
/** | ||
* Close the client once it is no longer needed | ||
*/ | ||
close(): void; | ||
/** | ||
* Operation to create a support ticket. | ||
@@ -87,3 +91,3 @@ * This operation does not retry by default if the user has not defined a retry configuration. | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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/2.84.2/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API. | ||
*/ | ||
@@ -97,3 +101,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.84.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API. | ||
*/ | ||
@@ -107,3 +111,3 @@ getCsiNumber(getCsiNumberRequest: requests.GetCsiNumberRequest): Promise<responses.GetCsiNumberResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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/2.84.2/cims/GetIncident.ts.html |here} to see how to use GetIncident API. | ||
*/ | ||
@@ -117,3 +121,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.84.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/2.84.2/cims/GetStatus.ts.html |here} to see how to use GetStatus API. | ||
*/ | ||
@@ -127,3 +131,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.84.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/2.84.2/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API. | ||
*/ | ||
@@ -169,3 +173,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.84.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/2.84.2/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API. | ||
*/ | ||
@@ -211,3 +215,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.84.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/2.84.2/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API. | ||
*/ | ||
@@ -221,3 +225,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.84.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/2.84.2/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API. | ||
*/ | ||
@@ -224,0 +228,0 @@ validateUser(validateUserRequest: requests.ValidateUserRequest): Promise<responses.ValidateUserResponse>; |
@@ -179,2 +179,8 @@ "use strict"; | ||
/** | ||
* Close the client once it is no longer needed | ||
*/ | ||
close() { | ||
this.shutdownCircuitBreaker(); | ||
} | ||
/** | ||
* Operation to create a support ticket. | ||
@@ -185,3 +191,3 @@ * This operation does not retry by default if the user has not defined a retry configuration. | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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/2.84.2/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API. | ||
*/ | ||
@@ -249,3 +255,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.84.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumber API. | ||
*/ | ||
@@ -315,3 +321,3 @@ getCsiNumber(getCsiNumberRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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/2.84.2/cims/GetIncident.ts.html |here} to see how to use GetIncident API. | ||
*/ | ||
@@ -384,3 +390,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.84.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/2.84.2/cims/GetStatus.ts.html |here} to see how to use GetStatus API. | ||
*/ | ||
@@ -443,3 +449,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.84.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/2.84.2/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API. | ||
*/ | ||
@@ -557,3 +563,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.84.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/2.84.2/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API. | ||
*/ | ||
@@ -684,3 +690,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.84.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/2.84.2/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API. | ||
*/ | ||
@@ -754,3 +760,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.84.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/2.84.2/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API. | ||
*/ | ||
@@ -757,0 +763,0 @@ validateUser(validateUserRequest) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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/2.84.2/cims/CreateIncident.ts.html |here} to see how to use CreateIncidentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateIncidentRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumberRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/cims/GetCsiNumber.ts.html |here} to see how to use GetCsiNumberRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetCsiNumberRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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/2.84.2/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.84.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/2.84.2/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.84.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/2.84.2/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.84.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/2.84.2/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.84.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/2.84.2/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface UpdateIncidentRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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/2.84.2/cims/ValidateUser.ts.html |here} to see how to use ValidateUserRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface ValidateUserRequest extends common.BaseRequest { |
{ | ||
"name": "oci-cims", | ||
"version": "2.84.0", | ||
"version": "2.84.2", | ||
"description": "OCI NodeJS client for Cims ", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.84.0", | ||
"oci-workrequests": "2.84.0" | ||
"oci-common": "2.84.2", | ||
"oci-workrequests": "2.84.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
430428
3497
7024
+ Addedoci-common@2.84.2(transitive)
+ Addedoci-workrequests@2.84.2(transitive)
- Removedoci-common@2.84.0(transitive)
- Removedoci-workrequests@2.84.0(transitive)
Updatedoci-common@2.84.2
Updatedoci-workrequests@2.84.2