oci-aidocument 2.62.1 → 2.62.3

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 (239) hide show
  1. package/lib/aiservicedocument-waiter.d.ts +23 -0
  2. package/lib/aiservicedocument-waiter.js +55 -0
  3. package/lib/aiservicedocument-waiter.js.map +1 -1
  4. package/lib/client.d.ts +163 -3
  5. package/lib/client.js +1132 -19
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/action-type.d.ts +32 -0
  8. package/lib/model/action-type.js +43 -0
  9. package/lib/model/action-type.js.map +1 -0
  10. package/lib/model/change-model-compartment-details.d.ts +25 -0
  11. package/lib/model/change-model-compartment-details.js +29 -0
  12. package/lib/model/change-model-compartment-details.js.map +1 -0
  13. package/lib/model/change-project-compartment-details.d.ts +25 -0
  14. package/lib/model/change-project-compartment-details.js +29 -0
  15. package/lib/model/change-project-compartment-details.js.map +1 -0
  16. package/lib/model/create-model-details.d.ts +75 -0
  17. package/lib/model/create-model-details.js +69 -0
  18. package/lib/model/create-model-details.js.map +1 -0
  19. package/lib/model/create-project-details.d.ts +51 -0
  20. package/lib/model/create-project-details.js +29 -0
  21. package/lib/model/create-project-details.js.map +1 -0
  22. package/lib/model/data-science-labeling-dataset.d.ts +28 -0
  23. package/lib/model/data-science-labeling-dataset.js +52 -0
  24. package/lib/model/data-science-labeling-dataset.js.map +1 -0
  25. package/lib/model/dataset-summary.d.ts +33 -0
  26. package/lib/model/dataset-summary.js +29 -0
  27. package/lib/model/dataset-summary.js.map +1 -0
  28. package/lib/model/dataset.d.ts +22 -0
  29. package/lib/model/dataset.js +72 -0
  30. package/lib/model/dataset.js.map +1 -0
  31. package/lib/model/document-classification-confidence-entry.d.ts +37 -0
  32. package/lib/model/document-classification-confidence-entry.js +29 -0
  33. package/lib/model/document-classification-confidence-entry.js.map +1 -0
  34. package/lib/model/document-classification-feature.d.ts +4 -0
  35. package/lib/model/document-classification-feature.js.map +1 -1
  36. package/lib/model/document-classification-label-metrics-report.d.ts +34 -0
  37. package/lib/model/document-classification-label-metrics-report.js +61 -0
  38. package/lib/model/document-classification-label-metrics-report.js.map +1 -0
  39. package/lib/model/document-classification-model-metrics.d.ts +29 -0
  40. package/lib/model/document-classification-model-metrics.js +72 -0
  41. package/lib/model/document-classification-model-metrics.js.map +1 -0
  42. package/lib/model/document-classification-overall-metrics-report.d.ts +30 -0
  43. package/lib/model/document-classification-overall-metrics-report.js +61 -0
  44. package/lib/model/document-classification-overall-metrics-report.js.map +1 -0
  45. package/lib/model/document-key-value-extraction-feature.d.ts +4 -0
  46. package/lib/model/document-key-value-extraction-feature.js.map +1 -1
  47. package/lib/model/index.d.ts +76 -0
  48. package/lib/model/index.js +78 -1
  49. package/lib/model/index.js.map +1 -1
  50. package/lib/model/key-value-detection-confidence-entry.d.ts +41 -0
  51. package/lib/model/key-value-detection-confidence-entry.js +29 -0
  52. package/lib/model/key-value-detection-confidence-entry.js.map +1 -0
  53. package/lib/model/key-value-detection-label-metrics-report.d.ts +38 -0
  54. package/lib/model/key-value-detection-label-metrics-report.js +61 -0
  55. package/lib/model/key-value-detection-label-metrics-report.js.map +1 -0
  56. package/lib/model/key-value-detection-model-metrics.d.ts +29 -0
  57. package/lib/model/key-value-detection-model-metrics.js +72 -0
  58. package/lib/model/key-value-detection-model-metrics.js.map +1 -0
  59. package/lib/model/key-value-detection-overall-metrics-report.d.ts +34 -0
  60. package/lib/model/key-value-detection-overall-metrics-report.js +61 -0
  61. package/lib/model/key-value-detection-overall-metrics-report.js.map +1 -0
  62. package/lib/model/model-collection.d.ts +26 -0
  63. package/lib/model/model-collection.js +61 -0
  64. package/lib/model/model-collection.js.map +1 -0
  65. package/lib/model/model-metrics.d.ts +24 -0
  66. package/lib/model/model-metrics.js +80 -0
  67. package/lib/model/model-metrics.js.map +1 -0
  68. package/lib/model/model-summary.d.ts +101 -0
  69. package/lib/model/model-summary.js +69 -0
  70. package/lib/model/model-summary.js.map +1 -0
  71. package/lib/model/model.d.ts +136 -0
  72. package/lib/model/model.js +95 -0
  73. package/lib/model/model.js.map +1 -0
  74. package/lib/model/object-storage-dataset.d.ts +36 -0
  75. package/lib/model/object-storage-dataset.js +52 -0
  76. package/lib/model/object-storage-dataset.js.map +1 -0
  77. package/lib/model/operation-status.d.ts +33 -0
  78. package/lib/model/operation-status.js +44 -0
  79. package/lib/model/operation-status.js.map +1 -0
  80. package/lib/model/operation-type.d.ts +34 -0
  81. package/lib/model/operation-type.js +45 -0
  82. package/lib/model/operation-type.js.map +1 -0
  83. package/lib/model/project-collection.d.ts +26 -0
  84. package/lib/model/project-collection.js +61 -0
  85. package/lib/model/project-collection.js.map +1 -0
  86. package/lib/model/project-summary.d.ts +81 -0
  87. package/lib/model/project-summary.js +29 -0
  88. package/lib/model/project-summary.js.map +1 -0
  89. package/lib/model/project.d.ts +94 -0
  90. package/lib/model/project.js +43 -0
  91. package/lib/model/project.js.map +1 -0
  92. package/lib/model/sort-order.d.ts +23 -0
  93. package/lib/model/sort-order.js +34 -0
  94. package/lib/model/sort-order.js.map +1 -0
  95. package/lib/model/update-model-details.d.ts +47 -0
  96. package/lib/model/update-model-details.js +29 -0
  97. package/lib/model/update-model-details.js.map +1 -0
  98. package/lib/model/update-project-details.d.ts +47 -0
  99. package/lib/model/update-project-details.js +29 -0
  100. package/lib/model/update-project-details.js.map +1 -0
  101. package/lib/model/value-array.d.ts +3 -0
  102. package/lib/model/value-array.js.map +1 -1
  103. package/lib/model/work-request-error-collection.d.ts +26 -0
  104. package/lib/model/work-request-error-collection.js +61 -0
  105. package/lib/model/work-request-error-collection.js.map +1 -0
  106. package/lib/model/work-request-error.d.ts +35 -0
  107. package/lib/model/work-request-error.js +29 -0
  108. package/lib/model/work-request-error.js.map +1 -0
  109. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  110. package/lib/model/work-request-log-entry-collection.js +61 -0
  111. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  112. package/lib/model/work-request-log-entry.d.ts +29 -0
  113. package/lib/model/work-request-log-entry.js +29 -0
  114. package/lib/model/work-request-log-entry.js.map +1 -0
  115. package/lib/model/work-request-resource-metadata-key.d.ts +28 -0
  116. package/lib/model/work-request-resource-metadata-key.js +39 -0
  117. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  118. package/lib/model/work-request-resource.d.ts +48 -0
  119. package/lib/model/work-request-resource.js +29 -0
  120. package/lib/model/work-request-resource.js.map +1 -0
  121. package/lib/model/work-request-summary-collection.d.ts +26 -0
  122. package/lib/model/work-request-summary-collection.js +61 -0
  123. package/lib/model/work-request-summary-collection.js.map +1 -0
  124. package/lib/model/work-request-summary.d.ts +63 -0
  125. package/lib/model/work-request-summary.js +61 -0
  126. package/lib/model/work-request-summary.js.map +1 -0
  127. package/lib/model/work-request.d.ts +63 -0
  128. package/lib/model/work-request.js +61 -0
  129. package/lib/model/work-request.js.map +1 -0
  130. package/lib/request/cancel-processor-job-request.d.ts +1 -1
  131. package/lib/request/cancel-work-request-request.d.ts +35 -0
  132. package/lib/request/cancel-work-request-request.js +15 -0
  133. package/lib/request/cancel-work-request-request.js.map +1 -0
  134. package/lib/request/change-model-compartment-request.d.ts +40 -0
  135. package/lib/request/change-model-compartment-request.js +15 -0
  136. package/lib/request/change-model-compartment-request.js.map +1 -0
  137. package/lib/request/change-project-compartment-request.d.ts +40 -0
  138. package/lib/request/change-project-compartment-request.js +15 -0
  139. package/lib/request/change-project-compartment-request.js.map +1 -0
  140. package/lib/request/create-model-request.d.ts +36 -0
  141. package/lib/request/create-model-request.js +15 -0
  142. package/lib/request/create-model-request.js.map +1 -0
  143. package/lib/request/create-processor-job-request.d.ts +1 -1
  144. package/lib/request/create-project-request.d.ts +36 -0
  145. package/lib/request/create-project-request.js +15 -0
  146. package/lib/request/create-project-request.js.map +1 -0
  147. package/lib/request/delete-model-request.d.ts +35 -0
  148. package/lib/request/delete-model-request.js +15 -0
  149. package/lib/request/delete-model-request.js.map +1 -0
  150. package/lib/request/delete-project-request.d.ts +35 -0
  151. package/lib/request/delete-project-request.js +15 -0
  152. package/lib/request/delete-project-request.js.map +1 -0
  153. package/lib/request/get-model-request.d.ts +26 -0
  154. package/lib/request/get-model-request.js +15 -0
  155. package/lib/request/get-model-request.js.map +1 -0
  156. package/lib/request/get-processor-job-request.d.ts +1 -1
  157. package/lib/request/get-project-request.d.ts +26 -0
  158. package/lib/request/get-project-request.js +15 -0
  159. package/lib/request/get-project-request.js.map +1 -0
  160. package/lib/request/get-work-request-request.d.ts +26 -0
  161. package/lib/request/get-work-request-request.js +15 -0
  162. package/lib/request/get-work-request-request.js.map +1 -0
  163. package/lib/request/index.d.ts +34 -0
  164. package/lib/request/index.js +30 -0
  165. package/lib/request/index.js.map +1 -1
  166. package/lib/request/list-models-request.d.ts +66 -0
  167. package/lib/request/list-models-request.js +24 -0
  168. package/lib/request/list-models-request.js.map +1 -0
  169. package/lib/request/list-projects-request.d.ts +62 -0
  170. package/lib/request/list-projects-request.js +24 -0
  171. package/lib/request/list-projects-request.js.map +1 -0
  172. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  173. package/lib/request/list-work-request-errors-request.js +23 -0
  174. package/lib/request/list-work-request-errors-request.js.map +1 -0
  175. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  176. package/lib/request/list-work-request-logs-request.js +23 -0
  177. package/lib/request/list-work-request-logs-request.js.map +1 -0
  178. package/lib/request/list-work-requests-request.d.ts +61 -0
  179. package/lib/request/list-work-requests-request.js +23 -0
  180. package/lib/request/list-work-requests-request.js.map +1 -0
  181. package/lib/request/update-model-request.d.ts +40 -0
  182. package/lib/request/update-model-request.js +15 -0
  183. package/lib/request/update-model-request.js.map +1 -0
  184. package/lib/request/update-project-request.d.ts +40 -0
  185. package/lib/request/update-project-request.js +15 -0
  186. package/lib/request/update-project-request.js.map +1 -0
  187. package/lib/response/cancel-work-request-response.d.ts +20 -0
  188. package/lib/response/cancel-work-request-response.js +15 -0
  189. package/lib/response/cancel-work-request-response.js.map +1 -0
  190. package/lib/response/change-model-compartment-response.d.ts +20 -0
  191. package/lib/response/change-model-compartment-response.js +15 -0
  192. package/lib/response/change-model-compartment-response.js.map +1 -0
  193. package/lib/response/change-project-compartment-response.d.ts +20 -0
  194. package/lib/response/change-project-compartment-response.js +15 -0
  195. package/lib/response/change-project-compartment-response.js.map +1 -0
  196. package/lib/response/create-model-response.d.ts +45 -0
  197. package/lib/response/create-model-response.js +15 -0
  198. package/lib/response/create-model-response.js.map +1 -0
  199. package/lib/response/create-project-response.d.ts +45 -0
  200. package/lib/response/create-project-response.js +15 -0
  201. package/lib/response/create-project-response.js.map +1 -0
  202. package/lib/response/delete-model-response.d.ts +25 -0
  203. package/lib/response/delete-model-response.js +15 -0
  204. package/lib/response/delete-model-response.js.map +1 -0
  205. package/lib/response/delete-project-response.d.ts +25 -0
  206. package/lib/response/delete-project-response.js +15 -0
  207. package/lib/response/delete-project-response.js.map +1 -0
  208. package/lib/response/get-model-response.d.ts +30 -0
  209. package/lib/response/get-model-response.js +15 -0
  210. package/lib/response/get-model-response.js.map +1 -0
  211. package/lib/response/get-project-response.d.ts +30 -0
  212. package/lib/response/get-project-response.js +15 -0
  213. package/lib/response/get-project-response.js.map +1 -0
  214. package/lib/response/get-work-request-response.d.ts +34 -0
  215. package/lib/response/get-work-request-response.js +15 -0
  216. package/lib/response/get-work-request-response.js.map +1 -0
  217. package/lib/response/index.d.ts +34 -0
  218. package/lib/response/list-models-response.d.ts +32 -0
  219. package/lib/response/list-models-response.js +15 -0
  220. package/lib/response/list-models-response.js.map +1 -0
  221. package/lib/response/list-projects-response.d.ts +32 -0
  222. package/lib/response/list-projects-response.js +15 -0
  223. package/lib/response/list-projects-response.js.map +1 -0
  224. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  225. package/lib/response/list-work-request-errors-response.js +15 -0
  226. package/lib/response/list-work-request-errors-response.js.map +1 -0
  227. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  228. package/lib/response/list-work-request-logs-response.js +15 -0
  229. package/lib/response/list-work-request-logs-response.js.map +1 -0
  230. package/lib/response/list-work-requests-response.d.ts +32 -0
  231. package/lib/response/list-work-requests-response.js +15 -0
  232. package/lib/response/list-work-requests-response.js.map +1 -0
  233. package/lib/response/update-model-response.d.ts +25 -0
  234. package/lib/response/update-model-response.js +15 -0
  235. package/lib/response/update-model-response.js.map +1 -0
  236. package/lib/response/update-project-response.d.ts +25 -0
  237. package/lib/response/update-project-response.js +15 -0
  238. package/lib/response/update-project-response.js.map +1 -0
  239. package/package.json +3 -3
@@ -0,0 +1,94 @@
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
+ * A Document Project containing models.
15
+ */
16
+ export interface Project {
17
+ /**
18
+ * A unique identifier that is immutable after creation.
19
+ */
20
+ "id": string;
21
+ /**
22
+ * A human-friendly name for the project, which can be changed.
23
+ */
24
+ "displayName"?: string;
25
+ /**
26
+ * An optional description of the project.
27
+ */
28
+ "description"?: string;
29
+ /**
30
+ * The compartment identifier.
31
+ */
32
+ "compartmentId": string;
33
+ /**
34
+ * When the project was created, as an RFC3339 datetime string.
35
+ */
36
+ "timeCreated": Date;
37
+ /**
38
+ * When the project was updated, as an RFC3339 datetime string.
39
+ */
40
+ "timeUpdated"?: Date;
41
+ /**
42
+ * The current state of the project.
43
+ */
44
+ "lifecycleState": Project.LifecycleState;
45
+ /**
46
+ * A message describing the current state in more detail, that can provide actionable information if creation failed.
47
+ */
48
+ "lifecycleDetails"?: string;
49
+ /**
50
+ * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
51
+ * For example: `{\"bar-key\": \"value\"}`
52
+ *
53
+ */
54
+ "freeformTags"?: {
55
+ [key: string]: string;
56
+ };
57
+ /**
58
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
59
+ * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
60
+ *
61
+ */
62
+ "definedTags"?: {
63
+ [key: string]: {
64
+ [key: string]: any;
65
+ };
66
+ };
67
+ /**
68
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
69
+ * For example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
70
+ *
71
+ */
72
+ "systemTags"?: {
73
+ [key: string]: {
74
+ [key: string]: any;
75
+ };
76
+ };
77
+ }
78
+ export declare namespace Project {
79
+ enum LifecycleState {
80
+ Creating = "CREATING",
81
+ Updating = "UPDATING",
82
+ Active = "ACTIVE",
83
+ Deleting = "DELETING",
84
+ Deleted = "DELETED",
85
+ Failed = "FAILED",
86
+ /**
87
+ * This value is used if a service returns a value for this enum that is not recognized by this
88
+ * version of the SDK.
89
+ */
90
+ UnknownValue = "UNKNOWN_VALUE"
91
+ }
92
+ function getJsonObj(obj: Project): object;
93
+ function getDeserializedJsonObj(obj: Project): object;
94
+ }
@@ -0,0 +1,43 @@
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.Project = void 0;
16
+ var Project;
17
+ (function (Project) {
18
+ let LifecycleState;
19
+ (function (LifecycleState) {
20
+ LifecycleState["Creating"] = "CREATING";
21
+ LifecycleState["Updating"] = "UPDATING";
22
+ LifecycleState["Active"] = "ACTIVE";
23
+ LifecycleState["Deleting"] = "DELETING";
24
+ LifecycleState["Deleted"] = "DELETED";
25
+ LifecycleState["Failed"] = "FAILED";
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(LifecycleState = Project.LifecycleState || (Project.LifecycleState = {}));
32
+ function getJsonObj(obj) {
33
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
34
+ return jsonObj;
35
+ }
36
+ Project.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ return jsonObj;
40
+ }
41
+ Project.getDeserializedJsonObj = getDeserializedJsonObj;
42
+ })(Project = exports.Project || (exports.Project = {}));
43
+ //# sourceMappingURL=project.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/project.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,OAAO,CAyBvB;AAzBD,WAAiB,OAAO;IACtB,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAyBvB"}
@@ -0,0 +1,23 @@
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
+ * Sort order.
15
+ **/
16
+ export declare enum SortOrder {
17
+ Asc = "ASC",
18
+ Desc = "DESC"
19
+ }
20
+ export declare namespace SortOrder {
21
+ function getJsonObj(obj: SortOrder): SortOrder;
22
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
23
+ }
@@ -0,0 +1,34 @@
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.SortOrder = void 0;
16
+ /**
17
+ * Sort order.
18
+ **/
19
+ var SortOrder;
20
+ (function (SortOrder) {
21
+ SortOrder["Asc"] = "ASC";
22
+ SortOrder["Desc"] = "DESC";
23
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
24
+ (function (SortOrder) {
25
+ function getJsonObj(obj) {
26
+ return obj;
27
+ }
28
+ SortOrder.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ return obj;
31
+ }
32
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
33
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
34
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -0,0 +1,47 @@
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 UpdateModelDetails {
17
+ /**
18
+ * A human-friendly name of the model, which can be changed.
19
+ */
20
+ "displayName"?: string;
21
+ /**
22
+ * An optional description of the model.
23
+ */
24
+ "description"?: string;
25
+ /**
26
+ * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
27
+ * For example: `{\"bar-key\": \"value\"}`
28
+ *
29
+ */
30
+ "freeformTags"?: {
31
+ [key: string]: string;
32
+ };
33
+ /**
34
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
+ * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ *
37
+ */
38
+ "definedTags"?: {
39
+ [key: string]: {
40
+ [key: string]: any;
41
+ };
42
+ };
43
+ }
44
+ export declare namespace UpdateModelDetails {
45
+ function getJsonObj(obj: UpdateModelDetails): object;
46
+ function getDeserializedJsonObj(obj: UpdateModelDetails): object;
47
+ }
@@ -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.UpdateModelDetails = void 0;
16
+ var UpdateModelDetails;
17
+ (function (UpdateModelDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateModelDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateModelDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateModelDetails = exports.UpdateModelDetails || (exports.UpdateModelDetails = {}));
29
+ //# sourceMappingURL=update-model-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-model-details.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/update-model-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,47 @@
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 that can be edited after project creation.
15
+ */
16
+ export interface UpdateProjectDetails {
17
+ /**
18
+ * A human-friendly name for the project, that can be changed.
19
+ */
20
+ "displayName"?: string;
21
+ /**
22
+ * An optional description of the project.
23
+ */
24
+ "description"?: string;
25
+ /**
26
+ * A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
27
+ * For example: `{\"bar-key\": \"value\"}`
28
+ *
29
+ */
30
+ "freeformTags"?: {
31
+ [key: string]: string;
32
+ };
33
+ /**
34
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
35
+ * For example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
36
+ *
37
+ */
38
+ "definedTags"?: {
39
+ [key: string]: {
40
+ [key: string]: any;
41
+ };
42
+ };
43
+ }
44
+ export declare namespace UpdateProjectDetails {
45
+ function getJsonObj(obj: UpdateProjectDetails): object;
46
+ function getDeserializedJsonObj(obj: UpdateProjectDetails): object;
47
+ }
@@ -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.UpdateProjectDetails = void 0;
16
+ var UpdateProjectDetails;
17
+ (function (UpdateProjectDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateProjectDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateProjectDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateProjectDetails = exports.UpdateProjectDetails || (exports.UpdateProjectDetails = {}));
29
+ //# sourceMappingURL=update-project-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-project-details.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/update-project-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,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"}
@@ -15,6 +15,9 @@ import * as model from "../model";
15
15
  * The array of field values.
16
16
  */
17
17
  export interface ValueArray extends model.FieldValue {
18
+ /**
19
+ * The array of values.
20
+ */
18
21
  "items": Array<model.DocumentField>;
19
22
  "valueType": string;
20
23
  }
@@ -1 +1 @@
1
- {"version":3,"file":"value-array.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/value-array.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,UAAU,CA8B1B;AA9BD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe,EAAE,eAAyB;QACnE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAgB,CAAC,GAC1E;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qBAAU,aAazB,CAAA;IACY,oBAAS,GAAG,OAAO,CAAC;IACjC,SAAgB,sBAAsB,CAAC,GAAe,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAgB,CAAC,GACtF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAsB,yBAarC,CAAA;AACH,CAAC,EA9BgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA8B1B"}
1
+ {"version":3,"file":"value-array.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/value-array.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,UAAU,CA8B1B;AA9BD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe,EAAE,eAAyB;QACnE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAgB,CAAC,GAC1E;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qBAAU,aAazB,CAAA;IACY,oBAAS,GAAG,OAAO,CAAC;IACjC,SAAgB,sBAAsB,CAAC,GAAe,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAgB,CAAC,GACtF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAsB,yBAarC,CAAA;AACH,CAAC,EA9BgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA8B1B"}
@@ -0,0 +1,26 @@
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
+ import * as model from "../model";
14
+ /**
15
+ * The results of a workRequestError search.
16
+ */
17
+ export interface WorkRequestErrorCollection {
18
+ /**
19
+ * the list of workRequestError objects.
20
+ */
21
+ "items": Array<model.WorkRequestError>;
22
+ }
23
+ export declare namespace WorkRequestErrorCollection {
24
+ function getJsonObj(obj: WorkRequestErrorCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
26
+ }
@@ -0,0 +1,61 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.WorkRequestErrorCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequestErrorCollection;
37
+ (function (WorkRequestErrorCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.WorkRequestError.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequestErrorCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.WorkRequestError.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequestErrorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequestErrorCollection = exports.WorkRequestErrorCollection || (exports.WorkRequestErrorCollection = {}));
61
+ //# sourceMappingURL=work-request-error-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
@@ -0,0 +1,35 @@
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
+ * An error encountered while executing a work request.
15
+ */
16
+ export interface WorkRequestError {
17
+ /**
18
+ * A machine-usable code for the error that occured. Error codes are listed on
19
+ * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
20
+ *
21
+ */
22
+ "code": string;
23
+ /**
24
+ * A human-readable description of the issue encountered.
25
+ */
26
+ "message": string;
27
+ /**
28
+ * When the error occured, as an RFC3339 formatted datetime.
29
+ */
30
+ "timestamp": Date;
31
+ }
32
+ export declare namespace WorkRequestError {
33
+ function getJsonObj(obj: WorkRequestError): object;
34
+ function getDeserializedJsonObj(obj: WorkRequestError): object;
35
+ }
@@ -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.WorkRequestError = void 0;
16
+ var WorkRequestError;
17
+ (function (WorkRequestError) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ WorkRequestError.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ WorkRequestError.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(WorkRequestError = exports.WorkRequestError || (exports.WorkRequestError = {}));
29
+ //# sourceMappingURL=work-request-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,26 @@
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
+ import * as model from "../model";
14
+ /**
15
+ * The results of a workRequestLog search.
16
+ */
17
+ export interface WorkRequestLogEntryCollection {
18
+ /**
19
+ * The list of workRequestLogEntries.
20
+ */
21
+ "items": Array<model.WorkRequestLogEntry>;
22
+ }
23
+ export declare namespace WorkRequestLogEntryCollection {
24
+ function getJsonObj(obj: WorkRequestLogEntryCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestLogEntryCollection): object;
26
+ }
@@ -0,0 +1,61 @@
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.WorkRequestLogEntryCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequestLogEntryCollection;
37
+ (function (WorkRequestLogEntryCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.WorkRequestLogEntry.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequestLogEntryCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.WorkRequestLogEntry.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequestLogEntryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequestLogEntryCollection = exports.WorkRequestLogEntryCollection || (exports.WorkRequestLogEntryCollection = {}));
61
+ //# sourceMappingURL=work-request-log-entry-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-log-entry-collection.js","sourceRoot":"","sources":["../../../../../lib/aidocument/lib/model/work-request-log-entry-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}