@artu-ai/compliance-sdk 0.13.3 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (645) hide show
  1. package/README.md +2 -3
  2. package/dist/errors/upload.d.ts +13 -1
  3. package/dist/errors/upload.d.ts.map +1 -1
  4. package/dist/errors/upload.js +11 -0
  5. package/dist/exports/base.d.ts +1 -1
  6. package/dist/exports/base.d.ts.map +1 -1
  7. package/dist/exports/index.d.ts +6 -8
  8. package/dist/exports/index.d.ts.map +1 -1
  9. package/dist/exports/index.js +6 -7
  10. package/dist/exports/mx/av/ari.d.ts +19 -15
  11. package/dist/exports/mx/av/ari.d.ts.map +1 -1
  12. package/dist/exports/mx/av/ari.js +1 -1
  13. package/dist/exports/mx/av/avi.d.ts +18 -14
  14. package/dist/exports/mx/av/avi.d.ts.map +1 -1
  15. package/dist/exports/mx/av/avi.js +1 -1
  16. package/dist/exports/mx/av/inm.d.ts +1550 -0
  17. package/dist/exports/mx/av/inm.d.ts.map +1 -0
  18. package/dist/exports/mx/av/inm.js +118 -0
  19. package/dist/exports/mx/av/jys.d.ts +24 -20
  20. package/dist/exports/mx/av/jys.d.ts.map +1 -1
  21. package/dist/exports/mx/av/jys.js +1 -1
  22. package/dist/exports/mx/av/mjr.d.ts +20 -16
  23. package/dist/exports/mx/av/mjr.d.ts.map +1 -1
  24. package/dist/exports/mx/av/mjr.js +1 -1
  25. package/dist/exports/mx/av/tsc.d.ts +18 -14
  26. package/dist/exports/mx/av/tsc.d.ts.map +1 -1
  27. package/dist/exports/mx/av/tsc.js +1 -1
  28. package/dist/exports/mx/av.d.ts +1162 -0
  29. package/dist/exports/mx/av.d.ts.map +1 -0
  30. package/dist/exports/mx/av.js +102 -0
  31. package/dist/exports/mx/cnbv/transmisor.d.ts +7 -7
  32. package/dist/exports/mx/cnbv.d.ts +149 -0
  33. package/dist/exports/mx/cnbv.d.ts.map +1 -0
  34. package/dist/exports/mx/cnbv.js +94 -0
  35. package/dist/exports/mx/index.d.ts +1 -1
  36. package/dist/exports/mx/index.d.ts.map +1 -1
  37. package/dist/models/Address.d.ts +2 -2
  38. package/dist/models/Address.d.ts.map +1 -1
  39. package/dist/models/Address.js +3 -3
  40. package/dist/models/Alert.d.ts +57 -20
  41. package/dist/models/Alert.d.ts.map +1 -1
  42. package/dist/models/Alert.js +102 -35
  43. package/dist/models/AlertClientItem.d.ts +9 -3
  44. package/dist/models/AlertClientItem.d.ts.map +1 -1
  45. package/dist/models/AlertClientItem.js +10 -3
  46. package/dist/models/AlertItem.d.ts +8 -4
  47. package/dist/models/AlertItem.d.ts.map +1 -1
  48. package/dist/models/AlertItem.js +11 -5
  49. package/dist/models/AlertTransactionItem.d.ts +4 -4
  50. package/dist/models/AlertTransactionItem.d.ts.map +1 -1
  51. package/dist/models/AlertTransactionItem.js +4 -4
  52. package/dist/models/Client.d.ts +15 -6
  53. package/dist/models/Client.d.ts.map +1 -1
  54. package/dist/models/Client.js +38 -17
  55. package/dist/models/Document.d.ts +28 -6
  56. package/dist/models/Document.d.ts.map +1 -1
  57. package/dist/models/Document.js +54 -9
  58. package/dist/models/Evidence.d.ts +164 -0
  59. package/dist/models/Evidence.d.ts.map +1 -0
  60. package/dist/models/Evidence.js +298 -0
  61. package/dist/models/Product.d.ts +6 -6
  62. package/dist/models/Product.d.ts.map +1 -1
  63. package/dist/models/Product.js +9 -9
  64. package/dist/models/Transaction.d.ts +16 -7
  65. package/dist/models/Transaction.d.ts.map +1 -1
  66. package/dist/models/Transaction.js +40 -17
  67. package/dist/models/Workflow.d.ts +108 -0
  68. package/dist/models/Workflow.d.ts.map +1 -0
  69. package/dist/models/Workflow.js +180 -0
  70. package/dist/models/WorkflowExecution.d.ts +45 -0
  71. package/dist/models/WorkflowExecution.d.ts.map +1 -0
  72. package/dist/models/{RuleEvaluation.js → WorkflowExecution.js} +24 -13
  73. package/dist/models/WorkflowTemplate.d.ts +34 -0
  74. package/dist/models/WorkflowTemplate.d.ts.map +1 -0
  75. package/dist/models/{RuleTemplate.js → WorkflowTemplate.js} +13 -12
  76. package/dist/models/{RuleVariable.d.ts → WorkflowVariable.d.ts} +9 -9
  77. package/dist/models/WorkflowVariable.d.ts.map +1 -0
  78. package/dist/models/{RuleVariable.js → WorkflowVariable.js} +10 -10
  79. package/dist/models/index.d.ts +7 -6
  80. package/dist/models/index.d.ts.map +1 -1
  81. package/dist/models/index.js +16 -23
  82. package/dist/models/mx/MexAddress.js +1 -1
  83. package/dist/models/mx/MexAlert.d.ts +7 -7
  84. package/dist/models/mx/MexAlert.d.ts.map +1 -1
  85. package/dist/models/mx/MexAlert.js +5 -5
  86. package/dist/models/mx/MexAlertClientItem.d.ts +17 -17
  87. package/dist/models/mx/MexAlertClientItem.d.ts.map +1 -1
  88. package/dist/models/mx/MexAlertClientItem.js +11 -11
  89. package/dist/models/mx/MexAlertItem.d.ts +7 -7
  90. package/dist/models/mx/MexAlertItem.d.ts.map +1 -1
  91. package/dist/models/mx/MexAlertItem.js +4 -4
  92. package/dist/models/mx/MexAlertTransactionItem.d.ts +17 -17
  93. package/dist/models/mx/MexAlertTransactionItem.d.ts.map +1 -1
  94. package/dist/models/mx/MexAlertTransactionItem.js +11 -12
  95. package/dist/models/mx/MexClient.d.ts +7 -7
  96. package/dist/models/mx/MexClient.d.ts.map +1 -1
  97. package/dist/models/mx/MexClient.js +4 -4
  98. package/dist/models/mx/MexDocument.d.ts +1 -1
  99. package/dist/models/mx/MexDocument.d.ts.map +1 -1
  100. package/dist/models/mx/MexDocument.js +2 -2
  101. package/dist/models/mx/MexProduct.d.ts +6 -6
  102. package/dist/models/mx/MexProduct.d.ts.map +1 -1
  103. package/dist/models/mx/MexProduct.js +3 -3
  104. package/dist/models/mx/MexTransaction.d.ts +6 -6
  105. package/dist/models/mx/MexTransaction.d.ts.map +1 -1
  106. package/dist/models/mx/MexTransaction.js +3 -3
  107. package/dist/models/mx/av/MexAVAlert.d.ts +56 -0
  108. package/dist/models/mx/av/MexAVAlert.d.ts.map +1 -0
  109. package/dist/models/mx/av/MexAVAlert.js +84 -0
  110. package/dist/models/mx/av/MexAVAlertClientItem.d.ts +72 -0
  111. package/dist/models/mx/av/MexAVAlertClientItem.d.ts.map +1 -0
  112. package/dist/models/mx/av/MexAVAlertClientItem.js +80 -0
  113. package/dist/models/mx/av/MexAVAlertItem.d.ts +61 -0
  114. package/dist/models/mx/av/MexAVAlertItem.d.ts.map +1 -0
  115. package/dist/models/mx/av/MexAVAlertItem.js +75 -0
  116. package/dist/models/mx/av/{MexActividadVulnerableAlertTransactionItem.d.ts → MexAVAlertTransactionItem.d.ts} +73 -21
  117. package/dist/models/mx/av/MexAVAlertTransactionItem.d.ts.map +1 -0
  118. package/dist/models/mx/av/MexAVAlertTransactionItem.js +80 -0
  119. package/dist/models/mx/av/MexAVClient.d.ts +36 -0
  120. package/dist/models/mx/av/MexAVClient.d.ts.map +1 -0
  121. package/dist/models/mx/av/MexAVClient.js +45 -0
  122. package/dist/models/mx/av/MexAVProduct.d.ts +34 -0
  123. package/dist/models/mx/av/MexAVProduct.d.ts.map +1 -0
  124. package/dist/models/mx/av/{MexActividadVulnerableProduct.js → MexAVProduct.js} +14 -14
  125. package/dist/models/mx/av/MexAVTransaction.d.ts +29 -0
  126. package/dist/models/mx/av/MexAVTransaction.d.ts.map +1 -0
  127. package/dist/models/mx/av/MexAVTransaction.js +37 -0
  128. package/dist/models/mx/av/ari/MexARIAlert.d.ts +5 -4
  129. package/dist/models/mx/av/ari/MexARIAlert.d.ts.map +1 -1
  130. package/dist/models/mx/av/ari/MexARIAlert.js +5 -3
  131. package/dist/models/mx/av/ari/MexARIAlertClientItem.d.ts +6 -4
  132. package/dist/models/mx/av/ari/MexARIAlertClientItem.d.ts.map +1 -1
  133. package/dist/models/mx/av/ari/MexARIAlertClientItem.js +7 -5
  134. package/dist/models/mx/av/ari/MexARIAlertItem.d.ts +6 -4
  135. package/dist/models/mx/av/ari/MexARIAlertItem.d.ts.map +1 -1
  136. package/dist/models/mx/av/ari/MexARIAlertItem.js +9 -5
  137. package/dist/models/mx/av/ari/MexARIAlertTransactionItem.d.ts +6 -4
  138. package/dist/models/mx/av/ari/MexARIAlertTransactionItem.d.ts.map +1 -1
  139. package/dist/models/mx/av/ari/MexARIAlertTransactionItem.js +7 -5
  140. package/dist/models/mx/av/ari/MexARIClient.d.ts +2 -2
  141. package/dist/models/mx/av/ari/MexARIClient.d.ts.map +1 -1
  142. package/dist/models/mx/av/ari/MexARIClient.js +2 -2
  143. package/dist/models/mx/av/ari/MexARIProduct.d.ts +2 -2
  144. package/dist/models/mx/av/ari/MexARIProduct.d.ts.map +1 -1
  145. package/dist/models/mx/av/ari/MexARIProduct.js +2 -2
  146. package/dist/models/mx/av/ari/MexARITransaction.d.ts +2 -2
  147. package/dist/models/mx/av/ari/MexARITransaction.d.ts.map +1 -1
  148. package/dist/models/mx/av/ari/MexARITransaction.js +2 -2
  149. package/dist/models/mx/av/avi/MexAVIAlert.d.ts +5 -4
  150. package/dist/models/mx/av/avi/MexAVIAlert.d.ts.map +1 -1
  151. package/dist/models/mx/av/avi/MexAVIAlert.js +5 -3
  152. package/dist/models/mx/av/avi/MexAVIAlertClientItem.d.ts +6 -4
  153. package/dist/models/mx/av/avi/MexAVIAlertClientItem.d.ts.map +1 -1
  154. package/dist/models/mx/av/avi/MexAVIAlertClientItem.js +7 -5
  155. package/dist/models/mx/av/avi/MexAVIAlertItem.d.ts +6 -4
  156. package/dist/models/mx/av/avi/MexAVIAlertItem.d.ts.map +1 -1
  157. package/dist/models/mx/av/avi/MexAVIAlertItem.js +9 -5
  158. package/dist/models/mx/av/avi/MexAVIAlertTransactionItem.d.ts +6 -4
  159. package/dist/models/mx/av/avi/MexAVIAlertTransactionItem.d.ts.map +1 -1
  160. package/dist/models/mx/av/avi/MexAVIAlertTransactionItem.js +7 -5
  161. package/dist/models/mx/av/avi/MexAVIClient.d.ts +2 -2
  162. package/dist/models/mx/av/avi/MexAVIClient.d.ts.map +1 -1
  163. package/dist/models/mx/av/avi/MexAVIClient.js +2 -2
  164. package/dist/models/mx/av/avi/MexAVIProduct.d.ts +2 -2
  165. package/dist/models/mx/av/avi/MexAVIProduct.d.ts.map +1 -1
  166. package/dist/models/mx/av/avi/MexAVIProduct.js +2 -2
  167. package/dist/models/mx/av/avi/MexAVITransaction.d.ts +2 -2
  168. package/dist/models/mx/av/avi/MexAVITransaction.d.ts.map +1 -1
  169. package/dist/models/mx/av/avi/MexAVITransaction.js +2 -2
  170. package/dist/models/mx/av/index.d.ts +14 -7
  171. package/dist/models/mx/av/index.d.ts.map +1 -1
  172. package/dist/models/mx/av/index.js +15 -13
  173. package/dist/models/mx/av/inm/MexINMAlert.d.ts +54 -0
  174. package/dist/models/mx/av/inm/MexINMAlert.d.ts.map +1 -0
  175. package/dist/models/mx/av/inm/MexINMAlert.js +77 -0
  176. package/dist/models/mx/av/inm/MexINMAlertClientItem.d.ts +61 -0
  177. package/dist/models/mx/av/inm/MexINMAlertClientItem.d.ts.map +1 -0
  178. package/dist/models/mx/av/inm/MexINMAlertClientItem.js +68 -0
  179. package/dist/models/mx/av/inm/MexINMAlertItem.d.ts +58 -0
  180. package/dist/models/mx/av/inm/MexINMAlertItem.d.ts.map +1 -0
  181. package/dist/models/mx/av/inm/MexINMAlertItem.js +67 -0
  182. package/dist/models/mx/av/inm/MexINMAlertTransactionItem.d.ts +97 -0
  183. package/dist/models/mx/av/inm/MexINMAlertTransactionItem.d.ts.map +1 -0
  184. package/dist/models/mx/av/inm/MexINMAlertTransactionItem.js +125 -0
  185. package/dist/models/mx/av/inm/MexINMClient.d.ts +40 -0
  186. package/dist/models/mx/av/inm/MexINMClient.d.ts.map +1 -0
  187. package/dist/models/mx/av/inm/MexINMClient.js +54 -0
  188. package/dist/models/mx/av/inm/MexINMProduct.d.ts +64 -0
  189. package/dist/models/mx/av/inm/MexINMProduct.d.ts.map +1 -0
  190. package/dist/models/mx/av/inm/MexINMProduct.js +93 -0
  191. package/dist/models/mx/av/inm/MexINMTransaction.d.ts +76 -0
  192. package/dist/models/mx/av/inm/MexINMTransaction.d.ts.map +1 -0
  193. package/dist/models/mx/av/inm/MexINMTransaction.js +116 -0
  194. package/dist/models/mx/av/jys/MexJYSAlert.d.ts +5 -4
  195. package/dist/models/mx/av/jys/MexJYSAlert.d.ts.map +1 -1
  196. package/dist/models/mx/av/jys/MexJYSAlert.js +5 -3
  197. package/dist/models/mx/av/jys/MexJYSAlertClientItem.d.ts +6 -4
  198. package/dist/models/mx/av/jys/MexJYSAlertClientItem.d.ts.map +1 -1
  199. package/dist/models/mx/av/jys/MexJYSAlertClientItem.js +7 -5
  200. package/dist/models/mx/av/jys/MexJYSAlertItem.d.ts +6 -4
  201. package/dist/models/mx/av/jys/MexJYSAlertItem.d.ts.map +1 -1
  202. package/dist/models/mx/av/jys/MexJYSAlertItem.js +9 -5
  203. package/dist/models/mx/av/jys/MexJYSAlertTransactionItem.d.ts +6 -4
  204. package/dist/models/mx/av/jys/MexJYSAlertTransactionItem.d.ts.map +1 -1
  205. package/dist/models/mx/av/jys/MexJYSAlertTransactionItem.js +7 -5
  206. package/dist/models/mx/av/jys/MexJYSClient.d.ts +2 -2
  207. package/dist/models/mx/av/jys/MexJYSClient.d.ts.map +1 -1
  208. package/dist/models/mx/av/jys/MexJYSClient.js +2 -2
  209. package/dist/models/mx/av/jys/MexJYSProduct.d.ts +2 -2
  210. package/dist/models/mx/av/jys/MexJYSProduct.d.ts.map +1 -1
  211. package/dist/models/mx/av/jys/MexJYSProduct.js +2 -2
  212. package/dist/models/mx/av/jys/MexJYSTransaction.d.ts +2 -2
  213. package/dist/models/mx/av/jys/MexJYSTransaction.d.ts.map +1 -1
  214. package/dist/models/mx/av/jys/MexJYSTransaction.js +2 -2
  215. package/dist/models/mx/av/mjr/MexMJRAlert.d.ts +5 -4
  216. package/dist/models/mx/av/mjr/MexMJRAlert.d.ts.map +1 -1
  217. package/dist/models/mx/av/mjr/MexMJRAlert.js +5 -3
  218. package/dist/models/mx/av/mjr/MexMJRAlertClientItem.d.ts +6 -4
  219. package/dist/models/mx/av/mjr/MexMJRAlertClientItem.d.ts.map +1 -1
  220. package/dist/models/mx/av/mjr/MexMJRAlertClientItem.js +7 -5
  221. package/dist/models/mx/av/mjr/MexMJRAlertItem.d.ts +6 -4
  222. package/dist/models/mx/av/mjr/MexMJRAlertItem.d.ts.map +1 -1
  223. package/dist/models/mx/av/mjr/MexMJRAlertItem.js +9 -5
  224. package/dist/models/mx/av/mjr/MexMJRAlertTransactionItem.d.ts +6 -4
  225. package/dist/models/mx/av/mjr/MexMJRAlertTransactionItem.d.ts.map +1 -1
  226. package/dist/models/mx/av/mjr/MexMJRAlertTransactionItem.js +7 -5
  227. package/dist/models/mx/av/mjr/MexMJRClient.d.ts +2 -2
  228. package/dist/models/mx/av/mjr/MexMJRClient.d.ts.map +1 -1
  229. package/dist/models/mx/av/mjr/MexMJRClient.js +2 -2
  230. package/dist/models/mx/av/mjr/MexMJRProduct.d.ts +2 -2
  231. package/dist/models/mx/av/mjr/MexMJRProduct.d.ts.map +1 -1
  232. package/dist/models/mx/av/mjr/MexMJRProduct.js +2 -2
  233. package/dist/models/mx/av/mjr/MexMJRTransaction.d.ts +2 -2
  234. package/dist/models/mx/av/mjr/MexMJRTransaction.d.ts.map +1 -1
  235. package/dist/models/mx/av/mjr/MexMJRTransaction.js +2 -2
  236. package/dist/models/mx/av/tsc/MexTSCAlert.d.ts +5 -4
  237. package/dist/models/mx/av/tsc/MexTSCAlert.d.ts.map +1 -1
  238. package/dist/models/mx/av/tsc/MexTSCAlert.js +5 -3
  239. package/dist/models/mx/av/tsc/MexTSCAlertClientItem.d.ts +6 -4
  240. package/dist/models/mx/av/tsc/MexTSCAlertClientItem.d.ts.map +1 -1
  241. package/dist/models/mx/av/tsc/MexTSCAlertClientItem.js +7 -5
  242. package/dist/models/mx/av/tsc/MexTSCAlertItem.d.ts +6 -4
  243. package/dist/models/mx/av/tsc/MexTSCAlertItem.d.ts.map +1 -1
  244. package/dist/models/mx/av/tsc/MexTSCAlertItem.js +9 -5
  245. package/dist/models/mx/av/tsc/MexTSCAlertTransactionItem.d.ts +6 -4
  246. package/dist/models/mx/av/tsc/MexTSCAlertTransactionItem.d.ts.map +1 -1
  247. package/dist/models/mx/av/tsc/MexTSCAlertTransactionItem.js +7 -5
  248. package/dist/models/mx/av/tsc/MexTSCClient.d.ts +2 -2
  249. package/dist/models/mx/av/tsc/MexTSCClient.d.ts.map +1 -1
  250. package/dist/models/mx/av/tsc/MexTSCClient.js +2 -2
  251. package/dist/models/mx/av/tsc/MexTSCProduct.d.ts +2 -2
  252. package/dist/models/mx/av/tsc/MexTSCProduct.d.ts.map +1 -1
  253. package/dist/models/mx/av/tsc/MexTSCProduct.js +2 -2
  254. package/dist/models/mx/av/tsc/MexTSCTransaction.d.ts +2 -2
  255. package/dist/models/mx/av/tsc/MexTSCTransaction.d.ts.map +1 -1
  256. package/dist/models/mx/av/tsc/MexTSCTransaction.js +2 -2
  257. package/dist/models/mx/cnbv/MexCNBVAlert.d.ts +38 -0
  258. package/dist/models/mx/cnbv/MexCNBVAlert.d.ts.map +1 -0
  259. package/dist/models/mx/{av/MexActividadVulnerableAlert.js → cnbv/MexCNBVAlert.js} +16 -16
  260. package/dist/models/mx/cnbv/MexCNBVAlertClientItem.d.ts +51 -0
  261. package/dist/models/mx/cnbv/MexCNBVAlertClientItem.d.ts.map +1 -0
  262. package/dist/models/mx/cnbv/MexCNBVAlertClientItem.js +52 -0
  263. package/dist/models/mx/cnbv/MexCNBVAlertItem.d.ts +38 -0
  264. package/dist/models/mx/cnbv/MexCNBVAlertItem.d.ts.map +1 -0
  265. package/dist/models/mx/{av/MexActividadVulnerableAlertItem.js → cnbv/MexCNBVAlertItem.js} +16 -16
  266. package/dist/models/mx/cnbv/MexCNBVAlertTransactionItem.d.ts +55 -0
  267. package/dist/models/mx/cnbv/MexCNBVAlertTransactionItem.d.ts.map +1 -0
  268. package/dist/models/mx/cnbv/MexCNBVAlertTransactionItem.js +51 -0
  269. package/dist/models/mx/cnbv/MexCNBVClient.d.ts +46 -0
  270. package/dist/models/mx/cnbv/MexCNBVClient.d.ts.map +1 -0
  271. package/dist/models/mx/cnbv/MexCNBVClient.js +55 -0
  272. package/dist/models/mx/cnbv/MexCNBVProduct.d.ts +2 -2
  273. package/dist/models/mx/cnbv/MexCNBVProduct.d.ts.map +1 -1
  274. package/dist/models/mx/cnbv/MexCNBVTransaction.d.ts +29 -0
  275. package/dist/models/mx/cnbv/MexCNBVTransaction.d.ts.map +1 -0
  276. package/dist/models/mx/cnbv/MexCNBVTransaction.js +37 -0
  277. package/dist/models/mx/cnbv/index.d.ts +6 -0
  278. package/dist/models/mx/cnbv/index.d.ts.map +1 -1
  279. package/dist/models/mx/cnbv/index.js +7 -1
  280. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlert.d.ts +5 -5
  281. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlert.d.ts.map +1 -1
  282. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlert.js +4 -4
  283. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertClientItem.d.ts +6 -6
  284. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertClientItem.d.ts.map +1 -1
  285. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertClientItem.js +6 -6
  286. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertItem.d.ts +5 -5
  287. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertItem.d.ts.map +1 -1
  288. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertItem.js +4 -4
  289. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertTransactionItem.d.ts +8 -8
  290. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertTransactionItem.d.ts.map +1 -1
  291. package/dist/models/mx/cnbv/transmisor/MexTransmisorAlertTransactionItem.js +5 -5
  292. package/dist/models/mx/cnbv/transmisor/MexTransmisorClient.d.ts +3 -3
  293. package/dist/models/mx/cnbv/transmisor/MexTransmisorClient.d.ts.map +1 -1
  294. package/dist/models/mx/cnbv/transmisor/MexTransmisorClient.js +3 -3
  295. package/dist/models/mx/cnbv/transmisor/MexTransmisorProduct.d.ts +1 -1
  296. package/dist/models/mx/cnbv/transmisor/MexTransmisorProduct.js +1 -1
  297. package/dist/models/mx/cnbv/transmisor/MexTransmisorTransaction.d.ts +3 -3
  298. package/dist/models/mx/cnbv/transmisor/MexTransmisorTransaction.d.ts.map +1 -1
  299. package/dist/models/mx/cnbv/transmisor/MexTransmisorTransaction.js +3 -3
  300. package/dist/models/mx/index.js +4 -4
  301. package/dist/models/types.d.ts +19 -19
  302. package/dist/models/types.d.ts.map +1 -1
  303. package/dist/resources/addresses.d.ts +4 -0
  304. package/dist/resources/addresses.d.ts.map +1 -1
  305. package/dist/resources/addresses.js +26 -8
  306. package/dist/resources/alerts.d.ts +47 -13
  307. package/dist/resources/alerts.d.ts.map +1 -1
  308. package/dist/resources/alerts.js +70 -15
  309. package/dist/resources/audit-logs.d.ts +58 -0
  310. package/dist/resources/audit-logs.d.ts.map +1 -0
  311. package/dist/resources/audit-logs.js +60 -0
  312. package/dist/resources/bank-accounts.d.ts +2 -2
  313. package/dist/resources/bank-accounts.js +2 -2
  314. package/dist/resources/base.d.ts +10 -2
  315. package/dist/resources/base.d.ts.map +1 -1
  316. package/dist/resources/base.js +7 -1
  317. package/dist/resources/clients.d.ts +75 -5
  318. package/dist/resources/clients.d.ts.map +1 -1
  319. package/dist/resources/clients.js +103 -6
  320. package/dist/resources/documents.d.ts +76 -7
  321. package/dist/resources/documents.d.ts.map +1 -1
  322. package/dist/resources/documents.js +140 -13
  323. package/dist/resources/evidence.d.ts +394 -0
  324. package/dist/resources/evidence.d.ts.map +1 -0
  325. package/dist/resources/evidence.js +603 -0
  326. package/dist/resources/index.d.ts +6 -4
  327. package/dist/resources/index.d.ts.map +1 -1
  328. package/dist/resources/index.js +10 -7
  329. package/dist/resources/merge-tenant-defaults/mx/av/merge.d.ts +8 -8
  330. package/dist/resources/merge-tenant-defaults/mx/av/merge.js +11 -11
  331. package/dist/resources/merge-tenant-defaults/mx/cnbv/merge.d.ts +2 -2
  332. package/dist/resources/merge-tenant-defaults/mx/cnbv/merge.js +4 -4
  333. package/dist/resources/mx/addresses.d.ts +840 -4
  334. package/dist/resources/mx/addresses.d.ts.map +1 -1
  335. package/dist/resources/mx/addresses.js +51 -23
  336. package/dist/resources/mx/alerts.d.ts +6 -6
  337. package/dist/resources/mx/alerts.js +18 -18
  338. package/dist/resources/mx/av/alerts.d.ts +255 -0
  339. package/dist/resources/mx/av/alerts.d.ts.map +1 -0
  340. package/dist/resources/mx/av/alerts.js +424 -0
  341. package/dist/resources/mx/av/ari/alerts.d.ts +17 -42
  342. package/dist/resources/mx/av/ari/alerts.d.ts.map +1 -1
  343. package/dist/resources/mx/av/ari/alerts.js +44 -25
  344. package/dist/resources/mx/av/ari/clients.d.ts +11 -4
  345. package/dist/resources/mx/av/ari/clients.d.ts.map +1 -1
  346. package/dist/resources/mx/av/ari/clients.js +17 -11
  347. package/dist/resources/mx/av/ari/products.d.ts +2 -2
  348. package/dist/resources/mx/av/ari/products.d.ts.map +1 -1
  349. package/dist/resources/mx/av/ari/products.js +6 -6
  350. package/dist/resources/mx/av/ari/tenant.d.ts +2 -2
  351. package/dist/resources/mx/av/ari/tenant.d.ts.map +1 -1
  352. package/dist/resources/mx/av/ari/tenant.js +2 -2
  353. package/dist/resources/mx/av/ari/transactions.d.ts +3 -3
  354. package/dist/resources/mx/av/ari/transactions.d.ts.map +1 -1
  355. package/dist/resources/mx/av/ari/transactions.js +7 -7
  356. package/dist/resources/mx/av/avi/alerts.d.ts +18 -43
  357. package/dist/resources/mx/av/avi/alerts.d.ts.map +1 -1
  358. package/dist/resources/mx/av/avi/alerts.js +64 -39
  359. package/dist/resources/mx/av/avi/clients.d.ts +16 -7
  360. package/dist/resources/mx/av/avi/clients.d.ts.map +1 -1
  361. package/dist/resources/mx/av/avi/clients.js +23 -17
  362. package/dist/resources/mx/av/avi/products.d.ts +2 -2
  363. package/dist/resources/mx/av/avi/products.d.ts.map +1 -1
  364. package/dist/resources/mx/av/avi/products.js +6 -6
  365. package/dist/resources/mx/av/avi/tenant.d.ts +2 -2
  366. package/dist/resources/mx/av/avi/tenant.d.ts.map +1 -1
  367. package/dist/resources/mx/av/avi/tenant.js +2 -2
  368. package/dist/resources/mx/av/avi/transactions.d.ts +3 -3
  369. package/dist/resources/mx/av/avi/transactions.d.ts.map +1 -1
  370. package/dist/resources/mx/av/avi/transactions.js +7 -7
  371. package/dist/resources/mx/av/clients.d.ts +122 -0
  372. package/dist/resources/mx/av/clients.d.ts.map +1 -0
  373. package/dist/resources/mx/av/clients.js +255 -0
  374. package/dist/resources/mx/av/index.d.ts +5 -0
  375. package/dist/resources/mx/av/index.d.ts.map +1 -1
  376. package/dist/resources/mx/av/index.js +7 -0
  377. package/dist/resources/mx/av/inm/alerts.d.ts +245 -0
  378. package/dist/resources/mx/av/inm/alerts.d.ts.map +1 -0
  379. package/dist/resources/mx/av/inm/alerts.js +425 -0
  380. package/dist/resources/mx/av/inm/clients.d.ts +135 -0
  381. package/dist/resources/mx/av/inm/clients.d.ts.map +1 -0
  382. package/dist/resources/mx/av/inm/clients.js +277 -0
  383. package/dist/resources/mx/av/inm/index.d.ts +8 -0
  384. package/dist/resources/mx/av/inm/index.d.ts.map +1 -0
  385. package/dist/resources/mx/av/inm/index.js +7 -0
  386. package/dist/resources/mx/av/inm/products.d.ts +58 -0
  387. package/dist/resources/mx/av/inm/products.d.ts.map +1 -0
  388. package/dist/resources/mx/av/inm/products.js +165 -0
  389. package/dist/resources/mx/av/inm/tenant.d.ts +30 -0
  390. package/dist/resources/mx/av/inm/tenant.d.ts.map +1 -0
  391. package/dist/resources/mx/av/inm/tenant.js +36 -0
  392. package/dist/resources/mx/av/inm/transactions.d.ts +97 -0
  393. package/dist/resources/mx/av/inm/transactions.d.ts.map +1 -0
  394. package/dist/resources/mx/av/inm/transactions.js +334 -0
  395. package/dist/resources/mx/av/jys/alerts.d.ts +18 -43
  396. package/dist/resources/mx/av/jys/alerts.d.ts.map +1 -1
  397. package/dist/resources/mx/av/jys/alerts.js +61 -36
  398. package/dist/resources/mx/av/jys/clients.d.ts +11 -4
  399. package/dist/resources/mx/av/jys/clients.d.ts.map +1 -1
  400. package/dist/resources/mx/av/jys/clients.js +18 -12
  401. package/dist/resources/mx/av/jys/products.d.ts +2 -2
  402. package/dist/resources/mx/av/jys/products.d.ts.map +1 -1
  403. package/dist/resources/mx/av/jys/products.js +6 -6
  404. package/dist/resources/mx/av/jys/tenant.d.ts +2 -2
  405. package/dist/resources/mx/av/jys/tenant.d.ts.map +1 -1
  406. package/dist/resources/mx/av/jys/tenant.js +2 -2
  407. package/dist/resources/mx/av/jys/transactions.d.ts +3 -3
  408. package/dist/resources/mx/av/jys/transactions.d.ts.map +1 -1
  409. package/dist/resources/mx/av/jys/transactions.js +7 -7
  410. package/dist/resources/mx/av/mjr/alerts.d.ts +18 -43
  411. package/dist/resources/mx/av/mjr/alerts.d.ts.map +1 -1
  412. package/dist/resources/mx/av/mjr/alerts.js +61 -36
  413. package/dist/resources/mx/av/mjr/clients.d.ts +11 -4
  414. package/dist/resources/mx/av/mjr/clients.d.ts.map +1 -1
  415. package/dist/resources/mx/av/mjr/clients.js +17 -11
  416. package/dist/resources/mx/av/mjr/products.d.ts +2 -2
  417. package/dist/resources/mx/av/mjr/products.d.ts.map +1 -1
  418. package/dist/resources/mx/av/mjr/products.js +6 -6
  419. package/dist/resources/mx/av/mjr/tenant.d.ts +2 -2
  420. package/dist/resources/mx/av/mjr/tenant.d.ts.map +1 -1
  421. package/dist/resources/mx/av/mjr/tenant.js +2 -2
  422. package/dist/resources/mx/av/mjr/transactions.d.ts +3 -3
  423. package/dist/resources/mx/av/mjr/transactions.d.ts.map +1 -1
  424. package/dist/resources/mx/av/mjr/transactions.js +7 -7
  425. package/dist/resources/mx/av/products.d.ts +33 -0
  426. package/dist/resources/mx/av/products.d.ts.map +1 -0
  427. package/dist/resources/mx/av/products.js +96 -0
  428. package/dist/resources/mx/av/tenant.d.ts +33 -0
  429. package/dist/resources/mx/av/tenant.d.ts.map +1 -0
  430. package/dist/resources/mx/av/tenant.js +46 -0
  431. package/dist/resources/mx/av/transactions.d.ts +67 -0
  432. package/dist/resources/mx/av/transactions.d.ts.map +1 -0
  433. package/dist/resources/mx/av/transactions.js +239 -0
  434. package/dist/resources/mx/av/tsc/alerts.d.ts +18 -43
  435. package/dist/resources/mx/av/tsc/alerts.d.ts.map +1 -1
  436. package/dist/resources/mx/av/tsc/alerts.js +61 -36
  437. package/dist/resources/mx/av/tsc/clients.d.ts +11 -4
  438. package/dist/resources/mx/av/tsc/clients.d.ts.map +1 -1
  439. package/dist/resources/mx/av/tsc/clients.js +17 -11
  440. package/dist/resources/mx/av/tsc/products.d.ts +2 -2
  441. package/dist/resources/mx/av/tsc/products.d.ts.map +1 -1
  442. package/dist/resources/mx/av/tsc/products.js +6 -6
  443. package/dist/resources/mx/av/tsc/tenant.d.ts +2 -2
  444. package/dist/resources/mx/av/tsc/tenant.d.ts.map +1 -1
  445. package/dist/resources/mx/av/tsc/tenant.js +2 -2
  446. package/dist/resources/mx/av/tsc/transactions.d.ts +3 -3
  447. package/dist/resources/mx/av/tsc/transactions.d.ts.map +1 -1
  448. package/dist/resources/mx/av/tsc/transactions.js +7 -7
  449. package/dist/resources/mx/bank-accounts.d.ts +2 -2
  450. package/dist/resources/mx/bank-accounts.js +3 -3
  451. package/dist/resources/mx/clients.d.ts +14 -7
  452. package/dist/resources/mx/clients.d.ts.map +1 -1
  453. package/dist/resources/mx/clients.js +22 -16
  454. package/dist/resources/mx/cnbv/alerts.d.ts +68 -0
  455. package/dist/resources/mx/cnbv/alerts.d.ts.map +1 -0
  456. package/dist/resources/mx/cnbv/alerts.js +282 -0
  457. package/dist/resources/mx/cnbv/clients.d.ts +128 -0
  458. package/dist/resources/mx/cnbv/clients.d.ts.map +1 -0
  459. package/dist/resources/mx/cnbv/clients.js +272 -0
  460. package/dist/resources/mx/cnbv/index.d.ts +4 -0
  461. package/dist/resources/mx/cnbv/index.d.ts.map +1 -1
  462. package/dist/resources/mx/cnbv/index.js +6 -0
  463. package/dist/resources/mx/cnbv/products.d.ts +31 -0
  464. package/dist/resources/mx/cnbv/products.d.ts.map +1 -0
  465. package/dist/resources/mx/cnbv/products.js +106 -0
  466. package/dist/resources/mx/cnbv/tenant.d.ts +30 -0
  467. package/dist/resources/mx/cnbv/tenant.d.ts.map +1 -0
  468. package/dist/resources/mx/cnbv/tenant.js +28 -0
  469. package/dist/resources/mx/cnbv/transactions.d.ts +59 -0
  470. package/dist/resources/mx/cnbv/transactions.d.ts.map +1 -0
  471. package/dist/resources/mx/cnbv/transactions.js +217 -0
  472. package/dist/resources/mx/cnbv/transmisor/addresses.d.ts +11913 -4
  473. package/dist/resources/mx/cnbv/transmisor/addresses.d.ts.map +1 -1
  474. package/dist/resources/mx/cnbv/transmisor/addresses.js +48 -18
  475. package/dist/resources/mx/cnbv/transmisor/alerts.d.ts +17 -42
  476. package/dist/resources/mx/cnbv/transmisor/alerts.d.ts.map +1 -1
  477. package/dist/resources/mx/cnbv/transmisor/alerts.js +10 -10
  478. package/dist/resources/mx/cnbv/transmisor/clients.d.ts +13 -4
  479. package/dist/resources/mx/cnbv/transmisor/clients.d.ts.map +1 -1
  480. package/dist/resources/mx/cnbv/transmisor/clients.js +16 -10
  481. package/dist/resources/mx/cnbv/transmisor/products.d.ts +2 -2
  482. package/dist/resources/mx/cnbv/transmisor/products.d.ts.map +1 -1
  483. package/dist/resources/mx/cnbv/transmisor/products.js +6 -6
  484. package/dist/resources/mx/cnbv/transmisor/tenant.d.ts +2 -2
  485. package/dist/resources/mx/cnbv/transmisor/tenant.d.ts.map +1 -1
  486. package/dist/resources/mx/cnbv/transmisor/tenant.js +2 -2
  487. package/dist/resources/mx/cnbv/transmisor/transactions.d.ts +3 -3
  488. package/dist/resources/mx/cnbv/transmisor/transactions.d.ts.map +1 -1
  489. package/dist/resources/mx/cnbv/transmisor/transactions.js +7 -7
  490. package/dist/resources/mx/products.js +3 -3
  491. package/dist/resources/mx/tenant.d.ts +2 -1
  492. package/dist/resources/mx/tenant.d.ts.map +1 -1
  493. package/dist/resources/mx/tenant.js +2 -2
  494. package/dist/resources/mx/transactions.d.ts +2 -2
  495. package/dist/resources/mx/transactions.js +6 -6
  496. package/dist/resources/products.d.ts +4 -4
  497. package/dist/resources/products.js +4 -4
  498. package/dist/resources/reference-data/custom-reference-data.d.ts +76 -0
  499. package/dist/resources/reference-data/custom-reference-data.d.ts.map +1 -0
  500. package/dist/resources/reference-data/custom-reference-data.js +227 -0
  501. package/dist/resources/reference-data/index.d.ts +1 -0
  502. package/dist/resources/reference-data/index.d.ts.map +1 -1
  503. package/dist/resources/reference-data/index.js +1 -0
  504. package/dist/resources/reference-data/reference-data.d.ts +15 -10
  505. package/dist/resources/reference-data/reference-data.d.ts.map +1 -1
  506. package/dist/resources/reference-data/reference-data.js +25 -9
  507. package/dist/resources/related-parties/base.d.ts +73 -0
  508. package/dist/resources/related-parties/base.d.ts.map +1 -0
  509. package/dist/resources/related-parties/base.js +28 -0
  510. package/dist/resources/signable-templates.d.ts +81 -0
  511. package/dist/resources/signable-templates.d.ts.map +1 -0
  512. package/dist/resources/signable-templates.js +146 -0
  513. package/dist/resources/tenant.d.ts +1 -1
  514. package/dist/resources/tenant.js +1 -1
  515. package/dist/resources/transactions.d.ts +30 -4
  516. package/dist/resources/transactions.d.ts.map +1 -1
  517. package/dist/resources/transactions.js +60 -20
  518. package/dist/resources/workflow-executions.d.ts +126 -0
  519. package/dist/resources/workflow-executions.d.ts.map +1 -0
  520. package/dist/resources/workflow-executions.js +137 -0
  521. package/dist/resources/workflow-links.d.ts +64 -0
  522. package/dist/resources/workflow-links.d.ts.map +1 -0
  523. package/dist/resources/workflow-links.js +67 -0
  524. package/dist/resources/workflow-templates.d.ts +53 -0
  525. package/dist/resources/workflow-templates.d.ts.map +1 -0
  526. package/dist/resources/workflow-templates.js +93 -0
  527. package/dist/resources/workflow-variables.d.ts +77 -0
  528. package/dist/resources/workflow-variables.d.ts.map +1 -0
  529. package/dist/resources/workflow-variables.js +141 -0
  530. package/dist/resources/workflows.d.ts +226 -0
  531. package/dist/resources/workflows.d.ts.map +1 -0
  532. package/dist/resources/workflows.js +342 -0
  533. package/dist/sdk/ComplianceSDK.d.ts +38 -21
  534. package/dist/sdk/ComplianceSDK.d.ts.map +1 -1
  535. package/dist/sdk/ComplianceSDK.js +44 -24
  536. package/dist/sdk/index.d.ts +2 -6
  537. package/dist/sdk/index.d.ts.map +1 -1
  538. package/dist/sdk/index.js +2 -13
  539. package/dist/sdk/mx/ComplianceSDK.d.ts +1 -1
  540. package/dist/sdk/mx/ComplianceSDK.js +1 -1
  541. package/dist/sdk/mx/av/ComplianceSDK.d.ts +45 -0
  542. package/dist/sdk/mx/av/ComplianceSDK.d.ts.map +1 -0
  543. package/dist/sdk/mx/av/ComplianceSDK.js +35 -0
  544. package/dist/sdk/mx/av/ari/ComplianceSDK.d.ts +3 -3
  545. package/dist/sdk/mx/av/ari/ComplianceSDK.js +3 -3
  546. package/dist/sdk/mx/av/avi/ComplianceSDK.d.ts +1 -1
  547. package/dist/sdk/mx/av/avi/ComplianceSDK.js +1 -1
  548. package/dist/sdk/mx/av/index.d.ts +3 -0
  549. package/dist/sdk/mx/av/index.d.ts.map +1 -1
  550. package/dist/sdk/mx/av/index.js +18 -0
  551. package/dist/sdk/mx/av/inm/ComplianceSDK.d.ts +42 -0
  552. package/dist/sdk/mx/av/inm/ComplianceSDK.d.ts.map +1 -0
  553. package/dist/sdk/mx/av/inm/ComplianceSDK.js +35 -0
  554. package/dist/sdk/mx/av/inm/index.d.ts +8 -0
  555. package/dist/sdk/mx/av/inm/index.d.ts.map +1 -0
  556. package/dist/sdk/mx/av/inm/index.js +9 -0
  557. package/dist/sdk/mx/av/inm/types.d.ts +32 -0
  558. package/dist/sdk/mx/av/inm/types.d.ts.map +1 -0
  559. package/dist/sdk/mx/av/inm/types.js +21 -0
  560. package/dist/sdk/mx/av/jys/ComplianceSDK.d.ts +3 -3
  561. package/dist/sdk/mx/av/jys/ComplianceSDK.js +3 -3
  562. package/dist/sdk/mx/av/mjr/ComplianceSDK.d.ts +3 -3
  563. package/dist/sdk/mx/av/mjr/ComplianceSDK.js +3 -3
  564. package/dist/sdk/mx/av/tsc/ComplianceSDK.d.ts +3 -3
  565. package/dist/sdk/mx/av/tsc/ComplianceSDK.js +3 -3
  566. package/dist/sdk/mx/av/types.d.ts +32 -0
  567. package/dist/sdk/mx/av/types.d.ts.map +1 -0
  568. package/dist/sdk/mx/av/types.js +21 -0
  569. package/dist/sdk/mx/cnbv/ComplianceSDK.d.ts +45 -0
  570. package/dist/sdk/mx/cnbv/ComplianceSDK.d.ts.map +1 -0
  571. package/dist/sdk/mx/cnbv/ComplianceSDK.js +35 -0
  572. package/dist/sdk/mx/cnbv/index.d.ts +2 -0
  573. package/dist/sdk/mx/cnbv/index.d.ts.map +1 -1
  574. package/dist/sdk/mx/cnbv/index.js +11 -0
  575. package/dist/sdk/mx/cnbv/transmisor/ComplianceSDK.d.ts +3 -3
  576. package/dist/sdk/mx/cnbv/transmisor/ComplianceSDK.js +3 -3
  577. package/dist/sdk/mx/cnbv/types.d.ts +32 -0
  578. package/dist/sdk/mx/cnbv/types.d.ts.map +1 -0
  579. package/dist/sdk/mx/cnbv/types.js +21 -0
  580. package/dist/sdk/mx/index.d.ts +3 -6
  581. package/dist/sdk/mx/index.d.ts.map +1 -1
  582. package/dist/sdk/mx/index.js +2 -31
  583. package/dist/sdk/mx/registration.d.ts +10 -0
  584. package/dist/sdk/mx/registration.d.ts.map +1 -0
  585. package/dist/sdk/mx/registration.js +36 -0
  586. package/dist/sdk/mx/types.d.ts +3 -3
  587. package/dist/sdk/mx/types.d.ts.map +1 -1
  588. package/dist/sdk/mx/types.js +1 -1
  589. package/dist/sdk/registry-init.d.ts +11 -0
  590. package/dist/sdk/registry-init.d.ts.map +1 -0
  591. package/dist/sdk/registry-init.js +17 -0
  592. package/dist/sdk/resource-registry.d.ts +5 -5
  593. package/dist/sdk/resource-registry.d.ts.map +1 -1
  594. package/dist/sdk/resource-registry.js +13 -10
  595. package/dist/sdk/sdk-registry.d.ts +1 -1
  596. package/dist/sdk/sdk-registry.d.ts.map +1 -1
  597. package/dist/sdk/sdk-registry.js +8 -4
  598. package/dist/sdk/types.d.ts +26 -2
  599. package/dist/sdk/types.d.ts.map +1 -1
  600. package/dist/sdk/types.js +2 -2
  601. package/dist/utils/session.js +14 -17
  602. package/package.json +27 -12
  603. package/dist/models/Rule.d.ts +0 -85
  604. package/dist/models/Rule.d.ts.map +0 -1
  605. package/dist/models/Rule.js +0 -145
  606. package/dist/models/RuleEvaluation.d.ts +0 -38
  607. package/dist/models/RuleEvaluation.d.ts.map +0 -1
  608. package/dist/models/RuleTemplate.d.ts +0 -34
  609. package/dist/models/RuleTemplate.d.ts.map +0 -1
  610. package/dist/models/RuleVariable.d.ts.map +0 -1
  611. package/dist/models/mx/av/MexActividadVulnerableAlert.d.ts +0 -38
  612. package/dist/models/mx/av/MexActividadVulnerableAlert.d.ts.map +0 -1
  613. package/dist/models/mx/av/MexActividadVulnerableAlertClientItem.d.ts +0 -55
  614. package/dist/models/mx/av/MexActividadVulnerableAlertClientItem.d.ts.map +0 -1
  615. package/dist/models/mx/av/MexActividadVulnerableAlertClientItem.js +0 -53
  616. package/dist/models/mx/av/MexActividadVulnerableAlertItem.d.ts +0 -38
  617. package/dist/models/mx/av/MexActividadVulnerableAlertItem.d.ts.map +0 -1
  618. package/dist/models/mx/av/MexActividadVulnerableAlertTransactionItem.d.ts.map +0 -1
  619. package/dist/models/mx/av/MexActividadVulnerableAlertTransactionItem.js +0 -52
  620. package/dist/models/mx/av/MexActividadVulnerableClient.d.ts +0 -37
  621. package/dist/models/mx/av/MexActividadVulnerableClient.d.ts.map +0 -1
  622. package/dist/models/mx/av/MexActividadVulnerableClient.js +0 -46
  623. package/dist/models/mx/av/MexActividadVulnerableProduct.d.ts +0 -34
  624. package/dist/models/mx/av/MexActividadVulnerableProduct.d.ts.map +0 -1
  625. package/dist/models/mx/av/MexActividadVulnerableTransaction.d.ts +0 -29
  626. package/dist/models/mx/av/MexActividadVulnerableTransaction.d.ts.map +0 -1
  627. package/dist/models/mx/av/MexActividadVulnerableTransaction.js +0 -37
  628. package/dist/resources/ocr.d.ts +0 -17
  629. package/dist/resources/ocr.d.ts.map +0 -1
  630. package/dist/resources/ocr.js +0 -33
  631. package/dist/resources/onboarding-links.d.ts +0 -62
  632. package/dist/resources/onboarding-links.d.ts.map +0 -1
  633. package/dist/resources/onboarding-links.js +0 -90
  634. package/dist/resources/rule-evaluations.d.ts +0 -77
  635. package/dist/resources/rule-evaluations.d.ts.map +0 -1
  636. package/dist/resources/rule-evaluations.js +0 -88
  637. package/dist/resources/rule-templates.d.ts +0 -53
  638. package/dist/resources/rule-templates.d.ts.map +0 -1
  639. package/dist/resources/rule-templates.js +0 -93
  640. package/dist/resources/rule-variables.d.ts +0 -77
  641. package/dist/resources/rule-variables.d.ts.map +0 -1
  642. package/dist/resources/rule-variables.js +0 -141
  643. package/dist/resources/rules.d.ts +0 -133
  644. package/dist/resources/rules.d.ts.map +0 -1
  645. package/dist/resources/rules.js +0 -181
@@ -0,0 +1,1550 @@
1
+ /**
2
+ * @artu/compliance-sdk/mx/av/inm
3
+ *
4
+ * INM (Inmuebles - Real Estate Sale/Purchase) scoped SDK entry point.
5
+ * Import from here for real estate sale/purchase compliance workflows.
6
+ *
7
+ * @example
8
+ * ```typescript
9
+ * import {
10
+ * ComplianceSDK,
11
+ * Enums,
12
+ * Validators,
13
+ * Models,
14
+ * ResourceUtils,
15
+ * TypeGuards,
16
+ * } from "@artu/compliance-sdk/mx/av/inm";
17
+ *
18
+ * const sdk = new ComplianceSDK({
19
+ * apiKey: process.env.COMPLIANCE_API_KEY!,
20
+ * });
21
+ *
22
+ * // INM-specific enums (flat, no nesting)
23
+ * Enums.TipoOperacion.Compraventa
24
+ * Enums.FiguraCliente.Vendedor
25
+ * Enums.FiguraSO.Comprador
26
+ * ```
27
+ */
28
+ import { actividadVulnerable, CodigoActividad, Moneda, Prioridad, TipoIdentificacion } from "@artu-ai/shared";
29
+ import { isMexINMAlert, isMexINMAlertClientItem, isMexINMAlertItem, isMexINMAlertTransactionItem, isMexINMClient, isMexINMProduct, isMexINMTransaction, MexBankAccount, type MexBankAccountData, MexINMAlert, MexINMAlertClientItem, type MexINMAlertClientItemData, MexINMAlertItem, MexINMAlertTransactionItem, type MexINMAlertTransactionItemData, MexINMClient, MexINMProduct, MexINMTransaction } from "../../../models";
30
+ import { INMAlertsResource, INMClientsResource, INMProductsResource, INMTransactionsResource, MexBankAccountsResource } from "../../../resources";
31
+ import { INMTenantResource } from "../../../resources/mx/av/inm/tenant";
32
+ import { INMComplianceSDKScoped } from "../../../sdk/mx/av/inm";
33
+ import type { ComplianceSDKOptionsBase } from "../../../sdk/types";
34
+ /** Options for INM-scoped SDK */
35
+ export type ComplianceSDKOptions = ComplianceSDKOptionsBase;
36
+ /** INM-scoped ComplianceSDK - re-exported from sdk */
37
+ export { INMComplianceSDKScoped as ComplianceSDK };
38
+ export declare const Enums: {
39
+ readonly TipoOperacion: {
40
+ readonly Compraventa: "501";
41
+ };
42
+ readonly TipoAlerta: {
43
+ readonly NoAlert: "100";
44
+ readonly RefusalToIdentify: "3101";
45
+ readonly ThirdPartyPayment: "3102";
46
+ readonly MultipleRapidOperations: "3103";
47
+ readonly AboveMarketPrice: "3104";
48
+ readonly PublicSourceLinkToIllicit: "3105";
49
+ readonly ClientRefusesAssociation: "3106";
50
+ readonly InconsistentWithEconomicActivity: "3107";
51
+ readonly PrivateContractAvoidance: "3108";
52
+ readonly SameSuccessiveSale: "3109";
53
+ readonly OffMarketValue: "3110";
54
+ readonly HiddenIdentity: "3111";
55
+ readonly UnjustifiedCash: "3112";
56
+ readonly ForeignWireTransfer: "3113";
57
+ readonly CashAboveLegalThreshold: "3114";
58
+ readonly BribeOrCoercion: "3115";
59
+ readonly InconsistentDocumentation: "3116";
60
+ readonly IntermediaryCollusion: "3117";
61
+ readonly FideicomisoNoBeneficialOwner: "3118";
62
+ readonly GroupOperationsNoRelation: "3119";
63
+ readonly VirtualCurrencyPayment: "3120";
64
+ readonly Other: "9999";
65
+ };
66
+ readonly TipoInmueble: {
67
+ readonly HouseCondominium: "1";
68
+ readonly Apartment: "2";
69
+ readonly ResidentialBuilding: "3";
70
+ readonly CommercialBuilding: "4";
71
+ readonly OfficeBuilding: "5";
72
+ readonly IndependentCommercialSpace: "6";
73
+ readonly ShoppingCenterSpace: "7";
74
+ readonly Office: "8";
75
+ readonly CommercialWarehouse: "9";
76
+ readonly IndustrialWarehouse: "10";
77
+ readonly IndustrialFacility: "11";
78
+ readonly UrbanResidentialLand: "12";
79
+ readonly NonUrbanResidentialLand: "13";
80
+ readonly UrbanCommercialIndustrialLand: "14";
81
+ readonly NonUrbanCommercialIndustrialLand: "15";
82
+ readonly EjidalLand: "16";
83
+ readonly RanchHaciendaQuinta: "17";
84
+ readonly Orchard: "18";
85
+ readonly Other: "99";
86
+ };
87
+ readonly FiguraCliente: {
88
+ readonly Seller: "1";
89
+ readonly Buyer: "2";
90
+ };
91
+ readonly FiguraSO: {
92
+ readonly Seller: "1";
93
+ readonly Buyer: "2";
94
+ readonly Intermediary: "3";
95
+ };
96
+ readonly FormaPago: {
97
+ readonly Cash: "1";
98
+ readonly DeferredOrInstallments: "2";
99
+ readonly PaymentInKind: "3";
100
+ readonly LoanOrCredit: "4";
101
+ readonly Barter: "5";
102
+ };
103
+ readonly InstrumentoMonetario: {
104
+ readonly Cash: "1";
105
+ readonly CreditCard: "2";
106
+ readonly DebitCard: "3";
107
+ readonly PrepaidCard: "4";
108
+ readonly NominativeCheck: "5";
109
+ readonly CashiersCheck: "6";
110
+ readonly TravelersChecks: "7";
111
+ readonly InterbankTransfer: "8";
112
+ readonly SameInstitutionTransfer: "9";
113
+ readonly InternationalTransfer: "10";
114
+ readonly PaymentOrder: "11";
115
+ readonly MoneyOrder: "12";
116
+ readonly GoldPlatinumCoins: "13";
117
+ readonly SilverCoins: "14";
118
+ readonly PreciousMetals: "15";
119
+ readonly VirtualAssets: "16";
120
+ readonly Other: "99";
121
+ };
122
+ readonly TipoOperacionUtils: {
123
+ readonly enum: {
124
+ readonly Compraventa: "501";
125
+ };
126
+ readonly map: {
127
+ readonly "501": "Compra Venta de Inmuebles";
128
+ };
129
+ readonly codes: "501"[];
130
+ readonly options: {
131
+ value: actividadVulnerable.inm.TipoOperacion;
132
+ label: "Compra Venta de Inmuebles";
133
+ }[];
134
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
135
+ readonly Compraventa: "501";
136
+ }>;
137
+ readonly is: (value: string) => value is actividadVulnerable.inm.TipoOperacion;
138
+ };
139
+ readonly TipoAlertaUtils: {
140
+ readonly enum: {
141
+ readonly NoAlert: "100";
142
+ readonly RefusalToIdentify: "3101";
143
+ readonly ThirdPartyPayment: "3102";
144
+ readonly MultipleRapidOperations: "3103";
145
+ readonly AboveMarketPrice: "3104";
146
+ readonly PublicSourceLinkToIllicit: "3105";
147
+ readonly ClientRefusesAssociation: "3106";
148
+ readonly InconsistentWithEconomicActivity: "3107";
149
+ readonly PrivateContractAvoidance: "3108";
150
+ readonly SameSuccessiveSale: "3109";
151
+ readonly OffMarketValue: "3110";
152
+ readonly HiddenIdentity: "3111";
153
+ readonly UnjustifiedCash: "3112";
154
+ readonly ForeignWireTransfer: "3113";
155
+ readonly CashAboveLegalThreshold: "3114";
156
+ readonly BribeOrCoercion: "3115";
157
+ readonly InconsistentDocumentation: "3116";
158
+ readonly IntermediaryCollusion: "3117";
159
+ readonly FideicomisoNoBeneficialOwner: "3118";
160
+ readonly GroupOperationsNoRelation: "3119";
161
+ readonly VirtualCurrencyPayment: "3120";
162
+ readonly Other: "9999";
163
+ };
164
+ readonly map: {
165
+ readonly "100": "Sin alerta.";
166
+ readonly "3101": "El cliente se rehúsa a proporcionar documentos personales que lo identifiquen.";
167
+ readonly "3102": "El pago por el inmueble es realizado por un tercero sin relación aparente con el cliente.";
168
+ readonly "3103": "El cliente o personas relacionadas con él realizan múltiples operaciones en un periodo muy corto sin razón aparente.";
169
+ readonly "3104": "Al cliente parece no importarle pagar precios superiores a los del mercado con la finalidad de que la operación se realice fuera de los parámetros establecidos.";
170
+ readonly "3105": "De acuerdo con medios informativos u otras fuentes de información pública, se tiene conocimiento o sospecha de que el cliente, un familiar o persona relacionada, está vinculado con actividades ilícitas o se encuentra bajo proceso de investigación.";
171
+ readonly "3106": "El cliente no quiere ser relacionado con la compra del inmueble.";
172
+ readonly "3107": "La operación no es acorde con la actividad económica o giro mercantil declarado por el cliente.";
173
+ readonly "3108": "El cliente solicita que se realice la operación por medio de un contrato privado, donde no hay intención de registrarlo ante notario, o cuando esta intención se expresa, no se lleva a cabo finalmente.";
174
+ readonly "3109": "Transacciones sucesivas de compra y venta de la misma propiedad en un periodo corto de tiempo, con cambios injustificados del valor de la misma.";
175
+ readonly "3110": "La operación se lleva acabo a un valor de venta o compra significativamente diferente (mucho mayor o mucho menor) a partir del valor real de la propiedad o a los valores de mercado.";
176
+ readonly "3111": "Hay indicios, o certeza, que las partes no están actuando en nombre propio y están tratando de ocultar la identidad del cliente real.";
177
+ readonly "3112": "Uso de divisas en efectivo sin justificación alguna.";
178
+ readonly "3113": "El cliente liquida la operación por medio de una transferencia proveniente de un país extranjero.";
179
+ readonly "3114": "El cliente insiste en liquidar o pagar la operación en efectivo rebasando el umbral permitido en la Ley.";
180
+ readonly "3115": "El cliente intenta sobornar, extorsionar o amenaza al vendedor con el fin de realizar la operación fuera de los parámetros establecidos, o con la finalidad de evitar el envío del Aviso.";
181
+ readonly "3116": "La información y documentación presentada por el cliente es inconsistente o de difícil verificación por parte del Sujeto Obligado.";
182
+ readonly "3117": "Se tiene sospecha de que algunos intermediarios dentro del sistema financiero están coludidos con el cliente.";
183
+ readonly "3118": "El cliente es un Fideicomiso y se niega a proporcionar información sobre el beneficiario controlador.";
184
+ readonly "3119": "El cliente opera en grupos sin que exista algún parentesco o relación entre ellos.";
185
+ readonly "3120": "El cliente pretende pagar o liquidar la operación con monedas virtuales.";
186
+ readonly "9999": "Otra alerta.";
187
+ };
188
+ readonly codes: ("100" | "9999" | "3101" | "3102" | "3103" | "3104" | "3105" | "3106" | "3107" | "3108" | "3109" | "3110" | "3111" | "3112" | "3113" | "3114" | "3115" | "3116" | "3117" | "3118" | "3119" | "3120")[];
189
+ readonly options: {
190
+ value: actividadVulnerable.inm.TipoAlerta;
191
+ label: "Sin alerta." | "De acuerdo con medios informativos u otras fuentes de información pública, se tiene conocimiento o sospecha de que el cliente, un familiar o persona relacionada, está vinculado con actividades ilícitas o se encuentra bajo proceso de investigación." | "Otra alerta." | "El cliente se rehúsa a proporcionar documentos personales que lo identifiquen." | "El pago por el inmueble es realizado por un tercero sin relación aparente con el cliente." | "El cliente o personas relacionadas con él realizan múltiples operaciones en un periodo muy corto sin razón aparente." | "Al cliente parece no importarle pagar precios superiores a los del mercado con la finalidad de que la operación se realice fuera de los parámetros establecidos." | "El cliente no quiere ser relacionado con la compra del inmueble." | "La operación no es acorde con la actividad económica o giro mercantil declarado por el cliente." | "El cliente solicita que se realice la operación por medio de un contrato privado, donde no hay intención de registrarlo ante notario, o cuando esta intención se expresa, no se lleva a cabo finalmente." | "Transacciones sucesivas de compra y venta de la misma propiedad en un periodo corto de tiempo, con cambios injustificados del valor de la misma." | "La operación se lleva acabo a un valor de venta o compra significativamente diferente (mucho mayor o mucho menor) a partir del valor real de la propiedad o a los valores de mercado." | "Hay indicios, o certeza, que las partes no están actuando en nombre propio y están tratando de ocultar la identidad del cliente real." | "Uso de divisas en efectivo sin justificación alguna." | "El cliente liquida la operación por medio de una transferencia proveniente de un país extranjero." | "El cliente insiste en liquidar o pagar la operación en efectivo rebasando el umbral permitido en la Ley." | "El cliente intenta sobornar, extorsionar o amenaza al vendedor con el fin de realizar la operación fuera de los parámetros establecidos, o con la finalidad de evitar el envío del Aviso." | "La información y documentación presentada por el cliente es inconsistente o de difícil verificación por parte del Sujeto Obligado." | "Se tiene sospecha de que algunos intermediarios dentro del sistema financiero están coludidos con el cliente." | "El cliente es un Fideicomiso y se niega a proporcionar información sobre el beneficiario controlador." | "El cliente opera en grupos sin que exista algún parentesco o relación entre ellos." | "El cliente pretende pagar o liquidar la operación con monedas virtuales.";
192
+ }[];
193
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
194
+ readonly NoAlert: "100";
195
+ readonly RefusalToIdentify: "3101";
196
+ readonly ThirdPartyPayment: "3102";
197
+ readonly MultipleRapidOperations: "3103";
198
+ readonly AboveMarketPrice: "3104";
199
+ readonly PublicSourceLinkToIllicit: "3105";
200
+ readonly ClientRefusesAssociation: "3106";
201
+ readonly InconsistentWithEconomicActivity: "3107";
202
+ readonly PrivateContractAvoidance: "3108";
203
+ readonly SameSuccessiveSale: "3109";
204
+ readonly OffMarketValue: "3110";
205
+ readonly HiddenIdentity: "3111";
206
+ readonly UnjustifiedCash: "3112";
207
+ readonly ForeignWireTransfer: "3113";
208
+ readonly CashAboveLegalThreshold: "3114";
209
+ readonly BribeOrCoercion: "3115";
210
+ readonly InconsistentDocumentation: "3116";
211
+ readonly IntermediaryCollusion: "3117";
212
+ readonly FideicomisoNoBeneficialOwner: "3118";
213
+ readonly GroupOperationsNoRelation: "3119";
214
+ readonly VirtualCurrencyPayment: "3120";
215
+ readonly Other: "9999";
216
+ }>;
217
+ readonly is: (value: string) => value is actividadVulnerable.inm.TipoAlerta;
218
+ };
219
+ readonly TipoInmuebleUtils: {
220
+ readonly enum: {
221
+ readonly HouseCondominium: "1";
222
+ readonly Apartment: "2";
223
+ readonly ResidentialBuilding: "3";
224
+ readonly CommercialBuilding: "4";
225
+ readonly OfficeBuilding: "5";
226
+ readonly IndependentCommercialSpace: "6";
227
+ readonly ShoppingCenterSpace: "7";
228
+ readonly Office: "8";
229
+ readonly CommercialWarehouse: "9";
230
+ readonly IndustrialWarehouse: "10";
231
+ readonly IndustrialFacility: "11";
232
+ readonly UrbanResidentialLand: "12";
233
+ readonly NonUrbanResidentialLand: "13";
234
+ readonly UrbanCommercialIndustrialLand: "14";
235
+ readonly NonUrbanCommercialIndustrialLand: "15";
236
+ readonly EjidalLand: "16";
237
+ readonly RanchHaciendaQuinta: "17";
238
+ readonly Orchard: "18";
239
+ readonly Other: "99";
240
+ };
241
+ readonly map: {
242
+ readonly "1": "Casa / Casa en condominio";
243
+ readonly "2": "Departamento";
244
+ readonly "3": "Edificio habitacional";
245
+ readonly "4": "Edificio comercial";
246
+ readonly "5": "Edificio oficinas";
247
+ readonly "6": "Local comercial independiente";
248
+ readonly "7": "Local en centro comercial";
249
+ readonly "8": "Oficina";
250
+ readonly "9": "Bodega comercial";
251
+ readonly "10": "Bodega industrial";
252
+ readonly "11": "Nave Industrial";
253
+ readonly "12": "Terreno urbano habitacional";
254
+ readonly "13": "Terreno no urbano habitacional";
255
+ readonly "14": "Terreno urbano comercial o industrial";
256
+ readonly "15": "Terreno no urbano comercial o industrial";
257
+ readonly "16": "Terreno ejidal";
258
+ readonly "17": "Rancho / Hacienda / Quinta";
259
+ readonly "18": "Huerta";
260
+ readonly "99": "Otro";
261
+ };
262
+ readonly codes: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "99")[];
263
+ readonly options: {
264
+ value: actividadVulnerable.inm.TipoInmueble;
265
+ label: "Otro" | "Casa / Casa en condominio" | "Departamento" | "Edificio habitacional" | "Edificio comercial" | "Edificio oficinas" | "Local comercial independiente" | "Local en centro comercial" | "Oficina" | "Bodega comercial" | "Bodega industrial" | "Nave Industrial" | "Terreno urbano habitacional" | "Terreno no urbano habitacional" | "Terreno urbano comercial o industrial" | "Terreno no urbano comercial o industrial" | "Terreno ejidal" | "Rancho / Hacienda / Quinta" | "Huerta";
266
+ }[];
267
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
268
+ readonly HouseCondominium: "1";
269
+ readonly Apartment: "2";
270
+ readonly ResidentialBuilding: "3";
271
+ readonly CommercialBuilding: "4";
272
+ readonly OfficeBuilding: "5";
273
+ readonly IndependentCommercialSpace: "6";
274
+ readonly ShoppingCenterSpace: "7";
275
+ readonly Office: "8";
276
+ readonly CommercialWarehouse: "9";
277
+ readonly IndustrialWarehouse: "10";
278
+ readonly IndustrialFacility: "11";
279
+ readonly UrbanResidentialLand: "12";
280
+ readonly NonUrbanResidentialLand: "13";
281
+ readonly UrbanCommercialIndustrialLand: "14";
282
+ readonly NonUrbanCommercialIndustrialLand: "15";
283
+ readonly EjidalLand: "16";
284
+ readonly RanchHaciendaQuinta: "17";
285
+ readonly Orchard: "18";
286
+ readonly Other: "99";
287
+ }>;
288
+ readonly is: (value: string) => value is actividadVulnerable.inm.TipoInmueble;
289
+ };
290
+ readonly FiguraClienteUtils: {
291
+ readonly enum: {
292
+ readonly Seller: "1";
293
+ readonly Buyer: "2";
294
+ };
295
+ readonly map: {
296
+ readonly "1": "Vendedor";
297
+ readonly "2": "Comprador";
298
+ };
299
+ readonly codes: ("1" | "2")[];
300
+ readonly options: {
301
+ value: actividadVulnerable.inm.FiguraCliente;
302
+ label: "Vendedor" | "Comprador";
303
+ }[];
304
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
305
+ readonly Seller: "1";
306
+ readonly Buyer: "2";
307
+ }>;
308
+ readonly is: (value: string) => value is actividadVulnerable.inm.FiguraCliente;
309
+ };
310
+ readonly FiguraSOUtils: {
311
+ readonly enum: {
312
+ readonly Seller: "1";
313
+ readonly Buyer: "2";
314
+ readonly Intermediary: "3";
315
+ };
316
+ readonly map: {
317
+ readonly "1": "Vendedor";
318
+ readonly "2": "Comprador";
319
+ readonly "3": "Intermediario";
320
+ };
321
+ readonly codes: ("1" | "2" | "3")[];
322
+ readonly options: {
323
+ value: actividadVulnerable.inm.FiguraSO;
324
+ label: "Vendedor" | "Comprador" | "Intermediario";
325
+ }[];
326
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
327
+ readonly Seller: "1";
328
+ readonly Buyer: "2";
329
+ readonly Intermediary: "3";
330
+ }>;
331
+ readonly is: (value: string) => value is actividadVulnerable.inm.FiguraSO;
332
+ };
333
+ readonly FormaPagoUtils: {
334
+ readonly enum: {
335
+ readonly Cash: "1";
336
+ readonly DeferredOrInstallments: "2";
337
+ readonly PaymentInKind: "3";
338
+ readonly LoanOrCredit: "4";
339
+ readonly Barter: "5";
340
+ };
341
+ readonly map: {
342
+ readonly "1": "Contado";
343
+ readonly "2": "Diferido o en parcialidades";
344
+ readonly "3": "Dación en pago";
345
+ readonly "4": "Préstamo o crédito";
346
+ readonly "5": "Permuta";
347
+ };
348
+ readonly codes: ("1" | "2" | "3" | "4" | "5")[];
349
+ readonly options: {
350
+ value: actividadVulnerable.inm.FormaPago;
351
+ label: "Contado" | "Diferido o en parcialidades" | "Dación en pago" | "Préstamo o crédito" | "Permuta";
352
+ }[];
353
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
354
+ readonly Cash: "1";
355
+ readonly DeferredOrInstallments: "2";
356
+ readonly PaymentInKind: "3";
357
+ readonly LoanOrCredit: "4";
358
+ readonly Barter: "5";
359
+ }>;
360
+ readonly is: (value: string) => value is actividadVulnerable.inm.FormaPago;
361
+ };
362
+ readonly InstrumentoMonetarioUtils: {
363
+ readonly enum: {
364
+ readonly Cash: "1";
365
+ readonly CreditCard: "2";
366
+ readonly DebitCard: "3";
367
+ readonly PrepaidCard: "4";
368
+ readonly NominativeCheck: "5";
369
+ readonly CashiersCheck: "6";
370
+ readonly TravelersChecks: "7";
371
+ readonly InterbankTransfer: "8";
372
+ readonly SameInstitutionTransfer: "9";
373
+ readonly InternationalTransfer: "10";
374
+ readonly PaymentOrder: "11";
375
+ readonly MoneyOrder: "12";
376
+ readonly GoldPlatinumCoins: "13";
377
+ readonly SilverCoins: "14";
378
+ readonly PreciousMetals: "15";
379
+ readonly VirtualAssets: "16";
380
+ readonly Other: "99";
381
+ };
382
+ readonly map: {
383
+ readonly "1": "Efectivo";
384
+ readonly "2": "Tarjeta de Crédito";
385
+ readonly "3": "Tarjeta de Débito";
386
+ readonly "4": "Tarjeta de Prepago";
387
+ readonly "5": "Cheque Nominativo";
388
+ readonly "6": "Cheque de Caja";
389
+ readonly "7": "Cheques de Viajero";
390
+ readonly "8": "Transferencia Interbancaria";
391
+ readonly "9": "Transferencia Misma Institución";
392
+ readonly "10": "Transferencia Internacional";
393
+ readonly "11": "Orden de Pago";
394
+ readonly "12": "Giro";
395
+ readonly "13": "Oro o Platino Amonedados";
396
+ readonly "14": "Plata Amonedada";
397
+ readonly "15": "Metales Preciosos";
398
+ readonly "16": "Activos Virtuales";
399
+ readonly "99": "Otros";
400
+ };
401
+ readonly codes: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "99")[];
402
+ readonly options: {
403
+ value: actividadVulnerable.inm.InstrumentoMonetario;
404
+ label: "Efectivo" | "Tarjeta de Crédito" | "Tarjeta de Débito" | "Tarjeta de Prepago" | "Cheque Nominativo" | "Cheque de Caja" | "Cheques de Viajero" | "Transferencia Interbancaria" | "Transferencia Misma Institución" | "Transferencia Internacional" | "Orden de Pago" | "Giro" | "Oro o Platino Amonedados" | "Plata Amonedada" | "Metales Preciosos" | "Activos Virtuales" | "Otros";
405
+ }[];
406
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
407
+ readonly Cash: "1";
408
+ readonly CreditCard: "2";
409
+ readonly DebitCard: "3";
410
+ readonly PrepaidCard: "4";
411
+ readonly NominativeCheck: "5";
412
+ readonly CashiersCheck: "6";
413
+ readonly TravelersChecks: "7";
414
+ readonly InterbankTransfer: "8";
415
+ readonly SameInstitutionTransfer: "9";
416
+ readonly InternationalTransfer: "10";
417
+ readonly PaymentOrder: "11";
418
+ readonly MoneyOrder: "12";
419
+ readonly GoldPlatinumCoins: "13";
420
+ readonly SilverCoins: "14";
421
+ readonly PreciousMetals: "15";
422
+ readonly VirtualAssets: "16";
423
+ readonly Other: "99";
424
+ }>;
425
+ readonly is: (value: string) => value is actividadVulnerable.inm.InstrumentoMonetario;
426
+ };
427
+ readonly CodigoActividad: {
428
+ readonly ARI: "ARI";
429
+ readonly AVI: "AVI";
430
+ readonly INM: "INM";
431
+ readonly JYS: "JYS";
432
+ readonly MJR: "MJR";
433
+ readonly TSC: "TSC";
434
+ };
435
+ readonly Moneda: {
436
+ readonly MXN: "1";
437
+ readonly USD: "2";
438
+ readonly EUR: "3";
439
+ readonly AED: "4";
440
+ readonly AFN: "5";
441
+ readonly ALL: "6";
442
+ readonly AMD: "7";
443
+ readonly ANG: "8";
444
+ readonly AOA: "9";
445
+ readonly ARS: "10";
446
+ readonly AUD: "11";
447
+ readonly AWG: "12";
448
+ readonly AZM: "13";
449
+ readonly AZN: "14";
450
+ readonly BAM: "15";
451
+ readonly BBD: "16";
452
+ readonly BDT: "17";
453
+ readonly BGN: "18";
454
+ readonly BHD: "19";
455
+ readonly BIF: "20";
456
+ readonly BMD: "21";
457
+ readonly BND: "22";
458
+ readonly BOB: "23";
459
+ readonly BRL: "24";
460
+ readonly BSD: "25";
461
+ readonly BTN: "26";
462
+ readonly BWP: "27";
463
+ readonly BYR: "28";
464
+ readonly BZD: "29";
465
+ readonly CAD: "30";
466
+ readonly CDF: "31";
467
+ readonly CHF: "32";
468
+ readonly CLP: "33";
469
+ readonly CNY: "34";
470
+ readonly COP: "35";
471
+ readonly CRC: "36";
472
+ readonly CSD: "37";
473
+ readonly CUC: "38";
474
+ readonly CUP: "39";
475
+ readonly CVE: "40";
476
+ readonly CZK: "41";
477
+ readonly DJF: "42";
478
+ readonly DKK: "43";
479
+ readonly DOP: "44";
480
+ readonly DZD: "45";
481
+ readonly EGP: "46";
482
+ readonly ERN: "47";
483
+ readonly ETB: "48";
484
+ readonly FJD: "49";
485
+ readonly FKP: "50";
486
+ readonly GBP: "51";
487
+ readonly GEL: "52";
488
+ readonly GHS: "53";
489
+ readonly GIP: "54";
490
+ readonly GMD: "55";
491
+ readonly GNF: "56";
492
+ readonly GTQ: "57";
493
+ readonly GYD: "58";
494
+ readonly HKD: "59";
495
+ readonly HNL: "60";
496
+ readonly HRK: "61";
497
+ readonly HTG: "62";
498
+ readonly HUF: "63";
499
+ readonly IDR: "64";
500
+ readonly ILS: "65";
501
+ readonly INR: "66";
502
+ readonly IQD: "67";
503
+ readonly IRR: "68";
504
+ readonly ISK: "69";
505
+ readonly JMD: "70";
506
+ readonly JOD: "71";
507
+ readonly JPY: "72";
508
+ readonly KES: "73";
509
+ readonly KGS: "74";
510
+ readonly KHR: "75";
511
+ readonly KMF: "76";
512
+ readonly KPW: "77";
513
+ readonly KRW: "78";
514
+ readonly KWD: "79";
515
+ readonly KYD: "80";
516
+ readonly KZT: "81";
517
+ readonly LAK: "82";
518
+ readonly LBP: "83";
519
+ readonly LKR: "84";
520
+ readonly LRD: "85";
521
+ readonly LSL: "86";
522
+ readonly LTL: "87";
523
+ readonly LVL: "88";
524
+ readonly LYD: "89";
525
+ readonly MAD: "90";
526
+ readonly MDL: "91";
527
+ readonly MGA: "92";
528
+ readonly MKD: "93";
529
+ readonly MMK: "94";
530
+ readonly MNT: "95";
531
+ readonly MOP: "96";
532
+ readonly MRO: "97";
533
+ readonly MUR: "98";
534
+ readonly MVR: "99";
535
+ readonly MWK: "100";
536
+ readonly MYR: "101";
537
+ readonly MZN: "102";
538
+ readonly NAD: "103";
539
+ readonly NGN: "104";
540
+ readonly NIO: "105";
541
+ readonly NOK: "106";
542
+ readonly NPR: "107";
543
+ readonly NZD: "108";
544
+ readonly OMR: "109";
545
+ readonly PAB: "110";
546
+ readonly PEN: "111";
547
+ readonly PGK: "112";
548
+ readonly PHP: "113";
549
+ readonly PKR: "114";
550
+ readonly PLN: "115";
551
+ readonly PYG: "116";
552
+ readonly QAR: "117";
553
+ readonly RON: "118";
554
+ readonly RSD: "119";
555
+ readonly RUB: "120";
556
+ readonly RWF: "121";
557
+ readonly SAR: "122";
558
+ readonly SBD: "123";
559
+ readonly SCR: "124";
560
+ readonly SDG: "125";
561
+ readonly SEK: "126";
562
+ readonly SGD: "127";
563
+ readonly SHP: "128";
564
+ readonly SLL: "129";
565
+ readonly SOS: "130";
566
+ readonly SRD: "131";
567
+ readonly SSP: "132";
568
+ readonly STD: "133";
569
+ readonly SVC: "134";
570
+ readonly SYP: "135";
571
+ readonly SZL: "136";
572
+ readonly THB: "137";
573
+ readonly TJS: "138";
574
+ readonly TMT: "139";
575
+ readonly TND: "140";
576
+ readonly TOP: "141";
577
+ readonly TRY: "142";
578
+ readonly TTD: "143";
579
+ readonly TWD: "144";
580
+ readonly TZS: "145";
581
+ readonly UAH: "146";
582
+ readonly UGX: "147";
583
+ readonly UYU: "148";
584
+ readonly UZS: "149";
585
+ readonly VEF: "150";
586
+ readonly VND: "151";
587
+ readonly VUV: "152";
588
+ readonly WST: "153";
589
+ readonly YER: "154";
590
+ readonly ZAR: "155";
591
+ readonly ZMK: "156";
592
+ readonly ZMW: "157";
593
+ readonly ZWL: "158";
594
+ readonly MX_A: "159";
595
+ readonly MX_B: "160";
596
+ readonly MX_C: "161";
597
+ readonly MX_D: "162";
598
+ readonly MX_E: "163";
599
+ readonly MX_F: "164";
600
+ readonly MX_G: "165";
601
+ readonly MX_H: "166";
602
+ readonly MX_I: "167";
603
+ readonly MX_J: "168";
604
+ readonly MX_K: "169";
605
+ readonly MX_L: "170";
606
+ readonly MX_M: "171";
607
+ readonly MX_N: "172";
608
+ readonly MX_O: "173";
609
+ readonly MX_P: "174";
610
+ readonly XAG: "175";
611
+ readonly XAU: "176";
612
+ readonly XFO: "177";
613
+ readonly XPD: "178";
614
+ readonly XPT: "179";
615
+ readonly XAF: "180";
616
+ readonly XCD: "181";
617
+ readonly XFU: "182";
618
+ readonly XOF: "183";
619
+ readonly XPF: "184";
620
+ };
621
+ readonly TipoIdentificacion: {
622
+ readonly INE: "1";
623
+ readonly Pasaporte: "2";
624
+ readonly CedulaProfesional: "3";
625
+ };
626
+ readonly Prioridad: {
627
+ readonly Normal: "1";
628
+ readonly TwentyFourHours: "2";
629
+ };
630
+ readonly CodigoActividadUtils: {
631
+ readonly enum: {
632
+ readonly ARI: "ARI";
633
+ readonly AVI: "AVI";
634
+ readonly INM: "INM";
635
+ readonly JYS: "JYS";
636
+ readonly MJR: "MJR";
637
+ readonly TSC: "TSC";
638
+ };
639
+ readonly map: {
640
+ readonly ARI: "Arrendamiento de Inmuebles";
641
+ readonly AVI: "Activos Virtuales";
642
+ readonly INM: "Inmuebles";
643
+ readonly JYS: "Juegos y Sorteos";
644
+ readonly MJR: "Metales y Joyas";
645
+ readonly TSC: "Tarjetas de Servicio y Crédito";
646
+ };
647
+ readonly codes: ("AVI" | "ARI" | "INM" | "JYS" | "MJR" | "TSC")[];
648
+ readonly options: {
649
+ value: CodigoActividad;
650
+ label: "Activos Virtuales" | "Arrendamiento de Inmuebles" | "Inmuebles" | "Juegos y Sorteos" | "Metales y Joyas" | "Tarjetas de Servicio y Crédito";
651
+ }[];
652
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
653
+ readonly ARI: "ARI";
654
+ readonly AVI: "AVI";
655
+ readonly INM: "INM";
656
+ readonly JYS: "JYS";
657
+ readonly MJR: "MJR";
658
+ readonly TSC: "TSC";
659
+ }>;
660
+ readonly is: (value: string) => value is CodigoActividad;
661
+ };
662
+ readonly MonedaUtils: {
663
+ readonly enum: {
664
+ readonly MXN: "1";
665
+ readonly USD: "2";
666
+ readonly EUR: "3";
667
+ readonly AED: "4";
668
+ readonly AFN: "5";
669
+ readonly ALL: "6";
670
+ readonly AMD: "7";
671
+ readonly ANG: "8";
672
+ readonly AOA: "9";
673
+ readonly ARS: "10";
674
+ readonly AUD: "11";
675
+ readonly AWG: "12";
676
+ readonly AZM: "13";
677
+ readonly AZN: "14";
678
+ readonly BAM: "15";
679
+ readonly BBD: "16";
680
+ readonly BDT: "17";
681
+ readonly BGN: "18";
682
+ readonly BHD: "19";
683
+ readonly BIF: "20";
684
+ readonly BMD: "21";
685
+ readonly BND: "22";
686
+ readonly BOB: "23";
687
+ readonly BRL: "24";
688
+ readonly BSD: "25";
689
+ readonly BTN: "26";
690
+ readonly BWP: "27";
691
+ readonly BYR: "28";
692
+ readonly BZD: "29";
693
+ readonly CAD: "30";
694
+ readonly CDF: "31";
695
+ readonly CHF: "32";
696
+ readonly CLP: "33";
697
+ readonly CNY: "34";
698
+ readonly COP: "35";
699
+ readonly CRC: "36";
700
+ readonly CSD: "37";
701
+ readonly CUC: "38";
702
+ readonly CUP: "39";
703
+ readonly CVE: "40";
704
+ readonly CZK: "41";
705
+ readonly DJF: "42";
706
+ readonly DKK: "43";
707
+ readonly DOP: "44";
708
+ readonly DZD: "45";
709
+ readonly EGP: "46";
710
+ readonly ERN: "47";
711
+ readonly ETB: "48";
712
+ readonly FJD: "49";
713
+ readonly FKP: "50";
714
+ readonly GBP: "51";
715
+ readonly GEL: "52";
716
+ readonly GHS: "53";
717
+ readonly GIP: "54";
718
+ readonly GMD: "55";
719
+ readonly GNF: "56";
720
+ readonly GTQ: "57";
721
+ readonly GYD: "58";
722
+ readonly HKD: "59";
723
+ readonly HNL: "60";
724
+ readonly HRK: "61";
725
+ readonly HTG: "62";
726
+ readonly HUF: "63";
727
+ readonly IDR: "64";
728
+ readonly ILS: "65";
729
+ readonly INR: "66";
730
+ readonly IQD: "67";
731
+ readonly IRR: "68";
732
+ readonly ISK: "69";
733
+ readonly JMD: "70";
734
+ readonly JOD: "71";
735
+ readonly JPY: "72";
736
+ readonly KES: "73";
737
+ readonly KGS: "74";
738
+ readonly KHR: "75";
739
+ readonly KMF: "76";
740
+ readonly KPW: "77";
741
+ readonly KRW: "78";
742
+ readonly KWD: "79";
743
+ readonly KYD: "80";
744
+ readonly KZT: "81";
745
+ readonly LAK: "82";
746
+ readonly LBP: "83";
747
+ readonly LKR: "84";
748
+ readonly LRD: "85";
749
+ readonly LSL: "86";
750
+ readonly LTL: "87";
751
+ readonly LVL: "88";
752
+ readonly LYD: "89";
753
+ readonly MAD: "90";
754
+ readonly MDL: "91";
755
+ readonly MGA: "92";
756
+ readonly MKD: "93";
757
+ readonly MMK: "94";
758
+ readonly MNT: "95";
759
+ readonly MOP: "96";
760
+ readonly MRO: "97";
761
+ readonly MUR: "98";
762
+ readonly MVR: "99";
763
+ readonly MWK: "100";
764
+ readonly MYR: "101";
765
+ readonly MZN: "102";
766
+ readonly NAD: "103";
767
+ readonly NGN: "104";
768
+ readonly NIO: "105";
769
+ readonly NOK: "106";
770
+ readonly NPR: "107";
771
+ readonly NZD: "108";
772
+ readonly OMR: "109";
773
+ readonly PAB: "110";
774
+ readonly PEN: "111";
775
+ readonly PGK: "112";
776
+ readonly PHP: "113";
777
+ readonly PKR: "114";
778
+ readonly PLN: "115";
779
+ readonly PYG: "116";
780
+ readonly QAR: "117";
781
+ readonly RON: "118";
782
+ readonly RSD: "119";
783
+ readonly RUB: "120";
784
+ readonly RWF: "121";
785
+ readonly SAR: "122";
786
+ readonly SBD: "123";
787
+ readonly SCR: "124";
788
+ readonly SDG: "125";
789
+ readonly SEK: "126";
790
+ readonly SGD: "127";
791
+ readonly SHP: "128";
792
+ readonly SLL: "129";
793
+ readonly SOS: "130";
794
+ readonly SRD: "131";
795
+ readonly SSP: "132";
796
+ readonly STD: "133";
797
+ readonly SVC: "134";
798
+ readonly SYP: "135";
799
+ readonly SZL: "136";
800
+ readonly THB: "137";
801
+ readonly TJS: "138";
802
+ readonly TMT: "139";
803
+ readonly TND: "140";
804
+ readonly TOP: "141";
805
+ readonly TRY: "142";
806
+ readonly TTD: "143";
807
+ readonly TWD: "144";
808
+ readonly TZS: "145";
809
+ readonly UAH: "146";
810
+ readonly UGX: "147";
811
+ readonly UYU: "148";
812
+ readonly UZS: "149";
813
+ readonly VEF: "150";
814
+ readonly VND: "151";
815
+ readonly VUV: "152";
816
+ readonly WST: "153";
817
+ readonly YER: "154";
818
+ readonly ZAR: "155";
819
+ readonly ZMK: "156";
820
+ readonly ZMW: "157";
821
+ readonly ZWL: "158";
822
+ readonly MX_A: "159";
823
+ readonly MX_B: "160";
824
+ readonly MX_C: "161";
825
+ readonly MX_D: "162";
826
+ readonly MX_E: "163";
827
+ readonly MX_F: "164";
828
+ readonly MX_G: "165";
829
+ readonly MX_H: "166";
830
+ readonly MX_I: "167";
831
+ readonly MX_J: "168";
832
+ readonly MX_K: "169";
833
+ readonly MX_L: "170";
834
+ readonly MX_M: "171";
835
+ readonly MX_N: "172";
836
+ readonly MX_O: "173";
837
+ readonly MX_P: "174";
838
+ readonly XAG: "175";
839
+ readonly XAU: "176";
840
+ readonly XFO: "177";
841
+ readonly XPD: "178";
842
+ readonly XPT: "179";
843
+ readonly XAF: "180";
844
+ readonly XCD: "181";
845
+ readonly XFU: "182";
846
+ readonly XOF: "183";
847
+ readonly XPF: "184";
848
+ };
849
+ readonly map: {
850
+ readonly "1": "Mexican Peso";
851
+ readonly "2": "US Dollar";
852
+ readonly "3": "Euro";
853
+ readonly "4": "UAE Dirham";
854
+ readonly "5": "Afghan Afghani";
855
+ readonly "6": "Albanian Lek";
856
+ readonly "7": "Armenian Dram";
857
+ readonly "8": "Netherlands Antillean Guilder";
858
+ readonly "9": "Angolan Kwanza";
859
+ readonly "10": "Argentine Peso";
860
+ readonly "11": "Australian Dollar";
861
+ readonly "12": "Aruban Florin";
862
+ readonly "13": "Azerbaijani Manat";
863
+ readonly "14": "Azerbaijani Manat";
864
+ readonly "15": "Bosnia-Herzegovina Convertible Mark";
865
+ readonly "16": "Barbadian Dollar";
866
+ readonly "17": "Bangladeshi Taka";
867
+ readonly "18": "Bulgarian Lev";
868
+ readonly "19": "Bahraini Dinar";
869
+ readonly "20": "Burundian Franc";
870
+ readonly "21": "Bermudian Dollar";
871
+ readonly "22": "Brunei Dollar";
872
+ readonly "23": "Bolivian Boliviano";
873
+ readonly "24": "Brazilian Real";
874
+ readonly "25": "Bahamian Dollar";
875
+ readonly "26": "Bhutanese Ngultrum";
876
+ readonly "27": "Botswanan Pula";
877
+ readonly "28": "Belarusian Ruble";
878
+ readonly "29": "Belize Dollar";
879
+ readonly "30": "Canadian Dollar";
880
+ readonly "31": "Congolese Franc";
881
+ readonly "32": "Swiss Franc";
882
+ readonly "33": "Chilean Peso";
883
+ readonly "34": "Chinese Yuan";
884
+ readonly "35": "Colombian Peso";
885
+ readonly "36": "Costa Rican Colón";
886
+ readonly "37": "Serbian Dinar";
887
+ readonly "38": "Cuban Convertible Peso";
888
+ readonly "39": "Cuban Peso";
889
+ readonly "40": "Cape Verdean Escudo";
890
+ readonly "41": "Czech Koruna";
891
+ readonly "42": "Djiboutian Franc";
892
+ readonly "43": "Danish Krone";
893
+ readonly "44": "Dominican Peso";
894
+ readonly "45": "Algerian Dinar";
895
+ readonly "46": "Egyptian Pound";
896
+ readonly "47": "Eritrean Nakfa";
897
+ readonly "48": "Ethiopian Birr";
898
+ readonly "49": "Fijian Dollar";
899
+ readonly "50": "Libra Malvinense";
900
+ readonly "51": "British Pound Sterling";
901
+ readonly "52": "Lari Georgiano";
902
+ readonly "53": "Cedi Ghanés";
903
+ readonly "54": "Libra de Gibraltar";
904
+ readonly "55": "Dalasi Gambiano";
905
+ readonly "56": "Franco Guineano";
906
+ readonly "57": "Quetzal Guatemalteco";
907
+ readonly "58": "Dólar Guyanés";
908
+ readonly "59": "Dólar de Hong Kong";
909
+ readonly "60": "Lempira Hondureño";
910
+ readonly "61": "Kuna Croata";
911
+ readonly "62": "Gourde Haitiano";
912
+ readonly "63": "Forint Húngaro";
913
+ readonly "64": "Indonesian Rupiah";
914
+ readonly "65": "Nuevo Shéquel Israelí";
915
+ readonly "66": "Indian Rupee";
916
+ readonly "67": "Iraqi Dinar";
917
+ readonly "68": "Iranian Rial";
918
+ readonly "69": "Króna Islandesa";
919
+ readonly "70": "Dólar Jamaicano";
920
+ readonly "71": "Jordanian Dinar";
921
+ readonly "72": "Japanese Yen";
922
+ readonly "73": "Chelín Keniata";
923
+ readonly "74": "Kyrgyzstani Som";
924
+ readonly "75": "Riel Camboyano";
925
+ readonly "76": "Franco Comoriano";
926
+ readonly "77": "North Korean Won";
927
+ readonly "78": "South Korean Won";
928
+ readonly "79": "Kuwaiti Dinar";
929
+ readonly "80": "Dólar Caimano";
930
+ readonly "81": "Kazakhstani Tenge";
931
+ readonly "82": "Kip Lao";
932
+ readonly "83": "Lebanese Pound";
933
+ readonly "84": "Rupia de Sri Lanka";
934
+ readonly "85": "Liberian Dollar";
935
+ readonly "86": "Lesotho Loti";
936
+ readonly "87": "Litas Lituano";
937
+ readonly "88": "Lat Letón";
938
+ readonly "89": "Libyan Dinar";
939
+ readonly "90": "Moroccan Dirham";
940
+ readonly "91": "Leu Moldavo";
941
+ readonly "92": "Ariary Malgache";
942
+ readonly "93": "Denar Macedonio";
943
+ readonly "94": "Myanmar Kyat";
944
+ readonly "95": "Tughrik Mongol";
945
+ readonly "96": "Pataca de Macao";
946
+ readonly "97": "Mauritanian Ouguiya";
947
+ readonly "98": "Rupia Mauricia";
948
+ readonly "99": "Maldivian Rufiyaa";
949
+ readonly "100": "Malawian Kwacha";
950
+ readonly "101": "Malaysian Ringgit";
951
+ readonly "102": "Mozambican Metical";
952
+ readonly "103": "Namibian Dollar";
953
+ readonly "104": "Naira Nigeriana";
954
+ readonly "105": "Córdoba Nicaragüense";
955
+ readonly "106": "Norwegian Krone";
956
+ readonly "107": "Rupia Nepalesa";
957
+ readonly "108": "Dólar Neozelandés";
958
+ readonly "109": "Omani Rial";
959
+ readonly "110": "Balboa Panameña";
960
+ readonly "111": "Nuevo Sol Peruano";
961
+ readonly "112": "Papua New Guinean Kina";
962
+ readonly "113": "Philippine Peso";
963
+ readonly "114": "Pakistani Rupee";
964
+ readonly "115": "Polish Złoty";
965
+ readonly "116": "Paraguayan Guaraní";
966
+ readonly "117": "Qatari Riyal";
967
+ readonly "118": "Romanian Leu";
968
+ readonly "119": "Dinar Serbio";
969
+ readonly "120": "Russian Ruble";
970
+ readonly "121": "Rwandan Franc";
971
+ readonly "122": "Saudi Riyal";
972
+ readonly "123": "Solomon Islands Dollar";
973
+ readonly "124": "Rupia de Seychelles";
974
+ readonly "125": "Dinar Sudanés";
975
+ readonly "126": "Swedish Krona";
976
+ readonly "127": "Dólar de Singapur";
977
+ readonly "128": "Libra de Santa Helena";
978
+ readonly "129": "Leone de Sierra Leona";
979
+ readonly "130": "Chelín Somalí";
980
+ readonly "131": "Dólar Surinamés";
981
+ readonly "132": "South Sudanese Pound";
982
+ readonly "133": "São Tomé and Príncipe Dobra";
983
+ readonly "134": "Colón Salvadoreño";
984
+ readonly "135": "Syrian Pound";
985
+ readonly "136": "Swazi Lilangeni";
986
+ readonly "137": "Thai Baht";
987
+ readonly "138": "Tajikistani Somoni";
988
+ readonly "139": "Turkmenistani Manat";
989
+ readonly "140": "Tunisian Dinar";
990
+ readonly "141": "Tongan Pa'anga";
991
+ readonly "142": "Turkish Lira";
992
+ readonly "143": "Trinidad and Tobago Dollar";
993
+ readonly "144": "New Taiwan Dollar";
994
+ readonly "145": "Tanzanian Shilling";
995
+ readonly "146": "Ukrainian Hryvnia";
996
+ readonly "147": "Ugandan Shilling";
997
+ readonly "148": "Uruguayan Peso";
998
+ readonly "149": "Uzbekistani Som";
999
+ readonly "150": "Venezuelan Bolívar";
1000
+ readonly "151": "Vietnamese Dong";
1001
+ readonly "152": "Vanuatuan Vatu";
1002
+ readonly "153": "Samoan Tala";
1003
+ readonly "154": "Yemeni Rial";
1004
+ readonly "155": "South African Rand";
1005
+ readonly "156": "Zambian Kwacha";
1006
+ readonly "157": "Zambian Kwacha";
1007
+ readonly "158": "Zimbabwean Dollar";
1008
+ readonly "159": "Centenario";
1009
+ readonly "160": "Azteca";
1010
+ readonly "161": "Hidalgo";
1011
+ readonly "162": "1/2 Hidalgo";
1012
+ readonly "163": "1/4 Hidalgo";
1013
+ readonly "164": "1/5 Hidalgo";
1014
+ readonly "165": "1 Oz Gold Libertad";
1015
+ readonly "166": "1/2 Oz Gold Libertad";
1016
+ readonly "167": "1/4 Oz Gold Libertad";
1017
+ readonly "168": "1/10 Oz Gold Libertad";
1018
+ readonly "169": "1/20 Oz Gold Libertad";
1019
+ readonly "170": "1 Oz Silver Libertad";
1020
+ readonly "171": "1/2 Oz Silver Libertad";
1021
+ readonly "172": "1/4 Oz Silver Libertad";
1022
+ readonly "173": "1/10 Oz Silver Libertad";
1023
+ readonly "174": "1/20 Oz Silver Libertad";
1024
+ readonly "175": "Silver Ounce";
1025
+ readonly "176": "Gold Ounce";
1026
+ readonly "177": "Gold Franc";
1027
+ readonly "178": "Palladium Ounce";
1028
+ readonly "179": "Platinum Ounce";
1029
+ readonly "180": "Central African CFA Franc";
1030
+ readonly "181": "East Caribbean Dollar";
1031
+ readonly "182": "UIC Franc";
1032
+ readonly "183": "West African CFA Franc";
1033
+ readonly "184": "CFP Franc";
1034
+ };
1035
+ readonly countryMap: {
1036
+ readonly "1": "Mexico";
1037
+ readonly "2": "United States";
1038
+ readonly "3": "European Union";
1039
+ readonly "4": "United Arab Emirates";
1040
+ readonly "5": "Afghanistan";
1041
+ readonly "6": "Albania";
1042
+ readonly "7": "Armenia";
1043
+ readonly "8": "Netherlands Antilles";
1044
+ readonly "9": "Angola";
1045
+ readonly "10": "Argentina";
1046
+ readonly "11": "Australia";
1047
+ readonly "12": "Aruba";
1048
+ readonly "13": "Azerbaijan";
1049
+ readonly "14": "Azerbaijan";
1050
+ readonly "15": "Bosnia and Herzegovina";
1051
+ readonly "16": "Barbados";
1052
+ readonly "17": "Bangladesh";
1053
+ readonly "18": "Bulgaria";
1054
+ readonly "19": "Bahrain";
1055
+ readonly "20": "Burundi";
1056
+ readonly "21": "Bermuda";
1057
+ readonly "22": "Brunei";
1058
+ readonly "23": "Bolivia";
1059
+ readonly "24": "Brazil";
1060
+ readonly "25": "Bahamas";
1061
+ readonly "26": "Bhutan";
1062
+ readonly "27": "Botswana";
1063
+ readonly "28": "Belarus";
1064
+ readonly "29": "Belize";
1065
+ readonly "30": "Canada";
1066
+ readonly "31": "Democratic Republic of the Congo";
1067
+ readonly "32": "Switzerland";
1068
+ readonly "33": "Chile";
1069
+ readonly "34": "China";
1070
+ readonly "35": "Colombia";
1071
+ readonly "36": "Costa Rica";
1072
+ readonly "37": "Serbia";
1073
+ readonly "38": "Cuba";
1074
+ readonly "39": "Cuba";
1075
+ readonly "40": "Cape Verde";
1076
+ readonly "41": "Czech Republic";
1077
+ readonly "42": "Djibouti";
1078
+ readonly "43": "Denmark";
1079
+ readonly "44": "Dominican Republic";
1080
+ readonly "45": "Algeria";
1081
+ readonly "46": "Egypt";
1082
+ readonly "47": "Eritrea";
1083
+ readonly "48": "Ethiopia";
1084
+ readonly "49": "Fiji";
1085
+ readonly "50": "Islas Malvinas";
1086
+ readonly "51": "United Kingdom";
1087
+ readonly "52": "Georgia";
1088
+ readonly "53": "Ghana";
1089
+ readonly "54": "Gibraltar";
1090
+ readonly "55": "Gambia";
1091
+ readonly "56": "Guinea";
1092
+ readonly "57": "Guatemala";
1093
+ readonly "58": "Guyana";
1094
+ readonly "59": "Hong Kong";
1095
+ readonly "60": "Honduras";
1096
+ readonly "61": "Croacia";
1097
+ readonly "62": "Haití";
1098
+ readonly "63": "Hungría";
1099
+ readonly "64": "Indonesia";
1100
+ readonly "65": "Israel";
1101
+ readonly "66": "India";
1102
+ readonly "67": "Iraq";
1103
+ readonly "68": "Iran";
1104
+ readonly "69": "Iceland";
1105
+ readonly "70": "Jamaica";
1106
+ readonly "71": "Jordan";
1107
+ readonly "72": "Japan";
1108
+ readonly "73": "Kenya";
1109
+ readonly "74": "Kyrgyzstan";
1110
+ readonly "75": "Camboya";
1111
+ readonly "76": "Comoras";
1112
+ readonly "77": "North Korea";
1113
+ readonly "78": "South Korea";
1114
+ readonly "79": "Kuwait";
1115
+ readonly "80": "Islas Caimán";
1116
+ readonly "81": "Kazajstán";
1117
+ readonly "82": "Laos";
1118
+ readonly "83": "Lebanon";
1119
+ readonly "84": "Sri Lanka";
1120
+ readonly "85": "Liberia";
1121
+ readonly "86": "Lesotho";
1122
+ readonly "87": "Lituania";
1123
+ readonly "88": "Letonia";
1124
+ readonly "89": "Libya";
1125
+ readonly "90": "Morocco";
1126
+ readonly "91": "Moldova";
1127
+ readonly "92": "Madagascar";
1128
+ readonly "93": "Macedonia";
1129
+ readonly "94": "Myanmar";
1130
+ readonly "95": "Mongolia";
1131
+ readonly "96": "Macao";
1132
+ readonly "97": "Mauritania";
1133
+ readonly "98": "Mauritius";
1134
+ readonly "99": "Maldives";
1135
+ readonly "100": "Malawi";
1136
+ readonly "101": "Malaysia";
1137
+ readonly "102": "Mozambique";
1138
+ readonly "103": "Namibia";
1139
+ readonly "104": "Nigeria";
1140
+ readonly "105": "Nicaragua";
1141
+ readonly "106": "Norway";
1142
+ readonly "107": "Nepal";
1143
+ readonly "108": "Nueva Zelanda";
1144
+ readonly "109": "Oman";
1145
+ readonly "110": "Panama";
1146
+ readonly "111": "Peru";
1147
+ readonly "112": "Papua New Guinea";
1148
+ readonly "113": "Philippines";
1149
+ readonly "114": "Pakistan";
1150
+ readonly "115": "Poland";
1151
+ readonly "116": "Paraguay";
1152
+ readonly "117": "Qatar";
1153
+ readonly "118": "Romania";
1154
+ readonly "119": "Serbia";
1155
+ readonly "120": "Russia";
1156
+ readonly "121": "Rwanda";
1157
+ readonly "122": "Saudi Arabia";
1158
+ readonly "123": "Solomon Islands";
1159
+ readonly "124": "Seychelles";
1160
+ readonly "125": "Sudán";
1161
+ readonly "126": "Sweden";
1162
+ readonly "127": "Singapore";
1163
+ readonly "128": "Santa Elena";
1164
+ readonly "129": "Sierra Leona";
1165
+ readonly "130": "Somalia";
1166
+ readonly "131": "Surinam";
1167
+ readonly "132": "South Sudan";
1168
+ readonly "133": "São Tomé and Príncipe";
1169
+ readonly "134": "El Salvador";
1170
+ readonly "135": "Syria";
1171
+ readonly "136": "Eswatini";
1172
+ readonly "137": "Thailand";
1173
+ readonly "138": "Tajikistan";
1174
+ readonly "139": "Turkmenistan";
1175
+ readonly "140": "Tunisia";
1176
+ readonly "141": "Tonga";
1177
+ readonly "142": "Turkey";
1178
+ readonly "143": "Trinidad and Tobago";
1179
+ readonly "144": "Taiwan";
1180
+ readonly "145": "Tanzania";
1181
+ readonly "146": "Ukraine";
1182
+ readonly "147": "Uganda";
1183
+ readonly "148": "Uruguay";
1184
+ readonly "149": "Uzbekistan";
1185
+ readonly "150": "Venezuela";
1186
+ readonly "151": "Vietnam";
1187
+ readonly "152": "Vanuatu";
1188
+ readonly "153": "Samoa";
1189
+ readonly "154": "Yemen";
1190
+ readonly "155": "South Africa";
1191
+ readonly "156": "Zambia";
1192
+ readonly "157": "Zambia";
1193
+ readonly "158": "Zimbabwe";
1194
+ readonly "159": "México";
1195
+ readonly "160": "México";
1196
+ readonly "161": "México";
1197
+ readonly "162": "México";
1198
+ readonly "163": "México";
1199
+ readonly "164": "México";
1200
+ readonly "165": "México";
1201
+ readonly "166": "México";
1202
+ readonly "167": "México";
1203
+ readonly "168": "México";
1204
+ readonly "169": "México";
1205
+ readonly "170": "México";
1206
+ readonly "171": "México";
1207
+ readonly "172": "México";
1208
+ readonly "173": "México";
1209
+ readonly "174": "México";
1210
+ readonly "175": "N/A";
1211
+ readonly "176": "N/A";
1212
+ readonly "177": "N/A";
1213
+ readonly "178": "N/A";
1214
+ readonly "179": "N/A";
1215
+ readonly "180": "Central Africa";
1216
+ readonly "181": "Eastern Caribbean";
1217
+ readonly "182": "N/A";
1218
+ readonly "183": "West Africa";
1219
+ readonly "184": "French Polynesia";
1220
+ };
1221
+ readonly reverseMap: Record<string, "ALL" | "ANG" | "AUD" | "BAM" | "BDT" | "BHD" | "BOB" | "BSD" | "COP" | "CUP" | "DOP" | "ERN" | "GEL" | "GIP" | "GMD" | "INR" | "ISK" | "LBP" | "LKR" | "LVL" | "MGA" | "MNT" | "PEN" | "PKR" | "PLN" | "RON" | "SBD" | "SOS" | "SYP" | "THB" | "TMT" | "TND" | "TOP" | "TWD" | "MXN" | "USD" | "EUR" | "AED" | "AFN" | "AMD" | "AOA" | "ARS" | "AWG" | "AZM" | "AZN" | "BBD" | "BGN" | "BIF" | "BMD" | "BND" | "BRL" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "CRC" | "CSD" | "CUC" | "CVE" | "CZK" | "DJF" | "DKK" | "DZD" | "EGP" | "ETB" | "FJD" | "FKP" | "GBP" | "GHS" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IQD" | "IRR" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LRD" | "LSL" | "LTL" | "LYD" | "MAD" | "MDL" | "MKD" | "MMK" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PGK" | "PHP" | "PYG" | "QAR" | "RSD" | "RUB" | "RWF" | "SAR" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SRD" | "SSP" | "STD" | "SVC" | "SZL" | "TJS" | "TRY" | "TTD" | "TZS" | "UAH" | "UGX" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "YER" | "ZAR" | "ZMK" | "ZMW" | "ZWL" | "MX_A" | "MX_B" | "MX_C" | "MX_D" | "MX_E" | "MX_F" | "MX_G" | "MX_H" | "MX_I" | "MX_J" | "MX_K" | "MX_L" | "MX_M" | "MX_N" | "MX_O" | "MX_P" | "XAG" | "XAU" | "XFO" | "XPD" | "XPT" | "XAF" | "XCD" | "XFU" | "XOF" | "XPF">;
1222
+ readonly codes: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | "42" | "43" | "44" | "45" | "46" | "47" | "48" | "49" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59" | "60" | "61" | "62" | "63" | "64" | "65" | "66" | "67" | "68" | "69" | "70" | "71" | "72" | "73" | "74" | "75" | "76" | "77" | "78" | "79" | "80" | "81" | "82" | "83" | "84" | "85" | "86" | "87" | "88" | "89" | "90" | "91" | "92" | "93" | "94" | "95" | "96" | "97" | "98" | "99" | "100" | "101" | "102" | "103" | "104" | "105" | "106" | "107" | "108" | "109" | "110" | "111" | "112" | "113" | "114" | "115" | "116" | "117" | "118" | "119" | "120" | "121" | "122" | "123" | "124" | "125" | "126" | "127" | "128" | "129" | "130" | "131" | "132" | "133" | "134" | "135" | "136" | "137" | "138" | "139" | "140" | "141" | "142" | "143" | "144" | "145" | "146" | "147" | "148" | "149" | "150" | "151" | "152" | "153" | "154" | "155" | "156" | "157" | "158" | "159" | "160" | "161" | "162" | "163" | "164" | "165" | "166" | "167" | "168" | "169" | "170" | "171" | "172" | "173" | "174" | "175" | "176" | "177" | "178" | "179" | "180" | "181" | "182" | "183" | "184")[];
1223
+ readonly options: {
1224
+ value: Moneda;
1225
+ label: "Mexican Peso" | "US Dollar" | "Euro" | "UAE Dirham" | "Afghan Afghani" | "Albanian Lek" | "Armenian Dram" | "Netherlands Antillean Guilder" | "Angolan Kwanza" | "Argentine Peso" | "Australian Dollar" | "Aruban Florin" | "Azerbaijani Manat" | "Bosnia-Herzegovina Convertible Mark" | "Barbadian Dollar" | "Bangladeshi Taka" | "Bulgarian Lev" | "Bahraini Dinar" | "Burundian Franc" | "Bermudian Dollar" | "Brunei Dollar" | "Bolivian Boliviano" | "Brazilian Real" | "Bahamian Dollar" | "Bhutanese Ngultrum" | "Botswanan Pula" | "Belarusian Ruble" | "Belize Dollar" | "Canadian Dollar" | "Congolese Franc" | "Swiss Franc" | "Chilean Peso" | "Chinese Yuan" | "Colombian Peso" | "Costa Rican Colón" | "Serbian Dinar" | "Cuban Convertible Peso" | "Cuban Peso" | "Cape Verdean Escudo" | "Czech Koruna" | "Djiboutian Franc" | "Danish Krone" | "Dominican Peso" | "Algerian Dinar" | "Egyptian Pound" | "Eritrean Nakfa" | "Ethiopian Birr" | "Fijian Dollar" | "Libra Malvinense" | "British Pound Sterling" | "Lari Georgiano" | "Cedi Ghanés" | "Libra de Gibraltar" | "Dalasi Gambiano" | "Franco Guineano" | "Quetzal Guatemalteco" | "Dólar Guyanés" | "Dólar de Hong Kong" | "Lempira Hondureño" | "Kuna Croata" | "Gourde Haitiano" | "Forint Húngaro" | "Indonesian Rupiah" | "Nuevo Shéquel Israelí" | "Indian Rupee" | "Iraqi Dinar" | "Iranian Rial" | "Króna Islandesa" | "Dólar Jamaicano" | "Jordanian Dinar" | "Japanese Yen" | "Chelín Keniata" | "Kyrgyzstani Som" | "Riel Camboyano" | "Franco Comoriano" | "North Korean Won" | "South Korean Won" | "Kuwaiti Dinar" | "Dólar Caimano" | "Kazakhstani Tenge" | "Kip Lao" | "Lebanese Pound" | "Rupia de Sri Lanka" | "Liberian Dollar" | "Lesotho Loti" | "Litas Lituano" | "Lat Letón" | "Libyan Dinar" | "Moroccan Dirham" | "Leu Moldavo" | "Ariary Malgache" | "Denar Macedonio" | "Myanmar Kyat" | "Tughrik Mongol" | "Pataca de Macao" | "Mauritanian Ouguiya" | "Rupia Mauricia" | "Maldivian Rufiyaa" | "Malawian Kwacha" | "Malaysian Ringgit" | "Mozambican Metical" | "Namibian Dollar" | "Naira Nigeriana" | "Córdoba Nicaragüense" | "Norwegian Krone" | "Rupia Nepalesa" | "Dólar Neozelandés" | "Omani Rial" | "Balboa Panameña" | "Nuevo Sol Peruano" | "Papua New Guinean Kina" | "Philippine Peso" | "Pakistani Rupee" | "Polish Złoty" | "Paraguayan Guaraní" | "Qatari Riyal" | "Romanian Leu" | "Dinar Serbio" | "Russian Ruble" | "Rwandan Franc" | "Saudi Riyal" | "Solomon Islands Dollar" | "Rupia de Seychelles" | "Dinar Sudanés" | "Swedish Krona" | "Dólar de Singapur" | "Libra de Santa Helena" | "Leone de Sierra Leona" | "Chelín Somalí" | "Dólar Surinamés" | "South Sudanese Pound" | "São Tomé and Príncipe Dobra" | "Colón Salvadoreño" | "Syrian Pound" | "Swazi Lilangeni" | "Thai Baht" | "Tajikistani Somoni" | "Turkmenistani Manat" | "Tunisian Dinar" | "Tongan Pa'anga" | "Turkish Lira" | "Trinidad and Tobago Dollar" | "New Taiwan Dollar" | "Tanzanian Shilling" | "Ukrainian Hryvnia" | "Ugandan Shilling" | "Uruguayan Peso" | "Uzbekistani Som" | "Venezuelan Bolívar" | "Vietnamese Dong" | "Vanuatuan Vatu" | "Samoan Tala" | "Yemeni Rial" | "South African Rand" | "Zambian Kwacha" | "Zimbabwean Dollar" | "Centenario" | "Azteca" | "Hidalgo" | "1/2 Hidalgo" | "1/4 Hidalgo" | "1/5 Hidalgo" | "1 Oz Gold Libertad" | "1/2 Oz Gold Libertad" | "1/4 Oz Gold Libertad" | "1/10 Oz Gold Libertad" | "1/20 Oz Gold Libertad" | "1 Oz Silver Libertad" | "1/2 Oz Silver Libertad" | "1/4 Oz Silver Libertad" | "1/10 Oz Silver Libertad" | "1/20 Oz Silver Libertad" | "Silver Ounce" | "Gold Ounce" | "Gold Franc" | "Palladium Ounce" | "Platinum Ounce" | "Central African CFA Franc" | "East Caribbean Dollar" | "UIC Franc" | "West African CFA Franc" | "CFP Franc";
1226
+ }[];
1227
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
1228
+ readonly MXN: "1";
1229
+ readonly USD: "2";
1230
+ readonly EUR: "3";
1231
+ readonly AED: "4";
1232
+ readonly AFN: "5";
1233
+ readonly ALL: "6";
1234
+ readonly AMD: "7";
1235
+ readonly ANG: "8";
1236
+ readonly AOA: "9";
1237
+ readonly ARS: "10";
1238
+ readonly AUD: "11";
1239
+ readonly AWG: "12";
1240
+ readonly AZM: "13";
1241
+ readonly AZN: "14";
1242
+ readonly BAM: "15";
1243
+ readonly BBD: "16";
1244
+ readonly BDT: "17";
1245
+ readonly BGN: "18";
1246
+ readonly BHD: "19";
1247
+ readonly BIF: "20";
1248
+ readonly BMD: "21";
1249
+ readonly BND: "22";
1250
+ readonly BOB: "23";
1251
+ readonly BRL: "24";
1252
+ readonly BSD: "25";
1253
+ readonly BTN: "26";
1254
+ readonly BWP: "27";
1255
+ readonly BYR: "28";
1256
+ readonly BZD: "29";
1257
+ readonly CAD: "30";
1258
+ readonly CDF: "31";
1259
+ readonly CHF: "32";
1260
+ readonly CLP: "33";
1261
+ readonly CNY: "34";
1262
+ readonly COP: "35";
1263
+ readonly CRC: "36";
1264
+ readonly CSD: "37";
1265
+ readonly CUC: "38";
1266
+ readonly CUP: "39";
1267
+ readonly CVE: "40";
1268
+ readonly CZK: "41";
1269
+ readonly DJF: "42";
1270
+ readonly DKK: "43";
1271
+ readonly DOP: "44";
1272
+ readonly DZD: "45";
1273
+ readonly EGP: "46";
1274
+ readonly ERN: "47";
1275
+ readonly ETB: "48";
1276
+ readonly FJD: "49";
1277
+ readonly FKP: "50";
1278
+ readonly GBP: "51";
1279
+ readonly GEL: "52";
1280
+ readonly GHS: "53";
1281
+ readonly GIP: "54";
1282
+ readonly GMD: "55";
1283
+ readonly GNF: "56";
1284
+ readonly GTQ: "57";
1285
+ readonly GYD: "58";
1286
+ readonly HKD: "59";
1287
+ readonly HNL: "60";
1288
+ readonly HRK: "61";
1289
+ readonly HTG: "62";
1290
+ readonly HUF: "63";
1291
+ readonly IDR: "64";
1292
+ readonly ILS: "65";
1293
+ readonly INR: "66";
1294
+ readonly IQD: "67";
1295
+ readonly IRR: "68";
1296
+ readonly ISK: "69";
1297
+ readonly JMD: "70";
1298
+ readonly JOD: "71";
1299
+ readonly JPY: "72";
1300
+ readonly KES: "73";
1301
+ readonly KGS: "74";
1302
+ readonly KHR: "75";
1303
+ readonly KMF: "76";
1304
+ readonly KPW: "77";
1305
+ readonly KRW: "78";
1306
+ readonly KWD: "79";
1307
+ readonly KYD: "80";
1308
+ readonly KZT: "81";
1309
+ readonly LAK: "82";
1310
+ readonly LBP: "83";
1311
+ readonly LKR: "84";
1312
+ readonly LRD: "85";
1313
+ readonly LSL: "86";
1314
+ readonly LTL: "87";
1315
+ readonly LVL: "88";
1316
+ readonly LYD: "89";
1317
+ readonly MAD: "90";
1318
+ readonly MDL: "91";
1319
+ readonly MGA: "92";
1320
+ readonly MKD: "93";
1321
+ readonly MMK: "94";
1322
+ readonly MNT: "95";
1323
+ readonly MOP: "96";
1324
+ readonly MRO: "97";
1325
+ readonly MUR: "98";
1326
+ readonly MVR: "99";
1327
+ readonly MWK: "100";
1328
+ readonly MYR: "101";
1329
+ readonly MZN: "102";
1330
+ readonly NAD: "103";
1331
+ readonly NGN: "104";
1332
+ readonly NIO: "105";
1333
+ readonly NOK: "106";
1334
+ readonly NPR: "107";
1335
+ readonly NZD: "108";
1336
+ readonly OMR: "109";
1337
+ readonly PAB: "110";
1338
+ readonly PEN: "111";
1339
+ readonly PGK: "112";
1340
+ readonly PHP: "113";
1341
+ readonly PKR: "114";
1342
+ readonly PLN: "115";
1343
+ readonly PYG: "116";
1344
+ readonly QAR: "117";
1345
+ readonly RON: "118";
1346
+ readonly RSD: "119";
1347
+ readonly RUB: "120";
1348
+ readonly RWF: "121";
1349
+ readonly SAR: "122";
1350
+ readonly SBD: "123";
1351
+ readonly SCR: "124";
1352
+ readonly SDG: "125";
1353
+ readonly SEK: "126";
1354
+ readonly SGD: "127";
1355
+ readonly SHP: "128";
1356
+ readonly SLL: "129";
1357
+ readonly SOS: "130";
1358
+ readonly SRD: "131";
1359
+ readonly SSP: "132";
1360
+ readonly STD: "133";
1361
+ readonly SVC: "134";
1362
+ readonly SYP: "135";
1363
+ readonly SZL: "136";
1364
+ readonly THB: "137";
1365
+ readonly TJS: "138";
1366
+ readonly TMT: "139";
1367
+ readonly TND: "140";
1368
+ readonly TOP: "141";
1369
+ readonly TRY: "142";
1370
+ readonly TTD: "143";
1371
+ readonly TWD: "144";
1372
+ readonly TZS: "145";
1373
+ readonly UAH: "146";
1374
+ readonly UGX: "147";
1375
+ readonly UYU: "148";
1376
+ readonly UZS: "149";
1377
+ readonly VEF: "150";
1378
+ readonly VND: "151";
1379
+ readonly VUV: "152";
1380
+ readonly WST: "153";
1381
+ readonly YER: "154";
1382
+ readonly ZAR: "155";
1383
+ readonly ZMK: "156";
1384
+ readonly ZMW: "157";
1385
+ readonly ZWL: "158";
1386
+ readonly MX_A: "159";
1387
+ readonly MX_B: "160";
1388
+ readonly MX_C: "161";
1389
+ readonly MX_D: "162";
1390
+ readonly MX_E: "163";
1391
+ readonly MX_F: "164";
1392
+ readonly MX_G: "165";
1393
+ readonly MX_H: "166";
1394
+ readonly MX_I: "167";
1395
+ readonly MX_J: "168";
1396
+ readonly MX_K: "169";
1397
+ readonly MX_L: "170";
1398
+ readonly MX_M: "171";
1399
+ readonly MX_N: "172";
1400
+ readonly MX_O: "173";
1401
+ readonly MX_P: "174";
1402
+ readonly XAG: "175";
1403
+ readonly XAU: "176";
1404
+ readonly XFO: "177";
1405
+ readonly XPD: "178";
1406
+ readonly XPT: "179";
1407
+ readonly XAF: "180";
1408
+ readonly XCD: "181";
1409
+ readonly XFU: "182";
1410
+ readonly XOF: "183";
1411
+ readonly XPF: "184";
1412
+ }>;
1413
+ readonly is: (value: string) => value is Moneda;
1414
+ };
1415
+ readonly TipoIdentificacionUtils: {
1416
+ readonly enum: {
1417
+ readonly INE: "1";
1418
+ readonly Pasaporte: "2";
1419
+ readonly CedulaProfesional: "3";
1420
+ };
1421
+ readonly map: {
1422
+ readonly "1": "INE";
1423
+ readonly "2": "Pasaporte";
1424
+ readonly "3": "Cédula Profesional";
1425
+ };
1426
+ readonly codes: ("1" | "2" | "3")[];
1427
+ readonly options: {
1428
+ value: TipoIdentificacion;
1429
+ label: "INE" | "Pasaporte" | "Cédula Profesional";
1430
+ }[];
1431
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
1432
+ readonly INE: "1";
1433
+ readonly Pasaporte: "2";
1434
+ readonly CedulaProfesional: "3";
1435
+ }>;
1436
+ readonly is: (value: string) => value is TipoIdentificacion;
1437
+ };
1438
+ readonly PrioridadUtils: {
1439
+ readonly enum: {
1440
+ readonly Normal: "1";
1441
+ readonly TwentyFourHours: "2";
1442
+ };
1443
+ readonly map: {
1444
+ readonly "1": "Normal";
1445
+ readonly "2": "24 hrs. con operaciones";
1446
+ };
1447
+ readonly codes: ("1" | "2")[];
1448
+ readonly options: {
1449
+ value: Prioridad;
1450
+ label: "Normal" | "24 hrs. con operaciones";
1451
+ }[];
1452
+ readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<{
1453
+ readonly Normal: "1";
1454
+ readonly TwentyFourHours: "2";
1455
+ }>;
1456
+ readonly is: (value: string) => value is Prioridad;
1457
+ };
1458
+ };
1459
+ export declare const Validators: {
1460
+ readonly Rfc: {
1461
+ readonly schema: ({ coerce, type, checkVerificationDigit, ...params }?: {
1462
+ coerce?: boolean;
1463
+ type?: ("individual" | "company" | "foreign" | "generic") | ("individual" | "company" | "foreign" | "generic")[];
1464
+ checkVerificationDigit?: boolean;
1465
+ } & {
1466
+ error?: string | import("zod").ZodErrorMap<import("zod/v4/core").$ZodIssueInvalidType<unknown>> | undefined;
1467
+ message?: string | undefined | undefined;
1468
+ }) => import("zod").ZodCoercedString<unknown>;
1469
+ readonly validate: (value: string, options?: {
1470
+ type?: ("individual" | "company" | "foreign" | "generic") | ("individual" | "company" | "foreign" | "generic")[];
1471
+ checkVerificationDigit?: boolean;
1472
+ }) => boolean | undefined;
1473
+ };
1474
+ readonly Curp: {
1475
+ readonly schema: ({ coerce, ...params }?: {
1476
+ coerce?: boolean;
1477
+ } & {
1478
+ error?: string | import("zod").ZodErrorMap<import("zod/v4/core").$ZodIssueInvalidType<unknown>> | undefined;
1479
+ message?: string | undefined | undefined;
1480
+ }) => import("zod").ZodCoercedString<unknown>;
1481
+ readonly validate: (value: string) => boolean;
1482
+ };
1483
+ readonly Clabe: {
1484
+ readonly schema: ({ coerce, ...params }?: {
1485
+ coerce?: boolean;
1486
+ } & {
1487
+ error?: string | import("zod").ZodErrorMap<import("zod/v4/core").$ZodIssueInvalidType<unknown>> | undefined;
1488
+ message?: string | undefined | undefined;
1489
+ }) => import("zod").ZodPipe<import("zod").ZodCoercedString<unknown>, import("zod").ZodTransform<string, string>>;
1490
+ readonly validate: (value: string) => string | false | null;
1491
+ readonly calculate: (bankCode: string | number, plazaCode: string | number, accountNumber: string | number) => string;
1492
+ readonly computeCheckDigit: (bankCode: string | number, plazaCode: string | number, accountNumber: string | number) => number | null;
1493
+ readonly parse: (value: string) => {
1494
+ valid: true;
1495
+ clabe: string;
1496
+ accountNumber: string;
1497
+ bankCode: string;
1498
+ plazaCode: string;
1499
+ bankName: string;
1500
+ checkDigit: string;
1501
+ } | {
1502
+ valid: false;
1503
+ error: string;
1504
+ };
1505
+ readonly banksMap: import("clabe-validator").ClabeBanksMap;
1506
+ readonly citiesMap: import("clabe-validator").ClabeCitiesMap;
1507
+ readonly cities: import("clabe-validator").ClabeCityInfo[];
1508
+ readonly bankOptions: {
1509
+ value: string;
1510
+ label: string;
1511
+ }[];
1512
+ readonly cityOptions: {
1513
+ value: string;
1514
+ label: string;
1515
+ }[];
1516
+ };
1517
+ };
1518
+ export declare const Models: {
1519
+ readonly Client: typeof MexINMClient;
1520
+ readonly Transaction: typeof MexINMTransaction;
1521
+ readonly Product: typeof MexINMProduct;
1522
+ readonly Alert: typeof MexINMAlert;
1523
+ readonly AlertItem: typeof MexINMAlertItem;
1524
+ readonly AlertTransactionItem: typeof MexINMAlertTransactionItem;
1525
+ readonly AlertClientItem: typeof MexINMAlertClientItem;
1526
+ readonly BankAccount: typeof MexBankAccount;
1527
+ };
1528
+ export { MexINMClient as Client, MexINMTransaction as Transaction, MexINMProduct as Product, MexINMAlert as Alert, MexINMAlertItem as AlertItem, MexINMAlertTransactionItem as AlertTransactionItem, MexINMAlertClientItem as AlertClientItem, MexINMAlertTransactionItem, MexINMAlertClientItem, type MexINMAlertTransactionItemData, type MexINMAlertClientItemData, MexINMProduct, MexBankAccount as BankAccount, type MexBankAccountData as BankAccountData, };
1529
+ export declare const ResourceUtils: {
1530
+ readonly Clients: typeof INMClientsResource;
1531
+ readonly Transactions: typeof INMTransactionsResource;
1532
+ readonly Products: typeof INMProductsResource;
1533
+ readonly Alerts: typeof INMAlertsResource;
1534
+ readonly BankAccounts: typeof MexBankAccountsResource;
1535
+ };
1536
+ export { INMClientsResource as ClientsResource, INMTransactionsResource as TransactionsResource, INMProductsResource as ProductsResource, INMAlertsResource as AlertsResource, MexBankAccountsResource as BankAccountsResource, INMTenantResource as TenantResource, };
1537
+ export declare const TypeGuards: {
1538
+ readonly isClient: typeof isMexINMClient;
1539
+ readonly isTransaction: typeof isMexINMTransaction;
1540
+ readonly isProduct: typeof isMexINMProduct;
1541
+ readonly isAlert: typeof isMexINMAlert;
1542
+ readonly isAlertItem: typeof isMexINMAlertItem;
1543
+ readonly isAlertTransactionItem: typeof isMexINMAlertTransactionItem;
1544
+ readonly isAlertClientItem: typeof isMexINMAlertClientItem;
1545
+ };
1546
+ export { isMexINMClient as isClient, isMexINMTransaction as isTransaction, isMexINMProduct as isProduct, isMexINMAlert as isAlert, isMexINMAlertItem as isAlertItem, isMexINMAlertTransactionItem as isAlertTransactionItem, isMexINMAlertClientItem as isAlertClientItem, isMexINMAlertTransactionItem, isMexINMAlertClientItem, isMexINMProduct, };
1547
+ export type { AlertValidationError, CreateINMAlertInput as CreateAlertInput, CreateINMAlertItemInput as CreateAlertItemInput, CreateINMClientInput as CreateClientInput, CreateINMProductInput as CreateProductInput, CreateINMTransactionInput as CreateTransactionInput, CreateMexBankAccountInput as CreateBankAccountInput, GenerateResult, UpdateINMAlertInput as UpdateAlertInput, UpdateINMAlertItemInput as UpdateAlertItemInput, UpdateINMClientInput as UpdateClientInput, UpdateINMProductInput as UpdateProductInput, UpdateINMTransactionInput as UpdateTransactionInput, UpdateMexBankAccountInput as UpdateBankAccountInput, UpsertINMProductInput as UpsertProductInput, ValidationResult, ValidationSummary, } from "@artu-ai/shared";
1548
+ export type { INMUpdateTenantInput as UpdateTenantInput } from "../../../resources/mx/av/inm/tenant";
1549
+ export * from "../../base";
1550
+ //# sourceMappingURL=inm.d.ts.map