@nexeraid/identity-schemas 2.139.0-dev → 2.140.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.
@@ -1127,7 +1127,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1127
1127
  idDocType: string;
1128
1128
  }[] | null | undefined;
1129
1129
  }>>>;
1130
- fixedInfo: z.ZodObject<{
1130
+ fixedInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1131
1131
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1132
1132
  companyName: z.ZodString;
1133
1133
  registrationNumber: z.ZodString;
@@ -1274,7 +1274,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1274
1274
  shareSize?: number | null | undefined;
1275
1275
  }[] | null | undefined;
1276
1276
  } | null | undefined;
1277
- }>;
1277
+ }>>>;
1278
1278
  applicantPlatform: z.ZodString;
1279
1279
  ipCountry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1280
1280
  agreement: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1390,34 +1390,6 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1390
1390
  createdAt: string;
1391
1391
  inspectionId: string;
1392
1392
  externalUserId: string;
1393
- fixedInfo: {
1394
- companyInfo?: {
1395
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
1396
- companyName: string;
1397
- registrationNumber: string;
1398
- type?: string | null | undefined;
1399
- email?: string | null | undefined;
1400
- phone?: string | null | undefined;
1401
- addresses?: string[] | null | undefined;
1402
- legalAddress?: string | null | undefined;
1403
- incorporatedOn?: Date | null | undefined;
1404
- controlScheme?: string | null | undefined;
1405
- taxId?: string | null | undefined;
1406
- registrationLocation?: string | null | undefined;
1407
- postalAddress?: string | null | undefined;
1408
- website?: string | null | undefined;
1409
- noUBOs?: boolean | null | undefined;
1410
- beneficiaries?: {
1411
- applicantId: string;
1412
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
1413
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
1414
- inRegistry?: boolean | null | undefined;
1415
- positions?: string[] | null | undefined;
1416
- imageIds?: string[] | null | undefined;
1417
- shareSize?: number | null | undefined;
1418
- }[] | null | undefined;
1419
- } | null | undefined;
1420
- };
1421
1393
  applicantPlatform: string;
1422
1394
  review: {
1423
1395
  levelName: string;
@@ -1451,25 +1423,12 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1451
1423
  }[] | null | undefined;
1452
1424
  } | null | undefined;
1453
1425
  lang?: string | null | undefined;
1454
- agreement?: {
1455
- createdAt?: string | undefined;
1456
- source?: string | undefined;
1457
- targets?: string[] | undefined;
1458
- privacyNoticeUrl?: string | undefined;
1459
- acceptedAt?: string | undefined;
1460
- } | null | undefined;
1461
- }, {
1462
- id: string;
1463
- type: "individual" | "company";
1464
- createdAt: string;
1465
- inspectionId: string;
1466
- externalUserId: string;
1467
- fixedInfo: {
1426
+ fixedInfo?: {
1468
1427
  companyInfo?: {
1428
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
1469
1429
  companyName: string;
1470
1430
  registrationNumber: string;
1471
1431
  type?: string | null | undefined;
1472
- country?: unknown;
1473
1432
  email?: string | null | undefined;
1474
1433
  phone?: string | null | undefined;
1475
1434
  addresses?: string[] | null | undefined;
@@ -1491,7 +1450,20 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1491
1450
  shareSize?: number | null | undefined;
1492
1451
  }[] | null | undefined;
1493
1452
  } | null | undefined;
1494
- };
1453
+ } | null | undefined;
1454
+ agreement?: {
1455
+ createdAt?: string | undefined;
1456
+ source?: string | undefined;
1457
+ targets?: string[] | undefined;
1458
+ privacyNoticeUrl?: string | undefined;
1459
+ acceptedAt?: string | undefined;
1460
+ } | null | undefined;
1461
+ }, {
1462
+ id: string;
1463
+ type: "individual" | "company";
1464
+ createdAt: string;
1465
+ inspectionId: string;
1466
+ externalUserId: string;
1495
1467
  applicantPlatform: string;
1496
1468
  review: {
1497
1469
  levelName: string;
@@ -1525,6 +1497,34 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1525
1497
  }[] | null | undefined;
1526
1498
  } | null | undefined;
1527
1499
  lang?: string | null | undefined;
1500
+ fixedInfo?: {
1501
+ companyInfo?: {
1502
+ companyName: string;
1503
+ registrationNumber: string;
1504
+ type?: string | null | undefined;
1505
+ country?: unknown;
1506
+ email?: string | null | undefined;
1507
+ phone?: string | null | undefined;
1508
+ addresses?: string[] | null | undefined;
1509
+ legalAddress?: string | null | undefined;
1510
+ incorporatedOn?: Date | null | undefined;
1511
+ controlScheme?: string | null | undefined;
1512
+ taxId?: string | null | undefined;
1513
+ registrationLocation?: string | null | undefined;
1514
+ postalAddress?: string | null | undefined;
1515
+ website?: string | null | undefined;
1516
+ noUBOs?: boolean | null | undefined;
1517
+ beneficiaries?: {
1518
+ applicantId: string;
1519
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
1520
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
1521
+ inRegistry?: boolean | null | undefined;
1522
+ positions?: string[] | null | undefined;
1523
+ imageIds?: string[] | null | undefined;
1524
+ shareSize?: number | null | undefined;
1525
+ }[] | null | undefined;
1526
+ } | null | undefined;
1527
+ } | null | undefined;
1528
1528
  agreement?: {
1529
1529
  createdAt?: string | undefined;
1530
1530
  source?: string | undefined;
@@ -3785,7 +3785,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3785
3785
  idDocType: string;
3786
3786
  }[] | null | undefined;
3787
3787
  }>>>;
3788
- fixedInfo: z.ZodObject<{
3788
+ fixedInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3789
3789
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3790
3790
  companyName: z.ZodString;
3791
3791
  registrationNumber: z.ZodString;
@@ -3932,7 +3932,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3932
3932
  shareSize?: number | null | undefined;
3933
3933
  }[] | null | undefined;
3934
3934
  } | null | undefined;
3935
- }>;
3935
+ }>>>;
3936
3936
  applicantPlatform: z.ZodString;
3937
3937
  ipCountry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3938
3938
  agreement: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -4048,34 +4048,6 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4048
4048
  createdAt: string;
4049
4049
  inspectionId: string;
4050
4050
  externalUserId: string;
4051
- fixedInfo: {
4052
- companyInfo?: {
4053
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
4054
- companyName: string;
4055
- registrationNumber: string;
4056
- type?: string | null | undefined;
4057
- email?: string | null | undefined;
4058
- phone?: string | null | undefined;
4059
- addresses?: string[] | null | undefined;
4060
- legalAddress?: string | null | undefined;
4061
- incorporatedOn?: Date | null | undefined;
4062
- controlScheme?: string | null | undefined;
4063
- taxId?: string | null | undefined;
4064
- registrationLocation?: string | null | undefined;
4065
- postalAddress?: string | null | undefined;
4066
- website?: string | null | undefined;
4067
- noUBOs?: boolean | null | undefined;
4068
- beneficiaries?: {
4069
- applicantId: string;
4070
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
4071
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
4072
- inRegistry?: boolean | null | undefined;
4073
- positions?: string[] | null | undefined;
4074
- imageIds?: string[] | null | undefined;
4075
- shareSize?: number | null | undefined;
4076
- }[] | null | undefined;
4077
- } | null | undefined;
4078
- };
4079
4051
  applicantPlatform: string;
4080
4052
  review: {
4081
4053
  levelName: string;
@@ -4109,25 +4081,12 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4109
4081
  }[] | null | undefined;
4110
4082
  } | null | undefined;
4111
4083
  lang?: string | null | undefined;
4112
- agreement?: {
4113
- createdAt?: string | undefined;
4114
- source?: string | undefined;
4115
- targets?: string[] | undefined;
4116
- privacyNoticeUrl?: string | undefined;
4117
- acceptedAt?: string | undefined;
4118
- } | null | undefined;
4119
- }, {
4120
- id: string;
4121
- type: "individual" | "company";
4122
- createdAt: string;
4123
- inspectionId: string;
4124
- externalUserId: string;
4125
- fixedInfo: {
4084
+ fixedInfo?: {
4126
4085
  companyInfo?: {
4086
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
4127
4087
  companyName: string;
4128
4088
  registrationNumber: string;
4129
4089
  type?: string | null | undefined;
4130
- country?: unknown;
4131
4090
  email?: string | null | undefined;
4132
4091
  phone?: string | null | undefined;
4133
4092
  addresses?: string[] | null | undefined;
@@ -4149,7 +4108,20 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4149
4108
  shareSize?: number | null | undefined;
4150
4109
  }[] | null | undefined;
4151
4110
  } | null | undefined;
4152
- };
4111
+ } | null | undefined;
4112
+ agreement?: {
4113
+ createdAt?: string | undefined;
4114
+ source?: string | undefined;
4115
+ targets?: string[] | undefined;
4116
+ privacyNoticeUrl?: string | undefined;
4117
+ acceptedAt?: string | undefined;
4118
+ } | null | undefined;
4119
+ }, {
4120
+ id: string;
4121
+ type: "individual" | "company";
4122
+ createdAt: string;
4123
+ inspectionId: string;
4124
+ externalUserId: string;
4153
4125
  applicantPlatform: string;
4154
4126
  review: {
4155
4127
  levelName: string;
@@ -4183,33 +4155,12 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4183
4155
  }[] | null | undefined;
4184
4156
  } | null | undefined;
4185
4157
  lang?: string | null | undefined;
4186
- agreement?: {
4187
- createdAt?: string | undefined;
4188
- source?: string | undefined;
4189
- targets?: string[] | undefined;
4190
- privacyNoticeUrl?: string | undefined;
4191
- acceptedAt?: string | undefined;
4192
- } | null | undefined;
4193
- }>;
4194
- createdAt: z.ZodDate;
4195
- updatedAt: z.ZodDate;
4196
- }, "strip", z.ZodTypeAny, {
4197
- id: string;
4198
- createdAt: Date;
4199
- updatedAt: Date;
4200
- sumsubApplicantId: string;
4201
- applicantData: {
4202
- id: string;
4203
- type: "individual" | "company";
4204
- createdAt: string;
4205
- inspectionId: string;
4206
- externalUserId: string;
4207
- fixedInfo: {
4158
+ fixedInfo?: {
4208
4159
  companyInfo?: {
4209
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
4210
4160
  companyName: string;
4211
4161
  registrationNumber: string;
4212
4162
  type?: string | null | undefined;
4163
+ country?: unknown;
4213
4164
  email?: string | null | undefined;
4214
4165
  phone?: string | null | undefined;
4215
4166
  addresses?: string[] | null | undefined;
@@ -4231,7 +4182,28 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4231
4182
  shareSize?: number | null | undefined;
4232
4183
  }[] | null | undefined;
4233
4184
  } | null | undefined;
4234
- };
4185
+ } | null | undefined;
4186
+ agreement?: {
4187
+ createdAt?: string | undefined;
4188
+ source?: string | undefined;
4189
+ targets?: string[] | undefined;
4190
+ privacyNoticeUrl?: string | undefined;
4191
+ acceptedAt?: string | undefined;
4192
+ } | null | undefined;
4193
+ }>;
4194
+ createdAt: z.ZodDate;
4195
+ updatedAt: z.ZodDate;
4196
+ }, "strip", z.ZodTypeAny, {
4197
+ id: string;
4198
+ createdAt: Date;
4199
+ updatedAt: Date;
4200
+ sumsubApplicantId: string;
4201
+ applicantData: {
4202
+ id: string;
4203
+ type: "individual" | "company";
4204
+ createdAt: string;
4205
+ inspectionId: string;
4206
+ externalUserId: string;
4235
4207
  applicantPlatform: string;
4236
4208
  review: {
4237
4209
  levelName: string;
@@ -4265,32 +4237,12 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4265
4237
  }[] | null | undefined;
4266
4238
  } | null | undefined;
4267
4239
  lang?: string | null | undefined;
4268
- agreement?: {
4269
- createdAt?: string | undefined;
4270
- source?: string | undefined;
4271
- targets?: string[] | undefined;
4272
- privacyNoticeUrl?: string | undefined;
4273
- acceptedAt?: string | undefined;
4274
- } | null | undefined;
4275
- };
4276
- kybSessionId: string;
4277
- }, {
4278
- id: string;
4279
- createdAt: Date;
4280
- updatedAt: Date;
4281
- sumsubApplicantId: string;
4282
- applicantData: {
4283
- id: string;
4284
- type: "individual" | "company";
4285
- createdAt: string;
4286
- inspectionId: string;
4287
- externalUserId: string;
4288
- fixedInfo: {
4240
+ fixedInfo?: {
4289
4241
  companyInfo?: {
4242
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
4290
4243
  companyName: string;
4291
4244
  registrationNumber: string;
4292
4245
  type?: string | null | undefined;
4293
- country?: unknown;
4294
4246
  email?: string | null | undefined;
4295
4247
  phone?: string | null | undefined;
4296
4248
  addresses?: string[] | null | undefined;
@@ -4312,7 +4264,27 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4312
4264
  shareSize?: number | null | undefined;
4313
4265
  }[] | null | undefined;
4314
4266
  } | null | undefined;
4315
- };
4267
+ } | null | undefined;
4268
+ agreement?: {
4269
+ createdAt?: string | undefined;
4270
+ source?: string | undefined;
4271
+ targets?: string[] | undefined;
4272
+ privacyNoticeUrl?: string | undefined;
4273
+ acceptedAt?: string | undefined;
4274
+ } | null | undefined;
4275
+ };
4276
+ kybSessionId: string;
4277
+ }, {
4278
+ id: string;
4279
+ createdAt: Date;
4280
+ updatedAt: Date;
4281
+ sumsubApplicantId: string;
4282
+ applicantData: {
4283
+ id: string;
4284
+ type: "individual" | "company";
4285
+ createdAt: string;
4286
+ inspectionId: string;
4287
+ externalUserId: string;
4316
4288
  applicantPlatform: string;
4317
4289
  review: {
4318
4290
  levelName: string;
@@ -4346,20 +4318,48 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4346
4318
  }[] | null | undefined;
4347
4319
  } | null | undefined;
4348
4320
  lang?: string | null | undefined;
4349
- agreement?: {
4350
- createdAt?: string | undefined;
4351
- source?: string | undefined;
4352
- targets?: string[] | undefined;
4353
- privacyNoticeUrl?: string | undefined;
4354
- acceptedAt?: string | undefined;
4355
- } | null | undefined;
4356
- };
4357
- kybSessionId: string;
4358
- }>;
4359
- export type SumsubKybDataSchema = z.infer<typeof SumsubKybDataSchema>;
4360
- export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
4361
- id: z.ZodString;
4362
- createdAt: z.ZodString;
4321
+ fixedInfo?: {
4322
+ companyInfo?: {
4323
+ companyName: string;
4324
+ registrationNumber: string;
4325
+ type?: string | null | undefined;
4326
+ country?: unknown;
4327
+ email?: string | null | undefined;
4328
+ phone?: string | null | undefined;
4329
+ addresses?: string[] | null | undefined;
4330
+ legalAddress?: string | null | undefined;
4331
+ incorporatedOn?: Date | null | undefined;
4332
+ controlScheme?: string | null | undefined;
4333
+ taxId?: string | null | undefined;
4334
+ registrationLocation?: string | null | undefined;
4335
+ postalAddress?: string | null | undefined;
4336
+ website?: string | null | undefined;
4337
+ noUBOs?: boolean | null | undefined;
4338
+ beneficiaries?: {
4339
+ applicantId: string;
4340
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
4341
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
4342
+ inRegistry?: boolean | null | undefined;
4343
+ positions?: string[] | null | undefined;
4344
+ imageIds?: string[] | null | undefined;
4345
+ shareSize?: number | null | undefined;
4346
+ }[] | null | undefined;
4347
+ } | null | undefined;
4348
+ } | null | undefined;
4349
+ agreement?: {
4350
+ createdAt?: string | undefined;
4351
+ source?: string | undefined;
4352
+ targets?: string[] | undefined;
4353
+ privacyNoticeUrl?: string | undefined;
4354
+ acceptedAt?: string | undefined;
4355
+ } | null | undefined;
4356
+ };
4357
+ kybSessionId: string;
4358
+ }>;
4359
+ export type SumsubKybDataSchema = z.infer<typeof SumsubKybDataSchema>;
4360
+ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
4361
+ id: z.ZodString;
4362
+ createdAt: z.ZodString;
4363
4363
  sourceKey: z.ZodOptional<z.ZodString>;
4364
4364
  email: z.ZodOptional<z.ZodString>;
4365
4365
  phone: z.ZodOptional<z.ZodString>;
@@ -5397,7 +5397,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5397
5397
  idDocType: string;
5398
5398
  }[] | null | undefined;
5399
5399
  }>>>;
5400
- fixedInfo: z.ZodObject<{
5400
+ fixedInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5401
5401
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5402
5402
  companyName: z.ZodString;
5403
5403
  registrationNumber: z.ZodString;
@@ -5544,7 +5544,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5544
5544
  shareSize?: number | null | undefined;
5545
5545
  }[] | null | undefined;
5546
5546
  } | null | undefined;
5547
- }>;
5547
+ }>>>;
5548
5548
  applicantPlatform: z.ZodString;
5549
5549
  ipCountry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5550
5550
  agreement: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -5660,34 +5660,6 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5660
5660
  createdAt: string;
5661
5661
  inspectionId: string;
5662
5662
  externalUserId: string;
5663
- fixedInfo: {
5664
- companyInfo?: {
5665
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
5666
- companyName: string;
5667
- registrationNumber: string;
5668
- type?: string | null | undefined;
5669
- email?: string | null | undefined;
5670
- phone?: string | null | undefined;
5671
- addresses?: string[] | null | undefined;
5672
- legalAddress?: string | null | undefined;
5673
- incorporatedOn?: Date | null | undefined;
5674
- controlScheme?: string | null | undefined;
5675
- taxId?: string | null | undefined;
5676
- registrationLocation?: string | null | undefined;
5677
- postalAddress?: string | null | undefined;
5678
- website?: string | null | undefined;
5679
- noUBOs?: boolean | null | undefined;
5680
- beneficiaries?: {
5681
- applicantId: string;
5682
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
5683
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
5684
- inRegistry?: boolean | null | undefined;
5685
- positions?: string[] | null | undefined;
5686
- imageIds?: string[] | null | undefined;
5687
- shareSize?: number | null | undefined;
5688
- }[] | null | undefined;
5689
- } | null | undefined;
5690
- };
5691
5663
  applicantPlatform: string;
5692
5664
  review: {
5693
5665
  levelName: string;
@@ -5721,25 +5693,12 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5721
5693
  }[] | null | undefined;
5722
5694
  } | null | undefined;
5723
5695
  lang?: string | null | undefined;
5724
- agreement?: {
5725
- createdAt?: string | undefined;
5726
- source?: string | undefined;
5727
- targets?: string[] | undefined;
5728
- privacyNoticeUrl?: string | undefined;
5729
- acceptedAt?: string | undefined;
5730
- } | null | undefined;
5731
- }, {
5732
- id: string;
5733
- type: "individual" | "company";
5734
- createdAt: string;
5735
- inspectionId: string;
5736
- externalUserId: string;
5737
- fixedInfo: {
5696
+ fixedInfo?: {
5738
5697
  companyInfo?: {
5698
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
5739
5699
  companyName: string;
5740
5700
  registrationNumber: string;
5741
5701
  type?: string | null | undefined;
5742
- country?: unknown;
5743
5702
  email?: string | null | undefined;
5744
5703
  phone?: string | null | undefined;
5745
5704
  addresses?: string[] | null | undefined;
@@ -5761,7 +5720,20 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5761
5720
  shareSize?: number | null | undefined;
5762
5721
  }[] | null | undefined;
5763
5722
  } | null | undefined;
5764
- };
5723
+ } | null | undefined;
5724
+ agreement?: {
5725
+ createdAt?: string | undefined;
5726
+ source?: string | undefined;
5727
+ targets?: string[] | undefined;
5728
+ privacyNoticeUrl?: string | undefined;
5729
+ acceptedAt?: string | undefined;
5730
+ } | null | undefined;
5731
+ }, {
5732
+ id: string;
5733
+ type: "individual" | "company";
5734
+ createdAt: string;
5735
+ inspectionId: string;
5736
+ externalUserId: string;
5765
5737
  applicantPlatform: string;
5766
5738
  review: {
5767
5739
  levelName: string;
@@ -5795,6 +5767,34 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5795
5767
  }[] | null | undefined;
5796
5768
  } | null | undefined;
5797
5769
  lang?: string | null | undefined;
5770
+ fixedInfo?: {
5771
+ companyInfo?: {
5772
+ companyName: string;
5773
+ registrationNumber: string;
5774
+ type?: string | null | undefined;
5775
+ country?: unknown;
5776
+ email?: string | null | undefined;
5777
+ phone?: string | null | undefined;
5778
+ addresses?: string[] | null | undefined;
5779
+ legalAddress?: string | null | undefined;
5780
+ incorporatedOn?: Date | null | undefined;
5781
+ controlScheme?: string | null | undefined;
5782
+ taxId?: string | null | undefined;
5783
+ registrationLocation?: string | null | undefined;
5784
+ postalAddress?: string | null | undefined;
5785
+ website?: string | null | undefined;
5786
+ noUBOs?: boolean | null | undefined;
5787
+ beneficiaries?: {
5788
+ applicantId: string;
5789
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
5790
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
5791
+ inRegistry?: boolean | null | undefined;
5792
+ positions?: string[] | null | undefined;
5793
+ imageIds?: string[] | null | undefined;
5794
+ shareSize?: number | null | undefined;
5795
+ }[] | null | undefined;
5796
+ } | null | undefined;
5797
+ } | null | undefined;
5798
5798
  agreement?: {
5799
5799
  createdAt?: string | undefined;
5800
5800
  source?: string | undefined;
@@ -6876,7 +6876,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6876
6876
  idDocType: string;
6877
6877
  }[] | null | undefined;
6878
6878
  }>>>;
6879
- fixedInfo: z.ZodObject<{
6879
+ fixedInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6880
6880
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6881
6881
  companyName: z.ZodString;
6882
6882
  registrationNumber: z.ZodString;
@@ -7023,7 +7023,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7023
7023
  shareSize?: number | null | undefined;
7024
7024
  }[] | null | undefined;
7025
7025
  } | null | undefined;
7026
- }>;
7026
+ }>>>;
7027
7027
  applicantPlatform: z.ZodString;
7028
7028
  ipCountry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7029
7029
  agreement: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -7139,34 +7139,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7139
7139
  createdAt: string;
7140
7140
  inspectionId: string;
7141
7141
  externalUserId: string;
7142
- fixedInfo: {
7143
- companyInfo?: {
7144
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
7145
- companyName: string;
7146
- registrationNumber: string;
7147
- type?: string | null | undefined;
7148
- email?: string | null | undefined;
7149
- phone?: string | null | undefined;
7150
- addresses?: string[] | null | undefined;
7151
- legalAddress?: string | null | undefined;
7152
- incorporatedOn?: Date | null | undefined;
7153
- controlScheme?: string | null | undefined;
7154
- taxId?: string | null | undefined;
7155
- registrationLocation?: string | null | undefined;
7156
- postalAddress?: string | null | undefined;
7157
- website?: string | null | undefined;
7158
- noUBOs?: boolean | null | undefined;
7159
- beneficiaries?: {
7160
- applicantId: string;
7161
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
7162
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
7163
- inRegistry?: boolean | null | undefined;
7164
- positions?: string[] | null | undefined;
7165
- imageIds?: string[] | null | undefined;
7166
- shareSize?: number | null | undefined;
7167
- }[] | null | undefined;
7168
- } | null | undefined;
7169
- };
7170
7142
  applicantPlatform: string;
7171
7143
  review: {
7172
7144
  levelName: string;
@@ -7200,25 +7172,12 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7200
7172
  }[] | null | undefined;
7201
7173
  } | null | undefined;
7202
7174
  lang?: string | null | undefined;
7203
- agreement?: {
7204
- createdAt?: string | undefined;
7205
- source?: string | undefined;
7206
- targets?: string[] | undefined;
7207
- privacyNoticeUrl?: string | undefined;
7208
- acceptedAt?: string | undefined;
7209
- } | null | undefined;
7210
- }, {
7211
- id: string;
7212
- type: "individual" | "company";
7213
- createdAt: string;
7214
- inspectionId: string;
7215
- externalUserId: string;
7216
- fixedInfo: {
7175
+ fixedInfo?: {
7217
7176
  companyInfo?: {
7177
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
7218
7178
  companyName: string;
7219
7179
  registrationNumber: string;
7220
7180
  type?: string | null | undefined;
7221
- country?: unknown;
7222
7181
  email?: string | null | undefined;
7223
7182
  phone?: string | null | undefined;
7224
7183
  addresses?: string[] | null | undefined;
@@ -7240,7 +7199,20 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7240
7199
  shareSize?: number | null | undefined;
7241
7200
  }[] | null | undefined;
7242
7201
  } | null | undefined;
7243
- };
7202
+ } | null | undefined;
7203
+ agreement?: {
7204
+ createdAt?: string | undefined;
7205
+ source?: string | undefined;
7206
+ targets?: string[] | undefined;
7207
+ privacyNoticeUrl?: string | undefined;
7208
+ acceptedAt?: string | undefined;
7209
+ } | null | undefined;
7210
+ }, {
7211
+ id: string;
7212
+ type: "individual" | "company";
7213
+ createdAt: string;
7214
+ inspectionId: string;
7215
+ externalUserId: string;
7244
7216
  applicantPlatform: string;
7245
7217
  review: {
7246
7218
  levelName: string;
@@ -7274,6 +7246,34 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7274
7246
  }[] | null | undefined;
7275
7247
  } | null | undefined;
7276
7248
  lang?: string | null | undefined;
7249
+ fixedInfo?: {
7250
+ companyInfo?: {
7251
+ companyName: string;
7252
+ registrationNumber: string;
7253
+ type?: string | null | undefined;
7254
+ country?: unknown;
7255
+ email?: string | null | undefined;
7256
+ phone?: string | null | undefined;
7257
+ addresses?: string[] | null | undefined;
7258
+ legalAddress?: string | null | undefined;
7259
+ incorporatedOn?: Date | null | undefined;
7260
+ controlScheme?: string | null | undefined;
7261
+ taxId?: string | null | undefined;
7262
+ registrationLocation?: string | null | undefined;
7263
+ postalAddress?: string | null | undefined;
7264
+ website?: string | null | undefined;
7265
+ noUBOs?: boolean | null | undefined;
7266
+ beneficiaries?: {
7267
+ applicantId: string;
7268
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
7269
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
7270
+ inRegistry?: boolean | null | undefined;
7271
+ positions?: string[] | null | undefined;
7272
+ imageIds?: string[] | null | undefined;
7273
+ shareSize?: number | null | undefined;
7274
+ }[] | null | undefined;
7275
+ } | null | undefined;
7276
+ } | null | undefined;
7277
7277
  agreement?: {
7278
7278
  createdAt?: string | undefined;
7279
7279
  source?: string | undefined;
@@ -7466,34 +7466,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7466
7466
  createdAt: string;
7467
7467
  inspectionId: string;
7468
7468
  externalUserId: string;
7469
- fixedInfo: {
7470
- companyInfo?: {
7471
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
7472
- companyName: string;
7473
- registrationNumber: string;
7474
- type?: string | null | undefined;
7475
- email?: string | null | undefined;
7476
- phone?: string | null | undefined;
7477
- addresses?: string[] | null | undefined;
7478
- legalAddress?: string | null | undefined;
7479
- incorporatedOn?: Date | null | undefined;
7480
- controlScheme?: string | null | undefined;
7481
- taxId?: string | null | undefined;
7482
- registrationLocation?: string | null | undefined;
7483
- postalAddress?: string | null | undefined;
7484
- website?: string | null | undefined;
7485
- noUBOs?: boolean | null | undefined;
7486
- beneficiaries?: {
7487
- applicantId: string;
7488
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
7489
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
7490
- inRegistry?: boolean | null | undefined;
7491
- positions?: string[] | null | undefined;
7492
- imageIds?: string[] | null | undefined;
7493
- shareSize?: number | null | undefined;
7494
- }[] | null | undefined;
7495
- } | null | undefined;
7496
- };
7497
7469
  applicantPlatform: string;
7498
7470
  review: {
7499
7471
  levelName: string;
@@ -7527,15 +7499,43 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7527
7499
  }[] | null | undefined;
7528
7500
  } | null | undefined;
7529
7501
  lang?: string | null | undefined;
7530
- agreement?: {
7531
- createdAt?: string | undefined;
7532
- source?: string | undefined;
7533
- targets?: string[] | undefined;
7534
- privacyNoticeUrl?: string | undefined;
7535
- acceptedAt?: string | undefined;
7536
- } | null | undefined;
7537
- } | undefined;
7538
- matchedFields?: (string | undefined)[] | undefined;
7502
+ fixedInfo?: {
7503
+ companyInfo?: {
7504
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
7505
+ companyName: string;
7506
+ registrationNumber: string;
7507
+ type?: string | null | undefined;
7508
+ email?: string | null | undefined;
7509
+ phone?: string | null | undefined;
7510
+ addresses?: string[] | null | undefined;
7511
+ legalAddress?: string | null | undefined;
7512
+ incorporatedOn?: Date | null | undefined;
7513
+ controlScheme?: string | null | undefined;
7514
+ taxId?: string | null | undefined;
7515
+ registrationLocation?: string | null | undefined;
7516
+ postalAddress?: string | null | undefined;
7517
+ website?: string | null | undefined;
7518
+ noUBOs?: boolean | null | undefined;
7519
+ beneficiaries?: {
7520
+ applicantId: string;
7521
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
7522
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
7523
+ inRegistry?: boolean | null | undefined;
7524
+ positions?: string[] | null | undefined;
7525
+ imageIds?: string[] | null | undefined;
7526
+ shareSize?: number | null | undefined;
7527
+ }[] | null | undefined;
7528
+ } | null | undefined;
7529
+ } | null | undefined;
7530
+ agreement?: {
7531
+ createdAt?: string | undefined;
7532
+ source?: string | undefined;
7533
+ targets?: string[] | undefined;
7534
+ privacyNoticeUrl?: string | undefined;
7535
+ acceptedAt?: string | undefined;
7536
+ } | null | undefined;
7537
+ } | undefined;
7538
+ matchedFields?: (string | undefined)[] | undefined;
7539
7539
  blacklisted?: boolean | undefined;
7540
7540
  sameSource?: boolean | undefined;
7541
7541
  originalImageId?: number | undefined;
@@ -7717,34 +7717,6 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7717
7717
  createdAt: string;
7718
7718
  inspectionId: string;
7719
7719
  externalUserId: string;
7720
- fixedInfo: {
7721
- companyInfo?: {
7722
- companyName: string;
7723
- registrationNumber: string;
7724
- type?: string | null | undefined;
7725
- country?: unknown;
7726
- email?: string | null | undefined;
7727
- phone?: string | null | undefined;
7728
- addresses?: string[] | null | undefined;
7729
- legalAddress?: string | null | undefined;
7730
- incorporatedOn?: Date | null | undefined;
7731
- controlScheme?: string | null | undefined;
7732
- taxId?: string | null | undefined;
7733
- registrationLocation?: string | null | undefined;
7734
- postalAddress?: string | null | undefined;
7735
- website?: string | null | undefined;
7736
- noUBOs?: boolean | null | undefined;
7737
- beneficiaries?: {
7738
- applicantId: string;
7739
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
7740
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
7741
- inRegistry?: boolean | null | undefined;
7742
- positions?: string[] | null | undefined;
7743
- imageIds?: string[] | null | undefined;
7744
- shareSize?: number | null | undefined;
7745
- }[] | null | undefined;
7746
- } | null | undefined;
7747
- };
7748
7720
  applicantPlatform: string;
7749
7721
  review: {
7750
7722
  levelName: string;
@@ -7778,6 +7750,34 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7778
7750
  }[] | null | undefined;
7779
7751
  } | null | undefined;
7780
7752
  lang?: string | null | undefined;
7753
+ fixedInfo?: {
7754
+ companyInfo?: {
7755
+ companyName: string;
7756
+ registrationNumber: string;
7757
+ type?: string | null | undefined;
7758
+ country?: unknown;
7759
+ email?: string | null | undefined;
7760
+ phone?: string | null | undefined;
7761
+ addresses?: string[] | null | undefined;
7762
+ legalAddress?: string | null | undefined;
7763
+ incorporatedOn?: Date | null | undefined;
7764
+ controlScheme?: string | null | undefined;
7765
+ taxId?: string | null | undefined;
7766
+ registrationLocation?: string | null | undefined;
7767
+ postalAddress?: string | null | undefined;
7768
+ website?: string | null | undefined;
7769
+ noUBOs?: boolean | null | undefined;
7770
+ beneficiaries?: {
7771
+ applicantId: string;
7772
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
7773
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
7774
+ inRegistry?: boolean | null | undefined;
7775
+ positions?: string[] | null | undefined;
7776
+ imageIds?: string[] | null | undefined;
7777
+ shareSize?: number | null | undefined;
7778
+ }[] | null | undefined;
7779
+ } | null | undefined;
7780
+ } | null | undefined;
7781
7781
  agreement?: {
7782
7782
  createdAt?: string | undefined;
7783
7783
  source?: string | undefined;
@@ -8835,7 +8835,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8835
8835
  idDocType: string;
8836
8836
  }[] | null | undefined;
8837
8837
  }>>>;
8838
- fixedInfo: z.ZodObject<{
8838
+ fixedInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8839
8839
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8840
8840
  companyName: z.ZodString;
8841
8841
  registrationNumber: z.ZodString;
@@ -8982,7 +8982,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8982
8982
  shareSize?: number | null | undefined;
8983
8983
  }[] | null | undefined;
8984
8984
  } | null | undefined;
8985
- }>;
8985
+ }>>>;
8986
8986
  applicantPlatform: z.ZodString;
8987
8987
  ipCountry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8988
8988
  agreement: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -9098,34 +9098,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9098
9098
  createdAt: string;
9099
9099
  inspectionId: string;
9100
9100
  externalUserId: string;
9101
- fixedInfo: {
9102
- companyInfo?: {
9103
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
9104
- companyName: string;
9105
- registrationNumber: string;
9106
- type?: string | null | undefined;
9107
- email?: string | null | undefined;
9108
- phone?: string | null | undefined;
9109
- addresses?: string[] | null | undefined;
9110
- legalAddress?: string | null | undefined;
9111
- incorporatedOn?: Date | null | undefined;
9112
- controlScheme?: string | null | undefined;
9113
- taxId?: string | null | undefined;
9114
- registrationLocation?: string | null | undefined;
9115
- postalAddress?: string | null | undefined;
9116
- website?: string | null | undefined;
9117
- noUBOs?: boolean | null | undefined;
9118
- beneficiaries?: {
9119
- applicantId: string;
9120
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
9121
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
9122
- inRegistry?: boolean | null | undefined;
9123
- positions?: string[] | null | undefined;
9124
- imageIds?: string[] | null | undefined;
9125
- shareSize?: number | null | undefined;
9126
- }[] | null | undefined;
9127
- } | null | undefined;
9128
- };
9129
9101
  applicantPlatform: string;
9130
9102
  review: {
9131
9103
  levelName: string;
@@ -9159,25 +9131,12 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9159
9131
  }[] | null | undefined;
9160
9132
  } | null | undefined;
9161
9133
  lang?: string | null | undefined;
9162
- agreement?: {
9163
- createdAt?: string | undefined;
9164
- source?: string | undefined;
9165
- targets?: string[] | undefined;
9166
- privacyNoticeUrl?: string | undefined;
9167
- acceptedAt?: string | undefined;
9168
- } | null | undefined;
9169
- }, {
9170
- id: string;
9171
- type: "individual" | "company";
9172
- createdAt: string;
9173
- inspectionId: string;
9174
- externalUserId: string;
9175
- fixedInfo: {
9134
+ fixedInfo?: {
9176
9135
  companyInfo?: {
9136
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
9177
9137
  companyName: string;
9178
9138
  registrationNumber: string;
9179
9139
  type?: string | null | undefined;
9180
- country?: unknown;
9181
9140
  email?: string | null | undefined;
9182
9141
  phone?: string | null | undefined;
9183
9142
  addresses?: string[] | null | undefined;
@@ -9199,7 +9158,20 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9199
9158
  shareSize?: number | null | undefined;
9200
9159
  }[] | null | undefined;
9201
9160
  } | null | undefined;
9202
- };
9161
+ } | null | undefined;
9162
+ agreement?: {
9163
+ createdAt?: string | undefined;
9164
+ source?: string | undefined;
9165
+ targets?: string[] | undefined;
9166
+ privacyNoticeUrl?: string | undefined;
9167
+ acceptedAt?: string | undefined;
9168
+ } | null | undefined;
9169
+ }, {
9170
+ id: string;
9171
+ type: "individual" | "company";
9172
+ createdAt: string;
9173
+ inspectionId: string;
9174
+ externalUserId: string;
9203
9175
  applicantPlatform: string;
9204
9176
  review: {
9205
9177
  levelName: string;
@@ -9233,6 +9205,34 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9233
9205
  }[] | null | undefined;
9234
9206
  } | null | undefined;
9235
9207
  lang?: string | null | undefined;
9208
+ fixedInfo?: {
9209
+ companyInfo?: {
9210
+ companyName: string;
9211
+ registrationNumber: string;
9212
+ type?: string | null | undefined;
9213
+ country?: unknown;
9214
+ email?: string | null | undefined;
9215
+ phone?: string | null | undefined;
9216
+ addresses?: string[] | null | undefined;
9217
+ legalAddress?: string | null | undefined;
9218
+ incorporatedOn?: Date | null | undefined;
9219
+ controlScheme?: string | null | undefined;
9220
+ taxId?: string | null | undefined;
9221
+ registrationLocation?: string | null | undefined;
9222
+ postalAddress?: string | null | undefined;
9223
+ website?: string | null | undefined;
9224
+ noUBOs?: boolean | null | undefined;
9225
+ beneficiaries?: {
9226
+ applicantId: string;
9227
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
9228
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
9229
+ inRegistry?: boolean | null | undefined;
9230
+ positions?: string[] | null | undefined;
9231
+ imageIds?: string[] | null | undefined;
9232
+ shareSize?: number | null | undefined;
9233
+ }[] | null | undefined;
9234
+ } | null | undefined;
9235
+ } | null | undefined;
9236
9236
  agreement?: {
9237
9237
  createdAt?: string | undefined;
9238
9238
  source?: string | undefined;
@@ -9425,34 +9425,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9425
9425
  createdAt: string;
9426
9426
  inspectionId: string;
9427
9427
  externalUserId: string;
9428
- fixedInfo: {
9429
- companyInfo?: {
9430
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
9431
- companyName: string;
9432
- registrationNumber: string;
9433
- type?: string | null | undefined;
9434
- email?: string | null | undefined;
9435
- phone?: string | null | undefined;
9436
- addresses?: string[] | null | undefined;
9437
- legalAddress?: string | null | undefined;
9438
- incorporatedOn?: Date | null | undefined;
9439
- controlScheme?: string | null | undefined;
9440
- taxId?: string | null | undefined;
9441
- registrationLocation?: string | null | undefined;
9442
- postalAddress?: string | null | undefined;
9443
- website?: string | null | undefined;
9444
- noUBOs?: boolean | null | undefined;
9445
- beneficiaries?: {
9446
- applicantId: string;
9447
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
9448
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
9449
- inRegistry?: boolean | null | undefined;
9450
- positions?: string[] | null | undefined;
9451
- imageIds?: string[] | null | undefined;
9452
- shareSize?: number | null | undefined;
9453
- }[] | null | undefined;
9454
- } | null | undefined;
9455
- };
9456
9428
  applicantPlatform: string;
9457
9429
  review: {
9458
9430
  levelName: string;
@@ -9486,6 +9458,34 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9486
9458
  }[] | null | undefined;
9487
9459
  } | null | undefined;
9488
9460
  lang?: string | null | undefined;
9461
+ fixedInfo?: {
9462
+ companyInfo?: {
9463
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
9464
+ companyName: string;
9465
+ registrationNumber: string;
9466
+ type?: string | null | undefined;
9467
+ email?: string | null | undefined;
9468
+ phone?: string | null | undefined;
9469
+ addresses?: string[] | null | undefined;
9470
+ legalAddress?: string | null | undefined;
9471
+ incorporatedOn?: Date | null | undefined;
9472
+ controlScheme?: string | null | undefined;
9473
+ taxId?: string | null | undefined;
9474
+ registrationLocation?: string | null | undefined;
9475
+ postalAddress?: string | null | undefined;
9476
+ website?: string | null | undefined;
9477
+ noUBOs?: boolean | null | undefined;
9478
+ beneficiaries?: {
9479
+ applicantId: string;
9480
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
9481
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
9482
+ inRegistry?: boolean | null | undefined;
9483
+ positions?: string[] | null | undefined;
9484
+ imageIds?: string[] | null | undefined;
9485
+ shareSize?: number | null | undefined;
9486
+ }[] | null | undefined;
9487
+ } | null | undefined;
9488
+ } | null | undefined;
9489
9489
  agreement?: {
9490
9490
  createdAt?: string | undefined;
9491
9491
  source?: string | undefined;
@@ -9676,34 +9676,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9676
9676
  createdAt: string;
9677
9677
  inspectionId: string;
9678
9678
  externalUserId: string;
9679
- fixedInfo: {
9680
- companyInfo?: {
9681
- companyName: string;
9682
- registrationNumber: string;
9683
- type?: string | null | undefined;
9684
- country?: unknown;
9685
- email?: string | null | undefined;
9686
- phone?: string | null | undefined;
9687
- addresses?: string[] | null | undefined;
9688
- legalAddress?: string | null | undefined;
9689
- incorporatedOn?: Date | null | undefined;
9690
- controlScheme?: string | null | undefined;
9691
- taxId?: string | null | undefined;
9692
- registrationLocation?: string | null | undefined;
9693
- postalAddress?: string | null | undefined;
9694
- website?: string | null | undefined;
9695
- noUBOs?: boolean | null | undefined;
9696
- beneficiaries?: {
9697
- applicantId: string;
9698
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
9699
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
9700
- inRegistry?: boolean | null | undefined;
9701
- positions?: string[] | null | undefined;
9702
- imageIds?: string[] | null | undefined;
9703
- shareSize?: number | null | undefined;
9704
- }[] | null | undefined;
9705
- } | null | undefined;
9706
- };
9707
9679
  applicantPlatform: string;
9708
9680
  review: {
9709
9681
  levelName: string;
@@ -9737,6 +9709,34 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9737
9709
  }[] | null | undefined;
9738
9710
  } | null | undefined;
9739
9711
  lang?: string | null | undefined;
9712
+ fixedInfo?: {
9713
+ companyInfo?: {
9714
+ companyName: string;
9715
+ registrationNumber: string;
9716
+ type?: string | null | undefined;
9717
+ country?: unknown;
9718
+ email?: string | null | undefined;
9719
+ phone?: string | null | undefined;
9720
+ addresses?: string[] | null | undefined;
9721
+ legalAddress?: string | null | undefined;
9722
+ incorporatedOn?: Date | null | undefined;
9723
+ controlScheme?: string | null | undefined;
9724
+ taxId?: string | null | undefined;
9725
+ registrationLocation?: string | null | undefined;
9726
+ postalAddress?: string | null | undefined;
9727
+ website?: string | null | undefined;
9728
+ noUBOs?: boolean | null | undefined;
9729
+ beneficiaries?: {
9730
+ applicantId: string;
9731
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
9732
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
9733
+ inRegistry?: boolean | null | undefined;
9734
+ positions?: string[] | null | undefined;
9735
+ imageIds?: string[] | null | undefined;
9736
+ shareSize?: number | null | undefined;
9737
+ }[] | null | undefined;
9738
+ } | null | undefined;
9739
+ } | null | undefined;
9740
9740
  agreement?: {
9741
9741
  createdAt?: string | undefined;
9742
9742
  source?: string | undefined;
@@ -9929,34 +9929,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9929
9929
  createdAt: string;
9930
9930
  inspectionId: string;
9931
9931
  externalUserId: string;
9932
- fixedInfo: {
9933
- companyInfo?: {
9934
- country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
9935
- companyName: string;
9936
- registrationNumber: string;
9937
- type?: string | null | undefined;
9938
- email?: string | null | undefined;
9939
- phone?: string | null | undefined;
9940
- addresses?: string[] | null | undefined;
9941
- legalAddress?: string | null | undefined;
9942
- incorporatedOn?: Date | null | undefined;
9943
- controlScheme?: string | null | undefined;
9944
- taxId?: string | null | undefined;
9945
- registrationLocation?: string | null | undefined;
9946
- postalAddress?: string | null | undefined;
9947
- website?: string | null | undefined;
9948
- noUBOs?: boolean | null | undefined;
9949
- beneficiaries?: {
9950
- applicantId: string;
9951
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
9952
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
9953
- inRegistry?: boolean | null | undefined;
9954
- positions?: string[] | null | undefined;
9955
- imageIds?: string[] | null | undefined;
9956
- shareSize?: number | null | undefined;
9957
- }[] | null | undefined;
9958
- } | null | undefined;
9959
- };
9960
9932
  applicantPlatform: string;
9961
9933
  review: {
9962
9934
  levelName: string;
@@ -9990,6 +9962,34 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9990
9962
  }[] | null | undefined;
9991
9963
  } | null | undefined;
9992
9964
  lang?: string | null | undefined;
9965
+ fixedInfo?: {
9966
+ companyInfo?: {
9967
+ country: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX";
9968
+ companyName: string;
9969
+ registrationNumber: string;
9970
+ type?: string | null | undefined;
9971
+ email?: string | null | undefined;
9972
+ phone?: string | null | undefined;
9973
+ addresses?: string[] | null | undefined;
9974
+ legalAddress?: string | null | undefined;
9975
+ incorporatedOn?: Date | null | undefined;
9976
+ controlScheme?: string | null | undefined;
9977
+ taxId?: string | null | undefined;
9978
+ registrationLocation?: string | null | undefined;
9979
+ postalAddress?: string | null | undefined;
9980
+ website?: string | null | undefined;
9981
+ noUBOs?: boolean | null | undefined;
9982
+ beneficiaries?: {
9983
+ applicantId: string;
9984
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
9985
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
9986
+ inRegistry?: boolean | null | undefined;
9987
+ positions?: string[] | null | undefined;
9988
+ imageIds?: string[] | null | undefined;
9989
+ shareSize?: number | null | undefined;
9990
+ }[] | null | undefined;
9991
+ } | null | undefined;
9992
+ } | null | undefined;
9993
9993
  agreement?: {
9994
9994
  createdAt?: string | undefined;
9995
9995
  source?: string | undefined;
@@ -10182,34 +10182,6 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
10182
10182
  createdAt: string;
10183
10183
  inspectionId: string;
10184
10184
  externalUserId: string;
10185
- fixedInfo: {
10186
- companyInfo?: {
10187
- companyName: string;
10188
- registrationNumber: string;
10189
- type?: string | null | undefined;
10190
- country?: unknown;
10191
- email?: string | null | undefined;
10192
- phone?: string | null | undefined;
10193
- addresses?: string[] | null | undefined;
10194
- legalAddress?: string | null | undefined;
10195
- incorporatedOn?: Date | null | undefined;
10196
- controlScheme?: string | null | undefined;
10197
- taxId?: string | null | undefined;
10198
- registrationLocation?: string | null | undefined;
10199
- postalAddress?: string | null | undefined;
10200
- website?: string | null | undefined;
10201
- noUBOs?: boolean | null | undefined;
10202
- beneficiaries?: {
10203
- applicantId: string;
10204
- type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
10205
- types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
10206
- inRegistry?: boolean | null | undefined;
10207
- positions?: string[] | null | undefined;
10208
- imageIds?: string[] | null | undefined;
10209
- shareSize?: number | null | undefined;
10210
- }[] | null | undefined;
10211
- } | null | undefined;
10212
- };
10213
10185
  applicantPlatform: string;
10214
10186
  review: {
10215
10187
  levelName: string;
@@ -10243,6 +10215,34 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
10243
10215
  }[] | null | undefined;
10244
10216
  } | null | undefined;
10245
10217
  lang?: string | null | undefined;
10218
+ fixedInfo?: {
10219
+ companyInfo?: {
10220
+ companyName: string;
10221
+ registrationNumber: string;
10222
+ type?: string | null | undefined;
10223
+ country?: unknown;
10224
+ email?: string | null | undefined;
10225
+ phone?: string | null | undefined;
10226
+ addresses?: string[] | null | undefined;
10227
+ legalAddress?: string | null | undefined;
10228
+ incorporatedOn?: Date | null | undefined;
10229
+ controlScheme?: string | null | undefined;
10230
+ taxId?: string | null | undefined;
10231
+ registrationLocation?: string | null | undefined;
10232
+ postalAddress?: string | null | undefined;
10233
+ website?: string | null | undefined;
10234
+ noUBOs?: boolean | null | undefined;
10235
+ beneficiaries?: {
10236
+ applicantId: string;
10237
+ type?: "director" | "shareholder" | "ubo" | "representative" | null | undefined;
10238
+ types?: ("director" | "shareholder" | "ubo" | "representative")[] | null | undefined;
10239
+ inRegistry?: boolean | null | undefined;
10240
+ positions?: string[] | null | undefined;
10241
+ imageIds?: string[] | null | undefined;
10242
+ shareSize?: number | null | undefined;
10243
+ }[] | null | undefined;
10244
+ } | null | undefined;
10245
+ } | null | undefined;
10246
10246
  agreement?: {
10247
10247
  createdAt?: string | undefined;
10248
10248
  source?: string | undefined;