@artu-ai/compliance-sdk 0.0.1

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 (56) hide show
  1. package/README.md +131 -0
  2. package/dist/chunk-5FWX6MJJ.js +23 -0
  3. package/dist/chunk-5FWX6MJJ.js.map +1 -0
  4. package/dist/chunk-5M73AGYR.js +22163 -0
  5. package/dist/chunk-5M73AGYR.js.map +1 -0
  6. package/dist/chunk-C4N2ALDL.js +23 -0
  7. package/dist/chunk-C4N2ALDL.js.map +1 -0
  8. package/dist/chunk-CLRMY27D.js +232 -0
  9. package/dist/chunk-CLRMY27D.js.map +1 -0
  10. package/dist/chunk-FT2LSJUD.js +23 -0
  11. package/dist/chunk-FT2LSJUD.js.map +1 -0
  12. package/dist/chunk-IKDGGCJO.cjs +26 -0
  13. package/dist/chunk-IKDGGCJO.cjs.map +1 -0
  14. package/dist/chunk-J2P6EUCD.cjs +26 -0
  15. package/dist/chunk-J2P6EUCD.cjs.map +1 -0
  16. package/dist/chunk-QM2YAOGD.cjs +22316 -0
  17. package/dist/chunk-QM2YAOGD.cjs.map +1 -0
  18. package/dist/chunk-X3RBAIDU.cjs +245 -0
  19. package/dist/chunk-X3RBAIDU.cjs.map +1 -0
  20. package/dist/chunk-XO3OCPIN.cjs +26 -0
  21. package/dist/chunk-XO3OCPIN.cjs.map +1 -0
  22. package/dist/filters-BjYmxK8N.d.cts +6187 -0
  23. package/dist/filters-BjYmxK8N.d.ts +6187 -0
  24. package/dist/index-BF15okXT.d.ts +777 -0
  25. package/dist/index-DeVuMBhV.d.cts +777 -0
  26. package/dist/index.cjs +365 -0
  27. package/dist/index.cjs.map +1 -0
  28. package/dist/index.d.cts +9 -0
  29. package/dist/index.d.ts +9 -0
  30. package/dist/index.js +28 -0
  31. package/dist/index.js.map +1 -0
  32. package/dist/mexico/actividad-vulnerable/avi.cjs +310 -0
  33. package/dist/mexico/actividad-vulnerable/avi.cjs.map +1 -0
  34. package/dist/mexico/actividad-vulnerable/avi.d.cts +104 -0
  35. package/dist/mexico/actividad-vulnerable/avi.d.ts +104 -0
  36. package/dist/mexico/actividad-vulnerable/avi.js +45 -0
  37. package/dist/mexico/actividad-vulnerable/avi.js.map +1 -0
  38. package/dist/mexico/actividad-vulnerable/jys.cjs +315 -0
  39. package/dist/mexico/actividad-vulnerable/jys.cjs.map +1 -0
  40. package/dist/mexico/actividad-vulnerable/jys.d.cts +109 -0
  41. package/dist/mexico/actividad-vulnerable/jys.d.ts +109 -0
  42. package/dist/mexico/actividad-vulnerable/jys.js +50 -0
  43. package/dist/mexico/actividad-vulnerable/jys.js.map +1 -0
  44. package/dist/mexico/actividad-vulnerable/tsc.cjs +309 -0
  45. package/dist/mexico/actividad-vulnerable/tsc.cjs.map +1 -0
  46. package/dist/mexico/actividad-vulnerable/tsc.d.cts +103 -0
  47. package/dist/mexico/actividad-vulnerable/tsc.d.ts +103 -0
  48. package/dist/mexico/actividad-vulnerable/tsc.js +44 -0
  49. package/dist/mexico/actividad-vulnerable/tsc.js.map +1 -0
  50. package/dist/mexico/index.cjs +384 -0
  51. package/dist/mexico/index.cjs.map +1 -0
  52. package/dist/mexico/index.d.cts +305 -0
  53. package/dist/mexico/index.d.ts +305 -0
  54. package/dist/mexico/index.js +7 -0
  55. package/dist/mexico/index.js.map +1 -0
  56. package/package.json +77 -0
@@ -0,0 +1,384 @@
1
+ 'use strict';
2
+
3
+ var chunkX3RBAIDU_cjs = require('../chunk-X3RBAIDU.cjs');
4
+ require('../chunk-IKDGGCJO.cjs');
5
+ require('../chunk-XO3OCPIN.cjs');
6
+ require('../chunk-J2P6EUCD.cjs');
7
+ var chunkQM2YAOGD_cjs = require('../chunk-QM2YAOGD.cjs');
8
+
9
+
10
+
11
+ Object.defineProperty(exports, "AVI", {
12
+ enumerable: true,
13
+ get: function () { return chunkX3RBAIDU_cjs.AVI; }
14
+ });
15
+ Object.defineProperty(exports, "ActividadVulnerable", {
16
+ enumerable: true,
17
+ get: function () { return chunkX3RBAIDU_cjs.ActividadVulnerable; }
18
+ });
19
+ Object.defineProperty(exports, "ComplianceSDK", {
20
+ enumerable: true,
21
+ get: function () { return chunkX3RBAIDU_cjs.MexicoComplianceSDKScoped; }
22
+ });
23
+ Object.defineProperty(exports, "Enums", {
24
+ enumerable: true,
25
+ get: function () { return chunkX3RBAIDU_cjs.Enums; }
26
+ });
27
+ Object.defineProperty(exports, "JYS", {
28
+ enumerable: true,
29
+ get: function () { return chunkX3RBAIDU_cjs.JYS; }
30
+ });
31
+ Object.defineProperty(exports, "Models", {
32
+ enumerable: true,
33
+ get: function () { return chunkX3RBAIDU_cjs.Models; }
34
+ });
35
+ Object.defineProperty(exports, "Resources", {
36
+ enumerable: true,
37
+ get: function () { return chunkX3RBAIDU_cjs.Resources; }
38
+ });
39
+ Object.defineProperty(exports, "TSC", {
40
+ enumerable: true,
41
+ get: function () { return chunkX3RBAIDU_cjs.TSC; }
42
+ });
43
+ Object.defineProperty(exports, "TypeGuards", {
44
+ enumerable: true,
45
+ get: function () { return chunkX3RBAIDU_cjs.TypeGuards; }
46
+ });
47
+ Object.defineProperty(exports, "Validators", {
48
+ enumerable: true,
49
+ get: function () { return chunkX3RBAIDU_cjs.Validators; }
50
+ });
51
+ Object.defineProperty(exports, "APIError", {
52
+ enumerable: true,
53
+ get: function () { return chunkQM2YAOGD_cjs.APIError; }
54
+ });
55
+ Object.defineProperty(exports, "ActaConstitutivaDocument", {
56
+ enumerable: true,
57
+ get: function () { return chunkQM2YAOGD_cjs.MexActaConstitutivaDocument; }
58
+ });
59
+ Object.defineProperty(exports, "Address", {
60
+ enumerable: true,
61
+ get: function () { return chunkQM2YAOGD_cjs.MexAddress; }
62
+ });
63
+ Object.defineProperty(exports, "AddressProofDocument", {
64
+ enumerable: true,
65
+ get: function () { return chunkQM2YAOGD_cjs.MexAddressProofDocument; }
66
+ });
67
+ Object.defineProperty(exports, "AddressesResource", {
68
+ enumerable: true,
69
+ get: function () { return chunkQM2YAOGD_cjs.AddressesResource; }
70
+ });
71
+ Object.defineProperty(exports, "BankAccount", {
72
+ enumerable: true,
73
+ get: function () { return chunkQM2YAOGD_cjs.MexBankAccount; }
74
+ });
75
+ Object.defineProperty(exports, "BankAccountsResource", {
76
+ enumerable: true,
77
+ get: function () { return chunkQM2YAOGD_cjs.MexBankAccountsResource; }
78
+ });
79
+ Object.defineProperty(exports, "Client", {
80
+ enumerable: true,
81
+ get: function () { return chunkQM2YAOGD_cjs.MexClient; }
82
+ });
83
+ Object.defineProperty(exports, "ClientsResource", {
84
+ enumerable: true,
85
+ get: function () { return chunkQM2YAOGD_cjs.MexClientsResource; }
86
+ });
87
+ Object.defineProperty(exports, "ComplianceError", {
88
+ enumerable: true,
89
+ get: function () { return chunkQM2YAOGD_cjs.ComplianceError; }
90
+ });
91
+ Object.defineProperty(exports, "ContactMethod", {
92
+ enumerable: true,
93
+ get: function () { return chunkQM2YAOGD_cjs.ContactMethod; }
94
+ });
95
+ Object.defineProperty(exports, "ContactMethodsResource", {
96
+ enumerable: true,
97
+ get: function () { return chunkQM2YAOGD_cjs.ContactMethodsResource; }
98
+ });
99
+ Object.defineProperty(exports, "CurpDocument", {
100
+ enumerable: true,
101
+ get: function () { return chunkQM2YAOGD_cjs.MexCurpDocument; }
102
+ });
103
+ Object.defineProperty(exports, "DEFAULT_PAGE_SIZE", {
104
+ enumerable: true,
105
+ get: function () { return chunkQM2YAOGD_cjs.DEFAULT_PAGE_SIZE; }
106
+ });
107
+ Object.defineProperty(exports, "Document", {
108
+ enumerable: true,
109
+ get: function () { return chunkQM2YAOGD_cjs.MexDocument; }
110
+ });
111
+ Object.defineProperty(exports, "DocumentsResource", {
112
+ enumerable: true,
113
+ get: function () { return chunkQM2YAOGD_cjs.DocumentsResource; }
114
+ });
115
+ Object.defineProperty(exports, "FileTooLargeError", {
116
+ enumerable: true,
117
+ get: function () { return chunkQM2YAOGD_cjs.FileTooLargeError; }
118
+ });
119
+ Object.defineProperty(exports, "ForbiddenError", {
120
+ enumerable: true,
121
+ get: function () { return chunkQM2YAOGD_cjs.ForbiddenError; }
122
+ });
123
+ Object.defineProperty(exports, "IneBackDocument", {
124
+ enumerable: true,
125
+ get: function () { return chunkQM2YAOGD_cjs.MexIneBackDocument; }
126
+ });
127
+ Object.defineProperty(exports, "IneFrontDocument", {
128
+ enumerable: true,
129
+ get: function () { return chunkQM2YAOGD_cjs.MexIneFrontDocument; }
130
+ });
131
+ Object.defineProperty(exports, "InvalidFileTypeError", {
132
+ enumerable: true,
133
+ get: function () { return chunkQM2YAOGD_cjs.InvalidFileTypeError; }
134
+ });
135
+ Object.defineProperty(exports, "MAX_PAGE_SIZE", {
136
+ enumerable: true,
137
+ get: function () { return chunkQM2YAOGD_cjs.MAX_PAGE_SIZE; }
138
+ });
139
+ Object.defineProperty(exports, "NetworkError", {
140
+ enumerable: true,
141
+ get: function () { return chunkQM2YAOGD_cjs.NetworkError; }
142
+ });
143
+ Object.defineProperty(exports, "NotFoundError", {
144
+ enumerable: true,
145
+ get: function () { return chunkQM2YAOGD_cjs.NotFoundError; }
146
+ });
147
+ Object.defineProperty(exports, "PassportDocument", {
148
+ enumerable: true,
149
+ get: function () { return chunkQM2YAOGD_cjs.MexPassportDocument; }
150
+ });
151
+ Object.defineProperty(exports, "PoderNotarialDocument", {
152
+ enumerable: true,
153
+ get: function () { return chunkQM2YAOGD_cjs.MexPoderNotarialDocument; }
154
+ });
155
+ Object.defineProperty(exports, "RateLimitError", {
156
+ enumerable: true,
157
+ get: function () { return chunkQM2YAOGD_cjs.RateLimitError; }
158
+ });
159
+ Object.defineProperty(exports, "Report", {
160
+ enumerable: true,
161
+ get: function () { return chunkQM2YAOGD_cjs.MexReport; }
162
+ });
163
+ Object.defineProperty(exports, "ReportItem", {
164
+ enumerable: true,
165
+ get: function () { return chunkQM2YAOGD_cjs.MexReportItem; }
166
+ });
167
+ Object.defineProperty(exports, "ReportsResource", {
168
+ enumerable: true,
169
+ get: function () { return chunkQM2YAOGD_cjs.MexReportsResource; }
170
+ });
171
+ Object.defineProperty(exports, "RfcConstanciaDocument", {
172
+ enumerable: true,
173
+ get: function () { return chunkQM2YAOGD_cjs.MexRfcConstanciaDocument; }
174
+ });
175
+ Object.defineProperty(exports, "ServerError", {
176
+ enumerable: true,
177
+ get: function () { return chunkQM2YAOGD_cjs.ServerError; }
178
+ });
179
+ Object.defineProperty(exports, "TimeoutError", {
180
+ enumerable: true,
181
+ get: function () { return chunkQM2YAOGD_cjs.TimeoutError; }
182
+ });
183
+ Object.defineProperty(exports, "Transaction", {
184
+ enumerable: true,
185
+ get: function () { return chunkQM2YAOGD_cjs.MexTransaction; }
186
+ });
187
+ Object.defineProperty(exports, "TransactionsResource", {
188
+ enumerable: true,
189
+ get: function () { return chunkQM2YAOGD_cjs.MexTransactionsResource; }
190
+ });
191
+ Object.defineProperty(exports, "UnauthorizedError", {
192
+ enumerable: true,
193
+ get: function () { return chunkQM2YAOGD_cjs.UnauthorizedError; }
194
+ });
195
+ Object.defineProperty(exports, "UploadAbortedError", {
196
+ enumerable: true,
197
+ get: function () { return chunkQM2YAOGD_cjs.UploadAbortedError; }
198
+ });
199
+ Object.defineProperty(exports, "UploadError", {
200
+ enumerable: true,
201
+ get: function () { return chunkQM2YAOGD_cjs.UploadError; }
202
+ });
203
+ Object.defineProperty(exports, "UploadTimeoutError", {
204
+ enumerable: true,
205
+ get: function () { return chunkQM2YAOGD_cjs.UploadTimeoutError; }
206
+ });
207
+ Object.defineProperty(exports, "UploadUrlExpiredError", {
208
+ enumerable: true,
209
+ get: function () { return chunkQM2YAOGD_cjs.UploadUrlExpiredError; }
210
+ });
211
+ Object.defineProperty(exports, "ValidationError", {
212
+ enumerable: true,
213
+ get: function () { return chunkQM2YAOGD_cjs.ValidationError; }
214
+ });
215
+ Object.defineProperty(exports, "after", {
216
+ enumerable: true,
217
+ get: function () { return chunkQM2YAOGD_cjs.after; }
218
+ });
219
+ Object.defineProperty(exports, "atLeast", {
220
+ enumerable: true,
221
+ get: function () { return chunkQM2YAOGD_cjs.atLeast; }
222
+ });
223
+ Object.defineProperty(exports, "atMost", {
224
+ enumerable: true,
225
+ get: function () { return chunkQM2YAOGD_cjs.atMost; }
226
+ });
227
+ Object.defineProperty(exports, "before", {
228
+ enumerable: true,
229
+ get: function () { return chunkQM2YAOGD_cjs.before; }
230
+ });
231
+ Object.defineProperty(exports, "collectAll", {
232
+ enumerable: true,
233
+ get: function () { return chunkQM2YAOGD_cjs.collectAll; }
234
+ });
235
+ Object.defineProperty(exports, "collectUpTo", {
236
+ enumerable: true,
237
+ get: function () { return chunkQM2YAOGD_cjs.collectUpTo; }
238
+ });
239
+ Object.defineProperty(exports, "contains", {
240
+ enumerable: true,
241
+ get: function () { return chunkQM2YAOGD_cjs.contains; }
242
+ });
243
+ Object.defineProperty(exports, "dateRange", {
244
+ enumerable: true,
245
+ get: function () { return chunkQM2YAOGD_cjs.dateRange; }
246
+ });
247
+ Object.defineProperty(exports, "endsWith", {
248
+ enumerable: true,
249
+ get: function () { return chunkQM2YAOGD_cjs.endsWith; }
250
+ });
251
+ Object.defineProperty(exports, "equals", {
252
+ enumerable: true,
253
+ get: function () { return chunkQM2YAOGD_cjs.equals; }
254
+ });
255
+ Object.defineProperty(exports, "getFirst", {
256
+ enumerable: true,
257
+ get: function () { return chunkQM2YAOGD_cjs.getFirst; }
258
+ });
259
+ Object.defineProperty(exports, "greaterThan", {
260
+ enumerable: true,
261
+ get: function () { return chunkQM2YAOGD_cjs.greaterThan; }
262
+ });
263
+ Object.defineProperty(exports, "isAPIError", {
264
+ enumerable: true,
265
+ get: function () { return chunkQM2YAOGD_cjs.isAPIError; }
266
+ });
267
+ Object.defineProperty(exports, "isActaConstitutiva", {
268
+ enumerable: true,
269
+ get: function () { return chunkQM2YAOGD_cjs.isMexActaConstitutiva; }
270
+ });
271
+ Object.defineProperty(exports, "isAddress", {
272
+ enumerable: true,
273
+ get: function () { return chunkQM2YAOGD_cjs.isMexAddress; }
274
+ });
275
+ Object.defineProperty(exports, "isAddressProof", {
276
+ enumerable: true,
277
+ get: function () { return chunkQM2YAOGD_cjs.isMexAddressProof; }
278
+ });
279
+ Object.defineProperty(exports, "isBankAccount", {
280
+ enumerable: true,
281
+ get: function () { return chunkQM2YAOGD_cjs.isMexBankAccount; }
282
+ });
283
+ Object.defineProperty(exports, "isClient", {
284
+ enumerable: true,
285
+ get: function () { return chunkQM2YAOGD_cjs.isMexClient; }
286
+ });
287
+ Object.defineProperty(exports, "isCurp", {
288
+ enumerable: true,
289
+ get: function () { return chunkQM2YAOGD_cjs.isMexCurp; }
290
+ });
291
+ Object.defineProperty(exports, "isDocument", {
292
+ enumerable: true,
293
+ get: function () { return chunkQM2YAOGD_cjs.isMexDocument; }
294
+ });
295
+ Object.defineProperty(exports, "isFalse", {
296
+ enumerable: true,
297
+ get: function () { return chunkQM2YAOGD_cjs.isFalse; }
298
+ });
299
+ Object.defineProperty(exports, "isIneBack", {
300
+ enumerable: true,
301
+ get: function () { return chunkQM2YAOGD_cjs.isMexIneBack; }
302
+ });
303
+ Object.defineProperty(exports, "isIneFront", {
304
+ enumerable: true,
305
+ get: function () { return chunkQM2YAOGD_cjs.isMexIneFront; }
306
+ });
307
+ Object.defineProperty(exports, "isNotNull", {
308
+ enumerable: true,
309
+ get: function () { return chunkQM2YAOGD_cjs.isNotNull; }
310
+ });
311
+ Object.defineProperty(exports, "isNull", {
312
+ enumerable: true,
313
+ get: function () { return chunkQM2YAOGD_cjs.isNull; }
314
+ });
315
+ Object.defineProperty(exports, "isPassport", {
316
+ enumerable: true,
317
+ get: function () { return chunkQM2YAOGD_cjs.isMexPassport; }
318
+ });
319
+ Object.defineProperty(exports, "isPoderNotarial", {
320
+ enumerable: true,
321
+ get: function () { return chunkQM2YAOGD_cjs.isMexPoderNotarial; }
322
+ });
323
+ Object.defineProperty(exports, "isReport", {
324
+ enumerable: true,
325
+ get: function () { return chunkQM2YAOGD_cjs.isMexReport; }
326
+ });
327
+ Object.defineProperty(exports, "isReportItem", {
328
+ enumerable: true,
329
+ get: function () { return chunkQM2YAOGD_cjs.isMexReportItem; }
330
+ });
331
+ Object.defineProperty(exports, "isRfcConstancia", {
332
+ enumerable: true,
333
+ get: function () { return chunkQM2YAOGD_cjs.isMexRfcConstancia; }
334
+ });
335
+ Object.defineProperty(exports, "isTransaction", {
336
+ enumerable: true,
337
+ get: function () { return chunkQM2YAOGD_cjs.isMexTransaction; }
338
+ });
339
+ Object.defineProperty(exports, "isTrue", {
340
+ enumerable: true,
341
+ get: function () { return chunkQM2YAOGD_cjs.isTrue; }
342
+ });
343
+ Object.defineProperty(exports, "isUploadError", {
344
+ enumerable: true,
345
+ get: function () { return chunkQM2YAOGD_cjs.isUploadError; }
346
+ });
347
+ Object.defineProperty(exports, "lessThan", {
348
+ enumerable: true,
349
+ get: function () { return chunkQM2YAOGD_cjs.lessThan; }
350
+ });
351
+ Object.defineProperty(exports, "mapTRPCError", {
352
+ enumerable: true,
353
+ get: function () { return chunkQM2YAOGD_cjs.mapTRPCError; }
354
+ });
355
+ Object.defineProperty(exports, "notEquals", {
356
+ enumerable: true,
357
+ get: function () { return chunkQM2YAOGD_cjs.notEquals; }
358
+ });
359
+ Object.defineProperty(exports, "notOneOf", {
360
+ enumerable: true,
361
+ get: function () { return chunkQM2YAOGD_cjs.notOneOf; }
362
+ });
363
+ Object.defineProperty(exports, "numberRange", {
364
+ enumerable: true,
365
+ get: function () { return chunkQM2YAOGD_cjs.numberRange; }
366
+ });
367
+ Object.defineProperty(exports, "onOrAfter", {
368
+ enumerable: true,
369
+ get: function () { return chunkQM2YAOGD_cjs.onOrAfter; }
370
+ });
371
+ Object.defineProperty(exports, "onOrBefore", {
372
+ enumerable: true,
373
+ get: function () { return chunkQM2YAOGD_cjs.onOrBefore; }
374
+ });
375
+ Object.defineProperty(exports, "oneOf", {
376
+ enumerable: true,
377
+ get: function () { return chunkQM2YAOGD_cjs.oneOf; }
378
+ });
379
+ Object.defineProperty(exports, "startsWith", {
380
+ enumerable: true,
381
+ get: function () { return chunkQM2YAOGD_cjs.startsWith; }
382
+ });
383
+ //# sourceMappingURL=index.cjs.map
384
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
@@ -0,0 +1,305 @@
1
+ import { C as ComplianceSDKImpl, aI as EbrResource, aJ as ComplianceSDKOptionsMexico, aK as MexicoScopedSDKOptions, M as MexAVIClient, a as MexAVITransaction, b as MexAVIReport, c as MexAVIReportItem, e as AVIClientsResource, f as AVITransactionsResource, g as AVIReportsResource, i as isMexAVIClient, j as isMexAVITransaction, k as isMexAVIReport, l as isMexAVIReportItem, al as MexJYSClient, am as MexJYSTransaction, an as MexJYSReport, ao as MexJYSReportItem, ap as JYSClientsResource, aq as JYSTransactionsResource, ar as JYSReportsResource, as as isMexJYSClient, at as isMexJYSTransaction, au as isMexJYSReport, av as isMexJYSReportItem, ax as MexTSCClient, ay as MexTSCTransaction, az as MexTSCReport, aA as MexTSCReportItem, aB as TSCClientsResource, aC as TSCTransactionsResource, aD as TSCReportsResource, aE as isMexTSCClient, aF as isMexTSCTransaction, aG as isMexTSCReport, aH as isMexTSCReportItem, aL as MexActividadVulnerableClient, aM as MexActividadVulnerableTransaction, aN as MexActividadVulnerableReport, aO as MexActividadVulnerableReportItem, aP as isActividadVulnerable, aQ as isActividadVulnerableTransaction, aR as isActividadVulnerableReport, aS as isActividadVulnerableReportItem } from '../filters-BjYmxK8N.cjs';
2
+ export { r as APIError, aV as Address, ah as AddressesResource, d as BankAccount, m as BankAccountData, h as BankAccountsResource, aT as Client, aY as ClientData, b0 as ClientsResource, n as ComplianceError, p as ComplianceErrorJSON, o as ComplianceErrorOptions, ad as ContactMethod, ae as ContactMethodData, ai as ContactMethodsResource, J as DEFAULT_PAGE_SIZE, ag as DocumentData, aj as DocumentsResource, u as FileTooLargeError, F as ForbiddenError, I as InvalidFileTypeError, K as MAX_PAGE_SIZE, s as NetworkError, N as NotFoundError, R as RateLimitError, aW as Report, a_ as ReportData, aX as ReportItem, a$ as ReportItemData, b2 as ReportsResource, S as ServerError, T as TimeoutError, aU as Transaction, aZ as TransactionData, b1 as TransactionsResource, U as UnauthorizedError, w as UploadAbortedError, t as UploadError, D as UploadStage, v as UploadTimeoutError, x as UploadUrlExpiredError, V as ValidationError, q as ValidationIssue, _ as after, a5 as atLeast, a6 as atMost, $ as before, E as collectAll, G as collectUpTo, L as contains, Z as dateRange, P as endsWith, Q as equals, H as getFirst, a3 as greaterThan, z as isAPIError, b6 as isAddress, b5 as isBankAccount, b3 as isClient, a8 as isFalse, aa as isNotNull, a9 as isNull, b7 as isReport, b8 as isReportItem, b4 as isTransaction, a7 as isTrue, B as isUploadError, a4 as lessThan, y as mapTRPCError, W as notEquals, Y as notOneOf, a2 as numberRange, a0 as onOrAfter, a1 as onOrBefore, X as oneOf, O as startsWith } from '../filters-BjYmxK8N.cjs';
3
+ import { avi, jys, tsc, CodigoActividad, Moneda, TipoIdentificacion, Prioridad } from '@artu-ai/shared';
4
+ export { APIError as APIErrorResponse, APIValidationError as APIValidationErrorResponse, ActaConstitutivaFields, ActividadVulnerableClientData, MexAddressData as AddressData, AddressProofFields, BankAccountFilter, BatchResult, ClientFilter, CreateAddressInput, CreateMexBankAccountInput as CreateBankAccountInput, CreateMexClientInput as CreateClientInput, CreateContactMethodInput, CreateDocumentInput, CreateMexActaConstitutivaInput, CreateMexAddressProofInput, CreateMexCurpInput, CreateMexDocumentInput, CreateMexIneBackInput, CreateMexIneFrontInput, CreateMexPassportInput, CreateMexPoderNotarialInput, CreateMexRfcConstanciaInput, CreateMexReportInput as CreateReportInput, CreateMexReportItemInput as CreateReportItemInput, CreateMexTransactionInput as CreateTransactionInput, CurpDocumentFields, DocumentFilter, GenerateResult, IneBackFields, IneFrontFields, IterateOptions, ListOptions, MexBankAccountData, MexCompanyJurisdictionData, MexDocument, MexJurisdictionData, MexPersonJurisdictionData, MexTrustJurisdictionData, PaginatedResponse, PaginationInput, PaginationMeta, PoderNotarialFields, ReportValidationError, RfcConstanciaFields, SubmissionResult, TransactionFilter, UpdateAddressInput, UpdateMexBankAccountInput as UpdateBankAccountInput, UpdateMexClientInput as UpdateClientInput, UpdateContactMethodInput, UpdateDocumentInput, UpdateMexActaConstitutivaInput, UpdateMexAddressProofInput, UpdateMexCurpInput, UpdateMexDocumentInput, UpdateMexIneBackInput, UpdateMexIneFrontInput, UpdateMexPassportInput, UpdateMexPoderNotarialInput, UpdateMexRfcConstanciaInput, UpdateMexReportInput as UpdateReportInput, UpdateMexReportItemInput as UpdateReportItemInput, UpdateMexTransactionInput as UpdateTransactionInput, ValidationResult, ValidationSummary } from '@artu-ai/shared';
5
+ export { i as ActaConstitutivaDocument, h as AddressProofDocument, f as CurpDocument, b as Document, E as Enums, d as IneBackDocument, c as IneFrontDocument, M as Models, e as PassportDocument, j as PoderNotarialDocument, R as Resources, g as RfcConstanciaDocument, T as TypeGuards, a as Types, V as Validators, r as isActaConstitutiva, q as isAddressProof, o as isCurp, k as isDocument, m as isIneBack, l as isIneFront, n as isPassport, s as isPoderNotarial, p as isRfcConstancia } from '../index-DeVuMBhV.cjs';
6
+ import * as _artu_ai_shared_schemas_mex_actividad_vulnerable_tsc_index from '@artu-ai/shared/schemas/mex/actividad-vulnerable/tsc/index';
7
+ import * as _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index from '@artu-ai/shared/schemas/mex/actividad-vulnerable/jys/index';
8
+ import * as _artu_ai_shared_schemas_mex_actividad_vulnerable_avi_index from '@artu-ai/shared/schemas/mex/actividad-vulnerable/avi/index';
9
+ import '@trpc/client';
10
+ import 'zod';
11
+ import 'zod/v4/core';
12
+
13
+ /**
14
+ * Mexico-scoped ComplianceSDK
15
+ *
16
+ * Provides Mexico-specific resources like EBR (Expediente de Beneficiario Real).
17
+ */
18
+
19
+ /**
20
+ * Mexico ComplianceSDK Implementation.
21
+ *
22
+ * Extends the base SDK with Mexico-specific resources.
23
+ * This class is used when you create a ComplianceSDK with `jurisdiction: "MX"`.
24
+ *
25
+ * Registration is handled by `registerMexicoScopes()` in `./index.ts`.
26
+ *
27
+ * @example
28
+ * ```typescript
29
+ * const sdk = new ComplianceSDK({
30
+ * apiKey: process.env.API_KEY!,
31
+ * environment: "test",
32
+ * jurisdiction: "MX",
33
+ * });
34
+ *
35
+ * // Mexico-specific EBR resource is available
36
+ * console.log(sdk.ebr); // EbrResource instance
37
+ * ```
38
+ */
39
+ declare class MexicoComplianceSDKImpl extends ComplianceSDKImpl {
40
+ /**
41
+ * EBR (Expediente de Beneficiario Real) resource.
42
+ *
43
+ * Mexico-only resource for managing beneficial owner records.
44
+ */
45
+ readonly ebr: EbrResource;
46
+ constructor(options: ComplianceSDKOptionsMexico);
47
+ }
48
+ /**
49
+ * Mexico-scoped ComplianceSDK (convenience class).
50
+ * Pre-configured for Mexico jurisdiction - no need to specify jurisdiction in options.
51
+ *
52
+ * @example
53
+ * ```typescript
54
+ * import { ComplianceSDK } from "@artu/compliance-sdk/mexico";
55
+ *
56
+ * const sdk = new ComplianceSDK({
57
+ * apiKey: process.env.API_KEY!,
58
+ * environment: "test",
59
+ * });
60
+ *
61
+ * // Already scoped to Mexico - no need to specify jurisdiction
62
+ * const client = await sdk.clients.create({
63
+ * type: ClientType.Person,
64
+ * name: "Juan García",
65
+ * });
66
+ * ```
67
+ */
68
+ declare class MexicoComplianceSDKScoped extends MexicoComplianceSDKImpl {
69
+ constructor(options: MexicoScopedSDKOptions);
70
+ }
71
+
72
+ /**
73
+ * AVI (Activos Virtuales) namespace
74
+ */
75
+
76
+ declare const AVI: {
77
+ readonly Enums: {
78
+ readonly TipoOperacion: typeof avi.TipoOperacion;
79
+ readonly TipoAlerta: typeof avi.TipoAlerta;
80
+ readonly InstrumentoMonetario: typeof avi.InstrumentoMonetario;
81
+ readonly ActivoVirtual: typeof avi.ActivoVirtual;
82
+ };
83
+ readonly Models: {
84
+ readonly Client: typeof MexAVIClient;
85
+ readonly Transaction: typeof MexAVITransaction;
86
+ readonly Report: typeof MexAVIReport;
87
+ readonly ReportItem: typeof MexAVIReportItem;
88
+ };
89
+ readonly Resources: {
90
+ readonly Clients: typeof AVIClientsResource;
91
+ readonly Transactions: typeof AVITransactionsResource;
92
+ readonly Reports: typeof AVIReportsResource;
93
+ };
94
+ readonly TypeGuards: {
95
+ readonly isClient: typeof isMexAVIClient;
96
+ readonly isTransaction: typeof isMexAVITransaction;
97
+ readonly isReport: typeof isMexAVIReport;
98
+ readonly isReportItem: typeof isMexAVIReportItem;
99
+ };
100
+ };
101
+
102
+ /**
103
+ * JYS (Juegos y Sorteos) namespace
104
+ */
105
+
106
+ declare const JYS: {
107
+ readonly Enums: {
108
+ readonly TipoOperacion: typeof jys.TipoOperacion;
109
+ readonly TipoAlerta: typeof jys.TipoAlerta;
110
+ readonly InstrumentoMonetario: typeof jys.InstrumentoMonetario;
111
+ readonly LineaNegocio: typeof jys.LineaNegocio;
112
+ readonly MedioOperacion: typeof jys.MedioOperacion;
113
+ readonly TipoBien: typeof jys.TipoBien;
114
+ readonly TipoInmueble: typeof jys.TipoInmueble;
115
+ readonly TipoLiquidacion: typeof jys.TipoLiquidacion;
116
+ readonly TipoSucursal: typeof jys.TipoSucursal;
117
+ };
118
+ readonly Models: {
119
+ readonly Client: typeof MexJYSClient;
120
+ readonly Transaction: typeof MexJYSTransaction;
121
+ readonly Report: typeof MexJYSReport;
122
+ readonly ReportItem: typeof MexJYSReportItem;
123
+ };
124
+ readonly Resources: {
125
+ readonly Clients: typeof JYSClientsResource;
126
+ readonly Transactions: typeof JYSTransactionsResource;
127
+ readonly Reports: typeof JYSReportsResource;
128
+ };
129
+ readonly TypeGuards: {
130
+ readonly isClient: typeof isMexJYSClient;
131
+ readonly isTransaction: typeof isMexJYSTransaction;
132
+ readonly isReport: typeof isMexJYSReport;
133
+ readonly isReportItem: typeof isMexJYSReportItem;
134
+ };
135
+ };
136
+
137
+ /**
138
+ * TSC (Tarjetas de Servicio y Crédito) namespace
139
+ */
140
+
141
+ declare const TSC: {
142
+ readonly Enums: {
143
+ readonly TipoOperacion: typeof tsc.TipoOperacion;
144
+ readonly TipoAlerta: typeof tsc.TipoAlerta;
145
+ readonly TipoTarjeta: typeof tsc.TipoTarjeta;
146
+ };
147
+ readonly Models: {
148
+ readonly Client: typeof MexTSCClient;
149
+ readonly Transaction: typeof MexTSCTransaction;
150
+ readonly Report: typeof MexTSCReport;
151
+ readonly ReportItem: typeof MexTSCReportItem;
152
+ };
153
+ readonly Resources: {
154
+ readonly Clients: typeof TSCClientsResource;
155
+ readonly Transactions: typeof TSCTransactionsResource;
156
+ readonly Reports: typeof TSCReportsResource;
157
+ };
158
+ readonly TypeGuards: {
159
+ readonly isClient: typeof isMexTSCClient;
160
+ readonly isTransaction: typeof isMexTSCTransaction;
161
+ readonly isReport: typeof isMexTSCReport;
162
+ readonly isReportItem: typeof isMexTSCReportItem;
163
+ };
164
+ };
165
+
166
+ /** Actividad Vulnerable namespace */
167
+ declare const ActividadVulnerable: {
168
+ readonly Enums: {
169
+ readonly CodigoActividad: typeof CodigoActividad;
170
+ readonly Moneda: typeof Moneda;
171
+ readonly TipoIdentificacion: typeof TipoIdentificacion;
172
+ readonly Prioridad: typeof Prioridad;
173
+ };
174
+ readonly Models: {
175
+ readonly Client: typeof MexActividadVulnerableClient;
176
+ readonly Transaction: typeof MexActividadVulnerableTransaction;
177
+ readonly Report: typeof MexActividadVulnerableReport;
178
+ readonly ReportItem: typeof MexActividadVulnerableReportItem;
179
+ };
180
+ readonly TypeGuards: {
181
+ readonly isClient: typeof isActividadVulnerable;
182
+ readonly isTransaction: typeof isActividadVulnerableTransaction;
183
+ readonly isReport: typeof isActividadVulnerableReport;
184
+ readonly isReportItem: typeof isActividadVulnerableReportItem;
185
+ };
186
+ readonly AVI: {
187
+ readonly Enums: {
188
+ readonly TipoOperacion: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_avi_index.TipoOperacion;
189
+ readonly TipoAlerta: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_avi_index.TipoAlerta;
190
+ readonly InstrumentoMonetario: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_avi_index.InstrumentoMonetario;
191
+ readonly ActivoVirtual: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_avi_index.ActivoVirtual;
192
+ };
193
+ readonly Models: {
194
+ readonly Client: typeof MexAVIClient;
195
+ readonly Transaction: typeof MexAVITransaction;
196
+ readonly Report: typeof MexAVIReport;
197
+ readonly ReportItem: typeof MexAVIReportItem;
198
+ };
199
+ readonly Resources: {
200
+ readonly Clients: typeof AVIClientsResource;
201
+ readonly Transactions: typeof AVITransactionsResource;
202
+ readonly Reports: typeof AVIReportsResource;
203
+ };
204
+ readonly TypeGuards: {
205
+ readonly isClient: typeof isMexAVIClient;
206
+ readonly isTransaction: typeof isMexAVITransaction;
207
+ readonly isReport: typeof isMexAVIReport;
208
+ readonly isReportItem: typeof isMexAVIReportItem;
209
+ };
210
+ };
211
+ readonly JYS: {
212
+ readonly Enums: {
213
+ readonly TipoOperacion: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.TipoOperacion;
214
+ readonly TipoAlerta: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.TipoAlerta;
215
+ readonly InstrumentoMonetario: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.InstrumentoMonetario;
216
+ readonly LineaNegocio: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.LineaNegocio;
217
+ readonly MedioOperacion: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.MedioOperacion;
218
+ readonly TipoBien: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.TipoBien;
219
+ readonly TipoInmueble: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.TipoInmueble;
220
+ readonly TipoLiquidacion: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.TipoLiquidacion;
221
+ readonly TipoSucursal: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_jys_index.TipoSucursal;
222
+ };
223
+ readonly Models: {
224
+ readonly Client: typeof MexJYSClient;
225
+ readonly Transaction: typeof MexJYSTransaction;
226
+ readonly Report: typeof MexJYSReport;
227
+ readonly ReportItem: typeof MexJYSReportItem;
228
+ };
229
+ readonly Resources: {
230
+ readonly Clients: typeof JYSClientsResource;
231
+ readonly Transactions: typeof JYSTransactionsResource;
232
+ readonly Reports: typeof JYSReportsResource;
233
+ };
234
+ readonly TypeGuards: {
235
+ readonly isClient: typeof isMexJYSClient;
236
+ readonly isTransaction: typeof isMexJYSTransaction;
237
+ readonly isReport: typeof isMexJYSReport;
238
+ readonly isReportItem: typeof isMexJYSReportItem;
239
+ };
240
+ };
241
+ readonly TSC: {
242
+ readonly Enums: {
243
+ readonly TipoOperacion: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_tsc_index.TipoOperacion;
244
+ readonly TipoAlerta: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_tsc_index.TipoAlerta;
245
+ readonly TipoTarjeta: typeof _artu_ai_shared_schemas_mex_actividad_vulnerable_tsc_index.TipoTarjeta;
246
+ };
247
+ readonly Models: {
248
+ readonly Client: typeof MexTSCClient;
249
+ readonly Transaction: typeof MexTSCTransaction;
250
+ readonly Report: typeof MexTSCReport;
251
+ readonly ReportItem: typeof MexTSCReportItem;
252
+ };
253
+ readonly Resources: {
254
+ readonly Clients: typeof TSCClientsResource;
255
+ readonly Transactions: typeof TSCTransactionsResource;
256
+ readonly Reports: typeof TSCReportsResource;
257
+ };
258
+ readonly TypeGuards: {
259
+ readonly isClient: typeof isMexTSCClient;
260
+ readonly isTransaction: typeof isMexTSCTransaction;
261
+ readonly isReport: typeof isMexTSCReport;
262
+ readonly isReportItem: typeof isMexTSCReportItem;
263
+ };
264
+ };
265
+ };
266
+
267
+ /**
268
+ * @artu/compliance-sdk/mexico
269
+ *
270
+ * Mexico-scoped SDK entry point.
271
+ * Import from here for Mexico-specific compliance workflows.
272
+ *
273
+ * @example
274
+ * ```typescript
275
+ * import {
276
+ * ComplianceSDK,
277
+ * ActividadVulnerable,
278
+ * Enums,
279
+ * Validators,
280
+ * Models,
281
+ * Resources,
282
+ * TypeGuards,
283
+ * } from "@artu/compliance-sdk/mexico";
284
+ *
285
+ * const sdk = new ComplianceSDK({
286
+ * apiKey: process.env.COMPLIANCE_API_KEY!,
287
+ * jurisdiction: "MX",
288
+ * });
289
+ *
290
+ * // Access Mexico-specific enums directly
291
+ * Enums.ActividadEconomica.Comercio
292
+ * Enums.DocumentType.INE
293
+ *
294
+ * // Validate Mexican identifiers
295
+ * Validators.Rfc.validate("GOAP820528H00")
296
+ *
297
+ * // Actividad Vulnerable namespace for AML compliance
298
+ * ActividadVulnerable.AVI.Enums.TipoOperacion.Buy
299
+ * ```
300
+ */
301
+
302
+ /** Options for Mexico-scoped SDK */
303
+ type ComplianceSDKOptions = MexicoScopedSDKOptions;
304
+
305
+ export { AVI, ActividadVulnerable, MexicoComplianceSDKScoped as ComplianceSDK, type ComplianceSDKOptions, JYS, TSC };