@nexeraid/identity-schemas 2.63.0-dev → 2.64.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.
@@ -1068,7 +1068,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1068
1068
  inspectionId: z.ZodString;
1069
1069
  externalUserId: z.ZodString;
1070
1070
  info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1071
- idDocs: z.ZodArray<z.ZodObject<{
1071
+ idDocs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
1072
1072
  idDocType: z.ZodString;
1073
1073
  country: z.ZodString;
1074
1074
  }, "strip", z.ZodTypeAny, {
@@ -1077,7 +1077,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1077
1077
  }, {
1078
1078
  country: string;
1079
1079
  idDocType: string;
1080
- }>, "many">;
1080
+ }>, "many">>>;
1081
1081
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1082
1082
  companyName: z.ZodString;
1083
1083
  registrationNumber: z.ZodString;
@@ -1100,18 +1100,21 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1100
1100
  positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1101
1101
  inRegistry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
1102
1102
  imageIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
1103
+ shareSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1103
1104
  }, "strip", z.ZodTypeAny, {
1104
1105
  type: "shareholder" | "ubo" | "representative";
1105
1106
  applicantId: string;
1106
1107
  positions?: string[] | null | undefined;
1107
1108
  inRegistry?: boolean | null | undefined;
1108
1109
  imageIds?: string[] | null | undefined;
1110
+ shareSize?: number | null | undefined;
1109
1111
  }, {
1110
1112
  type: "shareholder" | "ubo" | "representative";
1111
1113
  applicantId: string;
1112
1114
  positions?: string[] | null | undefined;
1113
1115
  inRegistry?: boolean | null | undefined;
1114
1116
  imageIds?: string[] | null | undefined;
1117
+ shareSize?: number | null | undefined;
1115
1118
  }>, "many">>>;
1116
1119
  }, "strip", z.ZodTypeAny, {
1117
1120
  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";
@@ -1135,6 +1138,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1135
1138
  positions?: string[] | null | undefined;
1136
1139
  inRegistry?: boolean | null | undefined;
1137
1140
  imageIds?: string[] | null | undefined;
1141
+ shareSize?: number | null | undefined;
1138
1142
  }[] | null | undefined;
1139
1143
  }, {
1140
1144
  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";
@@ -1158,13 +1162,14 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1158
1162
  positions?: string[] | null | undefined;
1159
1163
  inRegistry?: boolean | null | undefined;
1160
1164
  imageIds?: string[] | null | undefined;
1165
+ shareSize?: number | null | undefined;
1161
1166
  }[] | null | undefined;
1162
1167
  }>>>;
1163
1168
  }, "strip", z.ZodTypeAny, {
1164
- idDocs: {
1169
+ idDocs?: {
1165
1170
  country: string;
1166
1171
  idDocType: string;
1167
- }[];
1172
+ }[] | null | undefined;
1168
1173
  companyInfo?: {
1169
1174
  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";
1170
1175
  companyName: string;
@@ -1187,13 +1192,14 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1187
1192
  positions?: string[] | null | undefined;
1188
1193
  inRegistry?: boolean | null | undefined;
1189
1194
  imageIds?: string[] | null | undefined;
1195
+ shareSize?: number | null | undefined;
1190
1196
  }[] | null | undefined;
1191
1197
  } | null | undefined;
1192
1198
  }, {
1193
- idDocs: {
1199
+ idDocs?: {
1194
1200
  country: string;
1195
1201
  idDocType: string;
1196
- }[];
1202
+ }[] | null | undefined;
1197
1203
  companyInfo?: {
1198
1204
  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";
1199
1205
  companyName: string;
@@ -1216,6 +1222,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1216
1222
  positions?: string[] | null | undefined;
1217
1223
  inRegistry?: boolean | null | undefined;
1218
1224
  imageIds?: string[] | null | undefined;
1225
+ shareSize?: number | null | undefined;
1219
1226
  }[] | null | undefined;
1220
1227
  } | null | undefined;
1221
1228
  }>>>;
@@ -1247,11 +1254,11 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1247
1254
  elapsedSincePendingMs: z.ZodOptional<z.ZodNumber>;
1248
1255
  elapsedSinceQueuedMs: z.ZodOptional<z.ZodNumber>;
1249
1256
  reprocessing: z.ZodOptional<z.ZodBoolean>;
1250
- levelName: z.ZodOptional<z.ZodString>;
1257
+ levelName: z.ZodString;
1251
1258
  levelAutoCheckMode: z.ZodOptional<z.ZodNull>;
1252
- createDate: z.ZodOptional<z.ZodString>;
1253
- reviewDate: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
1254
- reviewResult: z.ZodOptional<z.ZodOptional<z.ZodObject<{
1259
+ createDate: z.ZodOptional<z.ZodDate>;
1260
+ reviewDate: z.ZodOptional<z.ZodDate>;
1261
+ reviewResult: z.ZodOptional<z.ZodObject<{
1255
1262
  reviewAnswer: z.ZodOptional<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>;
1256
1263
  rejectLabels: z.ZodOptional<z.ZodArray<z.ZodEnum<["FORGERY", "DOCUMENT_TEMPLATE", "LOW_QUALITY", "SPAM", "NOT_DOCUMENT", "SELFIE_MISMATCH", "ID_INVALID", "FOREIGNER", "DUPLICATE", "BAD_AVATAR", "WRONG_USER_REGION", "INCOMPLETE_DOCUMENT", "BLACKLIST", "BLOCKLIST", "UNSATISFACTORY_PHOTOS", "DOCUMENT_PAGE_MISSING", "DOCUMENT_DAMAGED", "REGULATIONS_VIOLATIONS", "INCONSISTENT_PROFILE", "PROBLEMATIC_APPLICANT_DATA", "ADDITIONAL_DOCUMENT_REQUIRED", "AGE_REQUIREMENT_MISMATCH", "EXPERIENCE_REQUIREMENT_MISMATCH", "CRIMINAL", "WRONG_ADDRESS", "GRAPHIC_EDITOR", "DOCUMENT_DEPRIVED", "COMPROMISED_PERSONS", "PEP", "ADVERSE_MEDIA", "FRAUDULENT_PATTERNS", "SANCTIONS", "NOT_ALL_CHECKS_COMPLETED", "FRONT_SIDE_MISSING", "BACK_SIDE_MISSING", "SCREENSHOTS", "BLACK_AND_WHITE", "INCOMPATIBLE_LANGUAGE", "EXPIRATION_DATE", "UNFILLED_ID", "BAD_SELFIE", "BAD_VIDEO_SELFIE", "BAD_FACE_MATCHING", "BAD_PROOF_OF_IDENTITY", "BAD_PROOF_OF_ADDRESS", "BAD_PROOF_OF_PAYMENT", "SELFIE_WITH_PAPER", "FRAUDULENT_LIVENESS", "OTHER", "REQUESTED_DATA_MISMATCH", "OK", "COMPANY_NOT_DEFINED_STRUCTURE", "COMPANY_NOT_DEFINED_BENEFICIARIES", "COMPANY_NOT_VALIDATED_BENEFICIARIES", "COMPANY_NOT_DEFINED_REPRESENTATIVES", "COMPANY_NOT_VALIDATED_REPRESENTATIVES", "APPLICANT_INTERRUPTED_INTERVIEW", "DOCUMENT_MISSING", "UNSUITABLE_ENV", "CONNECTION_INTERRUPTED", "UNSUPPORTED_LANGUAGE", "THIRD_PARTY_INVOLVED", "CHECK_UNAVAILABLE", "INCORRECT_SOCIAL_NUMBER"]>, "many">>;
1257
1264
  reviewRejectType: z.ZodOptional<z.ZodEnum<["FINAL", "RETRY"]>>;
@@ -1275,12 +1282,13 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1275
1282
  moderationComment?: string | undefined;
1276
1283
  buttonIds?: string[] | undefined;
1277
1284
  reviewDate?: Date | undefined;
1278
- }>>>;
1279
- reviewStatus: z.ZodOptional<z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>>;
1285
+ }>>;
1286
+ reviewStatus: z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>;
1280
1287
  confirmed: z.ZodOptional<z.ZodBoolean>;
1281
- priority: z.ZodOptional<z.ZodNumber>;
1288
+ priority: z.ZodNumber;
1282
1289
  }, "strip", z.ZodTypeAny, {
1283
- levelName?: string | undefined;
1290
+ levelName: string;
1291
+ priority: number;
1284
1292
  reviewDate?: Date | undefined;
1285
1293
  reviewResult?: {
1286
1294
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -1299,11 +1307,11 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1299
1307
  elapsedSinceQueuedMs?: number | undefined;
1300
1308
  reprocessing?: boolean | undefined;
1301
1309
  levelAutoCheckMode?: null | undefined;
1302
- createDate?: string | undefined;
1310
+ createDate?: Date | undefined;
1303
1311
  confirmed?: boolean | undefined;
1304
- priority?: number | undefined;
1305
1312
  }, {
1306
- levelName?: string | undefined;
1313
+ levelName: string;
1314
+ priority: number;
1307
1315
  reviewDate?: Date | undefined;
1308
1316
  reviewResult?: {
1309
1317
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -1322,9 +1330,8 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1322
1330
  elapsedSinceQueuedMs?: number | undefined;
1323
1331
  reprocessing?: boolean | undefined;
1324
1332
  levelAutoCheckMode?: null | undefined;
1325
- createDate?: string | undefined;
1333
+ createDate?: Date | undefined;
1326
1334
  confirmed?: boolean | undefined;
1327
- priority?: number | undefined;
1328
1335
  }>;
1329
1336
  lang: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1330
1337
  type: z.ZodEnum<["individual", "company"]>;
@@ -1336,7 +1343,8 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1336
1343
  externalUserId: string;
1337
1344
  applicantPlatform: string;
1338
1345
  review: {
1339
- levelName?: string | undefined;
1346
+ levelName: string;
1347
+ priority: number;
1340
1348
  reviewDate?: Date | undefined;
1341
1349
  reviewResult?: {
1342
1350
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -1355,16 +1363,15 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1355
1363
  elapsedSinceQueuedMs?: number | undefined;
1356
1364
  reprocessing?: boolean | undefined;
1357
1365
  levelAutoCheckMode?: null | undefined;
1358
- createDate?: string | undefined;
1366
+ createDate?: Date | undefined;
1359
1367
  confirmed?: boolean | undefined;
1360
- priority?: number | undefined;
1361
1368
  };
1362
1369
  ipCountry?: string | null | undefined;
1363
1370
  info?: {
1364
- idDocs: {
1371
+ idDocs?: {
1365
1372
  country: string;
1366
1373
  idDocType: string;
1367
- }[];
1374
+ }[] | null | undefined;
1368
1375
  companyInfo?: {
1369
1376
  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";
1370
1377
  companyName: string;
@@ -1387,6 +1394,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1387
1394
  positions?: string[] | null | undefined;
1388
1395
  inRegistry?: boolean | null | undefined;
1389
1396
  imageIds?: string[] | null | undefined;
1397
+ shareSize?: number | null | undefined;
1390
1398
  }[] | null | undefined;
1391
1399
  } | null | undefined;
1392
1400
  } | null | undefined;
@@ -1406,7 +1414,8 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1406
1414
  externalUserId: string;
1407
1415
  applicantPlatform: string;
1408
1416
  review: {
1409
- levelName?: string | undefined;
1417
+ levelName: string;
1418
+ priority: number;
1410
1419
  reviewDate?: Date | undefined;
1411
1420
  reviewResult?: {
1412
1421
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -1425,16 +1434,15 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1425
1434
  elapsedSinceQueuedMs?: number | undefined;
1426
1435
  reprocessing?: boolean | undefined;
1427
1436
  levelAutoCheckMode?: null | undefined;
1428
- createDate?: string | undefined;
1437
+ createDate?: Date | undefined;
1429
1438
  confirmed?: boolean | undefined;
1430
- priority?: number | undefined;
1431
1439
  };
1432
1440
  ipCountry?: string | null | undefined;
1433
1441
  info?: {
1434
- idDocs: {
1442
+ idDocs?: {
1435
1443
  country: string;
1436
1444
  idDocType: string;
1437
- }[];
1445
+ }[] | null | undefined;
1438
1446
  companyInfo?: {
1439
1447
  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";
1440
1448
  companyName: string;
@@ -1457,6 +1465,7 @@ export declare const SumSubCompanyApplicantSchema: z.ZodObject<{
1457
1465
  positions?: string[] | null | undefined;
1458
1466
  inRegistry?: boolean | null | undefined;
1459
1467
  imageIds?: string[] | null | undefined;
1468
+ shareSize?: number | null | undefined;
1460
1469
  }[] | null | undefined;
1461
1470
  } | null | undefined;
1462
1471
  } | null | undefined;
@@ -3533,7 +3542,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3533
3542
  inspectionId: z.ZodString;
3534
3543
  externalUserId: z.ZodString;
3535
3544
  info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3536
- idDocs: z.ZodArray<z.ZodObject<{
3545
+ idDocs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3537
3546
  idDocType: z.ZodString;
3538
3547
  country: z.ZodString;
3539
3548
  }, "strip", z.ZodTypeAny, {
@@ -3542,7 +3551,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3542
3551
  }, {
3543
3552
  country: string;
3544
3553
  idDocType: string;
3545
- }>, "many">;
3554
+ }>, "many">>>;
3546
3555
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3547
3556
  companyName: z.ZodString;
3548
3557
  registrationNumber: z.ZodString;
@@ -3565,18 +3574,21 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3565
3574
  positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3566
3575
  inRegistry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
3567
3576
  imageIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
3577
+ shareSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3568
3578
  }, "strip", z.ZodTypeAny, {
3569
3579
  type: "shareholder" | "ubo" | "representative";
3570
3580
  applicantId: string;
3571
3581
  positions?: string[] | null | undefined;
3572
3582
  inRegistry?: boolean | null | undefined;
3573
3583
  imageIds?: string[] | null | undefined;
3584
+ shareSize?: number | null | undefined;
3574
3585
  }, {
3575
3586
  type: "shareholder" | "ubo" | "representative";
3576
3587
  applicantId: string;
3577
3588
  positions?: string[] | null | undefined;
3578
3589
  inRegistry?: boolean | null | undefined;
3579
3590
  imageIds?: string[] | null | undefined;
3591
+ shareSize?: number | null | undefined;
3580
3592
  }>, "many">>>;
3581
3593
  }, "strip", z.ZodTypeAny, {
3582
3594
  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";
@@ -3600,6 +3612,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3600
3612
  positions?: string[] | null | undefined;
3601
3613
  inRegistry?: boolean | null | undefined;
3602
3614
  imageIds?: string[] | null | undefined;
3615
+ shareSize?: number | null | undefined;
3603
3616
  }[] | null | undefined;
3604
3617
  }, {
3605
3618
  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";
@@ -3623,13 +3636,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3623
3636
  positions?: string[] | null | undefined;
3624
3637
  inRegistry?: boolean | null | undefined;
3625
3638
  imageIds?: string[] | null | undefined;
3639
+ shareSize?: number | null | undefined;
3626
3640
  }[] | null | undefined;
3627
3641
  }>>>;
3628
3642
  }, "strip", z.ZodTypeAny, {
3629
- idDocs: {
3643
+ idDocs?: {
3630
3644
  country: string;
3631
3645
  idDocType: string;
3632
- }[];
3646
+ }[] | null | undefined;
3633
3647
  companyInfo?: {
3634
3648
  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";
3635
3649
  companyName: string;
@@ -3652,13 +3666,14 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3652
3666
  positions?: string[] | null | undefined;
3653
3667
  inRegistry?: boolean | null | undefined;
3654
3668
  imageIds?: string[] | null | undefined;
3669
+ shareSize?: number | null | undefined;
3655
3670
  }[] | null | undefined;
3656
3671
  } | null | undefined;
3657
3672
  }, {
3658
- idDocs: {
3673
+ idDocs?: {
3659
3674
  country: string;
3660
3675
  idDocType: string;
3661
- }[];
3676
+ }[] | null | undefined;
3662
3677
  companyInfo?: {
3663
3678
  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";
3664
3679
  companyName: string;
@@ -3681,6 +3696,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3681
3696
  positions?: string[] | null | undefined;
3682
3697
  inRegistry?: boolean | null | undefined;
3683
3698
  imageIds?: string[] | null | undefined;
3699
+ shareSize?: number | null | undefined;
3684
3700
  }[] | null | undefined;
3685
3701
  } | null | undefined;
3686
3702
  }>>>;
@@ -3712,11 +3728,11 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3712
3728
  elapsedSincePendingMs: z.ZodOptional<z.ZodNumber>;
3713
3729
  elapsedSinceQueuedMs: z.ZodOptional<z.ZodNumber>;
3714
3730
  reprocessing: z.ZodOptional<z.ZodBoolean>;
3715
- levelName: z.ZodOptional<z.ZodString>;
3731
+ levelName: z.ZodString;
3716
3732
  levelAutoCheckMode: z.ZodOptional<z.ZodNull>;
3717
- createDate: z.ZodOptional<z.ZodString>;
3718
- reviewDate: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
3719
- reviewResult: z.ZodOptional<z.ZodOptional<z.ZodObject<{
3733
+ createDate: z.ZodOptional<z.ZodDate>;
3734
+ reviewDate: z.ZodOptional<z.ZodDate>;
3735
+ reviewResult: z.ZodOptional<z.ZodObject<{
3720
3736
  reviewAnswer: z.ZodOptional<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>;
3721
3737
  rejectLabels: z.ZodOptional<z.ZodArray<z.ZodEnum<["FORGERY", "DOCUMENT_TEMPLATE", "LOW_QUALITY", "SPAM", "NOT_DOCUMENT", "SELFIE_MISMATCH", "ID_INVALID", "FOREIGNER", "DUPLICATE", "BAD_AVATAR", "WRONG_USER_REGION", "INCOMPLETE_DOCUMENT", "BLACKLIST", "BLOCKLIST", "UNSATISFACTORY_PHOTOS", "DOCUMENT_PAGE_MISSING", "DOCUMENT_DAMAGED", "REGULATIONS_VIOLATIONS", "INCONSISTENT_PROFILE", "PROBLEMATIC_APPLICANT_DATA", "ADDITIONAL_DOCUMENT_REQUIRED", "AGE_REQUIREMENT_MISMATCH", "EXPERIENCE_REQUIREMENT_MISMATCH", "CRIMINAL", "WRONG_ADDRESS", "GRAPHIC_EDITOR", "DOCUMENT_DEPRIVED", "COMPROMISED_PERSONS", "PEP", "ADVERSE_MEDIA", "FRAUDULENT_PATTERNS", "SANCTIONS", "NOT_ALL_CHECKS_COMPLETED", "FRONT_SIDE_MISSING", "BACK_SIDE_MISSING", "SCREENSHOTS", "BLACK_AND_WHITE", "INCOMPATIBLE_LANGUAGE", "EXPIRATION_DATE", "UNFILLED_ID", "BAD_SELFIE", "BAD_VIDEO_SELFIE", "BAD_FACE_MATCHING", "BAD_PROOF_OF_IDENTITY", "BAD_PROOF_OF_ADDRESS", "BAD_PROOF_OF_PAYMENT", "SELFIE_WITH_PAPER", "FRAUDULENT_LIVENESS", "OTHER", "REQUESTED_DATA_MISMATCH", "OK", "COMPANY_NOT_DEFINED_STRUCTURE", "COMPANY_NOT_DEFINED_BENEFICIARIES", "COMPANY_NOT_VALIDATED_BENEFICIARIES", "COMPANY_NOT_DEFINED_REPRESENTATIVES", "COMPANY_NOT_VALIDATED_REPRESENTATIVES", "APPLICANT_INTERRUPTED_INTERVIEW", "DOCUMENT_MISSING", "UNSUITABLE_ENV", "CONNECTION_INTERRUPTED", "UNSUPPORTED_LANGUAGE", "THIRD_PARTY_INVOLVED", "CHECK_UNAVAILABLE", "INCORRECT_SOCIAL_NUMBER"]>, "many">>;
3722
3738
  reviewRejectType: z.ZodOptional<z.ZodEnum<["FINAL", "RETRY"]>>;
@@ -3740,12 +3756,13 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3740
3756
  moderationComment?: string | undefined;
3741
3757
  buttonIds?: string[] | undefined;
3742
3758
  reviewDate?: Date | undefined;
3743
- }>>>;
3744
- reviewStatus: z.ZodOptional<z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>>;
3759
+ }>>;
3760
+ reviewStatus: z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>;
3745
3761
  confirmed: z.ZodOptional<z.ZodBoolean>;
3746
- priority: z.ZodOptional<z.ZodNumber>;
3762
+ priority: z.ZodNumber;
3747
3763
  }, "strip", z.ZodTypeAny, {
3748
- levelName?: string | undefined;
3764
+ levelName: string;
3765
+ priority: number;
3749
3766
  reviewDate?: Date | undefined;
3750
3767
  reviewResult?: {
3751
3768
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -3764,11 +3781,11 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3764
3781
  elapsedSinceQueuedMs?: number | undefined;
3765
3782
  reprocessing?: boolean | undefined;
3766
3783
  levelAutoCheckMode?: null | undefined;
3767
- createDate?: string | undefined;
3784
+ createDate?: Date | undefined;
3768
3785
  confirmed?: boolean | undefined;
3769
- priority?: number | undefined;
3770
3786
  }, {
3771
- levelName?: string | undefined;
3787
+ levelName: string;
3788
+ priority: number;
3772
3789
  reviewDate?: Date | undefined;
3773
3790
  reviewResult?: {
3774
3791
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -3787,9 +3804,8 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3787
3804
  elapsedSinceQueuedMs?: number | undefined;
3788
3805
  reprocessing?: boolean | undefined;
3789
3806
  levelAutoCheckMode?: null | undefined;
3790
- createDate?: string | undefined;
3807
+ createDate?: Date | undefined;
3791
3808
  confirmed?: boolean | undefined;
3792
- priority?: number | undefined;
3793
3809
  }>;
3794
3810
  lang: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3795
3811
  type: z.ZodEnum<["individual", "company"]>;
@@ -3801,7 +3817,8 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3801
3817
  externalUserId: string;
3802
3818
  applicantPlatform: string;
3803
3819
  review: {
3804
- levelName?: string | undefined;
3820
+ levelName: string;
3821
+ priority: number;
3805
3822
  reviewDate?: Date | undefined;
3806
3823
  reviewResult?: {
3807
3824
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -3820,16 +3837,15 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3820
3837
  elapsedSinceQueuedMs?: number | undefined;
3821
3838
  reprocessing?: boolean | undefined;
3822
3839
  levelAutoCheckMode?: null | undefined;
3823
- createDate?: string | undefined;
3840
+ createDate?: Date | undefined;
3824
3841
  confirmed?: boolean | undefined;
3825
- priority?: number | undefined;
3826
3842
  };
3827
3843
  ipCountry?: string | null | undefined;
3828
3844
  info?: {
3829
- idDocs: {
3845
+ idDocs?: {
3830
3846
  country: string;
3831
3847
  idDocType: string;
3832
- }[];
3848
+ }[] | null | undefined;
3833
3849
  companyInfo?: {
3834
3850
  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";
3835
3851
  companyName: string;
@@ -3852,6 +3868,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3852
3868
  positions?: string[] | null | undefined;
3853
3869
  inRegistry?: boolean | null | undefined;
3854
3870
  imageIds?: string[] | null | undefined;
3871
+ shareSize?: number | null | undefined;
3855
3872
  }[] | null | undefined;
3856
3873
  } | null | undefined;
3857
3874
  } | null | undefined;
@@ -3871,7 +3888,8 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3871
3888
  externalUserId: string;
3872
3889
  applicantPlatform: string;
3873
3890
  review: {
3874
- levelName?: string | undefined;
3891
+ levelName: string;
3892
+ priority: number;
3875
3893
  reviewDate?: Date | undefined;
3876
3894
  reviewResult?: {
3877
3895
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -3890,16 +3908,15 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3890
3908
  elapsedSinceQueuedMs?: number | undefined;
3891
3909
  reprocessing?: boolean | undefined;
3892
3910
  levelAutoCheckMode?: null | undefined;
3893
- createDate?: string | undefined;
3911
+ createDate?: Date | undefined;
3894
3912
  confirmed?: boolean | undefined;
3895
- priority?: number | undefined;
3896
3913
  };
3897
3914
  ipCountry?: string | null | undefined;
3898
3915
  info?: {
3899
- idDocs: {
3916
+ idDocs?: {
3900
3917
  country: string;
3901
3918
  idDocType: string;
3902
- }[];
3919
+ }[] | null | undefined;
3903
3920
  companyInfo?: {
3904
3921
  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";
3905
3922
  companyName: string;
@@ -3922,6 +3939,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3922
3939
  positions?: string[] | null | undefined;
3923
3940
  inRegistry?: boolean | null | undefined;
3924
3941
  imageIds?: string[] | null | undefined;
3942
+ shareSize?: number | null | undefined;
3925
3943
  }[] | null | undefined;
3926
3944
  } | null | undefined;
3927
3945
  } | null | undefined;
@@ -3949,7 +3967,8 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3949
3967
  externalUserId: string;
3950
3968
  applicantPlatform: string;
3951
3969
  review: {
3952
- levelName?: string | undefined;
3970
+ levelName: string;
3971
+ priority: number;
3953
3972
  reviewDate?: Date | undefined;
3954
3973
  reviewResult?: {
3955
3974
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -3968,16 +3987,15 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
3968
3987
  elapsedSinceQueuedMs?: number | undefined;
3969
3988
  reprocessing?: boolean | undefined;
3970
3989
  levelAutoCheckMode?: null | undefined;
3971
- createDate?: string | undefined;
3990
+ createDate?: Date | undefined;
3972
3991
  confirmed?: boolean | undefined;
3973
- priority?: number | undefined;
3974
3992
  };
3975
3993
  ipCountry?: string | null | undefined;
3976
3994
  info?: {
3977
- idDocs: {
3995
+ idDocs?: {
3978
3996
  country: string;
3979
3997
  idDocType: string;
3980
- }[];
3998
+ }[] | null | undefined;
3981
3999
  companyInfo?: {
3982
4000
  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";
3983
4001
  companyName: string;
@@ -4000,6 +4018,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4000
4018
  positions?: string[] | null | undefined;
4001
4019
  inRegistry?: boolean | null | undefined;
4002
4020
  imageIds?: string[] | null | undefined;
4021
+ shareSize?: number | null | undefined;
4003
4022
  }[] | null | undefined;
4004
4023
  } | null | undefined;
4005
4024
  } | null | undefined;
@@ -4026,7 +4045,8 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4026
4045
  externalUserId: string;
4027
4046
  applicantPlatform: string;
4028
4047
  review: {
4029
- levelName?: string | undefined;
4048
+ levelName: string;
4049
+ priority: number;
4030
4050
  reviewDate?: Date | undefined;
4031
4051
  reviewResult?: {
4032
4052
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -4045,16 +4065,15 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4045
4065
  elapsedSinceQueuedMs?: number | undefined;
4046
4066
  reprocessing?: boolean | undefined;
4047
4067
  levelAutoCheckMode?: null | undefined;
4048
- createDate?: string | undefined;
4068
+ createDate?: Date | undefined;
4049
4069
  confirmed?: boolean | undefined;
4050
- priority?: number | undefined;
4051
4070
  };
4052
4071
  ipCountry?: string | null | undefined;
4053
4072
  info?: {
4054
- idDocs: {
4073
+ idDocs?: {
4055
4074
  country: string;
4056
4075
  idDocType: string;
4057
- }[];
4076
+ }[] | null | undefined;
4058
4077
  companyInfo?: {
4059
4078
  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";
4060
4079
  companyName: string;
@@ -4077,6 +4096,7 @@ export declare const SumsubKybDataSchema: z.ZodObject<{
4077
4096
  positions?: string[] | null | undefined;
4078
4097
  inRegistry?: boolean | null | undefined;
4079
4098
  imageIds?: string[] | null | undefined;
4099
+ shareSize?: number | null | undefined;
4080
4100
  }[] | null | undefined;
4081
4101
  } | null | undefined;
4082
4102
  } | null | undefined;
@@ -5111,7 +5131,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5111
5131
  inspectionId: z.ZodString;
5112
5132
  externalUserId: z.ZodString;
5113
5133
  info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5114
- idDocs: z.ZodArray<z.ZodObject<{
5134
+ idDocs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
5115
5135
  idDocType: z.ZodString;
5116
5136
  country: z.ZodString;
5117
5137
  }, "strip", z.ZodTypeAny, {
@@ -5120,7 +5140,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5120
5140
  }, {
5121
5141
  country: string;
5122
5142
  idDocType: string;
5123
- }>, "many">;
5143
+ }>, "many">>>;
5124
5144
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
5125
5145
  companyName: z.ZodString;
5126
5146
  registrationNumber: z.ZodString;
@@ -5143,18 +5163,21 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5143
5163
  positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
5144
5164
  inRegistry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
5145
5165
  imageIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
5166
+ shareSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5146
5167
  }, "strip", z.ZodTypeAny, {
5147
5168
  type: "shareholder" | "ubo" | "representative";
5148
5169
  applicantId: string;
5149
5170
  positions?: string[] | null | undefined;
5150
5171
  inRegistry?: boolean | null | undefined;
5151
5172
  imageIds?: string[] | null | undefined;
5173
+ shareSize?: number | null | undefined;
5152
5174
  }, {
5153
5175
  type: "shareholder" | "ubo" | "representative";
5154
5176
  applicantId: string;
5155
5177
  positions?: string[] | null | undefined;
5156
5178
  inRegistry?: boolean | null | undefined;
5157
5179
  imageIds?: string[] | null | undefined;
5180
+ shareSize?: number | null | undefined;
5158
5181
  }>, "many">>>;
5159
5182
  }, "strip", z.ZodTypeAny, {
5160
5183
  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";
@@ -5178,6 +5201,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5178
5201
  positions?: string[] | null | undefined;
5179
5202
  inRegistry?: boolean | null | undefined;
5180
5203
  imageIds?: string[] | null | undefined;
5204
+ shareSize?: number | null | undefined;
5181
5205
  }[] | null | undefined;
5182
5206
  }, {
5183
5207
  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";
@@ -5201,13 +5225,14 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5201
5225
  positions?: string[] | null | undefined;
5202
5226
  inRegistry?: boolean | null | undefined;
5203
5227
  imageIds?: string[] | null | undefined;
5228
+ shareSize?: number | null | undefined;
5204
5229
  }[] | null | undefined;
5205
5230
  }>>>;
5206
5231
  }, "strip", z.ZodTypeAny, {
5207
- idDocs: {
5232
+ idDocs?: {
5208
5233
  country: string;
5209
5234
  idDocType: string;
5210
- }[];
5235
+ }[] | null | undefined;
5211
5236
  companyInfo?: {
5212
5237
  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";
5213
5238
  companyName: string;
@@ -5230,13 +5255,14 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5230
5255
  positions?: string[] | null | undefined;
5231
5256
  inRegistry?: boolean | null | undefined;
5232
5257
  imageIds?: string[] | null | undefined;
5258
+ shareSize?: number | null | undefined;
5233
5259
  }[] | null | undefined;
5234
5260
  } | null | undefined;
5235
5261
  }, {
5236
- idDocs: {
5262
+ idDocs?: {
5237
5263
  country: string;
5238
5264
  idDocType: string;
5239
- }[];
5265
+ }[] | null | undefined;
5240
5266
  companyInfo?: {
5241
5267
  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";
5242
5268
  companyName: string;
@@ -5259,6 +5285,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5259
5285
  positions?: string[] | null | undefined;
5260
5286
  inRegistry?: boolean | null | undefined;
5261
5287
  imageIds?: string[] | null | undefined;
5288
+ shareSize?: number | null | undefined;
5262
5289
  }[] | null | undefined;
5263
5290
  } | null | undefined;
5264
5291
  }>>>;
@@ -5290,11 +5317,11 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5290
5317
  elapsedSincePendingMs: z.ZodOptional<z.ZodNumber>;
5291
5318
  elapsedSinceQueuedMs: z.ZodOptional<z.ZodNumber>;
5292
5319
  reprocessing: z.ZodOptional<z.ZodBoolean>;
5293
- levelName: z.ZodOptional<z.ZodString>;
5320
+ levelName: z.ZodString;
5294
5321
  levelAutoCheckMode: z.ZodOptional<z.ZodNull>;
5295
- createDate: z.ZodOptional<z.ZodString>;
5296
- reviewDate: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
5297
- reviewResult: z.ZodOptional<z.ZodOptional<z.ZodObject<{
5322
+ createDate: z.ZodOptional<z.ZodDate>;
5323
+ reviewDate: z.ZodOptional<z.ZodDate>;
5324
+ reviewResult: z.ZodOptional<z.ZodObject<{
5298
5325
  reviewAnswer: z.ZodOptional<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>;
5299
5326
  rejectLabels: z.ZodOptional<z.ZodArray<z.ZodEnum<["FORGERY", "DOCUMENT_TEMPLATE", "LOW_QUALITY", "SPAM", "NOT_DOCUMENT", "SELFIE_MISMATCH", "ID_INVALID", "FOREIGNER", "DUPLICATE", "BAD_AVATAR", "WRONG_USER_REGION", "INCOMPLETE_DOCUMENT", "BLACKLIST", "BLOCKLIST", "UNSATISFACTORY_PHOTOS", "DOCUMENT_PAGE_MISSING", "DOCUMENT_DAMAGED", "REGULATIONS_VIOLATIONS", "INCONSISTENT_PROFILE", "PROBLEMATIC_APPLICANT_DATA", "ADDITIONAL_DOCUMENT_REQUIRED", "AGE_REQUIREMENT_MISMATCH", "EXPERIENCE_REQUIREMENT_MISMATCH", "CRIMINAL", "WRONG_ADDRESS", "GRAPHIC_EDITOR", "DOCUMENT_DEPRIVED", "COMPROMISED_PERSONS", "PEP", "ADVERSE_MEDIA", "FRAUDULENT_PATTERNS", "SANCTIONS", "NOT_ALL_CHECKS_COMPLETED", "FRONT_SIDE_MISSING", "BACK_SIDE_MISSING", "SCREENSHOTS", "BLACK_AND_WHITE", "INCOMPATIBLE_LANGUAGE", "EXPIRATION_DATE", "UNFILLED_ID", "BAD_SELFIE", "BAD_VIDEO_SELFIE", "BAD_FACE_MATCHING", "BAD_PROOF_OF_IDENTITY", "BAD_PROOF_OF_ADDRESS", "BAD_PROOF_OF_PAYMENT", "SELFIE_WITH_PAPER", "FRAUDULENT_LIVENESS", "OTHER", "REQUESTED_DATA_MISMATCH", "OK", "COMPANY_NOT_DEFINED_STRUCTURE", "COMPANY_NOT_DEFINED_BENEFICIARIES", "COMPANY_NOT_VALIDATED_BENEFICIARIES", "COMPANY_NOT_DEFINED_REPRESENTATIVES", "COMPANY_NOT_VALIDATED_REPRESENTATIVES", "APPLICANT_INTERRUPTED_INTERVIEW", "DOCUMENT_MISSING", "UNSUITABLE_ENV", "CONNECTION_INTERRUPTED", "UNSUPPORTED_LANGUAGE", "THIRD_PARTY_INVOLVED", "CHECK_UNAVAILABLE", "INCORRECT_SOCIAL_NUMBER"]>, "many">>;
5300
5327
  reviewRejectType: z.ZodOptional<z.ZodEnum<["FINAL", "RETRY"]>>;
@@ -5318,12 +5345,13 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5318
5345
  moderationComment?: string | undefined;
5319
5346
  buttonIds?: string[] | undefined;
5320
5347
  reviewDate?: Date | undefined;
5321
- }>>>;
5322
- reviewStatus: z.ZodOptional<z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>>;
5348
+ }>>;
5349
+ reviewStatus: z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>;
5323
5350
  confirmed: z.ZodOptional<z.ZodBoolean>;
5324
- priority: z.ZodOptional<z.ZodNumber>;
5351
+ priority: z.ZodNumber;
5325
5352
  }, "strip", z.ZodTypeAny, {
5326
- levelName?: string | undefined;
5353
+ levelName: string;
5354
+ priority: number;
5327
5355
  reviewDate?: Date | undefined;
5328
5356
  reviewResult?: {
5329
5357
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -5342,11 +5370,11 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5342
5370
  elapsedSinceQueuedMs?: number | undefined;
5343
5371
  reprocessing?: boolean | undefined;
5344
5372
  levelAutoCheckMode?: null | undefined;
5345
- createDate?: string | undefined;
5373
+ createDate?: Date | undefined;
5346
5374
  confirmed?: boolean | undefined;
5347
- priority?: number | undefined;
5348
5375
  }, {
5349
- levelName?: string | undefined;
5376
+ levelName: string;
5377
+ priority: number;
5350
5378
  reviewDate?: Date | undefined;
5351
5379
  reviewResult?: {
5352
5380
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -5365,9 +5393,8 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5365
5393
  elapsedSinceQueuedMs?: number | undefined;
5366
5394
  reprocessing?: boolean | undefined;
5367
5395
  levelAutoCheckMode?: null | undefined;
5368
- createDate?: string | undefined;
5396
+ createDate?: Date | undefined;
5369
5397
  confirmed?: boolean | undefined;
5370
- priority?: number | undefined;
5371
5398
  }>;
5372
5399
  lang: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5373
5400
  type: z.ZodEnum<["individual", "company"]>;
@@ -5379,7 +5406,8 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5379
5406
  externalUserId: string;
5380
5407
  applicantPlatform: string;
5381
5408
  review: {
5382
- levelName?: string | undefined;
5409
+ levelName: string;
5410
+ priority: number;
5383
5411
  reviewDate?: Date | undefined;
5384
5412
  reviewResult?: {
5385
5413
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -5398,16 +5426,15 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5398
5426
  elapsedSinceQueuedMs?: number | undefined;
5399
5427
  reprocessing?: boolean | undefined;
5400
5428
  levelAutoCheckMode?: null | undefined;
5401
- createDate?: string | undefined;
5429
+ createDate?: Date | undefined;
5402
5430
  confirmed?: boolean | undefined;
5403
- priority?: number | undefined;
5404
5431
  };
5405
5432
  ipCountry?: string | null | undefined;
5406
5433
  info?: {
5407
- idDocs: {
5434
+ idDocs?: {
5408
5435
  country: string;
5409
5436
  idDocType: string;
5410
- }[];
5437
+ }[] | null | undefined;
5411
5438
  companyInfo?: {
5412
5439
  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";
5413
5440
  companyName: string;
@@ -5430,6 +5457,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5430
5457
  positions?: string[] | null | undefined;
5431
5458
  inRegistry?: boolean | null | undefined;
5432
5459
  imageIds?: string[] | null | undefined;
5460
+ shareSize?: number | null | undefined;
5433
5461
  }[] | null | undefined;
5434
5462
  } | null | undefined;
5435
5463
  } | null | undefined;
@@ -5449,7 +5477,8 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5449
5477
  externalUserId: string;
5450
5478
  applicantPlatform: string;
5451
5479
  review: {
5452
- levelName?: string | undefined;
5480
+ levelName: string;
5481
+ priority: number;
5453
5482
  reviewDate?: Date | undefined;
5454
5483
  reviewResult?: {
5455
5484
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -5468,16 +5497,15 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5468
5497
  elapsedSinceQueuedMs?: number | undefined;
5469
5498
  reprocessing?: boolean | undefined;
5470
5499
  levelAutoCheckMode?: null | undefined;
5471
- createDate?: string | undefined;
5500
+ createDate?: Date | undefined;
5472
5501
  confirmed?: boolean | undefined;
5473
- priority?: number | undefined;
5474
5502
  };
5475
5503
  ipCountry?: string | null | undefined;
5476
5504
  info?: {
5477
- idDocs: {
5505
+ idDocs?: {
5478
5506
  country: string;
5479
5507
  idDocType: string;
5480
- }[];
5508
+ }[] | null | undefined;
5481
5509
  companyInfo?: {
5482
5510
  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";
5483
5511
  companyName: string;
@@ -5500,6 +5528,7 @@ export declare const SumSubApplicantSchema: z.ZodUnion<[z.ZodObject<{
5500
5528
  positions?: string[] | null | undefined;
5501
5529
  inRegistry?: boolean | null | undefined;
5502
5530
  imageIds?: string[] | null | undefined;
5531
+ shareSize?: number | null | undefined;
5503
5532
  }[] | null | undefined;
5504
5533
  } | null | undefined;
5505
5534
  } | null | undefined;
@@ -6564,7 +6593,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6564
6593
  inspectionId: z.ZodString;
6565
6594
  externalUserId: z.ZodString;
6566
6595
  info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6567
- idDocs: z.ZodArray<z.ZodObject<{
6596
+ idDocs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
6568
6597
  idDocType: z.ZodString;
6569
6598
  country: z.ZodString;
6570
6599
  }, "strip", z.ZodTypeAny, {
@@ -6573,7 +6602,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6573
6602
  }, {
6574
6603
  country: string;
6575
6604
  idDocType: string;
6576
- }>, "many">;
6605
+ }>, "many">>>;
6577
6606
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
6578
6607
  companyName: z.ZodString;
6579
6608
  registrationNumber: z.ZodString;
@@ -6596,18 +6625,21 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6596
6625
  positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
6597
6626
  inRegistry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
6598
6627
  imageIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
6628
+ shareSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
6599
6629
  }, "strip", z.ZodTypeAny, {
6600
6630
  type: "shareholder" | "ubo" | "representative";
6601
6631
  applicantId: string;
6602
6632
  positions?: string[] | null | undefined;
6603
6633
  inRegistry?: boolean | null | undefined;
6604
6634
  imageIds?: string[] | null | undefined;
6635
+ shareSize?: number | null | undefined;
6605
6636
  }, {
6606
6637
  type: "shareholder" | "ubo" | "representative";
6607
6638
  applicantId: string;
6608
6639
  positions?: string[] | null | undefined;
6609
6640
  inRegistry?: boolean | null | undefined;
6610
6641
  imageIds?: string[] | null | undefined;
6642
+ shareSize?: number | null | undefined;
6611
6643
  }>, "many">>>;
6612
6644
  }, "strip", z.ZodTypeAny, {
6613
6645
  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";
@@ -6631,6 +6663,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6631
6663
  positions?: string[] | null | undefined;
6632
6664
  inRegistry?: boolean | null | undefined;
6633
6665
  imageIds?: string[] | null | undefined;
6666
+ shareSize?: number | null | undefined;
6634
6667
  }[] | null | undefined;
6635
6668
  }, {
6636
6669
  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";
@@ -6654,13 +6687,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6654
6687
  positions?: string[] | null | undefined;
6655
6688
  inRegistry?: boolean | null | undefined;
6656
6689
  imageIds?: string[] | null | undefined;
6690
+ shareSize?: number | null | undefined;
6657
6691
  }[] | null | undefined;
6658
6692
  }>>>;
6659
6693
  }, "strip", z.ZodTypeAny, {
6660
- idDocs: {
6694
+ idDocs?: {
6661
6695
  country: string;
6662
6696
  idDocType: string;
6663
- }[];
6697
+ }[] | null | undefined;
6664
6698
  companyInfo?: {
6665
6699
  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";
6666
6700
  companyName: string;
@@ -6683,13 +6717,14 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6683
6717
  positions?: string[] | null | undefined;
6684
6718
  inRegistry?: boolean | null | undefined;
6685
6719
  imageIds?: string[] | null | undefined;
6720
+ shareSize?: number | null | undefined;
6686
6721
  }[] | null | undefined;
6687
6722
  } | null | undefined;
6688
6723
  }, {
6689
- idDocs: {
6724
+ idDocs?: {
6690
6725
  country: string;
6691
6726
  idDocType: string;
6692
- }[];
6727
+ }[] | null | undefined;
6693
6728
  companyInfo?: {
6694
6729
  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";
6695
6730
  companyName: string;
@@ -6712,6 +6747,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6712
6747
  positions?: string[] | null | undefined;
6713
6748
  inRegistry?: boolean | null | undefined;
6714
6749
  imageIds?: string[] | null | undefined;
6750
+ shareSize?: number | null | undefined;
6715
6751
  }[] | null | undefined;
6716
6752
  } | null | undefined;
6717
6753
  }>>>;
@@ -6743,11 +6779,11 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6743
6779
  elapsedSincePendingMs: z.ZodOptional<z.ZodNumber>;
6744
6780
  elapsedSinceQueuedMs: z.ZodOptional<z.ZodNumber>;
6745
6781
  reprocessing: z.ZodOptional<z.ZodBoolean>;
6746
- levelName: z.ZodOptional<z.ZodString>;
6782
+ levelName: z.ZodString;
6747
6783
  levelAutoCheckMode: z.ZodOptional<z.ZodNull>;
6748
- createDate: z.ZodOptional<z.ZodString>;
6749
- reviewDate: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
6750
- reviewResult: z.ZodOptional<z.ZodOptional<z.ZodObject<{
6784
+ createDate: z.ZodOptional<z.ZodDate>;
6785
+ reviewDate: z.ZodOptional<z.ZodDate>;
6786
+ reviewResult: z.ZodOptional<z.ZodObject<{
6751
6787
  reviewAnswer: z.ZodOptional<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>;
6752
6788
  rejectLabels: z.ZodOptional<z.ZodArray<z.ZodEnum<["FORGERY", "DOCUMENT_TEMPLATE", "LOW_QUALITY", "SPAM", "NOT_DOCUMENT", "SELFIE_MISMATCH", "ID_INVALID", "FOREIGNER", "DUPLICATE", "BAD_AVATAR", "WRONG_USER_REGION", "INCOMPLETE_DOCUMENT", "BLACKLIST", "BLOCKLIST", "UNSATISFACTORY_PHOTOS", "DOCUMENT_PAGE_MISSING", "DOCUMENT_DAMAGED", "REGULATIONS_VIOLATIONS", "INCONSISTENT_PROFILE", "PROBLEMATIC_APPLICANT_DATA", "ADDITIONAL_DOCUMENT_REQUIRED", "AGE_REQUIREMENT_MISMATCH", "EXPERIENCE_REQUIREMENT_MISMATCH", "CRIMINAL", "WRONG_ADDRESS", "GRAPHIC_EDITOR", "DOCUMENT_DEPRIVED", "COMPROMISED_PERSONS", "PEP", "ADVERSE_MEDIA", "FRAUDULENT_PATTERNS", "SANCTIONS", "NOT_ALL_CHECKS_COMPLETED", "FRONT_SIDE_MISSING", "BACK_SIDE_MISSING", "SCREENSHOTS", "BLACK_AND_WHITE", "INCOMPATIBLE_LANGUAGE", "EXPIRATION_DATE", "UNFILLED_ID", "BAD_SELFIE", "BAD_VIDEO_SELFIE", "BAD_FACE_MATCHING", "BAD_PROOF_OF_IDENTITY", "BAD_PROOF_OF_ADDRESS", "BAD_PROOF_OF_PAYMENT", "SELFIE_WITH_PAPER", "FRAUDULENT_LIVENESS", "OTHER", "REQUESTED_DATA_MISMATCH", "OK", "COMPANY_NOT_DEFINED_STRUCTURE", "COMPANY_NOT_DEFINED_BENEFICIARIES", "COMPANY_NOT_VALIDATED_BENEFICIARIES", "COMPANY_NOT_DEFINED_REPRESENTATIVES", "COMPANY_NOT_VALIDATED_REPRESENTATIVES", "APPLICANT_INTERRUPTED_INTERVIEW", "DOCUMENT_MISSING", "UNSUITABLE_ENV", "CONNECTION_INTERRUPTED", "UNSUPPORTED_LANGUAGE", "THIRD_PARTY_INVOLVED", "CHECK_UNAVAILABLE", "INCORRECT_SOCIAL_NUMBER"]>, "many">>;
6753
6789
  reviewRejectType: z.ZodOptional<z.ZodEnum<["FINAL", "RETRY"]>>;
@@ -6771,12 +6807,13 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6771
6807
  moderationComment?: string | undefined;
6772
6808
  buttonIds?: string[] | undefined;
6773
6809
  reviewDate?: Date | undefined;
6774
- }>>>;
6775
- reviewStatus: z.ZodOptional<z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>>;
6810
+ }>>;
6811
+ reviewStatus: z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>;
6776
6812
  confirmed: z.ZodOptional<z.ZodBoolean>;
6777
- priority: z.ZodOptional<z.ZodNumber>;
6813
+ priority: z.ZodNumber;
6778
6814
  }, "strip", z.ZodTypeAny, {
6779
- levelName?: string | undefined;
6815
+ levelName: string;
6816
+ priority: number;
6780
6817
  reviewDate?: Date | undefined;
6781
6818
  reviewResult?: {
6782
6819
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -6795,11 +6832,11 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6795
6832
  elapsedSinceQueuedMs?: number | undefined;
6796
6833
  reprocessing?: boolean | undefined;
6797
6834
  levelAutoCheckMode?: null | undefined;
6798
- createDate?: string | undefined;
6835
+ createDate?: Date | undefined;
6799
6836
  confirmed?: boolean | undefined;
6800
- priority?: number | undefined;
6801
6837
  }, {
6802
- levelName?: string | undefined;
6838
+ levelName: string;
6839
+ priority: number;
6803
6840
  reviewDate?: Date | undefined;
6804
6841
  reviewResult?: {
6805
6842
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -6818,9 +6855,8 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6818
6855
  elapsedSinceQueuedMs?: number | undefined;
6819
6856
  reprocessing?: boolean | undefined;
6820
6857
  levelAutoCheckMode?: null | undefined;
6821
- createDate?: string | undefined;
6858
+ createDate?: Date | undefined;
6822
6859
  confirmed?: boolean | undefined;
6823
- priority?: number | undefined;
6824
6860
  }>;
6825
6861
  lang: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6826
6862
  type: z.ZodEnum<["individual", "company"]>;
@@ -6832,7 +6868,8 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6832
6868
  externalUserId: string;
6833
6869
  applicantPlatform: string;
6834
6870
  review: {
6835
- levelName?: string | undefined;
6871
+ levelName: string;
6872
+ priority: number;
6836
6873
  reviewDate?: Date | undefined;
6837
6874
  reviewResult?: {
6838
6875
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -6851,16 +6888,15 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6851
6888
  elapsedSinceQueuedMs?: number | undefined;
6852
6889
  reprocessing?: boolean | undefined;
6853
6890
  levelAutoCheckMode?: null | undefined;
6854
- createDate?: string | undefined;
6891
+ createDate?: Date | undefined;
6855
6892
  confirmed?: boolean | undefined;
6856
- priority?: number | undefined;
6857
6893
  };
6858
6894
  ipCountry?: string | null | undefined;
6859
6895
  info?: {
6860
- idDocs: {
6896
+ idDocs?: {
6861
6897
  country: string;
6862
6898
  idDocType: string;
6863
- }[];
6899
+ }[] | null | undefined;
6864
6900
  companyInfo?: {
6865
6901
  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";
6866
6902
  companyName: string;
@@ -6883,6 +6919,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6883
6919
  positions?: string[] | null | undefined;
6884
6920
  inRegistry?: boolean | null | undefined;
6885
6921
  imageIds?: string[] | null | undefined;
6922
+ shareSize?: number | null | undefined;
6886
6923
  }[] | null | undefined;
6887
6924
  } | null | undefined;
6888
6925
  } | null | undefined;
@@ -6902,7 +6939,8 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6902
6939
  externalUserId: string;
6903
6940
  applicantPlatform: string;
6904
6941
  review: {
6905
- levelName?: string | undefined;
6942
+ levelName: string;
6943
+ priority: number;
6906
6944
  reviewDate?: Date | undefined;
6907
6945
  reviewResult?: {
6908
6946
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -6921,16 +6959,15 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6921
6959
  elapsedSinceQueuedMs?: number | undefined;
6922
6960
  reprocessing?: boolean | undefined;
6923
6961
  levelAutoCheckMode?: null | undefined;
6924
- createDate?: string | undefined;
6962
+ createDate?: Date | undefined;
6925
6963
  confirmed?: boolean | undefined;
6926
- priority?: number | undefined;
6927
6964
  };
6928
6965
  ipCountry?: string | null | undefined;
6929
6966
  info?: {
6930
- idDocs: {
6967
+ idDocs?: {
6931
6968
  country: string;
6932
6969
  idDocType: string;
6933
- }[];
6970
+ }[] | null | undefined;
6934
6971
  companyInfo?: {
6935
6972
  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";
6936
6973
  companyName: string;
@@ -6953,6 +6990,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
6953
6990
  positions?: string[] | null | undefined;
6954
6991
  inRegistry?: boolean | null | undefined;
6955
6992
  imageIds?: string[] | null | undefined;
6993
+ shareSize?: number | null | undefined;
6956
6994
  }[] | null | undefined;
6957
6995
  } | null | undefined;
6958
6996
  } | null | undefined;
@@ -7151,7 +7189,8 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7151
7189
  externalUserId: string;
7152
7190
  applicantPlatform: string;
7153
7191
  review: {
7154
- levelName?: string | undefined;
7192
+ levelName: string;
7193
+ priority: number;
7155
7194
  reviewDate?: Date | undefined;
7156
7195
  reviewResult?: {
7157
7196
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -7170,16 +7209,15 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7170
7209
  elapsedSinceQueuedMs?: number | undefined;
7171
7210
  reprocessing?: boolean | undefined;
7172
7211
  levelAutoCheckMode?: null | undefined;
7173
- createDate?: string | undefined;
7212
+ createDate?: Date | undefined;
7174
7213
  confirmed?: boolean | undefined;
7175
- priority?: number | undefined;
7176
7214
  };
7177
7215
  ipCountry?: string | null | undefined;
7178
7216
  info?: {
7179
- idDocs: {
7217
+ idDocs?: {
7180
7218
  country: string;
7181
7219
  idDocType: string;
7182
- }[];
7220
+ }[] | null | undefined;
7183
7221
  companyInfo?: {
7184
7222
  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";
7185
7223
  companyName: string;
@@ -7202,6 +7240,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7202
7240
  positions?: string[] | null | undefined;
7203
7241
  inRegistry?: boolean | null | undefined;
7204
7242
  imageIds?: string[] | null | undefined;
7243
+ shareSize?: number | null | undefined;
7205
7244
  }[] | null | undefined;
7206
7245
  } | null | undefined;
7207
7246
  } | null | undefined;
@@ -7398,7 +7437,8 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7398
7437
  externalUserId: string;
7399
7438
  applicantPlatform: string;
7400
7439
  review: {
7401
- levelName?: string | undefined;
7440
+ levelName: string;
7441
+ priority: number;
7402
7442
  reviewDate?: Date | undefined;
7403
7443
  reviewResult?: {
7404
7444
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -7417,16 +7457,15 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7417
7457
  elapsedSinceQueuedMs?: number | undefined;
7418
7458
  reprocessing?: boolean | undefined;
7419
7459
  levelAutoCheckMode?: null | undefined;
7420
- createDate?: string | undefined;
7460
+ createDate?: Date | undefined;
7421
7461
  confirmed?: boolean | undefined;
7422
- priority?: number | undefined;
7423
7462
  };
7424
7463
  ipCountry?: string | null | undefined;
7425
7464
  info?: {
7426
- idDocs: {
7465
+ idDocs?: {
7427
7466
  country: string;
7428
7467
  idDocType: string;
7429
- }[];
7468
+ }[] | null | undefined;
7430
7469
  companyInfo?: {
7431
7470
  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";
7432
7471
  companyName: string;
@@ -7449,6 +7488,7 @@ declare const SumSubSimilarApplicantSchema: z.ZodObject<{
7449
7488
  positions?: string[] | null | undefined;
7450
7489
  inRegistry?: boolean | null | undefined;
7451
7490
  imageIds?: string[] | null | undefined;
7491
+ shareSize?: number | null | undefined;
7452
7492
  }[] | null | undefined;
7453
7493
  } | null | undefined;
7454
7494
  } | null | undefined;
@@ -8489,7 +8529,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8489
8529
  inspectionId: z.ZodString;
8490
8530
  externalUserId: z.ZodString;
8491
8531
  info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8492
- idDocs: z.ZodArray<z.ZodObject<{
8532
+ idDocs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
8493
8533
  idDocType: z.ZodString;
8494
8534
  country: z.ZodString;
8495
8535
  }, "strip", z.ZodTypeAny, {
@@ -8498,7 +8538,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8498
8538
  }, {
8499
8539
  country: string;
8500
8540
  idDocType: string;
8501
- }>, "many">;
8541
+ }>, "many">>>;
8502
8542
  companyInfo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
8503
8543
  companyName: z.ZodString;
8504
8544
  registrationNumber: z.ZodString;
@@ -8521,18 +8561,21 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8521
8561
  positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
8522
8562
  inRegistry: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
8523
8563
  imageIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
8564
+ shareSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
8524
8565
  }, "strip", z.ZodTypeAny, {
8525
8566
  type: "shareholder" | "ubo" | "representative";
8526
8567
  applicantId: string;
8527
8568
  positions?: string[] | null | undefined;
8528
8569
  inRegistry?: boolean | null | undefined;
8529
8570
  imageIds?: string[] | null | undefined;
8571
+ shareSize?: number | null | undefined;
8530
8572
  }, {
8531
8573
  type: "shareholder" | "ubo" | "representative";
8532
8574
  applicantId: string;
8533
8575
  positions?: string[] | null | undefined;
8534
8576
  inRegistry?: boolean | null | undefined;
8535
8577
  imageIds?: string[] | null | undefined;
8578
+ shareSize?: number | null | undefined;
8536
8579
  }>, "many">>>;
8537
8580
  }, "strip", z.ZodTypeAny, {
8538
8581
  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";
@@ -8556,6 +8599,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8556
8599
  positions?: string[] | null | undefined;
8557
8600
  inRegistry?: boolean | null | undefined;
8558
8601
  imageIds?: string[] | null | undefined;
8602
+ shareSize?: number | null | undefined;
8559
8603
  }[] | null | undefined;
8560
8604
  }, {
8561
8605
  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";
@@ -8579,13 +8623,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8579
8623
  positions?: string[] | null | undefined;
8580
8624
  inRegistry?: boolean | null | undefined;
8581
8625
  imageIds?: string[] | null | undefined;
8626
+ shareSize?: number | null | undefined;
8582
8627
  }[] | null | undefined;
8583
8628
  }>>>;
8584
8629
  }, "strip", z.ZodTypeAny, {
8585
- idDocs: {
8630
+ idDocs?: {
8586
8631
  country: string;
8587
8632
  idDocType: string;
8588
- }[];
8633
+ }[] | null | undefined;
8589
8634
  companyInfo?: {
8590
8635
  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";
8591
8636
  companyName: string;
@@ -8608,13 +8653,14 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8608
8653
  positions?: string[] | null | undefined;
8609
8654
  inRegistry?: boolean | null | undefined;
8610
8655
  imageIds?: string[] | null | undefined;
8656
+ shareSize?: number | null | undefined;
8611
8657
  }[] | null | undefined;
8612
8658
  } | null | undefined;
8613
8659
  }, {
8614
- idDocs: {
8660
+ idDocs?: {
8615
8661
  country: string;
8616
8662
  idDocType: string;
8617
- }[];
8663
+ }[] | null | undefined;
8618
8664
  companyInfo?: {
8619
8665
  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";
8620
8666
  companyName: string;
@@ -8637,6 +8683,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8637
8683
  positions?: string[] | null | undefined;
8638
8684
  inRegistry?: boolean | null | undefined;
8639
8685
  imageIds?: string[] | null | undefined;
8686
+ shareSize?: number | null | undefined;
8640
8687
  }[] | null | undefined;
8641
8688
  } | null | undefined;
8642
8689
  }>>>;
@@ -8668,11 +8715,11 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8668
8715
  elapsedSincePendingMs: z.ZodOptional<z.ZodNumber>;
8669
8716
  elapsedSinceQueuedMs: z.ZodOptional<z.ZodNumber>;
8670
8717
  reprocessing: z.ZodOptional<z.ZodBoolean>;
8671
- levelName: z.ZodOptional<z.ZodString>;
8718
+ levelName: z.ZodString;
8672
8719
  levelAutoCheckMode: z.ZodOptional<z.ZodNull>;
8673
- createDate: z.ZodOptional<z.ZodString>;
8674
- reviewDate: z.ZodOptional<z.ZodOptional<z.ZodDate>>;
8675
- reviewResult: z.ZodOptional<z.ZodOptional<z.ZodObject<{
8720
+ createDate: z.ZodOptional<z.ZodDate>;
8721
+ reviewDate: z.ZodOptional<z.ZodDate>;
8722
+ reviewResult: z.ZodOptional<z.ZodObject<{
8676
8723
  reviewAnswer: z.ZodOptional<z.ZodEnum<["GREEN", "RED", "YELLOW"]>>;
8677
8724
  rejectLabels: z.ZodOptional<z.ZodArray<z.ZodEnum<["FORGERY", "DOCUMENT_TEMPLATE", "LOW_QUALITY", "SPAM", "NOT_DOCUMENT", "SELFIE_MISMATCH", "ID_INVALID", "FOREIGNER", "DUPLICATE", "BAD_AVATAR", "WRONG_USER_REGION", "INCOMPLETE_DOCUMENT", "BLACKLIST", "BLOCKLIST", "UNSATISFACTORY_PHOTOS", "DOCUMENT_PAGE_MISSING", "DOCUMENT_DAMAGED", "REGULATIONS_VIOLATIONS", "INCONSISTENT_PROFILE", "PROBLEMATIC_APPLICANT_DATA", "ADDITIONAL_DOCUMENT_REQUIRED", "AGE_REQUIREMENT_MISMATCH", "EXPERIENCE_REQUIREMENT_MISMATCH", "CRIMINAL", "WRONG_ADDRESS", "GRAPHIC_EDITOR", "DOCUMENT_DEPRIVED", "COMPROMISED_PERSONS", "PEP", "ADVERSE_MEDIA", "FRAUDULENT_PATTERNS", "SANCTIONS", "NOT_ALL_CHECKS_COMPLETED", "FRONT_SIDE_MISSING", "BACK_SIDE_MISSING", "SCREENSHOTS", "BLACK_AND_WHITE", "INCOMPATIBLE_LANGUAGE", "EXPIRATION_DATE", "UNFILLED_ID", "BAD_SELFIE", "BAD_VIDEO_SELFIE", "BAD_FACE_MATCHING", "BAD_PROOF_OF_IDENTITY", "BAD_PROOF_OF_ADDRESS", "BAD_PROOF_OF_PAYMENT", "SELFIE_WITH_PAPER", "FRAUDULENT_LIVENESS", "OTHER", "REQUESTED_DATA_MISMATCH", "OK", "COMPANY_NOT_DEFINED_STRUCTURE", "COMPANY_NOT_DEFINED_BENEFICIARIES", "COMPANY_NOT_VALIDATED_BENEFICIARIES", "COMPANY_NOT_DEFINED_REPRESENTATIVES", "COMPANY_NOT_VALIDATED_REPRESENTATIVES", "APPLICANT_INTERRUPTED_INTERVIEW", "DOCUMENT_MISSING", "UNSUITABLE_ENV", "CONNECTION_INTERRUPTED", "UNSUPPORTED_LANGUAGE", "THIRD_PARTY_INVOLVED", "CHECK_UNAVAILABLE", "INCORRECT_SOCIAL_NUMBER"]>, "many">>;
8678
8725
  reviewRejectType: z.ZodOptional<z.ZodEnum<["FINAL", "RETRY"]>>;
@@ -8696,12 +8743,13 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8696
8743
  moderationComment?: string | undefined;
8697
8744
  buttonIds?: string[] | undefined;
8698
8745
  reviewDate?: Date | undefined;
8699
- }>>>;
8700
- reviewStatus: z.ZodOptional<z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>>;
8746
+ }>>;
8747
+ reviewStatus: z.ZodOptional<z.ZodEnum<["init", "pending", "prechecked", "queued", "completed", "onHold"]>>;
8701
8748
  confirmed: z.ZodOptional<z.ZodBoolean>;
8702
- priority: z.ZodOptional<z.ZodNumber>;
8749
+ priority: z.ZodNumber;
8703
8750
  }, "strip", z.ZodTypeAny, {
8704
- levelName?: string | undefined;
8751
+ levelName: string;
8752
+ priority: number;
8705
8753
  reviewDate?: Date | undefined;
8706
8754
  reviewResult?: {
8707
8755
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -8720,11 +8768,11 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8720
8768
  elapsedSinceQueuedMs?: number | undefined;
8721
8769
  reprocessing?: boolean | undefined;
8722
8770
  levelAutoCheckMode?: null | undefined;
8723
- createDate?: string | undefined;
8771
+ createDate?: Date | undefined;
8724
8772
  confirmed?: boolean | undefined;
8725
- priority?: number | undefined;
8726
8773
  }, {
8727
- levelName?: string | undefined;
8774
+ levelName: string;
8775
+ priority: number;
8728
8776
  reviewDate?: Date | undefined;
8729
8777
  reviewResult?: {
8730
8778
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -8743,9 +8791,8 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8743
8791
  elapsedSinceQueuedMs?: number | undefined;
8744
8792
  reprocessing?: boolean | undefined;
8745
8793
  levelAutoCheckMode?: null | undefined;
8746
- createDate?: string | undefined;
8794
+ createDate?: Date | undefined;
8747
8795
  confirmed?: boolean | undefined;
8748
- priority?: number | undefined;
8749
8796
  }>;
8750
8797
  lang: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8751
8798
  type: z.ZodEnum<["individual", "company"]>;
@@ -8757,7 +8804,8 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8757
8804
  externalUserId: string;
8758
8805
  applicantPlatform: string;
8759
8806
  review: {
8760
- levelName?: string | undefined;
8807
+ levelName: string;
8808
+ priority: number;
8761
8809
  reviewDate?: Date | undefined;
8762
8810
  reviewResult?: {
8763
8811
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -8776,16 +8824,15 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8776
8824
  elapsedSinceQueuedMs?: number | undefined;
8777
8825
  reprocessing?: boolean | undefined;
8778
8826
  levelAutoCheckMode?: null | undefined;
8779
- createDate?: string | undefined;
8827
+ createDate?: Date | undefined;
8780
8828
  confirmed?: boolean | undefined;
8781
- priority?: number | undefined;
8782
8829
  };
8783
8830
  ipCountry?: string | null | undefined;
8784
8831
  info?: {
8785
- idDocs: {
8832
+ idDocs?: {
8786
8833
  country: string;
8787
8834
  idDocType: string;
8788
- }[];
8835
+ }[] | null | undefined;
8789
8836
  companyInfo?: {
8790
8837
  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";
8791
8838
  companyName: string;
@@ -8808,6 +8855,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8808
8855
  positions?: string[] | null | undefined;
8809
8856
  inRegistry?: boolean | null | undefined;
8810
8857
  imageIds?: string[] | null | undefined;
8858
+ shareSize?: number | null | undefined;
8811
8859
  }[] | null | undefined;
8812
8860
  } | null | undefined;
8813
8861
  } | null | undefined;
@@ -8827,7 +8875,8 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8827
8875
  externalUserId: string;
8828
8876
  applicantPlatform: string;
8829
8877
  review: {
8830
- levelName?: string | undefined;
8878
+ levelName: string;
8879
+ priority: number;
8831
8880
  reviewDate?: Date | undefined;
8832
8881
  reviewResult?: {
8833
8882
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -8846,16 +8895,15 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8846
8895
  elapsedSinceQueuedMs?: number | undefined;
8847
8896
  reprocessing?: boolean | undefined;
8848
8897
  levelAutoCheckMode?: null | undefined;
8849
- createDate?: string | undefined;
8898
+ createDate?: Date | undefined;
8850
8899
  confirmed?: boolean | undefined;
8851
- priority?: number | undefined;
8852
8900
  };
8853
8901
  ipCountry?: string | null | undefined;
8854
8902
  info?: {
8855
- idDocs: {
8903
+ idDocs?: {
8856
8904
  country: string;
8857
8905
  idDocType: string;
8858
- }[];
8906
+ }[] | null | undefined;
8859
8907
  companyInfo?: {
8860
8908
  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";
8861
8909
  companyName: string;
@@ -8878,6 +8926,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
8878
8926
  positions?: string[] | null | undefined;
8879
8927
  inRegistry?: boolean | null | undefined;
8880
8928
  imageIds?: string[] | null | undefined;
8929
+ shareSize?: number | null | undefined;
8881
8930
  }[] | null | undefined;
8882
8931
  } | null | undefined;
8883
8932
  } | null | undefined;
@@ -9076,7 +9125,8 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9076
9125
  externalUserId: string;
9077
9126
  applicantPlatform: string;
9078
9127
  review: {
9079
- levelName?: string | undefined;
9128
+ levelName: string;
9129
+ priority: number;
9080
9130
  reviewDate?: Date | undefined;
9081
9131
  reviewResult?: {
9082
9132
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -9095,16 +9145,15 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9095
9145
  elapsedSinceQueuedMs?: number | undefined;
9096
9146
  reprocessing?: boolean | undefined;
9097
9147
  levelAutoCheckMode?: null | undefined;
9098
- createDate?: string | undefined;
9148
+ createDate?: Date | undefined;
9099
9149
  confirmed?: boolean | undefined;
9100
- priority?: number | undefined;
9101
9150
  };
9102
9151
  ipCountry?: string | null | undefined;
9103
9152
  info?: {
9104
- idDocs: {
9153
+ idDocs?: {
9105
9154
  country: string;
9106
9155
  idDocType: string;
9107
- }[];
9156
+ }[] | null | undefined;
9108
9157
  companyInfo?: {
9109
9158
  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";
9110
9159
  companyName: string;
@@ -9127,6 +9176,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9127
9176
  positions?: string[] | null | undefined;
9128
9177
  inRegistry?: boolean | null | undefined;
9129
9178
  imageIds?: string[] | null | undefined;
9179
+ shareSize?: number | null | undefined;
9130
9180
  }[] | null | undefined;
9131
9181
  } | null | undefined;
9132
9182
  } | null | undefined;
@@ -9323,7 +9373,8 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9323
9373
  externalUserId: string;
9324
9374
  applicantPlatform: string;
9325
9375
  review: {
9326
- levelName?: string | undefined;
9376
+ levelName: string;
9377
+ priority: number;
9327
9378
  reviewDate?: Date | undefined;
9328
9379
  reviewResult?: {
9329
9380
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -9342,16 +9393,15 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9342
9393
  elapsedSinceQueuedMs?: number | undefined;
9343
9394
  reprocessing?: boolean | undefined;
9344
9395
  levelAutoCheckMode?: null | undefined;
9345
- createDate?: string | undefined;
9396
+ createDate?: Date | undefined;
9346
9397
  confirmed?: boolean | undefined;
9347
- priority?: number | undefined;
9348
9398
  };
9349
9399
  ipCountry?: string | null | undefined;
9350
9400
  info?: {
9351
- idDocs: {
9401
+ idDocs?: {
9352
9402
  country: string;
9353
9403
  idDocType: string;
9354
- }[];
9404
+ }[] | null | undefined;
9355
9405
  companyInfo?: {
9356
9406
  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";
9357
9407
  companyName: string;
@@ -9374,6 +9424,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9374
9424
  positions?: string[] | null | undefined;
9375
9425
  inRegistry?: boolean | null | undefined;
9376
9426
  imageIds?: string[] | null | undefined;
9427
+ shareSize?: number | null | undefined;
9377
9428
  }[] | null | undefined;
9378
9429
  } | null | undefined;
9379
9430
  } | null | undefined;
@@ -9572,7 +9623,8 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9572
9623
  externalUserId: string;
9573
9624
  applicantPlatform: string;
9574
9625
  review: {
9575
- levelName?: string | undefined;
9626
+ levelName: string;
9627
+ priority: number;
9576
9628
  reviewDate?: Date | undefined;
9577
9629
  reviewResult?: {
9578
9630
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -9591,16 +9643,15 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9591
9643
  elapsedSinceQueuedMs?: number | undefined;
9592
9644
  reprocessing?: boolean | undefined;
9593
9645
  levelAutoCheckMode?: null | undefined;
9594
- createDate?: string | undefined;
9646
+ createDate?: Date | undefined;
9595
9647
  confirmed?: boolean | undefined;
9596
- priority?: number | undefined;
9597
9648
  };
9598
9649
  ipCountry?: string | null | undefined;
9599
9650
  info?: {
9600
- idDocs: {
9651
+ idDocs?: {
9601
9652
  country: string;
9602
9653
  idDocType: string;
9603
- }[];
9654
+ }[] | null | undefined;
9604
9655
  companyInfo?: {
9605
9656
  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";
9606
9657
  companyName: string;
@@ -9623,6 +9674,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9623
9674
  positions?: string[] | null | undefined;
9624
9675
  inRegistry?: boolean | null | undefined;
9625
9676
  imageIds?: string[] | null | undefined;
9677
+ shareSize?: number | null | undefined;
9626
9678
  }[] | null | undefined;
9627
9679
  } | null | undefined;
9628
9680
  } | null | undefined;
@@ -9821,7 +9873,8 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9821
9873
  externalUserId: string;
9822
9874
  applicantPlatform: string;
9823
9875
  review: {
9824
- levelName?: string | undefined;
9876
+ levelName: string;
9877
+ priority: number;
9825
9878
  reviewDate?: Date | undefined;
9826
9879
  reviewResult?: {
9827
9880
  reviewAnswer?: "RED" | "YELLOW" | "GREEN" | undefined;
@@ -9840,16 +9893,15 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9840
9893
  elapsedSinceQueuedMs?: number | undefined;
9841
9894
  reprocessing?: boolean | undefined;
9842
9895
  levelAutoCheckMode?: null | undefined;
9843
- createDate?: string | undefined;
9896
+ createDate?: Date | undefined;
9844
9897
  confirmed?: boolean | undefined;
9845
- priority?: number | undefined;
9846
9898
  };
9847
9899
  ipCountry?: string | null | undefined;
9848
9900
  info?: {
9849
- idDocs: {
9901
+ idDocs?: {
9850
9902
  country: string;
9851
9903
  idDocType: string;
9852
- }[];
9904
+ }[] | null | undefined;
9853
9905
  companyInfo?: {
9854
9906
  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";
9855
9907
  companyName: string;
@@ -9872,6 +9924,7 @@ export declare const SumSubSimilarApplicantsSchema: z.ZodObject<{
9872
9924
  positions?: string[] | null | undefined;
9873
9925
  inRegistry?: boolean | null | undefined;
9874
9926
  imageIds?: string[] | null | undefined;
9927
+ shareSize?: number | null | undefined;
9875
9928
  }[] | null | undefined;
9876
9929
  } | null | undefined;
9877
9930
  } | null | undefined;