@adyen/kyc-components 3.50.2 → 3.51.1
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.
- package/dist/es/{B4MFY5CR-B_M9Rijb.js → B4MFY5CR-DkcZuwrr.js} +2 -2
- package/dist/es/{HO4MOOFI-6-_r_YKd.js → HO4MOOFI-C34-7HCT.js} +2 -2
- package/dist/es/{HUY7CZI3-BSnh9U8W.js → HUY7CZI3-amkPei4o.js} +2 -2
- package/dist/es/adyen-kyc-components.es.js +1 -1
- package/dist/es/{index-BGerupa5.js → index-CA2oyCNl.js} +20190 -18980
- package/dist/style.css +564 -413
- package/dist/types/api/serviceAgreement/useServiceAgreement.d.ts +7 -0
- package/dist/types/components/Address/Address.d.ts +1 -1
- package/dist/types/components/Address/utils.d.ts +1 -1
- package/dist/types/components/Address/validate.d.ts +6 -0
- package/dist/types/components/{BankAccountNumber → BankAccount/fields/BankAccountNumber}/fieldConfig.d.ts +2 -2
- package/dist/types/components/{BankAccountNumber → BankAccount/fields/BankAccountNumber}/types.d.ts +2 -2
- package/dist/types/components/{BankCity → BankAccount/fields/BankCity}/types.d.ts +1 -1
- package/dist/types/components/{BankCode → BankAccount/fields/BankCode}/fieldConfig.d.ts +2 -2
- package/dist/types/components/{BankCode → BankAccount/fields/BankCode}/types.d.ts +2 -2
- package/dist/types/components/{BankName → BankAccount/fields/BankName}/types.d.ts +1 -1
- package/dist/types/components/{BranchCode → BankAccount/fields/BranchCode}/fieldConfig.d.ts +2 -2
- package/dist/types/components/{BranchCode → BankAccount/fields/BranchCode}/types.d.ts +2 -2
- package/dist/types/components/{Iban → BankAccount/fields/Iban}/fieldConfig.d.ts +2 -2
- package/dist/types/components/BankAccount/fields/Iban/ibanValidator.d.ts +3 -0
- package/dist/types/components/{Iban → BankAccount/fields/Iban}/types.d.ts +2 -2
- package/dist/types/components/{SwiftCode → BankAccount/fields/SwiftCode}/fieldConfig.d.ts +1 -1
- package/dist/types/components/{SwiftCode → BankAccount/fields/SwiftCode}/types.d.ts +1 -1
- package/dist/types/components/{BankDocument → BankAccount/forms/BankDocument}/BankDocumentRequirements.d.ts +1 -1
- package/dist/types/components/{BankDocument → BankAccount/forms/BankDocument}/types.d.ts +6 -6
- package/dist/types/components/{BankDocument → BankAccount/forms/BankDocument}/validate.d.ts +1 -1
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/types.d.ts +3 -3
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/validate.d.ts +1 -1
- package/dist/types/components/{PayoutAccount → BankAccount/forms/PayoutAccount}/helpers/mapPayoutAccountSchemaToApiBankAccount.d.ts +3 -3
- package/dist/types/components/{PayoutAccount → BankAccount/forms/PayoutAccount}/types.d.ts +5 -5
- package/dist/types/components/{PayoutDetails → BankAccount/forms/PayoutDetails}/rules.d.ts +1 -1
- package/dist/types/components/{PayoutDetails → BankAccount/forms/PayoutDetails}/types.d.ts +13 -13
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/AccountHolderDescriptionFragment.d.ts +1 -1
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/PreferInstantVerificationMethod/PreferInstantVerificationMethod.d.ts +4 -4
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/allowedBankCountriesPerCountry.d.ts +1 -1
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/payoutVerificationMethodMetadata.d.ts +2 -2
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/types.d.ts +5 -5
- package/dist/types/{core → components/BankAccount}/hooks/useAsyncAccountDetailsValidationRules.d.ts +2 -2
- package/dist/types/components/{Dropins → BankAccount/tasks}/PayoutDetailsDropin/PayoutDetailsDropin.d.ts +1 -1
- package/dist/types/{utils → components/BankAccount/utils}/payoutAccountUtil.d.ts +6 -6
- package/dist/types/components/{AdditionalInformation → Business/forms/AdditionalInformation}/VerifiedBusinessCard.d.ts +2 -2
- package/dist/types/components/Business/forms/AdditionalInformation/types.d.ts +26 -0
- package/dist/types/components/{AdditionalInformation → Business/forms/AdditionalInformation}/utils.d.ts +3 -3
- package/dist/types/components/{BasicInformation → Business/forms/BasicInformation}/types.d.ts +11 -13
- package/dist/types/components/{BusinessDetails → Business/forms/BusinessDetails}/forms.d.ts +3 -3
- package/dist/types/components/{BusinessDetails → Business/forms/BusinessDetails}/types.d.ts +8 -10
- package/dist/types/components/{BusinessSelection → Business/forms/BusinessSelection}/BusinessInformationCard.d.ts +2 -2
- package/dist/types/components/{BusinessSelection → Business/forms/BusinessSelection}/types.d.ts +3 -3
- package/dist/types/components/{Company → Business/forms/Company}/Company.d.ts +2 -2
- package/dist/types/components/{Company → Business/forms/Company}/rules.d.ts +3 -3
- package/dist/types/components/{Company → Business/forms/Company}/types.d.ts +10 -10
- package/dist/types/components/Business/forms/CompanyStructure/types.d.ts +12 -0
- package/dist/types/components/{CompanyStructure → Business/forms/CompanyStructure}/validate.d.ts +1 -1
- package/dist/types/components/Business/forms/CompanyType/types.d.ts +9 -0
- package/dist/types/components/{CompanyType → Business/forms/CompanyType}/validate.d.ts +1 -1
- package/dist/types/components/{TaxDocument → Business/forms/TaxDocument}/config.d.ts +1 -1
- package/dist/types/components/{TaxDocument → Business/forms/TaxDocument}/types.d.ts +4 -4
- package/dist/types/{core → components/Business}/hooks/useBusinessData/constants.d.ts +1 -1
- package/dist/types/{core → components/Business}/hooks/useBusinessData/types.d.ts +5 -5
- package/dist/types/components/{Dropins → Business/tasks}/BusinessDetailsDropin/types.d.ts +16 -16
- package/dist/types/components/Business/tasks/BusinessDetailsDropin/utils.d.ts +15 -0
- package/dist/types/components/Business/tasks/CompanyDropin/types.d.ts +10 -0
- package/dist/types/{utils → components/Business/utils}/companyUtil.d.ts +6 -6
- package/dist/types/components/ContactDetails/ContactDetails.d.ts +0 -1
- package/dist/types/components/ContactDetails/types.d.ts +2 -2
- package/dist/types/components/ContextGuidance/ContextGuidance.d.ts +2 -2
- package/dist/types/components/ContextGuidance/types.d.ts +3 -4
- package/dist/types/components/CustomerSupport/types.d.ts +0 -1
- package/dist/types/components/DocumentUpload/DocumentUpload.d.ts +1 -1
- package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +3 -3
- package/dist/types/components/Dropins/IndividualDropin/IndividualDropin.d.ts +1 -1
- package/dist/types/components/Dropins/SourceOfFundsDropin/sofStore.d.ts +3 -0
- package/dist/types/components/Dropins/SourceOfFundsDropin/utils.d.ts +1 -0
- package/dist/types/components/Dropins/types.d.ts +2 -5
- package/dist/types/components/EmbeddedDropins/CreateTransferInstrumentComponent/CreateTransferInstrumentComponent.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/IdDocumentInstantVerification.d.ts +1 -3
- package/dist/types/components/IdDocumentUpload/IdDocumentManualUpload.d.ts +1 -3
- package/dist/types/components/IdDocumentUpload/types.d.ts +0 -1
- package/dist/types/components/IdentityNumber/fieldConfig.d.ts +4 -0
- package/dist/types/components/IdentityNumber/type.d.ts +0 -2
- package/dist/types/components/Individual/IndividualExperimentWrapper.d.ts +4 -0
- package/dist/types/components/Individual/rules.d.ts +0 -1
- package/dist/types/components/Individual/types.d.ts +1 -3
- package/dist/types/components/IndividualOnfido/Individual.d.ts +1 -0
- package/dist/types/components/Name/Name.d.ts +1 -3
- package/dist/types/components/PersonalDetails/Identity/IdentityAu/DriversLicense.d.ts +1 -3
- package/dist/types/components/PersonalDetails/Identity/IdentityAu/IdentityAu.d.ts +1 -1
- package/dist/types/components/PersonalDetails/Identity/IdentityHK/IdentityHK.d.ts +1 -1
- package/dist/types/components/PersonalDetails/Identity/IdentityNZ/DriversLicense.d.ts +1 -3
- package/dist/types/components/PersonalDetails/Identity/IdentityNZ/IdentityNZ.d.ts +1 -1
- package/dist/types/components/PersonalDetails/types.d.ts +1 -0
- package/dist/types/components/PersonalDetails/validate.d.ts +19 -2
- package/dist/types/components/PhoneField/PhoneField.d.ts +4 -1
- package/dist/types/components/PhoneField/fieldConfig.d.ts +2 -1
- package/dist/types/components/PhoneField/types.d.ts +0 -1
- package/dist/types/components/RegistrationAddress/types.d.ts +0 -2
- package/dist/types/components/{SoleProp → SoleProprietorship/forms/SoleProp}/SoleProp.d.ts +2 -2
- package/dist/types/components/{SoleProp → SoleProprietorship/forms/SoleProp}/types.d.ts +11 -11
- package/dist/types/{core → components/SoleProprietorship}/hooks/useExemptSettlor.d.ts +2 -2
- package/dist/types/components/{Dropins → SoleProprietorship/tasks}/SolePropDropin/SolePropDropin.d.ts +1 -1
- package/dist/types/components/Trust/{Trust.d.ts → forms/Trust/Trust.d.ts} +1 -1
- package/dist/types/components/Trust/{rules.d.ts → forms/Trust/rules.d.ts} +1 -1
- package/dist/types/components/Trust/{types.d.ts → forms/Trust/types.d.ts} +8 -8
- package/dist/types/components/{TrustRegistrationDetails → Trust/forms/TrustRegistrationDetails}/types.d.ts +7 -7
- package/dist/types/components/{TrustRegistrationDetails → Trust/forms/TrustRegistrationDetails}/validate.d.ts +1 -1
- package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/convertExistingTrustMember.d.ts +1 -1
- package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/getAvailableRoles.d.ts +2 -2
- package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/types.d.ts +8 -8
- package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/validate.d.ts +1 -1
- package/dist/types/components/Trust/tasks/RoleAndTypeDropin/formatRoleAndEntityTypeSummary.d.ts +5 -0
- package/dist/types/components/{Dropins → Trust/tasks}/RoleAndTypeDropin/types.d.ts +4 -4
- package/dist/types/components/{Dropins → Trust/tasks}/TrustDropin/TrustDropin.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/CompanyTrustMemberTaskItem.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/ExemptSettlorTaskItem.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/RegularTrustMemberTaskItem.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/RootTrusteeTaskItem.d.ts +1 -1
- package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/types.d.ts +5 -5
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/addOrUpdateAssociatedTrustMember.d.ts +2 -2
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/addOrUpdateUndefinedBeneficiary.d.ts +2 -2
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/createExemptSettlor.d.ts +2 -2
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/deleteAssociatedTrustMember.d.ts +2 -2
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/deleteUndefinedBeneficiary.d.ts +2 -2
- package/dist/types/{utils → components/Trust/utils}/trustUtil.d.ts +7 -7
- package/dist/types/{utils/trustMembers/handlers → components/Trust/utils}/updateExemptSettlorName.d.ts +2 -2
- package/dist/types/components/index.d.ts +5 -5
- package/dist/types/components/ui/atoms/Svg/svgs.d.ts +2 -2
- package/dist/types/components/ui/molecules/Dropzone/types.d.ts +4 -0
- package/dist/types/core/analytics.d.ts +3 -6
- package/dist/types/core/context/ConfigurationApiContext/ConfigurationApiContext.d.ts +2 -2
- package/dist/types/core/context/CoreContext.d.ts +1 -1
- package/dist/types/core/context/ExperimentContext/types.d.ts +5 -2
- package/dist/types/core/context/FormContext/FormContext.d.ts +2 -0
- package/dist/types/core/context/FormContext/FormContextProvider.d.ts +3 -0
- package/dist/types/core/context/FormContext/types.d.ts +10 -0
- package/dist/types/core/context/FormContext/useFormContext.d.ts +3 -0
- package/dist/types/core/context/StateContext/types.d.ts +10 -10
- package/dist/types/core/hooks/useBankConfigurationHandlers.d.ts +1 -1
- package/dist/types/core/hooks/useComponentApi.d.ts +0 -1
- package/dist/types/core/hooks/useFormComposer.d.ts +6 -3
- package/dist/types/core/hooks/useMultiForm/reducer.d.ts +89 -0
- package/dist/types/core/hooks/useMultiForm/types.d.ts +151 -0
- package/dist/types/core/hooks/useMultiForm/useMultiForm.d.ts +2 -0
- package/dist/types/core/hooks/useMultiForm/useMultiFormAsyncValidator.d.ts +16 -0
- package/dist/types/core/hooks/useMultiForm/useMultiFormStaticValidator.d.ts +8 -0
- package/dist/types/core/hooks/useMultiForm/utils.d.ts +13 -0
- package/dist/types/core/hooks/useScenarioConfiguration.d.ts +1 -1
- package/dist/types/core/models/api/get-bankVerification-providers.d.ts +1 -1
- package/dist/types/core/models/api/get-configuration.d.ts +1 -1
- package/dist/types/core/models/api/legal-entity-association.d.ts +1 -1
- package/dist/types/core/models/api/source-of-funds.d.ts +4 -0
- package/dist/types/core/models/api/trusted-transferInstrument.d.ts +1 -1
- package/dist/types/core/models/payout-account.d.ts +2 -2
- package/dist/types/core/process-field-configurations.d.ts +9 -10
- package/dist/types/core/services/componentApi/update-source-of-funds.d.ts +2 -2
- package/dist/types/core/user-events.d.ts +5 -0
- package/dist/types/datasets/accountFormats/getAccountFormatForCountry.d.ts +2 -2
- package/dist/types/stores/globalStore/calculateTaskStatus.d.ts +1 -1
- package/dist/types/stores/globalStore/determineTaskIdentifiers.d.ts +1 -1
- package/dist/types/stores/globalStore/globalStore.d.ts +1 -1
- package/dist/types/utils/api/documentUtils.d.ts +1 -1
- package/dist/types/utils/entityStatusUtil.d.ts +1 -1
- package/dist/types/utils/getFieldsWithExistingData.d.ts +4 -4
- package/dist/types/utils/getSSNType.d.ts +2 -0
- package/dist/types/utils/mapping/businessDetails/mapBusinessDetailsSchemaToLegalEntity.d.ts +1 -1
- package/dist/types/utils/mapping/businessDetails/mapLegalEntityToBusinessDetailsSchema.d.ts +1 -1
- package/dist/types/utils/mapping/componentApiMapping.d.ts +33 -33
- package/dist/types/utils/mapping/mapping.d.ts +6 -6
- package/dist/types/utils/mapping/trustMembers/getTrustMembers.d.ts +1 -1
- package/dist/types/utils/mapping/trustMembers/mapEntityAssociationsToTrustMembers.d.ts +1 -1
- package/dist/types/utils/mapping/trustMembers/mapRootLegalEntityToTrustMember.d.ts +1 -1
- package/dist/types/utils/mapping/trustMembers/mapUndefinedBeneficiaryInfoToTrustMembers.d.ts +1 -1
- package/dist/types/utils/trackNavigation.d.ts +2 -2
- package/dist/types/utils/validation/types.d.ts +1 -1
- package/dist/types/utils/validation/validationResult.d.ts +2 -0
- package/dist/types/utils/verification/helpers/verifyIdNumber.d.ts +9 -2
- package/package.json +3 -1
- package/dist/types/components/AdditionalInformation/types.d.ts +0 -26
- package/dist/types/components/AutoResizer/AutoResizer.d.ts +0 -56
- package/dist/types/components/CompanyStructure/types.d.ts +0 -12
- package/dist/types/components/CompanyType/types.d.ts +0 -9
- package/dist/types/components/Dropins/BusinessDetailsDropin/utils.d.ts +0 -15
- package/dist/types/components/Dropins/CompanyDropin/types.d.ts +0 -10
- package/dist/types/components/Dropins/RoleAndTypeDropin/formatRoleAndEntityTypeSummary.d.ts +0 -5
- package/dist/types/components/Iban/ibanValidator.d.ts +0 -3
- package/dist/types/components/Individual/validators.d.ts +0 -16
- package/dist/types/components/PhoneField/PhoneFieldExperimentWrapper.d.ts +0 -8
- package/dist/types/components/PhoneInput/PhoneInput.d.ts +0 -8
- package/dist/types/components/PhoneInput/PhoneInput.types.d.ts +0 -8
- package/dist/types/components/PhoneInput/validate.d.ts +0 -6
- package/dist/types/core/services/componentApi/get-onboarding-status.d.ts +0 -4
- package/dist/types/utils/verification/verificationUtils.d.ts +0 -17
- package/dist/types/components/{BankAccountFormat → BankAccount/fields/BankAccountFormat}/BankAccountFormat.d.ts +0 -0
- package/dist/types/components/{BankAccountFormat → BankAccount/fields/BankAccountFormat}/types.d.ts +0 -0
- package/dist/types/components/{BankAccountNumber → BankAccount/fields/BankAccountNumber}/BankAccountNumber.d.ts +0 -0
- package/dist/types/components/{BankCity → BankAccount/fields/BankCity}/BankCity.d.ts +0 -0
- package/dist/types/components/{BankCode → BankAccount/fields/BankCode}/BankCode.d.ts +0 -0
- package/dist/types/components/{BankName → BankAccount/fields/BankName}/BankName.d.ts +0 -0
- package/dist/types/components/{BranchCode → BankAccount/fields/BranchCode}/BranchCode.d.ts +0 -0
- package/dist/types/components/{Iban → BankAccount/fields/Iban}/Iban.d.ts +0 -0
- package/dist/types/components/{SwiftCode → BankAccount/fields/SwiftCode}/SwiftCode.d.ts +0 -0
- package/dist/types/components/{BankDocument → BankAccount/forms/BankDocument}/BankDocument.d.ts +0 -0
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/BankVerification.d.ts +0 -0
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/verification/widget/BankVerificationWidget.d.ts +0 -0
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/verification/widget/iframeWidget.d.ts +0 -0
- package/dist/types/components/{BankVerification → BankAccount/forms/BankVerification}/verification/widget/types.d.ts +0 -0
- package/dist/types/components/{PayoutAccount → BankAccount/forms/PayoutAccount}/CheckGuidance/CheckGuidance.d.ts +0 -0
- package/dist/types/components/{PayoutAccount → BankAccount/forms/PayoutAccount}/PayoutAccount.d.ts +0 -0
- package/dist/types/components/{PayoutDetails → BankAccount/forms/PayoutDetails}/PayoutDetails.d.ts +0 -0
- package/dist/types/components/{PayoutDetails → BankAccount/forms/PayoutDetails}/utils.d.ts +0 -0
- package/dist/types/components/{PayoutVerificationMethod → BankAccount/forms/PayoutVerificationMethod}/PayoutVerificationMethod.d.ts +1 -1
- /package/dist/types/components/{AdditionalInformation → Business/forms/AdditionalInformation}/AdditionalInformation.d.ts +0 -0
- /package/dist/types/components/{BasicInformation → Business/forms/BasicInformation}/BasicInformation.d.ts +0 -0
- /package/dist/types/components/{BusinessDetails → Business/forms/BusinessDetails}/BusinessDetails.d.ts +0 -0
- /package/dist/types/components/{BusinessMismatchModal → Business/forms/BusinessMismatchModal}/BusinessMismatchModal.d.ts +0 -0
- /package/dist/types/components/{BusinessSelection → Business/forms/BusinessSelection}/BusinessSelection.d.ts +0 -0
- /package/dist/types/components/{CompanyStructure → Business/forms/CompanyStructure}/CompanyStructure.d.ts +0 -0
- /package/dist/types/components/{CompanyType → Business/forms/CompanyType}/CompanyType.d.ts +0 -0
- /package/dist/types/components/{TaxDocument → Business/forms/TaxDocument}/TaxDocument.d.ts +0 -0
- /package/dist/types/{core → components/Business}/hooks/useBusinessData/useBusinessData.d.ts +0 -0
- /package/dist/types/components/{Dropins → Business/tasks}/BusinessDetailsDropin/BusinessDetailsDropin.d.ts +0 -0
- /package/dist/types/components/{Dropins → Business/tasks}/CompanyDropin/CompanyDropin.d.ts +0 -0
- /package/dist/types/components/{TrustRegistrationDetails → Trust/forms/TrustRegistrationDetails}/TrustRegistrationDetails.d.ts +0 -0
- /package/dist/types/components/{TrustRoleAndEntityType → Trust/forms/TrustRoleAndEntityType}/TrustRoleAndEntityType.d.ts +0 -0
- /package/dist/types/components/{Dropins → Trust/tasks}/RoleAndTypeDropin/RoleAndTypeDropin.d.ts +0 -0
- /package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/TrustMembersOverview.d.ts +0 -0
- /package/dist/types/components/{TrustMembers → Trust/tasks/TrustMembers}/UndefinedBeneficiaryTaskItem.d.ts +0 -0
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
import type { HighExposureSchema } from '../components/Dropins/HighExposureDropin/types';
|
|
4
|
-
import type { IndividualSchema } from '../components/Individual/types';
|
|
5
|
-
import type { PayoutAccountSchema } from '../components/PayoutAccount/types';
|
|
6
|
-
import type { SolePropSchema } from '../components/SoleProp/types';
|
|
7
|
-
import type { TrustSchema } from '../components/Trust/types';
|
|
1
|
+
import type { SolePropSchema } from '../components/SoleProprietorship/forms/SoleProp/types';
|
|
2
|
+
import type { TrustSchema } from '../components/Trust/forms/Trust/types';
|
|
8
3
|
import type { AnyTLDSFieldName } from '../utils/getFieldsWithExistingData';
|
|
9
4
|
import type { ValidatorRules } from '../utils/validation/types';
|
|
10
5
|
import type { BaseOuterFormProps } from './hooks/useForm/types';
|
|
@@ -16,6 +11,11 @@ import type { CountryCode } from './models/country-code';
|
|
|
16
11
|
import type { Remediation } from './models/errors/remediation';
|
|
17
12
|
import type { FieldConfigurations } from './models/field-configurations';
|
|
18
13
|
import type { FormList } from './models/form';
|
|
14
|
+
import type { BusinessDetailsSchema } from '../components/Business/forms/BusinessDetails/types';
|
|
15
|
+
import type { IndividualSchema } from '../components/Individual/types';
|
|
16
|
+
import type { CompanySchema } from '../components/Business/forms/Company/types';
|
|
17
|
+
import type { HighExposureSchema } from '../components/Dropins/HighExposureDropin/types';
|
|
18
|
+
import type { PayoutAccountSchema } from '../components/BankAccount/forms/PayoutAccount/types';
|
|
19
19
|
export declare const parseIndividualScenarios: (scenario: Scenario[] | undefined) => FieldConfigurations<IndividualSchema>;
|
|
20
20
|
export declare function parseBusinessDetailsScenarios(scenario: Scenario[] | undefined, country: CountryCode): FieldConfigurations<BusinessDetailsSchema>;
|
|
21
21
|
export declare function parseCompanyScenarios(scenario: Scenario[], country: CountryCode): FieldConfigurations<CompanySchema>;
|
|
@@ -27,7 +27,7 @@ export declare function parsePayoutScenarios({ requiredFields, country, bankVeri
|
|
|
27
27
|
country: CountryCode;
|
|
28
28
|
bankVerificationAvailable: boolean | undefined;
|
|
29
29
|
}): Partial<FieldConfigurations<PayoutAccountSchema>>;
|
|
30
|
-
type PropsFromConfiguration<FormSchema> = Required<Pick<BaseOuterFormProps<FormSchema>, 'allFields' | 'verifyFields' | 'requiredFields' | 'placeholders' | 'helperText' | 'masks' | 'optionalFields' | 'labels' | 'obscuredFields' | 'trustedFields'>> & {
|
|
30
|
+
export type PropsFromConfiguration<FormSchema> = Required<Pick<BaseOuterFormProps<FormSchema>, 'allFields' | 'verifyFields' | 'requiredFields' | 'placeholders' | 'helperText' | 'masks' | 'optionalFields' | 'labels' | 'obscuredFields' | 'trustedFields'>> & {
|
|
31
31
|
validators: ValidatorRules<FormSchema>;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
@@ -70,5 +70,4 @@ type PropsFromConfiguration<FormSchema> = Required<Pick<BaseOuterFormProps<FormS
|
|
|
70
70
|
* }
|
|
71
71
|
* ```
|
|
72
72
|
*/
|
|
73
|
-
export declare function getPropsFromConfigurations<FormSchema extends object>(scenarioConfiguration: FieldConfigurations<FormSchema> | undefined, forms: FormList, remediationActions: Remediation[], dataMissingErrors: VerificationError[], fieldsWithExistingData: AnyTLDSFieldName[], customRules: {}, customLabels: {}, customValidators: {}, legalEntityType: LegalEntityType, legalEntityTrustedFields?: LegalEntityTrustedFields[]): PropsFromConfiguration<FormSchema> | undefined;
|
|
74
|
-
export {};
|
|
73
|
+
export declare function getPropsFromConfigurations<FormSchema extends object>(scenarioConfiguration: FieldConfigurations<FormSchema> | undefined, forms: FormList, remediationActions: Remediation[], dataMissingErrors: VerificationError[], fieldsWithExistingData: AnyTLDSFieldName[], customRules: {}, customLabels: {}, customValidators: {}, legalEntityType: LegalEntityType, legalEntityTrustedFields?: LegalEntityTrustedFields[], remediationFieldAsOptional?: boolean): PropsFromConfiguration<FormSchema> | undefined;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { BusinessLinesType,
|
|
2
|
-
export declare const updateSourceOfFunds: (loadingContext: string, businessLineId: string, sourceOfFundData:
|
|
1
|
+
import type { BusinessLinesType, SourceOfFundsPayloadDataType } from '../../models/api/source-of-funds';
|
|
2
|
+
export declare const updateSourceOfFunds: (loadingContext: string, legalEntityId: string, businessLineId: string, sourceOfFundData: SourceOfFundsPayloadDataType) => Promise<BusinessLinesType>;
|
|
@@ -20,6 +20,7 @@ type BaseEventProperties = {
|
|
|
20
20
|
capabilities?: string[];
|
|
21
21
|
entityType?: LegalEntityType;
|
|
22
22
|
task?: TaskIdentifier;
|
|
23
|
+
locale?: string;
|
|
23
24
|
};
|
|
24
25
|
/**
|
|
25
26
|
* Additional event properties
|
|
@@ -64,6 +65,10 @@ declare class UserEvents {
|
|
|
64
65
|
* Adds an analytics event.
|
|
65
66
|
*/
|
|
66
67
|
addEvent(eventName: EventName, properties: AdditionalEventProperties): void;
|
|
68
|
+
/**
|
|
69
|
+
* Adds an event with context specific to task-related events
|
|
70
|
+
*/
|
|
71
|
+
addTaskEvent(eventName: EventName, properties: SetOptional<AdditionalEventProperties, 'actionLevel'>): void;
|
|
67
72
|
/**
|
|
68
73
|
* Adds an event with context specific to page-related events
|
|
69
74
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { PayoutAccountSchema } from '../../components/PayoutAccount/types';
|
|
2
|
-
import type { CountryCode } from '../../core/models/country-code';
|
|
3
1
|
import type { Currency } from '../../core/models/currency';
|
|
2
|
+
import type { PayoutAccountSchema } from '../../components/BankAccount/forms/PayoutAccount/types';
|
|
3
|
+
import type { CountryCode } from '../../core/models/country-code';
|
|
4
4
|
export interface AccountFormatRequirements {
|
|
5
5
|
currency?: Currency;
|
|
6
6
|
bankStatementRequirement: 'OPTIONAL' | 'REQUIRED';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CapabilityProblems } from '../../core/models/errors/capability-problems';
|
|
2
2
|
import type { ExistingLegalEntity } from '../../core/models/api/legal-entity';
|
|
3
3
|
import type { LegalEntityAssociation } from '../../core/models/api/legal-entity-association';
|
|
4
|
-
import type { TrustMember } from '../../components/TrustMembers/types';
|
|
4
|
+
import type { TrustMember } from '../../components/Trust/tasks/TrustMembers/types';
|
|
5
5
|
import type { TransferInstrumentOverview } from '../../core/models/api/transfer-instrument';
|
|
6
6
|
import type { TaskStatusWithReason } from './taskStatus';
|
|
7
7
|
import { TaskTypes } from './taskTypes';
|
|
@@ -3,7 +3,7 @@ import type { TaskIdentifier } from './globalStore';
|
|
|
3
3
|
import type { CapabilityProblems } from '../../core/models/errors/capability-problems';
|
|
4
4
|
import type { ExistingLegalEntity } from '../../core/models/api/legal-entity';
|
|
5
5
|
import type { LegalEntityAssociation } from '../../core/models/api/legal-entity-association';
|
|
6
|
-
import type { TrustMember } from '../../components/TrustMembers/types';
|
|
6
|
+
import type { TrustMember } from '../../components/Trust/tasks/TrustMembers/types';
|
|
7
7
|
import type { TransferInstrumentOverview } from '../../core/models/api/transfer-instrument';
|
|
8
8
|
import type { AccountHolderOption } from '../../core/types/AccountHolder.types';
|
|
9
9
|
export declare const determineTaskIdentifiers: ({ taskTypes: receivedTaskTypes, rootLegalEntity, accountHolder, capabilityProblems, trustMembers, transferInstruments, }: {
|
|
@@ -5,7 +5,7 @@ import type { TaskTypes } from './taskTypes';
|
|
|
5
5
|
import type { ExistingLegalEntity } from '../../core/models/api/legal-entity';
|
|
6
6
|
import type { CapabilityProblems } from '../../core/models/errors/capability-problems';
|
|
7
7
|
import type { LegalEntityAssociation } from '../../core/models/api/legal-entity-association';
|
|
8
|
-
import type { TrustMember } from '../../components/TrustMembers/types';
|
|
8
|
+
import type { TrustMember } from '../../components/Trust/tasks/TrustMembers/types';
|
|
9
9
|
import type { TransferInstrumentOverview } from '../../core/models/api/transfer-instrument';
|
|
10
10
|
import type { AccountHolderOption } from '../../core/types/AccountHolder.types';
|
|
11
11
|
import type { ExperimentsContextValue } from '../../core/context/ExperimentContext/types';
|
|
@@ -6,7 +6,7 @@ export type DocumentApiUtils = {
|
|
|
6
6
|
fetchDocuments(documentIds: string[], entityId: string): Promise<Document[]>;
|
|
7
7
|
fetchDocument(documentId: string, entityId: string): Promise<Document>;
|
|
8
8
|
uploadDocuments(documents: Document[], entityId: string): Promise<Document[]>;
|
|
9
|
-
deleteDocument?: (documentId: string) => Promise<Document>;
|
|
9
|
+
deleteDocument?: (documentId: string, entityId: string) => Promise<Document>;
|
|
10
10
|
};
|
|
11
11
|
export declare const documentApiUtils: (createDocumentHandler: Required<DropinAPIHandlers>["handleCreateDocument"], getDocumentHandler: Required<DropinAPIHandlers>["handleGetDocument"], updateDocumentHandler: Required<DropinAPIHandlers>["handleUpdateDocument"], deleteDocumentHandler?: Required<DropinAPIHandlers>["handleDeleteDocument"]) => DocumentApiUtils;
|
|
12
12
|
export declare const getDocument: (entityId: string | undefined, documentType: DocumentType) => ExistingDocument | undefined;
|
|
@@ -15,4 +15,4 @@ import type { TrustMemberGuidanceLabel } from '../core/models/trust';
|
|
|
15
15
|
* @returns {EntityStatus} - Returns `'satisfied'` if the current value meets the condition, otherwise `'empty'`.
|
|
16
16
|
*/
|
|
17
17
|
export declare const iconStatus: (current: number, min: number) => EntityStatus;
|
|
18
|
-
export declare const getEntityStatusRuleDescription: (country: CountryCode, currentTask: TaskTypes, entityLabel: TrustMemberGuidanceLabel | DecisionMakerType) => "number" | "iban" | "search" | "aTrust" | "partnershipIncorporated" | "partnershipUnincorporated" | "associationIncorporated" | "myName" | "mySoleProprietorName" | "theCompanyIWorkFor" | "address" | "code" | "progress" | "select" | "summary" | "cancel" | "close" | "submit" | "id" | "and" | "CNPJ" | "CVR-nummer" | "guardian" | "MBO" | "parent" | "RFC" | "1Minute" | "1Second" | "accept" | "acceptedDocumentsForGovernment" | "acceptedDocumentsForNonProfit" | "acceptedDocumentsForPartnerships" | "acceptedDocumentsForPrivateCompanies" | "acceptedDocumentsForPublicCompanies" | "accountCantBeSetUp" | "accountDetailsDescription" | "accountHolder" | "accountHolderTerms" | "accountName" | "accountNumber" | "accountNumberFullOrPartialVisible" | "accountNumberOrIbanVisible" | "accountNumberVisible" | "accountVerification" | "acknowledgePciRequirements" | "actionNeeded" | "add" | "addABankAccountForPayouts" | "addAccountWith" | "addAllSourcesOfFundsBeingUsed" | "addBankAccount" | "addBankDetails" | "addDecisionMaker" | "addDetailsManually" | "addDetailsManuallyQuestion" | "addDetailsWith" | "addDocument" | "addEntityOwner" | "addExtraBankAccount" | "addExtraPayinAccount" | "addExtraPayoutAccount" | "addingAndVerifiyingABankAccount" | "addInvestor" | "additionalInformation" | "additionalInformationFormHeading" | "additionalInformationFormName" | "addManually" | "addMissingBankDetails" | "addOwnerToTrustMember" | "addPayoutAccount" | "address__placeHolder" | "addresses" | "addressRegisteredWithSecretaryOfState" | "addTrustMember" | "addYourselfAsSigner" | "adoptionCertificate" | "adyenKeepsDataAsLongAsLegallyRequired" | "adyenWillOnlyGetTemporaryAccess" | "agreementPeriod" | "aLegalRepresentativeIsRequired" | "aLetterFromYourBank" | "allCapabilitiesValid" | "allPayslipsFrom3MostRecentMonths" | "allStatementsFrom3MostRecentMonths" | "amount" | "amountIsRequired" | "amountWon" | "anAssociation" | "andResubmit" | "anLEIIsAUniqueCode" | "annualReport" | "annualStatements" | "annualTurnover" | "annualTurnoverHelper" | "annualTurnoverValue" | "aNomineeDirectorIsAppointed" | "aNomineeShareholderHoldsShares" | "anyInformationTakenFromThisDocument" | "apartmentSuite" | "apartmentSuiteOther" | "applicationSubmittedSuccessfully" | "areYouACompany" | "areYouAnIndividual" | "areYouSureYouWantToDeleteThisBankAccount" | "areYouSureYouWantToDeleteThisDocument" | "areYouSureYouWantToDeleteThisInvestorDetails" | "arithmosEngraphes" | "articlesOfIncorporation" | "arvonlisaveronumeroMervardesskattenummer" | "association" | "associationIncorporatedDescription" | "australianBusinessNumberAbn" | "australianBusinessNumberAcn" | "back" | "backPage" | "backToTaskList" | "bankAccount" | "bankAccountCountryRegion" | "bankAccountDetails" | "bankAccountFormat" | "bankAccountHasToBeInYourCompanyName" | "bankAccountHasToBeInYourName" | "bankAccountNameIndividual" | "bankAccountNameOrganization" | "bankAccountNameWithSoleProprietor" | "bankAccountNameWithTrust" | "bankAccountNameWithTrust_US" | "bankAccountNeeded" | "bankAccountNumber" | "bankAccountToHaveSameNameAsTrust" | "bankAccountVerification" | "bankCityTown" | "bankCode" | "bankCountry" | "bankDetails" | "bankDocument" | "bankDocumentDescription" | "bankDocumentFileDescription" | "bankDocumentHeader" | "bankDocumentHeaderOptional" | "bankingService" | "bankName" | "bankruptcyInsolvency" | "banksLogoAndName" | "bankStatement" | "bankStatementAlreadyUploaded" | "bankStatementDocument" | "bankStatementIndividualDescription" | "bankStatementNonIndividualDescription" | "bankStatements" | "basedOnTheAboveSignatory" | "basicCompanyInformation" | "basicInformation" | "basicInformationFormDescription" | "basicInformationFormDescriptionLink" | "basicInformationFormHeading" | "basicInformationFormName" | "becauseYoureUnderXWeNeedToCollectInformationAboutALegalRepresentative" | "beforeSubmittingYourCapitalLoanApplication" | "belowTaxThreshold" | "benefactorDetails" | "benefactorsLegalName" | "beneficiary" | "beneficiaryGuideDescription" | "bic" | "bicSwift" | "birthCertificate" | "birthDate" | "branchCode" | "branchNumber" | "brokerStatements" | "browseFiles" | "bsbCode" | "bsbNumber" | "btwNummer" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "businessAccountTerms" | "businessDescription" | "businessDetails" | "businessEarningDetails" | "businessEntityDescription" | "businessEntityTitle" | "businessIncorporationNumber" | "businessInformation" | "businessInvestorDetails" | "businessLegalName" | "businessName" | "businessName__helperText" | "businessNumber" | "businessRegistrationDocument__FR" | "businessRegistryStatement" | "businessSelection__failedToLoad" | "businessSelection__footer" | "businessSelection__footerButton" | "businessSelection__heading" | "businessSelection__invalidTin" | "businessSelection__tinVerificationFailure" | "businessSelection__tinVerificationFailureModalContent" | "businessSelection__tinVerificationFailureModalHeader" | "businessSelection__tinVerificationFailureModalPrimaryButton" | "businessSelection__tinVerificationFailureModalSecondaryButton" | "businessStructure" | "businessTrust" | "businessTrusteeDetails" | "byClickingSignIAcknowledgeAndAgree" | "byClickingSubmitReview" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "cadastroDePessoasFisicas" | "canNotCompleteInstantVerification" | "cantSetUpAcccount" | "capitalUserTerms" | "cardUserTerms" | "cashManagementTrust" | "CCIAA" | "certificateOfFormation" | "certificateOfIncorporation" | "certificateOfIncumbency" | "certificateOfInheritance" | "certificateOfVoterRegistration" | "chamberOfCommerceExtract" | "chamberOfCommerceRegistrationNumber" | "changeYourBusinessSetup" | "chargeCardUserAgreement" | "charitableTrust" | "charityNumber" | "charter" | "check" | "checkForTypos" | "chRegistrationNumber" | "city" | "cityTown" | "clearingCode" | "clearingNumber" | "codiceFiscale" | "codiceFiscalePartitaIVA" | "codNumericPersonal" | "codulDeIdentificareFiscala" | "commercialLicence" | "company" | "companyDetails" | "companyFinancialInformationFormDescription" | "companyFinancialInformationFormHeading" | "companyLegalName" | "companyName" | "companyNumber" | "companyNumberNZ" | "companyProfile" | "companyRegistrationDocument" | "companyRegistrationDocumentFormDescription" | "companyRegistrationDocumentFormHeading" | "companyRegistrationDocumentFormName" | "companyRegistrationNumber" | "companyRegistrationNumber__HK" | "companyStructure" | "companyStructureFormDescription" | "companyStructureFormName" | "companyTaxDocumentFormDescription" | "companyTaxDocumentFormHeading" | "companyTaxDocumentFormName" | "companyTrustee" | "companyTrusteeDetails" | "companyType" | "complete" | "completeAddingAccount" | "confirm" | "constitutionalDocument" | "constitutionalDocument__header" | "constitutionalDocument__headerDescription" | "constitutionalDocument__soleProprietorship__headerDescription" | "constitutionalDocument__trust__headerDescription" | "contactDetails" | "containsNameOfCompany" | "continue" | "continueCompany" | "continueIndividual" | "contractSpecifyingDividends" | "contributionBelowThreshold" | "controllingPerson" | "controllingPersonDescription" | "controllingPersonGuideDescription" | "corporateUnitTrust" | "correctErrorsResubmit" | "couldNotCompleteAccountCheck" | "couldNotEstablishBankConnection" | "country" | "country__US__business" | "countryOfGoverningLaw" | "countryRegionOfEstablishment" | "countryWithoutVatOrGstSystem" | "courtOrder" | "cryptocurrencyExchange" | "cryptocurrencyIncome" | "cryptocurrencyProceedDetails" | "currency" | "currencyCode" | "currencyIsRequired" | "currencyPlaceholder" | "customerSupport" | "cyRegistrationNumber" | "dataMissingError" | "dataReviewNeeded" | "date" | "dateCannotBeInTheFuture" | "datedInTheLastXMonths" | "dateOfIncorporation" | "dateOfSale" | "dateOfSourceEvent" | "dateOfTotalAssetsCalculation" | "dateOfWinning" | "dateOnDocumentNoOlderThanXMonths" | "datePlaceholder" | "dbaName" | "deceased" | "deceasedEstate" | "decedentsName" | "decisionMaker" | "decisionMakerDescription" | "decisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "delete" | "deleteDocument" | "deleteIdDocument" | "deleteInvestorDetails" | "depositSlip" | "describeTheDecedent" | "describeWhoIsABeneficiaryInYourTrust" | "description" | "descriptionOfIntellectualProperty" | "descriptionOfProperty" | "descriptionOptional" | "descriptionUndefinedBeneficiary" | "detCentralePersonregister" | "DIC" | "director" | "directorDescription" | "directorGuideDescription" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "dividendAmount" | "dni" | "documentAddressedToName" | "documentCannotBeDamaged" | "documentDeletedSuccessfully" | "documentIssuedByGovernmentAuthority" | "documentName" | "documentNotExpiredOrDamaged" | "documentRequirements" | "documents" | "documentShowsTaxIdOfCompany" | "documentType" | "documentUpload" | "documentUploadedSuccessfully" | "documentVerification" | "doesThisCompanyHaveLEI" | "doesYourCompanyHaveLEI" | "doingBusinessAs" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "donorsName" | "doNotHaveAbn" | "doNotHaveAcn" | "doNotHaveBusinessIncorporationNumber" | "doNotHaveBusinessNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveEIN" | "doNotHaveFirmenbuchnummer" | "doNotHaveHandelsregisternummer" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveNZBN" | "doNotHaveOrganisationsnummer" | "doNotHaveRegonKrsNumber" | "doNotHaveYTunnus" | "download" | "downloadACopy" | "downloadAsPdf" | "driversLicense" | "driving_licence" | "drivinglicenseBack" | "drivinglicenseFront" | "dropFileToUpload" | "duplicatedFiles" | "edit" | "editDetails" | "editEntityDetails" | "editEntityOwner" | "editOwnerOfTrustMember" | "editTrustMember" | "ein" | "einVerificationLetter" | "eInvoicingCode" | "email" | "employersName" | "enter1LetterAndThenNDigitsForExample" | "enter1LetterAndThenXToYDigitsForExample" | "enterAMaximumOfNCharactersForExample" | "enterAMaximumOfNCharactersWithAMixForExample" | "enterAMaximumOfNDigitsForExample" | "enterAMaximumOfNMoreDigitsForExample" | "enterEnglishLetterFollowedByXtoYDigitsForExample" | "enterLastNameExactlyAsAppearInID" | "enterLastNDigitsForExample" | "enterNameExactlyAsAppearInID" | "enterNCharactersForExample" | "enterNCharactersWithAMixForExample" | "enterNDigitsAndThen1LetterForExample" | "enterNDigitsForExample" | "enterNLetterPrefixOptionallyAndThenXToYDigitsForExample" | "enterNLettersAndThenXToYDigitsForExample" | "enterpriseNumber" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "enterTheDetailsYourself" | "enterTheRemainingNCharactersForExample" | "enterTheRemainingNDigitsForExample" | "enterTheRemainingNDigitsThenXToYLettersForExample" | "enterTheRemainingXToYCharactersForExample" | "enterTheRemainingXToYDigitsForExample" | "enterValid_" | "enterValidAccountDetails" | "enterXOrYCharactersForExample" | "enterXOrYDigitsForExample" | "enterXToYCharactersForExample" | "enterXToYCharactersWithAMixForExample" | "enterXToYDigitsForExample" | "entityEstablishingTrust" | "entityType" | "errorMessage_1_10" | "errorMessage_1_11" | "errorMessage_1_12" | "errorMessage_1_30" | "errorMessage_1_31" | "errorMessage_1_32" | "errorMessage_1_33" | "errorMessage_1_34" | "errorMessage_1_35" | "errorMessage_1_36" | "errorMessage_1_37" | "errorMessage_1_38" | "errorMessage_1_39" | "errorMessage_1_40" | "errorMessage_1_41" | "errorMessage_1_50" | "errorMessage_1_51" | "errorMessage_1_52" | "errorMessage_1_53" | "errorMessage_1_54" | "errorMessage_1_55" | "errorMessage_1_56" | "errorMessage_1_57" | "errorMessage_1_58" | "errorMessage_1_60" | "errorMessage_1_61" | "errorMessage_1_62" | "errorMessage_1_70" | "errorMessage_1_71" | "errorMessage_1_72" | "errorMessage_1_73" | "errorMessage_1_74" | "errorMessage_1_75" | "errorMessage_1_76" | "errorMessage_1_84" | "errorMessage_1_85" | "errorMessage_1_86" | "errorMessage_1_87" | "errorMessage_1_803" | "errorMessage_1_804" | "errorMessage_1_1000" | "errorMessage_1_1001" | "errorMessage_1_1002" | "errorMessage_1_1003" | "errorMessage_1_3000" | "errorMessage_1_3001" | "errorMessage_1_3002" | "errorMessage_1_3003" | "errorMessage_1_3004" | "errorMessage_1_3005" | "errorMessage_1_3006" | "errorMessage_1_3007" | "errorMessage_1_3008" | "errorMessage_1_3009" | "errorMessage_1_3010" | "errorMessage_1_3011" | "errorMessage_1_3012" | "errorMessage_1_3013" | "errorMessage_1_3014" | "errorMessage_1_3015" | "errorMessage_1_3016" | "errorMessage_1_3017" | "errorMessage_1_3018" | "errorMessage_1_3019" | "errorMessage_1_3020" | "errorMessage_1_3021" | "errorMessage_1_3022" | "errorMessage_1_3023" | "errorMessage_1_3024" | "errorMessage_1_3025" | "errorMessage_1_3026" | "errorMessage_1_3027" | "errorMessage_1_3028" | "errorMessage_1_3029" | "errorMessage_1_3030" | "errorMessage_1_3031" | "errorMessage_1_3032" | "errorMessage_1_3033" | "errorMessage_1_3034" | "errorMessage_1_3035" | "errorMessage_1_3036" | "errorMessage_1_3037" | "errorMessage_1_3038" | "errorMessage_1_3039" | "errorMessage_1_3040" | "errorMessage_1_3041" | "errorMessage_1_3042" | "errorMessage_1_3043" | "errorMessage_1_3044" | "errorMessage_1_3045" | "errorMessage_1_3046" | "errorMessage_1_3047" | "errorMessage_1_3048" | "errorMessage_1_3049" | "errorMessage_1_3050" | "errorMessage_1_3051" | "errorMessage_1_3052" | "errorMessage_1_3062" | "errorMessage_1_3072" | "errorMessage_1_3073" | "errorMessage_1_3083" | "errorMessage_1_5000" | "errorMessage_1_5001" | "errorMessage_1_5002" | "errorMessage_1_5003" | "errorMessage_1_5004" | "errorMessage_1_5005" | "errorMessage_1_5006" | "errorMessage_1_5007" | "errorMessage_1_5008" | "errorMessage_1_5009" | "errorMessage_1_5010" | "errorMessage_1_5011" | "errorMessage_1_5012" | "errorMessage_1_5013" | "errorMessage_1_5014" | "errorMessage_1_5015" | "errorMessage_1_5016" | "errorMessage_1_5017" | "errorMessage_1_5018" | "errorMessage_1_5019" | "errorMessage_1_5020" | "errorMessage_1_5021" | "errorMessage_1_5022" | "errorMessage_1_5023" | "errorMessage_1_5024" | "errorMessage_1_5025" | "errorMessage_1_5026" | "errorMessage_1_5027" | "errorMessage_1_5028" | "errorMessage_1_5029" | "errorMessage_1_5030" | "errorMessage_1_5031" | "errorMessage_1_5032" | "errorMessage_1_5033" | "errorMessage_1_5034" | "errorMessage_1_5035" | "errorMessage_1_5036" | "errorMessage_1_5037" | "errorMessage_1_5038" | "errorMessage_1_5039" | "errorMessage_1_5040" | "errorMessage_1_5041" | "errorMessage_1_5042" | "errorMessage_1_5043" | "errorMessage_1_5044" | "errorMessage_1_5045" | "errorMessage_1_5046" | "errorMessage_1_5047" | "errorMessage_1_5048" | "errorMessage_1_5049" | "errorMessage_1_5050" | "errorMessage_1_5051" | "errorMessage_1_5052" | "errorMessage_1_5053" | "errorMessage_1_5054" | "errorMessage_1_5055" | "errorMessage_1_5057" | "errorMessage_1_5067" | "errorMessage_1_6000" | "errorMessage_1_6001" | "errorMessage_1_6002" | "errorMessage_1_6003" | "errorMessage_1_6004" | "errorMessage_1_6005" | "errorMessage_1_6006" | "errorMessage_1_6007" | "errorMessage_1_6008" | "errorMessage_1_6009" | "errorMessage_1_6010" | "errorMessage_1_6011" | "errorMessage_1_6012" | "errorMessage_1_6013" | "errorMessage_1_6014" | "errorMessage_1_6015" | "errorMessage_1_6016" | "errorMessage_1_6017" | "errorMessage_1_6018" | "errorMessage_1_6019" | "errorMessage_1_6020" | "errorMessage_1_6021" | "errorMessage_1_6022" | "errorMessage_1_6023" | "errorMessage_1_6024" | "errorMessage_1_6025" | "errorMessage_1_6026" | "errorMessage_1_6027" | "errorMessage_1_6028" | "errorMessage_1_6029" | "errorMessage_1_6030" | "errorMessage_1_6031" | "errorMessage_1_6032" | "errorMessage_1_6033" | "errorMessage_1_6034" | "errorMessage_1_6035" | "errorMessage_1_6036" | "errorMessage_1_6037" | "errorMessage_1_6038" | "errorMessage_1_6039" | "errorMessage_1_6040" | "errorMessage_1_6041" | "errorMessage_1_6042" | "errorMessage_1_6044" | "errorMessage_1_6045" | "errorMessage_1_6046" | "errorMessage_1_6047" | "errorMessage_1_6048" | "errorMessage_1_6049" | "errorMessage_1_7000" | "errorMessage_1_7001" | "errorMessage_1_7002" | "errorMessage_1_7003" | "errorMessage_1_7004" | "errorMessage_1_7005" | "errorMessage_1_7006" | "errorMessage_1_7007" | "errorMessage_1_7008" | "errorMessage_1_7009" | "errorMessage_1_7010" | "errorMessage_1_7011" | "errorMessage_1_7012" | "errorMessage_1_7013" | "errorMessage_1_7014" | "errorMessage_1_7015" | "errorMessage_1_7016" | "errorMessage_1_7017" | "errorMessage_1_7018" | "errorMessage_1_7019" | "errorMessage_1_7020" | "errorMessage_1_7021" | "errorMessage_1_7022" | "errorMessage_1_8009" | "errorMessage_1_8010" | "errorMessage_1_8011" | "errorMessage_1_8012" | "errorMessage_1_8013" | "errorMessage_1_8014" | "errorMessage_1_8015" | "errorMessage_2_1101" | "errorMessage_2_1102" | "errorMessage_2_1103" | "errorMessage_2_1110" | "errorMessage_2_1111" | "errorMessage_2_1112" | "errorMessage_2_1113" | "errorMessage_2_8064" | "errorMessage_2_8067" | "errorMessage_2_8141" | "errorMessage_2_8162" | "errorMessage_2_8183" | "errorMessage_2_8189" | "errorMessage_2_8193" | "errorMessage_2_8196" | "errorMessage_2_8224" | "errorMessage_2_8234" | "errorMessage_2_8236" | "errorMessage_2_8247" | "errorMessage_2_8248" | "errorMessage_2_8249" | "errorMessage_2_8250" | "errorMessage_3_10" | "estateAttorneysName" | "euVatNumber" | "exemptedFromTax" | "extractFromMunicipalPersonalRecordsDatabase" | "failedFetchingDecisionMaker" | "failedFetchingLegalRepresentative" | "failedInitializeInstantVerification" | "failedToDeletePayoutAccount" | "failedToDownloadAcceptedServiceAgreementDocument" | "failedToDownloadPci" | "failedToDownloadServiceAgreementDocument" | "failedToFetchAcceptedByName" | "failedToFetchPayoutAccount" | "failedToFetchRelevantDocuments" | "failedToFetchSoleProp" | "failedToFetchTrustDetails" | "failedToFetchTrustMemberDetails" | "failedToGetPciTemplate" | "failedToGetPciTemplateInSelectedLanguageFallbackToEn" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "failedToLoadBusinessLines" | "failedToRemoveDecisionMaker" | "failedToRemoveTrustMember" | "failedToUpdateDetails" | "familyTrust" | "fieldHasUnsupportedFormats" | "fieldIsRequired" | "fieldMustContainAtLeast" | "fileName" | "financialInformation" | "financialProductFundingSources" | "financialProductInformation" | "financialReportingDate" | "findYourIncorporatedAssociationNumberInThePublicRegistryForYourState" | "finish" | "finishLater" | "firmenbuchnummer" | "firstHomeSaverAccountsTrust" | "firstName" | "firstNameOfSettlor" | "fixedTrust" | "fixedUnitTrust" | "forExample_" | "formatIsCorrect" | "franchiseesTAndCs" | "frontPage" | "fullDocumentVisible" | "fullDocumentVisibleWithReadableText" | "fullLegalName" | "fundDepositAmount" | "fundDepositDate" | "fundingSources" | "fundTransferDate" | "gamblingWebsite" | "GEMI-number" | "getSetUpInstantly" | "gettingStarted" | "getYourBusinessVerifiedDetails" | "getYourVerifiedDetailsInstantly" | "giftOrDonationAgreement" | "giftOrDonationDetails" | "goBack" | "goBackAndProvideDocumentScans" | "good" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "governmentalOrganizationDescription" | "governmentalOrganizationTitle" | "governmentIssuedCorrespondence" | "grantOfProbate" | "grTaxId" | "gst" | "guardianshipCertificate" | "handelsregisternummer" | "hasBankStampOrBankSignature" | "hasDba" | "hasDba__helperText" | "hasToBeOfficialDocumentFromBank" | "helpUsVerifyCompany" | "hideDetails" | "highResolutionCheck" | "hkid" | "howDoesVerificationWithOurPartnerWorks" | "howVerificationWithOnfidoWork" | "howWouldYouLikeToSetUpYourAccount" | "howYourCustomersCanReachYou" | "huRegistrationNumber" | "huTaxId" | "hybridTrust" | "ibanFormat" | "ICO" | "idDocument" | "idDocumentAlreadyUploaded" | "identifikacionenNomerDDS" | "identifyVerification" | "identityCard" | "identityCardBack" | "identityCardFront" | "identityNumberExempt" | "identityNumberExempt__CA" | "identityNumberExempt__US" | "idNumber" | "iDoNotHaveCompanyRegistrationNumber" | "iDoNotHaveGst" | "iDontHaveARegistrationNumber" | "iDontHaveATaxId" | "iDontHaveAVatNumber" | "iDontKnow" | "idUploadDocumentSubtitle" | "ifNoOwnersSpecifyControllingPersons" | "ifYouChooseToUseOnfido" | "iHaveReadAndIAcceptTheseTerms" | "imagesInColor" | "includeFrontAndBack" | "includesEIN" | "includesEvidenceOfTheIndividualsRole" | "includesLegalCompanyName" | "includesTheDirectorsFullName" | "incorporatedAssociationRegistrationNumber" | "individual" | "individualDetails" | "individualTrustee" | "individualTrusteeDetails" | "industryAndNaceCode" | "industryExemption" | "infoInUploadedDocumentIsTrue" | "informationCouldNotBeSubmitted" | "inheritanceAmount" | "inheritanceDetails" | "inheritanceReceivedOn" | "inReview" | "instant" | "instantIDVerificationDescription" | "instantlyAddAndVerifyABankAccount" | "instantlyConnectAndVerifyYourBankAccount" | "instantVerification" | "instantVerificationDescription" | "institutionNumber" | "internalCompanyDocument" | "inTheNextStepWellCollectInformation" | "inThePreviousStepOwnedByAnUltimateParentCompany" | "inThePreviousStepOwnedByAParentCompany" | "introductionScreenAccountDescriptionP1" | "introductionScreenAccountDescriptionP2" | "introductionScreenAccountTitle" | "introductionScreenCompanyDescriptionLI1" | "introductionScreenCompanyDescriptionP1" | "introductionScreenCompanyDescriptionP2" | "introductionScreenCompanyTitle" | "introductionScreenDecisionMakerDescriptionLI1" | "introductionScreenDecisionMakerDescriptionLI2" | "introductionScreenDecisionMakerDescriptionLI3" | "introductionScreenDecisionMakerDescriptionP1" | "introductionScreenDecisionMakerDescriptionP2" | "introductionScreenDecisionMakerTitle" | "introductionScreenEpilogueDescriptionP1" | "introductionScreenEpilogueDescriptionP2" | "introductionScreenEpilogueTitle" | "introductionScreenIndividualDescriptionLI1" | "introductionScreenIndividualDescriptionLI2" | "introductionScreenIndividualDescriptionLI3" | "introductionScreenIndividualDescriptionP1" | "introductionScreenIndividualDescriptionP2" | "introductionScreenIndividualTitle" | "introductionScreenPrologueDescriptionP1" | "introductionScreenPrologueDescriptionP2" | "introductionScreenPrologueTitle" | "introductionScreenSoleProprietorCompanyDescriptionLI1" | "introductionScreenSoleProprietorCompanyDescriptionP1" | "introductionScreenSoleProprietorCompanyDescriptionP2" | "introductionScreenSoleProprietorCompanyTitle" | "introductionScreenTrustDescriptionLI1" | "introductionScreenTrustDescriptionP1" | "introductionScreenTrustDescriptionP2" | "introductionScreenTrustMemberDescriptionLI1" | "introductionScreenTrustMemberDescriptionLI2" | "introductionScreenTrustMemberDescriptionLI3" | "introductionScreenTrustMemberDescriptionP1" | "introductionScreenTrustMemberDescriptionP2" | "introductionScreenTrustMemberTitle" | "introductionScreenTrustTitle" | "invalidCapabilities" | "invalidDateOfBirth" | "invalidDateOfIncorporation" | "invalidEmail" | "invalidFinancialReportingDate" | "invalidFormat" | "invalidFormatBankStatementDescription" | "invalidFormatExpects" | "invalidFormatForAuDriversLicenseCardNumber" | "invalidFormatForAuDriversLicenseNumber" | "invalidFormatForAuPassportNumber" | "invalidFormatForHKDriversLicenseNumber" | "invalidFormatForHKIdentityCardNumber" | "invalidFormatForHKPassportNumber" | "invalidFormatForNZDriversLicenseCardNumber" | "invalidFormatForNZDriversLicenseNumber" | "invalidFormatForNZPassportNumber" | "invalidFormatIdentityNumberBR" | "invalidFormatIdentityNumberCA" | "invalidFormatIdentityNumberDK" | "invalidFormatIdentityNumberES" | "invalidFormatIdentityNumberHK" | "invalidFormatIdentityNumberIT" | "invalidFormatIdentityNumberPL" | "invalidFormatIdentityNumberRO" | "invalidFormatIdentityNumberSE" | "invalidFormatIdentityNumberSG" | "invalidFormatIdentityNumberUS" | "invalidFormatIdentityNumberUS9" | "invalidInputError" | "invalidNumberOfEmployees" | "invalidPhoneNumber" | "investmentAmount" | "investmentCertificate" | "investor" | "investorContract" | "investorDetails" | "investorLocation" | "investorMemo" | "invoicesFromThe3MostRecentMonths" | "irdDocument" | "irdNumber" | "irsCP575" | "irsScheduleK1" | "isCompanyOwnedByAnotherCompany" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "isParentOwnedByAnotherCompany" | "issueDate" | "issueDateWithinTheLast3Months" | "issueDateWithinTheLast12Months" | "issuedByTheTaxAuthority" | "issuedOrSignedByALegalRepresentative" | "issuedWithinTheLast12Months" | "issuerState" | "issuingService" | "isThisAddressTheMainHeadquarters" | "isThisPersonANomineeDirector" | "isThisPersonANomineeShareholder" | "iStillCantFindIt" | "isTrustOperationAddressSame" | "isYourNameMissingFromSigners" | "itCanTakeUpTo" | "jobTitle" | "kaibemaksukohustuslaseNumber" | "krsNumber" | "last4DigitsOfSocialSecurityNumber" | "lastName" | "lastNameOfSettlor" | "latestTaxFiling" | "latestTaxReturn" | "learnMore" | "leave" | "legalCompanyName" | "legalCompanyName__helperText" | "legalCompanyName__helperText__AU" | "legalCompanyName__helperText__HK" | "legalCompanyName__helperText__NL" | "legalCompanyName__helperText__PR" | "legalCompanyName__helperText__SG" | "legalCompanyName__helperText__US" | "legalCompanyName__helperText__US__business" | "legalCompanyName__US" | "legalEntityIdentifier" | "legalForm" | "legalInformation" | "legalInformationInsolvency" | "legalName" | "legalNameIsUsedToIdentifyABusinessWithTheGovernment" | "legalNameOfSoleProprietor" | "legalNameOfSoleProprietorship" | "legalOwnerOfProperty" | "legalProceedingsDate" | "legalRepresentative" | "legalRepresentativeDetails" | "legalRepresentativeFor" | "legalRepresentativeNeeded" | "lendersNameAndAddress" | "letterFromAccountant" | "letterFromAttorney" | "letterFromAttorneyInsurance" | "letterFromAttorneyOrNotary" | "letterFromInsurer" | "letterFromPreviousEmployer" | "letUsKnowTheBankAccountToSendReceiveFunds" | "licenceVersionNumber" | "licenseCardNumber" | "licenseNumber" | "liRegistrationNumber" | "listedPublicUnitTrust" | "listitemVoidedChequeBankLetterBankStatementOnline" | "loading" | "loanAgreement" | "loanApplication" | "loanDate" | "loans" | "loanStatement" | "localFormat" | "loginIntoYourBankingEnvironment" | "lookUpYourLEI" | "ltRegistrationNumber" | "luRegistrationNumber" | "lvRegistrationNumber" | "lvTaxId" | "madeAMistake" | "maintenanceModeMessage" | "makeSureToHaveYourTrustDeed" | "manualIDVerificationDescription" | "manuallyAddAccount" | "manuallyAddAccountQuestion" | "manuallyAddAccountSlower" | "manualUpload" | "manualVerificationDescription" | "maxFileSize" | "maxFileSizeOnly" | "maximumFileSizeExceeded" | "mayTakeAFewDays" | "MBS" | "mcRegistrationNumber" | "mcRegistrationNumberSoleProp" | "meetingRecords" | "Mehrwertsteuernummer" | "memberDetails" | "missingCompanyDetails" | "missingMultipleDecisionMakers" | "missingPhoneCountryCode" | "missingRequiredDecisionMakers" | "missingRequiredTrustMembers" | "momsregistreringsnummer" | "momsregistreringsnummerCVR" | "mortgageStatement" | "mvanummer" | "myinfoBusinessDetailsRetrieved" | "myInfoBusinessYouCanGetVerifiedDetails" | "myinfoDetailsRetrieved" | "myInfoYouCanGetVerifiedDetails" | "nameAddressSignatureOfAllInvestors" | "nameMustContainLetters" | "nameOfCasinoLottery" | "nameOfTheCoins" | "nameOfTheCryptocurrencyExchange" | "nameOfTrust" | "nameOfTrustAgreement" | "namesOfInvolvedParties" | "namesOfLandlordAndTenant" | "national_identity_card" | "nationalIdNumber" | "nationalInsuranceNumber" | "nationality" | "naturalPersonDescription" | "naturalPersonTitle" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "netProceedAmount" | "newEntityAlwaysEmpty" | "next" | "nie" | "NIF" | "NIFdeIVA" | "NIP" | "NIPC" | "no" | "noCategoriesAvailable" | "noGlare" | "noGoBack" | "noIdontKnow" | "noIssuesFound" | "nominee" | "noneOfTheAbove" | "nonProfitOrCharitableOrgDescription" | "nonProfitOrCharitableOrgTitle" | "noOptionsFound" | "notarizedStatement" | "notBlurry" | "notCutOff" | "notExpired" | "nothingNeedsToBeSigned" | "nric" | "numarOrdineRegistrulComertului" | "numberOfEmployees" | "numerodeIVA" | "NumeroDeTVA" | "numeroDIdentificationALATaxe" | "NZBN" | "NZBN/NCN" | "objectOfCharitableTrust" | "objectOfTrust" | "oib" | "onboardingRedirectAwaitingCtaButton" | "onboardingRedirectAwaitingDescriptionP1" | "onboardingRedirectInReviewCtaButton" | "onboardingRedirectInReviewDescriptionP1" | "onboardingRedirectLinkError" | "onboardingRedirectOpenError" | "onboardingRedirectRejectedDescriptionP1" | "onboardingRedirectUnsuccessfulCtaButton" | "onboardingRedirectUnsuccessfulDescriptionP1" | "onboardingRedirectVerifiedDescriptionP1" | "onfidoIsOurTrustedPartner" | "onfidoPrivacyPolicy" | "onfidoTermsOfService" | "onfidoWillGiveFeedbackInRealTime" | "operationalAddress" | "operationalAddressHeader" | "operationalAddressIsNotSameItemName" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "optional" | "organisasjonsnummer" | "organisationsnummer" | "organization" | "originatorType" | "orSoleProprietorshipName" | "otherAddressInformation" | "otherBusinessInformation" | "otherInformation" | "otherLegalMeasures" | "otherTrust" | "ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations" | "owner" | "ownerDescription" | "ownerGuideDescription" | "ownershipStructure" | "parentCompany" | "parentCompanyInformation" | "partitaIVA" | "partnership" | "partnerShipAgreement" | "partnershipIncorporatedDescription" | "partnershipOrAssociation" | "partnershipUnincorporatedDescription" | "passport" | "passportExpiryDate" | "passportNumber" | "passportPhotoPage" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "patriotActDisclosureTitle" | "payinAccount" | "payinAccountsDescription" | "payinDetails" | "paymentProcessingTerms" | "paymentService" | "payoutAccount" | "payoutAccountsDescription" | "payoutAccountsDescriptionReview" | "payoutDetails" | "payoutIn_Or_" | "payoutInOnly_" | "payslips" | "pccr" | "pciDoesNotNeedSigningOrHasBeenSigned" | "pciDssQuestionnaire" | "pciSignedSuccessfully" | "pciSignFailed" | "PDVIdBrojOIB" | "pendingCapabilities" | "pendingStatusError" | "pensionPaymentAmount" | "pensionPaymentAmountOrTotalValue" | "pensionSlip" | "pensionStatement" | "personalDetails" | "personAppointmentUnderTrustInstrument" | "personnummer" | "peselNumber" | "phoneNumber" | "phoneNumber__placeholder__AL" | "phoneNumber__placeholder__AS" | "phoneNumber__placeholder__NL" | "phoneNumber__placeholder__SG" | "phoneNumber__placeholder__US" | "pleaseEnsureTheFollowing" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "pleaseEnterAValidAmount" | "pleaseEnterAValidNumber" | "pleaseEnterAValidWholeNumber" | "pleaseFillInAllFields" | "pleaseNote" | "pleaseProvideThePurposeOfCharitableTrust" | "pooledSuperannuationTrust" | "postalCode" | "poweredBy" | "previous" | "previousEmployersName" | "principalAmount" | "principalPlaceOfBusiness" | "principalPlaceOfBusinessDescription" | "privateCompanyDescription" | "privateCompanyTitle" | "processing" | "professionalServiceProvider" | "proofOfAddress" | "proofOfAnnualTurnoverAmount" | "proofOfDirector" | "proofOfFundingOrWealthSource" | "proofOfNationalId" | "proofOfNationalIdNumber" | "proofOfOrganizationTaxInfo" | "proofOfOwnership" | "proofOfOwnershipRent" | "proofOfRelationship" | "proofOfResidenceDocumentTypeLabel" | "proofOfResidency" | "proofOfWalletOwnership" | "proofOfWinnings" | "propertyAddress" | "protector" | "protectorGuideDescription" | "provideAllBeneficiaries" | "provideAllDirectors" | "provideAllOwners" | "provideAllTrustees" | "provideAtLeastOneProtector" | "provideAtLeastOneSettlor" | "provideAtLeastOneSignatory" | "provideFewDetailsAboutYourself" | "provideMostRecentYearAvailable" | "provideOneControllingPerson" | "providePageWithPhotoAndCode" | "providePersonalAddress" | "providePersonalDetailsOfOwner" | "provinceOrTerritory" | "publicCompanyDescription" | "publicCompanyTitle" | "publicTradingTrust" | "purposeOfLoan" | "PVMmoketojoKodas" | "quickAndSecureIdentityVerification" | "ranIntoTechnicalError" | "reason" | "reasonForFillingCompanyAddressDetails" | "reasonForFillingCompanyRegistrationDetails" | "reasonForFillingIndividualAddressDetails" | "reasonForFillingIndividualPersonalDetails" | "reasonForFillingPayoutDetails" | "recentInvoices" | "region" | "registeredAddress" | "registeredAddressHeaderDescription" | "registeredAddressHeaderDescription__NL" | "registeredAddressHeaderDescription__PR" | "registeredAddressHeaderDescription__US" | "registeredAddressTrustHeaderDescription" | "registeredBusinessAddress" | "registeredBusinessAddressDescription" | "registeredBusinessAddressDescription__withCountry" | "registeredBusinessAddressDescription__withCountry__commonNoun" | "registrationAddress" | "registrationDetails" | "registrationDocument" | "registrationNumber" | "registrationNumber__helperText__US" | "registrationNumber__nonProfit__FR" | "registrationNumber__US" | "registrikood" | "regon" | "regonKrsNumber" | "rejected" | "relationship" | "relationshipTo" | "remediationFormErrorMessage" | "remediationMessage_1_100" | "remediationMessage_1_101" | "remediationMessage_1_102" | "remediationMessage_1_300" | "remediationMessage_1_301" | "remediationMessage_1_302" | "remediationMessage_1_303" | "remediationMessage_1_304" | "remediationMessage_1_305" | "remediationMessage_1_306" | "remediationMessage_1_307" | "remediationMessage_1_308" | "remediationMessage_1_309" | "remediationMessage_1_316" | "remediationMessage_1_319" | "remediationMessage_1_320" | "remediationMessage_1_500" | "remediationMessage_1_501" | "remediationMessage_1_502" | "remediationMessage_1_503" | "remediationMessage_1_504" | "remediationMessage_1_505" | "remediationMessage_1_506" | "remediationMessage_1_507" | "remediationMessage_1_508" | "remediationMessage_1_509" | "remediationMessage_1_510" | "remediationMessage_1_511" | "remediationMessage_1_512" | "remediationMessage_1_513" | "remediationMessage_1_600" | "remediationMessage_1_601" | "remediationMessage_1_602" | "remediationMessage_1_603" | "remediationMessage_1_700" | "remediationMessage_1_701" | "remediationMessage_1_702" | "remediationMessage_1_703" | "remediationMessage_1_704" | "remediationMessage_1_705" | "remediationMessage_1_803" | "remediationMessage_1_804" | "remediationMessage_1_805" | "remediationMessage_2_123" | "remediationMessage_2_124" | "remediationMessage_2_151" | "remediationMessage_2_158" | "remediationMessage_2_178" | "remediationMessage_2_184" | "remediationMessage_2_185" | "remediationMessage_2_188" | "remediationMessage_2_214" | "remediationMessage_2_222" | "remediationMessage_2_223" | "remediationMessage_2_234" | "remediationMessage_2_235" | "remediationMessage_2_236" | "remediationMessage_2_237" | "remediationMessage_3_100" | "remove" | "removeDecisionMaker" | "removeTrustMember" | "removing" | "rentalAgreementOrLease" | "rentAmount" | "reportedDividendAmount" | "reportedValue" | "reportingCurrency" | "requirements" | "requiresDecisionMakers" | "requiresSignatory" | "residence_permit" | "residencePermitBack" | "residencePermitFront" | "residencyCountry" | "retrieveMyInfo" | "retrieveMyInfoBusiness" | "retrieveMyinfoBusinessWith" | "retrieveMyinfoWith" | "returnToTaskList" | "reviewTheInformationBelowAndCorrectMistakesOr" | "RfcDocument" | "rnaNumber" | "role" | "roleAndEntityType" | "rootLegalEntityIsEmpty" | "routingNumber" | "routingNumberVisible" | "royaltyAgreement" | "royaltyAmount" | "salarySlip" | "saleAmount" | "saleContract" | "sameAsRegisteredAddress" | "sameNameAsLegalName" | "save" | "saveAndGoToOverview" | "screenshotOfOnlineBankingEnviroment" | "searchAddress" | "secForm10k" | "secretaryOfStateFiling" | "secretaryOfStateFiling__PR" | "secretaryOfStateRegDoc" | "secretaryOfStateRegDoc__PR" | "securelyUseYourBanksWebsite" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectASourceOfFunding" | "selectCountryRegion" | "selectDocument" | "selectDocumentType" | "selectOne" | "selectProvinceOrTerritory" | "selectSigner" | "selectState" | "selectTheApplicableRoles" | "selectTheBankToReceivePayouts" | "serviceAgreements" | "serviceAgreementSignedAndDated" | "serviceAgreementSignedSuccessfully" | "serviceAgreementSignFailed" | "sessionTimeout" | "settlor" | "settlorExemptionReason" | "settlorGuideDescription" | "setUpYourAccount" | "shareholderDocument" | "showAddressStateCountry" | "showDetails" | "showOnMap" | "showsCountryOfBankAccount" | "showsTheNameOfTheCoins" | "showsTheNameOfTheCryptocurrencyExchange" | "showsYourBusinessName" | "sign" | "signAndContinue" | "signatory" | "signatoryDescription" | "signatoryGuideDescription" | "signatureAndDateWithinTheLast12Months" | "signed" | "signedByOn" | "signedCopyOfTheWill" | "signer" | "signServiceAgreement" | "SINFormatCA" | "singingUpAsCompanyButLooksLikeYouAreAnIndividual" | "singingUpAsIndividualButLooksLikeYouAreACompany" | "siRegistrationNumber" | "siret" | "siTaxId" | "skRegistrationNumber" | "skTaxId" | "socialInsuranceNumber" | "socialSecurityNumber" | "socialSecurityNumber__placeholder" | "sofTypeAdyenLabel" | "sofTypeAssetsaleLabel" | "sofTypeBusinessLabel" | "sofTypeCryptocurrencyincomeLabel" | "sofTypeDividendincomeLabel" | "sofTypeDonationsLabel" | "sofTypeEmploymentLabel" | "sofTypeFinancialaidLabel" | "sofTypeGamblingwinningsLabel" | "sofTypeInheritanceLabel" | "sofTypeInsurancesettlementLabel" | "sofTypeLoansLabel" | "sofTypePensionincomeLabel" | "sofTypeRentalincomeLabel" | "sofTypeRoyaltyincomeLabel" | "sofTypeThirdpartyfundingLabel" | "solePropDetails" | "soleProprietorDetails" | "soleProprietorship" | "soleProprietorshipDetails" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "someInformationWillNotBeSaved" | "sorryAnErrorOccurred" | "sorryWeCantSetUpAnAccountForYou" | "sortCode" | "sourceOfDonatedFunds" | "sourceOfFunds" | "SSM" | "ssn" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SST" | "stamregister" | "start" | "startANewSessionFromTheSamePlaceYouOriginallyAccessed" | "startTypingTheAddress" | "state" | "stateIssuedProofOfIdentityCard" | "stateOrProvince" | "stateOrProvince__placeHolder" | "stateOrProvince__placeHolder__US" | "stateOrProvince__US__business" | "status" | "stepsX/YofForm" | "stockExchangeInformation" | "stockExchangeMIC" | "stockISIN" | "stockISINHelper" | "stockTickerSymbol" | "street" | "submitFailed" | "submitIdDocumentsAgain" | "submitReview" | "submitReviewOfYourData" | "submitSuccessful" | "successFullyRemovedDecisionMaker" | "successFullyRemovedTrustMember" | "successfullyUpdatedDetails" | "summaryLegalCaption" | "summaryTaxExemptionLegalCaption_1" | "summaryTaxExemptionLegalCaption_2" | "summaryTaxExemptionLegalCaption_3" | "summaryTaxExemptionLegalCaptionTitle" | "supportedFileTypes" | "supportingDocuments" | "swiftCode" | "task" | "taxationDocument" | "taxDeclaration" | "taxDeclarationProperty" | "taxDocument" | "taxDocuments" | "taxFiling" | "taxFiling__US" | "taxId" | "taxIdAbsenceReason" | "taxIdentificationNumber" | "taxIdNumber" | "taxInformationNumber" | "taxInformationNumber__helperText__US" | "taxInformationNumber__HK" | "taxInformationNumber__placeHolder__US" | "taxInformationNumber__US" | "taxpayerReferenceNumber" | "taxReferenceNumber" | "tellUsMoreAboutTheCryptocurrency" | "tellUsMoreAboutTheGiftOrDonationProceeds" | "tellUsMoreAboutTheInheritanceProceeds" | "tellUsMoreAboutTheInvestors" | "tellUsMoreAboutThePreviousBusinessEarnings" | "tellUsMoreAboutThisSource" | "termLengthAndDividendYield" | "textToVerifyAccount" | "the7CharacterIdentifierAssignedToThis" | "theBankAccountHolderMustBeInYourName_" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theBrokerageName" | "theBusinessName" | "theCityAndCountryRegion" | "theIdCheckWillBeAutomaticallyValidated" | "thenResubmit" | "thereAreNoSigners" | "thereWasAnErrorTryAgain" | "thisCompanyDoesntHaveAnSDI" | "thisIsMyBusiness" | "thisMeansYouHaveAnUltimateParentCompany" | "thisMeansYouHaveAParentCompany" | "thisPageIsNowInactive" | "thisSessionWillExpireIn" | "titleDeed" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "toggleAssociationMenu" | "tooManyFiles" | "toProtectYourInformationThisSessionHasExpired" | "totalAssets" | "totalAssetsHelper" | "totalSettlementAmount" | "tradingName" | "transactionStatement" | "transferInstrumentDeleted" | "transitNumber" | "trust" | "trustDeed" | "trustDetails" | "trustDetailsDescription" | "trustee" | "trusteeAsTrusteeForTrust" | "trusteeAsTrusteeForTrustDoingBusinessAs" | "trusteeGuideDescription" | "trusteePersonalDetails" | "trustInstrument" | "trustMembers" | "trustMembersDescription" | "trustPartnershipOrAssociation" | "trustType" | "tryAgainOrContinueEnteringTheDetailsYourself" | "tryAgainOrManualAccountDetails" | "typeOfCompany" | "typeOfIdentity" | "typeOfIdentitySubtitle" | "typeOfTrustAgreement" | "uboThroughControlGuideDescription" | "uboThroughOwnershipGuideDescription" | "uen" | "ultimateParentCompany" | "ultimateParentCompanyInformation" | "unableToDeleteDocument" | "unableToUploadDocument" | "unableToVerifyTheIdNumber" | "undefinedBeneficiary" | "undefinedBeneficiaryDescription" | "underJudicialAdministration" | "undoWithTimer" | "unfortunatelyAnInstantProvider" | "uniqueIdentificationCode" | "unknown" | "unlistedPublicUnitTrust" | "unsuccessful" | "unsupportedFiletype" | "update" | "updateTheInformation" | "uploadABankStatement" | "uploadADocument" | "uploadASupportingDocument" | "uploadDocumentForNric" | "uploadedOn" | "uploadOneOfTheseDocuments" | "uploadTheFollowingDocuments" | "uploadYourOrganizationProofOfDirector" | "upToFiles" | "usePhoneToScanId" | "UST-ID" | "USt-IdNr" | "utilityBill" | "validation8Or11Characters" | "validationCharacters" | "validationDigits" | "validationDigitsBetween" | "validationPleaseEnterAValidBusinessRegistrationNumberWithFormat" | "validationPleaseEnterAValidEINWithFormat" | "validationPleaseEnterAValidIban" | "validationPleaseEnterAValidIdNumberWithFormat" | "validationPleaseEnterAValidIRDNumber" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidRegistrationNumber" | "validationPleaseEnterAValidRegistrationNumberWithFormat" | "validationPleaseEnterAValidStockISIN" | "validationPleaseEnterAValidTaxIdNumber" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidUrl" | "validationPleaseEnterAValidVatNumber" | "validationPleaseEnterAValidVatNumberWithFormat" | "vatAbsenceReason" | "vatDocument" | "vatNumber" | "vatNummerMomsregistreringsnummerOrMomsnummer" | "vatRegistrationNumber" | "verificationErrorMessage" | "verificationMethod" | "verified" | "verifiedInformation" | "verify" | "verifyIndividualIdentity" | "verifyViaMobileBankingAppOrWebsite" | "verifyWith" | "weAccept" | "website" | "weCouldntCompleteTheAccountCheck" | "weCouldntConnectToMyinfo" | "weCouldntConnectToMyinfoBusiness" | "weDoNotYetSupportInstantVerificationForBankAccountsIn_" | "weFoundTheFollowingIssues" | "weNeedAnOfficialDocument" | "weNeedMoreInformationAboutTheIndividual" | "weNeedProofOfFunding" | "weNeedProofOfFundingPlural" | "weSelectedSomeRolesBasedOnMyinfoBusinessDataAboutYourCompanysAppointmentHoldersAndShareholders" | "whatBestDescribesYourBusinessSetup" | "whatCountryOrRegionIsTheBenefactorLocated" | "whatCountryOrRegionIsThisPersonLocated" | "whatFinancialProductIsThisFor" | "whatIsTheDifferenceBetweenTheseRoles" | "whatTypeOfCompanyDoYouHave" | "whatTypeOfTrusteeAreYou" | "whatTypeOfYourMembersEntity" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "whereToFindNumbersOnDriversLicense__NZ" | "whichLegalArrangementDoesYourBusinessHave" | "whichOfTheseApplyToTheSettlor" | "whichTypeOfIdNumberDoYouHave" | "whichTypeOfRegistrationNumberDoYouHave" | "whichTypeOfTaxIdNumberDoYouHave" | "whyDoINeedToFillInThisInformation" | "winLossStatement" | "winningProceedAmount" | "winReport" | "wouldYouLikeToSignUpAsCompanyInstead" | "wouldYouLikeToSignUpAsIndividualInstead" | "xCharactersLeft" | "xMinutes" | "xMinutesAndYSeconds" | "XOfYSteps" | "xSeconds" | "yes" | "yesAddManually" | "yesChange" | "yesContinue" | "youAlsoHaveToUploadSomeSupportingDocuments" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfPartnershipOrAssociation" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation" | "youAreNotSoleProprietorAndUseBankAccount" | "youAreRegisteredSoleProprietorAndUseBankAccount" | "youAreTrusteeManagingTheTrustForBeneficiaries" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYouLive" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYourCompanyIsRegistered" | "youHaveSuccessfullyProvidedTheIdDocument" | "youMustXYearsOldToContinue" | "yourAssociationIsRegisteredItWasSetUpForNonCommercialPurpose" | "yourBankWillConfirmYourAccountDetails" | "yourBusiness" | "yourBusinessInformation" | "yourBusinessIsRegisteredAsASeparateLegalEntityFromItsOwners" | "yourBusinessName" | "yourBusinesssDetailsArePreFilledInTheRelevantSections" | "yourBusinessSetup" | "yourDetailsArePreFilledInTheRelevantSections" | "yourFullName" | "yourIbanShouldBeginWith_" | "yourLoanApplicationHasBeenReceived" | "yourName" | "yourRelationshipToThisPerson" | "youSuccessfullyVerifiedAccount" | "YTunnus" | "zentralesVereinsregisterId" | "zipCode";
|
|
18
|
+
export declare const getEntityStatusRuleDescription: (country: CountryCode, currentTask: TaskTypes, entityLabel: TrustMemberGuidanceLabel | DecisionMakerType) => "number" | "search" | "aTrust" | "partnershipIncorporated" | "partnershipUnincorporated" | "associationIncorporated" | "myName" | "mySoleProprietorName" | "theCompanyIWorkFor" | "address" | "code" | "progress" | "select" | "summary" | "cancel" | "close" | "submit" | "id" | "iban" | "rejected" | "processing" | "back" | "bankAccount" | "bankStatement" | "constitutionalDocument" | "driversLicense" | "driving_licence" | "identityCard" | "national_identity_card" | "nationalIdNumber" | "passport" | "proofOfAddress" | "proofOfDirector" | "proofOfFundingOrWealthSource" | "proofOfNationalIdNumber" | "proofOfOrganizationTaxInfo" | "proofOfRelationship" | "proofOfResidency" | "registrationDocument" | "residence_permit" | "vatDocument" | "and" | "CNPJ" | "CVR-nummer" | "guardian" | "MBO" | "parent" | "RFC" | "1Minute" | "1Second" | "accept" | "acceptedDocumentsForGovernment" | "acceptedDocumentsForNonProfit" | "acceptedDocumentsForPartnerships" | "acceptedDocumentsForPrivateCompanies" | "acceptedDocumentsForPublicCompanies" | "accountCantBeSetUp" | "accountDetailsDescription" | "accountHolder" | "accountHolderTerms" | "accountName" | "accountNumber" | "accountNumberFullOrPartialVisible" | "accountNumberOrIbanVisible" | "accountNumberVisible" | "accountVerification" | "acknowledgePciRequirements" | "actionNeeded" | "add" | "addABankAccountForPayouts" | "addAccountWith" | "addAllSourcesOfFundsBeingUsed" | "addBankAccount" | "addBankDetails" | "addDecisionMaker" | "addDetailsManually" | "addDetailsManuallyQuestion" | "addDetailsWith" | "addDocument" | "addEntityOwner" | "addExtraBankAccount" | "addExtraPayinAccount" | "addExtraPayoutAccount" | "addingAndVerifiyingABankAccount" | "addInvestor" | "additionalInformation" | "additionalInformationFormHeading" | "additionalInformationFormName" | "addManually" | "addMissingBankDetails" | "addOwnerToTrustMember" | "addPayoutAccount" | "address__placeHolder" | "addresses" | "addressRegisteredWithSecretaryOfState" | "addTrustMember" | "addYourselfAsSigner" | "adoptionCertificate" | "adyenKeepsDataAsLongAsLegallyRequired" | "adyenWillOnlyGetTemporaryAccess" | "agreementPeriod" | "aLegalRepresentativeIsRequired" | "aLetterFromYourBank" | "allCapabilitiesValid" | "allPayslipsFrom3MostRecentMonths" | "allStatementsFrom3MostRecentMonths" | "amount" | "amountIsRequired" | "amountWon" | "anAssociation" | "andResubmit" | "anLEIIsAUniqueCode" | "annualReport" | "annualStatements" | "annualTurnover" | "annualTurnoverHelper" | "annualTurnoverValue" | "aNomineeDirectorIsAppointed" | "aNomineeShareholderHoldsShares" | "anyInformationTakenFromThisDocument" | "apartmentSuite" | "apartmentSuiteOther" | "applicationSubmittedSuccessfully" | "areYouACompany" | "areYouAnIndividual" | "areYouSureYouWantToDeleteThisBankAccount" | "areYouSureYouWantToDeleteThisDocument" | "areYouSureYouWantToDeleteThisInvestorDetails" | "arithmosEngraphes" | "articlesOfIncorporation" | "arvonlisaveronumeroMervardesskattenummer" | "association" | "associationIncorporatedDescription" | "australianBusinessNumberAbn" | "australianBusinessNumberAcn" | "backPage" | "backToTaskList" | "bankAccountCountryRegion" | "bankAccountDetails" | "bankAccountFormat" | "bankAccountHasToBeInYourCompanyName" | "bankAccountHasToBeInYourName" | "bankAccountNameIndividual" | "bankAccountNameOrganization" | "bankAccountNameWithSoleProprietor" | "bankAccountNameWithTrust" | "bankAccountNameWithTrust_US" | "bankAccountNeeded" | "bankAccountNumber" | "bankAccountToHaveSameNameAsTrust" | "bankAccountVerification" | "bankCityTown" | "bankCode" | "bankCountry" | "bankDetails" | "bankDocument" | "bankDocumentDescription" | "bankDocumentFileDescription" | "bankDocumentHeader" | "bankDocumentHeaderOptional" | "bankingService" | "bankName" | "bankruptcyInsolvency" | "banksLogoAndName" | "bankStatementAlreadyUploaded" | "bankStatementDocument" | "bankStatementIndividualDescription" | "bankStatementNonIndividualDescription" | "bankStatements" | "basedOnTheAboveSignatory" | "basicCompanyInformation" | "basicInformation" | "basicInformationFormDescription" | "basicInformationFormDescriptionLink" | "basicInformationFormHeading" | "basicInformationFormName" | "becauseYoureUnderXWeNeedToCollectInformationAboutALegalRepresentative" | "beforeSubmittingYourCapitalLoanApplication" | "belowTaxThreshold" | "benefactorDetails" | "benefactorsLegalName" | "beneficiary" | "beneficiaryGuideDescription" | "bic" | "bicSwift" | "birthCertificate" | "birthDate" | "branchCode" | "branchNumber" | "brokerStatements" | "browseFiles" | "bsbCode" | "bsbNumber" | "btwNummer" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "businessAccountTerms" | "businessDescription" | "businessDetails" | "businessEarningDetails" | "businessEntityDescription" | "businessEntityTitle" | "businessIncorporationNumber" | "businessInformation" | "businessInvestorDetails" | "businessLegalName" | "businessName" | "businessName__helperText" | "businessNumber" | "businessRegistrationDocument__FR" | "businessRegistryStatement" | "businessSelection__failedToLoad" | "businessSelection__footer" | "businessSelection__footerButton" | "businessSelection__heading" | "businessSelection__invalidTin" | "businessSelection__tinVerificationFailure" | "businessSelection__tinVerificationFailureModalContent" | "businessSelection__tinVerificationFailureModalHeader" | "businessSelection__tinVerificationFailureModalPrimaryButton" | "businessSelection__tinVerificationFailureModalSecondaryButton" | "businessStructure" | "businessTrust" | "businessTrusteeDetails" | "byClickingSignIAcknowledgeAndAgree" | "byClickingSubmitReview" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "cadastroDePessoasFisicas" | "canNotCompleteInstantVerification" | "cantSetUpAcccount" | "capitalUserTerms" | "cardUserTerms" | "cashManagementTrust" | "CCIAA" | "certificateOfFormation" | "certificateOfIncorporation" | "certificateOfIncumbency" | "certificateOfInheritance" | "certificateOfVoterRegistration" | "chamberOfCommerceExtract" | "chamberOfCommerceRegistrationNumber" | "changeYourBusinessSetup" | "chargeCardUserAgreement" | "charitableTrust" | "charityNumber" | "charter" | "check" | "checkForTypos" | "chRegistrationNumber" | "city" | "cityTown" | "clearingCode" | "clearingNumber" | "codiceFiscale" | "codiceFiscalePartitaIVA" | "codNumericPersonal" | "codulDeIdentificareFiscala" | "commercialLicence" | "company" | "companyDetails" | "companyFinancialInformationFormDescription" | "companyFinancialInformationFormHeading" | "companyLegalName" | "companyName" | "companyNumber" | "companyNumberNZ" | "companyProfile" | "companyRegistrationDocument" | "companyRegistrationDocumentFormDescription" | "companyRegistrationDocumentFormHeading" | "companyRegistrationDocumentFormName" | "companyRegistrationNumber" | "companyRegistrationNumber__HK" | "companyStructure" | "companyStructureFormDescription" | "companyStructureFormName" | "companyTaxDocumentFormDescription" | "companyTaxDocumentFormHeading" | "companyTaxDocumentFormName" | "companyTrustee" | "companyTrusteeDetails" | "companyType" | "complete" | "completeAddingAccount" | "confirm" | "constitutionalDocument__header" | "constitutionalDocument__headerDescription" | "constitutionalDocument__soleProprietorship__headerDescription" | "constitutionalDocument__trust__headerDescription" | "contactDetails" | "containsNameOfCompany" | "continue" | "continueCompany" | "continueIndividual" | "contractSpecifyingDividends" | "contributionBelowThreshold" | "controllingPerson" | "controllingPersonDescription" | "controllingPersonGuideDescription" | "corporateUnitTrust" | "correctErrorsResubmit" | "couldNotCompleteAccountCheck" | "couldNotEstablishBankConnection" | "country" | "country__US__business" | "countryOfGoverningLaw" | "countryRegionOfEstablishment" | "countryWithoutVatOrGstSystem" | "courtOrder" | "cryptocurrencyExchange" | "cryptocurrencyIncome" | "cryptocurrencyProceedDetails" | "currency" | "currencyCode" | "currencyIsRequired" | "currencyPlaceholder" | "customerSupport" | "cyRegistrationNumber" | "dataMissingError" | "dataReviewNeeded" | "date" | "dateCannotBeInTheFuture" | "datedInTheLastXMonths" | "dateOfIncorporation" | "dateOfSale" | "dateOfSourceEvent" | "dateOfTotalAssetsCalculation" | "dateOfWinning" | "dateOnDocumentNoOlderThanXMonths" | "datePlaceholder" | "dbaName" | "deceased" | "deceasedEstate" | "decedentsName" | "decisionMaker" | "decisionMakerDescription" | "decisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "delete" | "deleteDocument" | "deleteIdDocument" | "deleteInvestorDetails" | "depositSlip" | "describeTheDecedent" | "describeWhoIsABeneficiaryInYourTrust" | "description" | "descriptionOfIntellectualProperty" | "descriptionOfProperty" | "descriptionOptional" | "descriptionUndefinedBeneficiary" | "detCentralePersonregister" | "DIC" | "director" | "directorDescription" | "directorGuideDescription" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "dividendAmount" | "dni" | "documentAddressedToName" | "documentCannotBeDamaged" | "documentDeletedSuccessfully" | "documentIssuedByGovernmentAuthority" | "documentName" | "documentNotExpiredOrDamaged" | "documentRequirements" | "documents" | "documentShowsTaxIdOfCompany" | "documentType" | "documentUpload" | "documentUploadedSuccessfully" | "documentVerification" | "doesThisCompanyHaveLEI" | "doesYourCompanyHaveLEI" | "doingBusinessAs" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "donorsName" | "doNotHaveAbn" | "doNotHaveAcn" | "doNotHaveBusinessIncorporationNumber" | "doNotHaveBusinessNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveEIN" | "doNotHaveFirmenbuchnummer" | "doNotHaveHandelsregisternummer" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveNZBN" | "doNotHaveOrganisationsnummer" | "doNotHaveRegonKrsNumber" | "doNotHaveYTunnus" | "download" | "downloadACopy" | "downloadAsPdf" | "drivinglicenseBack" | "drivinglicenseFront" | "dropFileToUpload" | "duplicatedFiles" | "edit" | "editDetails" | "editEntityDetails" | "editEntityOwner" | "editOwnerOfTrustMember" | "editTrustMember" | "ein" | "einVerificationLetter" | "eInvoicingCode" | "email" | "employersName" | "enter1LetterAndThenNDigitsForExample" | "enter1LetterAndThenXToYDigitsForExample" | "enterAMaximumOfNCharactersForExample" | "enterAMaximumOfNCharactersWithAMixForExample" | "enterAMaximumOfNDigitsForExample" | "enterAMaximumOfNMoreDigitsForExample" | "enterEnglishLetterFollowedByXtoYDigitsForExample" | "enterLastNameExactlyAsAppearInID" | "enterLastNDigitsForExample" | "enterNameExactlyAsAppearInID" | "enterNCharactersForExample" | "enterNCharactersWithAMixForExample" | "enterNDigitsAndThen1LetterForExample" | "enterNDigitsForExample" | "enterNLetterPrefixOptionallyAndThenXToYDigitsForExample" | "enterNLettersAndThenXToYDigitsForExample" | "enterpriseNumber" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "enterTheDetailsYourself" | "enterTheRemainingNCharactersForExample" | "enterTheRemainingNDigitsForExample" | "enterTheRemainingNDigitsThenXToYLettersForExample" | "enterTheRemainingXToYCharactersForExample" | "enterTheRemainingXToYDigitsForExample" | "enterValid_" | "enterValidAccountDetails" | "enterXOrYCharactersForExample" | "enterXOrYDigitsForExample" | "enterXToYCharactersForExample" | "enterXToYCharactersWithAMixForExample" | "enterXToYDigitsForExample" | "entityEstablishingTrust" | "entityType" | "errorMessage_1_10" | "errorMessage_1_11" | "errorMessage_1_12" | "errorMessage_1_30" | "errorMessage_1_31" | "errorMessage_1_32" | "errorMessage_1_33" | "errorMessage_1_34" | "errorMessage_1_35" | "errorMessage_1_36" | "errorMessage_1_37" | "errorMessage_1_38" | "errorMessage_1_39" | "errorMessage_1_40" | "errorMessage_1_41" | "errorMessage_1_50" | "errorMessage_1_51" | "errorMessage_1_52" | "errorMessage_1_53" | "errorMessage_1_54" | "errorMessage_1_55" | "errorMessage_1_56" | "errorMessage_1_57" | "errorMessage_1_58" | "errorMessage_1_60" | "errorMessage_1_61" | "errorMessage_1_62" | "errorMessage_1_70" | "errorMessage_1_71" | "errorMessage_1_72" | "errorMessage_1_73" | "errorMessage_1_74" | "errorMessage_1_75" | "errorMessage_1_76" | "errorMessage_1_84" | "errorMessage_1_85" | "errorMessage_1_86" | "errorMessage_1_87" | "errorMessage_1_803" | "errorMessage_1_804" | "errorMessage_1_1000" | "errorMessage_1_1001" | "errorMessage_1_1002" | "errorMessage_1_1003" | "errorMessage_1_3000" | "errorMessage_1_3001" | "errorMessage_1_3002" | "errorMessage_1_3003" | "errorMessage_1_3004" | "errorMessage_1_3005" | "errorMessage_1_3006" | "errorMessage_1_3007" | "errorMessage_1_3008" | "errorMessage_1_3009" | "errorMessage_1_3010" | "errorMessage_1_3011" | "errorMessage_1_3012" | "errorMessage_1_3013" | "errorMessage_1_3014" | "errorMessage_1_3015" | "errorMessage_1_3016" | "errorMessage_1_3017" | "errorMessage_1_3018" | "errorMessage_1_3019" | "errorMessage_1_3020" | "errorMessage_1_3021" | "errorMessage_1_3022" | "errorMessage_1_3023" | "errorMessage_1_3024" | "errorMessage_1_3025" | "errorMessage_1_3026" | "errorMessage_1_3027" | "errorMessage_1_3028" | "errorMessage_1_3029" | "errorMessage_1_3030" | "errorMessage_1_3031" | "errorMessage_1_3032" | "errorMessage_1_3033" | "errorMessage_1_3034" | "errorMessage_1_3035" | "errorMessage_1_3036" | "errorMessage_1_3037" | "errorMessage_1_3038" | "errorMessage_1_3039" | "errorMessage_1_3040" | "errorMessage_1_3041" | "errorMessage_1_3042" | "errorMessage_1_3043" | "errorMessage_1_3044" | "errorMessage_1_3045" | "errorMessage_1_3046" | "errorMessage_1_3047" | "errorMessage_1_3048" | "errorMessage_1_3049" | "errorMessage_1_3050" | "errorMessage_1_3051" | "errorMessage_1_3052" | "errorMessage_1_3062" | "errorMessage_1_3072" | "errorMessage_1_3073" | "errorMessage_1_3083" | "errorMessage_1_5000" | "errorMessage_1_5001" | "errorMessage_1_5002" | "errorMessage_1_5003" | "errorMessage_1_5004" | "errorMessage_1_5005" | "errorMessage_1_5006" | "errorMessage_1_5007" | "errorMessage_1_5008" | "errorMessage_1_5009" | "errorMessage_1_5010" | "errorMessage_1_5011" | "errorMessage_1_5012" | "errorMessage_1_5013" | "errorMessage_1_5014" | "errorMessage_1_5015" | "errorMessage_1_5016" | "errorMessage_1_5017" | "errorMessage_1_5018" | "errorMessage_1_5019" | "errorMessage_1_5020" | "errorMessage_1_5021" | "errorMessage_1_5022" | "errorMessage_1_5023" | "errorMessage_1_5024" | "errorMessage_1_5025" | "errorMessage_1_5026" | "errorMessage_1_5027" | "errorMessage_1_5028" | "errorMessage_1_5029" | "errorMessage_1_5030" | "errorMessage_1_5031" | "errorMessage_1_5032" | "errorMessage_1_5033" | "errorMessage_1_5034" | "errorMessage_1_5035" | "errorMessage_1_5036" | "errorMessage_1_5037" | "errorMessage_1_5038" | "errorMessage_1_5039" | "errorMessage_1_5040" | "errorMessage_1_5041" | "errorMessage_1_5042" | "errorMessage_1_5043" | "errorMessage_1_5044" | "errorMessage_1_5045" | "errorMessage_1_5046" | "errorMessage_1_5047" | "errorMessage_1_5048" | "errorMessage_1_5049" | "errorMessage_1_5050" | "errorMessage_1_5051" | "errorMessage_1_5052" | "errorMessage_1_5053" | "errorMessage_1_5054" | "errorMessage_1_5055" | "errorMessage_1_5057" | "errorMessage_1_5067" | "errorMessage_1_6000" | "errorMessage_1_6001" | "errorMessage_1_6002" | "errorMessage_1_6003" | "errorMessage_1_6004" | "errorMessage_1_6005" | "errorMessage_1_6006" | "errorMessage_1_6007" | "errorMessage_1_6008" | "errorMessage_1_6009" | "errorMessage_1_6010" | "errorMessage_1_6011" | "errorMessage_1_6012" | "errorMessage_1_6013" | "errorMessage_1_6014" | "errorMessage_1_6015" | "errorMessage_1_6016" | "errorMessage_1_6017" | "errorMessage_1_6018" | "errorMessage_1_6019" | "errorMessage_1_6020" | "errorMessage_1_6021" | "errorMessage_1_6022" | "errorMessage_1_6023" | "errorMessage_1_6024" | "errorMessage_1_6025" | "errorMessage_1_6026" | "errorMessage_1_6027" | "errorMessage_1_6028" | "errorMessage_1_6029" | "errorMessage_1_6030" | "errorMessage_1_6031" | "errorMessage_1_6032" | "errorMessage_1_6033" | "errorMessage_1_6034" | "errorMessage_1_6035" | "errorMessage_1_6036" | "errorMessage_1_6037" | "errorMessage_1_6038" | "errorMessage_1_6039" | "errorMessage_1_6040" | "errorMessage_1_6041" | "errorMessage_1_6042" | "errorMessage_1_6044" | "errorMessage_1_6045" | "errorMessage_1_6046" | "errorMessage_1_6047" | "errorMessage_1_6048" | "errorMessage_1_6049" | "errorMessage_1_7000" | "errorMessage_1_7001" | "errorMessage_1_7002" | "errorMessage_1_7003" | "errorMessage_1_7004" | "errorMessage_1_7005" | "errorMessage_1_7006" | "errorMessage_1_7007" | "errorMessage_1_7008" | "errorMessage_1_7009" | "errorMessage_1_7010" | "errorMessage_1_7011" | "errorMessage_1_7012" | "errorMessage_1_7013" | "errorMessage_1_7014" | "errorMessage_1_7015" | "errorMessage_1_7016" | "errorMessage_1_7017" | "errorMessage_1_7018" | "errorMessage_1_7019" | "errorMessage_1_7020" | "errorMessage_1_7021" | "errorMessage_1_7022" | "errorMessage_1_8009" | "errorMessage_1_8010" | "errorMessage_1_8011" | "errorMessage_1_8012" | "errorMessage_1_8013" | "errorMessage_1_8014" | "errorMessage_1_8015" | "errorMessage_2_1101" | "errorMessage_2_1102" | "errorMessage_2_1103" | "errorMessage_2_1110" | "errorMessage_2_1111" | "errorMessage_2_1112" | "errorMessage_2_1113" | "errorMessage_2_8064" | "errorMessage_2_8067" | "errorMessage_2_8141" | "errorMessage_2_8162" | "errorMessage_2_8183" | "errorMessage_2_8189" | "errorMessage_2_8193" | "errorMessage_2_8196" | "errorMessage_2_8224" | "errorMessage_2_8234" | "errorMessage_2_8236" | "errorMessage_2_8247" | "errorMessage_2_8248" | "errorMessage_2_8249" | "errorMessage_2_8250" | "errorMessage_3_10" | "errorUpdatingSourceOfFunds" | "estateAttorneysName" | "euVatNumber" | "exemptedFromTax" | "extractFromMunicipalPersonalRecordsDatabase" | "failedFetchingDecisionMaker" | "failedFetchingLegalRepresentative" | "failedInitializeInstantVerification" | "failedToDeletePayoutAccount" | "failedToDownloadAcceptedServiceAgreementDocument" | "failedToDownloadPci" | "failedToDownloadServiceAgreementDocument" | "failedToFetchAcceptedByName" | "failedToFetchPayoutAccount" | "failedToFetchRelevantDocuments" | "failedToFetchSoleProp" | "failedToFetchTrustDetails" | "failedToFetchTrustMemberDetails" | "failedToGetPciTemplate" | "failedToGetPciTemplateInSelectedLanguageFallbackToEn" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "failedToLoadBusinessLines" | "failedToRemoveDecisionMaker" | "failedToRemoveTrustMember" | "failedToUpdateDetails" | "familyTrust" | "fieldHasUnsupportedFormats" | "fieldIsRequired" | "fieldMustContainAtLeast" | "fileName" | "financialInformation" | "financialProductFundingSources" | "financialProductInformation" | "financialReportingDate" | "findYourIncorporatedAssociationNumberInThePublicRegistryForYourState" | "finish" | "finishLater" | "firmenbuchnummer" | "firstHomeSaverAccountsTrust" | "firstName" | "firstNameOfSettlor" | "fixedTrust" | "fixedUnitTrust" | "forExample_" | "formatIsCorrect" | "franchiseesTAndCs" | "frontPage" | "fullDocumentVisible" | "fullDocumentVisibleWithReadableText" | "fullLegalName" | "fundDepositAmount" | "fundDepositDate" | "fundingSources" | "fundTransferDate" | "gamblingWebsite" | "GEMI-number" | "getSetUpInstantly" | "gettingStarted" | "getYourBusinessVerifiedDetails" | "getYourVerifiedDetailsInstantly" | "giftOrDonationAgreement" | "giftOrDonationDetails" | "goBack" | "goBackAndProvideDocumentScans" | "good" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "governmentalOrganizationDescription" | "governmentalOrganizationTitle" | "governmentIssuedCorrespondence" | "grantOfProbate" | "grTaxId" | "gst" | "guardianshipCertificate" | "handelsregisternummer" | "hasBankStampOrBankSignature" | "hasDba" | "hasDba__helperText" | "hasToBeOfficialDocumentFromBank" | "helpUsVerifyCompany" | "hideDetails" | "highResolutionCheck" | "hkid" | "howDoesVerificationWithOurPartnerWorks" | "howVerificationWithOnfidoWork" | "howWouldYouLikeToSetUpYourAccount" | "howYourCustomersCanReachYou" | "huRegistrationNumber" | "huTaxId" | "hybridTrust" | "ibanFormat" | "ICO" | "idDocument" | "idDocumentAlreadyUploaded" | "identifikacionenNomerDDS" | "identifyVerification" | "identityCardBack" | "identityCardFront" | "identityNumberExempt" | "identityNumberExempt__CA" | "identityNumberExempt__US" | "idNumber" | "iDoNotHaveCompanyRegistrationNumber" | "iDoNotHaveGst" | "iDontHaveARegistrationNumber" | "iDontHaveATaxId" | "iDontHaveAVatNumber" | "iDontKnow" | "idUploadDocumentSubtitle" | "ifNoOwnersSpecifyControllingPersons" | "ifYouChooseToUseOnfido" | "iHaveReadAndIAcceptTheseTerms" | "imagesInColor" | "includeFrontAndBack" | "includesEIN" | "includesEvidenceOfTheIndividualsRole" | "includesLegalCompanyName" | "includesTheDirectorsFullName" | "incorporatedAssociationRegistrationNumber" | "individual" | "individualDetails" | "individualTrustee" | "individualTrusteeDetails" | "industryAndNaceCode" | "industryExemption" | "infoInUploadedDocumentIsTrue" | "informationCouldNotBeSubmitted" | "inheritanceAmount" | "inheritanceDetails" | "inheritanceReceivedOn" | "inReview" | "instant" | "instantIDVerificationDescription" | "instantlyAddAndVerifyABankAccount" | "instantlyConnectAndVerifyYourBankAccount" | "instantVerification" | "instantVerificationDescription" | "institutionNumber" | "internalCompanyDocument" | "inTheNextStepWellCollectInformation" | "inThePreviousStepOwnedByAnUltimateParentCompany" | "inThePreviousStepOwnedByAParentCompany" | "introductionScreenAccountDescriptionP1" | "introductionScreenAccountDescriptionP2" | "introductionScreenAccountTitle" | "introductionScreenCompanyDescriptionLI1" | "introductionScreenCompanyDescriptionP1" | "introductionScreenCompanyDescriptionP2" | "introductionScreenCompanyTitle" | "introductionScreenDecisionMakerDescriptionLI1" | "introductionScreenDecisionMakerDescriptionLI2" | "introductionScreenDecisionMakerDescriptionLI3" | "introductionScreenDecisionMakerDescriptionP1" | "introductionScreenDecisionMakerDescriptionP2" | "introductionScreenDecisionMakerTitle" | "introductionScreenEpilogueDescriptionP1" | "introductionScreenEpilogueDescriptionP2" | "introductionScreenEpilogueTitle" | "introductionScreenIndividualDescriptionLI1" | "introductionScreenIndividualDescriptionLI2" | "introductionScreenIndividualDescriptionLI3" | "introductionScreenIndividualDescriptionP1" | "introductionScreenIndividualDescriptionP2" | "introductionScreenIndividualTitle" | "introductionScreenPrologueDescriptionP1" | "introductionScreenPrologueDescriptionP2" | "introductionScreenPrologueTitle" | "introductionScreenSoleProprietorCompanyDescriptionLI1" | "introductionScreenSoleProprietorCompanyDescriptionP1" | "introductionScreenSoleProprietorCompanyDescriptionP2" | "introductionScreenSoleProprietorCompanyTitle" | "introductionScreenTrustDescriptionLI1" | "introductionScreenTrustDescriptionP1" | "introductionScreenTrustDescriptionP2" | "introductionScreenTrustMemberDescriptionLI1" | "introductionScreenTrustMemberDescriptionLI2" | "introductionScreenTrustMemberDescriptionLI3" | "introductionScreenTrustMemberDescriptionP1" | "introductionScreenTrustMemberDescriptionP2" | "introductionScreenTrustMemberTitle" | "introductionScreenTrustTitle" | "invalidCapabilities" | "invalidDateOfBirth" | "invalidDateOfIncorporation" | "invalidEmail" | "invalidFinancialReportingDate" | "invalidFormat" | "invalidFormatBankStatementDescription" | "invalidFormatExpects" | "invalidFormatForAuDriversLicenseCardNumber" | "invalidFormatForAuDriversLicenseNumber" | "invalidFormatForAuPassportNumber" | "invalidFormatForHKDriversLicenseNumber" | "invalidFormatForHKIdentityCardNumber" | "invalidFormatForHKPassportNumber" | "invalidFormatForNZDriversLicenseCardNumber" | "invalidFormatForNZDriversLicenseNumber" | "invalidFormatForNZPassportNumber" | "invalidFormatIdentityNumberBR" | "invalidFormatIdentityNumberCA" | "invalidFormatIdentityNumberDK" | "invalidFormatIdentityNumberES" | "invalidFormatIdentityNumberHK" | "invalidFormatIdentityNumberIT" | "invalidFormatIdentityNumberPL" | "invalidFormatIdentityNumberRO" | "invalidFormatIdentityNumberSE" | "invalidFormatIdentityNumberSG" | "invalidFormatIdentityNumberUS" | "invalidFormatIdentityNumberUS9" | "invalidInputError" | "invalidNumberOfEmployees" | "invalidPhoneNumber" | "investmentAmount" | "investmentCertificate" | "investor" | "investorContract" | "investorDetails" | "investorLocation" | "investorMemo" | "invoicesFromThe3MostRecentMonths" | "irdDocument" | "irdNumber" | "irsCP575" | "irsScheduleK1" | "isCompanyOwnedByAnotherCompany" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "isParentOwnedByAnotherCompany" | "issueDate" | "issueDateWithinTheLast3Months" | "issueDateWithinTheLast12Months" | "issuedByTheTaxAuthority" | "issuedOrSignedByALegalRepresentative" | "issuedWithinTheLast12Months" | "issuerState" | "issuingService" | "isThisAddressTheMainHeadquarters" | "isThisPersonANomineeDirector" | "isThisPersonANomineeShareholder" | "iStillCantFindIt" | "isTrustOperationAddressSame" | "isYourNameMissingFromSigners" | "itCanTakeUpTo" | "jobTitle" | "kaibemaksukohustuslaseNumber" | "krsNumber" | "last4DigitsOfSocialSecurityNumber" | "lastName" | "lastNameOfSettlor" | "latestTaxFiling" | "latestTaxReturn" | "learnMore" | "leave" | "legalCompanyName" | "legalCompanyName__helperText" | "legalCompanyName__helperText__AU" | "legalCompanyName__helperText__HK" | "legalCompanyName__helperText__NL" | "legalCompanyName__helperText__PR" | "legalCompanyName__helperText__SG" | "legalCompanyName__helperText__US" | "legalCompanyName__helperText__US__business" | "legalCompanyName__US" | "legalEntityIdentifier" | "legalForm" | "legalInformation" | "legalInformationInsolvency" | "legalName" | "legalNameIsUsedToIdentifyABusinessWithTheGovernment" | "legalNameOfSoleProprietor" | "legalNameOfSoleProprietorship" | "legalOwnerOfProperty" | "legalProceedingsDate" | "legalRepresentative" | "legalRepresentativeDetails" | "legalRepresentativeFor" | "legalRepresentativeNeeded" | "lendersNameAndAddress" | "letterFromAccountant" | "letterFromAttorney" | "letterFromAttorneyInsurance" | "letterFromAttorneyOrNotary" | "letterFromInsurer" | "letterFromPreviousEmployer" | "letUsKnowTheBankAccountToSendReceiveFunds" | "licenceVersionNumber" | "licenseCardNumber" | "licenseNumber" | "liRegistrationNumber" | "listedPublicUnitTrust" | "listitemVoidedChequeBankLetterBankStatementOnline" | "loading" | "loanAgreement" | "loanApplication" | "loanDate" | "loans" | "loanStatement" | "localFormat" | "loginIntoYourBankingEnvironment" | "lookUpYourLEI" | "ltRegistrationNumber" | "luRegistrationNumber" | "lvRegistrationNumber" | "lvTaxId" | "madeAMistake" | "maintenanceModeMessage" | "makeSureToHaveYourTrustDeed" | "manualIDVerificationDescription" | "manuallyAddAccount" | "manuallyAddAccountQuestion" | "manuallyAddAccountSlower" | "manualUpload" | "manualVerificationDescription" | "maxFileSize" | "maxFileSizeOnly" | "maximumFileSizeExceeded" | "mayTakeAFewDays" | "MBS" | "mcRegistrationNumber" | "mcRegistrationNumberSoleProp" | "meetingRecords" | "Mehrwertsteuernummer" | "memberDetails" | "missingCompanyDetails" | "missingMultipleDecisionMakers" | "missingPhoneCountryCode" | "missingRequiredDecisionMakers" | "missingRequiredTrustMembers" | "momsregistreringsnummer" | "momsregistreringsnummerCVR" | "mortgageStatement" | "mvanummer" | "myinfoBusinessDetailsRetrieved" | "myInfoBusinessYouCanGetVerifiedDetails" | "myinfoDetailsRetrieved" | "myInfoYouCanGetVerifiedDetails" | "nameAddressSignatureOfAllInvestors" | "nameMustContainLetters" | "nameOfCasinoLottery" | "nameOfTheCoins" | "nameOfTheCryptocurrencyExchange" | "nameOfTrust" | "nameOfTrustAgreement" | "namesOfInvolvedParties" | "namesOfLandlordAndTenant" | "nationalInsuranceNumber" | "nationality" | "naturalPersonDescription" | "naturalPersonTitle" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "netProceedAmount" | "newEntityAlwaysEmpty" | "next" | "nie" | "NIF" | "NIFdeIVA" | "NIP" | "NIPC" | "no" | "noCategoriesAvailable" | "noGlare" | "noGoBack" | "noIdontKnow" | "noIssuesFound" | "nominee" | "noneOfTheAbove" | "nonProfitOrCharitableOrgDescription" | "nonProfitOrCharitableOrgTitle" | "noOptionsFound" | "notarizedStatement" | "notBlurry" | "notCutOff" | "notExpired" | "nothingNeedsToBeSigned" | "nric" | "numarOrdineRegistrulComertului" | "numberOfEmployees" | "numerodeIVA" | "NumeroDeTVA" | "numeroDIdentificationALATaxe" | "NZBN" | "NZBN/NCN" | "objectOfCharitableTrust" | "objectOfTrust" | "oib" | "onboardingRedirectAwaitingCtaButton" | "onboardingRedirectAwaitingDescriptionP1" | "onboardingRedirectInReviewCtaButton" | "onboardingRedirectInReviewDescriptionP1" | "onboardingRedirectLinkError" | "onboardingRedirectOpenError" | "onboardingRedirectRejectedDescriptionP1" | "onboardingRedirectUnsuccessfulCtaButton" | "onboardingRedirectUnsuccessfulDescriptionP1" | "onboardingRedirectVerifiedDescriptionP1" | "onfidoIsOurTrustedPartner" | "onfidoPrivacyPolicy" | "onfidoTermsOfService" | "onfidoWillGiveFeedbackInRealTime" | "operationalAddress" | "operationalAddressHeader" | "operationalAddressIsNotSameItemName" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "optional" | "organisasjonsnummer" | "organisationsnummer" | "organization" | "originatorType" | "orSoleProprietorshipName" | "otherAddressInformation" | "otherBusinessInformation" | "otherInformation" | "otherLegalMeasures" | "otherTrust" | "ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations" | "owner" | "ownerDescription" | "ownerGuideDescription" | "ownershipStructure" | "parentCompany" | "parentCompanyInformation" | "partitaIVA" | "partnership" | "partnerShipAgreement" | "partnershipIncorporatedDescription" | "partnershipOrAssociation" | "partnershipUnincorporatedDescription" | "passportExpiryDate" | "passportNumber" | "passportPhotoPage" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "patriotActDisclosureTitle" | "payinAccount" | "payinAccountsDescription" | "payinDetails" | "paymentProcessingTerms" | "paymentService" | "payoutAccount" | "payoutAccountsDescription" | "payoutAccountsDescriptionReview" | "payoutDetails" | "payoutIn_Or_" | "payoutInOnly_" | "payslips" | "pccr" | "pciDoesNotNeedSigningOrHasBeenSigned" | "pciDssQuestionnaire" | "pciSignedSuccessfully" | "pciSignFailed" | "PDVIdBrojOIB" | "pendingCapabilities" | "pendingStatusError" | "pensionPaymentAmount" | "pensionPaymentAmountOrTotalValue" | "pensionSlip" | "pensionStatement" | "personalDetails" | "personAppointmentUnderTrustInstrument" | "personnummer" | "peselNumber" | "phoneNumber" | "phoneNumber__placeholder__AL" | "phoneNumber__placeholder__AS" | "phoneNumber__placeholder__NL" | "phoneNumber__placeholder__SG" | "phoneNumber__placeholder__US" | "pleaseEnsureTheFollowing" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "pleaseEnterAValidAmount" | "pleaseEnterAValidNumber" | "pleaseEnterAValidWholeNumber" | "pleaseFillInAllFields" | "pleaseNote" | "pleaseProvideThePurposeOfCharitableTrust" | "pooledSuperannuationTrust" | "postalCode" | "poweredBy" | "previous" | "previousEmployersName" | "principalAmount" | "principalPlaceOfBusiness" | "principalPlaceOfBusinessDescription" | "privateCompanyDescription" | "privateCompanyTitle" | "professionalServiceProvider" | "proofOfAnnualTurnoverAmount" | "proofOfNationalId" | "proofOfOwnership" | "proofOfOwnershipRent" | "proofOfResidenceDocumentTypeLabel" | "proofOfWalletOwnership" | "proofOfWinnings" | "propertyAddress" | "protector" | "protectorGuideDescription" | "provideAllBeneficiaries" | "provideAllDirectors" | "provideAllOwners" | "provideAllTrustees" | "provideAtLeastOneProtector" | "provideAtLeastOneSettlor" | "provideAtLeastOneSignatory" | "provideFewDetailsAboutYourself" | "provideMostRecentYearAvailable" | "provideOneControllingPerson" | "providePageWithPhotoAndCode" | "providePersonalAddress" | "providePersonalDetailsOfOwner" | "provinceOrTerritory" | "publicCompanyDescription" | "publicCompanyTitle" | "publicTradingTrust" | "purposeOfLoan" | "PVMmoketojoKodas" | "quickAndSecureIdentityVerification" | "ranIntoTechnicalError" | "reason" | "reasonForFillingCompanyAddressDetails" | "reasonForFillingCompanyRegistrationDetails" | "reasonForFillingIndividualAddressDetails" | "reasonForFillingIndividualPersonalDetails" | "reasonForFillingPayoutDetails" | "recentInvoices" | "region" | "registeredAddress" | "registeredAddressHeaderDescription" | "registeredAddressHeaderDescription__NL" | "registeredAddressHeaderDescription__PR" | "registeredAddressHeaderDescription__US" | "registeredAddressTrustHeaderDescription" | "registeredBusinessAddress" | "registeredBusinessAddressDescription" | "registeredBusinessAddressDescription__withCountry" | "registeredBusinessAddressDescription__withCountry__commonNoun" | "registrationAddress" | "registrationDetails" | "registrationNumber" | "registrationNumber__helperText__US" | "registrationNumber__nonProfit__FR" | "registrationNumber__US" | "registrikood" | "regon" | "regonKrsNumber" | "relationship" | "relationshipTo" | "remediationFormErrorMessage" | "remediationMessage_1_100" | "remediationMessage_1_101" | "remediationMessage_1_102" | "remediationMessage_1_300" | "remediationMessage_1_301" | "remediationMessage_1_302" | "remediationMessage_1_303" | "remediationMessage_1_304" | "remediationMessage_1_305" | "remediationMessage_1_306" | "remediationMessage_1_307" | "remediationMessage_1_308" | "remediationMessage_1_309" | "remediationMessage_1_316" | "remediationMessage_1_319" | "remediationMessage_1_320" | "remediationMessage_1_500" | "remediationMessage_1_501" | "remediationMessage_1_502" | "remediationMessage_1_503" | "remediationMessage_1_504" | "remediationMessage_1_505" | "remediationMessage_1_506" | "remediationMessage_1_507" | "remediationMessage_1_508" | "remediationMessage_1_509" | "remediationMessage_1_510" | "remediationMessage_1_511" | "remediationMessage_1_512" | "remediationMessage_1_513" | "remediationMessage_1_600" | "remediationMessage_1_601" | "remediationMessage_1_602" | "remediationMessage_1_603" | "remediationMessage_1_700" | "remediationMessage_1_701" | "remediationMessage_1_702" | "remediationMessage_1_703" | "remediationMessage_1_704" | "remediationMessage_1_705" | "remediationMessage_1_803" | "remediationMessage_1_804" | "remediationMessage_1_805" | "remediationMessage_2_123" | "remediationMessage_2_124" | "remediationMessage_2_151" | "remediationMessage_2_158" | "remediationMessage_2_178" | "remediationMessage_2_184" | "remediationMessage_2_185" | "remediationMessage_2_188" | "remediationMessage_2_214" | "remediationMessage_2_222" | "remediationMessage_2_223" | "remediationMessage_2_234" | "remediationMessage_2_235" | "remediationMessage_2_236" | "remediationMessage_2_237" | "remediationMessage_3_100" | "remove" | "removeDecisionMaker" | "removeTrustMember" | "removing" | "rentalAgreementOrLease" | "rentAmount" | "reportedDividendAmount" | "reportedValue" | "reportingCurrency" | "requirements" | "requiresDecisionMakers" | "requiresSignatory" | "residencePermitBack" | "residencePermitFront" | "residencyCountry" | "retrieveMyInfo" | "retrieveMyInfoBusiness" | "retrieveMyinfoBusinessWith" | "retrieveMyinfoWith" | "returnToTaskList" | "reviewTheInformationBelowAndCorrectMistakesOr" | "RfcDocument" | "rnaNumber" | "role" | "roleAndEntityType" | "rootLegalEntityIsEmpty" | "routingNumber" | "routingNumberVisible" | "royaltyAgreement" | "royaltyAmount" | "salarySlip" | "saleAmount" | "saleContract" | "sameAsRegisteredAddress" | "sameNameAsLegalName" | "save" | "saveAndGoToOverview" | "screenshotOfOnlineBankingEnviroment" | "searchAddress" | "secForm10k" | "secretaryOfStateFiling" | "secretaryOfStateFiling__PR" | "secretaryOfStateRegDoc" | "secretaryOfStateRegDoc__PR" | "securelyUseYourBanksWebsite" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectASourceOfFunding" | "selectCountryRegion" | "selectDocument" | "selectDocumentType" | "selectOne" | "selectProvinceOrTerritory" | "selectSigner" | "selectState" | "selectTheApplicableRoles" | "selectTheBankToReceivePayouts" | "serviceAgreements" | "serviceAgreementSignedAndDated" | "serviceAgreementSignedSuccessfully" | "serviceAgreementSignFailed" | "sessionTimeout" | "settlor" | "settlorExemptionReason" | "settlorGuideDescription" | "setUpYourAccount" | "shareholderDocument" | "showAddressStateCountry" | "showDetails" | "showOnMap" | "showsCountryOfBankAccount" | "showsTheNameOfTheCoins" | "showsTheNameOfTheCryptocurrencyExchange" | "showsYourBusinessName" | "sign" | "signAndContinue" | "signatory" | "signatoryDescription" | "signatoryGuideDescription" | "signatureAndDateWithinTheLast12Months" | "signed" | "signedByOn" | "signedCopyOfTheWill" | "signer" | "signServiceAgreement" | "SINFormatCA" | "singingUpAsCompanyButLooksLikeYouAreAnIndividual" | "singingUpAsIndividualButLooksLikeYouAreACompany" | "siRegistrationNumber" | "siret" | "siTaxId" | "skRegistrationNumber" | "skTaxId" | "socialInsuranceNumber" | "socialSecurityNumber" | "socialSecurityNumber__placeholder" | "sofTypeAdyenLabel" | "sofTypeAssetsaleLabel" | "sofTypeBusinessLabel" | "sofTypeCryptocurrencyincomeLabel" | "sofTypeDividendincomeLabel" | "sofTypeDonationsLabel" | "sofTypeEmploymentLabel" | "sofTypeFinancialaidLabel" | "sofTypeGamblingwinningsLabel" | "sofTypeInheritanceLabel" | "sofTypeInsurancesettlementLabel" | "sofTypeLoansLabel" | "sofTypePensionincomeLabel" | "sofTypeRentalincomeLabel" | "sofTypeRoyaltyincomeLabel" | "sofTypeThirdpartyfundingLabel" | "solePropDetails" | "soleProprietorDetails" | "soleProprietorship" | "soleProprietorshipDetails" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "someInformationWillNotBeSaved" | "sorryAnErrorOccurred" | "sorryWeCantSetUpAnAccountForYou" | "sortCode" | "sourceOfDonatedFunds" | "sourceOfFunds" | "SSM" | "ssn" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SST" | "stamregister" | "start" | "startANewSessionFromTheSamePlaceYouOriginallyAccessed" | "startTypingTheAddress" | "state" | "stateIssuedProofOfIdentityCard" | "stateOrProvince" | "stateOrProvince__placeHolder" | "stateOrProvince__placeHolder__US" | "stateOrProvince__US__business" | "status" | "stepsX/YofForm" | "stockExchangeInformation" | "stockExchangeMIC" | "stockISIN" | "stockISINHelper" | "stockTickerSymbol" | "street" | "submitFailed" | "submitIdDocumentsAgain" | "submitReview" | "submitReviewOfYourData" | "submitSuccessful" | "successFullyRemovedDecisionMaker" | "successFullyRemovedTrustMember" | "successfullyUpdatedDetails" | "summaryLegalCaption" | "summaryTaxExemptionLegalCaption_1" | "summaryTaxExemptionLegalCaption_2" | "summaryTaxExemptionLegalCaption_3" | "summaryTaxExemptionLegalCaptionTitle" | "supportedFileTypes" | "supportingDocuments" | "swiftCode" | "task" | "taxationDocument" | "taxDeclaration" | "taxDeclarationProperty" | "taxDocument" | "taxDocuments" | "taxFiling" | "taxFiling__US" | "taxId" | "taxIdAbsenceReason" | "taxIdentificationNumber" | "taxIdNumber" | "taxInformationNumber" | "taxInformationNumber__helperText__US" | "taxInformationNumber__HK" | "taxInformationNumber__placeHolder__US" | "taxInformationNumber__US" | "taxpayerReferenceNumber" | "taxReferenceNumber" | "tellUsMoreAboutTheCryptocurrency" | "tellUsMoreAboutTheGiftOrDonationProceeds" | "tellUsMoreAboutTheInheritanceProceeds" | "tellUsMoreAboutTheInvestors" | "tellUsMoreAboutThePreviousBusinessEarnings" | "tellUsMoreAboutThisSource" | "termLengthAndDividendYield" | "textToVerifyAccount" | "the7CharacterIdentifierAssignedToThis" | "theBankAccountHolderMustBeInYourName_" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theBrokerageName" | "theBusinessName" | "theCityAndCountryRegion" | "theIdCheckWillBeAutomaticallyValidated" | "thenResubmit" | "thereAreNoSigners" | "thereWasAnErrorTryAgain" | "thisCompanyDoesntHaveAnSDI" | "thisIsMyBusiness" | "thisMeansYouHaveAnUltimateParentCompany" | "thisMeansYouHaveAParentCompany" | "thisPageIsNowInactive" | "thisSessionWillExpireIn" | "titleDeed" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "toggleAssociationMenu" | "tooManyFiles" | "toProtectYourInformationThisSessionHasExpired" | "totalAssets" | "totalAssetsHelper" | "totalSettlementAmount" | "tradingName" | "transactionStatement" | "transferInstrumentDeleted" | "transitNumber" | "trust" | "trustDeed" | "trustDetails" | "trustDetailsDescription" | "trustee" | "trusteeAsTrusteeForTrust" | "trusteeAsTrusteeForTrustDoingBusinessAs" | "trusteeGuideDescription" | "trusteePersonalDetails" | "trustInstrument" | "trustMembers" | "trustMembersDescription" | "trustPartnershipOrAssociation" | "trustType" | "tryAgainOrContinueEnteringTheDetailsYourself" | "tryAgainOrManualAccountDetails" | "typeOfCompany" | "typeOfIdentity" | "typeOfIdentitySubtitle" | "typeOfTrustAgreement" | "uboThroughControlGuideDescription" | "uboThroughOwnershipGuideDescription" | "uen" | "ultimateParentCompany" | "ultimateParentCompanyInformation" | "unableToDeleteDocument" | "unableToUploadDocument" | "unableToVerifyTheIdNumber" | "undefinedBeneficiary" | "undefinedBeneficiaryDescription" | "underJudicialAdministration" | "undoWithTimer" | "unfortunatelyAnInstantProvider" | "uniqueIdentificationCode" | "unknown" | "unlistedPublicUnitTrust" | "unsuccessful" | "unsupportedFiletype" | "update" | "updateTheInformation" | "uploadABankStatement" | "uploadADocument" | "uploadASupportingDocument" | "uploadDocumentForNric" | "uploadedOn" | "uploadOneOfTheseDocuments" | "uploadTheFollowingDocuments" | "uploadYourOrganizationProofOfDirector" | "upToFiles" | "usePhoneToScanId" | "UST-ID" | "USt-IdNr" | "utilityBill" | "validation8Or11Characters" | "validationCharacters" | "validationDigits" | "validationDigitsBetween" | "validationPleaseEnterAValidBusinessRegistrationNumberWithFormat" | "validationPleaseEnterAValidEINWithFormat" | "validationPleaseEnterAValidIban" | "validationPleaseEnterAValidIdNumberWithFormat" | "validationPleaseEnterAValidIRDNumber" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidRegistrationNumber" | "validationPleaseEnterAValidRegistrationNumberWithFormat" | "validationPleaseEnterAValidStockISIN" | "validationPleaseEnterAValidTaxIdNumber" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidUrl" | "validationPleaseEnterAValidVatNumber" | "validationPleaseEnterAValidVatNumberWithFormat" | "vatAbsenceReason" | "vatNumber" | "vatNummerMomsregistreringsnummerOrMomsnummer" | "vatRegistrationNumber" | "verificationErrorMessage" | "verificationMethod" | "verified" | "verifiedInformation" | "verify" | "verifyIndividualIdentity" | "verifyViaMobileBankingAppOrWebsite" | "verifyWith" | "weAccept" | "website" | "weCouldntCompleteTheAccountCheck" | "weCouldntConnectToMyinfo" | "weCouldntConnectToMyinfoBusiness" | "weDoNotYetSupportInstantVerificationForBankAccountsIn_" | "weFoundTheFollowingIssues" | "weNeedAnOfficialDocument" | "weNeedMoreInformationAboutTheIndividual" | "weNeedProofOfFunding" | "weNeedProofOfFundingPlural" | "weSelectedSomeRolesBasedOnMyinfoBusinessDataAboutYourCompanysAppointmentHoldersAndShareholders" | "whatBestDescribesYourBusinessSetup" | "whatCountryOrRegionIsTheBenefactorLocated" | "whatCountryOrRegionIsThisPersonLocated" | "whatFinancialProductIsThisFor" | "whatIsTheDifferenceBetweenTheseRoles" | "whatTypeOfCompanyDoYouHave" | "whatTypeOfTrusteeAreYou" | "whatTypeOfYourMembersEntity" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "whereToFindNumbersOnDriversLicense__NZ" | "whichLegalArrangementDoesYourBusinessHave" | "whichOfTheseApplyToTheSettlor" | "whichTypeOfIdNumberDoYouHave" | "whichTypeOfRegistrationNumberDoYouHave" | "whichTypeOfTaxIdNumberDoYouHave" | "whyDoINeedToFillInThisInformation" | "winLossStatement" | "winningProceedAmount" | "winReport" | "wouldYouLikeToSignUpAsCompanyInstead" | "wouldYouLikeToSignUpAsIndividualInstead" | "xCharactersLeft" | "xMinutes" | "xMinutesAndYSeconds" | "XOfYSteps" | "xSeconds" | "yes" | "yesAddManually" | "yesChange" | "yesContinue" | "youAlsoHaveToUploadSomeSupportingDocuments" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfPartnershipOrAssociation" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation" | "youAreNotSoleProprietorAndUseBankAccount" | "youAreRegisteredSoleProprietorAndUseBankAccount" | "youAreTrusteeManagingTheTrustForBeneficiaries" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYouLive" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYourCompanyIsRegistered" | "youHaveSuccessfullyProvidedTheIdDocument" | "youMustXYearsOldToContinue" | "yourAssociationIsRegisteredItWasSetUpForNonCommercialPurpose" | "yourBankWillConfirmYourAccountDetails" | "yourBusiness" | "yourBusinessInformation" | "yourBusinessIsRegisteredAsASeparateLegalEntityFromItsOwners" | "yourBusinessName" | "yourBusinesssDetailsArePreFilledInTheRelevantSections" | "yourBusinessSetup" | "yourDetailsArePreFilledInTheRelevantSections" | "yourFullName" | "yourIbanShouldBeginWith_" | "yourLoanApplicationHasBeenReceived" | "yourName" | "yourRelationshipToThisPerson" | "youSuccessfullyVerifiedAccount" | "YTunnus" | "zentralesVereinsregisterId" | "zipCode";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { BusinessDetailsSchema } from '../components/BusinessDetails/types';
|
|
2
|
-
import type { CompanySchema } from '../components/Company/types';
|
|
1
|
+
import type { BusinessDetailsSchema } from '../components/Business/forms/BusinessDetails/types';
|
|
2
|
+
import type { CompanySchema } from '../components/Business/forms/Company/types';
|
|
3
3
|
import type { IndividualSchema } from '../components/Individual/types';
|
|
4
|
-
import type { SolePropSchema } from '../components/SoleProp/types';
|
|
5
|
-
import type { TrustSchema } from '../components/Trust/types';
|
|
4
|
+
import type { SolePropSchema } from '../components/SoleProprietorship/forms/SoleProp/types';
|
|
5
|
+
import type { TrustSchema } from '../components/Trust/forms/Trust/types';
|
|
6
6
|
import type { ExperimentName } from '../core/context/ExperimentContext/types';
|
|
7
7
|
import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
|
|
8
8
|
import type { RecursiveKeyOf } from './getNestedPropertyKeys';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BusinessDetailsSchema } from '../../../components/BusinessDetails/types';
|
|
1
|
+
import type { BusinessDetailsSchema } from '../../../components/Business/forms/BusinessDetails/types';
|
|
2
2
|
import type { Document } from '../../../core/models/api/document';
|
|
3
3
|
import type { LegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
import type { ExperimentName } from '../../../core/context/ExperimentContext/types';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DBANameFieldSchema } from '../../../components/DBANameField/types';
|
|
2
|
-
import type { BusinessDetailsSchema } from '../../../components/BusinessDetails/types';
|
|
2
|
+
import type { BusinessDetailsSchema } from '../../../components/Business/forms/BusinessDetails/types';
|
|
3
3
|
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
import type { ExperimentName } from '../../../core/context/ExperimentContext/types';
|
|
5
5
|
export declare const mapApiDocumentToBusinessDetailsDocuments: (entityId: string) => BusinessDetailsSchema;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import type { BusinessDetailsSchema } from '../../components/BusinessDetails/types';
|
|
2
|
-
import type { CompanySchema } from '../../components/Company/types';
|
|
1
|
+
import type { BusinessDetailsSchema } from '../../components/Business/forms/BusinessDetails/types';
|
|
2
|
+
import type { CompanySchema } from '../../components/Business/forms/Company/types';
|
|
3
3
|
import type { HighExposureSchema } from '../../components/Dropins/HighExposureDropin/types';
|
|
4
4
|
import type { IndividualSchema } from '../../components/Individual/types';
|
|
5
|
-
import type {
|
|
6
|
-
import type {
|
|
7
|
-
import type { TrustSchema } from '../../components/Trust/types';
|
|
5
|
+
import type { SolePropSchema } from '../../components/SoleProprietorship/forms/SoleProp/types';
|
|
6
|
+
import type { TrustSchema } from '../../components/Trust/forms/Trust/types';
|
|
8
7
|
import { DocumentType } from '../../core/models/api/document';
|
|
9
8
|
import type { LegalEntity } from '../../core/models/api/legal-entity';
|
|
10
9
|
import { LegalEntityType } from '../../core/models/api/legal-entity-type';
|
|
11
10
|
import type { ExistingTransferInstrument } from '../../core/models/api/transfer-instrument';
|
|
12
11
|
import type { AnyTLDSFieldName } from '../getFieldsWithExistingData';
|
|
13
12
|
import type { RecursiveKeyOf } from '../getNestedPropertyKeys';
|
|
13
|
+
import type { PayoutDetailsSchema } from '../../components/BankAccount/forms/PayoutDetails/types';
|
|
14
14
|
type MappingRecord<SourceSchema extends object, TargetSchema extends object> = Partial<Record<RecursiveKeyOf<SourceSchema>, RecursiveKeyOf<TargetSchema>>>;
|
|
15
15
|
type DocumentMappingRecord<TargetSchema extends object> = Partial<Record<DocumentType, RecursiveKeyOf<TargetSchema>>>;
|
|
16
16
|
export type AnyComponentMappingRecord = MappingRecord<IndividualSchema, Pick<LegalEntity, 'individual'>> | MappingRecord<BusinessDetailsSchema, Pick<LegalEntity, 'organization'>> | MappingRecord<CompanySchema, Pick<LegalEntity, 'organization'>> | MappingRecord<SolePropSchema, Pick<LegalEntity, 'soleProprietorship'>> | MappingRecord<TrustSchema, Pick<LegalEntity, 'trust'>>;
|
|
@@ -66,15 +66,30 @@ export declare const remediationPayoutApiKeyMapping: {
|
|
|
66
66
|
bankStatement: string;
|
|
67
67
|
type?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
68
68
|
id?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
69
|
-
documentDetails?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
70
69
|
problems?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
71
70
|
legalEntityId?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
71
|
+
documentDetails?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
72
|
+
"bankAccount.bankName"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
73
|
+
"bankAccount.countryCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
74
|
+
"bankAccount.accountIdentification.type"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
75
|
+
"bankAccount.accountIdentification.iban"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
76
|
+
"bankAccount.accountIdentification.accountNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
77
|
+
"bankAccount.accountIdentification.bic"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
78
|
+
"bankAccount.accountIdentification.additionalBankIdentification.type"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
79
|
+
"bankAccount.accountIdentification.additionalBankIdentification.code"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
80
|
+
"bankAccount.accountIdentification.bsbCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
81
|
+
"bankAccount.accountIdentification.bankName"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
82
|
+
"bankAccount.accountIdentification.branchCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
83
|
+
"bankAccount.accountIdentification.ispbCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
84
|
+
"bankAccount.accountIdentification.institutionNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
85
|
+
"bankAccount.accountIdentification.transitNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
86
|
+
"bankAccount.accountIdentification.accountType"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
87
|
+
"bankAccount.accountIdentification.bankCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
88
|
+
"bankAccount.accountIdentification.clearingCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
89
|
+
"bankAccount.accountIdentification.clearingNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
90
|
+
"bankAccount.accountIdentification.sortCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
91
|
+
"bankAccount.accountIdentification.routingNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
92
|
+
"bankAccount.trustedSource"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
78
93
|
"capabilities.acceptExternalFunding.allowed"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
79
94
|
"capabilities.acceptExternalFunding.requested"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
80
95
|
"capabilities.acceptExternalFunding.verificationStatus"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
@@ -219,6 +234,12 @@ export declare const remediationPayoutApiKeyMapping: {
|
|
|
219
234
|
"capabilities.payoutToTransferInstrument.transferInstruments.length"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
220
235
|
"capabilities.payoutToTransferInstrument.allowedLevel"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
221
236
|
"capabilities.payoutToTransferInstrument.requestedLevel"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
237
|
+
"capabilities.processing.allowed"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
238
|
+
"capabilities.processing.requested"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
239
|
+
"capabilities.processing.verificationStatus"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
240
|
+
"capabilities.processing.transferInstruments.length"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
241
|
+
"capabilities.processing.allowedLevel"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
242
|
+
"capabilities.processing.requestedLevel"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
222
243
|
"capabilities.receiveFromBalanceAccount.allowed"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
223
244
|
"capabilities.receiveFromBalanceAccount.requested"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
224
245
|
"capabilities.receiveFromBalanceAccount.verificationStatus"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
@@ -369,27 +390,6 @@ export declare const remediationPayoutApiKeyMapping: {
|
|
|
369
390
|
"capabilities.withdrawFromAtmInRestrictedCountriesConsumer.transferInstruments.length"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
370
391
|
"capabilities.withdrawFromAtmInRestrictedCountriesConsumer.allowedLevel"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
371
392
|
"capabilities.withdrawFromAtmInRestrictedCountriesConsumer.requestedLevel"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
372
|
-
"bankAccount.bankName"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
373
|
-
"bankAccount.countryCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
374
|
-
"bankAccount.accountIdentification.type"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
375
|
-
"bankAccount.accountIdentification.iban"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
376
|
-
"bankAccount.accountIdentification.accountNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
377
|
-
"bankAccount.accountIdentification.bic"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
378
|
-
"bankAccount.accountIdentification.additionalBankIdentification.type"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
379
|
-
"bankAccount.accountIdentification.additionalBankIdentification.code"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
380
|
-
"bankAccount.accountIdentification.bsbCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
381
|
-
"bankAccount.accountIdentification.bankName"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
382
|
-
"bankAccount.accountIdentification.branchCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
383
|
-
"bankAccount.accountIdentification.ispbCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
384
|
-
"bankAccount.accountIdentification.institutionNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
385
|
-
"bankAccount.accountIdentification.transitNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
386
|
-
"bankAccount.accountIdentification.accountType"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
387
|
-
"bankAccount.accountIdentification.bankCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
388
|
-
"bankAccount.accountIdentification.clearingCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
389
|
-
"bankAccount.accountIdentification.clearingNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
390
|
-
"bankAccount.accountIdentification.sortCode"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
391
|
-
"bankAccount.accountIdentification.routingNumber"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
392
|
-
"bankAccount.trustedSource"?: RecursiveKeyOf<PayoutDetailsSchema>;
|
|
393
393
|
BankAccount: string;
|
|
394
394
|
};
|
|
395
395
|
export declare const remediationTrustKeyMapping: MappingRecord<Pick<LegalEntity, 'trust'>, TrustSchema> & DocumentMappingRecord<TrustSchema>;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { CompanySchema } from '../../components/Company/types';
|
|
1
|
+
import type { CompanySchema } from '../../components/Business/forms/Company/types';
|
|
3
2
|
import type { HighExposureSchema } from '../../components/Dropins/HighExposureDropin/types';
|
|
4
3
|
import type { FinancialInformationSchema } from '../../components/FinancialInformation/types';
|
|
5
4
|
import type { IndividualSchema } from '../../components/Individual/types';
|
|
6
|
-
import type {
|
|
7
|
-
import type {
|
|
8
|
-
import type { SolePropSchema } from '../../components/SoleProp/types';
|
|
9
|
-
import type { TrustSchema } from '../../components/Trust/types';
|
|
5
|
+
import type { SolePropSchema } from '../../components/SoleProprietorship/forms/SoleProp/types';
|
|
6
|
+
import type { TrustSchema } from '../../components/Trust/forms/Trust/types';
|
|
10
7
|
import type { Attachment, PageType } from '../../core/models/api/attachment';
|
|
11
8
|
import type { Document } from '../../core/models/api/document';
|
|
12
9
|
import type { FinancialReport } from '../../core/models/api/financialReport';
|
|
@@ -16,6 +13,9 @@ import type { ExistingTransferInstrument, TransferInstrument } from '../../core/
|
|
|
16
13
|
import type { FileSchema } from '../../core/models/file';
|
|
17
14
|
import type { SourceOfFundsSchema } from '../../components/Dropins/SourceOfFundsDropin/types';
|
|
18
15
|
import type { BusinessLinesType } from '../../core/models/api/source-of-funds';
|
|
16
|
+
import type { PersonalDetailsSchema } from '../../components/PersonalDetails/types';
|
|
17
|
+
import type { PayoutDetailsSchema } from '../../components/BankAccount/forms/PayoutDetails/types';
|
|
18
|
+
import type { BankDocumentSchema } from '../../components/BankAccount/forms/BankDocument/types';
|
|
19
19
|
export declare const adjustIdentificationData: (data: PersonalDetailsSchema, apiData: Individual["identificationData"]) => Individual["identificationData"];
|
|
20
20
|
/**
|
|
21
21
|
* Easy to use function for mapping transferInstrument response to payout account details component data
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TrustMember } from '../../../components/TrustMembers/types';
|
|
1
|
+
import type { TrustMember } from '../../../components/Trust/tasks/TrustMembers/types';
|
|
2
2
|
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
3
3
|
export declare const getTrustMembers: (trustLE: ExistingLegalEntity, rootLegalEntity: ExistingLegalEntity, exemptSettlorLE?: ExistingLegalEntity) => TrustMember[];
|
|
4
4
|
export declare const getRootTrusteeTrustMembers: (trustLE: ExistingLegalEntity, rootLegalEntity: ExistingLegalEntity, exemptSettlorLE?: ExistingLegalEntity) => TrustMember[];
|