oci-aidocument 2.63.0 → 2.64.0

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 (86) hide show
  1. package/LICENSE.txt +6 -6
  2. package/lib/client.d.ts +39 -20
  3. package/lib/client.js +164 -20
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/analyze-document-details.d.ts +41 -0
  6. package/lib/model/analyze-document-details.js +75 -0
  7. package/lib/model/analyze-document-details.js.map +1 -0
  8. package/lib/model/component-model.d.ts +25 -0
  9. package/lib/model/component-model.js +29 -0
  10. package/lib/model/component-model.js.map +1 -0
  11. package/lib/model/create-model-details.d.ts +8 -0
  12. package/lib/model/create-model-details.js +10 -0
  13. package/lib/model/create-model-details.js.map +1 -1
  14. package/lib/model/detected-document-type.d.ts +4 -0
  15. package/lib/model/detected-document-type.js.map +1 -1
  16. package/lib/model/document-classification-feature.d.ts +4 -0
  17. package/lib/model/document-classification-feature.js.map +1 -1
  18. package/lib/model/document-details.d.ts +22 -0
  19. package/lib/model/document-details.js +72 -0
  20. package/lib/model/document-details.js.map +1 -0
  21. package/lib/model/document-key-value-extraction-feature.d.ts +4 -0
  22. package/lib/model/document-key-value-extraction-feature.js.map +1 -1
  23. package/lib/model/index.d.ts +16 -0
  24. package/lib/model/index.js +18 -2
  25. package/lib/model/index.js.map +1 -1
  26. package/lib/model/inline-document-details.d.ts +28 -0
  27. package/lib/model/inline-document-details.js +52 -0
  28. package/lib/model/inline-document-details.js.map +1 -0
  29. package/lib/model/model-summary.d.ts +16 -0
  30. package/lib/model/model-summary.js +10 -0
  31. package/lib/model/model-summary.js.map +1 -1
  32. package/lib/model/model.d.ts +17 -1
  33. package/lib/model/model.js +10 -0
  34. package/lib/model/model.js.map +1 -1
  35. package/lib/model/object-storage-document-details.d.ts +36 -0
  36. package/lib/model/object-storage-document-details.js +54 -0
  37. package/lib/model/object-storage-document-details.js.map +1 -0
  38. package/lib/model/operation-type.d.ts +1 -0
  39. package/lib/model/operation-type.js +1 -0
  40. package/lib/model/operation-type.js.map +1 -1
  41. package/lib/model/output-location.d.ts +1 -1
  42. package/lib/model/patch-model-details.d.ts +26 -0
  43. package/lib/model/patch-model-details.js +61 -0
  44. package/lib/model/patch-model-details.js.map +1 -0
  45. package/lib/model/patch-model-operation.d.ts +38 -0
  46. package/lib/model/patch-model-operation.js +35 -0
  47. package/lib/model/patch-model-operation.js.map +1 -0
  48. package/lib/model/patch-response-message.d.ts +33 -0
  49. package/lib/model/patch-response-message.js +29 -0
  50. package/lib/model/patch-response-message.js.map +1 -0
  51. package/lib/request/analyze-document-request.d.ts +36 -0
  52. package/lib/request/analyze-document-request.js +15 -0
  53. package/lib/request/analyze-document-request.js.map +1 -0
  54. package/lib/request/cancel-processor-job-request.d.ts +1 -1
  55. package/lib/request/cancel-work-request-request.d.ts +1 -1
  56. package/lib/request/change-model-compartment-request.d.ts +1 -1
  57. package/lib/request/change-project-compartment-request.d.ts +1 -1
  58. package/lib/request/create-model-request.d.ts +1 -1
  59. package/lib/request/create-processor-job-request.d.ts +1 -1
  60. package/lib/request/create-project-request.d.ts +1 -1
  61. package/lib/request/delete-model-request.d.ts +1 -1
  62. package/lib/request/delete-project-request.d.ts +1 -1
  63. package/lib/request/get-model-request.d.ts +1 -1
  64. package/lib/request/get-processor-job-request.d.ts +1 -1
  65. package/lib/request/get-project-request.d.ts +1 -1
  66. package/lib/request/get-work-request-request.d.ts +1 -1
  67. package/lib/request/index.d.ts +4 -0
  68. package/lib/request/index.js.map +1 -1
  69. package/lib/request/list-models-request.d.ts +1 -1
  70. package/lib/request/list-projects-request.d.ts +1 -1
  71. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  72. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  73. package/lib/request/list-work-requests-request.d.ts +1 -1
  74. package/lib/request/patch-model-request.d.ts +40 -0
  75. package/lib/request/patch-model-request.js +15 -0
  76. package/lib/request/patch-model-request.js.map +1 -0
  77. package/lib/request/update-model-request.d.ts +1 -1
  78. package/lib/request/update-project-request.d.ts +1 -1
  79. package/lib/response/analyze-document-response.d.ts +40 -0
  80. package/lib/response/analyze-document-response.js +15 -0
  81. package/lib/response/analyze-document-response.js.map +1 -0
  82. package/lib/response/index.d.ts +4 -0
  83. package/lib/response/patch-model-response.d.ts +35 -0
  84. package/lib/response/patch-model-response.js +15 -0
  85. package/lib/response/patch-model-response.js.map +1 -0
  86. package/package.json +3 -3
@@ -0,0 +1,38 @@
1
+ /**
2
+ * Document Understanding API
3
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The metadata which can be edited after model creation.
15
+ */
16
+ export interface PatchModelOperation {
17
+ /**
18
+ * The parameter of the resource to be changed.
19
+ */
20
+ "path"?: string;
21
+ /**
22
+ * The value of the parameter to be updated.
23
+ */
24
+ "value"?: string;
25
+ /**
26
+ * The value of the parameter to be updated.
27
+ */
28
+ "operation"?: PatchModelOperation.Operation;
29
+ }
30
+ export declare namespace PatchModelOperation {
31
+ enum Operation {
32
+ Delete = "DELETE",
33
+ Add = "ADD",
34
+ Replace = "REPLACE"
35
+ }
36
+ function getJsonObj(obj: PatchModelOperation): object;
37
+ function getDeserializedJsonObj(obj: PatchModelOperation): object;
38
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * Document Understanding API
4
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
5
+ * OpenAPI spec version: 20221109
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.PatchModelOperation = void 0;
16
+ var PatchModelOperation;
17
+ (function (PatchModelOperation) {
18
+ let Operation;
19
+ (function (Operation) {
20
+ Operation["Delete"] = "DELETE";
21
+ Operation["Add"] = "ADD";
22
+ Operation["Replace"] = "REPLACE";
23
+ })(Operation = PatchModelOperation.Operation || (PatchModelOperation.Operation = {}));
24
+ function getJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ PatchModelOperation.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
31
+ return jsonObj;
32
+ }
33
+ PatchModelOperation.getDeserializedJsonObj = getDeserializedJsonObj;
34
+ })(PatchModelOperation = exports.PatchModelOperation || (exports.PatchModelOperation = {}));
35
+ //# sourceMappingURL=patch-model-operation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-model-operation.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/patch-model-operation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,mBAAmB,CAiBnC;AAjBD,WAAiB,mBAAmB;IAClC,IAAY,SAIX;IAJD,WAAY,SAAS;QACnB,8BAAiB,CAAA;QACjB,wBAAW,CAAA;QACX,gCAAmB,CAAA;IACrB,CAAC,EAJW,SAAS,GAAT,6BAAS,KAAT,6BAAS,QAIpB;IAED,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAjBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAiBnC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Document Understanding API
3
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * The response containing the details of the patch operation status.
15
+ */
16
+ export interface PatchResponseMessage {
17
+ /**
18
+ * The response message containing details of operation.
19
+ */
20
+ "message": string;
21
+ /**
22
+ * Model ID representing the conflicting patch operation.
23
+ */
24
+ "modelId"?: string;
25
+ /**
26
+ * Compartment ID representing the conflicting Model Compartment.
27
+ */
28
+ "compartmentId"?: string;
29
+ }
30
+ export declare namespace PatchResponseMessage {
31
+ function getJsonObj(obj: PatchResponseMessage): object;
32
+ function getDeserializedJsonObj(obj: PatchResponseMessage): object;
33
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Document Understanding API
4
+ * Document AI helps customers perform various analysis on their documents. If a customer has lots of documents, they can process them in batch using asynchronous API endpoints.
5
+ * OpenAPI spec version: 20221109
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.PatchResponseMessage = void 0;
16
+ var PatchResponseMessage;
17
+ (function (PatchResponseMessage) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ PatchResponseMessage.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ PatchResponseMessage.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(PatchResponseMessage = exports.PatchResponseMessage || (exports.PatchResponseMessage = {}));
29
+ //# sourceMappingURL=patch-response-message.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-response-message.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/patch-response-message.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/AnalyzeDocument.ts.html |here} to see how to use AnalyzeDocumentRequest.
17
+ */
18
+ export interface AnalyzeDocumentRequest extends common.BaseRequest {
19
+ /**
20
+ * The details of how to analyze a document.
21
+ */
22
+ "analyzeDocumentDetails": model.AnalyzeDocumentDetails;
23
+ /**
24
+ * For optimistic concurrency control. In the PUT or DELETE call
25
+ * for a resource, set the `if-match` parameter to the value of the
26
+ * etag from a previous GET or POST response for that resource.
27
+ * The resource will be updated or deleted only if the etag you
28
+ * provide matches the resource's current etag value.
29
+ *
30
+ */
31
+ "ifMatch"?: string;
32
+ /**
33
+ * The client request ID for tracing.
34
+ */
35
+ "opcRequestId"?: string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20221109
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=analyze-document-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze-document-request.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/request/analyze-document-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/CancelProcessorJob.ts.html |here} to see how to use CancelProcessorJobRequest.
16
16
  */
17
17
  export interface CancelProcessorJobRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -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.63.0/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/aidocument/CreateModel.ts.html |here} to see how to use CreateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/CreateModel.ts.html |here} to see how to use CreateModelRequest.
17
17
  */
18
18
  export interface CreateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/CreateProcessorJob.ts.html |here} to see how to use CreateProcessorJobRequest.
17
17
  */
18
18
  export interface CreateProcessorJobRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/aidocument/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
17
17
  */
18
18
  export interface CreateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
16
16
  */
17
17
  export interface DeleteModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/aidocument/GetModel.ts.html |here} to see how to use GetModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/GetModel.ts.html |here} to see how to use GetModelRequest.
16
16
  */
17
17
  export interface GetModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/GetProcessorJob.ts.html |here} to see how to use GetProcessorJobRequest.
16
16
  */
17
17
  export interface GetProcessorJobRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/aidocument/GetProject.ts.html |here} to see how to use GetProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/GetProject.ts.html |here} to see how to use GetProjectRequest.
16
16
  */
17
17
  export interface GetProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -10,6 +10,8 @@
10
10
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
+ import * as AnalyzeDocumentRequest from "./analyze-document-request";
14
+ export import AnalyzeDocumentRequest = AnalyzeDocumentRequest.AnalyzeDocumentRequest;
13
15
  import * as CancelProcessorJobRequest from "./cancel-processor-job-request";
14
16
  export import CancelProcessorJobRequest = CancelProcessorJobRequest.CancelProcessorJobRequest;
15
17
  import * as CancelWorkRequestRequest from "./cancel-work-request-request";
@@ -46,6 +48,8 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
46
48
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
47
49
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
48
50
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
51
+ import * as PatchModelRequest from "./patch-model-request";
52
+ export import PatchModelRequest = PatchModelRequest.PatchModelRequest;
49
53
  import * as UpdateModelRequest from "./update-model-request";
50
54
  export import UpdateModelRequest = UpdateModelRequest.UpdateModelRequest;
51
55
  import * as UpdateProjectRequest from "./update-project-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA4BH,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA8BH,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -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.63.0/aidocument/ListModels.ts.html |here} to see how to use ListModelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/ListModels.ts.html |here} to see how to use ListModelsRequest.
17
17
  */
18
18
  export interface ListModelsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/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.64.0/aidocument/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
17
17
  */
18
18
  export interface ListProjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/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.64.0/aidocument/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/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.64.0/aidocument/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/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.64.0/aidocument/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/aidocument/PatchModel.ts.html |here} to see how to use PatchModelRequest.
17
+ */
18
+ export interface PatchModelRequest extends common.BaseRequest {
19
+ /**
20
+ * A unique model identifier.
21
+ */
22
+ "modelId": string;
23
+ /**
24
+ * The model metadata to be updated.
25
+ */
26
+ "patchModelDetails": model.PatchModelDetails;
27
+ /**
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
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20221109
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=patch-model-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-model-request.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/request/patch-model-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.63.0/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.64.0/aidocument/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
17
17
  */
18
18
  export interface UpdateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -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.63.0/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.64.0/aidocument/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
17
17
  */
18
18
  export interface UpdateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface AnalyzeDocumentResponse {
15
+ /**
16
+ * The full URI of the resource related to the request
17
+ *
18
+ */
19
+ "contentLocation": string;
20
+ /**
21
+ * The full URI of the resource related to the request
22
+ *
23
+ */
24
+ "location": string;
25
+ /**
26
+ * For optimistic concurrency control. See `if-match`.
27
+ *
28
+ */
29
+ "etag": string;
30
+ /**
31
+ * A unique Oracle-assigned identifier for the request. If you need to contact
32
+ * Oracle about a particular request, please provide the request ID.
33
+ *
34
+ */
35
+ "opcRequestId": string;
36
+ /**
37
+ * The returned model.AnalyzeDocumentResult instance.
38
+ */
39
+ "analyzeDocumentResult": model.AnalyzeDocumentResult;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20221109
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=analyze-document-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analyze-document-response.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/response/analyze-document-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -10,6 +10,8 @@
10
10
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
+ import * as AnalyzeDocumentResponse from "./analyze-document-response";
14
+ export import AnalyzeDocumentResponse = AnalyzeDocumentResponse.AnalyzeDocumentResponse;
13
15
  import * as CancelProcessorJobResponse from "./cancel-processor-job-response";
14
16
  export import CancelProcessorJobResponse = CancelProcessorJobResponse.CancelProcessorJobResponse;
15
17
  import * as CancelWorkRequestResponse from "./cancel-work-request-response";
@@ -46,6 +48,8 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
46
48
  export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
47
49
  import * as ListWorkRequestsResponse from "./list-work-requests-response";
48
50
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
51
+ import * as PatchModelResponse from "./patch-model-response";
52
+ export import PatchModelResponse = PatchModelResponse.PatchModelResponse;
49
53
  import * as UpdateModelResponse from "./update-model-response";
50
54
  export import UpdateModelResponse = UpdateModelResponse.UpdateModelResponse;
51
55
  import * as UpdateProjectResponse from "./update-project-response";
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20221109
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface PatchModelResponse {
15
+ /**
16
+ * A unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
17
+ *
18
+ */
19
+ "opcWorkRequestId": string;
20
+ /**
21
+ * A unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * For optimistic concurrency control. See `if-match`.
28
+ *
29
+ */
30
+ "etag": string;
31
+ /**
32
+ * The returned model.PatchResponseMessage instance.
33
+ */
34
+ "patchResponseMessage": model.PatchResponseMessage;
35
+ }