New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oci-aidocument

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-aidocument - npm Package Compare versions

Comparing version 2.76.1 to 2.77.0

44

lib/client.d.ts

@@ -90,3 +90,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocument API.
*/

@@ -101,3 +101,3 @@ analyzeDocument(analyzeDocumentRequest: requests.AnalyzeDocumentRequest): Promise<responses.AnalyzeDocumentResponse>;

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

@@ -111,3 +111,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.76.1/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
*/

@@ -121,3 +121,3 @@ cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
*/

@@ -131,3 +131,3 @@ changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
*/

@@ -142,3 +142,3 @@ changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateModel.ts.html |here} to see how to use CreateModel API.
*/

@@ -153,3 +153,3 @@ createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;

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

@@ -164,3 +164,3 @@ 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.76.1/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateProject.ts.html |here} to see how to use CreateProject API.
*/

@@ -174,3 +174,3 @@ createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModel API.
*/

@@ -184,3 +184,3 @@ deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProject API.
*/

@@ -194,3 +194,3 @@ deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetModel.ts.html |here} to see how to use GetModel API.
*/

@@ -205,3 +205,3 @@ getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;

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

@@ -215,3 +215,3 @@ getProcessorJob(getProcessorJobRequest: requests.GetProcessorJobRequest): Promise<responses.GetProcessorJobResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetProject.ts.html |here} to see how to use GetProject API.
*/

@@ -225,3 +225,3 @@ getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -236,3 +236,3 @@ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListModels.ts.html |here} to see how to use ListModels API.
*/

@@ -247,3 +247,3 @@ listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListProjects.ts.html |here} to see how to use ListProjects API.
*/

@@ -258,3 +258,3 @@ listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -269,3 +269,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -280,3 +280,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -290,3 +290,3 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/PatchModel.ts.html |here} to see how to use PatchModel API.
*/

@@ -300,3 +300,3 @@ patchModel(patchModelRequest: requests.PatchModelRequest): Promise<responses.PatchModelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModel API.
*/

@@ -310,5 +310,5 @@ updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProject API.
*/
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
}

@@ -20,3 +20,3 @@ /**

* An array of normalized points defining the polygon's perimeter, with an implicit segment between subsequent points and between the first and last point.
* Rectangles are defined with four points. For example, `[{\"x\": 0, \"y\": 0}, {\"x\": 1, \"y\": 0}, {\"x\": 1, \"y\": 0.5}, {\"x\": 0, \"y\": 0.5}]` represents the top half of an image.
* Rectangles are defined with four points. For example, {@code [{\"x\": 0, \"y\": 0}, {\"x\": 1, \"y\": 0}, {\"x\": 1, \"y\": 0.5}, {\"x\": 0, \"y\": 0.5}]} represents the top half of an image.
*

@@ -23,0 +23,0 @@ */

@@ -63,3 +63,3 @@ /**

* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
* For example: `{\"bar-key\": \"value\"}`
* For example: {@code {\"bar-key\": \"value\"}}
*

@@ -72,3 +72,3 @@ */

* Defined tags for this resource. Each key is predefined and scoped to a namespace.
* For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
*

@@ -75,0 +75,0 @@ */

@@ -31,3 +31,3 @@ /**

* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
* For example: `{\"bar-key\": \"value\"}`
* For example: {@code {\"bar-key\": \"value\"}}
*

@@ -40,3 +40,3 @@ */

* Defined tags for this resource. Each key is predefined and scoped to a namespace.
* For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
*

@@ -43,0 +43,0 @@ */

@@ -87,3 +87,3 @@ /**

* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
* For example: `{\"bar-key\": \"value\"}`
* For example: {@code {\"bar-key\": \"value\"}}
*

@@ -96,3 +96,3 @@ */

* Defined tags for this resource. Each key is predefined and scoped to a namespace.
* For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
*

@@ -107,3 +107,3 @@ */

* Usage of system tag keys. These predefined keys are scoped to namespaces.
* For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
*

@@ -110,0 +110,0 @@ */

@@ -100,3 +100,3 @@ /**

* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
* For example: `{\"bar-key\": \"value\"}`
* For example: {@code {\"bar-key\": \"value\"}}
*

@@ -109,3 +109,3 @@ */

* Defined tags for this resource. Each key is predefined and scoped to a namespace.
* For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
*

@@ -120,3 +120,3 @@ */

* Usage of system tag keys. These predefined keys are scoped to namespaces.
* For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
*

@@ -123,0 +123,0 @@ */

@@ -51,3 +51,3 @@ /**

* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
* For example: `{\"bar-key\": \"value\"}`
* For example: {@code {\"bar-key\": \"value\"}}
*

@@ -60,3 +60,3 @@ */

* Defined tags for this resource. Each key is predefined and scoped to a namespace.
* For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
*

@@ -71,3 +71,3 @@ */

* Usage of system tag keys. These predefined keys are scoped to namespaces.
* For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
*

@@ -74,0 +74,0 @@ */

@@ -51,3 +51,3 @@ /**

* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
* For example: `{\"bar-key\": \"value\"}`
* For example: {@code {\"bar-key\": \"value\"}}
*

@@ -60,3 +60,3 @@ */

* Defined tags for this resource. Each key is predefined and scoped to a namespace.
* For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
*

@@ -71,3 +71,3 @@ */

* Usage of system tag keys. These predefined keys are scoped to namespaces.
* For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
*

@@ -74,0 +74,0 @@ */

@@ -27,3 +27,3 @@ /**

* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
* For example: `{\"bar-key\": \"value\"}`
* For example: {@code {\"bar-key\": \"value\"}}
*

@@ -36,3 +36,3 @@ */

* Defined tags for this resource. Each key is predefined and scoped to a namespace.
* For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
*

@@ -39,0 +39,0 @@ */

@@ -27,3 +27,3 @@ /**

* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
* For example: `{\"bar-key\": \"value\"}`
* For example: {@code {\"bar-key\": \"value\"}}
*

@@ -36,3 +36,3 @@ */

* Defined tags for this resource. Each key is predefined and scoped to a namespace.
* For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
*

@@ -39,0 +39,0 @@ */

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocumentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocumentRequest.
*/

@@ -26,3 +26,3 @@ export interface AnalyzeDocumentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -29,0 +29,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJobRequest.
*/

@@ -25,3 +25,3 @@ export interface CancelProcessorJobRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
*/

@@ -25,3 +25,3 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
*/

@@ -30,3 +30,3 @@ export interface ChangeModelCompartmentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
*/

@@ -30,3 +30,3 @@ export interface ChangeProjectCompartmentRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateModel.ts.html |here} to see how to use CreateModelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateModel.ts.html |here} to see how to use CreateModelRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateModelRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJobRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateProcessorJobRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateProjectRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
*/

@@ -25,3 +25,3 @@ export interface DeleteModelRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
*/

@@ -25,3 +25,3 @@ export interface DeleteProjectRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -28,0 +28,0 @@ * The resource will be updated or deleted only if the etag you

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetModel.ts.html |here} to see how to use GetModelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetModel.ts.html |here} to see how to use GetModelRequest.
*/

@@ -18,0 +18,0 @@ export interface GetModelRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.0/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJobRequest.
*/

@@ -18,0 +18,0 @@ export interface GetProcessorJobRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetProject.ts.html |here} to see how to use GetProjectRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetProject.ts.html |here} to see how to use GetProjectRequest.
*/

@@ -18,0 +18,0 @@ export interface GetProjectRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
*/

@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest {

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListModels.ts.html |here} to see how to use ListModelsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListModels.ts.html |here} to see how to use ListModelsRequest.
*/

@@ -45,3 +45,3 @@ export interface ListModelsRequest extends common.BaseRequest {

/**
* The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
*/

@@ -48,0 +48,0 @@ "page"?: string;

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
*/

@@ -41,3 +41,3 @@ export interface ListProjectsRequest extends common.BaseRequest {

/**
* The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
*/

@@ -44,0 +44,0 @@ "page"?: string;

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
*/

@@ -29,3 +29,3 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {

/**
* The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
*/

@@ -32,0 +32,0 @@ "page"?: string;

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
*/

@@ -29,3 +29,3 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {

/**
* The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
*/

@@ -32,0 +32,0 @@ "page"?: string;

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
*/

@@ -41,3 +41,3 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {

/**
* The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
* The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
*/

@@ -44,0 +44,0 @@ "page"?: string;

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/PatchModel.ts.html |here} to see how to use PatchModelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/PatchModel.ts.html |here} to see how to use PatchModelRequest.
*/

@@ -30,3 +30,3 @@ export interface PatchModelRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateModelRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
*/

@@ -30,3 +30,3 @@ export interface UpdateProjectRequest extends common.BaseRequest {

* For optimistic concurrency control. In the PUT or DELETE call
* for a resource, set the `if-match` parameter to the value of the
* for a resource, set the {@code if-match} parameter to the value of the
* etag from a previous GET or POST response for that resource.

@@ -33,0 +33,0 @@ * The resource will be updated or deleted only if the etag you

@@ -26,3 +26,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -29,0 +29,0 @@ */

@@ -37,3 +37,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -40,0 +40,0 @@ */

@@ -22,3 +22,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -25,0 +25,0 @@ */

@@ -26,3 +26,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -29,0 +29,0 @@ */

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

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

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

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

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

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

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

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -19,0 +19,0 @@ */

@@ -23,3 +23,3 @@ /**

* For pagination of a list of items. When paging through a list, if this header appears in the response,
* then a partial list might have been returned. Include this value as the `page` parameter for the
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
* subsequent GET request to get the next batch of items.

@@ -26,0 +26,0 @@ *

@@ -23,3 +23,3 @@ /**

* For pagination of a list of items. When paging through a list, if this header appears in the response,
* then a partial list might have been returned. Include this value as the `page` parameter for the
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
* subsequent GET request to get the next batch of items.

@@ -26,0 +26,0 @@ *

@@ -17,3 +17,3 @@ /**

* For pagination of a list of items. When paging through a list, if this header appears in the response,
* then a partial list might have been returned. Include this value as the `page` parameter for the
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
* subsequent GET request to get the next batch of items.

@@ -20,0 +20,0 @@ *

@@ -17,3 +17,3 @@ /**

* For pagination of a list of items. When paging through a list, if this header appears in the response,
* then a partial list might have been returned. Include this value as the `page` parameter for the
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
* subsequent GET request to get the next batch of items.

@@ -20,0 +20,0 @@ *

@@ -23,3 +23,3 @@ /**

* For pagination of a list of items. When paging through a list, if this header appears in the response,
* then a partial list might have been returned. Include this value as the `page` parameter for the
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
* subsequent GET request to get the next batch of items.

@@ -26,0 +26,0 @@ *

@@ -27,3 +27,3 @@ /**

/**
* For optimistic concurrency control. See `if-match`.
* For optimistic concurrency control. See {@code if-match}.
*

@@ -30,0 +30,0 @@ */

{
"name": "oci-aidocument",
"version": "2.76.1",
"version": "2.77.0",
"description": "OCI NodeJS client for Ai Document Service",

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

"dependencies": {
"oci-common": "2.76.1",
"oci-workrequests": "2.76.1"
"oci-common": "2.77.0",
"oci-workrequests": "2.77.0"
},

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

Sorry, the diff of this file is too big to display

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