@nexeraid/identity-schemas 2.219.0-dev → 2.220.0-dev

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 (58) hide show
  1. package/dist/declarations/src/customer.schema.d.ts +5 -0
  2. package/dist/declarations/src/customer.schema.d.ts.map +1 -1
  3. package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
  4. package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
  5. package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
  6. package/dist/declarations/src/identity/scenario.schema.d.ts +34 -34
  7. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/providers/customers.schema.d.ts +24 -3
  9. package/dist/declarations/src/providers/customers.schema.d.ts.map +1 -1
  10. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +79 -3
  11. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
  13. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +76 -76
  14. package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +4 -4
  15. package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +75 -0
  16. package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
  17. package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +275 -0
  18. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +16 -0
  19. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
  20. package/dist/declarations/src/vault/vault.schema.d.ts +103 -0
  21. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
  22. package/dist/declarations/src/webhooks/alert.schema.d.ts +2 -2
  23. package/dist/declarations/src/webhooks/alert.schema.d.ts.map +1 -1
  24. package/dist/{identity-api.schema-d38efa2a.cjs.dev.cjs → identity-api.schema-4ec9fdca.cjs.dev.cjs} +5 -16
  25. package/dist/{identity-api.schema-e336805b.cjs.prod.cjs → identity-api.schema-57bbbe51.cjs.prod.cjs} +5 -16
  26. package/dist/{identity-api.schema-f7d96e63.esm.mjs → identity-api.schema-82b97da7.esm.mjs} +5 -16
  27. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
  28. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
  29. package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
  30. package/dist/{notabene.schema-c5527856.esm.mjs → notabene.schema-2cdf460c.esm.mjs} +35 -21
  31. package/dist/{notabene.schema-377df233.cjs.prod.cjs → notabene.schema-9c2c4151.cjs.prod.cjs} +36 -20
  32. package/dist/{notabene.schema-9d92b8f7.cjs.dev.cjs → notabene.schema-a574596c.cjs.dev.cjs} +36 -20
  33. package/dist/package.json +1 -1
  34. package/dist/{tfhe-utilities-8d11e34d.cjs.dev.cjs → tfhe-utilities-159b8167.cjs.dev.cjs} +2 -2
  35. package/dist/{tfhe-utilities-7737169b.cjs.prod.cjs → tfhe-utilities-79ebf91e.cjs.prod.cjs} +2 -2
  36. package/dist/{tfhe-utilities-071f5348.esm.mjs → tfhe-utilities-8dac8326.esm.mjs} +2 -2
  37. package/dist/{toArray-97f0e0e9.cjs.prod.cjs → toArray-79d56a87.cjs.prod.cjs} +1 -1
  38. package/dist/{toArray-e62b4fb4.esm.mjs → toArray-ce14afcd.esm.mjs} +1 -1
  39. package/dist/{toArray-a0017d51.cjs.dev.cjs → toArray-d3b505b6.cjs.dev.cjs} +1 -1
  40. package/dist/{vault.schema-11c98ace.cjs.prod.cjs → vault.schema-3e16092e.cjs.dev.cjs} +324 -6
  41. package/dist/{vault.schema-54409d8e.cjs.dev.cjs → vault.schema-9e61eba0.cjs.prod.cjs} +324 -6
  42. package/dist/{vault.schema-814e6950.esm.mjs → vault.schema-bfc68f42.esm.mjs} +324 -6
  43. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
  44. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
  45. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
  46. package/package.json +1 -1
  47. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +5 -3
  48. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -3
  49. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
  50. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
  51. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
  52. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
  53. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
  54. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
  55. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
  56. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +6 -9
  57. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +6 -9
  58. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +6 -9
@@ -1186,14 +1186,14 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1186
1186
  type?: string | null | undefined;
1187
1187
  email?: string | null | undefined;
1188
1188
  phone?: string | null | undefined;
1189
- addresses?: string[] | null | undefined;
1190
1189
  legalAddress?: string | null | undefined;
1191
1190
  incorporatedOn?: Date | null | undefined;
1192
1191
  controlScheme?: string | null | undefined;
1193
1192
  taxId?: string | null | undefined;
1194
1193
  registrationLocation?: string | null | undefined;
1195
- postalAddress?: string | null | undefined;
1196
1194
  website?: string | null | undefined;
1195
+ postalAddress?: string | null | undefined;
1196
+ addresses?: string[] | null | undefined;
1197
1197
  noUBOs?: boolean | null | undefined;
1198
1198
  beneficiaries?: {
1199
1199
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -1211,14 +1211,14 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1211
1211
  country?: unknown;
1212
1212
  email?: string | null | undefined;
1213
1213
  phone?: string | null | undefined;
1214
- addresses?: string[] | null | undefined;
1215
1214
  legalAddress?: string | null | undefined;
1216
1215
  incorporatedOn?: Date | null | undefined;
1217
1216
  controlScheme?: string | null | undefined;
1218
1217
  taxId?: string | null | undefined;
1219
1218
  registrationLocation?: string | null | undefined;
1220
- postalAddress?: string | null | undefined;
1221
1219
  website?: string | null | undefined;
1220
+ postalAddress?: string | null | undefined;
1221
+ addresses?: string[] | null | undefined;
1222
1222
  noUBOs?: boolean | null | undefined;
1223
1223
  beneficiaries?: {
1224
1224
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -1238,14 +1238,14 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1238
1238
  type?: string | null | undefined;
1239
1239
  email?: string | null | undefined;
1240
1240
  phone?: string | null | undefined;
1241
- addresses?: string[] | null | undefined;
1242
1241
  legalAddress?: string | null | undefined;
1243
1242
  incorporatedOn?: Date | null | undefined;
1244
1243
  controlScheme?: string | null | undefined;
1245
1244
  taxId?: string | null | undefined;
1246
1245
  registrationLocation?: string | null | undefined;
1247
- postalAddress?: string | null | undefined;
1248
1246
  website?: string | null | undefined;
1247
+ postalAddress?: string | null | undefined;
1248
+ addresses?: string[] | null | undefined;
1249
1249
  noUBOs?: boolean | null | undefined;
1250
1250
  beneficiaries?: {
1251
1251
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -1265,14 +1265,14 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1265
1265
  country?: unknown;
1266
1266
  email?: string | null | undefined;
1267
1267
  phone?: string | null | undefined;
1268
- addresses?: string[] | null | undefined;
1269
1268
  legalAddress?: string | null | undefined;
1270
1269
  incorporatedOn?: Date | null | undefined;
1271
1270
  controlScheme?: string | null | undefined;
1272
1271
  taxId?: string | null | undefined;
1273
1272
  registrationLocation?: string | null | undefined;
1274
- postalAddress?: string | null | undefined;
1275
1273
  website?: string | null | undefined;
1274
+ postalAddress?: string | null | undefined;
1275
+ addresses?: string[] | null | undefined;
1276
1276
  noUBOs?: boolean | null | undefined;
1277
1277
  beneficiaries?: {
1278
1278
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -1441,14 +1441,14 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1441
1441
  type?: string | null | undefined;
1442
1442
  email?: string | null | undefined;
1443
1443
  phone?: string | null | undefined;
1444
- addresses?: string[] | null | undefined;
1445
1444
  legalAddress?: string | null | undefined;
1446
1445
  incorporatedOn?: Date | null | undefined;
1447
1446
  controlScheme?: string | null | undefined;
1448
1447
  taxId?: string | null | undefined;
1449
1448
  registrationLocation?: string | null | undefined;
1450
- postalAddress?: string | null | undefined;
1451
1449
  website?: string | null | undefined;
1450
+ postalAddress?: string | null | undefined;
1451
+ addresses?: string[] | null | undefined;
1452
1452
  noUBOs?: boolean | null | undefined;
1453
1453
  beneficiaries?: {
1454
1454
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -1515,14 +1515,14 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1515
1515
  country?: unknown;
1516
1516
  email?: string | null | undefined;
1517
1517
  phone?: string | null | undefined;
1518
- addresses?: string[] | null | undefined;
1519
1518
  legalAddress?: string | null | undefined;
1520
1519
  incorporatedOn?: Date | null | undefined;
1521
1520
  controlScheme?: string | null | undefined;
1522
1521
  taxId?: string | null | undefined;
1523
1522
  registrationLocation?: string | null | undefined;
1524
- postalAddress?: string | null | undefined;
1525
1523
  website?: string | null | undefined;
1524
+ postalAddress?: string | null | undefined;
1525
+ addresses?: string[] | null | undefined;
1526
1526
  noUBOs?: boolean | null | undefined;
1527
1527
  beneficiaries?: {
1528
1528
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -3866,14 +3866,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3866
3866
  type?: string | null | undefined;
3867
3867
  email?: string | null | undefined;
3868
3868
  phone?: string | null | undefined;
3869
- addresses?: string[] | null | undefined;
3870
3869
  legalAddress?: string | null | undefined;
3871
3870
  incorporatedOn?: Date | null | undefined;
3872
3871
  controlScheme?: string | null | undefined;
3873
3872
  taxId?: string | null | undefined;
3874
3873
  registrationLocation?: string | null | undefined;
3875
- postalAddress?: string | null | undefined;
3876
3874
  website?: string | null | undefined;
3875
+ postalAddress?: string | null | undefined;
3876
+ addresses?: string[] | null | undefined;
3877
3877
  noUBOs?: boolean | null | undefined;
3878
3878
  beneficiaries?: {
3879
3879
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -3891,14 +3891,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3891
3891
  country?: unknown;
3892
3892
  email?: string | null | undefined;
3893
3893
  phone?: string | null | undefined;
3894
- addresses?: string[] | null | undefined;
3895
3894
  legalAddress?: string | null | undefined;
3896
3895
  incorporatedOn?: Date | null | undefined;
3897
3896
  controlScheme?: string | null | undefined;
3898
3897
  taxId?: string | null | undefined;
3899
3898
  registrationLocation?: string | null | undefined;
3900
- postalAddress?: string | null | undefined;
3901
3899
  website?: string | null | undefined;
3900
+ postalAddress?: string | null | undefined;
3901
+ addresses?: string[] | null | undefined;
3902
3902
  noUBOs?: boolean | null | undefined;
3903
3903
  beneficiaries?: {
3904
3904
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -3918,14 +3918,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3918
3918
  type?: string | null | undefined;
3919
3919
  email?: string | null | undefined;
3920
3920
  phone?: string | null | undefined;
3921
- addresses?: string[] | null | undefined;
3922
3921
  legalAddress?: string | null | undefined;
3923
3922
  incorporatedOn?: Date | null | undefined;
3924
3923
  controlScheme?: string | null | undefined;
3925
3924
  taxId?: string | null | undefined;
3926
3925
  registrationLocation?: string | null | undefined;
3927
- postalAddress?: string | null | undefined;
3928
3926
  website?: string | null | undefined;
3927
+ postalAddress?: string | null | undefined;
3928
+ addresses?: string[] | null | undefined;
3929
3929
  noUBOs?: boolean | null | undefined;
3930
3930
  beneficiaries?: {
3931
3931
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -3945,14 +3945,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3945
3945
  country?: unknown;
3946
3946
  email?: string | null | undefined;
3947
3947
  phone?: string | null | undefined;
3948
- addresses?: string[] | null | undefined;
3949
3948
  legalAddress?: string | null | undefined;
3950
3949
  incorporatedOn?: Date | null | undefined;
3951
3950
  controlScheme?: string | null | undefined;
3952
3951
  taxId?: string | null | undefined;
3953
3952
  registrationLocation?: string | null | undefined;
3954
- postalAddress?: string | null | undefined;
3955
3953
  website?: string | null | undefined;
3954
+ postalAddress?: string | null | undefined;
3955
+ addresses?: string[] | null | undefined;
3956
3956
  noUBOs?: boolean | null | undefined;
3957
3957
  beneficiaries?: {
3958
3958
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -4121,14 +4121,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4121
4121
  type?: string | null | undefined;
4122
4122
  email?: string | null | undefined;
4123
4123
  phone?: string | null | undefined;
4124
- addresses?: string[] | null | undefined;
4125
4124
  legalAddress?: string | null | undefined;
4126
4125
  incorporatedOn?: Date | null | undefined;
4127
4126
  controlScheme?: string | null | undefined;
4128
4127
  taxId?: string | null | undefined;
4129
4128
  registrationLocation?: string | null | undefined;
4130
- postalAddress?: string | null | undefined;
4131
4129
  website?: string | null | undefined;
4130
+ postalAddress?: string | null | undefined;
4131
+ addresses?: string[] | null | undefined;
4132
4132
  noUBOs?: boolean | null | undefined;
4133
4133
  beneficiaries?: {
4134
4134
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -4195,14 +4195,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4195
4195
  country?: unknown;
4196
4196
  email?: string | null | undefined;
4197
4197
  phone?: string | null | undefined;
4198
- addresses?: string[] | null | undefined;
4199
4198
  legalAddress?: string | null | undefined;
4200
4199
  incorporatedOn?: Date | null | undefined;
4201
4200
  controlScheme?: string | null | undefined;
4202
4201
  taxId?: string | null | undefined;
4203
4202
  registrationLocation?: string | null | undefined;
4204
- postalAddress?: string | null | undefined;
4205
4203
  website?: string | null | undefined;
4204
+ postalAddress?: string | null | undefined;
4205
+ addresses?: string[] | null | undefined;
4206
4206
  noUBOs?: boolean | null | undefined;
4207
4207
  beneficiaries?: {
4208
4208
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -4277,14 +4277,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4277
4277
  type?: string | null | undefined;
4278
4278
  email?: string | null | undefined;
4279
4279
  phone?: string | null | undefined;
4280
- addresses?: string[] | null | undefined;
4281
4280
  legalAddress?: string | null | undefined;
4282
4281
  incorporatedOn?: Date | null | undefined;
4283
4282
  controlScheme?: string | null | undefined;
4284
4283
  taxId?: string | null | undefined;
4285
4284
  registrationLocation?: string | null | undefined;
4286
- postalAddress?: string | null | undefined;
4287
4285
  website?: string | null | undefined;
4286
+ postalAddress?: string | null | undefined;
4287
+ addresses?: string[] | null | undefined;
4288
4288
  noUBOs?: boolean | null | undefined;
4289
4289
  beneficiaries?: {
4290
4290
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -4358,14 +4358,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4358
4358
  country?: unknown;
4359
4359
  email?: string | null | undefined;
4360
4360
  phone?: string | null | undefined;
4361
- addresses?: string[] | null | undefined;
4362
4361
  legalAddress?: string | null | undefined;
4363
4362
  incorporatedOn?: Date | null | undefined;
4364
4363
  controlScheme?: string | null | undefined;
4365
4364
  taxId?: string | null | undefined;
4366
4365
  registrationLocation?: string | null | undefined;
4367
- postalAddress?: string | null | undefined;
4368
4366
  website?: string | null | undefined;
4367
+ postalAddress?: string | null | undefined;
4368
+ addresses?: string[] | null | undefined;
4369
4369
  noUBOs?: boolean | null | undefined;
4370
4370
  beneficiaries?: {
4371
4371
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -5483,14 +5483,14 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5483
5483
  type?: string | null | undefined;
5484
5484
  email?: string | null | undefined;
5485
5485
  phone?: string | null | undefined;
5486
- addresses?: string[] | null | undefined;
5487
5486
  legalAddress?: string | null | undefined;
5488
5487
  incorporatedOn?: Date | null | undefined;
5489
5488
  controlScheme?: string | null | undefined;
5490
5489
  taxId?: string | null | undefined;
5491
5490
  registrationLocation?: string | null | undefined;
5492
- postalAddress?: string | null | undefined;
5493
5491
  website?: string | null | undefined;
5492
+ postalAddress?: string | null | undefined;
5493
+ addresses?: string[] | null | undefined;
5494
5494
  noUBOs?: boolean | null | undefined;
5495
5495
  beneficiaries?: {
5496
5496
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -5508,14 +5508,14 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5508
5508
  country?: unknown;
5509
5509
  email?: string | null | undefined;
5510
5510
  phone?: string | null | undefined;
5511
- addresses?: string[] | null | undefined;
5512
5511
  legalAddress?: string | null | undefined;
5513
5512
  incorporatedOn?: Date | null | undefined;
5514
5513
  controlScheme?: string | null | undefined;
5515
5514
  taxId?: string | null | undefined;
5516
5515
  registrationLocation?: string | null | undefined;
5517
- postalAddress?: string | null | undefined;
5518
5516
  website?: string | null | undefined;
5517
+ postalAddress?: string | null | undefined;
5518
+ addresses?: string[] | null | undefined;
5519
5519
  noUBOs?: boolean | null | undefined;
5520
5520
  beneficiaries?: {
5521
5521
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -5535,14 +5535,14 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5535
5535
  type?: string | null | undefined;
5536
5536
  email?: string | null | undefined;
5537
5537
  phone?: string | null | undefined;
5538
- addresses?: string[] | null | undefined;
5539
5538
  legalAddress?: string | null | undefined;
5540
5539
  incorporatedOn?: Date | null | undefined;
5541
5540
  controlScheme?: string | null | undefined;
5542
5541
  taxId?: string | null | undefined;
5543
5542
  registrationLocation?: string | null | undefined;
5544
- postalAddress?: string | null | undefined;
5545
5543
  website?: string | null | undefined;
5544
+ postalAddress?: string | null | undefined;
5545
+ addresses?: string[] | null | undefined;
5546
5546
  noUBOs?: boolean | null | undefined;
5547
5547
  beneficiaries?: {
5548
5548
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -5562,14 +5562,14 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5562
5562
  country?: unknown;
5563
5563
  email?: string | null | undefined;
5564
5564
  phone?: string | null | undefined;
5565
- addresses?: string[] | null | undefined;
5566
5565
  legalAddress?: string | null | undefined;
5567
5566
  incorporatedOn?: Date | null | undefined;
5568
5567
  controlScheme?: string | null | undefined;
5569
5568
  taxId?: string | null | undefined;
5570
5569
  registrationLocation?: string | null | undefined;
5571
- postalAddress?: string | null | undefined;
5572
5570
  website?: string | null | undefined;
5571
+ postalAddress?: string | null | undefined;
5572
+ addresses?: string[] | null | undefined;
5573
5573
  noUBOs?: boolean | null | undefined;
5574
5574
  beneficiaries?: {
5575
5575
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -5738,14 +5738,14 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5738
5738
  type?: string | null | undefined;
5739
5739
  email?: string | null | undefined;
5740
5740
  phone?: string | null | undefined;
5741
- addresses?: string[] | null | undefined;
5742
5741
  legalAddress?: string | null | undefined;
5743
5742
  incorporatedOn?: Date | null | undefined;
5744
5743
  controlScheme?: string | null | undefined;
5745
5744
  taxId?: string | null | undefined;
5746
5745
  registrationLocation?: string | null | undefined;
5747
- postalAddress?: string | null | undefined;
5748
5746
  website?: string | null | undefined;
5747
+ postalAddress?: string | null | undefined;
5748
+ addresses?: string[] | null | undefined;
5749
5749
  noUBOs?: boolean | null | undefined;
5750
5750
  beneficiaries?: {
5751
5751
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -5812,14 +5812,14 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5812
5812
  country?: unknown;
5813
5813
  email?: string | null | undefined;
5814
5814
  phone?: string | null | undefined;
5815
- addresses?: string[] | null | undefined;
5816
5815
  legalAddress?: string | null | undefined;
5817
5816
  incorporatedOn?: Date | null | undefined;
5818
5817
  controlScheme?: string | null | undefined;
5819
5818
  taxId?: string | null | undefined;
5820
5819
  registrationLocation?: string | null | undefined;
5821
- postalAddress?: string | null | undefined;
5822
5820
  website?: string | null | undefined;
5821
+ postalAddress?: string | null | undefined;
5822
+ addresses?: string[] | null | undefined;
5823
5823
  noUBOs?: boolean | null | undefined;
5824
5824
  beneficiaries?: {
5825
5825
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -6967,14 +6967,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6967
6967
  type?: string | null | undefined;
6968
6968
  email?: string | null | undefined;
6969
6969
  phone?: string | null | undefined;
6970
- addresses?: string[] | null | undefined;
6971
6970
  legalAddress?: string | null | undefined;
6972
6971
  incorporatedOn?: Date | null | undefined;
6973
6972
  controlScheme?: string | null | undefined;
6974
6973
  taxId?: string | null | undefined;
6975
6974
  registrationLocation?: string | null | undefined;
6976
- postalAddress?: string | null | undefined;
6977
6975
  website?: string | null | undefined;
6976
+ postalAddress?: string | null | undefined;
6977
+ addresses?: string[] | null | undefined;
6978
6978
  noUBOs?: boolean | null | undefined;
6979
6979
  beneficiaries?: {
6980
6980
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -6992,14 +6992,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6992
6992
  country?: unknown;
6993
6993
  email?: string | null | undefined;
6994
6994
  phone?: string | null | undefined;
6995
- addresses?: string[] | null | undefined;
6996
6995
  legalAddress?: string | null | undefined;
6997
6996
  incorporatedOn?: Date | null | undefined;
6998
6997
  controlScheme?: string | null | undefined;
6999
6998
  taxId?: string | null | undefined;
7000
6999
  registrationLocation?: string | null | undefined;
7001
- postalAddress?: string | null | undefined;
7002
7000
  website?: string | null | undefined;
7001
+ postalAddress?: string | null | undefined;
7002
+ addresses?: string[] | null | undefined;
7003
7003
  noUBOs?: boolean | null | undefined;
7004
7004
  beneficiaries?: {
7005
7005
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -7019,14 +7019,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7019
7019
  type?: string | null | undefined;
7020
7020
  email?: string | null | undefined;
7021
7021
  phone?: string | null | undefined;
7022
- addresses?: string[] | null | undefined;
7023
7022
  legalAddress?: string | null | undefined;
7024
7023
  incorporatedOn?: Date | null | undefined;
7025
7024
  controlScheme?: string | null | undefined;
7026
7025
  taxId?: string | null | undefined;
7027
7026
  registrationLocation?: string | null | undefined;
7028
- postalAddress?: string | null | undefined;
7029
7027
  website?: string | null | undefined;
7028
+ postalAddress?: string | null | undefined;
7029
+ addresses?: string[] | null | undefined;
7030
7030
  noUBOs?: boolean | null | undefined;
7031
7031
  beneficiaries?: {
7032
7032
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -7046,14 +7046,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7046
7046
  country?: unknown;
7047
7047
  email?: string | null | undefined;
7048
7048
  phone?: string | null | undefined;
7049
- addresses?: string[] | null | undefined;
7050
7049
  legalAddress?: string | null | undefined;
7051
7050
  incorporatedOn?: Date | null | undefined;
7052
7051
  controlScheme?: string | null | undefined;
7053
7052
  taxId?: string | null | undefined;
7054
7053
  registrationLocation?: string | null | undefined;
7055
- postalAddress?: string | null | undefined;
7056
7054
  website?: string | null | undefined;
7055
+ postalAddress?: string | null | undefined;
7056
+ addresses?: string[] | null | undefined;
7057
7057
  noUBOs?: boolean | null | undefined;
7058
7058
  beneficiaries?: {
7059
7059
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -7222,14 +7222,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7222
7222
  type?: string | null | undefined;
7223
7223
  email?: string | null | undefined;
7224
7224
  phone?: string | null | undefined;
7225
- addresses?: string[] | null | undefined;
7226
7225
  legalAddress?: string | null | undefined;
7227
7226
  incorporatedOn?: Date | null | undefined;
7228
7227
  controlScheme?: string | null | undefined;
7229
7228
  taxId?: string | null | undefined;
7230
7229
  registrationLocation?: string | null | undefined;
7231
- postalAddress?: string | null | undefined;
7232
7230
  website?: string | null | undefined;
7231
+ postalAddress?: string | null | undefined;
7232
+ addresses?: string[] | null | undefined;
7233
7233
  noUBOs?: boolean | null | undefined;
7234
7234
  beneficiaries?: {
7235
7235
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -7296,14 +7296,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7296
7296
  country?: unknown;
7297
7297
  email?: string | null | undefined;
7298
7298
  phone?: string | null | undefined;
7299
- addresses?: string[] | null | undefined;
7300
7299
  legalAddress?: string | null | undefined;
7301
7300
  incorporatedOn?: Date | null | undefined;
7302
7301
  controlScheme?: string | null | undefined;
7303
7302
  taxId?: string | null | undefined;
7304
7303
  registrationLocation?: string | null | undefined;
7305
- postalAddress?: string | null | undefined;
7306
7304
  website?: string | null | undefined;
7305
+ postalAddress?: string | null | undefined;
7306
+ addresses?: string[] | null | undefined;
7307
7307
  noUBOs?: boolean | null | undefined;
7308
7308
  beneficiaries?: {
7309
7309
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -7550,14 +7550,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7550
7550
  type?: string | null | undefined;
7551
7551
  email?: string | null | undefined;
7552
7552
  phone?: string | null | undefined;
7553
- addresses?: string[] | null | undefined;
7554
7553
  legalAddress?: string | null | undefined;
7555
7554
  incorporatedOn?: Date | null | undefined;
7556
7555
  controlScheme?: string | null | undefined;
7557
7556
  taxId?: string | null | undefined;
7558
7557
  registrationLocation?: string | null | undefined;
7559
- postalAddress?: string | null | undefined;
7560
7558
  website?: string | null | undefined;
7559
+ postalAddress?: string | null | undefined;
7560
+ addresses?: string[] | null | undefined;
7561
7561
  noUBOs?: boolean | null | undefined;
7562
7562
  beneficiaries?: {
7563
7563
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -7802,14 +7802,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7802
7802
  country?: unknown;
7803
7803
  email?: string | null | undefined;
7804
7804
  phone?: string | null | undefined;
7805
- addresses?: string[] | null | undefined;
7806
7805
  legalAddress?: string | null | undefined;
7807
7806
  incorporatedOn?: Date | null | undefined;
7808
7807
  controlScheme?: string | null | undefined;
7809
7808
  taxId?: string | null | undefined;
7810
7809
  registrationLocation?: string | null | undefined;
7811
- postalAddress?: string | null | undefined;
7812
7810
  website?: string | null | undefined;
7811
+ postalAddress?: string | null | undefined;
7812
+ addresses?: string[] | null | undefined;
7813
7813
  noUBOs?: boolean | null | undefined;
7814
7814
  beneficiaries?: {
7815
7815
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -8933,14 +8933,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8933
8933
  type?: string | null | undefined;
8934
8934
  email?: string | null | undefined;
8935
8935
  phone?: string | null | undefined;
8936
- addresses?: string[] | null | undefined;
8937
8936
  legalAddress?: string | null | undefined;
8938
8937
  incorporatedOn?: Date | null | undefined;
8939
8938
  controlScheme?: string | null | undefined;
8940
8939
  taxId?: string | null | undefined;
8941
8940
  registrationLocation?: string | null | undefined;
8942
- postalAddress?: string | null | undefined;
8943
8941
  website?: string | null | undefined;
8942
+ postalAddress?: string | null | undefined;
8943
+ addresses?: string[] | null | undefined;
8944
8944
  noUBOs?: boolean | null | undefined;
8945
8945
  beneficiaries?: {
8946
8946
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -8958,14 +8958,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8958
8958
  country?: unknown;
8959
8959
  email?: string | null | undefined;
8960
8960
  phone?: string | null | undefined;
8961
- addresses?: string[] | null | undefined;
8962
8961
  legalAddress?: string | null | undefined;
8963
8962
  incorporatedOn?: Date | null | undefined;
8964
8963
  controlScheme?: string | null | undefined;
8965
8964
  taxId?: string | null | undefined;
8966
8965
  registrationLocation?: string | null | undefined;
8967
- postalAddress?: string | null | undefined;
8968
8966
  website?: string | null | undefined;
8967
+ postalAddress?: string | null | undefined;
8968
+ addresses?: string[] | null | undefined;
8969
8969
  noUBOs?: boolean | null | undefined;
8970
8970
  beneficiaries?: {
8971
8971
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -8985,14 +8985,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8985
8985
  type?: string | null | undefined;
8986
8986
  email?: string | null | undefined;
8987
8987
  phone?: string | null | undefined;
8988
- addresses?: string[] | null | undefined;
8989
8988
  legalAddress?: string | null | undefined;
8990
8989
  incorporatedOn?: Date | null | undefined;
8991
8990
  controlScheme?: string | null | undefined;
8992
8991
  taxId?: string | null | undefined;
8993
8992
  registrationLocation?: string | null | undefined;
8994
- postalAddress?: string | null | undefined;
8995
8993
  website?: string | null | undefined;
8994
+ postalAddress?: string | null | undefined;
8995
+ addresses?: string[] | null | undefined;
8996
8996
  noUBOs?: boolean | null | undefined;
8997
8997
  beneficiaries?: {
8998
8998
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -9012,14 +9012,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9012
9012
  country?: unknown;
9013
9013
  email?: string | null | undefined;
9014
9014
  phone?: string | null | undefined;
9015
- addresses?: string[] | null | undefined;
9016
9015
  legalAddress?: string | null | undefined;
9017
9016
  incorporatedOn?: Date | null | undefined;
9018
9017
  controlScheme?: string | null | undefined;
9019
9018
  taxId?: string | null | undefined;
9020
9019
  registrationLocation?: string | null | undefined;
9021
- postalAddress?: string | null | undefined;
9022
9020
  website?: string | null | undefined;
9021
+ postalAddress?: string | null | undefined;
9022
+ addresses?: string[] | null | undefined;
9023
9023
  noUBOs?: boolean | null | undefined;
9024
9024
  beneficiaries?: {
9025
9025
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -9188,14 +9188,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9188
9188
  type?: string | null | undefined;
9189
9189
  email?: string | null | undefined;
9190
9190
  phone?: string | null | undefined;
9191
- addresses?: string[] | null | undefined;
9192
9191
  legalAddress?: string | null | undefined;
9193
9192
  incorporatedOn?: Date | null | undefined;
9194
9193
  controlScheme?: string | null | undefined;
9195
9194
  taxId?: string | null | undefined;
9196
9195
  registrationLocation?: string | null | undefined;
9197
- postalAddress?: string | null | undefined;
9198
9196
  website?: string | null | undefined;
9197
+ postalAddress?: string | null | undefined;
9198
+ addresses?: string[] | null | undefined;
9199
9199
  noUBOs?: boolean | null | undefined;
9200
9200
  beneficiaries?: {
9201
9201
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -9262,14 +9262,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9262
9262
  country?: unknown;
9263
9263
  email?: string | null | undefined;
9264
9264
  phone?: string | null | undefined;
9265
- addresses?: string[] | null | undefined;
9266
9265
  legalAddress?: string | null | undefined;
9267
9266
  incorporatedOn?: Date | null | undefined;
9268
9267
  controlScheme?: string | null | undefined;
9269
9268
  taxId?: string | null | undefined;
9270
9269
  registrationLocation?: string | null | undefined;
9271
- postalAddress?: string | null | undefined;
9272
9270
  website?: string | null | undefined;
9271
+ postalAddress?: string | null | undefined;
9272
+ addresses?: string[] | null | undefined;
9273
9273
  noUBOs?: boolean | null | undefined;
9274
9274
  beneficiaries?: {
9275
9275
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -9516,14 +9516,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9516
9516
  type?: string | null | undefined;
9517
9517
  email?: string | null | undefined;
9518
9518
  phone?: string | null | undefined;
9519
- addresses?: string[] | null | undefined;
9520
9519
  legalAddress?: string | null | undefined;
9521
9520
  incorporatedOn?: Date | null | undefined;
9522
9521
  controlScheme?: string | null | undefined;
9523
9522
  taxId?: string | null | undefined;
9524
9523
  registrationLocation?: string | null | undefined;
9525
- postalAddress?: string | null | undefined;
9526
9524
  website?: string | null | undefined;
9525
+ postalAddress?: string | null | undefined;
9526
+ addresses?: string[] | null | undefined;
9527
9527
  noUBOs?: boolean | null | undefined;
9528
9528
  beneficiaries?: {
9529
9529
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -9768,14 +9768,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9768
9768
  country?: unknown;
9769
9769
  email?: string | null | undefined;
9770
9770
  phone?: string | null | undefined;
9771
- addresses?: string[] | null | undefined;
9772
9771
  legalAddress?: string | null | undefined;
9773
9772
  incorporatedOn?: Date | null | undefined;
9774
9773
  controlScheme?: string | null | undefined;
9775
9774
  taxId?: string | null | undefined;
9776
9775
  registrationLocation?: string | null | undefined;
9777
- postalAddress?: string | null | undefined;
9778
9776
  website?: string | null | undefined;
9777
+ postalAddress?: string | null | undefined;
9778
+ addresses?: string[] | null | undefined;
9779
9779
  noUBOs?: boolean | null | undefined;
9780
9780
  beneficiaries?: {
9781
9781
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -10022,14 +10022,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
10022
10022
  type?: string | null | undefined;
10023
10023
  email?: string | null | undefined;
10024
10024
  phone?: string | null | undefined;
10025
- addresses?: string[] | null | undefined;
10026
10025
  legalAddress?: string | null | undefined;
10027
10026
  incorporatedOn?: Date | null | undefined;
10028
10027
  controlScheme?: string | null | undefined;
10029
10028
  taxId?: string | null | undefined;
10030
10029
  registrationLocation?: string | null | undefined;
10031
- postalAddress?: string | null | undefined;
10032
10030
  website?: string | null | undefined;
10031
+ postalAddress?: string | null | undefined;
10032
+ addresses?: string[] | null | undefined;
10033
10033
  noUBOs?: boolean | null | undefined;
10034
10034
  beneficiaries?: {
10035
10035
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
@@ -10276,14 +10276,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
10276
10276
  country?: unknown;
10277
10277
  email?: string | null | undefined;
10278
10278
  phone?: string | null | undefined;
10279
- addresses?: string[] | null | undefined;
10280
10279
  legalAddress?: string | null | undefined;
10281
10280
  incorporatedOn?: Date | null | undefined;
10282
10281
  controlScheme?: string | null | undefined;
10283
10282
  taxId?: string | null | undefined;
10284
10283
  registrationLocation?: string | null | undefined;
10285
- postalAddress?: string | null | undefined;
10286
10284
  website?: string | null | undefined;
10285
+ postalAddress?: string | null | undefined;
10286
+ addresses?: string[] | null | undefined;
10287
10287
  noUBOs?: boolean | null | undefined;
10288
10288
  beneficiaries?: {
10289
10289
  type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;