@artu-ai/compliance-sdk 0.4.1 → 0.4.2

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 (110) hide show
  1. package/package.json +3 -4
  2. package/src/errors/api.ts +0 -305
  3. package/src/errors/base.ts +0 -127
  4. package/src/errors/index.ts +0 -63
  5. package/src/errors/upload.ts +0 -204
  6. package/src/errors/validation.ts +0 -163
  7. package/src/exports/base.ts +0 -139
  8. package/src/exports/index.ts +0 -187
  9. package/src/exports/mexico/actividad-vulnerable/avi.ts +0 -207
  10. package/src/exports/mexico/actividad-vulnerable/jys.ts +0 -214
  11. package/src/exports/mexico/actividad-vulnerable/tsc.ts +0 -202
  12. package/src/exports/mexico/index.ts +0 -215
  13. package/src/models/Address.ts +0 -235
  14. package/src/models/BankAccount.ts +0 -235
  15. package/src/models/Client.ts +0 -363
  16. package/src/models/ContactMethod.ts +0 -197
  17. package/src/models/Document.ts +0 -355
  18. package/src/models/LinkedClient.ts +0 -84
  19. package/src/models/Report.ts +0 -193
  20. package/src/models/ReportItem.ts +0 -211
  21. package/src/models/Transaction.ts +0 -219
  22. package/src/models/base.ts +0 -56
  23. package/src/models/index.ts +0 -148
  24. package/src/models/mex/MexAddress.ts +0 -184
  25. package/src/models/mex/MexBankAccount.ts +0 -121
  26. package/src/models/mex/MexClient.ts +0 -177
  27. package/src/models/mex/MexDocument.ts +0 -890
  28. package/src/models/mex/MexReport.ts +0 -99
  29. package/src/models/mex/MexReportItem.ts +0 -79
  30. package/src/models/mex/MexTransaction.ts +0 -105
  31. package/src/models/mex/actividad-vulnerable/MexActividadVulnerableClient.ts +0 -66
  32. package/src/models/mex/actividad-vulnerable/MexActividadVulnerableReport.ts +0 -73
  33. package/src/models/mex/actividad-vulnerable/MexActividadVulnerableReportItem.ts +0 -74
  34. package/src/models/mex/actividad-vulnerable/MexActividadVulnerableTransaction.ts +0 -50
  35. package/src/models/mex/actividad-vulnerable/avi/MexAVIClient.ts +0 -80
  36. package/src/models/mex/actividad-vulnerable/avi/MexAVIReport.ts +0 -114
  37. package/src/models/mex/actividad-vulnerable/avi/MexAVIReportItem.ts +0 -105
  38. package/src/models/mex/actividad-vulnerable/avi/MexAVITransaction.ts +0 -157
  39. package/src/models/mex/actividad-vulnerable/index.ts +0 -78
  40. package/src/models/mex/actividad-vulnerable/jys/MexJYSClient.ts +0 -73
  41. package/src/models/mex/actividad-vulnerable/jys/MexJYSReport.ts +0 -114
  42. package/src/models/mex/actividad-vulnerable/jys/MexJYSReportItem.ts +0 -105
  43. package/src/models/mex/actividad-vulnerable/jys/MexJYSTransaction.ts +0 -178
  44. package/src/models/mex/actividad-vulnerable/tsc/MexTSCClient.ts +0 -73
  45. package/src/models/mex/actividad-vulnerable/tsc/MexTSCReport.ts +0 -114
  46. package/src/models/mex/actividad-vulnerable/tsc/MexTSCReportItem.ts +0 -105
  47. package/src/models/mex/actividad-vulnerable/tsc/MexTSCTransaction.ts +0 -104
  48. package/src/models/mex/index.ts +0 -57
  49. package/src/models/types.ts +0 -196
  50. package/src/namespaces/index.ts +0 -29
  51. package/src/namespaces/mexico/actividad-vulnerable/avi/index.ts +0 -62
  52. package/src/namespaces/mexico/actividad-vulnerable/index.ts +0 -79
  53. package/src/namespaces/mexico/actividad-vulnerable/jys/index.ts +0 -72
  54. package/src/namespaces/mexico/actividad-vulnerable/tsc/index.ts +0 -60
  55. package/src/namespaces/mexico/index.ts +0 -325
  56. package/src/resources/addresses.ts +0 -391
  57. package/src/resources/bank-accounts.ts +0 -417
  58. package/src/resources/base.ts +0 -327
  59. package/src/resources/clients.ts +0 -808
  60. package/src/resources/contact-methods.ts +0 -412
  61. package/src/resources/documents.ts +0 -688
  62. package/src/resources/index.ts +0 -40
  63. package/src/resources/mex/actividad-vulnerable/avi/clients.ts +0 -559
  64. package/src/resources/mex/actividad-vulnerable/avi/index.ts +0 -7
  65. package/src/resources/mex/actividad-vulnerable/avi/reports.ts +0 -609
  66. package/src/resources/mex/actividad-vulnerable/avi/transactions.ts +0 -404
  67. package/src/resources/mex/actividad-vulnerable/index.ts +0 -12
  68. package/src/resources/mex/actividad-vulnerable/jys/clients.ts +0 -445
  69. package/src/resources/mex/actividad-vulnerable/jys/index.ts +0 -7
  70. package/src/resources/mex/actividad-vulnerable/jys/reports.ts +0 -591
  71. package/src/resources/mex/actividad-vulnerable/jys/transactions.ts +0 -395
  72. package/src/resources/mex/actividad-vulnerable/tsc/clients.ts +0 -445
  73. package/src/resources/mex/actividad-vulnerable/tsc/index.ts +0 -7
  74. package/src/resources/mex/actividad-vulnerable/tsc/reports.ts +0 -591
  75. package/src/resources/mex/actividad-vulnerable/tsc/transactions.ts +0 -404
  76. package/src/resources/mex/addresses.ts +0 -493
  77. package/src/resources/mex/bank-accounts.ts +0 -283
  78. package/src/resources/mex/clients.ts +0 -758
  79. package/src/resources/mex/ebr.ts +0 -621
  80. package/src/resources/mex/index.ts +0 -23
  81. package/src/resources/mex/reports.ts +0 -643
  82. package/src/resources/mex/transactions.ts +0 -422
  83. package/src/resources/reports.ts +0 -515
  84. package/src/resources/transactions.ts +0 -358
  85. package/src/sdk/ComplianceSDK.ts +0 -812
  86. package/src/sdk/base.ts +0 -43
  87. package/src/sdk/index.ts +0 -98
  88. package/src/sdk/mex/ComplianceSDK.ts +0 -147
  89. package/src/sdk/mex/actividad-vulnerable/avi/ComplianceSDK.ts +0 -55
  90. package/src/sdk/mex/actividad-vulnerable/avi/index.ts +0 -16
  91. package/src/sdk/mex/actividad-vulnerable/avi/types.ts +0 -86
  92. package/src/sdk/mex/actividad-vulnerable/index.ts +0 -58
  93. package/src/sdk/mex/actividad-vulnerable/jys/ComplianceSDK.ts +0 -54
  94. package/src/sdk/mex/actividad-vulnerable/jys/index.ts +0 -16
  95. package/src/sdk/mex/actividad-vulnerable/jys/types.ts +0 -86
  96. package/src/sdk/mex/actividad-vulnerable/tsc/ComplianceSDK.ts +0 -54
  97. package/src/sdk/mex/actividad-vulnerable/tsc/index.ts +0 -16
  98. package/src/sdk/mex/actividad-vulnerable/tsc/types.ts +0 -86
  99. package/src/sdk/mex/index.ts +0 -66
  100. package/src/sdk/mex/types.ts +0 -88
  101. package/src/sdk/resource-registry.ts +0 -204
  102. package/src/sdk/sdk-registry.ts +0 -99
  103. package/src/sdk/types.ts +0 -304
  104. package/src/utils/environment.ts +0 -187
  105. package/src/utils/filters.ts +0 -412
  106. package/src/utils/index.ts +0 -134
  107. package/src/utils/pagination.ts +0 -143
  108. package/src/utils/session.ts +0 -303
  109. package/src/utils/trpc-client.ts +0 -242
  110. package/src/utils/upload.ts +0 -388
@@ -1,211 +0,0 @@
1
- /**
2
- * Base Report Item Model
3
- *
4
- * Pure data model with no API calls.
5
- * Provides type-safe access to common report item properties.
6
- */
7
-
8
- import { BaseModel } from "./base";
9
- import type {
10
- ReportItem as ReportItemSchema,
11
- ReportItemValidationError,
12
- BaseReportItem,
13
- } from "@artu-ai/shared";
14
-
15
- // ===========================
16
- // Types
17
- // ===========================
18
-
19
- /**
20
- * Report item data as returned from the API.
21
- */
22
- export type ReportItemData = ReportItemSchema;
23
-
24
- // ===========================
25
- // ReportItem Model
26
- // ===========================
27
-
28
- /**
29
- * Base Report Item Model.
30
- *
31
- * Pure data model with no API calls.
32
- * Extended by jurisdiction-specific models.
33
- *
34
- * @example
35
- * ```typescript
36
- * const items = await sdk.reports.listItems("report_123");
37
- * for (const item of items) {
38
- * console.log(item.clientName, item.transactionAmount);
39
- * }
40
- * ```
41
- */
42
- export class ReportItem extends BaseModel<ReportItemData> {
43
- // ─────────────────────────────────────────────────────────────────
44
- // Identity
45
- // ─────────────────────────────────────────────────────────────────
46
-
47
- /**
48
- * Unique identifier
49
- */
50
- get id(): string {
51
- return this._data.id;
52
- }
53
-
54
- /**
55
- * Parent report ID
56
- */
57
- get reportId(): string {
58
- return this._data.reportId;
59
- }
60
-
61
- // ─────────────────────────────────────────────────────────────────
62
- // References
63
- // ─────────────────────────────────────────────────────────────────
64
-
65
- /**
66
- * Transaction ID (if item is transaction-based)
67
- */
68
- get transactionId(): string | undefined {
69
- return this._data.transactionId;
70
- }
71
-
72
- /**
73
- * Client ID
74
- */
75
- get clientId(): string | undefined {
76
- return this._data.clientId;
77
- }
78
-
79
- /**
80
- * Whether this item is based on a transaction
81
- */
82
- get isTransactionBased(): boolean {
83
- return !!this._data.transactionId;
84
- }
85
-
86
- /**
87
- * Whether this item is client-only (no transaction)
88
- */
89
- get isClientOnly(): boolean {
90
- return !this._data.transactionId && !!this._data.clientId;
91
- }
92
-
93
- // ─────────────────────────────────────────────────────────────────
94
- // Denormalized Data
95
- // ─────────────────────────────────────────────────────────────────
96
-
97
- /**
98
- * Client names (denormalized for display)
99
- */
100
- get clientNames(): string[] | undefined {
101
- return this._data.clientNames;
102
- }
103
-
104
- /**
105
- * Transaction amount (denormalized for display)
106
- */
107
- get transactionAmount(): number | undefined {
108
- return this._data.transactionAmount;
109
- }
110
-
111
- /**
112
- * Transaction currency (denormalized for display)
113
- */
114
- get transactionCurrency(): string | undefined {
115
- return this._data.transactionCurrency;
116
- }
117
-
118
- /**
119
- * Transaction date (denormalized for display)
120
- */
121
- get transactionDate(): string | undefined {
122
- return this._data.transactionDate;
123
- }
124
-
125
- // ─────────────────────────────────────────────────────────────────
126
- // Validation
127
- // ─────────────────────────────────────────────────────────────────
128
-
129
- /**
130
- * Validation errors for this item
131
- */
132
- get validationErrors(): ReportItemValidationError[] {
133
- return this._data.validationErrors ?? [];
134
- }
135
-
136
- /**
137
- * Whether this item has validation errors
138
- */
139
- get hasErrors(): boolean {
140
- return this.validationErrors.some((e) => e.severity === "error");
141
- }
142
-
143
- /**
144
- * Whether this item has validation warnings
145
- */
146
- get hasWarnings(): boolean {
147
- return this.validationErrors.some((e) => e.severity === "warning");
148
- }
149
-
150
- /**
151
- * Number of errors
152
- */
153
- get errorCount(): number {
154
- return this.validationErrors.filter((e) => e.severity === "error").length;
155
- }
156
-
157
- /**
158
- * Number of warnings
159
- */
160
- get warningCount(): number {
161
- return this.validationErrors.filter((e) => e.severity === "warning").length;
162
- }
163
-
164
- // ─────────────────────────────────────────────────────────────────
165
- // Jurisdiction
166
- // ─────────────────────────────────────────────────────────────────
167
-
168
- /**
169
- * Raw jurisdiction data object
170
- */
171
- get jurisdictions(): BaseReportItem["jurisdictions"] {
172
- return this._data.jurisdictions ?? {};
173
- }
174
-
175
- // ─────────────────────────────────────────────────────────────────
176
- // Timestamps
177
- // ─────────────────────────────────────────────────────────────────
178
-
179
- /**
180
- * When the item was created
181
- */
182
- get createdAt(): Date {
183
- return new Date(this._data.createdAt);
184
- }
185
-
186
- /**
187
- * When the item was last updated
188
- */
189
- get updatedAt(): Date {
190
- return new Date(this._data.updatedAt);
191
- }
192
-
193
- // ─────────────────────────────────────────────────────────────────
194
- // String Representation
195
- // ─────────────────────────────────────────────────────────────────
196
-
197
- override toString(): string {
198
- return `ReportItem(${this.id}, ${this.clientNames?.join(", ") ?? "Unknown"})`;
199
- }
200
- }
201
-
202
- // ===========================
203
- // Type Guards
204
- // ===========================
205
-
206
- /**
207
- * Check if value is any type of ReportItem model
208
- */
209
- export function isReportItem(value: unknown): value is ReportItem {
210
- return value instanceof ReportItem;
211
- }
@@ -1,219 +0,0 @@
1
- /**
2
- * Base Transaction Model
3
- *
4
- * Pure data model with no API calls.
5
- * Provides type-safe access to common transaction properties.
6
- */
7
-
8
- import { BaseModel } from "./base";
9
- import { TransactionStatus } from "@artu-ai/shared";
10
- import type { BaseTransaction, Jurisdiction } from "@artu-ai/shared";
11
-
12
- // ===========================
13
- // Types
14
- // ===========================
15
-
16
- /**
17
- * Transaction data as returned from the API.
18
- * Extends the base schema with server-generated fields.
19
- */
20
- export interface TransactionData extends Omit<BaseTransaction, "timestamp"> {
21
- id: string;
22
- timestamp: string; // API returns ISO string (JSON serialization)
23
- createdAt: string;
24
- updatedAt: string;
25
- }
26
-
27
- // ===========================
28
- // Transaction Model
29
- // ===========================
30
-
31
- /**
32
- * Base Transaction Model.
33
- *
34
- * Pure data model with no API calls.
35
- * Extended by jurisdiction-specific models (MexTransaction, etc.).
36
- *
37
- * @example
38
- * ```typescript
39
- * const txn = await sdk.transactions.retrieve("txn_123");
40
- * console.log(txn.formattedAmount);
41
- * console.log(txn.status);
42
- * ```
43
- */
44
- export class Transaction extends BaseModel<TransactionData> {
45
- // ─────────────────────────────────────────────────────────────────
46
- // Identity
47
- // ─────────────────────────────────────────────────────────────────
48
-
49
- /**
50
- * Unique identifier
51
- */
52
- get id(): string {
53
- return this._data.id;
54
- }
55
-
56
- /**
57
- * Transaction status
58
- */
59
- get status(): TransactionStatus {
60
- return this._data.status;
61
- }
62
-
63
- /**
64
- * Whether the transaction is completed
65
- */
66
- get isCompleted(): boolean {
67
- return this._data.status === TransactionStatus.Completed;
68
- }
69
-
70
- /**
71
- * Whether the transaction is pending
72
- */
73
- get isPending(): boolean {
74
- return this._data.status === TransactionStatus.Pending;
75
- }
76
-
77
- // ─────────────────────────────────────────────────────────────────
78
- // Amount
79
- // ─────────────────────────────────────────────────────────────────
80
-
81
- /**
82
- * Transaction amount
83
- */
84
- get amount(): number {
85
- return this._data.amount;
86
- }
87
-
88
- /**
89
- * Currency code (ISO 4217)
90
- */
91
- get currency(): string {
92
- return this._data.currency;
93
- }
94
-
95
- /**
96
- * Formats amount with currency
97
- */
98
- get formattedAmount(): string {
99
- try {
100
- return new Intl.NumberFormat("en-US", {
101
- style: "currency",
102
- currency: this.currency,
103
- }).format(this.amount);
104
- } catch {
105
- // Fallback for unsupported currencies
106
- return `${this.currency} ${this.amount.toLocaleString()}`;
107
- }
108
- }
109
-
110
- // ─────────────────────────────────────────────────────────────────
111
- // References
112
- // ─────────────────────────────────────────────────────────────────
113
-
114
- /**
115
- * IDs of clients related to this transaction
116
- */
117
- get relatedClientIds(): string[] {
118
- return this._data.relatedClientIds ?? [];
119
- }
120
-
121
- /**
122
- * External ID for integration with other systems
123
- */
124
- get externalId(): string | undefined {
125
- return this._data.externalId;
126
- }
127
-
128
- /**
129
- * Transaction description
130
- */
131
- get description(): string | undefined {
132
- return this._data.description;
133
- }
134
-
135
- // ─────────────────────────────────────────────────────────────────
136
- // Jurisdiction
137
- // ─────────────────────────────────────────────────────────────────
138
-
139
- /**
140
- * Primary jurisdiction for compliance purposes
141
- */
142
- get primaryJurisdiction(): Jurisdiction | undefined {
143
- return this._data.primaryJurisdiction;
144
- }
145
-
146
- /**
147
- * Checks if transaction has data for a specific jurisdiction
148
- */
149
- hasJurisdiction(jurisdiction: Jurisdiction): boolean {
150
- if (!this._data.jurisdictions) return false;
151
- return jurisdiction in this._data.jurisdictions;
152
- }
153
-
154
- /**
155
- * Raw jurisdiction data object
156
- */
157
- get jurisdictions(): BaseTransaction["jurisdictions"] {
158
- return this._data.jurisdictions ?? {};
159
- }
160
-
161
- // ─────────────────────────────────────────────────────────────────
162
- // Timing
163
- // ─────────────────────────────────────────────────────────────────
164
-
165
- /**
166
- * When the transaction was executed/occurred
167
- */
168
- get timestamp(): Date {
169
- return new Date(this._data.timestamp);
170
- }
171
-
172
- // ─────────────────────────────────────────────────────────────────
173
- // Metadata
174
- // ─────────────────────────────────────────────────────────────────
175
-
176
- /**
177
- * Custom metadata
178
- */
179
- get metadata(): Record<string, unknown> | undefined {
180
- return this._data.metadata;
181
- }
182
-
183
- // ─────────────────────────────────────────────────────────────────
184
- // Timestamps
185
- // ─────────────────────────────────────────────────────────────────
186
-
187
- /**
188
- * When the transaction record was created
189
- */
190
- get createdAt(): Date {
191
- return new Date(this._data.createdAt);
192
- }
193
-
194
- /**
195
- * When the transaction record was last updated
196
- */
197
- get updatedAt(): Date {
198
- return new Date(this._data.updatedAt);
199
- }
200
-
201
- // ─────────────────────────────────────────────────────────────────
202
- // String Representation
203
- // ─────────────────────────────────────────────────────────────────
204
-
205
- override toString(): string {
206
- return `Transaction(${this.id}, ${this.formattedAmount}, ${this.status})`;
207
- }
208
- }
209
-
210
- // ===========================
211
- // Type Guards
212
- // ===========================
213
-
214
- /**
215
- * Check if value is any type of Transaction model
216
- */
217
- export function isTransaction(value: unknown): value is Transaction {
218
- return value instanceof Transaction;
219
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * Base Model Class
3
- *
4
- * Abstract base class for all data models.
5
- * Models are pure data containers - they never make API calls.
6
- */
7
-
8
- // ===========================
9
- // Base Model Class
10
- // ===========================
11
-
12
- /**
13
- * Abstract base class for all data models.
14
- *
15
- * - **Immutable**: Data is frozen on construction
16
- * - **Pure data**: No API calls, just typed accessors
17
- * - **Serializable**: `toJSON()` returns the raw data
18
- *
19
- * @typeParam TData - The raw data type this model wraps
20
- *
21
- * @example
22
- * ```typescript
23
- * class Client extends BaseModel<BaseClientData> {
24
- * get id(): string { return this._data.id; }
25
- * get name(): string { return this._data.name; }
26
- * }
27
- * ```
28
- */
29
- export abstract class BaseModel<TData extends object> {
30
- /**
31
- * The underlying raw data.
32
- * Frozen to ensure immutability.
33
- */
34
- protected readonly _data: TData;
35
-
36
- constructor(data: TData) {
37
- // Deep freeze to ensure complete immutability
38
- this._data = Object.freeze(data) as TData;
39
- }
40
-
41
- /**
42
- * Returns the raw data object.
43
- * Useful for serialization and debugging.
44
- */
45
- toJSON(): TData {
46
- return this._data;
47
- }
48
-
49
- /**
50
- * Returns a string representation of the model.
51
- * Override in subclasses for better output.
52
- */
53
- toString(): string {
54
- return `${this.constructor.name}(${JSON.stringify(this._data)})`;
55
- }
56
- }
@@ -1,148 +0,0 @@
1
- /**
2
- * Data Models
3
- *
4
- * Pure data models with typed accessors.
5
- * Models never make API calls - they're just data containers.
6
- */
7
-
8
- // Base model class
9
- export { BaseModel } from "./base";
10
-
11
- // Base client (root level)
12
- export {
13
- Client,
14
- type ClientData,
15
- isClient,
16
- isIndividual,
17
- isCompany,
18
- isTrust,
19
- } from "./Client";
20
-
21
- // Base transaction (root level)
22
- export { Transaction, type TransactionData, isTransaction } from "./Transaction";
23
-
24
- // Base report (root level)
25
- export { Report, type ReportData, isReport } from "./Report";
26
- export { ReportItem, type ReportItemData, isReportItem } from "./ReportItem";
27
-
28
- // Supporting models
29
- export { Address, type AddressData, isAddress } from "./Address";
30
- export { ContactMethod, type ContactMethodData } from "./ContactMethod";
31
- export { BankAccount, type BankAccountData, isBankAccount } from "./BankAccount";
32
- export { Document, type DocumentData } from "./Document";
33
- export {
34
- LinkedClient,
35
- type LinkedClientData,
36
- isLinkedClient,
37
- } from "./LinkedClient";
38
-
39
- // Mexico hierarchy
40
- export {
41
- MexClient,
42
- type MexClientData,
43
- isMexClient,
44
- MexTransaction,
45
- type MexTransactionData,
46
- isMexTransaction,
47
- MexBankAccount,
48
- type MexBankAccountData,
49
- isMexBankAccount,
50
- MexAddress,
51
- type MexAddressData,
52
- isMexAddress,
53
- // Mexico documents
54
- MexDocument,
55
- MexIneFrontDocument,
56
- MexIneBackDocument,
57
- MexPassportDocument,
58
- MexCurpDocument,
59
- MexRfcConstanciaDocument,
60
- MexAddressProofDocument,
61
- MexActaConstitutivaDocument,
62
- MexPoderNotarialDocument,
63
- isMexDocument,
64
- isMexIneFront,
65
- isMexIneBack,
66
- isMexPassport,
67
- isMexCurp,
68
- isMexRfcConstancia,
69
- isMexAddressProof,
70
- isMexActaConstitutiva,
71
- isMexPoderNotarial,
72
- // Mexico reports
73
- MexReport,
74
- type MexReportData,
75
- isMexReport,
76
- MexReportItem,
77
- type MexReportItemData,
78
- isMexReportItem,
79
- } from "./mex";
80
- export {
81
- // Clients
82
- MexActividadVulnerableClient,
83
- isActividadVulnerable,
84
- MexAVIClient,
85
- isMexAVIClient,
86
- MexJYSClient,
87
- isMexJYSClient,
88
- MexTSCClient,
89
- isMexTSCClient,
90
- // Transactions
91
- MexActividadVulnerableTransaction,
92
- isActividadVulnerableTransaction,
93
- MexAVITransaction,
94
- isMexAVITransaction,
95
- MexJYSTransaction,
96
- isMexJYSTransaction,
97
- MexTSCTransaction,
98
- isMexTSCTransaction,
99
- // Reports
100
- MexActividadVulnerableReport,
101
- type MexActividadVulnerableReportData,
102
- isActividadVulnerableReport,
103
- MexActividadVulnerableReportItem,
104
- type MexActividadVulnerableReportItemData,
105
- isActividadVulnerableReportItem,
106
- MexAVIReport,
107
- type MexAVIReportData,
108
- isMexAVIReport,
109
- MexAVIReportItem,
110
- type MexAVIReportItemData,
111
- isMexAVIReportItem,
112
- MexJYSReport,
113
- type MexJYSReportData,
114
- isMexJYSReport,
115
- MexJYSReportItem,
116
- type MexJYSReportItemData,
117
- isMexJYSReportItem,
118
- MexTSCReport,
119
- type MexTSCReportData,
120
- isMexTSCReport,
121
- MexTSCReportItem,
122
- type MexTSCReportItemData,
123
- isMexTSCReportItem,
124
- } from "./mex/actividad-vulnerable";
125
-
126
- // Type definitions
127
- export type {
128
- // Client types
129
- ClientModel,
130
- MexClientModel,
131
- ActividadVulnerableClientModel,
132
- // Transaction types
133
- TransactionModel,
134
- MexTransactionModel,
135
- ActividadVulnerableTransactionModel,
136
- // Address types
137
- AddressModel,
138
- // Bank account types
139
- BankAccountModel,
140
- // Report types
141
- ReportModel,
142
- MexReportModel,
143
- ActividadVulnerableReportModel,
144
- ReportItemModel,
145
- MexReportItemModel,
146
- ActividadVulnerableReportItemModel,
147
- } from "./types";
148
-