Comparing version 1.9.1 to 1.10.0
@@ -56,2 +56,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API. | ||
*/ | ||
@@ -64,2 +65,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.10.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API. | ||
*/ | ||
@@ -72,2 +74,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.10.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API. | ||
*/ | ||
@@ -80,2 +83,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.10.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API. | ||
*/ | ||
@@ -103,2 +107,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.10.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API. | ||
*/ | ||
@@ -126,2 +131,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.10.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API. | ||
*/ | ||
@@ -134,2 +140,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.10.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API. | ||
*/ | ||
@@ -177,4 +184,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.10.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API. | ||
*/ | ||
createUser(createUserRequest: requests.CreateUserRequest): Promise<responses.CreateUserResponse>; | ||
} |
@@ -108,2 +108,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.10.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API. | ||
*/ | ||
@@ -162,2 +163,3 @@ createIncident(createIncidentRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API. | ||
*/ | ||
@@ -219,2 +221,3 @@ getIncident(getIncidentRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API. | ||
*/ | ||
@@ -274,2 +277,3 @@ getStatus(getStatusRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API. | ||
*/ | ||
@@ -360,2 +364,3 @@ listIncidentResourceTypes(listIncidentResourceTypesRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API. | ||
*/ | ||
@@ -446,2 +451,3 @@ listIncidents(listIncidentsRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API. | ||
*/ | ||
@@ -504,2 +510,3 @@ updateIncident(updateIncidentRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API. | ||
*/ | ||
@@ -628,2 +635,3 @@ validateUser(validateUserRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API. | ||
*/ | ||
@@ -630,0 +638,0 @@ createUser(createUserRequest) { |
@@ -15,2 +15,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncidentRequest. | ||
*/ | ||
export interface CreateIncidentRequest extends common.BaseRequest { | ||
@@ -17,0 +20,0 @@ /** |
@@ -15,2 +15,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/CreateUser.ts.html |here} to see how to use CreateUserRequest. | ||
*/ | ||
export interface CreateUserRequest extends common.BaseRequest { | ||
@@ -17,0 +20,0 @@ /** |
@@ -14,2 +14,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/GetIncident.ts.html |here} to see how to use GetIncidentRequest. | ||
*/ | ||
export interface GetIncidentRequest extends common.BaseRequest { | ||
@@ -16,0 +19,0 @@ /** |
@@ -14,2 +14,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/GetStatus.ts.html |here} to see how to use GetStatusRequest. | ||
*/ | ||
export interface GetStatusRequest extends common.BaseRequest { | ||
@@ -16,0 +19,0 @@ /** |
@@ -15,2 +15,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypesRequest. | ||
*/ | ||
export interface ListIncidentResourceTypesRequest extends common.BaseRequest { | ||
@@ -17,0 +20,0 @@ /** |
@@ -15,2 +15,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidentsRequest. | ||
*/ | ||
export interface ListIncidentsRequest extends common.BaseRequest { | ||
@@ -17,0 +20,0 @@ /** |
@@ -15,2 +15,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncidentRequest. | ||
*/ | ||
export interface UpdateIncidentRequest extends common.BaseRequest { | ||
@@ -17,0 +20,0 @@ /** |
@@ -14,2 +14,5 @@ /** | ||
import common = require("oci-common"); | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUserRequest. | ||
*/ | ||
export interface ValidateUserRequest extends common.BaseRequest { | ||
@@ -16,0 +19,0 @@ /** |
{ | ||
"name": "oci-cims", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": "OCI NodeJS client for Cims ", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "1.9.1", | ||
"oci-workrequests": "1.9.1" | ||
"oci-common": "1.10.0", | ||
"oci-workrequests": "1.10.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
405047
5545
+ Addedoci-common@1.10.0(transitive)
+ Addedoci-workrequests@1.10.0(transitive)
- Removedoci-common@1.9.1(transitive)
- Removedoci-workrequests@1.9.1(transitive)
Updatedoci-common@1.10.0
Updatedoci-workrequests@1.10.0