@artu-ai/compliance-sdk 0.6.9 → 0.8.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 (89) hide show
  1. package/dist/exports/mexico/actividad-vulnerable/avi.d.ts +2 -1
  2. package/dist/exports/mexico/actividad-vulnerable/avi.d.ts.map +1 -1
  3. package/dist/exports/mexico/actividad-vulnerable/jys.d.ts +2 -1
  4. package/dist/exports/mexico/actividad-vulnerable/jys.d.ts.map +1 -1
  5. package/dist/exports/mexico/actividad-vulnerable/mjr.d.ts +677 -0
  6. package/dist/exports/mexico/actividad-vulnerable/mjr.d.ts.map +1 -0
  7. package/dist/exports/mexico/actividad-vulnerable/mjr.js +110 -0
  8. package/dist/exports/mexico/actividad-vulnerable/tsc.d.ts +2 -1
  9. package/dist/exports/mexico/actividad-vulnerable/tsc.d.ts.map +1 -1
  10. package/dist/models/Client.d.ts +7 -1
  11. package/dist/models/Client.d.ts.map +1 -1
  12. package/dist/models/Client.js +19 -1
  13. package/dist/models/Transaction.d.ts +6 -0
  14. package/dist/models/Transaction.d.ts.map +1 -1
  15. package/dist/models/Transaction.js +10 -0
  16. package/dist/models/index.d.ts +1 -1
  17. package/dist/models/index.d.ts.map +1 -1
  18. package/dist/models/index.js +3 -3
  19. package/dist/models/mex/MexClient.d.ts +1 -1
  20. package/dist/models/mex/MexClient.d.ts.map +1 -1
  21. package/dist/models/mex/MexClient.js +2 -9
  22. package/dist/models/mex/MexReport.d.ts.map +1 -1
  23. package/dist/models/mex/MexReport.js +2 -9
  24. package/dist/models/mex/MexTransaction.d.ts +1 -1
  25. package/dist/models/mex/MexTransaction.d.ts.map +1 -1
  26. package/dist/models/mex/MexTransaction.js +2 -9
  27. package/dist/models/mex/actividad-vulnerable/avi/MexAVITransaction.d.ts +11 -21
  28. package/dist/models/mex/actividad-vulnerable/avi/MexAVITransaction.d.ts.map +1 -1
  29. package/dist/models/mex/actividad-vulnerable/avi/MexAVITransaction.js +21 -54
  30. package/dist/models/mex/actividad-vulnerable/index.d.ts +4 -0
  31. package/dist/models/mex/actividad-vulnerable/index.d.ts.map +1 -1
  32. package/dist/models/mex/actividad-vulnerable/index.js +4 -0
  33. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRClient.d.ts +40 -0
  34. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRClient.d.ts.map +1 -0
  35. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRClient.js +54 -0
  36. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRReport.d.ts +53 -0
  37. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRReport.d.ts.map +1 -0
  38. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRReport.js +75 -0
  39. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRReportItem.d.ts +56 -0
  40. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRReportItem.d.ts.map +1 -0
  41. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRReportItem.js +63 -0
  42. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRTransaction.d.ts +79 -0
  43. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRTransaction.d.ts.map +1 -0
  44. package/dist/models/mex/actividad-vulnerable/mjr/MexMJRTransaction.js +126 -0
  45. package/dist/namespaces/mexico/actividad-vulnerable/index.d.ts +4 -2
  46. package/dist/namespaces/mexico/actividad-vulnerable/index.d.ts.map +1 -1
  47. package/dist/namespaces/mexico/index.d.ts +2 -1
  48. package/dist/namespaces/mexico/index.d.ts.map +1 -1
  49. package/dist/resources/exchange-rates.d.ts +14 -0
  50. package/dist/resources/exchange-rates.d.ts.map +1 -0
  51. package/dist/resources/exchange-rates.js +30 -0
  52. package/dist/resources/index.d.ts +1 -0
  53. package/dist/resources/index.d.ts.map +1 -1
  54. package/dist/resources/index.js +2 -0
  55. package/dist/resources/mex/actividad-vulnerable/index.d.ts +1 -0
  56. package/dist/resources/mex/actividad-vulnerable/index.d.ts.map +1 -1
  57. package/dist/resources/mex/actividad-vulnerable/index.js +2 -0
  58. package/dist/resources/mex/actividad-vulnerable/mjr/clients.d.ts +177 -0
  59. package/dist/resources/mex/actividad-vulnerable/mjr/clients.d.ts.map +1 -0
  60. package/dist/resources/mex/actividad-vulnerable/mjr/clients.js +320 -0
  61. package/dist/resources/mex/actividad-vulnerable/mjr/index.d.ts +7 -0
  62. package/dist/resources/mex/actividad-vulnerable/mjr/index.d.ts.map +1 -0
  63. package/dist/resources/mex/actividad-vulnerable/mjr/index.js +6 -0
  64. package/dist/resources/mex/actividad-vulnerable/mjr/reports.d.ts +170 -0
  65. package/dist/resources/mex/actividad-vulnerable/mjr/reports.d.ts.map +1 -0
  66. package/dist/resources/mex/actividad-vulnerable/mjr/reports.js +463 -0
  67. package/dist/resources/mex/actividad-vulnerable/mjr/transactions.d.ts +128 -0
  68. package/dist/resources/mex/actividad-vulnerable/mjr/transactions.d.ts.map +1 -0
  69. package/dist/resources/mex/actividad-vulnerable/mjr/transactions.js +343 -0
  70. package/dist/sdk/ComplianceSDK.d.ts +17 -1
  71. package/dist/sdk/ComplianceSDK.d.ts.map +1 -1
  72. package/dist/sdk/ComplianceSDK.js +18 -1
  73. package/dist/sdk/mex/actividad-vulnerable/index.d.ts +1 -0
  74. package/dist/sdk/mex/actividad-vulnerable/index.d.ts.map +1 -1
  75. package/dist/sdk/mex/actividad-vulnerable/index.js +6 -0
  76. package/dist/sdk/mex/actividad-vulnerable/mjr/ComplianceSDK.d.ts +56 -0
  77. package/dist/sdk/mex/actividad-vulnerable/mjr/ComplianceSDK.d.ts.map +1 -0
  78. package/dist/sdk/mex/actividad-vulnerable/mjr/ComplianceSDK.js +51 -0
  79. package/dist/sdk/mex/actividad-vulnerable/mjr/index.d.ts +8 -0
  80. package/dist/sdk/mex/actividad-vulnerable/mjr/index.d.ts.map +1 -0
  81. package/dist/sdk/mex/actividad-vulnerable/mjr/index.js +9 -0
  82. package/dist/sdk/mex/actividad-vulnerable/mjr/types.d.ts +35 -0
  83. package/dist/sdk/mex/actividad-vulnerable/mjr/types.d.ts.map +1 -0
  84. package/dist/sdk/mex/actividad-vulnerable/mjr/types.js +20 -0
  85. package/dist/sdk/mex/types.d.ts +4 -2
  86. package/dist/sdk/mex/types.d.ts.map +1 -1
  87. package/dist/sdk/types.d.ts +1 -1
  88. package/dist/sdk/types.d.ts.map +1 -1
  89. package/package.json +6 -2
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/mex/actividad-vulnerable/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,GACtB,MAAM,gCAAgC,CAAC;AAGxC,OAAO,EACL,iCAAiC,EACjC,gCAAgC,GACjC,MAAM,qCAAqC,CAAC;AAG7C,OAAO,EACL,4BAA4B,EAC5B,KAAK,gCAAgC,EACrC,2BAA2B,GAC5B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,gCAAgC,EAChC,KAAK,oCAAoC,EACzC,+BAA+B,GAChC,MAAM,oCAAoC,CAAC;AAG5C,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGlE,OAAO,EACL,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EACL,YAAY,EACZ,KAAK,gBAAgB,EACrB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,YAAY,EACZ,KAAK,gBAAgB,EACrB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,YAAY,EACZ,KAAK,gBAAgB,EACrB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/mex/actividad-vulnerable/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,GACtB,MAAM,gCAAgC,CAAC;AAGxC,OAAO,EACL,iCAAiC,EACjC,gCAAgC,GACjC,MAAM,qCAAqC,CAAC;AAG7C,OAAO,EACL,4BAA4B,EAC5B,KAAK,gCAAgC,EACrC,2BAA2B,GAC5B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,gCAAgC,EAChC,KAAK,oCAAoC,EACzC,+BAA+B,GAChC,MAAM,oCAAoC,CAAC;AAG5C,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAGlE,OAAO,EACL,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,iBAAiB,EACjB,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EACL,YAAY,EACZ,KAAK,gBAAgB,EACrB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,YAAY,EACZ,KAAK,gBAAgB,EACrB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,YAAY,EACZ,KAAK,gBAAgB,EACrB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,YAAY,EACZ,KAAK,gBAAgB,EACrB,cAAc,GACf,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,KAAK,oBAAoB,EACzB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC"}
@@ -11,15 +11,19 @@ export { MexActividadVulnerableReportItem, isActividadVulnerableReportItem, } fr
11
11
  // Activity-specific clients
12
12
  export { MexAVIClient, isMexAVIClient } from "./avi/MexAVIClient";
13
13
  export { MexJYSClient, isMexJYSClient } from "./jys/MexJYSClient";
14
+ export { MexMJRClient, isMexMJRClient } from "./mjr/MexMJRClient";
14
15
  export { MexTSCClient, isMexTSCClient } from "./tsc/MexTSCClient";
15
16
  // Activity-specific transactions
16
17
  export { MexAVITransaction, isMexAVITransaction, } from "./avi/MexAVITransaction";
17
18
  export { MexJYSTransaction, isMexJYSTransaction, } from "./jys/MexJYSTransaction";
19
+ export { MexMJRTransaction, isMexMJRTransaction, } from "./mjr/MexMJRTransaction";
18
20
  export { MexTSCTransaction, isMexTSCTransaction, } from "./tsc/MexTSCTransaction";
19
21
  // Activity-specific reports
20
22
  export { MexAVIReport, isMexAVIReport, } from "./avi/MexAVIReport";
21
23
  export { MexAVIReportItem, isMexAVIReportItem, } from "./avi/MexAVIReportItem";
22
24
  export { MexJYSReport, isMexJYSReport, } from "./jys/MexJYSReport";
23
25
  export { MexJYSReportItem, isMexJYSReportItem, } from "./jys/MexJYSReportItem";
26
+ export { MexMJRReport, isMexMJRReport, } from "./mjr/MexMJRReport";
27
+ export { MexMJRReportItem, isMexMJRReportItem, } from "./mjr/MexMJRReportItem";
24
28
  export { MexTSCReport, isMexTSCReport, } from "./tsc/MexTSCReport";
25
29
  export { MexTSCReportItem, isMexTSCReportItem, } from "./tsc/MexTSCReportItem";
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Mexico MJR (Metales y Joyas - Precious Metals and Jewelry) Client
3
+ *
4
+ * Specialized for precious metals and jewelry dealers.
5
+ */
6
+ import type { ClientRelationshipType, mjr } from "@artu-ai/shared";
7
+ import { MexActividadVulnerableClient } from "../MexActividadVulnerableClient";
8
+ /**
9
+ * Mexico MJR Client Model.
10
+ *
11
+ * Provides typed accessors for precious metals/jewelry dealer specific data.
12
+ * MJR clients have no activity-specific fields (like TSC).
13
+ *
14
+ * @example
15
+ * ```typescript
16
+ * if (client instanceof MexMJRClient) {
17
+ * console.log(`MJR Client: ${client.name}`);
18
+ * }
19
+ * ```
20
+ */
21
+ export declare class MexMJRClient extends MexActividadVulnerableClient {
22
+ /**
23
+ * MJR-specific activity data
24
+ */
25
+ protected get mjrData(): mjr.MJRClientData | undefined;
26
+ toString(): string;
27
+ /**
28
+ * Linked clients (if included) instantiated as MexMJRClient
29
+ */
30
+ get linkedClients(): {
31
+ relationshipType: ClientRelationshipType;
32
+ client: MexMJRClient;
33
+ }[] | undefined;
34
+ }
35
+ import type { ClientModel } from "../../../types";
36
+ /**
37
+ * Check if client is a MJR (Metales y Joyas) client
38
+ */
39
+ export declare function isMexMJRClient(client: ClientModel): client is MexMJRClient;
40
+ //# sourceMappingURL=MexMJRClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MexMJRClient.d.ts","sourceRoot":"","sources":["../../../../../src/models/mex/actividad-vulnerable/mjr/MexMJRClient.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,sBAAsB,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAM/E;;;;;;;;;;;;GAYG;AACH,qBAAa,YAAa,SAAQ,4BAA4B;IAK5D;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,GAAG,CAAC,aAAa,GAAG,SAAS,CAErD;IAMQ,QAAQ,IAAI,MAAM;IAI3B;;OAEG;IACH,IAAa,aAAa,IACtB;QACE,gBAAgB,EAAE,sBAAsB,CAAC;QACzC,MAAM,EAAE,YAAY,CAAC;KACtB,EAAE,GACH,SAAS,CAKZ;CACF;AAMD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;GAEG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,WAAW,GAAG,MAAM,IAAI,YAAY,CAE1E"}
@@ -0,0 +1,54 @@
1
+ /**
2
+ * Mexico MJR (Metales y Joyas - Precious Metals and Jewelry) Client
3
+ *
4
+ * Specialized for precious metals and jewelry dealers.
5
+ */
6
+ import { MexActividadVulnerableClient } from "../MexActividadVulnerableClient";
7
+ // ===========================
8
+ // MexMJRClient Model
9
+ // ===========================
10
+ /**
11
+ * Mexico MJR Client Model.
12
+ *
13
+ * Provides typed accessors for precious metals/jewelry dealer specific data.
14
+ * MJR clients have no activity-specific fields (like TSC).
15
+ *
16
+ * @example
17
+ * ```typescript
18
+ * if (client instanceof MexMJRClient) {
19
+ * console.log(`MJR Client: ${client.name}`);
20
+ * }
21
+ * ```
22
+ */
23
+ export class MexMJRClient extends MexActividadVulnerableClient {
24
+ // ─────────────────────────────────────────────────────────────────
25
+ // MJR-Specific Data
26
+ // ─────────────────────────────────────────────────────────────────
27
+ /**
28
+ * MJR-specific activity data
29
+ */
30
+ get mjrData() {
31
+ return this.mexicoData?.actividadVulnerable?.MJR;
32
+ }
33
+ // ─────────────────────────────────────────────────────────────────
34
+ // String Representation
35
+ // ─────────────────────────────────────────────────────────────────
36
+ toString() {
37
+ return `MexMJRClient(${this.id}, ${this.name})`;
38
+ }
39
+ /**
40
+ * Linked clients (if included) instantiated as MexMJRClient
41
+ */
42
+ get linkedClients() {
43
+ return (this._data.linkedClients ?? []).map((l) => ({
44
+ relationshipType: l.relationshipType,
45
+ client: new MexMJRClient(l.client),
46
+ }));
47
+ }
48
+ }
49
+ /**
50
+ * Check if client is a MJR (Metales y Joyas) client
51
+ */
52
+ export function isMexMJRClient(client) {
53
+ return client instanceof MexMJRClient;
54
+ }
@@ -0,0 +1,53 @@
1
+ /**
2
+ * Mexico MJR Report Model
3
+ *
4
+ * Report model for Metales y Joyas (Precious Metals and Jewelry) activity.
5
+ */
6
+ import { MexActividadVulnerableReport, type MexActividadVulnerableReportData } from "../MexActividadVulnerableReport";
7
+ import type { mjr } from "@artu-ai/shared";
8
+ /**
9
+ * MJR report data
10
+ */
11
+ export interface MexMJRReportData extends MexActividadVulnerableReportData {
12
+ jurisdictions?: {
13
+ MX?: {
14
+ actividadVulnerable?: {
15
+ MJR?: mjr.MJRReportData;
16
+ };
17
+ };
18
+ [key: string]: unknown;
19
+ };
20
+ }
21
+ /**
22
+ * Mexico MJR Report Model.
23
+ *
24
+ * Provides typed accessors for MJR-specific report data.
25
+ *
26
+ * @example
27
+ * ```typescript
28
+ * if (report instanceof MexMJRReport) {
29
+ * console.log(`Period: ${report.mesReportado}`);
30
+ * }
31
+ * ```
32
+ */
33
+ export declare class MexMJRReport extends MexActividadVulnerableReport {
34
+ /**
35
+ * MJR-specific report data
36
+ */
37
+ protected get mjrData(): mjr.MJRReportData | undefined;
38
+ /**
39
+ * Reporting period (YYYYMM format)
40
+ */
41
+ get mesReportado(): string | undefined;
42
+ /**
43
+ * Reporting period as a formatted string (e.g., "January 2024")
44
+ */
45
+ get formattedPeriod(): string | undefined;
46
+ toString(): string;
47
+ }
48
+ import type { ReportModel } from "../../../types";
49
+ /**
50
+ * Check if report is a MJR (Metales y Joyas) report
51
+ */
52
+ export declare function isMexMJRReport(report: ReportModel): report is MexMJRReport;
53
+ //# sourceMappingURL=MexMJRReport.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MexMJRReport.d.ts","sourceRoot":"","sources":["../../../../../src/models/mex/actividad-vulnerable/mjr/MexMJRReport.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,4BAA4B,EAC5B,KAAK,gCAAgC,EACtC,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AAM3C;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,gCAAgC;IACxE,aAAa,CAAC,EAAE;QACd,EAAE,CAAC,EAAE;YACH,mBAAmB,CAAC,EAAE;gBACpB,GAAG,CAAC,EAAE,GAAG,CAAC,aAAa,CAAC;aACzB,CAAC;SACH,CAAC;QACF,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KACxB,CAAC;CACH;AAMD;;;;;;;;;;;GAWG;AACH,qBAAa,YAAa,SAAQ,4BAA4B;IAK5D;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,GAAG,CAAC,aAAa,GAAG,SAAS,CAErD;IAED;;OAEG;IACH,IAAI,YAAY,IAAI,MAAM,GAAG,SAAS,CAErC;IAED;;OAEG;IACH,IAAI,eAAe,IAAI,MAAM,GAAG,SAAS,CAuBxC;IAMQ,QAAQ,IAAI,MAAM;CAG5B;AAMD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;GAEG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,WAAW,GAAG,MAAM,IAAI,YAAY,CAE1E"}
@@ -0,0 +1,75 @@
1
+ /**
2
+ * Mexico MJR Report Model
3
+ *
4
+ * Report model for Metales y Joyas (Precious Metals and Jewelry) activity.
5
+ */
6
+ import { MexActividadVulnerableReport, } from "../MexActividadVulnerableReport";
7
+ // ===========================
8
+ // MexMJRReport Model
9
+ // ===========================
10
+ /**
11
+ * Mexico MJR Report Model.
12
+ *
13
+ * Provides typed accessors for MJR-specific report data.
14
+ *
15
+ * @example
16
+ * ```typescript
17
+ * if (report instanceof MexMJRReport) {
18
+ * console.log(`Period: ${report.mesReportado}`);
19
+ * }
20
+ * ```
21
+ */
22
+ export class MexMJRReport extends MexActividadVulnerableReport {
23
+ // ─────────────────────────────────────────────────────────────────
24
+ // MJR Data
25
+ // ─────────────────────────────────────────────────────────────────
26
+ /**
27
+ * MJR-specific report data
28
+ */
29
+ get mjrData() {
30
+ return this.actividadVulnerableData?.MJR;
31
+ }
32
+ /**
33
+ * Reporting period (YYYYMM format)
34
+ */
35
+ get mesReportado() {
36
+ return this.mjrData?.mesReportado;
37
+ }
38
+ /**
39
+ * Reporting period as a formatted string (e.g., "January 2024")
40
+ */
41
+ get formattedPeriod() {
42
+ const mes = this.mesReportado;
43
+ if (!mes)
44
+ return undefined;
45
+ const year = mes.slice(0, 4);
46
+ const month = parseInt(mes.slice(4, 6), 10);
47
+ const monthNames = [
48
+ "January",
49
+ "February",
50
+ "March",
51
+ "April",
52
+ "May",
53
+ "June",
54
+ "July",
55
+ "August",
56
+ "September",
57
+ "October",
58
+ "November",
59
+ "December",
60
+ ];
61
+ return `${monthNames[month - 1]} ${year}`;
62
+ }
63
+ // ─────────────────────────────────────────────────────────────────
64
+ // String Representation
65
+ // ─────────────────────────────────────────────────────────────────
66
+ toString() {
67
+ return `MexMJRReport(${this.id}, ${this.mesReportado ?? "N/A"})`;
68
+ }
69
+ }
70
+ /**
71
+ * Check if report is a MJR (Metales y Joyas) report
72
+ */
73
+ export function isMexMJRReport(report) {
74
+ return report instanceof MexMJRReport;
75
+ }
@@ -0,0 +1,56 @@
1
+ /**
2
+ * Mexico MJR Report Item Model
3
+ *
4
+ * Report item model for Metales y Joyas (Precious Metals and Jewelry) activity.
5
+ */
6
+ import { MexActividadVulnerableReportItem, type MexActividadVulnerableReportItemData } from "../MexActividadVulnerableReportItem";
7
+ import type { mjr } from "@artu-ai/shared";
8
+ /**
9
+ * MJR report item data
10
+ */
11
+ export interface MexMJRReportItemData extends MexActividadVulnerableReportItemData {
12
+ jurisdictions?: {
13
+ MX?: {
14
+ actividadVulnerable?: {
15
+ MJR?: mjr.MJRReportItemData;
16
+ };
17
+ };
18
+ [key: string]: unknown;
19
+ };
20
+ }
21
+ /**
22
+ * Mexico MJR Report Item Model.
23
+ *
24
+ * Provides typed accessors for MJR-specific report item data.
25
+ */
26
+ export declare class MexMJRReportItem extends MexActividadVulnerableReportItem {
27
+ /**
28
+ * MJR-specific report item data
29
+ */
30
+ protected get mjrData(): mjr.MJRReportItemData | undefined;
31
+ /**
32
+ * Alert type code
33
+ * - "100" for monthly reports
34
+ * - Other codes for unusual activity
35
+ */
36
+ get alertType(): mjr.MJRTipoAlerta | undefined;
37
+ /**
38
+ * Alert description (for unusual activity)
39
+ */
40
+ get alertDescription(): string | undefined;
41
+ /**
42
+ * Amendment data for corrections
43
+ */
44
+ get amendment(): mjr.Amendment | undefined;
45
+ /**
46
+ * Whether this item is an amendment
47
+ */
48
+ get isAmendment(): boolean;
49
+ toString(): string;
50
+ }
51
+ import type { ReportItemModel } from "../../../types";
52
+ /**
53
+ * Check if report item is a MJR (Metales y Joyas) report item
54
+ */
55
+ export declare function isMexMJRReportItem(item: ReportItemModel): item is MexMJRReportItem;
56
+ //# sourceMappingURL=MexMJRReportItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MexMJRReportItem.d.ts","sourceRoot":"","sources":["../../../../../src/models/mex/actividad-vulnerable/mjr/MexMJRReportItem.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EACL,gCAAgC,EAChC,KAAK,oCAAoC,EAC1C,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AAM3C;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,oCAAoC;IAChF,aAAa,CAAC,EAAE;QACd,EAAE,CAAC,EAAE;YACH,mBAAmB,CAAC,EAAE;gBACpB,GAAG,CAAC,EAAE,GAAG,CAAC,iBAAiB,CAAC;aAC7B,CAAC;SACH,CAAC;QACF,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KACxB,CAAC;CACH;AAMD;;;;GAIG;AACH,qBAAa,gBAAiB,SAAQ,gCAAgC;IAKpE;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,GAAG,CAAC,iBAAiB,GAAG,SAAS,CAEzD;IAED;;;;OAIG;IACH,IAAI,SAAS,IAAI,GAAG,CAAC,aAAa,GAAG,SAAS,CAE7C;IAED;;OAEG;IACH,IAAI,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAEzC;IAED;;OAEG;IACH,IAAI,SAAS,IAAI,GAAG,CAAC,SAAS,GAAG,SAAS,CAEzC;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAMQ,QAAQ,IAAI,MAAM;CAG5B;AAMD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEtD;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,eAAe,GACpB,IAAI,IAAI,gBAAgB,CAE1B"}
@@ -0,0 +1,63 @@
1
+ /**
2
+ * Mexico MJR Report Item Model
3
+ *
4
+ * Report item model for Metales y Joyas (Precious Metals and Jewelry) activity.
5
+ */
6
+ import { MexActividadVulnerableReportItem, } from "../MexActividadVulnerableReportItem";
7
+ // ===========================
8
+ // MexMJRReportItem Model
9
+ // ===========================
10
+ /**
11
+ * Mexico MJR Report Item Model.
12
+ *
13
+ * Provides typed accessors for MJR-specific report item data.
14
+ */
15
+ export class MexMJRReportItem extends MexActividadVulnerableReportItem {
16
+ // ─────────────────────────────────────────────────────────────────
17
+ // MJR Data
18
+ // ─────────────────────────────────────────────────────────────────
19
+ /**
20
+ * MJR-specific report item data
21
+ */
22
+ get mjrData() {
23
+ return this.actividadVulnerableData?.MJR;
24
+ }
25
+ /**
26
+ * Alert type code
27
+ * - "100" for monthly reports
28
+ * - Other codes for unusual activity
29
+ */
30
+ get alertType() {
31
+ return this.mjrData?.alertType;
32
+ }
33
+ /**
34
+ * Alert description (for unusual activity)
35
+ */
36
+ get alertDescription() {
37
+ return this.mjrData?.alertDescription;
38
+ }
39
+ /**
40
+ * Amendment data for corrections
41
+ */
42
+ get amendment() {
43
+ return this.mjrData?.amendment;
44
+ }
45
+ /**
46
+ * Whether this item is an amendment
47
+ */
48
+ get isAmendment() {
49
+ return !!this.mjrData?.amendment;
50
+ }
51
+ // ─────────────────────────────────────────────────────────────────
52
+ // String Representation
53
+ // ─────────────────────────────────────────────────────────────────
54
+ toString() {
55
+ return `MexMJRReportItem(${this.id}, ${this.clientNames?.join(", ") ?? "Unknown"}, Alert: ${this.alertType ?? "N/A"})`;
56
+ }
57
+ }
58
+ /**
59
+ * Check if report item is a MJR (Metales y Joyas) report item
60
+ */
61
+ export function isMexMJRReportItem(item) {
62
+ return item instanceof MexMJRReportItem;
63
+ }
@@ -0,0 +1,79 @@
1
+ /**
2
+ * Mexico MJR (Metales y Joyas - Precious Metals and Jewelry) Transaction
3
+ *
4
+ * Specialized for precious metals and jewelry transactions.
5
+ */
6
+ import { mjr } from "@artu-ai/shared";
7
+ import { MexActividadVulnerableTransaction } from "../MexActividadVulnerableTransaction";
8
+ /**
9
+ * Mexico MJR Transaction Model.
10
+ *
11
+ * Provides typed accessors for precious metals/jewelry transaction data.
12
+ * MJR transactions have nested goods[] and payments[] arrays.
13
+ *
14
+ * @example
15
+ * ```typescript
16
+ * if (txn instanceof MexMJRTransaction) {
17
+ * console.log(`Operation: ${txn.operationType}`);
18
+ * console.log(`Goods: ${txn.goods.length}`);
19
+ * console.log(`Payments: ${txn.payments.length}`);
20
+ * }
21
+ * ```
22
+ */
23
+ export declare class MexMJRTransaction extends MexActividadVulnerableTransaction {
24
+ /**
25
+ * MJR-specific transaction data
26
+ */
27
+ protected get mjrData(): mjr.MJRTransactionData | undefined;
28
+ /**
29
+ * Operation type (sale or purchase)
30
+ */
31
+ get operationType(): string | undefined;
32
+ /**
33
+ * Postal code where the operation took place
34
+ */
35
+ get operationPostalCode(): string | undefined;
36
+ /**
37
+ * Array of goods traded in this transaction
38
+ */
39
+ get goods(): mjr.MJRGoodData[];
40
+ /**
41
+ * Whether this transaction has any goods
42
+ */
43
+ get hasGoods(): boolean;
44
+ /**
45
+ * Total number of goods in this transaction
46
+ */
47
+ get goodsCount(): number;
48
+ /**
49
+ * Array of payments for this transaction
50
+ */
51
+ get payments(): mjr.MJRPaymentData[];
52
+ /**
53
+ * Whether this transaction has any payments
54
+ */
55
+ get hasPayments(): boolean;
56
+ /**
57
+ * Total number of payments in this transaction
58
+ */
59
+ get paymentsCount(): number;
60
+ /**
61
+ * Total payment amount across all payments
62
+ */
63
+ get totalPaymentAmount(): number;
64
+ /**
65
+ * Whether this is a sale transaction
66
+ */
67
+ get isSale(): boolean;
68
+ /**
69
+ * Whether this is a purchase transaction
70
+ */
71
+ get isPurchase(): boolean;
72
+ toString(): string;
73
+ }
74
+ import type { TransactionModel } from "../../../types";
75
+ /**
76
+ * Check if transaction is a MJR (Metales y Joyas) transaction
77
+ */
78
+ export declare function isMexMJRTransaction(txn: TransactionModel): txn is MexMJRTransaction;
79
+ //# sourceMappingURL=MexMJRTransaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MexMJRTransaction.d.ts","sourceRoot":"","sources":["../../../../../src/models/mex/actividad-vulnerable/mjr/MexMJRTransaction.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,iCAAiC,EAAE,MAAM,sCAAsC,CAAC;AAMzF;;;;;;;;;;;;;;GAcG;AACH,qBAAa,iBAAkB,SAAQ,iCAAiC;IAKtE;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,GAAG,CAAC,kBAAkB,GAAG,SAAS,CAE1D;IAMD;;OAEG;IACH,IAAI,aAAa,IAAI,MAAM,GAAG,SAAS,CAEtC;IAED;;OAEG;IACH,IAAI,mBAAmB,IAAI,MAAM,GAAG,SAAS,CAE5C;IAMD;;OAEG;IACH,IAAI,KAAK,IAAI,GAAG,CAAC,WAAW,EAAE,CAE7B;IAED;;OAEG;IACH,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED;;OAEG;IACH,IAAI,UAAU,IAAI,MAAM,CAEvB;IAMD;;OAEG;IACH,IAAI,QAAQ,IAAI,GAAG,CAAC,cAAc,EAAE,CAEnC;IAED;;OAEG;IACH,IAAI,WAAW,IAAI,OAAO,CAEzB;IAED;;OAEG;IACH,IAAI,aAAa,IAAI,MAAM,CAE1B;IAED;;OAEG;IACH,IAAI,kBAAkB,IAAI,MAAM,CAE/B;IAMD;;OAEG;IACH,IAAI,MAAM,IAAI,OAAO,CAEpB;IAED;;OAEG;IACH,IAAI,UAAU,IAAI,OAAO,CAExB;IAMQ,QAAQ,IAAI,MAAM;CAG5B;AAMD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEvD;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,GAAG,EAAE,gBAAgB,GACpB,GAAG,IAAI,iBAAiB,CAE1B"}
@@ -0,0 +1,126 @@
1
+ /**
2
+ * Mexico MJR (Metales y Joyas - Precious Metals and Jewelry) Transaction
3
+ *
4
+ * Specialized for precious metals and jewelry transactions.
5
+ */
6
+ import { mjr } from "@artu-ai/shared";
7
+ import { MexActividadVulnerableTransaction } from "../MexActividadVulnerableTransaction";
8
+ // ===========================
9
+ // MexMJRTransaction Model
10
+ // ===========================
11
+ /**
12
+ * Mexico MJR Transaction Model.
13
+ *
14
+ * Provides typed accessors for precious metals/jewelry transaction data.
15
+ * MJR transactions have nested goods[] and payments[] arrays.
16
+ *
17
+ * @example
18
+ * ```typescript
19
+ * if (txn instanceof MexMJRTransaction) {
20
+ * console.log(`Operation: ${txn.operationType}`);
21
+ * console.log(`Goods: ${txn.goods.length}`);
22
+ * console.log(`Payments: ${txn.payments.length}`);
23
+ * }
24
+ * ```
25
+ */
26
+ export class MexMJRTransaction extends MexActividadVulnerableTransaction {
27
+ // ─────────────────────────────────────────────────────────────────
28
+ // MJR-Specific Data
29
+ // ─────────────────────────────────────────────────────────────────
30
+ /**
31
+ * MJR-specific transaction data
32
+ */
33
+ get mjrData() {
34
+ return this.mexicoData?.actividadVulnerable?.MJR;
35
+ }
36
+ // ─────────────────────────────────────────────────────────────────
37
+ // Operation Fields
38
+ // ─────────────────────────────────────────────────────────────────
39
+ /**
40
+ * Operation type (sale or purchase)
41
+ */
42
+ get operationType() {
43
+ return this.mjrData?.operationType;
44
+ }
45
+ /**
46
+ * Postal code where the operation took place
47
+ */
48
+ get operationPostalCode() {
49
+ return this.mjrData?.operationPostalCode;
50
+ }
51
+ // ─────────────────────────────────────────────────────────────────
52
+ // Goods (datos_bien)
53
+ // ─────────────────────────────────────────────────────────────────
54
+ /**
55
+ * Array of goods traded in this transaction
56
+ */
57
+ get goods() {
58
+ return this.mjrData?.goods ?? [];
59
+ }
60
+ /**
61
+ * Whether this transaction has any goods
62
+ */
63
+ get hasGoods() {
64
+ return this.goods.length > 0;
65
+ }
66
+ /**
67
+ * Total number of goods in this transaction
68
+ */
69
+ get goodsCount() {
70
+ return this.goods.length;
71
+ }
72
+ // ─────────────────────────────────────────────────────────────────
73
+ // Payments (datos_liquidacion)
74
+ // ─────────────────────────────────────────────────────────────────
75
+ /**
76
+ * Array of payments for this transaction
77
+ */
78
+ get payments() {
79
+ return this.mjrData?.payments ?? [];
80
+ }
81
+ /**
82
+ * Whether this transaction has any payments
83
+ */
84
+ get hasPayments() {
85
+ return this.payments.length > 0;
86
+ }
87
+ /**
88
+ * Total number of payments in this transaction
89
+ */
90
+ get paymentsCount() {
91
+ return this.payments.length;
92
+ }
93
+ /**
94
+ * Total payment amount across all payments
95
+ */
96
+ get totalPaymentAmount() {
97
+ return this.payments.reduce((sum, p) => sum + p.amount, 0);
98
+ }
99
+ // ─────────────────────────────────────────────────────────────────
100
+ // Helpers
101
+ // ─────────────────────────────────────────────────────────────────
102
+ /**
103
+ * Whether this is a sale transaction
104
+ */
105
+ get isSale() {
106
+ return this.operationType === mjr.TiposOperacion.enum.Sale;
107
+ }
108
+ /**
109
+ * Whether this is a purchase transaction
110
+ */
111
+ get isPurchase() {
112
+ return this.operationType === mjr.TiposOperacion.enum.Purchase;
113
+ }
114
+ // ─────────────────────────────────────────────────────────────────
115
+ // String Representation
116
+ // ─────────────────────────────────────────────────────────────────
117
+ toString() {
118
+ return `MexMJRTransaction(${this.id}, ${this.formattedAmount}, goods: ${this.goodsCount}, payments: ${this.paymentsCount})`;
119
+ }
120
+ }
121
+ /**
122
+ * Check if transaction is a MJR (Metales y Joyas) transaction
123
+ */
124
+ export function isMexMJRTransaction(txn) {
125
+ return txn instanceof MexMJRTransaction;
126
+ }
@@ -20,12 +20,13 @@ export declare const Enums: {
20
20
  readonly map: {
21
21
  readonly AVI: "Activos Virtuales";
22
22
  readonly JYS: "Juegos y Sorteos";
23
+ readonly MJR: "Metales y Joyas";
23
24
  readonly TSC: "Tarjetas de Servicio y Crédito";
24
25
  };
25
26
  readonly codes: [CodigoActividad, ...CodigoActividad[]];
26
27
  readonly options: {
27
28
  value: CodigoActividad;
28
- label: "Activos Virtuales" | "Juegos y Sorteos" | "Tarjetas de Servicio y Crédito";
29
+ label: "Activos Virtuales" | "Juegos y Sorteos" | "Metales y Joyas" | "Tarjetas de Servicio y Crédito";
29
30
  }[];
30
31
  readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<typeof CodigoActividad>;
31
32
  };
@@ -465,12 +466,13 @@ export declare const ActividadVulnerable: {
465
466
  readonly map: {
466
467
  readonly AVI: "Activos Virtuales";
467
468
  readonly JYS: "Juegos y Sorteos";
469
+ readonly MJR: "Metales y Joyas";
468
470
  readonly TSC: "Tarjetas de Servicio y Crédito";
469
471
  };
470
472
  readonly codes: [CodigoActividad, ...CodigoActividad[]];
471
473
  readonly options: {
472
474
  value: CodigoActividad;
473
- label: "Activos Virtuales" | "Juegos y Sorteos" | "Tarjetas de Servicio y Crédito";
475
+ label: "Activos Virtuales" | "Juegos y Sorteos" | "Metales y Joyas" | "Tarjetas de Servicio y Crédito";
474
476
  }[];
475
477
  readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<typeof CodigoActividad>;
476
478
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/namespaces/mexico/actividad-vulnerable/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,eAAe,EAEf,MAAM,EAEN,kBAAkB,EAElB,SAAS,EAEV,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,4BAA4B,EAC5B,iCAAiC,EACjC,4BAA4B,EAC5B,gCAAgC,EAChC,qBAAqB,EACrB,gCAAgC,EAChC,2BAA2B,EAC3B,+BAA+B,EAChC,MAAM,iBAAiB,CAAC;AAQzB,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,iEAAiE;AACjE,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWR,CAAC;AAEX,uCAAuC;AACvC,eAAO,MAAM,MAAM;;;;;CAKT,CAAC;AAEX,4CAA4C;AAC5C,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AAEX,qCAAqC;AACrC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOtB,CAAC;AAEX,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/namespaces/mexico/actividad-vulnerable/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,eAAe,EAEf,MAAM,EAEN,kBAAkB,EAElB,SAAS,EAEV,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,4BAA4B,EAC5B,iCAAiC,EACjC,4BAA4B,EAC5B,gCAAgC,EAChC,qBAAqB,EACrB,gCAAgC,EAChC,2BAA2B,EAC3B,+BAA+B,EAChC,MAAM,iBAAiB,CAAC;AAQzB,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,iEAAiE;AACjE,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWR,CAAC;AAEX,uCAAuC;AACvC,eAAO,MAAM,MAAM;;;;;CAKT,CAAC;AAEX,4CAA4C;AAC5C,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AAEX,qCAAqC;AACrC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOtB,CAAC;AAEX,eAAe,mBAAmB,CAAC"}
@@ -1136,12 +1136,13 @@ export declare const Mexico: {
1136
1136
  readonly map: {
1137
1137
  readonly AVI: "Activos Virtuales";
1138
1138
  readonly JYS: "Juegos y Sorteos";
1139
+ readonly MJR: "Metales y Joyas";
1139
1140
  readonly TSC: "Tarjetas de Servicio y Crédito";
1140
1141
  };
1141
1142
  readonly codes: [import("@artu-ai/shared").CodigoActividad, ...import("@artu-ai/shared").CodigoActividad[]];
1142
1143
  readonly options: {
1143
1144
  value: import("@artu-ai/shared").CodigoActividad;
1144
- label: "Activos Virtuales" | "Juegos y Sorteos" | "Tarjetas de Servicio y Crédito";
1145
+ label: "Activos Virtuales" | "Juegos y Sorteos" | "Metales y Joyas" | "Tarjetas de Servicio y Crédito";
1145
1146
  }[];
1146
1147
  readonly schema: (params?: import("zod/v4/core").$ZodEnumParams) => import("zod").ZodEnum<typeof import("@artu-ai/shared").CodigoActividad>;
1147
1148
  };