@regulaforensics/document-reader-webclient 5.5.1 → 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 +3 -3
  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).
@@ -25,7 +25,7 @@ export enum TextFieldType {
25
25
  */
26
26
  DOCUMENT_CLASS_CODE = 0,
27
27
  /**
28
- * Issuing country document code in accordance with the standard ISO 3166-1 (ICAO, document 9303)
28
+ * Issuing state code
29
29
  */
30
30
  ISSUING_STATE_CODE = 1,
31
31
  /**
@@ -33,7 +33,7 @@ export enum TextFieldType {
33
33
  */
34
34
  DOCUMENT_NUMBER = 2,
35
35
  /**
36
- * Document expiration date
36
+ * Date of expiry
37
37
  */
38
38
  DATE_OF_EXPIRY = 3,
39
39
  /**
@@ -57,11 +57,11 @@ export enum TextFieldType {
57
57
  */
58
58
  SURNAME = 8,
59
59
  /**
60
- * Given name (names)
60
+ * Given name(s)
61
61
  */
62
- GIVEN_NAME = 9,
62
+ GIVEN_NAMES = 9,
63
63
  /**
64
- * Mother`s name
64
+ * Mother's name
65
65
  */
66
66
  MOTHERS_NAME = 10,
67
67
  /**
@@ -93,7 +93,7 @@ export enum TextFieldType {
93
93
  */
94
94
  ADDRESS = 17,
95
95
  /**
96
- * Donation stamp
96
+ * Donor
97
97
  */
98
98
  DONOR = 18,
99
99
  /**
@@ -101,39 +101,39 @@ export enum TextFieldType {
101
101
  */
102
102
  SOCIAL_SECURITY_NUMBER = 19,
103
103
  /**
104
- * Driving license class
104
+ * DL class
105
105
  */
106
106
  DL_CLASS = 20,
107
107
  /**
108
- * Driving license permission code
108
+ * DL endorsement code
109
109
  */
110
110
  DL_ENDORSED = 21,
111
111
  /**
112
- * Driving license restriction code
112
+ * DL restriction code
113
113
  */
114
114
  DL_RESTRICTION_CODE = 22,
115
115
  /**
116
- * Date when the owner of the document turns 21 years old
116
+ * Date of 21st birthday
117
117
  */
118
118
  DL_UNDER_21_DATE = 23,
119
119
  /**
120
- * Document issuing authority
120
+ * Issuing authority
121
121
  */
122
122
  AUTHORITY = 24,
123
123
  /**
124
- * Full name
124
+ * Surname and given names
125
125
  */
126
126
  SURNAME_AND_GIVEN_NAMES = 25,
127
127
  /**
128
- * Nationality letter code according to standard ISO 3166-1 (ICAO doc 9303)
128
+ * Nationality code
129
129
  */
130
130
  NATIONALITY_CODE = 26,
131
131
  /**
132
- * Passport number (used in visas)
132
+ * Passport number
133
133
  */
134
134
  PASSPORT_NUMBER = 27,
135
135
  /**
136
- * Invitation number (used in visas)
136
+ * Invitation number
137
137
  */
138
138
  INVITATION_NUMBER = 28,
139
139
  /**
@@ -153,15 +153,19 @@ export enum TextFieldType {
153
153
  */
154
154
  MRZ_TYPE = 35,
155
155
  /**
156
- * Full name of the document class
156
+ * Optional data
157
+ */
158
+ OPTIONAL_DATA = 36,
159
+ /**
160
+ * Document class name
157
161
  */
158
162
  DOCUMENT_CLASS_NAME = 37,
159
163
  /**
160
- * Full name of issuing state
164
+ * Issuing state name
161
165
  */
162
166
  ISSUING_STATE_NAME = 38,
163
167
  /**
164
- * Place of document issue
168
+ * Place of issue
165
169
  */
166
170
  PLACE_OF_ISSUE = 39,
167
171
  /**
@@ -173,7 +177,7 @@ export enum TextFieldType {
173
177
  */
174
178
  DATE_OF_BIRTH_CHECKSUM = 41,
175
179
  /**
176
- * Date of document expiration checksum
180
+ * Date of expiry checksum
177
181
  */
178
182
  DATE_OF_EXPIRY_CHECKSUM = 42,
179
183
  /**
@@ -185,27 +189,27 @@ export enum TextFieldType {
185
189
  */
186
190
  FINAL_CHECKSUM = 44,
187
191
  /**
188
- * Passport number checksum (used in visas)
192
+ * Passport number checksum
189
193
  */
190
194
  PASSPORT_NUMBER_CHECKSUM = 45,
191
195
  /**
192
- * Invitation number checksum (used in visas)
196
+ * Invitation number checksum
193
197
  */
194
198
  INVITATION_NUMBER_CHECKSUM = 46,
195
199
  /**
196
- * Visa identification number checksum
200
+ * Visa ID checksum
197
201
  */
198
202
  VISA_ID_CHECKSUM = 47,
199
203
  /**
200
- * Full name checksum
204
+ * Surname and given names checksum
201
205
  */
202
- SURNAME_AND_GIVEN_NAME_CHECKSUM = 48,
206
+ SURNAME_AND_GIVEN_NAMES_CHECKSUM = 48,
203
207
  /**
204
- * Visa expiration date checksum
208
+ * Visa valid until checksum
205
209
  */
206
210
  VISA_VALID_UNTIL_CHECKSUM = 49,
207
211
  /**
208
- * Other information
212
+ * Other
209
213
  */
210
214
  OTHER = 50,
211
215
  /**
@@ -221,11 +225,11 @@ export enum TextFieldType {
221
225
  */
222
226
  NAME_PREFIX = 53,
223
227
  /**
224
- * Checksum for the date of issue of the document
228
+ * Date of issue checksum
225
229
  */
226
230
  DATE_OF_ISSUE_CHECKSUM = 54,
227
231
  /**
228
- * Check digit for or the date of issue of the document
232
+ * Date of issue check digit
229
233
  */
230
234
  DATE_OF_ISSUE_CHECK_DIGIT = 55,
231
235
  /**
@@ -233,7 +237,7 @@ export enum TextFieldType {
233
237
  */
234
238
  DOCUMENT_SERIES = 56,
235
239
  /**
236
- * Vehicle registration certificate number
240
+ * Registration number
237
241
  */
238
242
  REG_CERT_REG_NUMBER = 57,
239
243
  /**
@@ -253,31 +257,31 @@ export enum TextFieldType {
253
257
  */
254
258
  REG_CERT_CAR_TYPE = 61,
255
259
  /**
256
- * Vehicle GVWR
260
+ * Max permissible weight
257
261
  */
258
262
  REG_CERT_MAX_WEIGHT = 62,
259
263
  /**
260
- * Vehicle unladen weight
264
+ * Unladen mass
261
265
  */
262
266
  REG_CERT_WEIGHT = 63,
263
267
  /**
264
- * Address (region)
268
+ * Address: area
265
269
  */
266
270
  ADDRESS_AREA = 64,
267
271
  /**
268
- * Address (state)
272
+ * Address: state
269
273
  */
270
274
  ADDRESS_STATE = 65,
271
275
  /**
272
- * Address (building number)
276
+ * Address: building
273
277
  */
274
278
  ADDRESS_BUILDING = 66,
275
279
  /**
276
- * Address (house number)
280
+ * Address: house
277
281
  */
278
282
  ADDRESS_HOUSE = 67,
279
283
  /**
280
- * Address (flat number)
284
+ * Address: flat
281
285
  */
282
286
  ADDRESS_FLAT = 68,
283
287
  /**
@@ -289,11 +293,11 @@ export enum TextFieldType {
289
293
  */
290
294
  DATE_OF_REGISTRATION = 70,
291
295
  /**
292
- * Start date of residence
296
+ * Resident from
293
297
  */
294
298
  RESIDENT_FROM = 71,
295
299
  /**
296
- * End date of residence
300
+ * Resident until
297
301
  */
298
302
  RESIDENT_UNTIL = 72,
299
303
  /**
@@ -301,75 +305,75 @@ export enum TextFieldType {
301
305
  */
302
306
  AUTHORITY_CODE = 73,
303
307
  /**
304
- * Place of birth address (region)
308
+ * Place of birth: area
305
309
  */
306
310
  PLACE_OF_BIRTH_AREA = 74,
307
311
  /**
308
- * Place of birth address (state code)
312
+ * Place of birth: state code
309
313
  */
310
314
  PLACE_OF_BIRTH_STATE_CODE = 75,
311
315
  /**
312
- * Address (street)
316
+ * Address: street
313
317
  */
314
318
  ADDRESS_STREET = 76,
315
319
  /**
316
- * Address (city)
320
+ * Address: city
317
321
  */
318
322
  ADDRESS_CITY = 77,
319
323
  /**
320
- * Address (tax code)
324
+ * Address: jurisdiction code
321
325
  */
322
326
  ADDRESS_JURISDICTION_CODE = 78,
323
327
  /**
324
- * Address (postal code)
328
+ * Address: postal code
325
329
  */
326
330
  ADDRESS_POSTAL_CODE = 79,
327
331
  /**
328
- * Check digit for document number
332
+ * Document number check digit
329
333
  */
330
334
  DOCUMENT_NUMBER_CHECK_DIGIT = 80,
331
335
  /**
332
- * Check digit for date of birth
336
+ * Date of birth check digit
333
337
  */
334
338
  DATE_OF_BIRTH_CHECK_DIGIT = 81,
335
339
  /**
336
- * Check digit for date of expiry
340
+ * Date of expiry check digit
337
341
  */
338
342
  DATE_OF_EXPIRY_CHECK_DIGIT = 82,
339
343
  /**
340
- * Check digit for personal number
344
+ * Personal number check digit
341
345
  */
342
346
  PERSONAL_NUMBER_CHECK_DIGIT = 83,
343
347
  /**
344
- * Final check digit for all MRZ
348
+ * Final check digit
345
349
  */
346
350
  FINAL_CHECK_DIGIT = 84,
347
351
  /**
348
- * Check digit for passport number (used in visas)
352
+ * Passport number check digit
349
353
  */
350
354
  PASSPORT_NUMBER_CHECK_DIGIT = 85,
351
355
  /**
352
- * Check digit for invitation number (used in visas)
356
+ * Invitation number check digit
353
357
  */
354
358
  INVITATION_NUMBER_CHECK_DIGIT = 86,
355
359
  /**
356
- * Check digit for visa identification number
360
+ * Visa ID check digit
357
361
  */
358
362
  VISA_ID_CHECK_DIGIT = 87,
359
363
  /**
360
- * Check digit for full name
364
+ * Surname and given names check digit
361
365
  */
362
366
  SURNAME_AND_GIVEN_NAMES_CHECK_DIGIT = 88,
363
367
  /**
364
- * Check digit for visa expiration date
368
+ * Visa valid until check digit
365
369
  */
366
370
  VISA_VALID_UNTIL_CHECK_DIGIT = 89,
367
371
  /**
368
- * Permit type
372
+ * Permit class
369
373
  */
370
374
  PERMIT_DL_CLASS = 90,
371
375
  /**
372
- * Permit expiration date
376
+ * Permit expiry date
373
377
  */
374
378
  PERMIT_DATE_OF_EXPIRY = 91,
375
379
  /**
@@ -381,15 +385,15 @@ export enum TextFieldType {
381
385
  */
382
386
  PERMIT_DATE_OF_ISSUE = 93,
383
387
  /**
384
- * Driving restriction code
388
+ * Permit restriction code
385
389
  */
386
390
  PERMIT_RESTRICTION_CODE = 94,
387
391
  /**
388
- * Driving permit code
392
+ * Permit endorsement code
389
393
  */
390
394
  PERMIT_ENDORSED = 95,
391
395
  /**
392
- * A string that is used to validate a document against a database
396
+ * Issue timestamp
393
397
  */
394
398
  ISSUE_TIMESTAMP = 96,
395
399
  /**
@@ -401,7 +405,7 @@ export enum TextFieldType {
401
405
  */
402
406
  MEDICAL_INDICATOR_CODES = 98,
403
407
  /**
404
- * Non resident stamp
408
+ * Non-resident indicator
405
409
  */
406
410
  NON_RESIDENT_INDICATOR = 99,
407
411
  /**
@@ -409,15 +413,15 @@ export enum TextFieldType {
409
413
  */
410
414
  VISA_TYPE = 100,
411
415
  /**
412
- * Visa valid-from date
416
+ * Visa valid from
413
417
  */
414
418
  VISA_VALID_FROM = 101,
415
419
  /**
416
- * Visa valid-until date
420
+ * Visa valid until
417
421
  */
418
422
  VISA_VALID_UNTIL = 102,
419
423
  /**
420
- * Duration of stay on visa
424
+ * Duration of stay
421
425
  */
422
426
  DURATION_OF_STAY = 103,
423
427
  /**
@@ -425,15 +429,15 @@ export enum TextFieldType {
425
429
  */
426
430
  NUMBER_OF_ENTRIES = 104,
427
431
  /**
428
- * Day in date
432
+ * Day
429
433
  */
430
434
  DAY = 105,
431
435
  /**
432
- * Month in date
436
+ * Month
433
437
  */
434
438
  MONTH = 106,
435
439
  /**
436
- * Year in date
440
+ * Year
437
441
  */
438
442
  YEAR = 107,
439
443
  /**
@@ -445,47 +449,47 @@ export enum TextFieldType {
445
449
  */
446
450
  COMMERCIAL_VEHICLE_CODES = 109,
447
451
  /**
448
- * Also known as (date of birth)
452
+ * AKA: date of birth
449
453
  */
450
454
  AKA_DATE_OF_BIRTH = 110,
451
455
  /**
452
- * Also known as (social security number)
456
+ * AKA: social insurance number
453
457
  */
454
458
  AKA_SOCIAL_SECURITY_NUMBER = 111,
455
459
  /**
456
- * Also known as (last name)
460
+ * AKA: surname
457
461
  */
458
462
  AKA_SURNAME = 112,
459
463
  /**
460
- * Also known as (first name)
464
+ * AKA: given name(s)
461
465
  */
462
466
  AKA_GIVEN_NAMES = 113,
463
467
  /**
464
- * Also known as (name suffix)
468
+ * AKA: name suffix
465
469
  */
466
470
  AKA_NAME_SUFFIX = 114,
467
471
  /**
468
- * Also known as (name prefix)
472
+ * AKA: name prefix
469
473
  */
470
474
  AKA_NAME_PREFIX = 115,
471
475
  /**
472
- * Postal address (street)
476
+ * Mailing address: street
473
477
  */
474
478
  MAILING_ADDRESS_STREET = 116,
475
479
  /**
476
- * Postal address (city)
480
+ * Mailing address: city
477
481
  */
478
482
  MAILING_ADDRESS_CITY = 117,
479
483
  /**
480
- * Postal address (tax code)
484
+ * Mailing address: jurisdiction code
481
485
  */
482
486
  MAILING_ADDRESS_JURISDICTION_CODE = 118,
483
487
  /**
484
- * Postal address (zip)
488
+ * Mailing address: postal code
485
489
  */
486
490
  MAILING_ADDRESS_POSTAL_CODE = 119,
487
491
  /**
488
- * Driver license validation number
492
+ * Number for validation
489
493
  */
490
494
  AUDIT_INFORMATION = 120,
491
495
  /**
@@ -497,75 +501,75 @@ export enum TextFieldType {
497
501
  */
498
502
  RACE_ETHNICITY = 122,
499
503
  /**
500
- * Vehicle legal class
504
+ * Jurisdiction vehicle class
501
505
  */
502
506
  JURISDICTION_VEHICLE_CLASS = 123,
503
507
  /**
504
- * Legal permission code
508
+ * Jurisdiction endorsement code
505
509
  */
506
510
  JURISDICTION_ENDORSEMENT_CODE = 124,
507
511
  /**
508
- * Legal restriction code
512
+ * Jurisdiction restriction code
509
513
  */
510
514
  JURISDICTION_RESTRICTION_CODE = 125,
511
515
  /**
512
- * Surname and (or) name at birth
516
+ * Family name
513
517
  */
514
518
  FAMILY_NAME = 126,
515
519
  /**
516
- * Name (russian transcription)
520
+ * Given name(s) (national)
517
521
  */
518
522
  GIVEN_NAMES_RUS = 127,
519
523
  /**
520
- * Visa identification number (russian transcription)
524
+ * Visa ID (national)
521
525
  */
522
526
  VISA_ID_RUS = 128,
523
527
  /**
524
- * Father`s name
528
+ * Father's name
525
529
  */
526
530
  FATHERS_NAME = 129,
527
531
  /**
528
- * Father`s name (russian transcription)
532
+ * Father's name (national)
529
533
  */
530
534
  FATHERS_NAME_RUS = 130,
531
535
  /**
532
- * Full name (russian transcription)
536
+ * Surname and given names (national)
533
537
  */
534
- SURNAME_AND_GIVEN_NAME_RUS = 131,
538
+ SURNAME_AND_GIVEN_NAMES_RUS = 131,
535
539
  /**
536
- * Place of birth (russian transcription)
540
+ * Place of birth (national)
537
541
  */
538
542
  PLACE_OF_BIRTH_RUS = 132,
539
543
  /**
540
- * Issuing authority (russian transcription)
544
+ * Issuing authority (national)
541
545
  */
542
546
  AUTHORITY_RUS = 133,
543
547
  /**
544
- * Digital code of the state of issue of the document in accordance with ISO 3166-1 (ICAO Doc 9303)
548
+ * Issuing state code (numeric)
545
549
  */
546
550
  ISSUING_STATE_CODE_NUMERIC = 134,
547
551
  /**
548
- * Digital code of nationality in accordance with ISO 3166-1 (ICAO Doc 9303)
552
+ * Nationality code (numeric)
549
553
  */
550
554
  NATIONALITY_CODE_NUMERIC = 135,
551
555
  /**
552
- * Vehicle engine power
556
+ * Engine power
553
557
  */
554
558
  ENGINE_POWER = 136,
555
559
  /**
556
- * Vehicle engine volume
560
+ * Engine volume
557
561
  */
558
562
  ENGINE_VOLUME = 137,
559
563
  /**
560
- * Vehicle chassis number
564
+ * Chassis number
561
565
  */
562
566
  CHASSIS_NUMBER = 138,
563
567
  /**
564
- * Vehicle engine number
568
+ * Engine number
565
569
  */
566
570
  ENGINE_NUMBER = 139,
567
571
  /**
568
- * Vehicle engine model
572
+ * Engine model
569
573
  */
570
574
  ENGINE_MODEL = 140,
571
575
  /**
@@ -581,11 +585,11 @@ export enum TextFieldType {
581
585
  */
582
586
  CONTROL_NUMBER = 143,
583
587
  /**
584
- * Parent names
588
+ * Parents' given names
585
589
  */
586
590
  PARENTS_GIVEN_NAMES = 144,
587
591
  /**
588
- * Second last name
592
+ * Second surname
589
593
  */
590
594
  SECOND_SURNAME = 145,
591
595
  /**
@@ -597,51 +601,51 @@ export enum TextFieldType {
597
601
  */
598
602
  REG_CERT_VIN = 147,
599
603
  /**
600
- * Check digit for vehicle identification number
604
+ * VIN check digit
601
605
  */
602
606
  REG_CERT_VIN_CHECK_DIGIT = 148,
603
607
  /**
604
- * Checksum for vehicle identification number
608
+ * VIN checksum
605
609
  */
606
610
  REG_CERT_VIN_CHECKSUM = 149,
607
611
  /**
608
- * Check digit of the first line of the MRZ
612
+ * Line 1 check digit
609
613
  */
610
614
  LINE_1_CHECK_DIGIT = 150,
611
615
  /**
612
- * Check digit of the second line of the MRZ
616
+ * Line 2 check digit
613
617
  */
614
618
  LINE_2_CHECK_DIGIT = 151,
615
619
  /**
616
- * Check digit of the third line of the MRZ
620
+ * Line 3 check digit
617
621
  */
618
622
  LINE_3_CHECK_DIGIT = 152,
619
623
  /**
620
- * Checksum of the first line of the MRZ
624
+ * Line 1 checksum
621
625
  */
622
626
  LINE_1_CHECKSUM = 153,
623
627
  /**
624
- * Checksum of the second line of the MRZ
628
+ * Line 2 checksum
625
629
  */
626
630
  LINE_2_CHECKSUM = 154,
627
631
  /**
628
- * Checksum of the third line of the MRZ
632
+ * Line 3 checksum
629
633
  */
630
634
  LINE_3_CHECKSUM = 155,
631
635
  /**
632
- * Check digit of the vehicle registration number
636
+ * Registration number check digit
633
637
  */
634
638
  REG_CERT_REG_NUMBER_CHECK_DIGIT = 156,
635
639
  /**
636
- * Checksum of the vehicle registration number
640
+ * Registration number checksum
637
641
  */
638
642
  REG_CERT_REG_NUMBER_CHECKSUM = 157,
639
643
  /**
640
- * Vehicle code in accordance with ITS (Intelligent Transport System)
644
+ * Vehicle ITS code
641
645
  */
642
646
  REG_CERT_VEHICLE_ITS_CODE = 158,
643
647
  /**
644
- * Card number for access to the RFID chip
648
+ * Card access number
645
649
  */
646
650
  CARD_ACCESS_NUMBER = 159,
647
651
  /**
@@ -657,11 +661,11 @@ export enum TextFieldType {
657
661
  */
658
662
  SPECIAL_NOTES = 162,
659
663
  /**
660
- * Spouse`s last name
664
+ * Spouse's surname
661
665
  */
662
666
  SURNAME_OF_SPOUSE = 163,
663
667
  /**
664
- * Document status tracking number
668
+ * Tracking number
665
669
  */
666
670
  TRACKING_NUMBER = 164,
667
671
  /**
@@ -673,9 +677,9 @@ export enum TextFieldType {
673
677
  */
674
678
  CHILDREN = 166,
675
679
  /**
676
- * Copy number
680
+ * Copy
677
681
  */
678
- COPY_NUMBER = 167,
682
+ COPY = 167,
679
683
  /**
680
684
  * Serial number
681
685
  */
@@ -685,7 +689,7 @@ export enum TextFieldType {
685
689
  */
686
690
  DOSSIER_NUMBER = 169,
687
691
  /**
688
- * Also known as (full name)
692
+ * AKA: surname and given names
689
693
  */
690
694
  AKA_SURNAME_AND_GIVEN_NAMES = 170,
691
695
  /**
@@ -693,31 +697,31 @@ export enum TextFieldType {
693
697
  */
694
698
  TERRITORIAL_VALIDITY = 171,
695
699
  /**
696
- * MRZ strings with correct checksums (calculated)
700
+ * MRZ strings with correct checksums
697
701
  */
698
702
  MRZ_STRINGS_WITH_CORRECT_CHECK_SUMS = 172,
699
703
  /**
700
- * Restriction code for commercial driving license
704
+ * CDL restriction code
701
705
  */
702
706
  DL_CDL_RESTRICTION_CODE = 173,
703
707
  /**
704
- * Date the document holder turns 18 years old
708
+ * Date of 18th birthday
705
709
  */
706
710
  DL_UNDER_18_DATE = 174,
707
711
  /**
708
- * Record creation date
712
+ * DL record created
709
713
  */
710
714
  DL_RECORD_CREATED = 175,
711
715
  /**
712
- * Duplicate creation date
716
+ * DL date of duplicate issue
713
717
  */
714
718
  DL_DUPLICATE_DATE = 176,
715
719
  /**
716
- * Driving license type
720
+ * Card type
717
721
  */
718
722
  DL_ISSUE_TYPE = 177,
719
723
  /**
720
- * Military card number
724
+ * Military ID number
721
725
  */
722
726
  MILITARY_BOOK_NUMBER = 178,
723
727
  /**
@@ -725,7 +729,7 @@ export enum TextFieldType {
725
729
  */
726
730
  DESTINATION = 179,
727
731
  /**
728
- * Blood type
732
+ * Blood group
729
733
  */
730
734
  BLOOD_GROUP = 180,
731
735
  /**
@@ -733,11 +737,11 @@ export enum TextFieldType {
733
737
  */
734
738
  SEQUENCE_NUMBER = 181,
735
739
  /**
736
- * Vehicle body type
740
+ * Body type
737
741
  */
738
742
  REG_CERT_BODY_TYPE = 182,
739
743
  /**
740
- * Make of vehicle
744
+ * Vehicle make
741
745
  */
742
746
  REG_CERT_CAR_MARK = 183,
743
747
  /**
@@ -749,23 +753,23 @@ export enum TextFieldType {
749
753
  */
750
754
  AGE = 185,
751
755
  /**
752
- * Registration number (document on the record-keeping system)
756
+ * Folio number
753
757
  */
754
758
  FOLIO_NUMBER = 186,
755
759
  /**
756
- * Voter personal number
760
+ * Voter key
757
761
  */
758
762
  VOTER_KEY = 187,
759
763
  /**
760
- * Address (municipality)
764
+ * Address: municipality
761
765
  */
762
766
  ADDRESS_MUNICIPALITY = 188,
763
767
  /**
764
- * Address (locality)
768
+ * Address: location
765
769
  */
766
770
  ADDRESS_LOCATION = 189,
767
771
  /**
768
- * Domain/sector
772
+ * Section
769
773
  */
770
774
  SECTION = 190,
771
775
  /**
@@ -805,7 +809,7 @@ export enum TextFieldType {
805
809
  */
806
810
  VOTER = 199,
807
811
  /**
808
- * Type/number of previous document
812
+ * Type of the previous document
809
813
  */
810
814
  PREVIOUS_TYPE = 200,
811
815
  /**
@@ -817,15 +821,15 @@ export enum TextFieldType {
817
821
  */
818
822
  CURRENT_DATE = 221,
819
823
  /**
820
- * Status expiration date
824
+ * Status date of expiry
821
825
  */
822
826
  STATUS_DATE_OF_EXPIRY = 251,
823
827
  /**
824
- * bank note number
828
+ * Banknote number
825
829
  */
826
- BANK_NOTE_NUMBER = 252,
830
+ BANKNOTE_NUMBER = 252,
827
831
  /**
828
- * Code of customer service center
832
+ * CSC code
829
833
  */
830
834
  CSC_CODE = 253,
831
835
  /**
@@ -833,63 +837,63 @@ export enum TextFieldType {
833
837
  */
834
838
  ARTISTIC_NAME = 254,
835
839
  /**
836
- * Academic rank
840
+ * Academic title
837
841
  */
838
842
  ACADEMIC_TITLE = 255,
839
843
  /**
840
- * Address (country)
844
+ * Address country
841
845
  */
842
846
  ADDRESS_COUNTRY = 256,
843
847
  /**
844
- * Address (zip)
848
+ * Address ZIP code
845
849
  */
846
850
  ADDRESS_ZIP_CODE = 257,
847
851
  /**
848
- * Information on a permit for permanent residence 1 (field for eID)
852
+ * eID residence permit 1
849
853
  */
850
854
  E_ID_RESIDENCE_PERMIT_1 = 258,
851
855
  /**
852
- * Information on a permit for permanent residence 2 (field for eID)
856
+ * eID residence permit 2
853
857
  */
854
858
  E_ID_RESIDENCE_PERMIT_2 = 259,
855
859
  /**
856
- * Place of birth address: street (field for eID)
860
+ * eID place of birth: street
857
861
  */
858
862
  E_ID_PLACE_OF_BIRTH_STREET = 260,
859
863
  /**
860
- * Place of birth address: city (field for eID)
864
+ * eID place of birth: city
861
865
  */
862
866
  E_ID_PLACE_OF_BIRTH_CITY = 261,
863
867
  /**
864
- * Place of birth address: state (field for eID)
868
+ * eID place of birth: state
865
869
  */
866
870
  E_ID_PLACE_OF_BIRTH_STATE = 262,
867
871
  /**
868
- * Place of birth address: country (field for eID)
872
+ * eID place of birth: country
869
873
  */
870
874
  E_ID_PLACE_OF_BIRTH_COUNTRY = 263,
871
875
  /**
872
- * Place of birth address: zip (field for eID)
876
+ * eID place of birth: postal code
873
877
  */
874
878
  E_ID_PLACE_OF_BIRTH_ZIP_CODE = 264,
875
879
  /**
876
- * Commercial driving license class
880
+ * CDL class
877
881
  */
878
882
  CDL_CLASS = 265,
879
883
  /**
880
- * Date when the holder of the document is 19 years old
884
+ * Date of 19th birthday
881
885
  */
882
886
  DL_UNDER_19_DATE = 266,
883
887
  /**
884
- * Weight (pounds)
888
+ * Weight (pound)
885
889
  */
886
890
  WEIGHT_POUNDS = 267,
887
891
  /**
888
- * Document expiration indicator
892
+ * Indicator of document limited duration
889
893
  */
890
894
  LIMITED_DURATION_DOCUMENT_INDICATOR = 268,
891
895
  /**
892
- * Driving license permit
896
+ * Endorsement expiration date
893
897
  */
894
898
  ENDORSEMENT_EXPIRATION_DATE = 269,
895
899
  /**
@@ -901,15 +905,15 @@ export enum TextFieldType {
901
905
  */
902
906
  COMPLIANCE_TYPE = 271,
903
907
  /**
904
- * Abbreviated last name
908
+ * Family name truncation
905
909
  */
906
910
  FAMILY_NAME_TRUNCATION = 272,
907
911
  /**
908
- * Abbreviated first name
912
+ * First name truncation
909
913
  */
910
914
  FIRST_NAME_TRUNCATION = 273,
911
915
  /**
912
- * Abbreviated middle name
916
+ * Middle name truncation
913
917
  */
914
918
  MIDDLE_NAME_TRUNCATION = 274,
915
919
  /**
@@ -925,19 +929,19 @@ export enum TextFieldType {
925
929
  */
926
930
  DEPARTMENT = 277,
927
931
  /**
928
- * Salary level
932
+ * Pay grade
929
933
  */
930
934
  PAY_GRADE = 278,
931
935
  /**
932
- * Rank/status/title
936
+ * Rank
933
937
  */
934
938
  RANK = 279,
935
939
  /**
936
- * Number confirming the right to receive benefits
940
+ * Benefits number
937
941
  */
938
942
  BENEFITS_NUMBER = 280,
939
943
  /**
940
- * Type of armed forces in which sponsor serves
944
+ * Sponsor service
941
945
  */
942
946
  SPONSOR_SERVICE = 281,
943
947
  /**
@@ -949,11 +953,11 @@ export enum TextFieldType {
949
953
  */
950
954
  SPONSOR = 283,
951
955
  /**
952
- * Degree of kindred
956
+ * Relationship
953
957
  */
954
958
  RELATIONSHIP = 284,
955
959
  /**
956
- * US Citizenship and Immigration Services Alien Registration Number
960
+ * USCIS
957
961
  */
958
962
  USCIS = 285,
959
963
  /**
@@ -961,103 +965,103 @@ export enum TextFieldType {
961
965
  */
962
966
  CATEGORY = 286,
963
967
  /**
964
- * Remainder term
968
+ * Conditions
965
969
  */
966
970
  CONDITIONS = 287,
967
971
  /**
968
- * Conditions
972
+ * Identifier
969
973
  */
970
974
  IDENTIFIER = 288,
971
975
  /**
972
- * Identifier
976
+ * Configuration
973
977
  */
974
978
  CONFIGURATION = 289,
975
979
  /**
976
- * Configuration
980
+ * Discretionary data
977
981
  */
978
982
  DISCRETIONARY_DATA = 290,
979
983
  /**
980
- * Optional data
984
+ * Line 1 optional data
981
985
  */
982
986
  LINE_1_OPTIONAL_DATA = 291,
983
987
  /**
984
- * Optional data from MRZ first line
988
+ * Line 2 optional data
985
989
  */
986
990
  LINE_2_OPTIONAL_DATA = 292,
987
991
  /**
988
- * Optional data from MRZ second line
992
+ * Line 3 optional data
989
993
  */
990
994
  LINE_3_OPTIONAL_DATA = 293,
991
995
  /**
992
- * Optional data from MRZ third line
996
+ * EQV code
993
997
  */
994
998
  EQV_CODE = 294,
995
999
  /**
996
- * EQV-code
1000
+ * ALT code
997
1001
  */
998
1002
  ALT_CODE = 295,
999
1003
  /**
1000
- * ALT-code
1004
+ * Binary code
1001
1005
  */
1002
1006
  BINARY_CODE = 296,
1003
1007
  /**
1004
- * Binary code
1008
+ * Pseudo code
1005
1009
  */
1006
1010
  PSEUDO_CODE = 297,
1007
1011
  /**
1008
- * Pseudo code
1012
+ * Fee
1009
1013
  */
1010
1014
  FEE = 298,
1011
1015
  /**
1012
- * Fee
1016
+ * Stamp number
1013
1017
  */
1014
1018
  STAMP_NUMBER = 299,
1015
1019
  /**
1016
- * Stamp number
1020
+ * SBH security options
1017
1021
  */
1018
1022
  SBH_SECURITY_OPTIONS = 300,
1019
1023
  /**
1020
- * Biometric data protection settings
1024
+ * SBH integrity options
1021
1025
  */
1022
1026
  SBH_INTEGRITY_OPTIONS = 301,
1023
1027
  /**
1024
- * Biometric data integrity parameters
1028
+ * Date of creation
1025
1029
  */
1026
1030
  DATE_OF_CREATION = 302,
1027
1031
  /**
1028
- * Biometric data creation date
1032
+ * Validity period
1029
1033
  */
1030
1034
  VALIDITY_PERIOD = 303,
1031
1035
  /**
1032
- * Biometric data validity period
1036
+ * Patron header version
1033
1037
  */
1034
1038
  PATRON_HEADER_VERSION = 304,
1035
1039
  /**
1036
- * Biometric data header format version
1040
+ * BDB type
1037
1041
  */
1038
1042
  BDB_TYPE = 305,
1039
1043
  /**
1040
- * Biometric data record type
1044
+ * Biometric type
1041
1045
  */
1042
1046
  BIOMETRIC_TYPE = 306,
1043
1047
  /**
1044
- * Biometric data type
1048
+ * Biometric subtype
1045
1049
  */
1046
1050
  BIOMETRIC_SUBTYPE = 307,
1047
1051
  /**
1048
- * Biometric data subtype
1052
+ * Biometric product ID
1049
1053
  */
1050
1054
  BIOMETRIC_PRODUCT_ID = 308,
1051
1055
  /**
1052
- * Biometric data id
1056
+ * Biometric format owner
1053
1057
  */
1054
1058
  BIOMETRIC_FORMAT_OWNER = 309,
1055
1059
  /**
1056
- * Biometric data format
1060
+ * Biometric format type
1057
1061
  */
1058
1062
  BIOMETRIC_FORMAT_TYPE = 310,
1059
1063
  /**
1060
- * Phone number
1064
+ * Phone
1061
1065
  */
1062
1066
  PHONE = 311,
1063
1067
  /**
@@ -1065,15 +1069,15 @@ export enum TextFieldType {
1065
1069
  */
1066
1070
  PROFESSION = 312,
1067
1071
  /**
1068
- * Job position
1072
+ * Position
1069
1073
  */
1070
1074
  TITLE = 313,
1071
1075
  /**
1072
- * Common personal data
1076
+ * Personal data summary
1073
1077
  */
1074
1078
  PERSONAL_SUMMARY = 314,
1075
1079
  /**
1076
- * Other valid identifier
1080
+ * Other valid ID
1077
1081
  */
1078
1082
  OTHER_VALID_ID = 315,
1079
1083
  /**
@@ -1085,63 +1089,63 @@ export enum TextFieldType {
1085
1089
  */
1086
1090
  OTHER_NAME = 317,
1087
1091
  /**
1088
- * Additional data
1092
+ * Observations
1089
1093
  */
1090
1094
  OBSERVATIONS = 318,
1091
1095
  /**
1092
- * Tax information
1096
+ * Tax
1093
1097
  */
1094
1098
  TAX = 319,
1095
1099
  /**
1096
- * Document personalization date
1100
+ * Personalization date
1097
1101
  */
1098
1102
  DATE_OF_PERSONALIZATION = 320,
1099
1103
  /**
1100
- * Personalization serial number
1104
+ * Personalization SN
1101
1105
  */
1102
1106
  PERSONALIZATION_SN = 321,
1103
1107
  /**
1104
- * Record creation date
1108
+ * Other person name
1105
1109
  */
1106
- DATE_OF_RECORD = 322,
1110
+ OTHER_PERSON_NAME = 322,
1107
1111
  /**
1108
- * Date of creation of a record of persons for notification in case of unforeseen situations
1112
+ * Notify person: date of record
1109
1113
  */
1110
1114
  PERSON_TO_NOTIFY_DATE_OF_RECORD = 323,
1111
1115
  /**
1112
- * Person name for contingency notification
1116
+ * Notify person: name
1113
1117
  */
1114
1118
  PERSON_TO_NOTIFY_NAME = 324,
1115
1119
  /**
1116
- * Person phone for contingency notification
1120
+ * Notify person: phone
1117
1121
  */
1118
1122
  PERSON_TO_NOTIFY_PHONE = 325,
1119
1123
  /**
1120
- * Person address for contingency notification
1124
+ * Notify person: address
1121
1125
  */
1122
1126
  PERSON_TO_NOTIFY_ADDRESS = 326,
1123
1127
  /**
1124
- * Text details of the organization issuing the DS certificate
1128
+ * DS certificate issuer
1125
1129
  */
1126
1130
  DS_CERTIFICATE_ISSUER = 327,
1127
1131
  /**
1128
- * Text details of the organization issuing the document
1132
+ * DS certificate subject
1129
1133
  */
1130
1134
  DS_CERTIFICATE_SUBJECT = 328,
1131
1135
  /**
1132
- * DS-certificate start date
1136
+ * DS certificate valid from
1133
1137
  */
1134
1138
  DS_CERTIFICATE_VALID_FROM = 329,
1135
1139
  /**
1136
- * DS-certificate expiration date
1140
+ * DS certificate valid to
1137
1141
  */
1138
1142
  DS_CERTIFICATE_VALID_TO = 330,
1139
1143
  /**
1140
- * Vehicle category/restriction/conditions from data group DG1 of the eDL application
1144
+ * Vehicle data from the DG1 data group
1141
1145
  */
1142
1146
  VRC_DATA_OBJECT_ENTRY = 331,
1143
1147
  /**
1144
- * Type confirmation number
1148
+ * Type of approval number
1145
1149
  */
1146
1150
  TYPE_APPROVAL_NUMBER = 332,
1147
1151
  /**
@@ -1157,11 +1161,11 @@ export enum TextFieldType {
1157
1161
  */
1158
1162
  DATA_DISCRIMINATOR = 335,
1159
1163
  /**
1160
- * ISO issuer identifier
1164
+ * ID number of ISO issuer
1161
1165
  */
1162
1166
  ISO_ISSUER_ID_NUMBER = 336,
1163
1167
  /**
1164
- * The Garda National Immigration Bureau registration number
1168
+ * GNIB number
1165
1169
  */
1166
1170
  GNIB_NUMBER = 340,
1167
1171
  /**
@@ -1177,47 +1181,47 @@ export enum TextFieldType {
1177
1181
  */
1178
1182
  ALLERGIES = 343,
1179
1183
  /**
1180
- * Sp-code
1184
+ * Special code
1181
1185
  */
1182
1186
  SP_CODE = 344,
1183
1187
  /**
1184
- * Court restriction code
1188
+ * Court code
1185
1189
  */
1186
1190
  COURT_CODE = 345,
1187
1191
  /**
1188
- * County code
1192
+ * County
1189
1193
  */
1190
1194
  CTY = 346,
1191
1195
  /**
1192
- * Sponsor social security number
1196
+ * Sponsor SSN
1193
1197
  */
1194
1198
  SPONSOR_SSN = 347,
1195
1199
  /**
1196
- * Military identification number
1200
+ * DoD number
1197
1201
  */
1198
1202
  DOD_NUMBER = 348,
1199
1203
  /**
1200
- * Novice driver until ... (date)
1204
+ * Expiry date of Motorcycle Novice status
1201
1205
  */
1202
1206
  MC_NOVICE_DATE = 349,
1203
1207
  /**
1204
- * Registration number in the computer system of the Norwegian Directorate of Immigration (the UDI)
1208
+ * DUF number
1205
1209
  */
1206
1210
  DUF_NUMBER = 350,
1207
1211
  /**
1208
- * Philippines Traffic Police Unit Code
1212
+ * AGY
1209
1213
  */
1210
1214
  AGY = 351,
1211
1215
  /**
1212
- * PNR-code (book number)
1216
+ * PNR code
1213
1217
  */
1214
1218
  PNR_CODE = 352,
1215
1219
  /**
1216
- * Departure airport code
1220
+ * Code of the airport of departure
1217
1221
  */
1218
1222
  FROM_AIRPORT_CODE = 353,
1219
1223
  /**
1220
- * Arrival airport code
1224
+ * Code of the airport of arrival
1221
1225
  */
1222
1226
  TO_AIRPORT_CODE = 354,
1223
1227
  /**
@@ -1225,7 +1229,7 @@ export enum TextFieldType {
1225
1229
  */
1226
1230
  FLIGHT_NUMBER = 355,
1227
1231
  /**
1228
- * Departure date
1232
+ * Date of flight
1229
1233
  */
1230
1234
  DATE_OF_FLIGHT = 356,
1231
1235
  /**
@@ -1233,11 +1237,11 @@ export enum TextFieldType {
1233
1237
  */
1234
1238
  SEAT_NUMBER = 357,
1235
1239
  /**
1236
- * Boarding pass issue date
1240
+ * Date of boarding pass issue
1237
1241
  */
1238
1242
  DATE_OF_ISSUE_BOARDING_PASS = 358,
1239
1243
  /**
1240
- * Hidden weapons license, valid until... (date)
1244
+ * CCW until
1241
1245
  */
1242
1246
  CCW_UNTIL = 359,
1243
1247
  /**
@@ -1257,7 +1261,7 @@ export enum TextFieldType {
1257
1261
  */
1258
1262
  RELIGION = 363,
1259
1263
  /**
1260
- * Number of months before the due date expiration of a document
1264
+ * Months to expire
1261
1265
  */
1262
1266
  REMAINDER_TERM = 364,
1263
1267
  /**
@@ -1265,47 +1269,47 @@ export enum TextFieldType {
1265
1269
  */
1266
1270
  ELECTRONIC_TICKET_INDICATOR = 365,
1267
1271
  /**
1268
- * Free baggage allowance
1272
+ * Compartment code
1269
1273
  */
1270
1274
  COMPARTMENT_CODE = 366,
1271
1275
  /**
1272
- * Frequent flyer number
1276
+ * Check-in sequence number
1273
1277
  */
1274
1278
  CHECK_IN_SEQUENCE_NUMBER = 367,
1275
1279
  /**
1276
- * Airline frequent flyer indicator
1280
+ * Airline designator of boarding pass issuer
1277
1281
  */
1278
1282
  AIRLINE_DESIGNATOR_OF_BOARDING_PASS_ISSUER = 368,
1279
1283
  /**
1280
- * Ticket number
1284
+ * Airline numeric code
1281
1285
  */
1282
1286
  AIRLINE_NUMERIC_CODE = 369,
1283
1287
  /**
1284
- * Airline numeric code
1288
+ * Ticket number
1285
1289
  */
1286
1290
  TICKET_NUMBER = 370,
1287
1291
  /**
1288
- * Boarding pass issuer code
1292
+ * Frequent flyer airline designator
1289
1293
  */
1290
1294
  FREQUENT_FLYER_AIRLINE_DESIGNATOR = 371,
1291
1295
  /**
1292
- * Check-in sequence number
1296
+ * Frequent flyer number
1293
1297
  */
1294
1298
  FREQUENT_FLYER_NUMBER = 372,
1295
1299
  /**
1296
- * Compartment code
1300
+ * Free baggage allowance
1297
1301
  */
1298
1302
  FREE_BAGGAGE_ALLOWANCE = 373,
1299
1303
  /**
1300
1304
  * PDF417 codec
1301
1305
  */
1302
- PDF_417_CODEC = 374,
1306
+ PDF417_CODEC = 374,
1303
1307
  /**
1304
- * identity card checksum
1308
+ * Identity card number checksum
1305
1309
  */
1306
1310
  IDENTITY_CARD_NUMBER_CHECKSUM = 375,
1307
1311
  /**
1308
- * identity card check digit
1312
+ * Identity card number check digit
1309
1313
  */
1310
1314
  IDENTITY_CARD_NUMBER_CHECK_DIGIT = 376,
1311
1315
  /**
@@ -1313,223 +1317,223 @@ export enum TextFieldType {
1313
1317
  */
1314
1318
  VETERAN = 377,
1315
1319
  /**
1316
- * Validity date of A1 driver’s license
1320
+ * DL category A1 valid from
1317
1321
  */
1318
1322
  DL_CLASS_CODE_A1_FROM = 378,
1319
1323
  /**
1320
- * Expiration date of A1 driver’s license
1324
+ * DL category A1 valid to
1321
1325
  */
1322
1326
  DL_CLASS_CODE_A1_TO = 379,
1323
1327
  /**
1324
- * Restrictions for A1 driver’s license
1328
+ * DL category A1 codes
1325
1329
  */
1326
1330
  DL_CLASS_CODE_A1_NOTES = 380,
1327
1331
  /**
1328
- * Validity date of A driver’s license
1332
+ * DL category A valid from
1329
1333
  */
1330
1334
  DL_CLASS_CODE_A_FROM = 381,
1331
1335
  /**
1332
- * Expiration date of A driver’s license
1336
+ * DL category A valid to
1333
1337
  */
1334
1338
  DL_CLASS_CODE_A_TO = 382,
1335
1339
  /**
1336
- * Restrictions for A driver’s license
1340
+ * DL category A codes
1337
1341
  */
1338
1342
  DL_CLASS_CODE_A_NOTES = 383,
1339
1343
  /**
1340
- * Validity date of B driver’s license
1344
+ * DL category B valid from
1341
1345
  */
1342
1346
  DL_CLASS_CODE_B_FROM = 384,
1343
1347
  /**
1344
- * Expiration date of B driver’s license
1348
+ * DL category B valid to
1345
1349
  */
1346
1350
  DL_CLASS_CODE_B_TO = 385,
1347
1351
  /**
1348
- * Restrictions for B driver’s license
1352
+ * DL category B codes
1349
1353
  */
1350
1354
  DL_CLASS_CODE_B_NOTES = 386,
1351
1355
  /**
1352
- * Validity date of C1 driver’s license
1356
+ * DL category C1 valid from
1353
1357
  */
1354
1358
  DL_CLASS_CODE_C1_FROM = 387,
1355
1359
  /**
1356
- * Expiration date of C1 driver’s license
1360
+ * DL category C1 valid to
1357
1361
  */
1358
1362
  DL_CLASS_CODE_C1_TO = 388,
1359
1363
  /**
1360
- * Restrictions for C1 driver’s license
1364
+ * DL category C1 codes
1361
1365
  */
1362
1366
  DL_CLASS_CODE_C1_NOTES = 389,
1363
1367
  /**
1364
- * Validity date of C driver’s license
1368
+ * DL category C valid from
1365
1369
  */
1366
1370
  DL_CLASS_CODE_C_FROM = 390,
1367
1371
  /**
1368
- * Expiration date of C driver’s license
1372
+ * DL category C valid to
1369
1373
  */
1370
1374
  DL_CLASS_CODE_C_TO = 391,
1371
1375
  /**
1372
- * Restrictions for C driver’s license
1376
+ * DL category C codes
1373
1377
  */
1374
1378
  DL_CLASS_CODE_C_NOTES = 392,
1375
1379
  /**
1376
- * Validity date of D1 driver’s license
1380
+ * DL category D1 valid from
1377
1381
  */
1378
1382
  DL_CLASS_CODE_D1_FROM = 393,
1379
1383
  /**
1380
- * Expiration date of D1 driver’s license
1384
+ * DL category D1 valid to
1381
1385
  */
1382
1386
  DL_CLASS_CODE_D1_TO = 394,
1383
1387
  /**
1384
- * Restrictions for D1 driver’s license
1388
+ * DL category D1 codes
1385
1389
  */
1386
1390
  DL_CLASS_CODE_D1_NOTES = 395,
1387
1391
  /**
1388
- * Validity date of D driver’s license
1392
+ * DL category D valid from
1389
1393
  */
1390
1394
  DL_CLASS_CODE_D_FROM = 396,
1391
1395
  /**
1392
- * Expiration date of D driver’s license
1396
+ * DL category D valid to
1393
1397
  */
1394
1398
  DL_CLASS_CODE_D_TO = 397,
1395
1399
  /**
1396
- * Restrictions for D driver’s license
1400
+ * DL category D codes
1397
1401
  */
1398
1402
  DL_CLASS_CODE_D_NOTES = 398,
1399
1403
  /**
1400
- * Validity date of BE driver’s license
1404
+ * DL category BE valid from
1401
1405
  */
1402
1406
  DL_CLASS_CODE_BE_FROM = 399,
1403
1407
  /**
1404
- * Expiration date of BE driver’s license
1408
+ * DL category BE valid to
1405
1409
  */
1406
1410
  DL_CLASS_CODE_BE_TO = 400,
1407
1411
  /**
1408
- * Restrictions for BE driver’s license
1412
+ * DL category BE codes
1409
1413
  */
1410
1414
  DL_CLASS_CODE_BE_NOTES = 401,
1411
1415
  /**
1412
- * Validity date of C1E driver’s license
1416
+ * DL category C1E valid from
1413
1417
  */
1414
1418
  DL_CLASS_CODE_C1E_FROM = 402,
1415
1419
  /**
1416
- * Expiration date of C1E driver’s license
1420
+ * DL category C1E valid to
1417
1421
  */
1418
1422
  DL_CLASS_CODE_C1E_TO = 403,
1419
1423
  /**
1420
- * Restrictions for C1E driver’s license
1424
+ * DL category C1E codes
1421
1425
  */
1422
1426
  DL_CLASS_CODE_C1E_NOTES = 404,
1423
1427
  /**
1424
- * Validity date of CE driver’s license
1428
+ * DL category CE valid from
1425
1429
  */
1426
1430
  DL_CLASS_CODE_CE_FROM = 405,
1427
1431
  /**
1428
- * Expiration date of CE driver’s license
1432
+ * DL category CE valid to
1429
1433
  */
1430
1434
  DL_CLASS_CODE_CE_TO = 406,
1431
1435
  /**
1432
- * Restrictions for CE driver’s license
1436
+ * DL category CE codes
1433
1437
  */
1434
1438
  DL_CLASS_CODE_CE_NOTES = 407,
1435
1439
  /**
1436
- * Validity date of D1E driver’s license
1440
+ * DL category D1E valid from
1437
1441
  */
1438
1442
  DL_CLASS_CODE_D1E_FROM = 408,
1439
1443
  /**
1440
- * Expiration date of D1E driver’s license
1444
+ * DL category D1E valid to
1441
1445
  */
1442
1446
  DL_CLASS_CODE_D1E_TO = 409,
1443
1447
  /**
1444
- * Restrictions for D1E driver’s license
1448
+ * DL category D1E codes
1445
1449
  */
1446
1450
  DL_CLASS_CODE_D1E_NOTES = 410,
1447
1451
  /**
1448
- * Validity date of DE driver’s license
1452
+ * DL category DE valid from
1449
1453
  */
1450
1454
  DL_CLASS_CODE_DE_FROM = 411,
1451
1455
  /**
1452
- * Expiration date of DE driver’s license
1456
+ * DL category DE valid to
1453
1457
  */
1454
1458
  DL_CLASS_CODE_DE_TO = 412,
1455
1459
  /**
1456
- * Restrictions for DE driver’s license
1460
+ * DL category DE codes
1457
1461
  */
1458
1462
  DL_CLASS_CODE_DE_NOTES = 413,
1459
1463
  /**
1460
- * Validity date of M driver’s license
1464
+ * DL category M valid from
1461
1465
  */
1462
1466
  DL_CLASS_CODE_M_FROM = 414,
1463
1467
  /**
1464
- * Expiration date of M driver’s license
1468
+ * DL category M valid to
1465
1469
  */
1466
1470
  DL_CLASS_CODE_M_TO = 415,
1467
1471
  /**
1468
- * Restrictions for M driver’s license
1472
+ * DL category M codes
1469
1473
  */
1470
1474
  DL_CLASS_CODE_M_NOTES = 416,
1471
1475
  /**
1472
- * Validity date of L driver’s license
1476
+ * DL category L valid from
1473
1477
  */
1474
1478
  DL_CLASS_CODE_L_FROM = 417,
1475
1479
  /**
1476
- * Expiration date of L driver’s license
1480
+ * DL category L valid to
1477
1481
  */
1478
1482
  DL_CLASS_CODE_L_TO = 418,
1479
1483
  /**
1480
- * Restrictions for L driver’s license
1484
+ * DL category L codes
1481
1485
  */
1482
1486
  DL_CLASS_CODE_L_NOTES = 419,
1483
1487
  /**
1484
- * Validity date of T driver’s license
1488
+ * DL category T valid from
1485
1489
  */
1486
1490
  DL_CLASS_CODE_T_FROM = 420,
1487
1491
  /**
1488
- * Expiration date of T driver’s license
1492
+ * DL category T valid to
1489
1493
  */
1490
1494
  DL_CLASS_CODE_T_TO = 421,
1491
1495
  /**
1492
- * Restrictions for T driver’s license
1496
+ * DL category T codes
1493
1497
  */
1494
1498
  DL_CLASS_CODE_T_NOTES = 422,
1495
1499
  /**
1496
- * Validity date of AM driver’s license
1500
+ * DL category AM valid from
1497
1501
  */
1498
1502
  DL_CLASS_CODE_AM_FROM = 423,
1499
1503
  /**
1500
- * Expiration date of AM driver’s license
1504
+ * DL category AM valid to
1501
1505
  */
1502
1506
  DL_CLASS_CODE_AM_TO = 424,
1503
1507
  /**
1504
- * Restrictions for AM driver’s license
1508
+ * DL category AM codes
1505
1509
  */
1506
1510
  DL_CLASS_CODE_AM_NOTES = 425,
1507
1511
  /**
1508
- * Validity date of A2 driver’s license
1512
+ * DL category A2 valid from
1509
1513
  */
1510
1514
  DL_CLASS_CODE_A2_FROM = 426,
1511
1515
  /**
1512
- * Expiration date of A2 driver’s license
1516
+ * DL category A2 valid to
1513
1517
  */
1514
1518
  DL_CLASS_CODE_A2_TO = 427,
1515
1519
  /**
1516
- * Restrictions for A2 driver’s license
1520
+ * DL category A2 codes
1517
1521
  */
1518
1522
  DL_CLASS_CODE_A2_NOTES = 428,
1519
1523
  /**
1520
- * Validity date of B1 driver’s license
1524
+ * DL category B1 valid from
1521
1525
  */
1522
1526
  DL_CLASS_CODE_B1_FROM = 429,
1523
1527
  /**
1524
- * Expiration date of B1 driver’s license
1528
+ * DL category B1 valid to
1525
1529
  */
1526
1530
  DL_CLASS_CODE_B1_TO = 430,
1527
1531
  /**
1528
- * Restrictions for B1 driver’s license
1532
+ * DL category B1 codes
1529
1533
  */
1530
1534
  DL_CLASS_CODE_B1_NOTES = 431,
1531
1535
  /**
1532
- * Last name at birth
1536
+ * Surname at birth
1533
1537
  */
1534
1538
  SURNAME_AT_BIRTH = 432,
1535
1539
  /**
@@ -1553,19 +1557,19 @@ export enum TextFieldType {
1553
1557
  */
1554
1558
  FUEL_TYPE = 437,
1555
1559
  /**
1556
- * Vehicle emission class
1560
+ * Vehicle environmental type
1557
1561
  */
1558
1562
  EC_ENVIRONMENTAL_TYPE = 438,
1559
1563
  /**
1560
- * Engine power-to-weight ratio
1564
+ * Power-to-weight ratio
1561
1565
  */
1562
1566
  POWER_WEIGHT_RATIO = 439,
1563
1567
  /**
1564
- * Trailer with brakes maximum weight
1568
+ * Max mass of trailer (braked)
1565
1569
  */
1566
1570
  MAX_MASS_OF_TRAILER_BRAKED = 440,
1567
1571
  /**
1568
- * Trailer without brakes maximum weight
1572
+ * Max mass of trailer (unbraked)
1569
1573
  */
1570
1574
  MAX_MASS_OF_TRAILER_UNBRAKED = 441,
1571
1575
  /**
@@ -1573,11 +1577,11 @@ export enum TextFieldType {
1573
1577
  */
1574
1578
  TRANSMISSION_TYPE = 442,
1575
1579
  /**
1576
- * Trailer equipment
1580
+ * Trailer hitch
1577
1581
  */
1578
1582
  TRAILER_HITCH = 443,
1579
1583
  /**
1580
- * Accompanying person
1584
+ * Accompanied by
1581
1585
  */
1582
1586
  ACCOMPANIED_BY = 444,
1583
1587
  /**
@@ -1585,11 +1589,11 @@ export enum TextFieldType {
1585
1589
  */
1586
1590
  POLICE_DISTRICT = 445,
1587
1591
  /**
1588
- * Date of document first issue
1592
+ * First issue date
1589
1593
  */
1590
1594
  FIRST_ISSUE_DATE = 446,
1591
1595
  /**
1592
- * Maximum payload
1596
+ * Payload capacity
1593
1597
  */
1594
1598
  PAYLOAD_CAPACITY = 447,
1595
1599
  /**
@@ -1597,7 +1601,7 @@ export enum TextFieldType {
1597
1601
  */
1598
1602
  NUMBER_OF_AXLES = 448,
1599
1603
  /**
1600
- * Axle weight limit
1604
+ * Permissible axle load
1601
1605
  */
1602
1606
  PERMISSIBLE_AXLE_LOAD = 449,
1603
1607
  /**
@@ -1605,11 +1609,11 @@ export enum TextFieldType {
1605
1609
  */
1606
1610
  PRECINCT = 450,
1607
1611
  /**
1608
- * Inviter
1612
+ * Invited by
1609
1613
  */
1610
1614
  INVITED_BY = 451,
1611
1615
  /**
1612
- * Purpose of arrival
1616
+ * Purpose of entry
1613
1617
  */
1614
1618
  PURPOSE_OF_ENTRY = 452,
1615
1619
  /**
@@ -1621,11 +1625,11 @@ export enum TextFieldType {
1621
1625
  */
1622
1626
  COMPLEXION = 454,
1623
1627
  /**
1624
- * Departure airport
1628
+ * Airport of departure
1625
1629
  */
1626
1630
  AIRPORT_FROM = 455,
1627
1631
  /**
1628
- * Arrival airport
1632
+ * Airport of arrival
1629
1633
  */
1630
1634
  AIRPORT_TO = 456,
1631
1635
  /**
@@ -1633,7 +1637,7 @@ export enum TextFieldType {
1633
1637
  */
1634
1638
  AIRLINE_NAME = 457,
1635
1639
  /**
1636
- * Airline bonus program for frequent flyers
1640
+ * Airline loyalty program for frequent flyers
1637
1641
  */
1638
1642
  AIRLINE_NAME_FREQUENT_FLYER = 458,
1639
1643
  /**
@@ -1649,7 +1653,7 @@ export enum TextFieldType {
1649
1653
  */
1650
1654
  EXCEPT_IN_TANKS = 461,
1651
1655
  /**
1652
- * Passenger with fast track priority (express formal procedures at the airport)
1656
+ * Fast Track service
1653
1657
  */
1654
1658
  FAST_TRACK = 462,
1655
1659
  /**
@@ -1661,115 +1665,115 @@ export enum TextFieldType {
1661
1665
  */
1662
1666
  MRZ_STRINGS_ICAO_RFID = 464,
1663
1667
  /**
1664
- * Number of card issues with this number
1668
+ * Number of card issuances
1665
1669
  */
1666
1670
  NUMBER_OF_CARD_ISSUANCE = 465,
1667
1671
  /**
1668
- * Card issues count checksum
1672
+ * Number of card issuances checksum
1669
1673
  */
1670
1674
  NUMBER_OF_CARD_ISSUANCE_CHECKSUM = 466,
1671
1675
  /**
1672
- * Card issues count check digit
1676
+ * Number of card issuances check digit
1673
1677
  */
1674
1678
  NUMBER_OF_CARD_ISSUANCE_CHECK_DIGIT = 467,
1675
1679
  /**
1676
- * Birth century
1680
+ * Century of birth
1677
1681
  */
1678
1682
  CENTURY_DATE_OF_BIRTH = 468,
1679
1683
  /**
1680
- * Validity date of A3 driver’s license
1684
+ * DL category A3 valid from
1681
1685
  */
1682
1686
  DL_CLASS_CODE_A3_FROM = 469,
1683
1687
  /**
1684
- * Expiration date of A3 driver’s license
1688
+ * DL category A3 valid to
1685
1689
  */
1686
1690
  DL_CLASS_CODE_A3_TO = 470,
1687
1691
  /**
1688
- * Restrictions for A3 driver’s license
1692
+ * DL category A3 codes
1689
1693
  */
1690
1694
  DL_CLASS_CODE_A3_NOTES = 471,
1691
1695
  /**
1692
- * Validity date of C2 driver’s license
1696
+ * DL category C2 valid from
1693
1697
  */
1694
1698
  DL_CLASS_CODE_C2_FROM = 472,
1695
1699
  /**
1696
- * Expiration date of C2 driver’s license
1700
+ * DL category C2 valid to
1697
1701
  */
1698
1702
  DL_CLASS_CODE_C2_TO = 473,
1699
1703
  /**
1700
- * Restrictions for C2 driver’s license
1704
+ * DL category C2 codes
1701
1705
  */
1702
1706
  DL_CLASS_CODE_C2_NOTES = 474,
1703
1707
  /**
1704
- * Validity date of B2 driver’s license
1708
+ * DL category B2 valid from
1705
1709
  */
1706
1710
  DL_CLASS_CODE_B2_FROM = 475,
1707
1711
  /**
1708
- * Expiration date of B2 driver’s license
1712
+ * DL category B2 valid to
1709
1713
  */
1710
1714
  DL_CLASS_CODE_B2_TO = 476,
1711
1715
  /**
1712
- * Restrictions for B2 driver’s license
1716
+ * DL category B2 codes
1713
1717
  */
1714
1718
  DL_CLASS_CODE_B2_NOTES = 477,
1715
1719
  /**
1716
- * Validity date of D2 driver’s license
1720
+ * DL category D2 valid from
1717
1721
  */
1718
1722
  DL_CLASS_CODE_D2_FROM = 478,
1719
1723
  /**
1720
- * Expiration date of D2 driver’s license
1724
+ * DL category D2 valid to
1721
1725
  */
1722
1726
  DL_CLASS_CODE_D2_TO = 479,
1723
1727
  /**
1724
- * Restrictions for D2 driver’s license
1728
+ * DL category D2 codes
1725
1729
  */
1726
1730
  DL_CLASS_CODE_D2_NOTES = 480,
1727
1731
  /**
1728
- * Validity date of B2E driver’s license
1732
+ * DL category B2E valid from
1729
1733
  */
1730
1734
  DL_CLASS_CODE_B2E_FROM = 481,
1731
1735
  /**
1732
- * Expiration date of B2E driver’s license
1736
+ * DL category B2E valid to
1733
1737
  */
1734
1738
  DL_CLASS_CODE_B2E_TO = 482,
1735
1739
  /**
1736
- * Restrictions for B2E driver’s license
1740
+ * DL category B2E codes
1737
1741
  */
1738
1742
  DL_CLASS_CODE_B2E_NOTES = 483,
1739
1743
  /**
1740
- * Validity date of G driver’s license
1744
+ * DL category G valid from
1741
1745
  */
1742
1746
  DL_CLASS_CODE_G_FROM = 484,
1743
1747
  /**
1744
- * Expiration date of G driver’s license
1748
+ * DL category G valid to
1745
1749
  */
1746
1750
  DL_CLASS_CODE_G_TO = 485,
1747
1751
  /**
1748
- * Restrictions for G driver’s license
1752
+ * DL category G codes
1749
1753
  */
1750
1754
  DL_CLASS_CODE_G_NOTES = 486,
1751
1755
  /**
1752
- * Validity date of J driver’s license
1756
+ * DL category J valid from
1753
1757
  */
1754
1758
  DL_CLASS_CODE_J_FROM = 487,
1755
1759
  /**
1756
- * Expiration date of J driver’s license
1760
+ * DL category J valid to
1757
1761
  */
1758
1762
  DL_CLASS_CODE_J_TO = 488,
1759
1763
  /**
1760
- * Restrictions for J driver’s license
1764
+ * DL category J codes
1761
1765
  */
1762
1766
  DL_CLASS_CODE_J_NOTES = 489,
1763
1767
  /**
1764
- * Validity date of LC driver’s license
1768
+ * DL category LC valid from
1765
1769
  */
1766
1770
  DL_CLASS_CODE_LC_FROM = 490,
1767
1771
  /**
1768
- * Expiration date of LC driver’s license
1772
+ * DL category LC valid to
1769
1773
  */
1770
1774
  DL_CLASS_CODE_LC_TO = 491,
1771
1775
  /**
1772
- * Restrictions for LC driver’s license
1776
+ * DL category LC codes
1773
1777
  */
1774
1778
  DL_CLASS_CODE_LC_NOTES = 492,
1775
1779
  /**
@@ -1789,67 +1793,67 @@ export enum TextFieldType {
1789
1793
  */
1790
1794
  HEALTH_NUMBER = 496,
1791
1795
  /**
1792
- * Grandfather`s name
1796
+ * Grandfather's name
1793
1797
  */
1794
1798
  GRANDFATHER_NAME = 497,
1795
1799
  /**
1796
- * Recruit indicator
1800
+ * Selectee indicator
1797
1801
  */
1798
1802
  SELECTEE_INDICATOR = 498,
1799
1803
  /**
1800
- * Mother`s last name
1804
+ * Mother's surname
1801
1805
  */
1802
1806
  MOTHER_SURNAME = 499,
1803
1807
  /**
1804
- * Mother`s first name
1808
+ * Mother's name
1805
1809
  */
1806
1810
  MOTHER_GIVEN_NAME = 500,
1807
1811
  /**
1808
- * Father`s last name
1812
+ * Father's surname
1809
1813
  */
1810
1814
  FATHER_SURNAME = 501,
1811
1815
  /**
1812
- * Father`s first name
1816
+ * Father's name
1813
1817
  */
1814
1818
  FATHER_GIVEN_NAME = 502,
1815
1819
  /**
1816
- * Mother`s date of birth
1820
+ * Mother's date of birth
1817
1821
  */
1818
1822
  MOTHER_DATE_OF_BIRTH = 503,
1819
1823
  /**
1820
- * Father`s date of birth
1824
+ * Father's date of birth
1821
1825
  */
1822
1826
  FATHER_DATE_OF_BIRTH = 504,
1823
1827
  /**
1824
- * Mother`s personal number
1828
+ * Mother's personal number
1825
1829
  */
1826
1830
  MOTHER_PERSONAL_NUMBER = 505,
1827
1831
  /**
1828
- * Father`s personal number
1832
+ * Father's personal number
1829
1833
  */
1830
1834
  FATHER_PERSONAL_NUMBER = 506,
1831
1835
  /**
1832
- * Mother`s place of birth
1836
+ * Mother's place of birth
1833
1837
  */
1834
1838
  MOTHER_PLACE_OF_BIRTH = 507,
1835
1839
  /**
1836
- * Father`s place of birth
1840
+ * Father's place of birth
1837
1841
  */
1838
1842
  FATHER_PLACE_OF_BIRTH = 508,
1839
1843
  /**
1840
- * Mother`s country of birth
1844
+ * Mother's country of birth
1841
1845
  */
1842
1846
  MOTHER_COUNTRY_OF_BIRTH = 509,
1843
1847
  /**
1844
- * Father`s country of birth
1848
+ * Father's country of birth
1845
1849
  */
1846
1850
  FATHER_COUNTRY_OF_BIRTH = 510,
1847
1851
  /**
1848
- * Date of document first renewal
1852
+ * Date of first renewal
1849
1853
  */
1850
1854
  DATE_FIRST_RENEWAL = 511,
1851
1855
  /**
1852
- * Date of document second renewal
1856
+ * Date of second renewal
1853
1857
  */
1854
1858
  DATE_SECOND_RENEWAL = 512,
1855
1859
  /**
@@ -1897,243 +1901,243 @@ export enum TextFieldType {
1897
1901
  */
1898
1902
  YEARS_SINCE_ISSUE = 523,
1899
1903
  /**
1900
- * Validity date of BTP driver’s license
1904
+ * DL category BTP valid from
1901
1905
  */
1902
1906
  DL_CLASS_CODE_BTP_FROM = 524,
1903
1907
  /**
1904
- * Restrictions for BTP driver’s license
1908
+ * DL category BTP codes
1905
1909
  */
1906
1910
  DL_CLASS_CODE_BTP_NOTES = 525,
1907
1911
  /**
1908
- * Expiration date of BTP driver’s license
1912
+ * DL category BTP valid to
1909
1913
  */
1910
1914
  DL_CLASS_CODE_BTP_TO = 526,
1911
1915
  /**
1912
- * Validity date of C3 driver’s license
1916
+ * DL category C3 valid from
1913
1917
  */
1914
1918
  DL_CLASS_CODE_C3_FROM = 527,
1915
1919
  /**
1916
- * Restrictions for C3 driver’s license
1920
+ * DL category C3 codes
1917
1921
  */
1918
1922
  DL_CLASS_CODE_C3_NOTES = 528,
1919
1923
  /**
1920
- * Expiration date of C3 driver’s license
1924
+ * DL category C3 valid to
1921
1925
  */
1922
1926
  DL_CLASS_CODE_C3_TO = 529,
1923
1927
  /**
1924
- * Validity date of E driver’s license
1928
+ * DL category E valid from
1925
1929
  */
1926
1930
  DL_CLASS_CODE_E_FROM = 530,
1927
1931
  /**
1928
- * Restrictions for E driver’s license
1932
+ * DL category E codes
1929
1933
  */
1930
1934
  DL_CLASS_CODE_E_NOTES = 531,
1931
1935
  /**
1932
- * Expiration date of E driver’s license
1936
+ * DL category E valid to
1933
1937
  */
1934
1938
  DL_CLASS_CODE_E_TO = 532,
1935
1939
  /**
1936
- * Validity date of F driver’s license
1940
+ * DL category F valid from
1937
1941
  */
1938
1942
  DL_CLASS_CODE_F_FROM = 533,
1939
1943
  /**
1940
- * Restrictions for F driver’s license
1944
+ * DL category F codes
1941
1945
  */
1942
1946
  DL_CLASS_CODE_F_NOTES = 534,
1943
1947
  /**
1944
- * Expiration date of F driver’s license
1948
+ * DL category F valid to
1945
1949
  */
1946
1950
  DL_CLASS_CODE_F_TO = 535,
1947
1951
  /**
1948
- * Validity date of FA driver’s license
1952
+ * DL category FA valid from
1949
1953
  */
1950
1954
  DL_CLASS_CODE_FA_FROM = 536,
1951
1955
  /**
1952
- * Restrictions for FA driver’s license
1956
+ * DL category FA codes
1953
1957
  */
1954
1958
  DL_CLASS_CODE_FA_NOTES = 537,
1955
1959
  /**
1956
- * Expiration date of FA driver’s license
1960
+ * DL category FA valid to
1957
1961
  */
1958
1962
  DL_CLASS_CODE_FA_TO = 538,
1959
1963
  /**
1960
- * Validity date of FA1 driver’s license
1964
+ * DL category FA1 valid from
1961
1965
  */
1962
1966
  DL_CLASS_CODE_FA1_FROM = 539,
1963
1967
  /**
1964
- * Restrictions for FA1 driver’s license
1968
+ * DL category FA1 codes
1965
1969
  */
1966
1970
  DL_CLASS_CODE_FA1_NOTES = 540,
1967
1971
  /**
1968
- * Expiration date of FA1 driver’s license
1972
+ * DL category FA1 valid to
1969
1973
  */
1970
1974
  DL_CLASS_CODE_FA1_TO = 541,
1971
1975
  /**
1972
- * Validity date of FB driver’s license
1976
+ * DL category FB valid from
1973
1977
  */
1974
1978
  DL_CLASS_CODE_FB_FROM = 542,
1975
1979
  /**
1976
- * Restrictions for FB driver’s license
1980
+ * DL category FB codes
1977
1981
  */
1978
1982
  DL_CLASS_CODE_FB_NOTES = 543,
1979
1983
  /**
1980
- * Expiration date of FB driver’s license
1984
+ * DL category FB valid to
1981
1985
  */
1982
1986
  DL_CLASS_CODE_FB_TO = 544,
1983
1987
  /**
1984
- * Validity date of G1 driver’s license
1988
+ * DL category G1 valid from
1985
1989
  */
1986
1990
  DL_CLASS_CODE_G1_FROM = 545,
1987
1991
  /**
1988
- * Restrictions for G1 driver’s license
1992
+ * DL category G1 codes
1989
1993
  */
1990
1994
  DL_CLASS_CODE_G1_NOTES = 546,
1991
1995
  /**
1992
- * Expiration date of G1 driver’s license
1996
+ * DL category G1 valid to
1993
1997
  */
1994
1998
  DL_CLASS_CODE_G1_TO = 547,
1995
1999
  /**
1996
- * Validity date of H driver’s license
2000
+ * DL category H valid from
1997
2001
  */
1998
2002
  DL_CLASS_CODE_H_FROM = 548,
1999
2003
  /**
2000
- * Restrictions for H driver’s license
2004
+ * DL category H codes
2001
2005
  */
2002
2006
  DL_CLASS_CODE_H_NOTES = 549,
2003
2007
  /**
2004
- * Expiration date of H driver’s license
2008
+ * DL category H valid to
2005
2009
  */
2006
2010
  DL_CLASS_CODE_H_TO = 550,
2007
2011
  /**
2008
- * Validity date of I driver’s license
2012
+ * DL category I valid from
2009
2013
  */
2010
2014
  DL_CLASS_CODE_I_FROM = 551,
2011
2015
  /**
2012
- * Restrictions for I driver’s license
2016
+ * DL category I codes
2013
2017
  */
2014
2018
  DL_CLASS_CODE_I_NOTES = 552,
2015
2019
  /**
2016
- * Expiration date of I driver’s license
2020
+ * DL category I valid to
2017
2021
  */
2018
2022
  DL_CLASS_CODE_I_TO = 553,
2019
2023
  /**
2020
- * Validity date of K driver’s license
2024
+ * DL category K valid from
2021
2025
  */
2022
2026
  DL_CLASS_CODE_K_FROM = 554,
2023
2027
  /**
2024
- * Restrictions for K driver’s license
2028
+ * DL category K codes
2025
2029
  */
2026
2030
  DL_CLASS_CODE_K_NOTES = 555,
2027
2031
  /**
2028
- * Expiration date of K driver’s license
2032
+ * DL category K valid to
2029
2033
  */
2030
2034
  DL_CLASS_CODE_K_TO = 556,
2031
2035
  /**
2032
- * Validity date of LK driver’s license
2036
+ * DL category LK valid from
2033
2037
  */
2034
2038
  DL_CLASS_CODE_LK_FROM = 557,
2035
2039
  /**
2036
- * Restrictions for LK driver’s license
2040
+ * DL category LK codes
2037
2041
  */
2038
2042
  DL_CLASS_CODE_LK_NOTES = 558,
2039
2043
  /**
2040
- * Expiration date of LK driver’s license
2044
+ * DL category LK valid to
2041
2045
  */
2042
2046
  DL_CLASS_CODE_LK_TO = 559,
2043
2047
  /**
2044
- * Validity date of N driver’s license
2048
+ * DL category N valid from
2045
2049
  */
2046
2050
  DL_CLASS_CODE_N_FROM = 560,
2047
2051
  /**
2048
- * Restrictions for N driver’s license
2052
+ * DL category N codes
2049
2053
  */
2050
2054
  DL_CLASS_CODE_N_NOTES = 561,
2051
2055
  /**
2052
- * Expiration date of N driver’s license
2056
+ * DL category N valid to
2053
2057
  */
2054
2058
  DL_CLASS_CODE_N_TO = 562,
2055
2059
  /**
2056
- * Validity date of S driver’s license
2060
+ * DL category S valid from
2057
2061
  */
2058
2062
  DL_CLASS_CODE_S_FROM = 563,
2059
2063
  /**
2060
- * Restrictions for S driver’s license
2064
+ * DL category S codes
2061
2065
  */
2062
2066
  DL_CLASS_CODE_S_NOTES = 564,
2063
2067
  /**
2064
- * Expiration date of S driver’s license
2068
+ * DL category S valid to
2065
2069
  */
2066
2070
  DL_CLASS_CODE_S_TO = 565,
2067
2071
  /**
2068
- * Validity date of TB driver’s license
2072
+ * DL category TB valid from
2069
2073
  */
2070
2074
  DL_CLASS_CODE_TB_FROM = 566,
2071
2075
  /**
2072
- * Restrictions for TB driver’s license
2076
+ * DL category TB codes
2073
2077
  */
2074
2078
  DL_CLASS_CODE_TB_NOTES = 567,
2075
2079
  /**
2076
- * Expiration date of TB driver’s license
2080
+ * DL category TB valid to
2077
2081
  */
2078
2082
  DL_CLASS_CODE_TB_TO = 568,
2079
2083
  /**
2080
- * Validity date of TM driver’s license
2084
+ * DL category TM valid from
2081
2085
  */
2082
2086
  DL_CLASS_CODE_TM_FROM = 569,
2083
2087
  /**
2084
- * Restrictions for TM driver’s license
2088
+ * DL category TM codes
2085
2089
  */
2086
2090
  DL_CLASS_CODE_TM_NOTES = 570,
2087
2091
  /**
2088
- * Expiration date of TM driver’s license
2092
+ * DL category TM valid to
2089
2093
  */
2090
2094
  DL_CLASS_CODE_TM_TO = 571,
2091
2095
  /**
2092
- * Validity date of TR driver’s license
2096
+ * DL category TR valid from
2093
2097
  */
2094
2098
  DL_CLASS_CODE_TR_FROM = 572,
2095
2099
  /**
2096
- * Restrictions for TR driver’s license
2100
+ * DL category TR codes
2097
2101
  */
2098
2102
  DL_CLASS_CODE_TR_NOTES = 573,
2099
2103
  /**
2100
- * Expiration date of TR driver’s license
2104
+ * DL category TR valid to
2101
2105
  */
2102
2106
  DL_CLASS_CODE_TR_TO = 574,
2103
2107
  /**
2104
- * Validity date of TV driver’s license
2108
+ * DL category TV valid from
2105
2109
  */
2106
2110
  DL_CLASS_CODE_TV_FROM = 575,
2107
2111
  /**
2108
- * Restrictions for TV driver’s license
2112
+ * DL category TV codes
2109
2113
  */
2110
2114
  DL_CLASS_CODE_TV_NOTES = 576,
2111
2115
  /**
2112
- * Expiration date of TV driver’s license
2116
+ * DL category TV valid to
2113
2117
  */
2114
2118
  DL_CLASS_CODE_TV_TO = 577,
2115
2119
  /**
2116
- * Validity date of V driver’s license
2120
+ * DL category V valid from
2117
2121
  */
2118
2122
  DL_CLASS_CODE_V_FROM = 578,
2119
2123
  /**
2120
- * Restrictions for V driver’s license
2124
+ * DL category V codes
2121
2125
  */
2122
2126
  DL_CLASS_CODE_V_NOTES = 579,
2123
2127
  /**
2124
- * Expiration date of V driver’s license
2128
+ * DL category V valid to
2125
2129
  */
2126
2130
  DL_CLASS_CODE_V_TO = 580,
2127
2131
  /**
2128
- * Validity date of W driver’s license
2132
+ * DL category W valid from
2129
2133
  */
2130
2134
  DL_CLASS_CODE_W_FROM = 581,
2131
2135
  /**
2132
- * Restrictions for W driver’s license
2136
+ * DL category W codes
2133
2137
  */
2134
2138
  DL_CLASS_CODE_W_NOTES = 582,
2135
2139
  /**
2136
- * Expiration date of W driver’s license
2140
+ * DL category W valid to
2137
2141
  */
2138
2142
  DL_CLASS_CODE_W_TO = 583,
2139
2143
  /**
@@ -2189,7 +2193,7 @@ export enum TextFieldType {
2189
2193
  */
2190
2194
  DATE_OF_INSURANCE_EXPIRY = 596,
2191
2195
  /**
2192
- * Mortgage
2196
+ * Mortgage by
2193
2197
  */
2194
2198
  MORTGAGE_BY = 597,
2195
2199
  /**
@@ -2205,113 +2209,325 @@ export enum TextFieldType {
2205
2209
  */
2206
2210
  OLD_PLACE_OF_ISSUE = 600,
2207
2211
  /**
2208
- * Validity date of LR driver’s license
2212
+ * DL category LR valid from
2209
2213
  */
2210
2214
  DL_CLASS_CODE_LR_FROM = 601,
2211
2215
  /**
2212
- * Expiration date of LR driver’s license
2216
+ * DL category LR valid to
2213
2217
  */
2214
2218
  DL_CLASS_CODE_LR_TO = 602,
2215
2219
  /**
2216
- * Restrictions for LR driver’s license
2220
+ * DL category LR codes
2217
2221
  */
2218
2222
  DL_CLASS_CODE_LR_NOTES = 603,
2219
2223
  /**
2220
- * Validity date of MR driver’s license
2224
+ * DL category MR valid from
2221
2225
  */
2222
2226
  DL_CLASS_CODE_MR_FROM = 604,
2223
2227
  /**
2224
- * Expiration date of MR driver’s license
2228
+ * DL category MR valid to
2225
2229
  */
2226
2230
  DL_CLASS_CODE_MR_TO = 605,
2227
2231
  /**
2228
- * Restrictions for MR driver’s license
2232
+ * DL category MR codes
2229
2233
  */
2230
2234
  DL_CLASS_CODE_MR_NOTES = 606,
2231
2235
  /**
2232
- * Validity date of HR driver’s license
2236
+ * DL category HR valid from
2233
2237
  */
2234
2238
  DL_CLASS_CODE_HR_FROM = 607,
2235
2239
  /**
2236
- * Expiration date of HR driver’s license
2240
+ * DL category HR valid to
2237
2241
  */
2238
2242
  DL_CLASS_CODE_HR_TO = 608,
2239
2243
  /**
2240
- * Restrictions for HR driver’s license
2244
+ * DL category HR codes
2241
2245
  */
2242
2246
  DL_CLASS_CODE_HR_NOTES = 609,
2243
2247
  /**
2244
- * Validity date of HC driver’s license
2248
+ * DL category HC valid from
2245
2249
  */
2246
2250
  DL_CLASS_CODE_HC_FROM = 610,
2247
2251
  /**
2248
- * Expiration date of HC driver’s license
2252
+ * DL category HC valid to
2249
2253
  */
2250
2254
  DL_CLASS_CODE_HC_TO = 611,
2251
2255
  /**
2252
- * Restrictions for HC driver’s license
2256
+ * DL category HC codes
2253
2257
  */
2254
2258
  DL_CLASS_CODE_HC_NOTES = 612,
2255
2259
  /**
2256
- * Validity date of MC driver’s license
2260
+ * DL category MC valid from
2257
2261
  */
2258
2262
  DL_CLASS_CODE_MC_FROM = 613,
2259
2263
  /**
2260
- * Expiration date of MC driver’s license
2264
+ * DL category MC valid to
2261
2265
  */
2262
2266
  DL_CLASS_CODE_MC_TO = 614,
2263
2267
  /**
2264
- * Restrictions for MC driver’s license
2268
+ * DL category MC codes
2265
2269
  */
2266
2270
  DL_CLASS_CODE_MC_NOTES = 615,
2267
2271
  /**
2268
- * Validity date of RE driver’s license
2272
+ * DL category RE valid from
2269
2273
  */
2270
2274
  DL_CLASS_CODE_RE_FROM = 616,
2271
2275
  /**
2272
- * Expiration date of RE driver’s license
2276
+ * DL category RE valid to
2273
2277
  */
2274
2278
  DL_CLASS_CODE_RE_TO = 617,
2275
2279
  /**
2276
- * Restrictions for RE driver’s license
2280
+ * DL category RE codes
2277
2281
  */
2278
2282
  DL_CLASS_CODE_RE_NOTES = 618,
2279
2283
  /**
2280
- * Validity date of R driver’s license
2284
+ * DL category R valid from
2281
2285
  */
2282
2286
  DL_CLASS_CODE_R_FROM = 619,
2283
2287
  /**
2284
- * Expiration date of R driver’s license
2288
+ * DL category R valid to
2285
2289
  */
2286
2290
  DL_CLASS_CODE_R_TO = 620,
2287
2291
  /**
2288
- * Restrictions for R driver’s license
2292
+ * DL category R codes
2289
2293
  */
2290
2294
  DL_CLASS_CODE_R_NOTES = 621,
2291
2295
  /**
2292
- * Validity date of CA driver’s license
2296
+ * DL category CA valid from
2293
2297
  */
2294
2298
  DL_CLASS_CODE_CA_FROM = 622,
2295
2299
  /**
2296
- * Expiration date of CA driver’s license
2300
+ * DL category CA valid to
2297
2301
  */
2298
2302
  DL_CLASS_CODE_CA_TO = 623,
2299
2303
  /**
2300
- * Restrictions for CA driver’s license
2304
+ * DL category CA codes
2301
2305
  */
2302
2306
  DL_CLASS_CODE_CA_NOTES = 624,
2303
2307
  /**
2304
- * Citizenship Status
2308
+ * Citizenship status
2305
2309
  */
2306
2310
  CITIZENSHIP_STATUS = 625,
2307
2311
  /**
2308
- * Military Service From
2312
+ * Military service from
2309
2313
  */
2310
2314
  MILITARY_SERVICE_FROM = 626,
2311
2315
  /**
2312
- * Military Service To
2316
+ * Military service to
2317
+ */
2318
+ MILITARY_SERVICE_TO = 627,
2319
+ /**
2320
+ * DL category NT valid from
2321
+ */
2322
+ DL_CLASS_CODE_NT_FROM = 628,
2323
+ /**
2324
+ * DL category NT valid to
2325
+ */
2326
+ DL_CLASS_CODE_NT_TO = 629,
2327
+ /**
2328
+ * DL category NT codes
2329
+ */
2330
+ DL_CLASS_CODE_NT_NOTES = 630,
2331
+ /**
2332
+ * DL category TN valid from
2333
+ */
2334
+ DL_CLASS_CODE_TN_FROM = 631,
2335
+ /**
2336
+ * DL category TN valid to
2337
+ */
2338
+ DL_CLASS_CODE_TN_TO = 632,
2339
+ /**
2340
+ * DL category TN codes
2341
+ */
2342
+ DL_CLASS_CODE_TN_NOTES = 633,
2343
+ /**
2344
+ * DL category D3 valid from
2345
+ */
2346
+ DL_CLASS_CODE_D3_FROM = 634,
2347
+ /**
2348
+ * DL category D3 valid to
2349
+ */
2350
+ DL_CLASS_CODE_D3_TO = 635,
2351
+ /**
2352
+ * DL category D3 codes
2353
+ */
2354
+ DL_CLASS_CODE_D3_NOTES = 636,
2355
+ /**
2356
+ * Alternative date of expiry
2357
+ */
2358
+ ALT_DATE_OF_EXPIRY = 637,
2359
+ /**
2360
+ * DL category CD valid from
2361
+ */
2362
+ DL_CLASS_CODE_CD_FROM = 638,
2363
+ /**
2364
+ * DL category CD valid to
2365
+ */
2366
+ DL_CLASS_CODE_CD_TO = 639,
2367
+ /**
2368
+ * DL category CD codes
2369
+ */
2370
+ DL_CLASS_CODE_CD_NOTES = 640,
2371
+ /**
2372
+ * Issuer identification number
2373
+ */
2374
+ ISSUER_IDENTIFICATION_NUMBER = 641,
2375
+ /**
2376
+ * Payment period from
2377
+ */
2378
+ PAYMENT_PERIOD_FROM = 642,
2379
+ /**
2380
+ * Payment period to
2381
+ */
2382
+ PAYMENT_PERIOD_TO = 643,
2383
+ /**
2384
+ * Vaccination certificate identifier
2385
+ */
2386
+ VACCINATION_CERTIFICATE_IDENTIFIER = 644,
2387
+ /**
2388
+ * First name
2389
+ */
2390
+ FIRST_NAME = 645,
2391
+ /**
2392
+ * Date of arrival
2393
+ */
2394
+ DATE_OF_ARRIVAL = 646,
2395
+ /**
2396
+ * Second name
2397
+ */
2398
+ SECOND_NAME = 647,
2399
+ /**
2400
+ * Third name
2401
+ */
2402
+ THIRD_NAME = 648,
2403
+ /**
2404
+ * Fourth name
2405
+ */
2406
+ FOURTH_NAME = 649,
2407
+ /**
2408
+ * Last name
2409
+ */
2410
+ LAST_NAME = 650,
2411
+ /**
2412
+ * DL category RM valid from
2413
+ */
2414
+ DL_CLASS_CODE_RM_FROM = 651,
2415
+ /**
2416
+ * DL category RM codes
2417
+ */
2418
+ DL_CLASS_CODE_RM_NOTES = 652,
2419
+ /**
2420
+ * DL category RM valid to
2421
+ */
2422
+ DL_CLASS_CODE_RM_TO = 653,
2423
+ /**
2424
+ * DL category PW valid from
2425
+ */
2426
+ DL_CLASS_CODE_PW_FROM = 654,
2427
+ /**
2428
+ * DL category PW codes
2429
+ */
2430
+ DL_CLASS_CODE_PW_NOTES = 655,
2431
+ /**
2432
+ * DL category PW valid to
2433
+ */
2434
+ DL_CLASS_CODE_PW_TO = 656,
2435
+ /**
2436
+ * DL category EB valid from
2437
+ */
2438
+ DL_CLASS_CODE_EB_FROM = 657,
2439
+ /**
2440
+ * DL category EB codes
2441
+ */
2442
+ DL_CLASS_CODE_EB_NOTES = 658,
2443
+ /**
2444
+ * DL category EB valid to
2445
+ */
2446
+ DL_CLASS_CODE_EB_TO = 659,
2447
+ /**
2448
+ * DL category EC valid from
2449
+ */
2450
+ DL_CLASS_CODE_EC_FROM = 660,
2451
+ /**
2452
+ * DL category EC codes
2453
+ */
2454
+ DL_CLASS_CODE_EC_NOTES = 661,
2455
+ /**
2456
+ * DL category EC valid to
2457
+ */
2458
+ DL_CLASS_CODE_EC_TO = 662,
2459
+ /**
2460
+ * DL category EC1 valid from
2461
+ */
2462
+ DL_CLASS_CODE_EC1_FROM = 663,
2463
+ /**
2464
+ * DL category EC1 codes
2465
+ */
2466
+ DL_CLASS_CODE_EC1_NOTES = 664,
2467
+ /**
2468
+ * DL category EC1 valid to
2469
+ */
2470
+ DL_CLASS_CODE_EC1_TO = 665,
2471
+ /**
2472
+ * Place of birth city
2473
+ */
2474
+ PLACE_OF_BIRTH_CITY = 666,
2475
+ /**
2476
+ * Year of birth
2477
+ */
2478
+ YEAR_OF_BIRTH = 667,
2479
+ /**
2480
+ * Year of expiry
2481
+ */
2482
+ YEAR_OF_EXPIRY = 668,
2483
+ /**
2484
+ * Grandfather's name (maternal)
2485
+ */
2486
+ GRANDFATHER_NAME_MATERNAL = 669,
2487
+ /**
2488
+ * First surname
2489
+ */
2490
+ FIRST_SURNAME = 670,
2491
+ /**
2492
+ * Month of birth
2493
+ */
2494
+ MONTH_OF_BIRTH = 671,
2495
+ /**
2496
+ * Floor number
2497
+ */
2498
+ ADDRESS_FLOOR_NUMBER = 672,
2499
+ /**
2500
+ * Entrance number
2501
+ */
2502
+ ADDRESS_ENTRANCE = 673,
2503
+ /**
2504
+ * Block number
2505
+ */
2506
+ ADDRESS_BLOCK_NUMBER = 674,
2507
+ /**
2508
+ * Street number
2509
+ */
2510
+ ADDRESS_STREET_NUMBER = 675,
2511
+ /**
2512
+ * Street type
2513
+ */
2514
+ ADDRESS_STREET_TYPE = 676,
2515
+ /**
2516
+ * City sector
2517
+ */
2518
+ ADDRESS_CITY_SECTOR = 677,
2519
+ /**
2520
+ * County type
2521
+ */
2522
+ ADDRESS_COUNTY_TYPE = 678,
2523
+ /**
2524
+ * City type
2525
+ */
2526
+ ADDRESS_CITY_TYPE = 679,
2527
+ /**
2528
+ * Building type
2313
2529
  */
2314
- MILITARY_SERVICE_TO = 627
2530
+ ADDRESS_BUILDING_TYPE = 680
2315
2531
  }
2316
2532
 
2317
2533