@nexeraid/identity-schemas 2.139.0-dev → 2.140.0-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1942,7 +1942,7 @@ var SumSubCompanyApplicantSchema = zod.z.object({
1942
1942
  fixedInfo: zod.z.object({
1943
1943
  companyInfo: SumSubCompanyApplicantInfo.nullish()
1944
1944
  // More available fields in fixedInfo https://docs.sumsub.com/reference/get-applicant-data#fixedinfo-attributes
1945
- }),
1945
+ }).nullish(),
1946
1946
  applicantPlatform: zod.z.string(),
1947
1947
  ipCountry: zod.z.string().nullish(),
1948
1948
  agreement: zod.z.object({
@@ -1940,7 +1940,7 @@ var SumSubCompanyApplicantSchema = z.object({
1940
1940
  fixedInfo: z.object({
1941
1941
  companyInfo: SumSubCompanyApplicantInfo.nullish()
1942
1942
  // More available fields in fixedInfo https://docs.sumsub.com/reference/get-applicant-data#fixedinfo-attributes
1943
- }),
1943
+ }).nullish(),
1944
1944
  applicantPlatform: z.string(),
1945
1945
  ipCountry: z.string().nullish(),
1946
1946
  agreement: z.object({
@@ -1942,7 +1942,7 @@ var SumSubCompanyApplicantSchema = zod.z.object({
1942
1942
  fixedInfo: zod.z.object({
1943
1943
  companyInfo: SumSubCompanyApplicantInfo.nullish()
1944
1944
  // More available fields in fixedInfo https://docs.sumsub.com/reference/get-applicant-data#fixedinfo-attributes
1945
- }),
1945
+ }).nullish(),
1946
1946
  applicantPlatform: zod.z.string(),
1947
1947
  ipCountry: zod.z.string().nullish(),
1948
1948
  agreement: zod.z.object({