oci-aidocument 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/lib/client.d.ts +29 -23
  2. package/lib/client.js +31 -22
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/bounding-polygon.d.ts +1 -1
  5. package/lib/model/create-model-details.d.ts +2 -2
  6. package/lib/model/create-project-details.d.ts +2 -2
  7. package/lib/model/model-summary.d.ts +3 -3
  8. package/lib/model/model.d.ts +3 -3
  9. package/lib/model/project-summary.d.ts +3 -3
  10. package/lib/model/project.d.ts +3 -3
  11. package/lib/model/update-model-details.d.ts +2 -2
  12. package/lib/model/update-project-details.d.ts +2 -2
  13. package/lib/request/analyze-document-request.d.ts +2 -2
  14. package/lib/request/cancel-processor-job-request.d.ts +2 -2
  15. package/lib/request/cancel-work-request-request.d.ts +2 -2
  16. package/lib/request/change-model-compartment-request.d.ts +2 -2
  17. package/lib/request/change-project-compartment-request.d.ts +2 -2
  18. package/lib/request/create-model-request.d.ts +1 -1
  19. package/lib/request/create-processor-job-request.d.ts +1 -1
  20. package/lib/request/create-project-request.d.ts +1 -1
  21. package/lib/request/delete-model-request.d.ts +2 -2
  22. package/lib/request/delete-project-request.d.ts +2 -2
  23. package/lib/request/get-model-request.d.ts +1 -1
  24. package/lib/request/get-processor-job-request.d.ts +1 -1
  25. package/lib/request/get-project-request.d.ts +1 -1
  26. package/lib/request/get-work-request-request.d.ts +1 -1
  27. package/lib/request/list-models-request.d.ts +2 -2
  28. package/lib/request/list-projects-request.d.ts +2 -2
  29. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  30. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  31. package/lib/request/list-work-requests-request.d.ts +2 -2
  32. package/lib/request/patch-model-request.d.ts +2 -2
  33. package/lib/request/update-model-request.d.ts +2 -2
  34. package/lib/request/update-project-request.d.ts +2 -2
  35. package/lib/response/analyze-document-response.d.ts +1 -1
  36. package/lib/response/create-model-response.d.ts +1 -1
  37. package/lib/response/create-processor-job-response.d.ts +1 -1
  38. package/lib/response/create-project-response.d.ts +1 -1
  39. package/lib/response/get-model-response.d.ts +1 -1
  40. package/lib/response/get-processor-job-response.d.ts +1 -1
  41. package/lib/response/get-project-response.d.ts +1 -1
  42. package/lib/response/get-work-request-response.d.ts +1 -1
  43. package/lib/response/list-models-response.d.ts +1 -1
  44. package/lib/response/list-projects-response.d.ts +1 -1
  45. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  46. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  47. package/lib/response/list-work-requests-response.d.ts +1 -1
  48. package/lib/response/patch-model-response.d.ts +1 -1
  49. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/aidocument/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
17
17
  */
18
18
  export interface ListProjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListProjectsRequest extends common.BaseRequest {
37
37
  */
38
38
  "limit"?: number;
39
39
  /**
40
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
40
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -25,7 +25,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
25
25
  */
26
26
  "opcRequestId"?: string;
27
27
  /**
28
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
28
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -37,7 +37,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
37
37
  */
38
38
  "opcRequestId"?: string;
39
39
  /**
40
- * The position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
40
+ * The position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/aidocument/PatchModel.ts.html |here} to see how to use PatchModelRequest.
17
17
  */
18
18
  export interface PatchModelRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface PatchModelRequest extends common.BaseRequest {
26
26
  "patchModelDetails": model.PatchModelDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
17
17
  */
18
18
  export interface UpdateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateModelRequest extends common.BaseRequest {
26
26
  "updateModelDetails": model.UpdateModelDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @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.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
17
17
  */
18
18
  export interface UpdateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateProjectRequest extends common.BaseRequest {
26
26
  "updateProjectDetails": model.UpdateProjectDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -23,7 +23,7 @@ export interface AnalyzeDocumentResponse {
23
23
  */
24
24
  "location": string;
25
25
  /**
26
- * For optimistic concurrency control. See `if-match`.
26
+ * For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "etag": string;
@@ -34,7 +34,7 @@ export interface CreateModelResponse {
34
34
  */
35
35
  "opcRequestId": string;
36
36
  /**
37
- * For optimistic concurrency control. See `if-match`.
37
+ * For optimistic concurrency control. See {@code if-match}.
38
38
  *
39
39
  */
40
40
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateProcessorJobResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -23,7 +23,7 @@ export interface CreateProjectResponse {
23
23
  */
24
24
  "location": string;
25
25
  /**
26
- * For optimistic concurrency control. See `if-match`.
26
+ * For optimistic concurrency control. See {@code if-match}.
27
27
  *
28
28
  */
29
29
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetModelResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetProcessorJobResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetProjectResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListModelsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListProjectsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -24,7 +24,7 @@ export interface PatchModelResponse {
24
24
  */
25
25
  "opcRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-aidocument",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Ai Document Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"