@artu-ai/compliance-sdk 0.0.2 → 0.0.4
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.
- package/dist/{ComplianceSDK-tCtb3guf.d.ts → ComplianceSDK-CsFkAge8.d.ts} +1 -1
- package/dist/{ComplianceSDK-CuOqOAWW.d.cts → ComplianceSDK-DzmqGCLF.d.cts} +1 -1
- package/dist/{chunk-TYJGEA4A.js → chunk-C4Y56E4V.js} +3 -3
- package/dist/{chunk-TYJGEA4A.js.map → chunk-C4Y56E4V.js.map} +1 -1
- package/dist/{chunk-HAQ3MDZ3.js → chunk-E36XEOE2.js} +3 -3
- package/dist/{chunk-HAQ3MDZ3.js.map → chunk-E36XEOE2.js.map} +1 -1
- package/dist/chunk-EO7ANPLK.cjs +26 -0
- package/dist/{chunk-NOYIUN35.cjs.map → chunk-EO7ANPLK.cjs.map} +1 -1
- package/dist/chunk-F5LRN233.cjs +26 -0
- package/dist/{chunk-6SWNJ2RI.cjs.map → chunk-F5LRN233.cjs.map} +1 -1
- package/dist/chunk-IS3YJ7Y5.cjs +26 -0
- package/dist/{chunk-NMCHGBEG.cjs.map → chunk-IS3YJ7Y5.cjs.map} +1 -1
- package/dist/{chunk-2U5GSJXC.js → chunk-MNPRPINS.js} +3 -3
- package/dist/{chunk-2U5GSJXC.js.map → chunk-MNPRPINS.js.map} +1 -1
- package/dist/{chunk-N665EEF5.js → chunk-NQWTMQQL.js} +6 -6
- package/dist/{chunk-N665EEF5.js.map → chunk-NQWTMQQL.js.map} +1 -1
- package/dist/{chunk-HHGLEYAC.js → chunk-Q3J7CQWL.js} +3 -3
- package/dist/{chunk-HHGLEYAC.js.map → chunk-Q3J7CQWL.js.map} +1 -1
- package/dist/{chunk-RMHHOBDM.cjs → chunk-U3W5OO7I.cjs} +3 -3
- package/dist/{chunk-RMHHOBDM.cjs.map → chunk-U3W5OO7I.cjs.map} +1 -1
- package/dist/chunk-UVM75OVG.cjs +261 -0
- package/dist/{chunk-PEMCL7LW.cjs.map → chunk-UVM75OVG.cjs.map} +1 -1
- package/dist/{filters-DQLprGKG.d.cts → filters-CEVr2pEJ.d.cts} +2 -2
- package/dist/{filters-DQLprGKG.d.ts → filters-CEVr2pEJ.d.ts} +2 -2
- package/dist/{index-D5qqghPa.d.cts → index-CWAflRhP.d.ts} +131 -3
- package/dist/{index-DB0m5y8e.d.ts → index-FBXIzHa9.d.cts} +131 -3
- package/dist/index.cjs +85 -85
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +7 -7
- package/dist/mexico/actividad-vulnerable/avi.cjs +80 -80
- package/dist/mexico/actividad-vulnerable/avi.d.cts +3 -3
- package/dist/mexico/actividad-vulnerable/avi.d.ts +3 -3
- package/dist/mexico/actividad-vulnerable/avi.js +3 -3
- package/dist/mexico/actividad-vulnerable/jys.cjs +80 -80
- package/dist/mexico/actividad-vulnerable/jys.d.cts +3 -3
- package/dist/mexico/actividad-vulnerable/jys.d.ts +3 -3
- package/dist/mexico/actividad-vulnerable/jys.js +3 -3
- package/dist/mexico/actividad-vulnerable/tsc.cjs +80 -80
- package/dist/mexico/actividad-vulnerable/tsc.d.cts +3 -3
- package/dist/mexico/actividad-vulnerable/tsc.d.ts +3 -3
- package/dist/mexico/actividad-vulnerable/tsc.js +3 -3
- package/dist/mexico/index.cjs +98 -98
- package/dist/mexico/index.d.cts +4 -4
- package/dist/mexico/index.d.ts +4 -4
- package/dist/mexico/index.js +5 -5
- package/package.json +2 -2
- package/dist/chunk-6SWNJ2RI.cjs +0 -26
- package/dist/chunk-NMCHGBEG.cjs +0 -26
- package/dist/chunk-NOYIUN35.cjs +0 -26
- package/dist/chunk-PEMCL7LW.cjs +0 -261
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkF5LRN233_cjs = require('../../chunk-F5LRN233.cjs');
|
|
4
|
+
var chunkU3W5OO7I_cjs = require('../../chunk-U3W5OO7I.cjs');
|
|
5
5
|
var shared = require('@artu-ai/shared');
|
|
6
6
|
|
|
7
7
|
var Enums = {
|
|
@@ -32,284 +32,284 @@ var Validators = {
|
|
|
32
32
|
Clabe: shared.Clabe
|
|
33
33
|
};
|
|
34
34
|
var Models = {
|
|
35
|
-
Client:
|
|
36
|
-
Transaction:
|
|
37
|
-
Report:
|
|
38
|
-
ReportItem:
|
|
39
|
-
BankAccount:
|
|
35
|
+
Client: chunkU3W5OO7I_cjs.MexAVIClient,
|
|
36
|
+
Transaction: chunkU3W5OO7I_cjs.MexAVITransaction,
|
|
37
|
+
Report: chunkU3W5OO7I_cjs.MexAVIReport,
|
|
38
|
+
ReportItem: chunkU3W5OO7I_cjs.MexAVIReportItem,
|
|
39
|
+
BankAccount: chunkU3W5OO7I_cjs.MexBankAccount
|
|
40
40
|
};
|
|
41
41
|
var Resources = {
|
|
42
|
-
Clients:
|
|
43
|
-
Transactions:
|
|
44
|
-
Reports:
|
|
45
|
-
BankAccounts:
|
|
42
|
+
Clients: chunkU3W5OO7I_cjs.AVIClientsResource,
|
|
43
|
+
Transactions: chunkU3W5OO7I_cjs.AVITransactionsResource,
|
|
44
|
+
Reports: chunkU3W5OO7I_cjs.AVIReportsResource,
|
|
45
|
+
BankAccounts: chunkU3W5OO7I_cjs.MexBankAccountsResource
|
|
46
46
|
};
|
|
47
47
|
var TypeGuards = {
|
|
48
|
-
isClient:
|
|
49
|
-
isTransaction:
|
|
50
|
-
isReport:
|
|
51
|
-
isReportItem:
|
|
48
|
+
isClient: chunkU3W5OO7I_cjs.isMexAVIClient,
|
|
49
|
+
isTransaction: chunkU3W5OO7I_cjs.isMexAVITransaction,
|
|
50
|
+
isReport: chunkU3W5OO7I_cjs.isMexAVIReport,
|
|
51
|
+
isReportItem: chunkU3W5OO7I_cjs.isMexAVIReportItem
|
|
52
52
|
};
|
|
53
53
|
|
|
54
54
|
Object.defineProperty(exports, "ComplianceSDK", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkF5LRN233_cjs.AVIComplianceSDKScoped; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "APIError", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkU3W5OO7I_cjs.APIError; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "Address", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkU3W5OO7I_cjs.Address; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "AddressesResource", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkU3W5OO7I_cjs.AddressesResource; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "BankAccount", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkU3W5OO7I_cjs.MexBankAccount; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "BankAccountsResource", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkU3W5OO7I_cjs.MexBankAccountsResource; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "Client", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkU3W5OO7I_cjs.MexAVIClient; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "ClientsResource", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkU3W5OO7I_cjs.AVIClientsResource; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "ComplianceError", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkU3W5OO7I_cjs.ComplianceError; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "ContactMethod", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkU3W5OO7I_cjs.ContactMethod; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "ContactMethodsResource", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkU3W5OO7I_cjs.ContactMethodsResource; }
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(exports, "DEFAULT_PAGE_SIZE", {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkU3W5OO7I_cjs.DEFAULT_PAGE_SIZE; }
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(exports, "Document", {
|
|
103
103
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkU3W5OO7I_cjs.Document; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "DocumentsResource", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkU3W5OO7I_cjs.DocumentsResource; }
|
|
109
109
|
});
|
|
110
110
|
Object.defineProperty(exports, "FileTooLargeError", {
|
|
111
111
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkU3W5OO7I_cjs.FileTooLargeError; }
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(exports, "ForbiddenError", {
|
|
115
115
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkU3W5OO7I_cjs.ForbiddenError; }
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(exports, "InvalidFileTypeError", {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkU3W5OO7I_cjs.InvalidFileTypeError; }
|
|
121
121
|
});
|
|
122
122
|
Object.defineProperty(exports, "MAX_PAGE_SIZE", {
|
|
123
123
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkU3W5OO7I_cjs.MAX_PAGE_SIZE; }
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(exports, "NetworkError", {
|
|
127
127
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkU3W5OO7I_cjs.NetworkError; }
|
|
129
129
|
});
|
|
130
130
|
Object.defineProperty(exports, "NotFoundError", {
|
|
131
131
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkU3W5OO7I_cjs.NotFoundError; }
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(exports, "RateLimitError", {
|
|
135
135
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkU3W5OO7I_cjs.RateLimitError; }
|
|
137
137
|
});
|
|
138
138
|
Object.defineProperty(exports, "Report", {
|
|
139
139
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkU3W5OO7I_cjs.MexAVIReport; }
|
|
141
141
|
});
|
|
142
142
|
Object.defineProperty(exports, "ReportItem", {
|
|
143
143
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkU3W5OO7I_cjs.MexAVIReportItem; }
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(exports, "ReportsResource", {
|
|
147
147
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkU3W5OO7I_cjs.AVIReportsResource; }
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(exports, "ServerError", {
|
|
151
151
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunkU3W5OO7I_cjs.ServerError; }
|
|
153
153
|
});
|
|
154
154
|
Object.defineProperty(exports, "TimeoutError", {
|
|
155
155
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkU3W5OO7I_cjs.TimeoutError; }
|
|
157
157
|
});
|
|
158
158
|
Object.defineProperty(exports, "Transaction", {
|
|
159
159
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunkU3W5OO7I_cjs.MexAVITransaction; }
|
|
161
161
|
});
|
|
162
162
|
Object.defineProperty(exports, "TransactionsResource", {
|
|
163
163
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunkU3W5OO7I_cjs.AVITransactionsResource; }
|
|
165
165
|
});
|
|
166
166
|
Object.defineProperty(exports, "UnauthorizedError", {
|
|
167
167
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkU3W5OO7I_cjs.UnauthorizedError; }
|
|
169
169
|
});
|
|
170
170
|
Object.defineProperty(exports, "UploadAbortedError", {
|
|
171
171
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunkU3W5OO7I_cjs.UploadAbortedError; }
|
|
173
173
|
});
|
|
174
174
|
Object.defineProperty(exports, "UploadError", {
|
|
175
175
|
enumerable: true,
|
|
176
|
-
get: function () { return
|
|
176
|
+
get: function () { return chunkU3W5OO7I_cjs.UploadError; }
|
|
177
177
|
});
|
|
178
178
|
Object.defineProperty(exports, "UploadTimeoutError", {
|
|
179
179
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
180
|
+
get: function () { return chunkU3W5OO7I_cjs.UploadTimeoutError; }
|
|
181
181
|
});
|
|
182
182
|
Object.defineProperty(exports, "UploadUrlExpiredError", {
|
|
183
183
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
184
|
+
get: function () { return chunkU3W5OO7I_cjs.UploadUrlExpiredError; }
|
|
185
185
|
});
|
|
186
186
|
Object.defineProperty(exports, "ValidationError", {
|
|
187
187
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
188
|
+
get: function () { return chunkU3W5OO7I_cjs.ValidationError; }
|
|
189
189
|
});
|
|
190
190
|
Object.defineProperty(exports, "after", {
|
|
191
191
|
enumerable: true,
|
|
192
|
-
get: function () { return
|
|
192
|
+
get: function () { return chunkU3W5OO7I_cjs.after; }
|
|
193
193
|
});
|
|
194
194
|
Object.defineProperty(exports, "atLeast", {
|
|
195
195
|
enumerable: true,
|
|
196
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunkU3W5OO7I_cjs.atLeast; }
|
|
197
197
|
});
|
|
198
198
|
Object.defineProperty(exports, "atMost", {
|
|
199
199
|
enumerable: true,
|
|
200
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunkU3W5OO7I_cjs.atMost; }
|
|
201
201
|
});
|
|
202
202
|
Object.defineProperty(exports, "before", {
|
|
203
203
|
enumerable: true,
|
|
204
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunkU3W5OO7I_cjs.before; }
|
|
205
205
|
});
|
|
206
206
|
Object.defineProperty(exports, "collectAll", {
|
|
207
207
|
enumerable: true,
|
|
208
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunkU3W5OO7I_cjs.collectAll; }
|
|
209
209
|
});
|
|
210
210
|
Object.defineProperty(exports, "collectUpTo", {
|
|
211
211
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunkU3W5OO7I_cjs.collectUpTo; }
|
|
213
213
|
});
|
|
214
214
|
Object.defineProperty(exports, "contains", {
|
|
215
215
|
enumerable: true,
|
|
216
|
-
get: function () { return
|
|
216
|
+
get: function () { return chunkU3W5OO7I_cjs.contains; }
|
|
217
217
|
});
|
|
218
218
|
Object.defineProperty(exports, "dateRange", {
|
|
219
219
|
enumerable: true,
|
|
220
|
-
get: function () { return
|
|
220
|
+
get: function () { return chunkU3W5OO7I_cjs.dateRange; }
|
|
221
221
|
});
|
|
222
222
|
Object.defineProperty(exports, "endsWith", {
|
|
223
223
|
enumerable: true,
|
|
224
|
-
get: function () { return
|
|
224
|
+
get: function () { return chunkU3W5OO7I_cjs.endsWith; }
|
|
225
225
|
});
|
|
226
226
|
Object.defineProperty(exports, "equals", {
|
|
227
227
|
enumerable: true,
|
|
228
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunkU3W5OO7I_cjs.equals; }
|
|
229
229
|
});
|
|
230
230
|
Object.defineProperty(exports, "getFirst", {
|
|
231
231
|
enumerable: true,
|
|
232
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunkU3W5OO7I_cjs.getFirst; }
|
|
233
233
|
});
|
|
234
234
|
Object.defineProperty(exports, "greaterThan", {
|
|
235
235
|
enumerable: true,
|
|
236
|
-
get: function () { return
|
|
236
|
+
get: function () { return chunkU3W5OO7I_cjs.greaterThan; }
|
|
237
237
|
});
|
|
238
238
|
Object.defineProperty(exports, "isAPIError", {
|
|
239
239
|
enumerable: true,
|
|
240
|
-
get: function () { return
|
|
240
|
+
get: function () { return chunkU3W5OO7I_cjs.isAPIError; }
|
|
241
241
|
});
|
|
242
242
|
Object.defineProperty(exports, "isClient", {
|
|
243
243
|
enumerable: true,
|
|
244
|
-
get: function () { return
|
|
244
|
+
get: function () { return chunkU3W5OO7I_cjs.isMexAVIClient; }
|
|
245
245
|
});
|
|
246
246
|
Object.defineProperty(exports, "isFalse", {
|
|
247
247
|
enumerable: true,
|
|
248
|
-
get: function () { return
|
|
248
|
+
get: function () { return chunkU3W5OO7I_cjs.isFalse; }
|
|
249
249
|
});
|
|
250
250
|
Object.defineProperty(exports, "isNotNull", {
|
|
251
251
|
enumerable: true,
|
|
252
|
-
get: function () { return
|
|
252
|
+
get: function () { return chunkU3W5OO7I_cjs.isNotNull; }
|
|
253
253
|
});
|
|
254
254
|
Object.defineProperty(exports, "isNull", {
|
|
255
255
|
enumerable: true,
|
|
256
|
-
get: function () { return
|
|
256
|
+
get: function () { return chunkU3W5OO7I_cjs.isNull; }
|
|
257
257
|
});
|
|
258
258
|
Object.defineProperty(exports, "isReport", {
|
|
259
259
|
enumerable: true,
|
|
260
|
-
get: function () { return
|
|
260
|
+
get: function () { return chunkU3W5OO7I_cjs.isMexAVIReport; }
|
|
261
261
|
});
|
|
262
262
|
Object.defineProperty(exports, "isReportItem", {
|
|
263
263
|
enumerable: true,
|
|
264
|
-
get: function () { return
|
|
264
|
+
get: function () { return chunkU3W5OO7I_cjs.isMexAVIReportItem; }
|
|
265
265
|
});
|
|
266
266
|
Object.defineProperty(exports, "isTransaction", {
|
|
267
267
|
enumerable: true,
|
|
268
|
-
get: function () { return
|
|
268
|
+
get: function () { return chunkU3W5OO7I_cjs.isMexAVITransaction; }
|
|
269
269
|
});
|
|
270
270
|
Object.defineProperty(exports, "isTrue", {
|
|
271
271
|
enumerable: true,
|
|
272
|
-
get: function () { return
|
|
272
|
+
get: function () { return chunkU3W5OO7I_cjs.isTrue; }
|
|
273
273
|
});
|
|
274
274
|
Object.defineProperty(exports, "isUploadError", {
|
|
275
275
|
enumerable: true,
|
|
276
|
-
get: function () { return
|
|
276
|
+
get: function () { return chunkU3W5OO7I_cjs.isUploadError; }
|
|
277
277
|
});
|
|
278
278
|
Object.defineProperty(exports, "lessThan", {
|
|
279
279
|
enumerable: true,
|
|
280
|
-
get: function () { return
|
|
280
|
+
get: function () { return chunkU3W5OO7I_cjs.lessThan; }
|
|
281
281
|
});
|
|
282
282
|
Object.defineProperty(exports, "mapTRPCError", {
|
|
283
283
|
enumerable: true,
|
|
284
|
-
get: function () { return
|
|
284
|
+
get: function () { return chunkU3W5OO7I_cjs.mapTRPCError; }
|
|
285
285
|
});
|
|
286
286
|
Object.defineProperty(exports, "notEquals", {
|
|
287
287
|
enumerable: true,
|
|
288
|
-
get: function () { return
|
|
288
|
+
get: function () { return chunkU3W5OO7I_cjs.notEquals; }
|
|
289
289
|
});
|
|
290
290
|
Object.defineProperty(exports, "notOneOf", {
|
|
291
291
|
enumerable: true,
|
|
292
|
-
get: function () { return
|
|
292
|
+
get: function () { return chunkU3W5OO7I_cjs.notOneOf; }
|
|
293
293
|
});
|
|
294
294
|
Object.defineProperty(exports, "numberRange", {
|
|
295
295
|
enumerable: true,
|
|
296
|
-
get: function () { return
|
|
296
|
+
get: function () { return chunkU3W5OO7I_cjs.numberRange; }
|
|
297
297
|
});
|
|
298
298
|
Object.defineProperty(exports, "onOrAfter", {
|
|
299
299
|
enumerable: true,
|
|
300
|
-
get: function () { return
|
|
300
|
+
get: function () { return chunkU3W5OO7I_cjs.onOrAfter; }
|
|
301
301
|
});
|
|
302
302
|
Object.defineProperty(exports, "onOrBefore", {
|
|
303
303
|
enumerable: true,
|
|
304
|
-
get: function () { return
|
|
304
|
+
get: function () { return chunkU3W5OO7I_cjs.onOrBefore; }
|
|
305
305
|
});
|
|
306
306
|
Object.defineProperty(exports, "oneOf", {
|
|
307
307
|
enumerable: true,
|
|
308
|
-
get: function () { return
|
|
308
|
+
get: function () { return chunkU3W5OO7I_cjs.oneOf; }
|
|
309
309
|
});
|
|
310
310
|
Object.defineProperty(exports, "startsWith", {
|
|
311
311
|
enumerable: true,
|
|
312
|
-
get: function () { return
|
|
312
|
+
get: function () { return chunkU3W5OO7I_cjs.startsWith; }
|
|
313
313
|
});
|
|
314
314
|
exports.Enums = Enums;
|
|
315
315
|
exports.Models = Models;
|
|
@@ -2,9 +2,9 @@ import * as zod from 'zod';
|
|
|
2
2
|
import * as zod_v4_core from 'zod/v4/core';
|
|
3
3
|
import { avi, CodigoActividad, Moneda, TipoIdentificacion, Prioridad } from '@artu-ai/shared';
|
|
4
4
|
export { APIError as APIErrorResponse, APIValidationError as APIValidationErrorResponse, BankAccountFilter, BatchResult, ClientFilter, CreateAddressInput, CreateMexBankAccountInput as CreateBankAccountInput, CreateAVIClientInput as CreateClientInput, CreateContactMethodInput, CreateDocumentInput, CreateAVIReportInput as CreateReportInput, CreateAVIReportItemInput as CreateReportItemInput, CreateAVITransactionInput as CreateTransactionInput, DocumentFilter, GenerateResult, IterateOptions, ListOptions, PaginatedResponse, PaginationInput, PaginationMeta, ReportValidationError, SubmissionResult, TransactionFilter, UpdateAddressInput, UpdateMexBankAccountInput as UpdateBankAccountInput, UpdateAVIClientInput as UpdateClientInput, UpdateContactMethodInput, UpdateDocumentInput, UpdateAVIReportInput as UpdateReportInput, UpdateAVIReportItemInput as UpdateReportItemInput, UpdateAVITransactionInput as UpdateTransactionInput, ValidationResult, ValidationSummary } from '@artu-ai/shared';
|
|
5
|
-
import { A as AVIScopedSDKOptions, b as MexAVIClient, c as MexAVITransaction, d as MexAVIReport, e as MexAVIReportItem, f as MexBankAccount, g as AVIClientsResource, h as AVITransactionsResource, i as AVIReportsResource, j as MexBankAccountsResource, k as isMexAVIClient, l as isMexAVITransaction, m as isMexAVIReport, n as isMexAVIReportItem } from '../../filters-
|
|
6
|
-
export { t as APIError, ae as Address, af as AddressData, ak as AddressesResource, o as BankAccountData, p as ComplianceError, r as ComplianceErrorJSON, q as ComplianceErrorOptions, ag as ContactMethod, ah as ContactMethodData, al as ContactMethodsResource, O as DEFAULT_PAGE_SIZE, ai as Document, aj as DocumentData, am as DocumentsResource, w as FileTooLargeError, F as ForbiddenError, I as InvalidFileTypeError, P as MAX_PAGE_SIZE, u as NetworkError, N as NotFoundError, R as RateLimitError, S as ServerError, T as TimeoutError, U as UnauthorizedError, y as UploadAbortedError, v as UploadError, H as UploadStage, x as UploadTimeoutError, z as UploadUrlExpiredError, V as ValidationError, s as ValidationIssue, a1 as after, a8 as atLeast, a9 as atMost, a2 as before, J as collectAll, K as collectUpTo, Q as contains, a0 as dateRange, X as endsWith, Y as equals, L as getFirst, a6 as greaterThan, D as isAPIError, ab as isFalse, ad as isNotNull, ac as isNull, aa as isTrue, G as isUploadError, a7 as lessThan, B as mapTRPCError, Z as notEquals, $ as notOneOf, a5 as numberRange, a3 as onOrAfter, a4 as onOrBefore, _ as oneOf, W as startsWith } from '../../filters-
|
|
7
|
-
import { M as MexicoComplianceSDKScoped } from '../../ComplianceSDK-
|
|
5
|
+
import { A as AVIScopedSDKOptions, b as MexAVIClient, c as MexAVITransaction, d as MexAVIReport, e as MexAVIReportItem, f as MexBankAccount, g as AVIClientsResource, h as AVITransactionsResource, i as AVIReportsResource, j as MexBankAccountsResource, k as isMexAVIClient, l as isMexAVITransaction, m as isMexAVIReport, n as isMexAVIReportItem } from '../../filters-CEVr2pEJ.cjs';
|
|
6
|
+
export { t as APIError, ae as Address, af as AddressData, ak as AddressesResource, o as BankAccountData, p as ComplianceError, r as ComplianceErrorJSON, q as ComplianceErrorOptions, ag as ContactMethod, ah as ContactMethodData, al as ContactMethodsResource, O as DEFAULT_PAGE_SIZE, ai as Document, aj as DocumentData, am as DocumentsResource, w as FileTooLargeError, F as ForbiddenError, I as InvalidFileTypeError, P as MAX_PAGE_SIZE, u as NetworkError, N as NotFoundError, R as RateLimitError, S as ServerError, T as TimeoutError, U as UnauthorizedError, y as UploadAbortedError, v as UploadError, H as UploadStage, x as UploadTimeoutError, z as UploadUrlExpiredError, V as ValidationError, s as ValidationIssue, a1 as after, a8 as atLeast, a9 as atMost, a2 as before, J as collectAll, K as collectUpTo, Q as contains, a0 as dateRange, X as endsWith, Y as equals, L as getFirst, a6 as greaterThan, D as isAPIError, ab as isFalse, ad as isNotNull, ac as isNull, aa as isTrue, G as isUploadError, a7 as lessThan, B as mapTRPCError, Z as notEquals, $ as notOneOf, a5 as numberRange, a3 as onOrAfter, a4 as onOrBefore, _ as oneOf, W as startsWith } from '../../filters-CEVr2pEJ.cjs';
|
|
7
|
+
import { M as MexicoComplianceSDKScoped } from '../../ComplianceSDK-DzmqGCLF.cjs';
|
|
8
8
|
import '@trpc/client';
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -2,9 +2,9 @@ import * as zod from 'zod';
|
|
|
2
2
|
import * as zod_v4_core from 'zod/v4/core';
|
|
3
3
|
import { avi, CodigoActividad, Moneda, TipoIdentificacion, Prioridad } from '@artu-ai/shared';
|
|
4
4
|
export { APIError as APIErrorResponse, APIValidationError as APIValidationErrorResponse, BankAccountFilter, BatchResult, ClientFilter, CreateAddressInput, CreateMexBankAccountInput as CreateBankAccountInput, CreateAVIClientInput as CreateClientInput, CreateContactMethodInput, CreateDocumentInput, CreateAVIReportInput as CreateReportInput, CreateAVIReportItemInput as CreateReportItemInput, CreateAVITransactionInput as CreateTransactionInput, DocumentFilter, GenerateResult, IterateOptions, ListOptions, PaginatedResponse, PaginationInput, PaginationMeta, ReportValidationError, SubmissionResult, TransactionFilter, UpdateAddressInput, UpdateMexBankAccountInput as UpdateBankAccountInput, UpdateAVIClientInput as UpdateClientInput, UpdateContactMethodInput, UpdateDocumentInput, UpdateAVIReportInput as UpdateReportInput, UpdateAVIReportItemInput as UpdateReportItemInput, UpdateAVITransactionInput as UpdateTransactionInput, ValidationResult, ValidationSummary } from '@artu-ai/shared';
|
|
5
|
-
import { A as AVIScopedSDKOptions, b as MexAVIClient, c as MexAVITransaction, d as MexAVIReport, e as MexAVIReportItem, f as MexBankAccount, g as AVIClientsResource, h as AVITransactionsResource, i as AVIReportsResource, j as MexBankAccountsResource, k as isMexAVIClient, l as isMexAVITransaction, m as isMexAVIReport, n as isMexAVIReportItem } from '../../filters-
|
|
6
|
-
export { t as APIError, ae as Address, af as AddressData, ak as AddressesResource, o as BankAccountData, p as ComplianceError, r as ComplianceErrorJSON, q as ComplianceErrorOptions, ag as ContactMethod, ah as ContactMethodData, al as ContactMethodsResource, O as DEFAULT_PAGE_SIZE, ai as Document, aj as DocumentData, am as DocumentsResource, w as FileTooLargeError, F as ForbiddenError, I as InvalidFileTypeError, P as MAX_PAGE_SIZE, u as NetworkError, N as NotFoundError, R as RateLimitError, S as ServerError, T as TimeoutError, U as UnauthorizedError, y as UploadAbortedError, v as UploadError, H as UploadStage, x as UploadTimeoutError, z as UploadUrlExpiredError, V as ValidationError, s as ValidationIssue, a1 as after, a8 as atLeast, a9 as atMost, a2 as before, J as collectAll, K as collectUpTo, Q as contains, a0 as dateRange, X as endsWith, Y as equals, L as getFirst, a6 as greaterThan, D as isAPIError, ab as isFalse, ad as isNotNull, ac as isNull, aa as isTrue, G as isUploadError, a7 as lessThan, B as mapTRPCError, Z as notEquals, $ as notOneOf, a5 as numberRange, a3 as onOrAfter, a4 as onOrBefore, _ as oneOf, W as startsWith } from '../../filters-
|
|
7
|
-
import { M as MexicoComplianceSDKScoped } from '../../ComplianceSDK-
|
|
5
|
+
import { A as AVIScopedSDKOptions, b as MexAVIClient, c as MexAVITransaction, d as MexAVIReport, e as MexAVIReportItem, f as MexBankAccount, g as AVIClientsResource, h as AVITransactionsResource, i as AVIReportsResource, j as MexBankAccountsResource, k as isMexAVIClient, l as isMexAVITransaction, m as isMexAVIReport, n as isMexAVIReportItem } from '../../filters-CEVr2pEJ.js';
|
|
6
|
+
export { t as APIError, ae as Address, af as AddressData, ak as AddressesResource, o as BankAccountData, p as ComplianceError, r as ComplianceErrorJSON, q as ComplianceErrorOptions, ag as ContactMethod, ah as ContactMethodData, al as ContactMethodsResource, O as DEFAULT_PAGE_SIZE, ai as Document, aj as DocumentData, am as DocumentsResource, w as FileTooLargeError, F as ForbiddenError, I as InvalidFileTypeError, P as MAX_PAGE_SIZE, u as NetworkError, N as NotFoundError, R as RateLimitError, S as ServerError, T as TimeoutError, U as UnauthorizedError, y as UploadAbortedError, v as UploadError, H as UploadStage, x as UploadTimeoutError, z as UploadUrlExpiredError, V as ValidationError, s as ValidationIssue, a1 as after, a8 as atLeast, a9 as atMost, a2 as before, J as collectAll, K as collectUpTo, Q as contains, a0 as dateRange, X as endsWith, Y as equals, L as getFirst, a6 as greaterThan, D as isAPIError, ab as isFalse, ad as isNotNull, ac as isNull, aa as isTrue, G as isUploadError, a7 as lessThan, B as mapTRPCError, Z as notEquals, $ as notOneOf, a5 as numberRange, a3 as onOrAfter, a4 as onOrBefore, _ as oneOf, W as startsWith } from '../../filters-CEVr2pEJ.js';
|
|
7
|
+
import { M as MexicoComplianceSDKScoped } from '../../ComplianceSDK-CsFkAge8.js';
|
|
8
8
|
import '@trpc/client';
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { AVIComplianceSDKScoped as ComplianceSDK } from '../../chunk-
|
|
2
|
-
import { MexBankAccount, MexAVIReportItem, MexAVIReport, MexAVITransaction, MexAVIClient, MexBankAccountsResource, AVIReportsResource, AVITransactionsResource, AVIClientsResource, isMexAVIReportItem, isMexAVIReport, isMexAVITransaction, isMexAVIClient } from '../../chunk-
|
|
3
|
-
export { APIError, Address, AddressesResource, MexBankAccount as BankAccount, MexBankAccountsResource as BankAccountsResource, MexAVIClient as Client, AVIClientsResource as ClientsResource, ComplianceError, ContactMethod, ContactMethodsResource, DEFAULT_PAGE_SIZE, Document, DocumentsResource, FileTooLargeError, ForbiddenError, InvalidFileTypeError, MAX_PAGE_SIZE, NetworkError, NotFoundError, RateLimitError, MexAVIReport as Report, MexAVIReportItem as ReportItem, AVIReportsResource as ReportsResource, ServerError, TimeoutError, MexAVITransaction as Transaction, AVITransactionsResource as TransactionsResource, UnauthorizedError, UploadAbortedError, UploadError, UploadTimeoutError, UploadUrlExpiredError, ValidationError, after, atLeast, atMost, before, collectAll, collectUpTo, contains, dateRange, endsWith, equals, getFirst, greaterThan, isAPIError, isMexAVIClient as isClient, isFalse, isNotNull, isNull, isMexAVIReport as isReport, isMexAVIReportItem as isReportItem, isMexAVITransaction as isTransaction, isTrue, isUploadError, lessThan, mapTRPCError, notEquals, notOneOf, numberRange, onOrAfter, onOrBefore, oneOf, startsWith } from '../../chunk-
|
|
1
|
+
export { AVIComplianceSDKScoped as ComplianceSDK } from '../../chunk-C4Y56E4V.js';
|
|
2
|
+
import { MexBankAccount, MexAVIReportItem, MexAVIReport, MexAVITransaction, MexAVIClient, MexBankAccountsResource, AVIReportsResource, AVITransactionsResource, AVIClientsResource, isMexAVIReportItem, isMexAVIReport, isMexAVITransaction, isMexAVIClient } from '../../chunk-E36XEOE2.js';
|
|
3
|
+
export { APIError, Address, AddressesResource, MexBankAccount as BankAccount, MexBankAccountsResource as BankAccountsResource, MexAVIClient as Client, AVIClientsResource as ClientsResource, ComplianceError, ContactMethod, ContactMethodsResource, DEFAULT_PAGE_SIZE, Document, DocumentsResource, FileTooLargeError, ForbiddenError, InvalidFileTypeError, MAX_PAGE_SIZE, NetworkError, NotFoundError, RateLimitError, MexAVIReport as Report, MexAVIReportItem as ReportItem, AVIReportsResource as ReportsResource, ServerError, TimeoutError, MexAVITransaction as Transaction, AVITransactionsResource as TransactionsResource, UnauthorizedError, UploadAbortedError, UploadError, UploadTimeoutError, UploadUrlExpiredError, ValidationError, after, atLeast, atMost, before, collectAll, collectUpTo, contains, dateRange, endsWith, equals, getFirst, greaterThan, isAPIError, isMexAVIClient as isClient, isFalse, isNotNull, isNull, isMexAVIReport as isReport, isMexAVIReportItem as isReportItem, isMexAVITransaction as isTransaction, isTrue, isUploadError, lessThan, mapTRPCError, notEquals, notOneOf, numberRange, onOrAfter, onOrBefore, oneOf, startsWith } from '../../chunk-E36XEOE2.js';
|
|
4
4
|
import { avi, Prioridades, TiposIdentificacion, Monedas, CodigosActividad, Prioridad, TipoIdentificacion, Moneda, CodigoActividad, Clabe, Curp, Rfc } from '@artu-ai/shared';
|
|
5
5
|
|
|
6
6
|
var Enums = {
|