@regulaforensics/document-reader-webclient 5.5.3 → 5.5.5

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 (426) hide show
  1. package/.github/workflows/run-smoke-test.yml +1 -4
  2. package/.github/workflows/trivy-scan.yaml +24 -0
  3. package/dist/cjs-es5/api/default-api.js +16 -9
  4. package/dist/cjs-es5/api/process-api.js +16 -9
  5. package/dist/cjs-es5/base.js +1 -1
  6. package/dist/cjs-es5/configuration.js +1 -1
  7. package/dist/cjs-es5/ext/authenticity/authenticity.js +7 -1
  8. package/dist/cjs-es5/ext/document-reader.js +30 -7
  9. package/dist/cjs-es5/ext/images.js +23 -8
  10. package/dist/cjs-es5/ext/process-request.js +1 -1
  11. package/dist/cjs-es5/ext/process-response.js +60 -10
  12. package/dist/cjs-es5/ext/text-field.js +150 -1
  13. package/dist/cjs-es5/index.js +2 -1
  14. package/dist/cjs-es5/models/area-array.js +1 -1
  15. package/dist/cjs-es5/models/area-container.js +1 -1
  16. package/dist/cjs-es5/models/authenticity-check-list.js +1 -1
  17. package/dist/cjs-es5/models/authenticity-check-result-item.js +1 -1
  18. package/dist/cjs-es5/models/authenticity-check-result.js +1 -1
  19. package/dist/cjs-es5/models/authenticity-result-all-of.js +1 -1
  20. package/dist/cjs-es5/models/authenticity-result-type.js +72 -3
  21. package/dist/cjs-es5/models/authenticity-result.js +1 -1
  22. package/dist/cjs-es5/models/bc-pdf417-info.js +16 -0
  23. package/dist/cjs-es5/models/bc-roidetect.js +16 -0
  24. package/dist/cjs-es5/models/check-diagnose.js +37 -4
  25. package/dist/cjs-es5/models/check-result.js +1 -1
  26. package/dist/cjs-es5/models/chosen-document-type-result-all-of.js +1 -1
  27. package/dist/cjs-es5/models/chosen-document-type-result.js +1 -1
  28. package/dist/cjs-es5/models/chosen-document-type.js +1 -1
  29. package/dist/cjs-es5/models/container-list.js +1 -1
  30. package/dist/cjs-es5/models/critical.js +1 -1
  31. package/dist/cjs-es5/models/cross-source-value-comparison.js +1 -1
  32. package/dist/cjs-es5/models/data-module.js +16 -0
  33. package/dist/cjs-es5/models/details-optical.js +1 -1
  34. package/dist/cjs-es5/models/details-rfid.js +1 -1
  35. package/dist/cjs-es5/models/device-info.js +1 -1
  36. package/dist/cjs-es5/models/doc-bar-code-info-all-of.js +16 -0
  37. package/dist/cjs-es5/models/doc-bar-code-info.js +16 -0
  38. package/dist/cjs-es5/models/doc-visual-extended-field.js +1 -1
  39. package/dist/cjs-es5/models/doc-visual-extended-info.js +1 -1
  40. package/dist/cjs-es5/models/document-format.js +1 -1
  41. package/dist/cjs-es5/models/document-image-result-all-of.js +1 -1
  42. package/dist/cjs-es5/models/document-image-result.js +1 -1
  43. package/dist/cjs-es5/models/document-image.js +1 -1
  44. package/dist/cjs-es5/models/document-position-result-all-of.js +16 -0
  45. package/dist/cjs-es5/models/document-position-result.js +16 -0
  46. package/dist/cjs-es5/models/document-position.js +16 -0
  47. package/dist/cjs-es5/models/document-type-recognition-result.js +1 -1
  48. package/dist/cjs-es5/models/document-type.js +699 -5
  49. package/dist/cjs-es5/models/document-types-candidates-list.js +1 -1
  50. package/dist/cjs-es5/models/document-types-candidates-result-all-of.js +1 -1
  51. package/dist/cjs-es5/models/document-types-candidates-result.js +1 -1
  52. package/dist/cjs-es5/models/document-types-candidates.js +1 -1
  53. package/dist/cjs-es5/models/encrypted-rclresult-all-of.js +16 -0
  54. package/dist/cjs-es5/models/encrypted-rclresult.js +16 -0
  55. package/dist/cjs-es5/models/face-api-search.js +16 -0
  56. package/dist/cjs-es5/models/face-api.js +16 -0
  57. package/dist/cjs-es5/models/fdsidlist.js +1 -1
  58. package/dist/cjs-es5/models/fiber-result-all-of.js +1 -1
  59. package/dist/cjs-es5/models/fiber-result.js +1 -1
  60. package/dist/cjs-es5/models/graphic-field-type.js +14 -2
  61. package/dist/cjs-es5/models/graphic-field.js +1 -1
  62. package/dist/cjs-es5/models/graphic-fields-list.js +1 -1
  63. package/dist/cjs-es5/models/graphics-result-all-of.js +1 -1
  64. package/dist/cjs-es5/models/graphics-result.js +1 -1
  65. package/dist/cjs-es5/models/ident-result-all-of.js +1 -1
  66. package/dist/cjs-es5/models/ident-result.js +1 -1
  67. package/dist/cjs-es5/models/image-data.js +1 -1
  68. package/dist/cjs-es5/models/image-qa.js +1 -1
  69. package/dist/cjs-es5/models/image-quality-check-list.js +1 -1
  70. package/dist/cjs-es5/models/image-quality-check-type.js +10 -2
  71. package/dist/cjs-es5/models/image-quality-check.js +1 -1
  72. package/dist/cjs-es5/models/image-quality-result-all-of.js +1 -1
  73. package/dist/cjs-es5/models/image-quality-result.js +1 -1
  74. package/dist/cjs-es5/models/images-available-source.js +1 -1
  75. package/dist/cjs-es5/models/images-field-value.js +1 -1
  76. package/dist/cjs-es5/models/images-field.js +1 -1
  77. package/dist/cjs-es5/models/images-result-all-of.js +1 -1
  78. package/dist/cjs-es5/models/images-result.js +1 -1
  79. package/dist/cjs-es5/models/images.js +1 -1
  80. package/dist/cjs-es5/models/index.js +22 -1
  81. package/dist/cjs-es5/models/lcid.js +28 -28
  82. package/dist/cjs-es5/models/lexical-analysis-result-all-of.js +1 -1
  83. package/dist/cjs-es5/models/lexical-analysis-result.js +1 -1
  84. package/dist/cjs-es5/models/license-result-all-of.js +16 -0
  85. package/dist/cjs-es5/models/license-result.js +16 -0
  86. package/dist/cjs-es5/models/light.js +1 -1
  87. package/dist/cjs-es5/models/list-verified-fields.js +1 -1
  88. package/dist/cjs-es5/models/log-level.js +45 -0
  89. package/dist/cjs-es5/models/measure-system.js +1 -1
  90. package/dist/cjs-es5/models/mrzformat.js +49 -0
  91. package/dist/cjs-es5/models/ocrsecurity-text-result-all-of.js +1 -1
  92. package/dist/cjs-es5/models/ocrsecurity-text-result.js +1 -1
  93. package/dist/cjs-es5/models/one-candidate.js +1 -1
  94. package/dist/cjs-es5/models/original-symbol.js +1 -1
  95. package/dist/cjs-es5/models/parray-field.js +16 -0
  96. package/dist/cjs-es5/models/parsing-notification-codes.js +897 -0
  97. package/dist/cjs-es5/models/per-document-config.js +16 -0
  98. package/dist/cjs-es5/models/photo-ident-result-all-of.js +1 -1
  99. package/dist/cjs-es5/models/photo-ident-result.js +1 -1
  100. package/dist/cjs-es5/models/point-array.js +1 -1
  101. package/dist/cjs-es5/models/point.js +1 -1
  102. package/dist/cjs-es5/models/points-container.js +1 -1
  103. package/dist/cjs-es5/models/process-params-rfid.js +16 -0
  104. package/dist/cjs-es5/models/process-params.js +1 -1
  105. package/dist/cjs-es5/models/process-request-image.js +1 -1
  106. package/dist/cjs-es5/models/process-request.js +1 -1
  107. package/dist/cjs-es5/models/process-response.js +1 -1
  108. package/dist/cjs-es5/models/process-system-info.js +1 -1
  109. package/dist/cjs-es5/models/processing-status.js +1 -1
  110. package/dist/cjs-es5/models/raw-image-container-list.js +1 -1
  111. package/dist/cjs-es5/models/rectangle-coordinates.js +1 -1
  112. package/dist/cjs-es5/models/result-item.js +1 -1
  113. package/dist/cjs-es5/models/result.js +57 -29
  114. package/dist/cjs-es5/models/rfid-location.js +1 -1
  115. package/dist/cjs-es5/models/rfid-origin.js +1 -1
  116. package/dist/cjs-es5/models/scenario.js +57 -3
  117. package/dist/cjs-es5/models/security-feature-result-all-of.js +1 -1
  118. package/dist/cjs-es5/models/security-feature-result.js +1 -1
  119. package/dist/cjs-es5/models/security-feature-type.js +152 -3
  120. package/dist/cjs-es5/models/source-validity.js +1 -1
  121. package/dist/cjs-es5/models/source.js +17 -2
  122. package/dist/cjs-es5/models/status-result-all-of.js +1 -1
  123. package/dist/cjs-es5/models/status-result.js +1 -1
  124. package/dist/cjs-es5/models/status.js +1 -1
  125. package/dist/cjs-es5/models/string-recognition-result.js +1 -1
  126. package/dist/cjs-es5/models/symbol-candidate.js +1 -1
  127. package/dist/cjs-es5/models/symbol-recognition-result.js +1 -1
  128. package/dist/cjs-es5/models/text-available-source.js +1 -1
  129. package/dist/cjs-es5/models/text-data-result-all-of.js +1 -1
  130. package/dist/cjs-es5/models/text-data-result.js +1 -1
  131. package/dist/cjs-es5/models/text-field-type.js +651 -435
  132. package/dist/cjs-es5/models/text-field-value.js +1 -1
  133. package/dist/cjs-es5/models/text-field.js +1 -1
  134. package/dist/cjs-es5/models/text-post-processing.js +41 -0
  135. package/dist/cjs-es5/models/text-result-all-of.js +1 -1
  136. package/dist/cjs-es5/models/text-result.js +1 -1
  137. package/dist/cjs-es5/models/text.js +1 -1
  138. package/dist/cjs-es5/models/transaction-info.js +1 -1
  139. package/dist/cjs-es5/models/verification-result.js +1 -1
  140. package/dist/cjs-es5/models/verified-field-map.js +1 -1
  141. package/dist/cjs-es5/models/visibility.js +17 -2
  142. package/dist/esm-es5/api/default-api.js +16 -9
  143. package/dist/esm-es5/api/process-api.js +16 -9
  144. package/dist/esm-es5/base.js +1 -1
  145. package/dist/esm-es5/configuration.js +1 -1
  146. package/dist/esm-es5/ext/authenticity/authenticity.js +7 -1
  147. package/dist/esm-es5/ext/document-reader.js +10 -6
  148. package/dist/esm-es5/ext/images.js +4 -5
  149. package/dist/esm-es5/ext/process-request.js +1 -1
  150. package/dist/esm-es5/ext/process-response.js +41 -7
  151. package/dist/esm-es5/ext/text-field.js +150 -1
  152. package/dist/esm-es5/index.js +2 -1
  153. package/dist/esm-es5/models/area-array.js +1 -1
  154. package/dist/esm-es5/models/area-container.js +1 -1
  155. package/dist/esm-es5/models/authenticity-check-list.js +1 -1
  156. package/dist/esm-es5/models/authenticity-check-result-item.js +1 -1
  157. package/dist/esm-es5/models/authenticity-check-result.js +1 -1
  158. package/dist/esm-es5/models/authenticity-result-all-of.js +1 -1
  159. package/dist/esm-es5/models/authenticity-result-type.js +72 -3
  160. package/dist/esm-es5/models/authenticity-result.js +1 -1
  161. package/dist/esm-es5/models/bc-pdf417-info.js +14 -0
  162. package/dist/esm-es5/models/bc-roidetect.js +14 -0
  163. package/dist/esm-es5/models/check-diagnose.js +37 -4
  164. package/dist/esm-es5/models/check-result.js +1 -1
  165. package/dist/esm-es5/models/chosen-document-type-result-all-of.js +1 -1
  166. package/dist/esm-es5/models/chosen-document-type-result.js +1 -1
  167. package/dist/esm-es5/models/chosen-document-type.js +1 -1
  168. package/dist/esm-es5/models/container-list.js +1 -1
  169. package/dist/esm-es5/models/critical.js +1 -1
  170. package/dist/esm-es5/models/cross-source-value-comparison.js +1 -1
  171. package/dist/esm-es5/models/data-module.js +14 -0
  172. package/dist/esm-es5/models/details-optical.js +1 -1
  173. package/dist/esm-es5/models/details-rfid.js +1 -1
  174. package/dist/esm-es5/models/device-info.js +1 -1
  175. package/dist/esm-es5/models/doc-bar-code-info-all-of.js +14 -0
  176. package/dist/esm-es5/models/doc-bar-code-info.js +14 -0
  177. package/dist/esm-es5/models/doc-visual-extended-field.js +1 -1
  178. package/dist/esm-es5/models/doc-visual-extended-info.js +1 -1
  179. package/dist/esm-es5/models/document-format.js +1 -1
  180. package/dist/esm-es5/models/document-image-result-all-of.js +1 -1
  181. package/dist/esm-es5/models/document-image-result.js +1 -1
  182. package/dist/esm-es5/models/document-image.js +1 -1
  183. package/dist/esm-es5/models/document-position-result-all-of.js +14 -0
  184. package/dist/esm-es5/models/document-position-result.js +14 -0
  185. package/dist/esm-es5/models/document-position.js +14 -0
  186. package/dist/esm-es5/models/document-type-recognition-result.js +1 -1
  187. package/dist/esm-es5/models/document-type.js +699 -5
  188. package/dist/esm-es5/models/document-types-candidates-list.js +1 -1
  189. package/dist/esm-es5/models/document-types-candidates-result-all-of.js +1 -1
  190. package/dist/esm-es5/models/document-types-candidates-result.js +1 -1
  191. package/dist/esm-es5/models/document-types-candidates.js +1 -1
  192. package/dist/esm-es5/models/encrypted-rclresult-all-of.js +14 -0
  193. package/dist/esm-es5/models/encrypted-rclresult.js +14 -0
  194. package/dist/esm-es5/models/face-api-search.js +14 -0
  195. package/dist/esm-es5/models/face-api.js +14 -0
  196. package/dist/esm-es5/models/fdsidlist.js +1 -1
  197. package/dist/esm-es5/models/fiber-result-all-of.js +1 -1
  198. package/dist/esm-es5/models/fiber-result.js +1 -1
  199. package/dist/esm-es5/models/graphic-field-type.js +14 -2
  200. package/dist/esm-es5/models/graphic-field.js +1 -1
  201. package/dist/esm-es5/models/graphic-fields-list.js +1 -1
  202. package/dist/esm-es5/models/graphics-result-all-of.js +1 -1
  203. package/dist/esm-es5/models/graphics-result.js +1 -1
  204. package/dist/esm-es5/models/ident-result-all-of.js +1 -1
  205. package/dist/esm-es5/models/ident-result.js +1 -1
  206. package/dist/esm-es5/models/image-data.js +1 -1
  207. package/dist/esm-es5/models/image-qa.js +1 -1
  208. package/dist/esm-es5/models/image-quality-check-list.js +1 -1
  209. package/dist/esm-es5/models/image-quality-check-type.js +10 -2
  210. package/dist/esm-es5/models/image-quality-check.js +1 -1
  211. package/dist/esm-es5/models/image-quality-result-all-of.js +1 -1
  212. package/dist/esm-es5/models/image-quality-result.js +1 -1
  213. package/dist/esm-es5/models/images-available-source.js +1 -1
  214. package/dist/esm-es5/models/images-field-value.js +1 -1
  215. package/dist/esm-es5/models/images-field.js +1 -1
  216. package/dist/esm-es5/models/images-result-all-of.js +1 -1
  217. package/dist/esm-es5/models/images-result.js +1 -1
  218. package/dist/esm-es5/models/images.js +1 -1
  219. package/dist/esm-es5/models/index.js +22 -1
  220. package/dist/esm-es5/models/lcid.js +28 -28
  221. package/dist/esm-es5/models/lexical-analysis-result-all-of.js +1 -1
  222. package/dist/esm-es5/models/lexical-analysis-result.js +1 -1
  223. package/dist/esm-es5/models/license-result-all-of.js +14 -0
  224. package/dist/esm-es5/models/license-result.js +14 -0
  225. package/dist/esm-es5/models/light.js +1 -1
  226. package/dist/esm-es5/models/list-verified-fields.js +1 -1
  227. package/dist/esm-es5/models/log-level.js +42 -0
  228. package/dist/esm-es5/models/measure-system.js +1 -1
  229. package/dist/esm-es5/models/mrzformat.js +46 -0
  230. package/dist/esm-es5/models/ocrsecurity-text-result-all-of.js +1 -1
  231. package/dist/esm-es5/models/ocrsecurity-text-result.js +1 -1
  232. package/dist/esm-es5/models/one-candidate.js +1 -1
  233. package/dist/esm-es5/models/original-symbol.js +1 -1
  234. package/dist/esm-es5/models/parray-field.js +14 -0
  235. package/dist/esm-es5/models/parsing-notification-codes.js +894 -0
  236. package/dist/esm-es5/models/per-document-config.js +14 -0
  237. package/dist/esm-es5/models/photo-ident-result-all-of.js +1 -1
  238. package/dist/esm-es5/models/photo-ident-result.js +1 -1
  239. package/dist/esm-es5/models/point-array.js +1 -1
  240. package/dist/esm-es5/models/point.js +1 -1
  241. package/dist/esm-es5/models/points-container.js +1 -1
  242. package/dist/esm-es5/models/process-params-rfid.js +14 -0
  243. package/dist/esm-es5/models/process-params.js +1 -1
  244. package/dist/esm-es5/models/process-request-image.js +1 -1
  245. package/dist/esm-es5/models/process-request.js +1 -1
  246. package/dist/esm-es5/models/process-response.js +1 -1
  247. package/dist/esm-es5/models/process-system-info.js +1 -1
  248. package/dist/esm-es5/models/processing-status.js +1 -1
  249. package/dist/esm-es5/models/raw-image-container-list.js +1 -1
  250. package/dist/esm-es5/models/rectangle-coordinates.js +1 -1
  251. package/dist/esm-es5/models/result-item.js +1 -1
  252. package/dist/esm-es5/models/result.js +57 -29
  253. package/dist/esm-es5/models/rfid-location.js +1 -1
  254. package/dist/esm-es5/models/rfid-origin.js +1 -1
  255. package/dist/esm-es5/models/scenario.js +57 -3
  256. package/dist/esm-es5/models/security-feature-result-all-of.js +1 -1
  257. package/dist/esm-es5/models/security-feature-result.js +1 -1
  258. package/dist/esm-es5/models/security-feature-type.js +152 -3
  259. package/dist/esm-es5/models/source-validity.js +1 -1
  260. package/dist/esm-es5/models/source.js +17 -2
  261. package/dist/esm-es5/models/status-result-all-of.js +1 -1
  262. package/dist/esm-es5/models/status-result.js +1 -1
  263. package/dist/esm-es5/models/status.js +1 -1
  264. package/dist/esm-es5/models/string-recognition-result.js +1 -1
  265. package/dist/esm-es5/models/symbol-candidate.js +1 -1
  266. package/dist/esm-es5/models/symbol-recognition-result.js +1 -1
  267. package/dist/esm-es5/models/text-available-source.js +1 -1
  268. package/dist/esm-es5/models/text-data-result-all-of.js +1 -1
  269. package/dist/esm-es5/models/text-data-result.js +1 -1
  270. package/dist/esm-es5/models/text-field-type.js +651 -435
  271. package/dist/esm-es5/models/text-field-value.js +1 -1
  272. package/dist/esm-es5/models/text-field.js +1 -1
  273. package/dist/esm-es5/models/text-post-processing.js +38 -0
  274. package/dist/esm-es5/models/text-result-all-of.js +1 -1
  275. package/dist/esm-es5/models/text-result.js +1 -1
  276. package/dist/esm-es5/models/text.js +1 -1
  277. package/dist/esm-es5/models/transaction-info.js +1 -1
  278. package/dist/esm-es5/models/verification-result.js +1 -1
  279. package/dist/esm-es5/models/verified-field-map.js +1 -1
  280. package/dist/esm-es5/models/visibility.js +17 -2
  281. package/package.json +5 -3
  282. package/setup.sh +11 -0
  283. package/src/api/default-api.ts +16 -8
  284. package/src/api/process-api.ts +16 -8
  285. package/src/base.ts +1 -1
  286. package/src/configuration.ts +1 -1
  287. package/src/ext/authenticity/authenticity.ts +8 -1
  288. package/src/ext/document-reader.ts +18 -7
  289. package/src/ext/images.ts +3 -5
  290. package/src/ext/process-request-image.ts +1 -1
  291. package/src/ext/process-request.ts +8 -2
  292. package/src/ext/process-response.ts +56 -12
  293. package/src/ext/result-item.ts +5 -5
  294. package/src/ext/text-field.ts +168 -18
  295. package/src/index.ts +1 -0
  296. package/src/models/area-array.ts +1 -1
  297. package/src/models/area-container.ts +1 -1
  298. package/src/models/authenticity-check-list.ts +7 -1
  299. package/src/models/authenticity-check-result-item.ts +2 -2
  300. package/src/models/authenticity-check-result.ts +1 -1
  301. package/src/models/authenticity-result-all-of.ts +1 -1
  302. package/src/models/authenticity-result-type.ts +72 -3
  303. package/src/models/authenticity-result.ts +5 -1
  304. package/src/models/bc-pdf417-info.ts +61 -0
  305. package/src/models/bc-roidetect.ts +49 -0
  306. package/src/models/check-diagnose.ts +36 -3
  307. package/src/models/check-result.ts +1 -1
  308. package/src/models/chosen-document-type-result-all-of.ts +1 -1
  309. package/src/models/chosen-document-type-result.ts +5 -1
  310. package/src/models/chosen-document-type.ts +1 -1
  311. package/src/models/container-list.ts +13 -3
  312. package/src/models/critical.ts +1 -1
  313. package/src/models/cross-source-value-comparison.ts +1 -1
  314. package/src/models/data-module.ts +55 -0
  315. package/src/models/details-optical.ts +1 -1
  316. package/src/models/details-rfid.ts +1 -1
  317. package/src/models/device-info.ts +1 -1
  318. package/src/models/doc-bar-code-info-all-of.ts +38 -0
  319. package/src/models/doc-bar-code-info.ts +42 -0
  320. package/src/models/doc-visual-extended-field.ts +1 -1
  321. package/src/models/doc-visual-extended-info.ts +1 -1
  322. package/src/models/document-format.ts +1 -1
  323. package/src/models/document-image-result-all-of.ts +1 -1
  324. package/src/models/document-image-result.ts +5 -1
  325. package/src/models/document-image.ts +1 -1
  326. package/src/models/document-position-result-all-of.ts +32 -0
  327. package/src/models/document-position-result.ts +42 -0
  328. package/src/models/document-position.ts +87 -0
  329. package/src/models/document-type-recognition-result.ts +1 -1
  330. package/src/models/document-type.ts +699 -5
  331. package/src/models/document-types-candidates-list.ts +1 -1
  332. package/src/models/document-types-candidates-result-all-of.ts +1 -1
  333. package/src/models/document-types-candidates-result.ts +5 -1
  334. package/src/models/document-types-candidates.ts +1 -1
  335. package/src/models/encrypted-rclresult-all-of.ts +31 -0
  336. package/src/models/encrypted-rclresult.ts +40 -0
  337. package/src/models/face-api-search.ts +43 -0
  338. package/src/models/face-api.ts +74 -0
  339. package/src/models/fdsidlist.ts +1 -1
  340. package/src/models/fiber-result-all-of.ts +1 -1
  341. package/src/models/fiber-result.ts +1 -1
  342. package/src/models/graphic-field-type.ts +14 -2
  343. package/src/models/graphic-field.ts +1 -1
  344. package/src/models/graphic-fields-list.ts +1 -1
  345. package/src/models/graphics-result-all-of.ts +1 -1
  346. package/src/models/graphics-result.ts +5 -1
  347. package/src/models/ident-result-all-of.ts +3 -3
  348. package/src/models/ident-result.ts +1 -1
  349. package/src/models/image-data.ts +1 -1
  350. package/src/models/image-qa.ts +31 -1
  351. package/src/models/image-quality-check-list.ts +1 -1
  352. package/src/models/image-quality-check-type.ts +10 -2
  353. package/src/models/image-quality-check.ts +1 -1
  354. package/src/models/image-quality-result-all-of.ts +1 -1
  355. package/src/models/image-quality-result.ts +5 -1
  356. package/src/models/images-available-source.ts +1 -1
  357. package/src/models/images-field-value.ts +7 -1
  358. package/src/models/images-field.ts +1 -1
  359. package/src/models/images-result-all-of.ts +1 -1
  360. package/src/models/images-result.ts +5 -1
  361. package/src/models/images.ts +1 -1
  362. package/src/models/index.ts +21 -0
  363. package/src/models/lcid.ts +27 -27
  364. package/src/models/lexical-analysis-result-all-of.ts +1 -1
  365. package/src/models/lexical-analysis-result.ts +6 -2
  366. package/src/models/license-result-all-of.ts +31 -0
  367. package/src/models/license-result.ts +40 -0
  368. package/src/models/light.ts +1 -1
  369. package/src/models/list-verified-fields.ts +1 -1
  370. package/src/models/log-level.ts +46 -0
  371. package/src/models/measure-system.ts +1 -1
  372. package/src/models/mrzformat.ts +50 -0
  373. package/src/models/ocrsecurity-text-result-all-of.ts +1 -1
  374. package/src/models/ocrsecurity-text-result.ts +1 -1
  375. package/src/models/one-candidate.ts +1 -1
  376. package/src/models/original-symbol.ts +1 -1
  377. package/src/models/parray-field.ts +88 -0
  378. package/src/models/parsing-notification-codes.ts +898 -0
  379. package/src/models/per-document-config.ts +37 -0
  380. package/src/models/photo-ident-result-all-of.ts +1 -1
  381. package/src/models/photo-ident-result.ts +1 -1
  382. package/src/models/point-array.ts +1 -1
  383. package/src/models/point.ts +1 -1
  384. package/src/models/points-container.ts +1 -1
  385. package/src/models/process-params-rfid.ts +32 -0
  386. package/src/models/process-params.ts +213 -18
  387. package/src/models/process-request-image.ts +1 -1
  388. package/src/models/process-request.ts +27 -2
  389. package/src/models/process-response.ts +13 -1
  390. package/src/models/process-system-info.ts +1 -1
  391. package/src/models/processing-status.ts +1 -1
  392. package/src/models/raw-image-container-list.ts +1 -1
  393. package/src/models/rectangle-coordinates.ts +1 -1
  394. package/src/models/result-item.ts +5 -1
  395. package/src/models/result.ts +56 -28
  396. package/src/models/rfid-location.ts +1 -1
  397. package/src/models/rfid-origin.ts +1 -1
  398. package/src/models/scenario.ts +56 -2
  399. package/src/models/security-feature-result-all-of.ts +3 -3
  400. package/src/models/security-feature-result.ts +1 -1
  401. package/src/models/security-feature-type.ts +152 -3
  402. package/src/models/source-validity.ts +1 -1
  403. package/src/models/source.ts +16 -1
  404. package/src/models/status-result-all-of.ts +1 -1
  405. package/src/models/status-result.ts +5 -1
  406. package/src/models/status.ts +1 -1
  407. package/src/models/string-recognition-result.ts +1 -1
  408. package/src/models/symbol-candidate.ts +1 -1
  409. package/src/models/symbol-recognition-result.ts +1 -1
  410. package/src/models/text-available-source.ts +1 -1
  411. package/src/models/text-data-result-all-of.ts +1 -1
  412. package/src/models/text-data-result.ts +5 -1
  413. package/src/models/text-field-type.ts +651 -435
  414. package/src/models/text-field-value.ts +1 -1
  415. package/src/models/text-field.ts +1 -1
  416. package/src/models/text-post-processing.ts +42 -0
  417. package/src/models/text-result-all-of.ts +1 -1
  418. package/src/models/text-result.ts +5 -1
  419. package/src/models/text.ts +1 -1
  420. package/src/models/transaction-info.ts +1 -1
  421. package/src/models/verification-result.ts +1 -1
  422. package/src/models/verified-field-map.ts +1 -1
  423. package/src/models/visibility.ts +16 -1
  424. package/tsconfig.commonjs.json +1 -1
  425. package/tsconfig.esm.json +1 -1
  426. package/update-models.sh +1 -0
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,7 +15,7 @@
15
15
 
16
16
 
17
17
  /**
18
- * Describes possible extracted result types from documents
18
+ *
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
@@ -25,25 +25,29 @@ export enum Result {
25
25
  */
26
26
  DOCUMENT_IMAGE = 1,
27
27
  /**
28
- * Contains image quality check results
28
+ * Contains MRZ OCR results
29
29
  */
30
- IMAGE_QUALITY = 30,
30
+ MRZ_TEXT = 3,
31
31
  /**
32
- * Contains check statuses with details, grouped by source
32
+ * Contains raw information about barcodes on the input image
33
33
  */
34
- STATUS = 33,
34
+ BARCODES = 5,
35
35
  /**
36
- * Contains document textual fields from all sources (mrz, rfid, visual, barcode) with validity and cross-source compare checks
36
+ * Contains cropped graphic fields from Visual zone
37
37
  */
38
- TEXT = 36,
38
+ VISUAL_GRAPHICS = 6,
39
39
  /**
40
- * Contains images from all document sources (mrz, rfid, visual, barcode)
40
+ * Contains list of document type candidates with their probabilities and descriptions
41
41
  */
42
- IMAGES = 37,
42
+ DOCUMENT_TYPE_CANDIDATES = 8,
43
43
  /**
44
- * Contains MRZ OCR results
44
+ * Contains description of determined document type, if any
45
45
  */
46
- MRZ_TEXT = 3,
46
+ DOCUMENT_TYPE = 9,
47
+ /**
48
+ * Contains lexical data analysis results that allow you to compare MRZ OCR results, Visual zone OCR results, barcodes and RFID chip data for an additional assessment of the authenticity of the document (this is an old format, better use TEXT type)
49
+ */
50
+ LEXICAL_ANALYSIS = 15,
47
51
  /**
48
52
  * Contains Visual zone OCR results
49
53
  */
@@ -53,37 +57,61 @@ export enum Result {
53
57
  */
54
58
  BARCODE_TEXT = 18,
55
59
  /**
56
- * Contains RFID parsing result with text fields
60
+ * Contains barcode parsing result with graphic fields
57
61
  */
58
- RFID_TEXT = 102,
62
+ BARCODE_GRAPHICS = 19,
59
63
  /**
60
- * Contains lexical data analysis results that allow you to compare MRZ OCR results, Visual zone OCR results, barcodes and RFID chip data for an additional assessment of the authenticity of the document (this is an old format, better use TEXT type)
64
+ * Contains result of document authenticity checks
61
65
  */
62
- LEXICAL_ANALYSIS = 15,
66
+ AUTHENTICITY = 20,
63
67
  /**
64
- * Contains cropped graphic fields from Visual zone
68
+ * Contains image quality check results
65
69
  */
66
- VISUAL_GRAPHICS = 6,
70
+ IMAGE_QUALITY = 30,
67
71
  /**
68
- * Contains barcode parsing result with graphic fields
72
+ * Contains check statuses with details, grouped by source
69
73
  */
70
- BARCODE_GRAPHICS = 19,
74
+ STATUS = 33,
71
75
  /**
72
- * Contains RFID parsing result with graphic fields
76
+ * Contains document textual fields from all sources (mrz, rfid, visual, barcode) with validity and cross-source compare checks
73
77
  */
74
- RFID_GRAPHICS = 103,
78
+ TEXT = 36,
75
79
  /**
76
- * Contains list of document type candidates with their probabilities and descriptions
80
+ * Contains images from all document sources (mrz, rfid, visual, barcode)
77
81
  */
78
- DOCUMENT_TYPE_CANDIDATES = 8,
82
+ IMAGES = 37,
79
83
  /**
80
- * Contains description of determined document type, if any
84
+ * Contains encrypted ResultContainerList
81
85
  */
82
- DOCUMENT_TYPE = 9,
86
+ ENCRYPTED_RCL = 49,
83
87
  /**
84
- * Contains result of document authenticity checks
88
+ * Contains license
89
+ */
90
+ LICENSE = 50,
91
+ /**
92
+ * Contains information about document position on the input image, its center, angle, etc
93
+ */
94
+ DOCUMENT_POSITION = 85,
95
+ /**
96
+ * Contains RFID raw data
97
+ */
98
+ RFID_RAW_DATA = 101,
99
+ /**
100
+ * Contains RFID text results
101
+ */
102
+ RFID_TEXT = 102,
103
+ /**
104
+ * Contains RFID graphic results
105
+ */
106
+ RFID_GRAPHICS = 103,
107
+ /**
108
+ * Contains RFID binary data
109
+ */
110
+ RFID_BINARY_DATA = 104,
111
+ /**
112
+ * Contains RFID original graphics data
85
113
  */
86
- AUTHENTICITY = 20
114
+ RFID_ORIGINAL_GRAPHICS = 105
87
115
  }
88
116
 
89
117
 
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,23 +20,77 @@
20
20
  * @enum {string}
21
21
  */
22
22
  export enum Scenario {
23
+ /**
24
+ * Processing scenario for obtaining MRZ data
25
+ */
23
26
  MRZ = 'Mrz',
27
+ /**
28
+ * Processing scenario for obtaining barcode data
29
+ */
24
30
  BARCODE = 'Barcode',
31
+ /**
32
+ * Processing scenario for detecting document boundaries
33
+ */
25
34
  LOCATE = 'Locate',
35
+ /**
36
+ * Processing scenario for obtaining visual zone OCR results
37
+ */
26
38
  OCR = 'Ocr',
39
+ /**
40
+ * Processing scenario for document type recognition
41
+ */
27
42
  DOCTYPE = 'DocType',
43
+ /**
44
+ * Processing scenario for obtaining MRZ and/or barcode data
45
+ */
28
46
  MRZ_OR_BARCODE = 'MrzOrBarcode',
47
+ /**
48
+ * Processing scenario for detecting document boundaries and/or obtaining MRZ data
49
+ */
29
50
  MRZ_OR_LOCATE = 'MrzOrLocate',
51
+ /**
52
+ * Processing scenario for detecting document boundaries and obtaining MRZ data
53
+ */
30
54
  MRZ_AND_LOCATE = 'MrzAndLocate',
55
+ /**
56
+ * Processing scenario for detecting the document boundaries and obtaining barcode data
57
+ */
58
+ BARCODE_AND_LOCATE = 'BarcodeAndLocate',
59
+ /**
60
+ * Processing scenario for obtaining MRZ data or visual zone OCR results
61
+ */
31
62
  MRZ_OR_OCR = 'MrzOrOcr',
63
+ /**
64
+ * Processing scenario for obtaining MRZ or barcode or visual zone OCR results
65
+ */
32
66
  MRZ_OR_BARCODE_OR_OCR = 'MrzOrBarcodeOrOcr',
67
+ /**
68
+ * Processing scenario for detecting document boundaries and obtaining MRZ data or visual zone OCR results
69
+ */
33
70
  LOCATE_VISUAL_AND_MRZ_OR_OCR = 'LocateVisual_And_MrzOrOcr',
71
+ /**
72
+ * Processing scenario for obtaining all document data
73
+ */
34
74
  FULL_PROCESS = 'FullProcess',
75
+ /**
76
+ * Processing scenario for obtaining all document data and document authentication
77
+ */
35
78
  FULL_AUTH = 'FullAuth',
36
- ID3RUS = 'Id3Rus',
79
+ /**
80
+ * Processing scenario for obtaining data from registration stamps
81
+ */
37
82
  RUS_STAMP = 'RusStamp',
83
+ /**
84
+ * Processing scenario for obtaining OCR results of any image
85
+ */
38
86
  OCR_FREE = 'OcrFree',
87
+ /**
88
+ * Processing scenario for obtaining bank card data
89
+ */
39
90
  CREDIT_CARD = 'CreditCard',
91
+ /**
92
+ * Scenario for obtaining an original image without any processing
93
+ */
40
94
  CAPTURE = 'Capture'
41
95
  }
42
96
 
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,10 +51,10 @@ export interface SecurityFeatureResultAllOf {
51
51
  CriticalFlag?: Critical;
52
52
  /**
53
53
  *
54
- * @type {Array<AreaContainer>}
54
+ * @type {AreaContainer}
55
55
  * @memberof SecurityFeatureResultAllOf
56
56
  */
57
- AreaList?: Array<AreaContainer>;
57
+ AreaList?: AreaContainer;
58
58
  /**
59
59
  *
60
60
  * @type {number}
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,42 +15,191 @@
15
15
 
16
16
 
17
17
  /**
18
- * Enumeration contains identifiers determining type of features for a document authenticity checks
18
+ * Enumeration contains identifiers determining type of features for a document authenticity checks: https://docs.regulaforensics.com/develop/doc-reader-sdk/web-service/development/enums/security-feature-type/
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
22
  export enum SecurityFeatureType {
23
+ /**
24
+ * Blank element
25
+ */
23
26
  BLANK = 0,
27
+ /**
28
+ * Personalization element
29
+ */
24
30
  FILL = 1,
31
+ /**
32
+ * Photo
33
+ */
25
34
  PHOTO = 2,
35
+ /**
36
+ * MRZ
37
+ */
26
38
  MRZ = 3,
39
+ /**
40
+ * False luminescence
41
+ */
27
42
  FALSE_LUMINESCENCE = 4,
43
+ /**
44
+ * Hologram (static)
45
+ */
28
46
  HOLO_SIMPLE = 5,
47
+ /**
48
+ * Hologram (static verify)
49
+ */
29
50
  HOLO_VERIFY_STATIC = 6,
51
+ /**
52
+ * Hologram (static verify multiple)
53
+ */
30
54
  HOLO_VERIFY_MULTI_STATIC = 7,
55
+ /**
56
+ * Hologram (dynamic verify)
57
+ */
31
58
  HOLO_VERIFY_DYNAMIC = 8,
59
+ /**
60
+ * Pattern (non-interrupted)
61
+ */
32
62
  PATTERN_NOT_INTERRUPTED = 9,
63
+ /**
64
+ * Pattern (non-shifted)
65
+ */
33
66
  PATTERN_NOT_SHIFTED = 10,
67
+ /**
68
+ * Pattern (same colors)
69
+ */
34
70
  PATTERN_SAME_COLORS = 11,
71
+ /**
72
+ * Pattern (IR invisible)
73
+ */
35
74
  PATTERN_IR_INVISIBLE = 12,
75
+ /**
76
+ * Photo size
77
+ */
36
78
  PHOTO_SIZE_CHECK = 13,
79
+ /**
80
+ * Main vs ghost portrait comparison
81
+ */
37
82
  PORTRAIT_COMPARISON_VS_GHOST = 14,
83
+ /**
84
+ * Main vs RFID portrait comparison
85
+ */
38
86
  PORTRAIT_COMPARISON_VS_RFID = 15,
87
+ /**
88
+ * Main vs other page portrait comparison
89
+ */
39
90
  PORTRAIT_COMPARISON_VS_VISUAL = 16,
91
+ /**
92
+ * Barcode
93
+ */
40
94
  BARCODE = 17,
95
+ /**
96
+ * Pattern (different line thickness)
97
+ */
41
98
  PATTERN_DIFFERENT_LINES_THICKNESS = 18,
99
+ /**
100
+ * Main vs live camera portrait comparison
101
+ */
42
102
  PORTRAIT_COMPARISON_VS_CAMERA = 19,
103
+ /**
104
+ * RFID vs live camera portrait comparison
105
+ */
43
106
  PORTRAIT_COMPARISON_RFID_VS_CAMERA = 20,
107
+ /**
108
+ * Ghost photo
109
+ */
44
110
  GHOST_PHOTO = 21,
111
+ /**
112
+ * Clear ghost photo
113
+ */
45
114
  CLEAR_GHOST_PHOTO = 22,
115
+ /**
116
+ * Invisible object
117
+ */
46
118
  INVISIBLE_OBJECT = 23,
119
+ /**
120
+ * Low contrast object
121
+ */
47
122
  LOW_CONTRAST_OBJECT = 24,
123
+ /**
124
+ * Photo color check
125
+ */
48
126
  PHOTO_COLOR = 25,
127
+ /**
128
+ * Photo squareness
129
+ */
49
130
  PHOTO_SHAPE = 26,
131
+ /**
132
+ * Photo corners shape
133
+ */
50
134
  PHOTO_CORNERS = 27,
135
+ /**
136
+ * OCR
137
+ */
138
+ OCR = 28,
139
+ /**
140
+ * External vs main portrait comparison
141
+ */
51
142
  PORTRAIT_COMPARISON_EXT_VS_VISUAL = 29,
143
+ /**
144
+ * External vs RFID portrait comparison
145
+ */
52
146
  PORTRAIT_COMPARISON_EXT_VS_RFID = 30,
53
- PORTRAIT_COMPARISON_EXT_VS_CAMERA = 31
147
+ /**
148
+ * External vs live camera portrait comparison
149
+ */
150
+ PORTRAIT_COMPARISON_EXT_VS_CAMERA = 31,
151
+ /**
152
+ * Portrait Depth
153
+ */
154
+ LIVENESS_DEPTH = 32,
155
+ /**
156
+ * Micro text
157
+ */
158
+ MICRO_TEXT = 33,
159
+ /**
160
+ * Fluorescent Object
161
+ */
162
+ FLUORESCENT_OBJECT = 34,
163
+ /**
164
+ * Facial landmarks check
165
+ */
166
+ LANDMARK_CHECK = 35,
167
+ /**
168
+ * Facial image presence
169
+ */
170
+ FACE_PRESENCE = 36,
171
+ /**
172
+ * Facial image absence
173
+ */
174
+ FACE_ABSENCE = 38,
175
+ /**
176
+ * Liveness screen capture
177
+ */
178
+ LIVENESS_SCREEN_CAPTURE = 39,
179
+ /**
180
+ * Liveness electronic device
181
+ */
182
+ LIVENESS_ELECTRONIC_DEVICE = 40,
183
+ /**
184
+ * Liveness OVI
185
+ */
186
+ LIVENESS_OVI = 41,
187
+ /**
188
+ * Barcode size check
189
+ */
190
+ BARCODE_SIZE_CHECK = 42,
191
+ /**
192
+ * LASINK
193
+ */
194
+ LASINK = 43,
195
+ /**
196
+ * Liveness MLI
197
+ */
198
+ LIVENESS_MLI = 44,
199
+ /**
200
+ * Liveness barcode background
201
+ */
202
+ LIVENESS_BARCODE_BACKGROUND = 45
54
203
  }
55
204
 
56
205
 
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,10 +20,25 @@
20
20
  * @enum {string}
21
21
  */
22
22
  export enum Source {
23
+ /**
24
+ * Machine readable zone (MRZ)
25
+ */
23
26
  MRZ = 'MRZ',
27
+ /**
28
+ * Visual zone
29
+ */
24
30
  VISUAL = 'VISUAL',
31
+ /**
32
+ * Barcode
33
+ */
25
34
  BARCODE = 'BARCODE',
35
+ /**
36
+ * RFID
37
+ */
26
38
  RFID = 'RFID',
39
+ /**
40
+ * Magnetic
41
+ */
27
42
  MAGNETIC = 'MAGNETIC'
28
43
  }
29
44
 
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,12 +15,16 @@
15
15
 
16
16
  import { AuthenticityResult } from './authenticity-result';
17
17
  import { ChosenDocumentTypeResult } from './chosen-document-type-result';
18
+ import { DocBarCodeInfo } from './doc-bar-code-info';
18
19
  import { DocumentImageResult } from './document-image-result';
20
+ import { DocumentPositionResult } from './document-position-result';
19
21
  import { DocumentTypesCandidatesResult } from './document-types-candidates-result';
22
+ import { EncryptedRCLResult } from './encrypted-rclresult';
20
23
  import { GraphicsResult } from './graphics-result';
21
24
  import { ImageQualityResult } from './image-quality-result';
22
25
  import { ImagesResult } from './images-result';
23
26
  import { LexicalAnalysisResult } from './lexical-analysis-result';
27
+ import { LicenseResult } from './license-result';
24
28
  import { ResultItem } from './result-item';
25
29
  import { Status } from './status';
26
30
  import { StatusResultAllOf } from './status-result-all-of';
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Regula Document Reader Web API
5
5
  * Documents recognition as easy as reading two bytes. # Clients: * [JavaScript](https://github.com/regulaforensics/DocumentReader-web-js-client) client for the browser and node.js based on axios * [Java](https://github.com/regulaforensics/DocumentReader-web-java-client) client compatible with jvm and android * [Python](https://github.com/regulaforensics/DocumentReader-web-python-client) 3.5+ client * [C#](https://github.com/regulaforensics/DocumentReader-web-csharp-client) client for .NET & .NET Core
6
6
  *
7
- * The version of the OpenAPI document: 5.5.0
7
+ * The version of the OpenAPI document: 6.8.0
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,13 +15,17 @@
15
15
 
16
16
  import { AuthenticityResult } from './authenticity-result';
17
17
  import { ChosenDocumentTypeResult } from './chosen-document-type-result';
18
+ import { DocBarCodeInfo } from './doc-bar-code-info';
18
19
  import { DocVisualExtendedInfo } from './doc-visual-extended-info';
19
20
  import { DocumentImageResult } from './document-image-result';
21
+ import { DocumentPositionResult } from './document-position-result';
20
22
  import { DocumentTypesCandidatesResult } from './document-types-candidates-result';
23
+ import { EncryptedRCLResult } from './encrypted-rclresult';
21
24
  import { GraphicsResult } from './graphics-result';
22
25
  import { ImageQualityResult } from './image-quality-result';
23
26
  import { ImagesResult } from './images-result';
24
27
  import { LexicalAnalysisResult } from './lexical-analysis-result';
28
+ import { LicenseResult } from './license-result';
25
29
  import { ResultItem } from './result-item';
26
30
  import { StatusResult } from './status-result';
27
31
  import { TextDataResultAllOf } from './text-data-result-all-of';