@adyen/kyc-components 3.48.2 → 3.49.0
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-CXDP9hDt.js → B4MFY5CR-CklLzOTw.js} +1 -1
- package/dist/es/{HO4MOOFI-qsfQDXhN.js → HO4MOOFI-DEViuS9B.js} +2 -2
- package/dist/es/{HUY7CZI3-BKVtu-p6.js → HUY7CZI3-BQciooRq.js} +2 -2
- package/dist/es/adyen-kyc-components.es.js +1 -1
- package/dist/es/{bg-BG-CbW3hvQ1.js → bg-BG-FDgvD2sQ.js} +87 -4
- package/dist/es/{cs-CZ-DLXbTL5j.js → cs-CZ-COeoxVWd.js} +87 -4
- package/dist/es/{da-DK-ufWSaKfu.js → da-DK-BeB6mBjF.js} +87 -4
- package/dist/es/{de-DE-DhxNOEba.js → de-DE-9ljUl3ZL.js} +87 -4
- package/dist/es/{el-GR-K3SswoHB.js → el-GR-IXj2mcjY.js} +87 -4
- package/dist/es/{es-ES-Cy2y4xXA.js → es-ES-DLAonjFF.js} +87 -4
- package/dist/es/{et-EE-CMJqPmgi.js → et-EE-DXPqt6Iu.js} +87 -4
- package/dist/es/{fi-FI-DQTNBfwQ.js → fi-FI-eX1Sdb13.js} +87 -4
- package/dist/es/{fr-FR-Dw9osh-l.js → fr-FR-bmcuwHje.js} +87 -4
- package/dist/es/{hr-HR-C-hECk_5.js → hr-HR-hGvsHQdG.js} +87 -4
- package/dist/es/{hu-HU-D3j_bDvr.js → hu-HU-BBSDW23x.js} +87 -4
- package/dist/es/{index-D9q8Kptr.js → index-BUsoJwWB.js} +2379 -1411
- package/dist/es/{it-IT-COz-savY.js → it-IT--vLf61KN.js} +87 -4
- package/dist/es/{lt-LT-WRBe_Qvp.js → lt-LT-CeljOkJD.js} +87 -4
- package/dist/es/{lv-LV-DO0d-JBC.js → lv-LV-DjCywFKA.js} +87 -4
- package/dist/es/{nl-NL-kryA0HPp.js → nl-NL-Bp-Y3c0v.js} +87 -4
- package/dist/es/{no-NO-SHMF6J2i.js → no-NO-6ei3uGjS.js} +87 -4
- package/dist/es/{pl-PL-DW0nlP9Z.js → pl-PL-BnvKKd0S.js} +87 -4
- package/dist/es/{pt-PT-PxRA6bF9.js → pt-PT-DQSczkiX.js} +87 -4
- package/dist/es/{ro-RO-BHE4-Av2.js → ro-RO-CTDUThyC.js} +87 -4
- package/dist/es/{sk-SK-FbGBMBnE.js → sk-SK-B5G2uFBr.js} +87 -4
- package/dist/es/{sl-SI-Ck9rNGHP.js → sl-SI-DsN6em-t.js} +87 -4
- package/dist/es/{sv-SE-BxjpNXvt.js → sv-SE-DovpAegc.js} +87 -4
- package/dist/style.css +125 -202
- package/dist/types/api/types.d.ts +9 -0
- package/dist/types/api/useLegalEntity.d.ts +8 -0
- package/dist/types/api/useOnboardingStatus.d.ts +3 -0
- package/dist/types/api/usePciStatus.d.ts +3 -0
- package/dist/types/components/Address/utils.d.ts +1 -1
- package/dist/types/components/Company/rules.d.ts +1 -0
- package/dist/types/components/Dropins/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataOriginatorLegalEntity.d.ts +5 -0
- package/dist/types/components/Dropins/SourceOfFundsDropin/SourceOfFundsDropin.d.ts +1 -1
- package/dist/types/components/Dropins/SourceOfFundsDropin/SourceOfFundsGettingStarted/SourceOfFundsGettingStarted.d.ts +1 -2
- package/dist/types/components/Dropins/SourceOfFundsDropin/SourceOfFundsUploader/SourceOfFundsUpload.d.ts +1 -1
- package/dist/types/components/Dropins/SourceOfFundsDropin/types.d.ts +14 -1
- package/dist/types/components/Dropins/SourceOfFundsDropin/utils.d.ts +13 -10
- package/dist/types/components/FormEndState/FormEndState.d.ts +1 -1
- package/dist/types/components/FormEndState/types.d.ts +2 -5
- package/dist/types/components/TaskList/TaskItemStatus.d.ts +1 -1
- package/dist/types/components/TaskList/types.d.ts +0 -1
- package/dist/types/components/ui/atoms/Accordion/Accordion.d.ts +4 -5
- package/dist/types/components/ui/atoms/ActionsMenu/ActionsMenu.d.ts +0 -1
- package/dist/types/components/ui/atoms/Checkbox/Checkbox.d.ts +2 -1
- package/dist/types/components/ui/atoms/InputBase/InputBase.d.ts +2 -1
- package/dist/types/components/ui/atoms/RadioGroup/RadioGroup.d.ts +2 -1
- package/dist/types/components/ui/atoms/RadioGroupCard/RadioGroupCard.d.ts +2 -1
- package/dist/types/components/ui/atoms/Select/Select.d.ts +1 -1
- package/dist/types/components/ui/atoms/Select/Select.types.d.ts +1 -0
- package/dist/types/components/ui/atoms/SelectButton/SelectButton.d.ts +1 -1
- package/dist/types/components/ui/atoms/SelectButton/SelectButton.types.d.ts +2 -4
- package/dist/types/components/ui/atoms/Status/Status.d.ts +1 -1
- package/dist/types/components/ui/atoms/Status/Status.types.d.ts +0 -1
- package/dist/types/components/ui/molecules/Alert/Alert.d.ts +1 -2
- package/dist/types/components/ui/molecules/Dropzone/FilePicker.d.ts +2 -1
- package/dist/types/components/ui/molecules/Dropzone/types.d.ts +2 -0
- package/dist/types/core/analytics.d.ts +3 -0
- package/dist/types/core/context/ConfigurationApiContext/ConfigurationApiContext.d.ts +2 -1
- package/dist/types/core/context/ExperimentContext/types.d.ts +1 -2
- package/dist/types/core/context/SettingsContext/types.d.ts +0 -2
- package/dist/types/core/hooks/useComponentApi.d.ts +1 -0
- package/dist/types/core/models/api/analytics.d.ts +1 -0
- package/dist/types/core/models/api/organization.d.ts +4 -2
- package/dist/types/core/models/api/source-of-funds.d.ts +10 -1
- package/dist/types/core/services/componentApi/get-onboarding-status.d.ts +1 -0
- package/dist/types/core/services/componentApi/get-pci-status.d.ts +1 -0
- package/dist/types/core/services/componentApi/update-source-of-funds.d.ts +2 -0
- package/dist/types/core/services/http.d.ts +1 -0
- package/dist/types/core/user-events.d.ts +15 -4
- package/dist/types/stores/api/api.d.ts +6 -0
- package/dist/types/stores/legalEntity/legalEntity.d.ts +5 -0
- package/dist/types/utils/companyUtil.d.ts +1 -1
- package/dist/types/utils/entityStatusUtil.d.ts +1 -1
- package/dist/types/utils/mapping/componentApiMapping.d.ts +5 -0
- package/dist/types/utils/mapping/mapping.d.ts +1 -1
- package/dist/types/utils/trackNavigation.d.ts +2 -4
- package/package.json +6 -5
- package/dist/types/components/Dropins/SourceOfFundsDropin/SourceOfFundsHelpModal/SourceOfFundsHelpModal.d.ts +0 -4
|
@@ -6,7 +6,7 @@ import type { AddressSchema, AddressSchemaLabels } from './types';
|
|
|
6
6
|
* @param fieldName - The data to pre-fill the address fields
|
|
7
7
|
* @param country - The selected country
|
|
8
8
|
*/
|
|
9
|
-
export declare const getKeyForField: (fieldName: string, country?: CountryCode) => "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" | "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" | "aLegalRepresentativeIsRequired" | "aLetterFromYourBank" | "allCapabilitiesValid" | "amount" | "amountIsRequired" | "amountWon" | "anAssociation" | "andResubmit" | "anLEIIsAUniqueCode" | "annualReport" | "annualTurnover" | "annualTurnoverHelper" | "annualTurnoverValue" | "aNomineeDirectorIsAppointed" | "aNomineeShareholderHoldsShares" | "apartmentSuite" | "apartmentSuiteOther" | "applicationSubmittedSuccessfully" | "areYouACompany" | "areYouAnIndividual" | "areYouSureYouWantToDeleteThisBankAccount" | "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" | "bankStatement" | "bankStatementAlreadyUploaded" | "bankStatementDocument" | "bankStatementIndividualDescription" | "bankStatementNonIndividualDescription" | "basedOnTheAboveSignatory" | "basicCompanyInformation" | "basicInformation" | "basicInformationFormDescription" | "basicInformationFormDescriptionLink" | "basicInformationFormHeading" | "basicInformationFormName" | "becauseYoureUnderXWeNeedToCollectInformationAboutALegalRepresentative" | "beforeSubmittingYourCapitalLoanApplication" | "belowTaxThreshold" | "benefactorDetails" | "benefactorsLegalName" | "beneficiary" | "beneficiaryGuideDescription" | "bic" | "bicSwift" | "birthCertificate" | "birthDate" | "branchCode" | "branchNumber" | "browseFiles" | "bsbCode" | "bsbNumber" | "btwNummer" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "businessAccountTerms" | "businessDescription" | "businessDetails" | "businessEarningDetails" | "businessEntityDescription" | "businessEntityTitle" | "businessIncorporationNumber" | "businessInformation" | "businessInvestorDetails" | "businessName" | "businessNumber" | "businessRegistrationDocument__FR" | "businessRegistryStatement" | "businessSelection__failedToLoad" | "businessSelection__footer" | "businessSelection__footerButton" | "businessSelection__heading" | "businessSelection__invalidTin" | "businessSelection__tinVerificationFailure" | "businessStructure" | "businessTrust" | "businessTrusteeDetails" | "byClickingSignIAcknowledgeAndAgree" | "byClickingSubmitReview" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "cadastroDePessoasFisicas" | "canNotCompleteInstantVerification" | "cantSetUpAcccount" | "capitalUserTerms" | "cardUserTerms" | "cashManagementTrust" | "CCIAA" | "certificateOfFormation" | "certificateOfIncorporation" | "certificateOfIncumbency" | "certificateOfVoterRegistration" | "chamberOfCommerceExtract" | "chamberOfCommerceRegistrationNumber" | "changeYourBusinessSetup" | "chargeCardUserAgreement" | "charitableTrust" | "charityNumber" | "charter" | "check" | "checkForTypos" | "chooseAFundingCategory" | "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" | "contributionBelowThreshold" | "controllingPerson" | "controllingPersonDescription" | "controllingPersonGuideDescription" | "corporateUnitTrust" | "correctErrorsResubmit" | "couldNotCompleteAccountCheck" | "couldNotEstablishBankConnection" | "country" | "country__US__business" | "countryOfGoverningLaw" | "countryRegionOfEstablishment" | "countryWithoutVatOrGstSystem" | "cryptocurrencyExchange" | "cryptocurrencyIncome" | "cryptocurrencyProceedDetails" | "currency" | "currencyCode" | "currencyIsRequired" | "currencyPlaceholder" | "customerSupport" | "cyRegistrationNumber" | "dataMissingError" | "dataReviewNeeded" | "date" | "dateCannotBeInTheFuture" | "datedInTheLastXMonths" | "dateOfIncorporation" | "dateOfSale" | "dateOfSourceEvent" | "dateOfTotalAssetsCalculation" | "dateOfWinning" | "dateOnDocumentNoOlderThanXMonths" | "datePlaceholder" | "dbaName" | "deceased" | "deceasedEstate" | "decisionMaker" | "decisionMakerDescription" | "decisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "delete" | "deleteInvestorDetails" | "depositSlip" | "describeTheDecedent" | "describeWhoIsABeneficiaryInYourTrust" | "description" | "descriptionOptional" | "descriptionUndefinedBeneficiary" | "detCentralePersonregister" | "DIC" | "director" | "directorDescription" | "directorGuideDescription" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "dni" | "documentAddressedToName" | "documentCannotBeDamaged" | "documentDeletedSuccessfully" | "documentIssuedByGovernmentAuthority" | "documentName" | "documentNotExpiredOrDamaged" | "documentRequirements" | "documents" | "documentShowsTaxIdOfCompany" | "documentType" | "documentUpload" | "documentUploadedSuccessfully" | "documentVerification" | "doesThisCompanyHaveLEI" | "doesYourCompanyHaveLEI" | "doingBusinessAs" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "doNotHaveAbn" | "doNotHaveAcn" | "doNotHaveBusinessIncorporationNumber" | "doNotHaveBusinessNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveEIN" | "doNotHaveFirmenbuchnummer" | "doNotHaveHandelsregisternummer" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveNZBN" | "doNotHaveOrganisationsnummer" | "doNotHaveRegonKrsNumber" | "doNotHaveYTunnus" | "download" | "downloadACopy" | "downloadAsPdf" | "driversLicense" | "drivinglicenseBack" | "drivinglicenseFront" | "dropFileToUpload" | "duplicatedFiles" | "edit" | "editDetails" | "editEntityDetails" | "editEntityOwner" | "editOwnerOfTrustMember" | "editTrustMember" | "ein" | "einVerificationLetter" | "eInvoicingCode" | "email" | "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" | "euVatNumber" | "exemptedFromTax" | "extractFromMunicipalPersonalRecordsDatabase" | "failedFetchingDecisionMaker" | "failedFetchingLegalRepresentative" | "failedInitializeInstantVerification" | "failedToDeletePayoutAccount" | "failedToDownloadAcceptedServiceAgreementDocument" | "failedToDownloadPci" | "failedToDownloadServiceAgreementDocument" | "failedToFetchAcceptedByName" | "failedToFetchPayoutAccount" | "failedToFetchRelevantDocuments" | "failedToFetchSoleProp" | "failedToFetchTrustDetails" | "failedToFetchTrustMemberDetails" | "failedToGetPciStatus" | "failedToGetPciTemplate" | "failedToGetPciTemplateInSelectedLanguageFallbackToEn" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "failedToGetServiceAgreementStatus" | "failedToLoadBusinessLines" | "failedToRemoveDecisionMaker" | "failedToRemoveTrustMember" | "failedToUpdateDetails" | "familyTrust" | "fieldHasUnsupportedFormats" | "fieldIsRequired" | "fieldMustContainAtLeast" | "fileName" | "financialInformation" | "financialProductInformation" | "financialReportingDate" | "findYourIncorporatedAssociationNumberInThePublicRegistryForYourState" | "finish" | "finishLater" | "firmenbuchnummer" | "firstHomeSaverAccountsTrust" | "firstName" | "firstNameOfSettlor" | "fixedTrust" | "fixedUnitTrust" | "forExample_" | "formatIsCorrect" | "franchiseesTAndCs" | "frontPage" | "fullDocumentVisible" | "fullDocumentVisibleWithReadableText" | "fullLegalName" | "fundingSources" | "gamblingWebsite" | "GEMI-number" | "getSetUpInstantly" | "gettingStarted" | "gettingStartedBody" | "gettingStartedHeading" | "gettingStartedHelp" | "gettingStartedHelpModalDescription" | "gettingStartedHelpModalTitle" | "getYourBusinessVerifiedDetails" | "getYourVerifiedDetailsInstantly" | "giftOrDonationDetails" | "goBack" | "goBackAndProvideDocumentScans" | "good" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "governmentalOrganizationDescription" | "governmentalOrganizationTitle" | "governmentIssuedCorrespondence" | "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" | "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" | "investor" | "investorDetails" | "investorLocation" | "irdDocument" | "irdNumber" | "irsCP575" | "irsScheduleK1" | "isCompanyOwnedByAnotherCompany" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "isParentOwnedByAnotherCompany" | "issueDateWithinTheLast12Months" | "issuedByTheTaxAuthority" | "issuedOrSignedByALegalRepresentative" | "issuedWithinTheLast12Months" | "issuerState" | "issuingService" | "isThisAddressTheMainHeadquarters" | "isThisPersonANomineeDirector" | "isThisPersonANomineeShareholder" | "iStillCantFindIt" | "isTrustOperationAddressSame" | "isYourNameMissingFromSigners" | "itCanTakeUpTo" | "jobTitle" | "kaibemaksukohustuslaseNumber" | "krsNumber" | "last4DigitsOfSocialSecurityNumber" | "lastName" | "lastNameOfSettlor" | "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" | "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" | "nameMustContainLetters" | "nameOfCasinoLottery" | "nameOfTheCoins" | "nameOfTheCryptocurrencyExchange" | "nameOfTrust" | "nameOfTrustAgreement" | "nationalInsuranceNumber" | "nationality" | "naturalPersonDescription" | "naturalPersonTitle" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "newEntityAlwaysEmpty" | "next" | "nie" | "NIF" | "NIFdeIVA" | "NIP" | "NIPC" | "no" | "noCategoriesAvailable" | "noGlare" | "noGoBack" | "noIdontKnow" | "noIssuesFound" | "nominee" | "noneOfTheAbove" | "nonProfitOrCharitableOrgDescription" | "nonProfitOrCharitableOrgTitle" | "noOptionsFound" | "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" | "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_" | "pccr" | "pciDoesNotNeedSigningOrHasBeenSigned" | "pciDssQuestionnaire" | "pciSignedSuccessfully" | "pciSignFailed" | "PDVIdBrojOIB" | "pendingCapabilities" | "pendingStatusError" | "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" | "principalAmount" | "principalPlaceOfBusiness" | "principalPlaceOfBusinessDescription" | "privateCompanyDescription" | "privateCompanyTitle" | "processing" | "professionalServiceProvider" | "proofOfDirector" | "proofOfNationalId" | "proofOfRelationship" | "proofOfResidenceDocumentTypeLabel" | "proofOfResidency" | "proofOfWalletOwnership" | "proofOfWinnings" | "protector" | "protectorGuideDescription" | "provideAHighQualityImage" | "provideAllBeneficiaries" | "provideAllDirectors" | "provideAllOwners" | "provideAllTrustees" | "provideAtLeastOneProtector" | "provideAtLeastOneSettlor" | "provideAtLeastOneSignatory" | "provideFewDetailsAboutYourself" | "provideOneControllingPerson" | "providePageWithPhotoAndCode" | "providePersonalAddress" | "providePersonalDetailsOfOwner" | "provinceOrTerritory" | "publicCompanyDescription" | "publicCompanyTitle" | "publicTradingTrust" | "purposeOfLoan" | "PVMmoketojoKodas" | "quickAndSecureIdentityVerification" | "ranIntoTechnicalError" | "reason" | "reasonForFillingCompanyAddressDetails" | "reasonForFillingCompanyRegistrationDetails" | "reasonForFillingIndividualAddressDetails" | "reasonForFillingIndividualPersonalDetails" | "reasonForFillingPayoutDetails" | "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" | "reportedValue" | "reportingCurrency" | "requirements" | "requiresDecisionMakers" | "requiresSignatory" | "residencePermitBack" | "residencePermitFront" | "residencyCountry" | "retrieveMyInfo" | "retrieveMyInfoBusiness" | "retrieveMyinfoBusinessWith" | "retrieveMyinfoWith" | "returnToTaskList" | "reviewTheInformationBelowAndCorrectMistakesOr" | "RfcDocument" | "rnaNumber" | "role" | "roleAndEntityType" | "rootLegalEntityIsEmpty" | "routingNumber" | "routingNumberVisible" | "salarySlip" | "saleAmount" | "sameAsRegisteredAddress" | "sameNameAsLegalName" | "save" | "saveAndGoToOverview" | "screenshotOfOnlineBankingEnviroment" | "searchAddress" | "secForm10k" | "secretaryOfStateFiling" | "secretaryOfStateFiling__PR" | "secretaryOfStateRegDoc" | "secretaryOfStateRegDoc__PR" | "securelyUseYourBanksWebsite" | "selectAllTheRolesThatThisDecisionMakerHolds" | "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" | "signed" | "signedByOn" | "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" | "taxDocument" | "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" | "textToVerifyAccount" | "the7CharacterIdentifierAssignedToThis" | "theBankAccountHolderMustBeInYourName_" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theIdCheckWillBeAutomaticallyValidated" | "thenResubmit" | "thereAreNoSigners" | "thereWasAnErrorTryAgain" | "thisCompanyDoesntHaveAnSDI" | "thisIsMyBusiness" | "thisMeansYouHaveAnUltimateParentCompany" | "thisMeansYouHaveAParentCompany" | "thisPageIsNowInactive" | "thisSessionWillExpireIn" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "toggleAssociationMenu" | "tooManyFiles" | "toProtectYourInformationThisSessionHasExpired" | "totalAssets" | "totalAssetsHelper" | "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" | "uploadDocsService" | "uploadDocumentForNric" | "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" | "yourIbanShouldBeginWith_" | "yourLoanApplicationHasBeenReceived" | "yourRelationshipToThisPerson" | "youSuccessfullyVerifiedAccount" | "YTunnus" | "zentralesVereinsregisterId" | "zipCode";
|
|
9
|
+
export declare const getKeyForField: (fieldName: string, country?: CountryCode) => "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" | "businessName" | "businessNumber" | "businessRegistrationDocument__FR" | "businessRegistryStatement" | "businessSelection__failedToLoad" | "businessSelection__footer" | "businessSelection__footerButton" | "businessSelection__heading" | "businessSelection__invalidTin" | "businessSelection__tinVerificationFailure" | "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" | "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" | "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" | "proofOfAnnualTurnoverAmount" | "proofOfDirector" | "proofOfNationalId" | "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" | "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";
|
|
10
10
|
/**
|
|
11
11
|
* Returns the address schema of the selected country or the default address schema.
|
|
12
12
|
* @param country - The selected country
|
|
@@ -24,4 +24,5 @@ export declare const COUNTRIES_THAT_USES_UEN_OR_GST: CountryCode[];
|
|
|
24
24
|
export declare const COUNTRIES_USING_COMPANY_SEARCH: readonly CountryCode[];
|
|
25
25
|
export declare const COUNTRIES_REQUIRING_FINANCIAL_INFORMATION: readonly CountryCode[];
|
|
26
26
|
export declare const COUNTRIES_REQUIRING_E_INVOICING_CODE: readonly CountryCode[];
|
|
27
|
+
export declare const COUNTRIES_WITH_POSSIBLE_TRUSTEE_TAXID_ABSENT_V4: readonly CountryCode[];
|
|
27
28
|
export declare const rules: FormRules<CompanySchema | SolePropSchema | BusinessDetailsSchema>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AdditionalDataComponentsProps } from '../types';
|
|
2
|
+
export interface AdditionalDataOriginatorLegalEntityProps extends Omit<AdditionalDataComponentsProps, 'handleAmountChange' | 'categories'> {
|
|
3
|
+
sourceOfFundsType: 'donations' | 'inheritance';
|
|
4
|
+
}
|
|
5
|
+
export declare function AdditionalDataOriginatorLegalEntity(props: AdditionalDataOriginatorLegalEntityProps): import("preact").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { SourceOfFundsDropinProps } from './types';
|
|
2
|
-
export declare function SourceOfFundsDropin({ legalEntityResponse, country, problems, handleHomeClick, handleCreateDocument, handleDeleteDocument, handleUpdateDocument, handleGetDocument, handleGetLegalEntity, }: SourceOfFundsDropinProps): import("preact").JSX.Element;
|
|
2
|
+
export declare function SourceOfFundsDropin({ legalEntityResponse, country, problems, handleHomeClick, handleCreateDocument, handleDeleteDocument, handleUpdateDocument, handleGetDocument, handleGetLegalEntity, handleUpdateLegalEntity, handleCreateLegalEntity, }: SourceOfFundsDropinProps): import("preact").JSX.Element;
|
|
@@ -3,7 +3,6 @@ import type { BusinessLinesType } from '../../../../core/models/api/source-of-fu
|
|
|
3
3
|
import type { ExistingLegalEntity } from '../../../../core/models/api/legal-entity';
|
|
4
4
|
export interface SourceOfFundsGettingStartedProps {
|
|
5
5
|
handleCancelClick?: () => void;
|
|
6
|
-
handleHelpClick?: () => void;
|
|
7
6
|
handleSourceOfFundsClick: (SoF: SourceOfFundsSchema, businessLine: BusinessLinesType) => void;
|
|
8
7
|
handleGettingStartedClick: () => void;
|
|
9
8
|
businessLines: BusinessLinesType[];
|
|
@@ -11,4 +10,4 @@ export interface SourceOfFundsGettingStartedProps {
|
|
|
11
10
|
legalEntity: ExistingLegalEntity;
|
|
12
11
|
isSoFDocumentMissing?: boolean;
|
|
13
12
|
}
|
|
14
|
-
export declare const SourceOfFundsGettingStarted: ({ handleGettingStartedClick, handleCancelClick,
|
|
13
|
+
export declare const SourceOfFundsGettingStarted: ({ handleGettingStartedClick, handleCancelClick, handleSourceOfFundsClick, businessLines, handleNavigateToUploadPage, legalEntity, isSoFDocumentMissing, }: SourceOfFundsGettingStartedProps) => import("preact").JSX.Element;
|
|
@@ -8,4 +8,4 @@ export interface SourceOfFundsUploadProps {
|
|
|
8
8
|
handleNavigateToSummary: () => void;
|
|
9
9
|
reFetchLegalEntity: () => Promise<void>;
|
|
10
10
|
}
|
|
11
|
-
export declare const SourceOfFundsUpload: ({ businessLines, documentUtils, legalEntity, reFetchLegalEntity, }: SourceOfFundsUploadProps) => import("preact").JSX.Element;
|
|
11
|
+
export declare const SourceOfFundsUpload: ({ businessLines, documentUtils, legalEntity, handleNavigateToSummary, reFetchLegalEntity, }: SourceOfFundsUploadProps) => import("preact").JSX.Element;
|
|
@@ -11,6 +11,9 @@ import type { BusinessLinesType, SourceOfFundsAmount, SourceOfFundsCategoryType,
|
|
|
11
11
|
import type { FormUtils } from '../../../utils/formUtils';
|
|
12
12
|
import type { ValidationRuleResult, ValidatorMode } from '../../../utils/validation/types';
|
|
13
13
|
import type { DataSet } from '../../../core/models/api/data-set';
|
|
14
|
+
import type { LegalEntityType } from '../../../core/models/api/legal-entity-type';
|
|
15
|
+
import type { Individual } from '../../../core/models/api/individual';
|
|
16
|
+
import type { Organization } from '../../../core/models/api/organization';
|
|
14
17
|
export interface SourceOfFundsProps extends BaseOuterFormProps<SourceOfFundsSchema> {
|
|
15
18
|
activeForm?: FormModel;
|
|
16
19
|
sourceOfFundsType?: SourceOfFundsCategoryType | undefined;
|
|
@@ -24,7 +27,7 @@ export interface SourceOfFundsProps extends BaseOuterFormProps<SourceOfFundsSche
|
|
|
24
27
|
onNext?(e: any, callbacks: any, isValid: any): void;
|
|
25
28
|
onBack?(): void;
|
|
26
29
|
}
|
|
27
|
-
export type SourceOfFundsDropinApiHandlers = Pick<Required<DropinAPIHandlers>, 'handleUpdateLegalEntity' | 'handleCreateDocument' | 'handleDeleteDocument' | 'handleGetDocument' | 'handleUpdateDocument' | 'handleGetLegalEntity'>;
|
|
30
|
+
export type SourceOfFundsDropinApiHandlers = Pick<Required<DropinAPIHandlers>, 'handleUpdateLegalEntity' | 'handleCreateDocument' | 'handleDeleteDocument' | 'handleGetDocument' | 'handleUpdateDocument' | 'handleGetLegalEntity' | 'handleCreateLegalEntity'>;
|
|
28
31
|
export interface SourceOfFundsSchema {
|
|
29
32
|
sourceOfFundsType?: SourceOfFundsTypeSchema;
|
|
30
33
|
additionalData?: SourceOfFundsAdditionalDataSchema;
|
|
@@ -51,6 +54,9 @@ export interface SourceOfFundsAdditionalDataSchema {
|
|
|
51
54
|
website?: string;
|
|
52
55
|
legalName?: string;
|
|
53
56
|
country?: CountryCode;
|
|
57
|
+
firstName?: string;
|
|
58
|
+
lastName?: string;
|
|
59
|
+
originatorType?: OriginatorTypeUnion;
|
|
54
60
|
}
|
|
55
61
|
export interface SourceOfFundsTypeProps extends BaseInnerFormProps<SourceOfFundsTypeSchema> {
|
|
56
62
|
categories?: DataSet;
|
|
@@ -72,3 +78,10 @@ export interface AdditionalDataComponentsProps {
|
|
|
72
78
|
handleAmountChange: (key: string) => (e: any) => void;
|
|
73
79
|
categories?: DataSet;
|
|
74
80
|
}
|
|
81
|
+
export type OriginatorTypeUnion = 'individual' | 'organization';
|
|
82
|
+
export interface SOFOriginatorPayload {
|
|
83
|
+
id?: string;
|
|
84
|
+
type: LegalEntityType;
|
|
85
|
+
individual?: Individual;
|
|
86
|
+
organization?: Organization;
|
|
87
|
+
}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import type { SourceOfFundsAdditionalDataSchema, SourceOfFundsTypeSchema } from './types';
|
|
2
|
-
import type { SourceOfFundsCategoryType, BusinessLinesServiceType, SourceOfFundsFinancierType } from '../../../core/models/api/source-of-funds';
|
|
1
|
+
import type { SourceOfFundsAdditionalDataSchema, SourceOfFundsTypeSchema, OriginatorTypeUnion, SOFOriginatorPayload } from './types';
|
|
2
|
+
import type { SourceOfFundsCategoryType, BusinessLinesServiceType, SourceOfFundsFinancierType, BusinessLinesType, SourceOfFundsPayloadType } from '../../../core/models/api/source-of-funds';
|
|
3
3
|
import type { SelectItem } from '../../ui/atoms/Select/Select.types';
|
|
4
4
|
import type { SOFFinancierModalInputError } from './SOFAdditionalData/SOFFinancierModal';
|
|
5
5
|
import type { Language } from '../../../language/Language';
|
|
6
6
|
import type { TranslationKey } from '../../../language/types';
|
|
7
7
|
import type { DescriptionType } from '../../ui/atoms/Description/Description';
|
|
8
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
8
9
|
export declare const allowedCurrencies: SelectItem[];
|
|
9
10
|
export declare const SOF_CHARACTERS_LIMIT = 200;
|
|
10
11
|
export declare const TODAY_DATE: string;
|
|
11
|
-
export declare const getAdditionalDataSchemaKeys: (sourceOfFundsType?: SourceOfFundsCategoryType) => Array<keyof SourceOfFundsAdditionalDataSchema>;
|
|
12
|
+
export declare const getAdditionalDataSchemaKeys: (sourceOfFundsType?: SourceOfFundsCategoryType, originatorType?: OriginatorTypeUnion) => Array<keyof SourceOfFundsAdditionalDataSchema>;
|
|
12
13
|
export declare const getServiceTranslation: (i18n: Language, service?: BusinessLinesServiceType | string) => string;
|
|
14
|
+
export declare const getServiceTranslationKey: (service?: BusinessLinesServiceType | string) => TranslationKey;
|
|
13
15
|
export declare const getGettingStartedCardDetails: (sourceOfFundsType: Array<keyof SourceOfFundsAdditionalDataSchema>, i18n: Language, data?: SourceOfFundsAdditionalDataSchema) => DescriptionType[];
|
|
14
16
|
export declare const sourceOfFundsForms: {
|
|
15
17
|
readonly sourceOfFundsType: {
|
|
16
18
|
readonly formId: "sourceOfFundsType";
|
|
17
|
-
readonly formName: "
|
|
19
|
+
readonly formName: "selectASourceOfFunding";
|
|
18
20
|
readonly fields: string[];
|
|
19
21
|
};
|
|
20
22
|
readonly additionalData: {
|
|
@@ -28,7 +30,7 @@ export declare const typesRequiringAdditionalData: SourceOfFundsCategoryType[];
|
|
|
28
30
|
export declare const getSourceOfFundsRequiredForms: (data?: SourceOfFundsTypeSchema) => {
|
|
29
31
|
[k: string]: {
|
|
30
32
|
readonly formId: "sourceOfFundsType";
|
|
31
|
-
readonly formName: "
|
|
33
|
+
readonly formName: "selectASourceOfFunding";
|
|
32
34
|
readonly fields: string[];
|
|
33
35
|
} | {
|
|
34
36
|
readonly formId: "additionalData";
|
|
@@ -37,7 +39,7 @@ export declare const getSourceOfFundsRequiredForms: (data?: SourceOfFundsTypeSch
|
|
|
37
39
|
};
|
|
38
40
|
};
|
|
39
41
|
export declare const getInputErrors: ({ formErrors, data, key, value, i18n, }: {
|
|
40
|
-
formErrors
|
|
42
|
+
formErrors?: SOFFinancierModalInputError;
|
|
41
43
|
data?: SourceOfFundsFinancierType;
|
|
42
44
|
key: string;
|
|
43
45
|
value?: string | number | undefined;
|
|
@@ -49,8 +51,9 @@ export declare const getPageHeadings: (type: SourceOfFundsCategoryType) => {
|
|
|
49
51
|
};
|
|
50
52
|
export declare const getDocumentRequirements: Partial<Record<TranslationKey, TranslationKey[]>>;
|
|
51
53
|
export declare const getDocumentLists: (sourceOfFundsType: SourceOfFundsCategoryType) => TranslationKey[];
|
|
52
|
-
export declare const parseSOFDocumentDescription: (documentDescription: string | undefined) =>
|
|
53
|
-
selectedService: string;
|
|
54
|
-
documentType: string;
|
|
55
|
-
} | undefined;
|
|
54
|
+
export declare const parseSOFDocumentDescription: (i18n: Language, documentDescription: string | undefined) => string | undefined;
|
|
56
55
|
export declare const MISSING_DATA_SOF_UPLOAD_CODE = "2_8224";
|
|
56
|
+
export declare const parseOriginatorDetails: (originatorDetails: ExistingLegalEntity, businessLine: BusinessLinesType) => BusinessLinesType;
|
|
57
|
+
export declare const getSourceOfFundsPayload: (sofType: SourceOfFundsCategoryType, additionalData?: SourceOfFundsAdditionalDataSchema) => SourceOfFundsPayloadType;
|
|
58
|
+
export declare const parseSofOriginatorPayload: (additionalData?: SourceOfFundsAdditionalDataSchema) => SOFOriginatorPayload;
|
|
59
|
+
export declare const formatDateForInput: (isoDateString?: string) => string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import './_formEndState.scss';
|
|
2
2
|
import type { FormEndStateProps } from './types';
|
|
3
|
-
export declare const FormEndState: ({
|
|
3
|
+
export declare const FormEndState: ({ variant, children, className }: FormEndStateProps) => import("preact").JSX.Element;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import type { ComponentChild } from 'preact';
|
|
2
1
|
import type { AlertVariant } from '../ui/molecules/Alert/types';
|
|
2
|
+
import type { Slottable } from 'named-slots';
|
|
3
3
|
export interface FormEndStateProps {
|
|
4
|
-
title?: string | ComponentChild;
|
|
5
4
|
variant?: AlertVariant;
|
|
6
5
|
className?: string;
|
|
7
|
-
|
|
8
|
-
children?: ComponentChild;
|
|
9
|
-
icon?: false | ComponentChild;
|
|
6
|
+
children: Slottable;
|
|
10
7
|
testId?: string;
|
|
11
8
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { JSX } from 'preact';
|
|
2
2
|
import type { TaskStatusProps } from './types';
|
|
3
|
-
export declare const TaskItemStatus: ({ status, downloadHandler, size,
|
|
3
|
+
export declare const TaskItemStatus: ({ status, downloadHandler, size, statusLabel, }: TaskStatusProps) => JSX.Element;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type JSX } from 'preact';
|
|
2
2
|
import type { AlertVariant } from '../../molecules/Alert/types';
|
|
3
|
+
import { type Slottable } from 'named-slots';
|
|
3
4
|
export interface AccordionProps {
|
|
4
|
-
|
|
5
|
-
children: ComponentChild;
|
|
6
|
-
icon?: JSX.Element;
|
|
5
|
+
children: Slottable;
|
|
7
6
|
expandOnLeft?: boolean;
|
|
8
7
|
onToggle?: (state: 'close' | 'open') => void;
|
|
9
8
|
className?: string;
|
|
10
9
|
variant?: AlertVariant;
|
|
11
10
|
narrow?: boolean;
|
|
12
11
|
}
|
|
13
|
-
export declare const Accordion: ({
|
|
12
|
+
export declare const Accordion: ({ children, expandOnLeft, onToggle, className, variant, narrow, }: AccordionProps) => JSX.Element;
|
|
@@ -12,6 +12,7 @@ interface CheckboxProps {
|
|
|
12
12
|
helper?: string;
|
|
13
13
|
readonly?: boolean;
|
|
14
14
|
disabled?: boolean;
|
|
15
|
+
enableTracking?: boolean;
|
|
15
16
|
}
|
|
16
|
-
export declare function Checkbox({ classNameModifiers, label, isInvalid, onChange, helper, checked, disabled, ...props }: CheckboxProps): import("preact").JSX.Element;
|
|
17
|
+
export declare function Checkbox({ classNameModifiers, label, isInvalid, onChange, helper, checked, disabled, enableTracking, ...props }: CheckboxProps): import("preact").JSX.Element;
|
|
17
18
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './FormFields.scss';
|
|
2
2
|
import type { ComponentProps, JSX } from 'preact';
|
|
3
3
|
import type { HTMLInputTypeAttribute } from 'preact/compat';
|
|
4
|
-
export interface InputBaseProps extends ComponentProps<'input'> {
|
|
4
|
+
export interface InputBaseProps extends Omit<ComponentProps<'input'>, 'slot'> {
|
|
5
5
|
autoCorrect?: string;
|
|
6
6
|
classNameModifiers?: string[];
|
|
7
7
|
isInvalid?: boolean;
|
|
@@ -19,6 +19,7 @@ export interface InputBaseProps extends ComponentProps<'input'> {
|
|
|
19
19
|
onBlurHandler?: (event: JSX.TargetedFocusEvent<HTMLInputElement>) => void;
|
|
20
20
|
onFocusHandler?: (event: JSX.TargetedFocusEvent<HTMLInputElement>) => void;
|
|
21
21
|
onChange?: never;
|
|
22
|
+
enableTracking?: boolean;
|
|
22
23
|
}
|
|
23
24
|
export declare const InputBase: import("preact").FunctionalComponent<import("preact/compat").PropsWithoutRef<InputBaseProps> & {
|
|
24
25
|
ref?: import("preact").Ref<HTMLInputElement>;
|
|
@@ -15,5 +15,6 @@ export interface RadioGroupProps {
|
|
|
15
15
|
horizontal?: boolean;
|
|
16
16
|
showContentOnlyOnSelected?: boolean;
|
|
17
17
|
className?: string;
|
|
18
|
+
enableTracking?: boolean;
|
|
18
19
|
}
|
|
19
|
-
export declare function RadioGroup({ items, name, onChange, value, disabled, horizontal, showContentOnlyOnSelected, className, }: RadioGroupProps): JSX.Element;
|
|
20
|
+
export declare function RadioGroup({ items, name, onChange, value, disabled, horizontal, showContentOnlyOnSelected, className, enableTracking, }: RadioGroupProps): JSX.Element;
|
|
@@ -19,5 +19,6 @@ export interface RadioGroupCardProps<OptionType> {
|
|
|
19
19
|
renderOptionFooter?: (option: OptionType) => ComponentChildren;
|
|
20
20
|
optionClassNames?: (option: OptionType) => RadioCardClassnames;
|
|
21
21
|
floatingRadio?: boolean;
|
|
22
|
+
enableTracking?: boolean;
|
|
22
23
|
}
|
|
23
|
-
export declare const RadioGroupCard: <OptionType>({ options, name, onSelect, selected, isInvalid, className, optionId, optionName, optionDescription, optionSubtitle, optionClassNames, renderOptionIcon, renderOptionBody, renderOptionFooter, isOptionDisabled, floatingRadio, }: RadioGroupCardProps<OptionType>) => import("preact").JSX.Element;
|
|
24
|
+
export declare const RadioGroupCard: <OptionType>({ options, name, onSelect, selected, isInvalid, className, optionId, optionName, optionDescription, optionSubtitle, optionClassNames, renderOptionIcon, renderOptionBody, renderOptionFooter, isOptionDisabled, floatingRadio, enableTracking, }: RadioGroupCardProps<OptionType>) => import("preact").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import './Select.scss';
|
|
|
2
2
|
import './SelectGeneric.scss';
|
|
3
3
|
import type { JSX } from 'preact';
|
|
4
4
|
import type { SelectProps } from './Select.types.ts';
|
|
5
|
-
export declare const Select: ({ items, className, classNameModifiers, filterable, readonly, onChange, selected, name, isInvalid, isValid, placeholder, isMulti, uniqueId, showSelectedItemsAsTags, isSearch, onSearch, resetSearch, loading, getSearchItem, searchText, onSearchTextChange, showSearchList, }: SelectProps) => JSX.Element;
|
|
5
|
+
export declare const Select: ({ items, className, classNameModifiers, filterable, readonly, onChange, selected, name, isInvalid, isValid, placeholder, isMulti, uniqueId, showSelectedItemsAsTags, isSearch, onSearch, resetSearch, loading, getSearchItem, searchText, onSearchTextChange, showSearchList, enableTracking, }: SelectProps) => JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '../Select/SelectGeneric.scss';
|
|
2
2
|
import type { SelectButtonProps } from './SelectButton.types';
|
|
3
|
-
export declare function SelectButton({ active, readonly, showList, isInvalid, isValid, toggleList, onButtonKeyDown, filterable, placeholder, toggleButtonRef, ariaDescribedBy, selectListId, filterInputRef, onInput,
|
|
3
|
+
export declare function SelectButton({ name, active, readonly, showList, isInvalid, isValid, toggleList, onButtonKeyDown, filterable, placeholder, toggleButtonRef, ariaDescribedBy, selectListId, filterInputRef, onInput, id, isSearch, loading, hideSearchIcon, textFilter, enableTracking, }: SelectButtonProps): import("preact").JSX.Element;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { JSX, RefObject } from 'preact';
|
|
2
2
|
import type { SelectItem } from '../Select/Select.types';
|
|
3
3
|
export interface SelectButtonProps {
|
|
4
|
+
name?: string;
|
|
4
5
|
active: SelectItem[];
|
|
5
6
|
filterInputRef: RefObject<HTMLInputElement>;
|
|
6
7
|
filterable: boolean;
|
|
@@ -22,6 +23,7 @@ export interface SelectButtonProps {
|
|
|
22
23
|
hideSearchIcon?: boolean;
|
|
23
24
|
loading?: boolean;
|
|
24
25
|
textFilter?: string;
|
|
26
|
+
enableTracking?: boolean;
|
|
25
27
|
}
|
|
26
28
|
export interface SelectButtonContentSingleProps {
|
|
27
29
|
active: SelectItem[];
|
|
@@ -37,10 +39,6 @@ export interface SelectButtonContentSingleProps {
|
|
|
37
39
|
loading?: boolean;
|
|
38
40
|
textFilter?: string;
|
|
39
41
|
}
|
|
40
|
-
export interface SelectButtonContentMultiProps {
|
|
41
|
-
active: SelectItem[];
|
|
42
|
-
placeholder: string;
|
|
43
|
-
}
|
|
44
42
|
export interface SelectedItemsAsTagsProps {
|
|
45
43
|
active: SelectItem[];
|
|
46
44
|
isMulti?: boolean;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import './Status.scss';
|
|
2
2
|
import type { StatusProps } from './Status.types';
|
|
3
|
-
export declare const Status: ({ text, className, iconStatusClass, icon, size
|
|
3
|
+
export declare const Status: ({ text, className, iconStatusClass, icon, size }: StatusProps) => import("preact").JSX.Element;
|