Comparing version 2.4.0 to 2.5.0
@@ -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/2.4.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.5.0/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/2.4.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.5.0/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/2.4.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.5.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API. | ||
*/ | ||
@@ -84,6 +84,7 @@ 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.4.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.5.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API. | ||
*/ | ||
listIncidentResourceTypes(listIncidentResourceTypesRequest: requests.ListIncidentResourceTypesRequest): Promise<responses.ListIncidentResourceTypesResponse>; | ||
/** | ||
* NOTE: This function is deprecated in favor of listIncidentResourceTypesRecordIterator function. | ||
* Creates a new async iterator which will iterate over the models.IncidentResourceType objects | ||
@@ -97,2 +98,3 @@ * contained in responses from the listIncidentResourceTypes operation. This iterator will fetch more data from the | ||
/** | ||
* NOTE: This function is deprecated in favor of listIncidentResourceTypesResponseIterator function. | ||
* Creates a new async iterator which will iterate over the responses received from the listIncidentResourceTypes operation. This iterator | ||
@@ -105,2 +107,17 @@ * will fetch more data from the server as needed. | ||
/** | ||
* Creates a new async iterator which will iterate over the models.IncidentResourceType objects | ||
* contained in responses from the listIncidentResourceTypes operation. This iterator will fetch more data from the | ||
* server as needed. | ||
* | ||
* @param request a request which can be sent to the service operation | ||
*/ | ||
listIncidentResourceTypesRecordIterator(request: requests.ListIncidentResourceTypesRequest): AsyncIterableIterator<model.IncidentResourceType>; | ||
/** | ||
* Creates a new async iterator which will iterate over the responses received from the listIncidentResourceTypes operation. This iterator | ||
* will fetch more data from the server as needed. | ||
* | ||
* @param request a request which can be sent to the service operation | ||
*/ | ||
listIncidentResourceTypesResponseIterator(request: requests.ListIncidentResourceTypesRequest): AsyncIterableIterator<responses.ListIncidentResourceTypesResponse>; | ||
/** | ||
* Returns the list of support tickets raised by the tenancy. | ||
@@ -110,6 +127,7 @@ * @param ListIncidentsRequest | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.5.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API. | ||
*/ | ||
listIncidents(listIncidentsRequest: requests.ListIncidentsRequest): Promise<responses.ListIncidentsResponse>; | ||
/** | ||
* NOTE: This function is deprecated in favor of listIncidentsRecordIterator function. | ||
* Creates a new async iterator which will iterate over the models.IncidentSummary objects | ||
@@ -123,2 +141,3 @@ * contained in responses from the listIncidents operation. This iterator will fetch more data from the | ||
/** | ||
* NOTE: This function is deprecated in favor of listIncidentsResponseIterator function. | ||
* Creates a new async iterator which will iterate over the responses received from the listIncidents operation. This iterator | ||
@@ -131,2 +150,17 @@ * will fetch more data from the server as needed. | ||
/** | ||
* Creates a new async iterator which will iterate over the models.IncidentSummary objects | ||
* contained in responses from the listIncidents operation. This iterator will fetch more data from the | ||
* server as needed. | ||
* | ||
* @param request a request which can be sent to the service operation | ||
*/ | ||
listIncidentsRecordIterator(request: requests.ListIncidentsRequest): AsyncIterableIterator<model.IncidentSummary>; | ||
/** | ||
* Creates a new async iterator which will iterate over the responses received from the listIncidents operation. This iterator | ||
* will fetch more data from the server as needed. | ||
* | ||
* @param request a request which can be sent to the service operation | ||
*/ | ||
listIncidentsResponseIterator(request: requests.ListIncidentsRequest): AsyncIterableIterator<responses.ListIncidentsResponse>; | ||
/** | ||
* Updates the specified support ticket's information. | ||
@@ -136,3 +170,3 @@ * @param UpdateIncidentRequest | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.5.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API. | ||
*/ | ||
@@ -145,3 +179,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.4.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.5.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API. | ||
*/ | ||
@@ -190,5 +224,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.4.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/2.5.0/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/2.4.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.5.0/cims/CreateIncident.ts.html |here} to see how to use CreateIncident API. | ||
*/ | ||
@@ -177,3 +177,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.4.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.5.0/cims/GetIncident.ts.html |here} to see how to use GetIncident API. | ||
*/ | ||
@@ -236,3 +236,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.4.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.5.0/cims/GetStatus.ts.html |here} to see how to use GetStatus API. | ||
*/ | ||
@@ -293,3 +293,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.4.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.5.0/cims/ListIncidentResourceTypes.ts.html |here} to see how to use ListIncidentResourceTypes API. | ||
*/ | ||
@@ -358,2 +358,3 @@ listIncidentResourceTypes(listIncidentResourceTypesRequest) { | ||
/** | ||
* NOTE: This function is deprecated in favor of listIncidentResourceTypesRecordIterator function. | ||
* Creates a new async iterator which will iterate over the models.IncidentResourceType objects | ||
@@ -369,2 +370,3 @@ * contained in responses from the listIncidentResourceTypes operation. This iterator will fetch more data from the | ||
/** | ||
* NOTE: This function is deprecated in favor of listIncidentResourceTypesResponseIterator function. | ||
* Creates a new async iterator which will iterate over the responses received from the listIncidentResourceTypes operation. This iterator | ||
@@ -379,2 +381,21 @@ * will fetch more data from the server as needed. | ||
/** | ||
* Creates a new async iterator which will iterate over the models.IncidentResourceType objects | ||
* contained in responses from the listIncidentResourceTypes operation. This iterator will fetch more data from the | ||
* server as needed. | ||
* | ||
* @param request a request which can be sent to the service operation | ||
*/ | ||
listIncidentResourceTypesRecordIterator(request) { | ||
return oci_common_1.paginateRecords(request, req => this.listIncidentResourceTypes(req)); | ||
} | ||
/** | ||
* Creates a new async iterator which will iterate over the responses received from the listIncidentResourceTypes operation. This iterator | ||
* will fetch more data from the server as needed. | ||
* | ||
* @param request a request which can be sent to the service operation | ||
*/ | ||
listIncidentResourceTypesResponseIterator(request) { | ||
return oci_common_1.paginateResponses(request, req => this.listIncidentResourceTypes(req)); | ||
} | ||
/** | ||
* Returns the list of support tickets raised by the tenancy. | ||
@@ -384,3 +405,3 @@ * @param ListIncidentsRequest | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.5.0/cims/ListIncidents.ts.html |here} to see how to use ListIncidents API. | ||
*/ | ||
@@ -449,2 +470,3 @@ listIncidents(listIncidentsRequest) { | ||
/** | ||
* NOTE: This function is deprecated in favor of listIncidentsRecordIterator function. | ||
* Creates a new async iterator which will iterate over the models.IncidentSummary objects | ||
@@ -460,2 +482,3 @@ * contained in responses from the listIncidents operation. This iterator will fetch more data from the | ||
/** | ||
* NOTE: This function is deprecated in favor of listIncidentsResponseIterator function. | ||
* Creates a new async iterator which will iterate over the responses received from the listIncidents operation. This iterator | ||
@@ -470,2 +493,21 @@ * will fetch more data from the server as needed. | ||
/** | ||
* Creates a new async iterator which will iterate over the models.IncidentSummary objects | ||
* contained in responses from the listIncidents operation. This iterator will fetch more data from the | ||
* server as needed. | ||
* | ||
* @param request a request which can be sent to the service operation | ||
*/ | ||
listIncidentsRecordIterator(request) { | ||
return oci_common_1.paginateRecords(request, req => this.listIncidents(req)); | ||
} | ||
/** | ||
* Creates a new async iterator which will iterate over the responses received from the listIncidents operation. This iterator | ||
* will fetch more data from the server as needed. | ||
* | ||
* @param request a request which can be sent to the service operation | ||
*/ | ||
listIncidentsResponseIterator(request) { | ||
return oci_common_1.paginateResponses(request, req => this.listIncidents(req)); | ||
} | ||
/** | ||
* Updates the specified support ticket's information. | ||
@@ -475,3 +517,3 @@ * @param UpdateIncidentRequest | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.5.0/cims/UpdateIncident.ts.html |here} to see how to use UpdateIncident API. | ||
*/ | ||
@@ -535,3 +577,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.4.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.5.0/cims/ValidateUser.ts.html |here} to see how to use ValidateUser API. | ||
*/ | ||
@@ -661,3 +703,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.4.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/2.5.0/cims/CreateUser.ts.html |here} to see how to use CreateUser API. | ||
*/ | ||
@@ -664,0 +706,0 @@ createUser(createUserRequest) { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.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.5.0/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.4.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/2.5.0/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.4.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.5.0/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.4.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.5.0/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.4.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.5.0/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.4.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.5.0/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.4.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.5.0/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.4.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.5.0/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.4.0", | ||
"version": "2.5.0", | ||
"description": "OCI NodeJS client for Cims ", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.4.0", | ||
"oci-workrequests": "2.4.0" | ||
"oci-common": "2.5.0", | ||
"oci-workrequests": "2.5.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
463010
6415
+ Addedoci-common@2.5.0(transitive)
+ Addedoci-workrequests@2.5.0(transitive)
- Removedoci-common@2.4.0(transitive)
- Removedoci-workrequests@2.4.0(transitive)
Updatedoci-common@2.5.0
Updatedoci-workrequests@2.5.0