@artu-ai/compliance-sdk 0.4.7 → 0.5.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 (39) hide show
  1. package/README.md +165 -32
  2. package/dist/models/ContactMethod.d.ts.map +1 -1
  3. package/dist/models/LinkedClient.d.ts.map +1 -1
  4. package/dist/models/index.d.ts +2 -2
  5. package/dist/models/index.d.ts.map +1 -1
  6. package/dist/models/index.js +2 -2
  7. package/dist/models/mex/actividad-vulnerable/MexActividadVulnerableReportItem.d.ts.map +1 -1
  8. package/dist/models/mex/actividad-vulnerable/avi/MexAVIReportItem.d.ts.map +1 -1
  9. package/dist/models/mex/actividad-vulnerable/jys/MexJYSReportItem.d.ts.map +1 -1
  10. package/dist/models/mex/actividad-vulnerable/tsc/MexTSCReportItem.d.ts.map +1 -1
  11. package/dist/namespaces/mexico/index.d.ts +6 -2
  12. package/dist/namespaces/mexico/index.d.ts.map +1 -1
  13. package/dist/resources/addresses.d.ts.map +1 -1
  14. package/dist/resources/bank-accounts.d.ts.map +1 -1
  15. package/dist/resources/clients.d.ts.map +1 -1
  16. package/dist/resources/mex/actividad-vulnerable/avi/clients.d.ts.map +1 -1
  17. package/dist/resources/mex/actividad-vulnerable/avi/reports.d.ts.map +1 -1
  18. package/dist/resources/mex/actividad-vulnerable/avi/transactions.d.ts.map +1 -1
  19. package/dist/resources/mex/actividad-vulnerable/avi/transactions.js +4 -1
  20. package/dist/resources/mex/actividad-vulnerable/jys/clients.d.ts.map +1 -1
  21. package/dist/resources/mex/actividad-vulnerable/jys/reports.d.ts.map +1 -1
  22. package/dist/resources/mex/actividad-vulnerable/jys/transactions.d.ts.map +1 -1
  23. package/dist/resources/mex/actividad-vulnerable/jys/transactions.js +6 -2
  24. package/dist/resources/mex/actividad-vulnerable/tsc/clients.d.ts.map +1 -1
  25. package/dist/resources/mex/actividad-vulnerable/tsc/reports.d.ts.map +1 -1
  26. package/dist/resources/mex/actividad-vulnerable/tsc/transactions.d.ts.map +1 -1
  27. package/dist/resources/mex/actividad-vulnerable/tsc/transactions.js +7 -3
  28. package/dist/resources/mex/addresses.d.ts.map +1 -1
  29. package/dist/resources/mex/bank-accounts.d.ts.map +1 -1
  30. package/dist/resources/mex/bank-accounts.js +1 -1
  31. package/dist/resources/mex/clients.d.ts.map +1 -1
  32. package/dist/resources/mex/transactions.d.ts.map +1 -1
  33. package/dist/resources/mex/transactions.js +4 -1
  34. package/dist/resources/reports.d.ts.map +1 -1
  35. package/dist/resources/reports.js +5 -1
  36. package/dist/resources/transactions.d.ts.map +1 -1
  37. package/dist/utils/trpc-client.d.ts +506 -0
  38. package/dist/utils/trpc-client.d.ts.map +1 -1
  39. package/package.json +2 -2
@@ -2322,6 +2322,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
2322
2322
  rejectionReason?: string | null | undefined;
2323
2323
  externalId?: string | null | undefined;
2324
2324
  metadata?: Record<string, unknown> | undefined;
2325
+ } | {
2326
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
2327
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
2328
+ clientId: string;
2329
+ category: import("@artu-ai/shared").DocumentCategory;
2330
+ status: import("@artu-ai/shared").DocumentStatus;
2331
+ fields?: {
2332
+ documentNumber: string;
2333
+ } | undefined;
2334
+ filename?: string | null | undefined;
2335
+ contentType?: string | null | undefined;
2336
+ size?: number | null | undefined;
2337
+ expiresAt?: string | null | undefined;
2338
+ verifiedAt?: string | null | undefined;
2339
+ verifiedBy?: string | null | undefined;
2340
+ rejectionReason?: string | null | undefined;
2341
+ externalId?: string | null | undefined;
2342
+ metadata?: Record<string, unknown> | undefined;
2325
2343
  } | {
2326
2344
  clientId: string;
2327
2345
  category: import("@artu-ai/shared").DocumentCategory;
@@ -2874,6 +2892,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
2874
2892
  rejectionReason?: string | null | undefined;
2875
2893
  externalId?: string | null | undefined;
2876
2894
  metadata?: Record<string, unknown> | undefined;
2895
+ } | {
2896
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
2897
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
2898
+ clientId: string;
2899
+ category: import("@artu-ai/shared").DocumentCategory;
2900
+ status: import("@artu-ai/shared").DocumentStatus;
2901
+ fields?: {
2902
+ documentNumber: string;
2903
+ } | undefined;
2904
+ filename?: string | null | undefined;
2905
+ contentType?: string | null | undefined;
2906
+ size?: number | null | undefined;
2907
+ expiresAt?: string | null | undefined;
2908
+ verifiedAt?: string | null | undefined;
2909
+ verifiedBy?: string | null | undefined;
2910
+ rejectionReason?: string | null | undefined;
2911
+ externalId?: string | null | undefined;
2912
+ metadata?: Record<string, unknown> | undefined;
2877
2913
  } | {
2878
2914
  clientId: string;
2879
2915
  category: import("@artu-ai/shared").DocumentCategory;
@@ -3418,6 +3454,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
3418
3454
  rejectionReason?: string | null | undefined;
3419
3455
  externalId?: string | null | undefined;
3420
3456
  metadata?: Record<string, unknown> | undefined;
3457
+ } | {
3458
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
3459
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
3460
+ clientId: string;
3461
+ category: import("@artu-ai/shared").DocumentCategory;
3462
+ status: import("@artu-ai/shared").DocumentStatus;
3463
+ fields?: {
3464
+ documentNumber: string;
3465
+ } | undefined;
3466
+ filename?: string | null | undefined;
3467
+ contentType?: string | null | undefined;
3468
+ size?: number | null | undefined;
3469
+ expiresAt?: string | null | undefined;
3470
+ verifiedAt?: string | null | undefined;
3471
+ verifiedBy?: string | null | undefined;
3472
+ rejectionReason?: string | null | undefined;
3473
+ externalId?: string | null | undefined;
3474
+ metadata?: Record<string, unknown> | undefined;
3421
3475
  } | {
3422
3476
  clientId: string;
3423
3477
  category: import("@artu-ai/shared").DocumentCategory;
@@ -3963,6 +4017,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
3963
4017
  rejectionReason?: string | null | undefined;
3964
4018
  externalId?: string | null | undefined;
3965
4019
  metadata?: Record<string, unknown> | undefined;
4020
+ } | {
4021
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
4022
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
4023
+ clientId: string;
4024
+ category: import("@artu-ai/shared").DocumentCategory;
4025
+ status: import("@artu-ai/shared").DocumentStatus;
4026
+ fields?: {
4027
+ documentNumber: string;
4028
+ } | undefined;
4029
+ filename?: string | null | undefined;
4030
+ contentType?: string | null | undefined;
4031
+ size?: number | null | undefined;
4032
+ expiresAt?: string | null | undefined;
4033
+ verifiedAt?: string | null | undefined;
4034
+ verifiedBy?: string | null | undefined;
4035
+ rejectionReason?: string | null | undefined;
4036
+ externalId?: string | null | undefined;
4037
+ metadata?: Record<string, unknown> | undefined;
3966
4038
  } | {
3967
4039
  clientId: string;
3968
4040
  category: import("@artu-ai/shared").DocumentCategory;
@@ -4536,6 +4608,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
4536
4608
  rejectionReason?: string | null | undefined;
4537
4609
  externalId?: string | null | undefined;
4538
4610
  metadata?: Record<string, unknown> | undefined;
4611
+ } | {
4612
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
4613
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
4614
+ clientId: string;
4615
+ category: import("@artu-ai/shared").DocumentCategory;
4616
+ status: import("@artu-ai/shared").DocumentStatus;
4617
+ fields?: {
4618
+ documentNumber: string;
4619
+ } | undefined;
4620
+ filename?: string | null | undefined;
4621
+ contentType?: string | null | undefined;
4622
+ size?: number | null | undefined;
4623
+ expiresAt?: string | null | undefined;
4624
+ verifiedAt?: string | null | undefined;
4625
+ verifiedBy?: string | null | undefined;
4626
+ rejectionReason?: string | null | undefined;
4627
+ externalId?: string | null | undefined;
4628
+ metadata?: Record<string, unknown> | undefined;
4539
4629
  } | {
4540
4630
  clientId: string;
4541
4631
  category: import("@artu-ai/shared").DocumentCategory;
@@ -5198,6 +5288,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
5198
5288
  rejectionReason?: string | null | undefined;
5199
5289
  externalId?: string | null | undefined;
5200
5290
  metadata?: Record<string, unknown> | undefined;
5291
+ } | {
5292
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
5293
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
5294
+ clientId: string;
5295
+ category: import("@artu-ai/shared").DocumentCategory;
5296
+ status: import("@artu-ai/shared").DocumentStatus;
5297
+ fields?: {
5298
+ documentNumber: string;
5299
+ } | undefined;
5300
+ filename?: string | null | undefined;
5301
+ contentType?: string | null | undefined;
5302
+ size?: number | null | undefined;
5303
+ expiresAt?: string | null | undefined;
5304
+ verifiedAt?: string | null | undefined;
5305
+ verifiedBy?: string | null | undefined;
5306
+ rejectionReason?: string | null | undefined;
5307
+ externalId?: string | null | undefined;
5308
+ metadata?: Record<string, unknown> | undefined;
5201
5309
  } | {
5202
5310
  clientId: string;
5203
5311
  category: import("@artu-ai/shared").DocumentCategory;
@@ -5825,6 +5933,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
5825
5933
  rejectionReason?: string | null | undefined;
5826
5934
  externalId?: string | null | undefined;
5827
5935
  metadata?: Record<string, unknown> | undefined;
5936
+ } | {
5937
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
5938
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
5939
+ clientId: string;
5940
+ category: import("@artu-ai/shared").DocumentCategory;
5941
+ status: import("@artu-ai/shared").DocumentStatus;
5942
+ fields?: {
5943
+ documentNumber: string;
5944
+ } | undefined;
5945
+ filename?: string | null | undefined;
5946
+ contentType?: string | null | undefined;
5947
+ size?: number | null | undefined;
5948
+ expiresAt?: string | null | undefined;
5949
+ verifiedAt?: string | null | undefined;
5950
+ verifiedBy?: string | null | undefined;
5951
+ rejectionReason?: string | null | undefined;
5952
+ externalId?: string | null | undefined;
5953
+ metadata?: Record<string, unknown> | undefined;
5828
5954
  } | {
5829
5955
  clientId: string;
5830
5956
  category: import("@artu-ai/shared").DocumentCategory;
@@ -6367,6 +6493,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
6367
6493
  rejectionReason?: string | null | undefined;
6368
6494
  externalId?: string | null | undefined;
6369
6495
  metadata?: Record<string, unknown> | undefined;
6496
+ } | {
6497
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
6498
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
6499
+ clientId: string;
6500
+ category: import("@artu-ai/shared").DocumentCategory;
6501
+ status: import("@artu-ai/shared").DocumentStatus;
6502
+ fields?: {
6503
+ documentNumber: string;
6504
+ } | undefined;
6505
+ filename?: string | null | undefined;
6506
+ contentType?: string | null | undefined;
6507
+ size?: number | null | undefined;
6508
+ expiresAt?: string | null | undefined;
6509
+ verifiedAt?: string | null | undefined;
6510
+ verifiedBy?: string | null | undefined;
6511
+ rejectionReason?: string | null | undefined;
6512
+ externalId?: string | null | undefined;
6513
+ metadata?: Record<string, unknown> | undefined;
6370
6514
  } | {
6371
6515
  clientId: string;
6372
6516
  category: import("@artu-ai/shared").DocumentCategory;
@@ -6954,6 +7098,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
6954
7098
  rejectionReason?: string | null | undefined;
6955
7099
  externalId?: string | null | undefined;
6956
7100
  metadata?: Record<string, unknown> | undefined;
7101
+ } | {
7102
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
7103
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
7104
+ clientId: string;
7105
+ category: import("@artu-ai/shared").DocumentCategory;
7106
+ status: import("@artu-ai/shared").DocumentStatus;
7107
+ fields?: {
7108
+ documentNumber: string;
7109
+ } | undefined;
7110
+ filename?: string | null | undefined;
7111
+ contentType?: string | null | undefined;
7112
+ size?: number | null | undefined;
7113
+ expiresAt?: string | null | undefined;
7114
+ verifiedAt?: string | null | undefined;
7115
+ verifiedBy?: string | null | undefined;
7116
+ rejectionReason?: string | null | undefined;
7117
+ externalId?: string | null | undefined;
7118
+ metadata?: Record<string, unknown> | undefined;
6957
7119
  } | {
6958
7120
  clientId: string;
6959
7121
  category: import("@artu-ai/shared").DocumentCategory;
@@ -7496,6 +7658,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
7496
7658
  rejectionReason?: string | null | undefined;
7497
7659
  externalId?: string | null | undefined;
7498
7660
  metadata?: Record<string, unknown> | undefined;
7661
+ } | {
7662
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
7663
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
7664
+ clientId: string;
7665
+ category: import("@artu-ai/shared").DocumentCategory;
7666
+ status: import("@artu-ai/shared").DocumentStatus;
7667
+ fields?: {
7668
+ documentNumber: string;
7669
+ } | undefined;
7670
+ filename?: string | null | undefined;
7671
+ contentType?: string | null | undefined;
7672
+ size?: number | null | undefined;
7673
+ expiresAt?: string | null | undefined;
7674
+ verifiedAt?: string | null | undefined;
7675
+ verifiedBy?: string | null | undefined;
7676
+ rejectionReason?: string | null | undefined;
7677
+ externalId?: string | null | undefined;
7678
+ metadata?: Record<string, unknown> | undefined;
7499
7679
  } | {
7500
7680
  clientId: string;
7501
7681
  category: import("@artu-ai/shared").DocumentCategory;
@@ -8052,6 +8232,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
8052
8232
  rejectionReason?: string | null | undefined;
8053
8233
  externalId?: string | null | undefined;
8054
8234
  metadata?: Record<string, unknown> | undefined;
8235
+ } | {
8236
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
8237
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
8238
+ clientId: string;
8239
+ category: import("@artu-ai/shared").DocumentCategory;
8240
+ status: import("@artu-ai/shared").DocumentStatus;
8241
+ fields?: {
8242
+ documentNumber: string;
8243
+ } | undefined;
8244
+ filename?: string | null | undefined;
8245
+ contentType?: string | null | undefined;
8246
+ size?: number | null | undefined;
8247
+ expiresAt?: string | null | undefined;
8248
+ verifiedAt?: string | null | undefined;
8249
+ verifiedBy?: string | null | undefined;
8250
+ rejectionReason?: string | null | undefined;
8251
+ externalId?: string | null | undefined;
8252
+ metadata?: Record<string, unknown> | undefined;
8055
8253
  } | {
8056
8254
  clientId: string;
8057
8255
  category: import("@artu-ai/shared").DocumentCategory;
@@ -8598,6 +8796,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
8598
8796
  rejectionReason?: string | null | undefined;
8599
8797
  externalId?: string | null | undefined;
8600
8798
  metadata?: Record<string, unknown> | undefined;
8799
+ } | {
8800
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
8801
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
8802
+ clientId: string;
8803
+ category: import("@artu-ai/shared").DocumentCategory;
8804
+ status: import("@artu-ai/shared").DocumentStatus;
8805
+ fields?: {
8806
+ documentNumber: string;
8807
+ } | undefined;
8808
+ filename?: string | null | undefined;
8809
+ contentType?: string | null | undefined;
8810
+ size?: number | null | undefined;
8811
+ expiresAt?: string | null | undefined;
8812
+ verifiedAt?: string | null | undefined;
8813
+ verifiedBy?: string | null | undefined;
8814
+ rejectionReason?: string | null | undefined;
8815
+ externalId?: string | null | undefined;
8816
+ metadata?: Record<string, unknown> | undefined;
8601
8817
  } | {
8602
8818
  clientId: string;
8603
8819
  category: import("@artu-ai/shared").DocumentCategory;
@@ -9425,6 +9641,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
9425
9641
  rejectionReason?: string | null | undefined;
9426
9642
  externalId?: string | null | undefined;
9427
9643
  metadata?: Record<string, unknown> | undefined;
9644
+ } | {
9645
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
9646
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
9647
+ clientId: string;
9648
+ category: import("@artu-ai/shared").DocumentCategory;
9649
+ status: import("@artu-ai/shared").DocumentStatus;
9650
+ fields?: {
9651
+ documentNumber: string;
9652
+ } | undefined;
9653
+ filename?: string | null | undefined;
9654
+ contentType?: string | null | undefined;
9655
+ size?: number | null | undefined;
9656
+ expiresAt?: string | null | undefined;
9657
+ verifiedAt?: string | null | undefined;
9658
+ verifiedBy?: string | null | undefined;
9659
+ rejectionReason?: string | null | undefined;
9660
+ externalId?: string | null | undefined;
9661
+ metadata?: Record<string, unknown> | undefined;
9428
9662
  } | {
9429
9663
  clientId: string;
9430
9664
  category: import("@artu-ai/shared").DocumentCategory;
@@ -10140,6 +10374,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
10140
10374
  rejectionReason?: string | null | undefined;
10141
10375
  externalId?: string | null | undefined;
10142
10376
  metadata?: Record<string, unknown> | undefined;
10377
+ } | {
10378
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
10379
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
10380
+ clientId: string;
10381
+ category: import("@artu-ai/shared").DocumentCategory;
10382
+ status: import("@artu-ai/shared").DocumentStatus;
10383
+ fields?: {
10384
+ documentNumber: string;
10385
+ } | undefined;
10386
+ filename?: string | null | undefined;
10387
+ contentType?: string | null | undefined;
10388
+ size?: number | null | undefined;
10389
+ expiresAt?: string | null | undefined;
10390
+ verifiedAt?: string | null | undefined;
10391
+ verifiedBy?: string | null | undefined;
10392
+ rejectionReason?: string | null | undefined;
10393
+ externalId?: string | null | undefined;
10394
+ metadata?: Record<string, unknown> | undefined;
10143
10395
  } | {
10144
10396
  clientId: string;
10145
10397
  category: import("@artu-ai/shared").DocumentCategory;
@@ -11130,6 +11382,18 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
11130
11382
  expiresAt?: string | undefined;
11131
11383
  externalId?: string | undefined;
11132
11384
  metadata?: Record<string, unknown> | undefined;
11385
+ } | {
11386
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
11387
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
11388
+ clientId: string;
11389
+ fields?: {
11390
+ documentNumber?: string | undefined;
11391
+ } | undefined;
11392
+ contentType?: "image/jpeg" | "image/png" | "image/webp" | "application/pdf" | undefined;
11393
+ category?: import("@artu-ai/shared").DocumentCategory | undefined;
11394
+ expiresAt?: string | undefined;
11395
+ externalId?: string | undefined;
11396
+ metadata?: Record<string, unknown> | undefined;
11133
11397
  };
11134
11398
  output: {
11135
11399
  document: ({
@@ -11406,6 +11670,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
11406
11670
  rejectionReason?: string | null | undefined;
11407
11671
  externalId?: string | null | undefined;
11408
11672
  metadata?: Record<string, unknown> | undefined;
11673
+ } | {
11674
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
11675
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
11676
+ clientId: string;
11677
+ category: import("@artu-ai/shared").DocumentCategory;
11678
+ status: import("@artu-ai/shared").DocumentStatus;
11679
+ fields?: {
11680
+ documentNumber: string;
11681
+ } | undefined;
11682
+ filename?: string | null | undefined;
11683
+ contentType?: string | null | undefined;
11684
+ size?: number | null | undefined;
11685
+ expiresAt?: string | null | undefined;
11686
+ verifiedAt?: string | null | undefined;
11687
+ verifiedBy?: string | null | undefined;
11688
+ rejectionReason?: string | null | undefined;
11689
+ externalId?: string | null | undefined;
11690
+ metadata?: Record<string, unknown> | undefined;
11409
11691
  } | {
11410
11692
  clientId: string;
11411
11693
  category: import("@artu-ai/shared").DocumentCategory;
@@ -11716,6 +11998,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
11716
11998
  rejectionReason?: string | null | undefined;
11717
11999
  externalId?: string | null | undefined;
11718
12000
  metadata?: Record<string, unknown> | undefined;
12001
+ } | {
12002
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
12003
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
12004
+ clientId: string;
12005
+ category: import("@artu-ai/shared").DocumentCategory;
12006
+ status: import("@artu-ai/shared").DocumentStatus;
12007
+ fields?: {
12008
+ documentNumber: string;
12009
+ } | undefined;
12010
+ filename?: string | null | undefined;
12011
+ contentType?: string | null | undefined;
12012
+ size?: number | null | undefined;
12013
+ expiresAt?: string | null | undefined;
12014
+ verifiedAt?: string | null | undefined;
12015
+ verifiedBy?: string | null | undefined;
12016
+ rejectionReason?: string | null | undefined;
12017
+ externalId?: string | null | undefined;
12018
+ metadata?: Record<string, unknown> | undefined;
11719
12019
  } | {
11720
12020
  clientId: string;
11721
12021
  category: import("@artu-ai/shared").DocumentCategory;
@@ -12028,6 +12328,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
12028
12328
  rejectionReason?: string | null | undefined;
12029
12329
  externalId?: string | null | undefined;
12030
12330
  metadata?: Record<string, unknown> | undefined;
12331
+ } | {
12332
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
12333
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
12334
+ clientId: string;
12335
+ category: import("@artu-ai/shared").DocumentCategory;
12336
+ status: import("@artu-ai/shared").DocumentStatus;
12337
+ fields?: {
12338
+ documentNumber: string;
12339
+ } | undefined;
12340
+ filename?: string | null | undefined;
12341
+ contentType?: string | null | undefined;
12342
+ size?: number | null | undefined;
12343
+ expiresAt?: string | null | undefined;
12344
+ verifiedAt?: string | null | undefined;
12345
+ verifiedBy?: string | null | undefined;
12346
+ rejectionReason?: string | null | undefined;
12347
+ externalId?: string | null | undefined;
12348
+ metadata?: Record<string, unknown> | undefined;
12031
12349
  } | {
12032
12350
  clientId: string;
12033
12351
  category: import("@artu-ai/shared").DocumentCategory;
@@ -12330,6 +12648,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
12330
12648
  rejectionReason?: string | null | undefined;
12331
12649
  externalId?: string | null | undefined;
12332
12650
  metadata?: Record<string, unknown> | undefined;
12651
+ } | {
12652
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
12653
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
12654
+ clientId: string;
12655
+ category: import("@artu-ai/shared").DocumentCategory;
12656
+ status: import("@artu-ai/shared").DocumentStatus;
12657
+ fields?: {
12658
+ documentNumber: string;
12659
+ } | undefined;
12660
+ filename?: string | null | undefined;
12661
+ contentType?: string | null | undefined;
12662
+ size?: number | null | undefined;
12663
+ expiresAt?: string | null | undefined;
12664
+ verifiedAt?: string | null | undefined;
12665
+ verifiedBy?: string | null | undefined;
12666
+ rejectionReason?: string | null | undefined;
12667
+ externalId?: string | null | undefined;
12668
+ metadata?: Record<string, unknown> | undefined;
12333
12669
  } | {
12334
12670
  clientId: string;
12335
12671
  category: import("@artu-ai/shared").DocumentCategory;
@@ -12631,6 +12967,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
12631
12967
  rejectionReason?: string | null | undefined;
12632
12968
  externalId?: string | null | undefined;
12633
12969
  metadata?: Record<string, unknown> | undefined;
12970
+ } | {
12971
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
12972
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
12973
+ clientId: string;
12974
+ category: import("@artu-ai/shared").DocumentCategory;
12975
+ status: import("@artu-ai/shared").DocumentStatus;
12976
+ fields?: {
12977
+ documentNumber: string;
12978
+ } | undefined;
12979
+ filename?: string | null | undefined;
12980
+ contentType?: string | null | undefined;
12981
+ size?: number | null | undefined;
12982
+ expiresAt?: string | null | undefined;
12983
+ verifiedAt?: string | null | undefined;
12984
+ verifiedBy?: string | null | undefined;
12985
+ rejectionReason?: string | null | undefined;
12986
+ externalId?: string | null | undefined;
12987
+ metadata?: Record<string, unknown> | undefined;
12634
12988
  } | {
12635
12989
  clientId: string;
12636
12990
  category: import("@artu-ai/shared").DocumentCategory;
@@ -12848,6 +13202,13 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
12848
13202
  expiresAt?: string | undefined;
12849
13203
  externalId?: string | undefined;
12850
13204
  metadata?: Record<string, unknown> | undefined;
13205
+ } | {
13206
+ fields?: {
13207
+ documentNumber?: string | undefined;
13208
+ } | undefined;
13209
+ expiresAt?: string | undefined;
13210
+ externalId?: string | undefined;
13211
+ metadata?: Record<string, unknown> | undefined;
12851
13212
  };
12852
13213
  };
12853
13214
  output: ({
@@ -13124,6 +13485,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
13124
13485
  rejectionReason?: string | null | undefined;
13125
13486
  externalId?: string | null | undefined;
13126
13487
  metadata?: Record<string, unknown> | undefined;
13488
+ } | {
13489
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
13490
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
13491
+ clientId: string;
13492
+ category: import("@artu-ai/shared").DocumentCategory;
13493
+ status: import("@artu-ai/shared").DocumentStatus;
13494
+ fields?: {
13495
+ documentNumber: string;
13496
+ } | undefined;
13497
+ filename?: string | null | undefined;
13498
+ contentType?: string | null | undefined;
13499
+ size?: number | null | undefined;
13500
+ expiresAt?: string | null | undefined;
13501
+ verifiedAt?: string | null | undefined;
13502
+ verifiedBy?: string | null | undefined;
13503
+ rejectionReason?: string | null | undefined;
13504
+ externalId?: string | null | undefined;
13505
+ metadata?: Record<string, unknown> | undefined;
13127
13506
  } | {
13128
13507
  clientId: string;
13129
13508
  category: import("@artu-ai/shared").DocumentCategory;
@@ -13497,6 +13876,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
13497
13876
  rejectionReason?: string | null | undefined;
13498
13877
  externalId?: string | null | undefined;
13499
13878
  metadata?: Record<string, unknown> | undefined;
13879
+ } | {
13880
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
13881
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
13882
+ clientId: string;
13883
+ category: import("@artu-ai/shared").DocumentCategory;
13884
+ status: import("@artu-ai/shared").DocumentStatus;
13885
+ fields?: {
13886
+ documentNumber: string;
13887
+ } | undefined;
13888
+ filename?: string | null | undefined;
13889
+ contentType?: string | null | undefined;
13890
+ size?: number | null | undefined;
13891
+ expiresAt?: string | null | undefined;
13892
+ verifiedAt?: string | null | undefined;
13893
+ verifiedBy?: string | null | undefined;
13894
+ rejectionReason?: string | null | undefined;
13895
+ externalId?: string | null | undefined;
13896
+ metadata?: Record<string, unknown> | undefined;
13500
13897
  } | {
13501
13898
  clientId: string;
13502
13899
  category: import("@artu-ai/shared").DocumentCategory;
@@ -13807,6 +14204,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
13807
14204
  rejectionReason?: string | null | undefined;
13808
14205
  externalId?: string | null | undefined;
13809
14206
  metadata?: Record<string, unknown> | undefined;
14207
+ } | {
14208
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
14209
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
14210
+ clientId: string;
14211
+ category: import("@artu-ai/shared").DocumentCategory;
14212
+ status: import("@artu-ai/shared").DocumentStatus;
14213
+ fields?: {
14214
+ documentNumber: string;
14215
+ } | undefined;
14216
+ filename?: string | null | undefined;
14217
+ contentType?: string | null | undefined;
14218
+ size?: number | null | undefined;
14219
+ expiresAt?: string | null | undefined;
14220
+ verifiedAt?: string | null | undefined;
14221
+ verifiedBy?: string | null | undefined;
14222
+ rejectionReason?: string | null | undefined;
14223
+ externalId?: string | null | undefined;
14224
+ metadata?: Record<string, unknown> | undefined;
13810
14225
  } | {
13811
14226
  clientId: string;
13812
14227
  category: import("@artu-ai/shared").DocumentCategory;
@@ -14074,6 +14489,18 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
14074
14489
  expiresAt?: string | undefined;
14075
14490
  externalId?: string | undefined;
14076
14491
  metadata?: Record<string, unknown> | undefined;
14492
+ } | {
14493
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
14494
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
14495
+ clientId: string;
14496
+ fields?: {
14497
+ documentNumber?: string | undefined;
14498
+ } | undefined;
14499
+ contentType?: "image/jpeg" | "image/png" | "image/webp" | "application/pdf" | undefined;
14500
+ category?: import("@artu-ai/shared").DocumentCategory | undefined;
14501
+ expiresAt?: string | undefined;
14502
+ externalId?: string | undefined;
14503
+ metadata?: Record<string, unknown> | undefined;
14077
14504
  })[];
14078
14505
  atomic?: boolean | undefined;
14079
14506
  };
@@ -14353,6 +14780,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
14353
14780
  rejectionReason?: string | null | undefined;
14354
14781
  externalId?: string | null | undefined;
14355
14782
  metadata?: Record<string, unknown> | undefined;
14783
+ } | {
14784
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
14785
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
14786
+ clientId: string;
14787
+ category: import("@artu-ai/shared").DocumentCategory;
14788
+ status: import("@artu-ai/shared").DocumentStatus;
14789
+ fields?: {
14790
+ documentNumber: string;
14791
+ } | undefined;
14792
+ filename?: string | null | undefined;
14793
+ contentType?: string | null | undefined;
14794
+ size?: number | null | undefined;
14795
+ expiresAt?: string | null | undefined;
14796
+ verifiedAt?: string | null | undefined;
14797
+ verifiedBy?: string | null | undefined;
14798
+ rejectionReason?: string | null | undefined;
14799
+ externalId?: string | null | undefined;
14800
+ metadata?: Record<string, unknown> | undefined;
14356
14801
  } | {
14357
14802
  clientId: string;
14358
14803
  category: import("@artu-ai/shared").DocumentCategory;
@@ -14652,6 +15097,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
14652
15097
  rejectionReason?: string | null | undefined;
14653
15098
  externalId?: string | null | undefined;
14654
15099
  metadata?: Record<string, unknown> | undefined;
15100
+ } | {
15101
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
15102
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
15103
+ clientId: string;
15104
+ category: import("@artu-ai/shared").DocumentCategory;
15105
+ status: import("@artu-ai/shared").DocumentStatus;
15106
+ fields?: {
15107
+ documentNumber: string;
15108
+ } | undefined;
15109
+ filename?: string | null | undefined;
15110
+ contentType?: string | null | undefined;
15111
+ size?: number | null | undefined;
15112
+ expiresAt?: string | null | undefined;
15113
+ verifiedAt?: string | null | undefined;
15114
+ verifiedBy?: string | null | undefined;
15115
+ rejectionReason?: string | null | undefined;
15116
+ externalId?: string | null | undefined;
15117
+ metadata?: Record<string, unknown> | undefined;
14655
15118
  } | {
14656
15119
  clientId: string;
14657
15120
  category: import("@artu-ai/shared").DocumentCategory;
@@ -14879,6 +15342,13 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
14879
15342
  expiresAt?: string | undefined;
14880
15343
  externalId?: string | undefined;
14881
15344
  metadata?: Record<string, unknown> | undefined;
15345
+ } | {
15346
+ fields?: {
15347
+ documentNumber?: string | undefined;
15348
+ } | undefined;
15349
+ expiresAt?: string | undefined;
15350
+ externalId?: string | undefined;
15351
+ metadata?: Record<string, unknown> | undefined;
14882
15352
  };
14883
15353
  }[];
14884
15354
  atomic?: boolean | undefined;
@@ -15159,6 +15629,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
15159
15629
  rejectionReason?: string | null | undefined;
15160
15630
  externalId?: string | null | undefined;
15161
15631
  metadata?: Record<string, unknown> | undefined;
15632
+ } | {
15633
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
15634
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
15635
+ clientId: string;
15636
+ category: import("@artu-ai/shared").DocumentCategory;
15637
+ status: import("@artu-ai/shared").DocumentStatus;
15638
+ fields?: {
15639
+ documentNumber: string;
15640
+ } | undefined;
15641
+ filename?: string | null | undefined;
15642
+ contentType?: string | null | undefined;
15643
+ size?: number | null | undefined;
15644
+ expiresAt?: string | null | undefined;
15645
+ verifiedAt?: string | null | undefined;
15646
+ verifiedBy?: string | null | undefined;
15647
+ rejectionReason?: string | null | undefined;
15648
+ externalId?: string | null | undefined;
15649
+ metadata?: Record<string, unknown> | undefined;
15162
15650
  } | {
15163
15651
  clientId: string;
15164
15652
  category: import("@artu-ai/shared").DocumentCategory;
@@ -15458,6 +15946,24 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
15458
15946
  rejectionReason?: string | null | undefined;
15459
15947
  externalId?: string | null | undefined;
15460
15948
  metadata?: Record<string, unknown> | undefined;
15949
+ } | {
15950
+ type: import("@artu-ai/shared").MexDocumentType.VotingCard;
15951
+ jurisdiction: import("@artu-ai/shared").Jurisdiction.Mexico;
15952
+ clientId: string;
15953
+ category: import("@artu-ai/shared").DocumentCategory;
15954
+ status: import("@artu-ai/shared").DocumentStatus;
15955
+ fields?: {
15956
+ documentNumber: string;
15957
+ } | undefined;
15958
+ filename?: string | null | undefined;
15959
+ contentType?: string | null | undefined;
15960
+ size?: number | null | undefined;
15961
+ expiresAt?: string | null | undefined;
15962
+ verifiedAt?: string | null | undefined;
15963
+ verifiedBy?: string | null | undefined;
15964
+ rejectionReason?: string | null | undefined;
15965
+ externalId?: string | null | undefined;
15966
+ metadata?: Record<string, unknown> | undefined;
15461
15967
  } | {
15462
15968
  clientId: string;
15463
15969
  category: import("@artu-ai/shared").DocumentCategory;