oci-aidocument
Advanced tools
Comparing version 2.50.0 to 2.50.1
@@ -79,3 +79,3 @@ /** | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API. | ||
*/ | ||
@@ -90,3 +90,3 @@ cancelProcessorJob(cancelProcessorJobRequest: requests.CancelProcessorJobRequest): Promise<responses.CancelProcessorJobResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API. | ||
*/ | ||
@@ -101,5 +101,5 @@ createProcessorJob(createProcessorJobRequest: requests.CreateProcessorJobRequest): Promise<responses.CreateProcessorJobResponse>; | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API. | ||
*/ | ||
getProcessorJob(getProcessorJobRequest: requests.GetProcessorJobRequest): Promise<responses.GetProcessorJobResponse>; | ||
} |
@@ -160,3 +160,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.50.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJob API. | ||
*/ | ||
@@ -217,3 +217,3 @@ cancelProcessorJob(cancelProcessorJobRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJob API. | ||
*/ | ||
@@ -282,3 +282,3 @@ createProcessorJob(createProcessorJobRequest) { | ||
* @throws OciError when an error occurs | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJob API. | ||
*/ | ||
@@ -285,0 +285,0 @@ getProcessorJob(getProcessorJobRequest) { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJobRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJobRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface CancelProcessorJobRequest extends common.BaseRequest { |
@@ -16,3 +16,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJobRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJobRequest. | ||
*/ | ||
@@ -19,0 +19,0 @@ export interface CreateProcessorJobRequest extends common.BaseRequest { |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.0/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJobRequest. | ||
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJobRequest. | ||
*/ | ||
@@ -18,0 +18,0 @@ export interface GetProcessorJobRequest extends common.BaseRequest { |
{ | ||
"name": "oci-aidocument", | ||
"version": "2.50.0", | ||
"version": "2.50.1", | ||
"description": "OCI NodeJS client for Ai Document Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.50.0", | ||
"oci-workrequests": "2.50.0" | ||
"oci-common": "2.50.1", | ||
"oci-workrequests": "2.50.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
+ Added@types/jsonwebtoken@9.0.0(transitive)
+ Addedjsonwebtoken@9.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedoci-common@2.50.1(transitive)
+ Addedoci-workrequests@2.50.1(transitive)
+ Addedsemver@7.6.3(transitive)
- Removed@types/jsonwebtoken@8.5.0(transitive)
- Removedjsonwebtoken@8.5.1(transitive)
- Removedlodash.includes@4.3.0(transitive)
- Removedlodash.isboolean@3.0.3(transitive)
- Removedlodash.isinteger@4.0.4(transitive)
- Removedlodash.isnumber@3.0.3(transitive)
- Removedlodash.isplainobject@4.0.6(transitive)
- Removedlodash.isstring@4.0.1(transitive)
- Removedlodash.once@4.1.1(transitive)
- Removedoci-common@2.50.0(transitive)
- Removedoci-workrequests@2.50.0(transitive)
- Removedsemver@5.7.2(transitive)
Updatedoci-common@2.50.1
Updatedoci-workrequests@2.50.1