@adyen/kyc-components 3.44.5 → 3.45.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/adyen-kyc-components.es.js +906 -536
- package/dist/es/{bg-BG-QPFxclBg.js → bg-BG-Q7jr61oX.js} +15 -5
- package/dist/es/{cs-CZ-D98JAc2J.js → cs-CZ-DWt-8d0a.js} +15 -5
- package/dist/es/{da-DK-JJdd-72W.js → da-DK-DzKDKodb.js} +15 -5
- package/dist/es/{de-DE-B3G3sEfd.js → de-DE-CTrlEFB7.js} +15 -5
- package/dist/es/digital-wallet-with-local-currencies-DSaDbAY9.js +51 -0
- package/dist/es/{el-GR-WBOtRfZs.js → el-GR-BEyHixTO.js} +15 -5
- package/dist/es/{es-ES-CCwOsWXd.js → es-ES-C5YKWCME.js} +15 -5
- package/dist/es/{et-EE-x3X0uhbQ.js → et-EE-UTwEA7KT.js} +15 -5
- package/dist/es/{fi-FI-BokVSTrO.js → fi-FI-Dlg3u-HY.js} +15 -5
- package/dist/es/{fr-FR-DnF3nBoi.js → fr-FR-BrL2V-lF.js} +15 -5
- package/dist/es/{hr-HR-D13VSiNt.js → hr-HR-CR1NpsoY.js} +15 -5
- package/dist/es/{hu-HU-iSy_89_F.js → hu-HU-BkmzV8oZ.js} +15 -5
- package/dist/es/{it-IT-PufivMUr.js → it-IT-BR75YMjD.js} +15 -5
- package/dist/es/{lt-LT-6u0igm3A.js → lt-LT-Cm17tGP4.js} +15 -5
- package/dist/es/{lv-LV-DTOcOGw6.js → lv-LV-Bj0D7n67.js} +15 -5
- package/dist/es/{nl-NL-BpaSvRsy.js → nl-NL-bhqLkBQz.js} +15 -5
- package/dist/es/{no-NO-M-DUT2ve.js → no-NO-CrzRhfMh.js} +15 -5
- package/dist/es/{pl-PL-o8cP2y_m.js → pl-PL-BcncZK0S.js} +15 -5
- package/dist/es/{pt-PT-dvdILY5G.js → pt-PT-Bwx0xHGg.js} +15 -5
- package/dist/es/{ro-RO-Cvknah2F.js → ro-RO-Bj9nLST9.js} +15 -5
- package/dist/es/{sk-SK-Dgkkymw-.js → sk-SK-CI2V7naC.js} +15 -5
- package/dist/es/{sl-SI-CTExVFKJ.js → sl-SI-Dg4cE1ea.js} +15 -5
- package/dist/es/{sv-SE-BAfNO7ZF.js → sv-SE-DPB5qLHu.js} +15 -5
- package/dist/style.css +132 -8
- package/dist/types/components/Address/AddressForm.d.ts +0 -9
- package/dist/types/components/Address/FieldContainer.d.ts +2 -1
- package/dist/types/components/Address/utils.d.ts +1 -1
- package/dist/types/components/Company/Company.d.ts +1 -1
- package/dist/types/components/ContactDetails/ContactDetails.d.ts +0 -5
- package/dist/types/components/DebugWrapper/DebugModal.d.ts +1 -4
- package/dist/types/components/DebugWrapper/DebugTaskStatuses.d.ts +1 -1
- package/dist/types/components/DebugWrapper/DebugWrapper.d.ts +1 -4
- package/dist/types/components/DebugWrapper/debugInfo.d.ts +2 -2
- package/dist/types/components/Dropins/PciDropin/PciDropin.d.ts +1 -1
- package/dist/types/components/Dropins/PciDropin/types.d.ts +0 -1
- package/dist/types/components/Dropins/SourceOfFundsDropin/SourceOfFundsGettingStarted/SourceOfFundsGettingStarted.d.ts +10 -0
- package/dist/types/components/Dropins/SourceOfFundsDropin/SourceOfFundsHelpModal/SourceOfFundsHelpModal.d.ts +4 -0
- package/dist/types/components/Dropins/SourceOfFundsDropin/types.d.ts +1 -1
- package/dist/types/components/Dropins/types.d.ts +1 -1
- package/dist/types/components/Individual/types.d.ts +1 -1
- package/dist/types/components/Name/Name.d.ts +0 -11
- package/dist/types/components/PayoutAccount/PayoutAccount.d.ts +1 -3
- package/dist/types/components/PhoneInput/PhoneInput.d.ts +0 -5
- package/dist/types/components/SoleProp/SoleProp.d.ts +1 -1
- package/dist/types/components/TaskList/types.d.ts +4 -4
- package/dist/types/components/ui/atoms/Button/Button.d.ts +1 -1
- package/dist/types/components/ui/atoms/Button/Button.types.d.ts +2 -0
- package/dist/types/components/ui/atoms/Description/Description.d.ts +10 -0
- package/dist/types/components/ui/atoms/Svg/svgs.d.ts +2 -0
- package/dist/types/components/ui/molecules/Card/Card.d.ts +1 -1
- package/dist/types/components/ui/molecules/Card/types.d.ts +2 -0
- package/dist/types/core/context/ConfigurationApiContext/ConfigurationApiProvider.d.ts +1 -2
- package/dist/types/core/context/CoreProvider.d.ts +1 -2
- package/dist/types/core/hooks/useAnalytics.d.ts +1 -2
- package/dist/types/core/hooks/useComponentApi.d.ts +1 -0
- package/dist/types/core/models/api/accountIdentification.d.ts +8 -1
- package/dist/types/core/models/api/analytics.d.ts +0 -1
- package/dist/types/core/models/api/get-tasks.d.ts +1 -1
- package/dist/types/core/models/errors/entity-problems.d.ts +1 -1
- package/dist/types/core/user-events.d.ts +5 -0
- package/dist/types/core/utils.d.ts +2 -2
- package/dist/types/stores/globalStore/StoreProvider.d.ts +21 -0
- package/dist/types/stores/{taskStore → globalStore}/calculateTaskStatus.d.ts +1 -1
- package/dist/types/stores/{taskStore → globalStore}/determineTaskIdentifiers.d.ts +1 -1
- package/dist/types/stores/globalStore/globalStore.d.ts +58 -0
- package/dist/types/utils/entityStatusUtil.d.ts +1 -1
- package/dist/types/utils/mapping/componentApiMapping.d.ts +3 -0
- package/package.json +1 -1
- package/dist/types/stores/taskStore/taskStore.d.ts +0 -48
- /package/dist/types/stores/{taskStore → globalStore}/get-task-status.d.ts +0 -0
- /package/dist/types/stores/{taskStore → globalStore}/isEmptyEntity.d.ts +0 -0
- /package/dist/types/stores/{taskStore → globalStore}/taskStatus.d.ts +0 -0
- /package/dist/types/stores/{taskStore → globalStore}/taskTypes.d.ts +0 -0
|
@@ -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" | "CNPJ" | "CVR-nummer" | "MBO" | "RFC" | "guardian" | "parent" | "1Minute" | "1Second" | "CCIAA" | "DIC" | "GEMI-number" | "ICO" | "MBS" | "Mehrwertsteuernummer" | "NIF" | "NIFdeIVA" | "NIP" | "NIPC" | "NZBN" | "NZBN/NCN" | "NumeroDeTVA" | "PDVIdBrojOIB" | "PVMmoketojoKodas" | "RfcDocument" | "SINFormatCA" | "SSM" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SST" | "UST-ID" | "USt-IdNr" | "XOfYSteps" | "YTunnus" | "aLegalRepresentativeIsRequired" | "aLetterFromYourBank" | "aNomineeDirectorIsAppointed" | "aNomineeShareholderHoldsShares" | "accept" | "acceptedDocumentsForGovernment" | "acceptedDocumentsForNonProfit" | "acceptedDocumentsForPartnerships" | "acceptedDocumentsForPrivateCompanies" | "acceptedDocumentsForPublicCompanies" | "accountCantBeSetUp" | "accountDetailsDescription" | "accountHolder" | "accountHolderTerms" | "accountName" | "accountNumber" | "accountNumberOrIbanVisible" | "accountNumberVisible" | "accountNumberFullOrPartialVisible" | "accountVerification" | "acknowledgePciRequirements" | "actionNeeded" | "add" | "addABankAccountForPayouts" | "addAccountWith" | "addBankAccount" | "addBankDetails" | "addDecisionMaker" | "addEntityOwner" | "addExtraBankAccount" | "addExtraPayinAccount" | "addExtraPayoutAccount" | "addingAndVerifiyingABankAccount" | "addManually" | "addMissingBankDetails" | "addOwnerToTrustMember" | "addPayoutAccount" | "addTrustMember" | "addYourselfAsSigner" | "additionalInformation" | "additionalInformationFormHeading" | "additionalInformationFormName" | "addressRegisteredWithSecretaryOfState" | "address__placeHolder" | "addresses" | "adoptionCertificate" | "adyenKeepsDataAsLongAsLegallyRequired" | "adyenWillOnlyGetTemporaryAccess" | "anAssociation" | "anLEIIsAUniqueCode" | "andResubmit" | "annualReport" | "annualTurnover" | "annualTurnoverCurrency" | "annualTurnoverHelper" | "annualTurnoverValue" | "apartmentSuite" | "apartmentSuiteOther" | "applicationSubmittedSuccessfully" | "areYouACompany" | "areYouAnIndividual" | "areYouSureYouWantToDeleteThisBankAccount" | "arithmosEngraphes" | "articlesOfIncorporation" | "arvonlisaveronumeroMervardesskattenummer" | "association" | "associationIncorporatedDescription" | "australianBusinessNumberAbn" | "australianBusinessNumberAcn" | "back" | "backPage" | "backToTaskList" | "bankAccount" | "bankAccountCountryRegion" | "bankAccountDetails" | "bankAccountFormat" | "bankAccountHasToBeInYourCompanyName" | "bankAccountHasToBeInYourName" | "bankAccountNameIndividual" | "bankAccountNameOrganization" | "bankAccountNameWithSoleProprietor" | "bankAccountNameWithTrust" | "bankAccountNameWithTrust_US" | "bankAccountNumber" | "bankAccountToHaveSameNameAsTrust" | "bankAccountVerification" | "bankCityTown" | "bankCode" | "bankCountry" | "bankDetails" | "bankDocument" | "bankDocumentDescription" | "bankDocumentFileDescription" | "bankDocumentHeader" | "bankDocumentHeaderOptional" | "bankName" | "bankStatement" | "bankStatementAlreadyUploaded" | "bankStatementDocument" | "bankStatementIndividualDescription" | "bankStatementNonIndividualDescription" | "bankruptcyInsolvency" | "basedOnTheAboveSignatory" | "basicCompanyInformation" | "basicInformation" | "basicInformationFormDescription" | "basicInformationFormDescriptionLink" | "basicInformationFormHeading" | "basicInformationFormName" | "becauseYoureUnderXWeNeedToCollectInformationAboutALegalRepresentative" | "beforeSubmittingYourCapitalLoanApplication" | "belowTaxThreshold" | "beneficiary" | "beneficiaryGuideDescription" | "bic" | "bicSwift" | "birthCertificate" | "birthDate" | "branchCode" | "branchNumber" | "browseFiles" | "bsbCode" | "bsbNumber" | "btwNummer" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "businessAccountTerms" | "businessDetails" | "businessEntityDescription" | "businessEntityTitle" | "businessIncorporationNumber" | "businessInformation" | "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" | "certificateOfFormation" | "certificateOfIncorporation" | "certificateOfIncumbency" | "certificateOfVoterRegistration" | "chRegistrationNumber" | "chamberOfCommerceExtract" | "chamberOfCommerceRegistrationNumber" | "changeYourBusinessSetup" | "chargeCardUserAgreement" | "charitableTrust" | "charityNumber" | "charter" | "check" | "checkForTypos" | "chooseAFundingCategory" | "city" | "cityTown" | "clearingCode" | "clearingNumber" | "codNumericPersonal" | "codiceFiscale" | "codiceFiscalePartitaIVA" | "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__trust__headerDescription" | "constitutionalDocument__soleProprietorship__headerDescription" | "contactDetails" | "containsNameOfCompany" | "continue" | "continueCompany" | "continueIndividual" | "contributionBelowThreshold" | "controllingPerson" | "controllingPersonDescription" | "controllingPersonGuideDescription" | "corporateUnitTrust" | "correctErrorsResubmit" | "couldNotCompleteAccountCheck" | "couldNotEstablishBankConnection" | "country" | "countryOfGoverningLaw" | "countryRegionOfEstablishment" | "countryWithoutVatOrGstSystem" | "country__US__business" | "currency" | "currencyCode" | "currencyPlaceholder" | "customerSupport" | "cyRegistrationNumber" | "dateCannotBeInTheFuture" | "datedInTheLastXMonths" | "dateOfIncorporation" | "dateOfTotalAssetsCalculation" | "dateOnDocumentNoOlderThanXMonths" | "datePlaceholder" | "dbaName" | "deceased" | "deceasedEstate" | "decisionMaker" | "decisionMakerDescription" | "decisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "delete" | "depositSlip" | "describeWhoIsABeneficiaryInYourTrust" | "description" | "descriptionOptional" | "descriptionUndefinedBeneficiary" | "detCentralePersonregister" | "director" | "directorDescription" | "directorGuideDescription" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "dni" | "doNotHaveAbn" | "doNotHaveAcn" | "doNotHaveBusinessIncorporationNumber" | "doNotHaveBusinessNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveEIN" | "doNotHaveFirmenbuchnummer" | "doNotHaveHandelsregisternummer" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveNZBN" | "doNotHaveOrganisationsnummer" | "doNotHaveRegonKrsNumber" | "doNotHaveYTunnus" | "documentAddressedToName" | "documentCannotBeDamaged" | "documentIssuedByGovernmentAuthority" | "documentName" | "documentNotExpiredOrDamaged" | "documentRequirements" | "documentShowsTaxIdOfCompany" | "documentType" | "documentUpload" | "documentVerification" | "documents" | "doesThisCompanyHaveLEI" | "doesYourCompanyHaveLEI" | "doingBusinessAs" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "download" | "downloadACopy" | "downloadAsPdf" | "driversLicense" | "drivinglicenseBack" | "drivinglicenseFront" | "dropFileToUpload" | "duplicatedFiles" | "eInvoicingCode" | "edit" | "editDetails" | "editEntityDetails" | "editEntityOwner" | "editOwnerOfTrustMember" | "editTrustMember" | "ein" | "einVerificationLetter" | "email" | "enter1LetterAndThenNDigitsForExample" | "enter1LetterAndThenXToYDigitsForExample" | "enterAMaximumOfNCharactersForExample" | "enterAMaximumOfNCharactersWithAMixForExample" | "enterAMaximumOfNDigitsForExample" | "enterAMaximumOfNMoreDigitsForExample" | "enterEnglishLetterFollowedByXtoYDigitsForExample" | "enterLastNDigitsForExample" | "enterLastNameExactlyAsAppearInID" | "enterNCharactersForExample" | "enterNCharactersWithAMixForExample" | "enterNDigitsAndThen1LetterForExample" | "enterNDigitsForExample" | "enterNLettersAndThenXToYDigitsForExample" | "enterNLetterPrefixOptionallyAndThenXToYDigitsForExample" | "enterNameExactlyAsAppearInID" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "enterTheDetailsYourself" | "enterTheRemainingNCharactersForExample" | "enterTheRemainingNDigitsForExample" | "enterTheRemainingNDigitsThenXToYLettersForExample" | "enterTheRemainingXToYCharactersForExample" | "enterTheRemainingXToYDigitsForExample" | "enterValidAccountDetails" | "enterValid_" | "enterXOrYCharactersForExample" | "enterXOrYDigitsForExample" | "enterXToYCharactersForExample" | "enterXToYCharactersWithAMixForExample" | "enterXToYDigitsForExample" | "enterpriseNumber" | "entityEstablishingTrust" | "entityType" | "errorMessage_1_10" | "errorMessage_1_1000" | "errorMessage_1_1001" | "errorMessage_1_1002" | "errorMessage_1_1003" | "errorMessage_1_11" | "errorMessage_1_12" | "errorMessage_1_30" | "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_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_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_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_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_61" | "errorMessage_1_62" | "errorMessage_1_70" | "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_71" | "errorMessage_1_72" | "errorMessage_1_73" | "errorMessage_1_74" | "errorMessage_1_75" | "errorMessage_1_76" | "errorMessage_1_8009" | "errorMessage_1_8010" | "errorMessage_1_8011" | "errorMessage_1_8012" | "errorMessage_1_8013" | "errorMessage_1_8014" | "errorMessage_1_8015" | "errorMessage_1_803" | "errorMessage_1_804" | "errorMessage_1_84" | "errorMessage_1_85" | "errorMessage_1_86" | "errorMessage_1_87" | "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_8234" | "errorMessage_2_8236" | "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" | "fundingSources" | "getSetUpInstantly" | "getYourBusinessVerifiedDetails" | "getYourVerifiedDetailsInstantly" | "goBack" | "goBackAndProvideDocumentScans" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "good" | "governmentIssuedCorrespondence" | "governmentalOrganizationDescription" | "governmentalOrganizationTitle" | "grTaxId" | "gst" | "guardianshipCertificate" | "handelsregisternummer" | "hasBankStampOrBankSignature" | "hasDba" | "hasDba__helperText" | "hasToBeOfficialDocumentFromBank" | "helpUsVerifyCompany" | "hideDetails" | "highResolutionCheck" | "hkid" | "howDoesVerificationWithOurPartnerWorks" | "howVerificationWithOnfidoWork" | "howWouldYouLikeToSetUpYourAccount" | "howYourCustomersCanReachYou" | "huRegistrationNumber" | "huTaxId" | "hybridTrust" | "iDoNotHaveCompanyRegistrationNumber" | "iDoNotHaveGst" | "iDontHaveARegistrationNumber" | "iDontHaveATaxId" | "iDontHaveAVatNumber" | "iDontKnow" | "iHaveReadAndIAcceptTheseTerms" | "iStillCantFindIt" | "ibanFormat" | "idDocument" | "idDocumentAlreadyUploaded" | "idNumber" | "idUploadDocumentSubtitle" | "identifikacionenNomerDDS" | "identityCard" | "identityCardBack" | "identityCardFront" | "identityNumberExempt" | "identityNumberExempt__CA" | "identityNumberExempt__US" | "ifNoOwnersSpecifyControllingPersons" | "imagesInColor" | "inReview" | "inThePreviousStepOwnedByAParentCompany" | "inThePreviousStepOwnedByAnUltimateParentCompany" | "includeFrontAndBack" | "includesEIN" | "includesEvidenceOfTheIndividualsRole" | "includesLegalCompanyName" | "includesTheDirectorsFullName" | "incorporatedAssociationRegistrationNumber" | "individual" | "individualDetails" | "individualTrustee" | "individualTrusteeDetails" | "industryAndNaceCode" | "industryExemption" | "infoInUploadedDocumentIsTrue" | "informationCouldNotBeSubmitted" | "instant" | "instantlyAddAndVerifyABankAccount" | "instantIDVerificationDescription" | "instantVerification" | "instantVerificationDescription" | "instantlyConnectAndVerifyYourBankAccount" | "institutionNumber" | "internalCompanyDocument" | "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" | "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" | "invalidNumberOfEmployees" | "invalidPhoneNumber" | "irdDocument" | "irdNumber" | "irsCP575" | "irsScheduleK1" | "isCompanyOwnedByAnotherCompany" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "isParentOwnedByAnotherCompany" | "isThisAddressTheMainHeadquarters" | "isThisPersonANomineeDirector" | "isThisPersonANomineeShareholder" | "isTrustOperationAddressSame" | "isYourNameMissingFromSigners" | "issuedByTheTaxAuthority" | "issuedOrSignedByALegalRepresentative" | "issuerState" | "jobTitle" | "kaibemaksukohustuslaseNumber" | "krsNumber" | "last4DigitsOfSocialSecurityNumber" | "lastName" | "lastNameOfSettlor" | "learnMore" | "leave" | "legalCompanyName" | "legalCompanyName__US" | "legalCompanyName__helperText" | "legalCompanyName__helperText__AU" | "legalCompanyName__helperText__HK" | "legalCompanyName__helperText__NL" | "legalCompanyName__helperText__PR" | "legalCompanyName__helperText__SG" | "legalCompanyName__helperText__US" | "legalCompanyName__helperText__US__business" | "legalEntityIdentifier" | "legalForm" | "legalInformation" | "legalInformationInsolvency" | "legalName" | "legalNameIsUsedToIdentifyABusinessWithTheGovernment" | "legalNameOfSoleProprietor" | "legalNameOfSoleProprietorship" | "legalOwnerOfProperty" | "legalProceedingsDate" | "legalRepresentative" | "legalRepresentativeDetails" | "legalRepresentativeFor" | "letUsKnowTheBankAccountToSendReceiveFunds" | "liRegistrationNumber" | "licenceVersionNumber" | "licenseCardNumber" | "licenseNumber" | "listedPublicUnitTrust" | "listitemVoidedChequeBankLetterBankStatementOnline" | "loading" | "loanApplication" | "localFormat" | "loginIntoYourBankingEnvironment" | "lookUpYourLEI" | "ltRegistrationNumber" | "luRegistrationNumber" | "lvRegistrationNumber" | "lvTaxId" | "madeAMistake" | "maintenanceModeMessage" | "makeSureToHaveYourTrustDeed" | "manualIDVerificationDescription" | "manuallyAddAccount" | "manuallyAddAccountQuestion" | "manuallyAddAccountSlower" | "manualUpload" | "manualVerificationDescription" | "maxFileSize" | "maximumFileSizeExceeded" | "mayTakeAFewDays" | "mcRegistrationNumber" | "mcRegistrationNumberSoleProp" | "meetingRecords" | "memberDetails" | "missingCompanyDetails" | "missingMultipleDecisionMakers" | "missingPhoneCountryCode" | "momsregistreringsnummer" | "momsregistreringsnummerCVR" | "mortgageStatement" | "mvanummer" | "myInfoBusinessYouCanGetVerifiedDetails" | "myInfoYouCanGetVerifiedDetails" | "myinfoBusinessDetailsRetrieved" | "myinfoDetailsRetrieved" | "nameMustContainLetters" | "nameOfTrust" | "nameOfTrustAgreement" | "nationalInsuranceNumber" | "nationality" | "naturalPersonDescription" | "naturalPersonTitle" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "next" | "nie" | "no" | "noGlare" | "noGoBack" | "noIdontKnow" | "noOptionsFound" | "nominee" | "nonProfitOrCharitableOrgDescription" | "nonProfitOrCharitableOrgTitle" | "noneOfTheAbove" | "notBlurry" | "notCutOff" | "notExpired" | "nothingNeedsToBeSigned" | "nric" | "numarOrdineRegistrulComertului" | "numberOfEmployees" | "numeroDIdentificationALATaxe" | "numerodeIVA" | "objectOfCharitableTrust" | "objectOfTrust" | "oib" | "onboardingRedirectAwaitingCtaButton" | "onboardingRedirectAwaitingDescriptionP1" | "onboardingRedirectInReviewCtaButton" | "onboardingRedirectInReviewDescriptionP1" | "onboardingRedirectLinkError" | "onboardingRedirectOpenError" | "onboardingRedirectRejectedDescriptionP1" | "onboardingRedirectUnsuccessfulCtaButton" | "onboardingRedirectUnsuccessfulDescriptionP1" | "onboardingRedirectVerifiedDescriptionP1" | "onfidoIsOurTrustedPartner" | "onfidoWillGiveFeedbackInRealTime" | "operationalAddress" | "operationalAddressHeader" | "operationalAddressIsNotSameItemName" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "optional" | "orSoleProprietorshipName" | "organisasjonsnummer" | "organisationsnummer" | "otherAddressInformation" | "otherBusinessInformation" | "otherInformation" | "otherLegalMeasures" | "otherTrust" | "ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations" | "owner" | "ownerDescription" | "ownerGuideDescription" | "ownershipStructure" | "parentCompany" | "parentCompanyInformation" | "partitaIVA" | "partnerShipAgreement" | "partnership" | "partnershipIncorporatedDescription" | "partnershipOrAssociation" | "partnershipUnincorporatedDescription" | "passport" | "passportExpiryDate" | "passportNumber" | "passportPhotoPage" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "patriotActDisclosureTitle" | "payinAccount" | "payinAccountsDescription" | "payinDetails" | "paymentProcessingTerms" | "payoutAccount" | "payoutAccountsDescription" | "payoutAccountsDescriptionReview" | "payoutDetails" | "payoutInOnly_" | "payoutIn_Or_" | "pccr" | "pciDoesNotNeedSigningOrHasBeenSigned" | "pciDssQuestionnaire" | "pciSignFailed" | "pciSignedSuccessfully" | "personAppointmentUnderTrustInstrument" | "personalDetails" | "personnummer" | "peselNumber" | "phoneNumber" | "phoneNumber__placeholder__AL" | "phoneNumber__placeholder__AS" | "phoneNumber__placeholder__NL" | "phoneNumber__placeholder__SG" | "phoneNumber__placeholder__US" | "pleaseEnsureTheFollowing" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "pleaseEnterAValidNumber" | "pleaseEnterAValidWholeNumber" | "pleaseNote" | "pleaseProvideThePurposeOfCharitableTrust" | "pooledSuperannuationTrust" | "postalCode" | "poweredBy" | "previous" | "principalPlaceOfBusiness" | "principalPlaceOfBusinessDescription" | "privateCompanyDescription" | "privateCompanyTitle" | "processing" | "professionalServiceProvider" | "proofOfDirector" | "proofOfNationalId" | "proofOfRelationship" | "proofOfResidenceDocumentTypeLabel" | "proofOfResidency" | "protector" | "protectorGuideDescription" | "provideAllBeneficiaries" | "provideAllDirectors" | "provideAllOwners" | "provideAllTrustees" | "provideAtLeastOneProtector" | "provideAtLeastOneSettlor" | "provideAtLeastOneSignatory" | "provideFewDetailsAboutYourself" | "provideOneControllingPerson" | "providePageWithPhotoAndCode" | "providePersonalAddress" | "providePersonalDetailsOfOwner" | "provinceOrTerritory" | "publicCompanyDescription" | "publicCompanyTitle" | "publicTradingTrust" | "ranIntoTechnicalError" | "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__US" | "registrationNumber__helperText__US" | "registrationNumber__nonProfit__FR" | "registrikood" | "regon" | "regonKrsNumber" | "rejected" | "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_185" | "remediationMessage_2_188" | "remediationMessage_2_222" | "remediationMessage_2_223" | "remediationMessage_3_100" | "remove" | "removeDecisionMaker" | "removeTrustMember" | "removing" | "reportedValue" | "reportingCurrency" | "requirements" | "requiresDecisionMakers" | "requiresSignatory" | "residencePermitBack" | "residencePermitFront" | "residencyCountry" | "retrieveMyInfo" | "retrieveMyInfoBusiness" | "retrieveMyinfoBusinessWith" | "retrieveMyinfoWith" | "reviewTheInformationBelowAndCorrectMistakesOr" | "rnaNumber" | "role" | "roleAndEntityType" | "routingNumber" | "routingNumberVisible" | "salarySlip" | "sameAsRegisteredAddress" | "sameNameAsLegalName" | "saveAndGoToOverview" | "screenshotOfOnlineBankingEnviroment" | "searchAddress" | "secForm10k" | "secretaryOfStateFiling" | "secretaryOfStateFiling__PR" | "secretaryOfStateRegDoc" | "secretaryOfStateRegDoc__PR" | "securelyUseYourBanksWebsite" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectCountryRegion" | "selectDocument" | "selectDocumentType" | "selectOne" | "selectProvinceOrTerritory" | "selectSigner" | "selectState" | "selectTheApplicableRoles" | "selectTheBankToReceivePayouts" | "serviceAgreementSignFailed" | "serviceAgreementSignedAndDated" | "serviceAgreementSignedSuccessfully" | "serviceAgreements" | "sessionTimeout" | "setUpYourAccount" | "settlor" | "settlorExemptionReason" | "settlorGuideDescription" | "shareholderDocument" | "showAddressStateCountry" | "showDetails" | "showOnMap" | "showsCountryOfBankAccount" | "siRegistrationNumber" | "siTaxId" | "sign" | "signAndContinue" | "signServiceAgreement" | "signatory" | "signatoryDescription" | "signatoryGuideDescription" | "signed" | "signedByOn" | "signer" | "singingUpAsCompanyButLooksLikeYouAreAnIndividual" | "singingUpAsIndividualButLooksLikeYouAreACompany" | "siret" | "skRegistrationNumber" | "skTaxId" | "socialInsuranceNumber" | "socialSecurityNumber" | "socialSecurityNumber__placeholder" | "solePropDetails" | "soleProprietorDetails" | "soleProprietorship" | "soleProprietorshipDetails" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "someInformationWillNotBeSaved" | "sorryAnErrorOccurred" | "sorryWeCantSetUpAnAccountForYou" | "sortCode" | "sourceOfFunds" | "ssn" | "stamregister" | "startANewSessionFromTheSamePlaceYouOriginallyAccessed" | "startTypingTheAddress" | "state" | "stateIssuedProofOfIdentityCard" | "stateOrProvince" | "stateOrProvince__US__business" | "stateOrProvince__placeHolder" | "stateOrProvince__placeHolder__US" | "status" | "stepsX/YofForm" | "stockExchangeInformation" | "stockExchangeMIC" | "stockISIN" | "stockISINHelper" | "stockTickerSymbol" | "street" | "submitFailed" | "submitIdDocumentsAgain" | "submitReview" | "submitReviewOfYourData" | "submitSuccessful" | "successFullyRemovedDecisionMaker" | "successFullyRemovedTrustMember" | "successfullyUpdatedDetails" | "summaryLegalCaption" | "summaryTaxExemptionLegalCaptionTitle" | "summaryTaxExemptionLegalCaption_1" | "summaryTaxExemptionLegalCaption_2" | "summaryTaxExemptionLegalCaption_3" | "supportedFileTypes" | "swiftCode" | "taxDocument" | "taxFiling" | "taxFiling__US" | "taxId" | "taxIdAbsenceReason" | "taxIdNumber" | "taxIdentificationNumber" | "taxInformationNumber" | "taxInformationNumber__HK" | "taxInformationNumber__US" | "taxInformationNumber__helperText__US" | "taxInformationNumber__placeHolder__US" | "taxReferenceNumber" | "taxationDocument" | "taxpayerReferenceNumber" | "tellUsMoreAboutThisSource" | "textToVerifyAccount" | "the7CharacterIdentifierAssignedToThis" | "theBankAccountHolderMustBeInYourName_" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theIdCheckWillBeAutomaticallyValidated" | "thenResubmit" | "thereAreNoSigners" | "thereWasAnErrorTryAgain" | "thisCompanyDoesntHaveAnSDI" | "thisIsMyBusiness" | "thisMeansYouHaveAParentCompany" | "thisMeansYouHaveAnUltimateParentCompany" | "thisPageIsNowInactive" | "thisSessionWillExpireIn" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "toProtectYourInformationThisSessionHasExpired" | "toggleAssociationMenu" | "tooManyFiles" | "totalAssets" | "totalAssetsHelper" | "tradingName" | "transferInstrumentDeleted" | "transitNumber" | "trust" | "trustDeed" | "trustDetails" | "trustDetailsDescription" | "trustInstrument" | "trustMembers" | "trustMembersDescription" | "trustPartnershipOrAssociation" | "trustType" | "trustee" | "trusteeAsTrusteeForTrust" | "trusteeAsTrusteeForTrustDoingBusinessAs" | "trusteeGuideDescription" | "trusteePersonalDetails" | "tryAgainOrContinueEnteringTheDetailsYourself" | "tryAgainOrManualAccountDetails" | "typeOfCompany" | "typeOfIdentity" | "typeOfIdentitySubtitle" | "typeOfTrustAgreement" | "uboThroughControlGuideDescription" | "uboThroughOwnershipGuideDescription" | "uen" | "ultimateParentCompany" | "ultimateParentCompanyInformation" | "unableToVerifyTheIdNumber" | "undefinedBeneficiary" | "undefinedBeneficiaryDescription" | "underJudicialAdministration" | "undoWithTimer" | "unfortunatelyAnInstantProvider" | "uniqueIdentificationCode" | "unknown" | "unlistedPublicUnitTrust" | "unsuccessful" | "unsupportedFiletype" | "upToFiles" | "updateTheInformation" | "uploadABankStatement" | "uploadADocument" | "uploadDocumentForNric" | "uploadOneOfTheseDocuments" | "uploadTheFollowingDocuments" | "uploadYourOrganizationProofOfDirector" | "usePhoneToScanId" | "utilityBill" | "validation8Or11Characters" | "validationCharacters" | "validationDigits" | "validationDigitsBetween" | "validationPleaseEnterAValidBusinessRegistrationNumberWithFormat" | "validationPleaseEnterAValidEINWithFormat" | "validationPleaseEnterAValidIRDNumber" | "validationPleaseEnterAValidIban" | "validationPleaseEnterAValidIdNumberWithFormat" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidRegistrationNumber" | "validationPleaseEnterAValidRegistrationNumberWithFormat" | "validationPleaseEnterAValidStockISIN" | "validationPleaseEnterAValidTaxIdNumber" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidVatNumber" | "validationPleaseEnterAValidVatNumberWithFormat" | "vatAbsenceReason" | "vatNumber" | "vatNummerMomsregistreringsnummerOrMomsnummer" | "vatRegistrationNumber" | "verificationErrorMessage" | "verificationMethod" | "verified" | "verifiedInformation" | "verify" | "verifyIndividualIdentity" | "verifyViaMobileBankingAppOrWebsite" | "verifyWith" | "weAccept" | "weCouldntCompleteTheAccountCheck" | "weCouldntConnectToMyinfo" | "weCouldntConnectToMyinfoBusiness" | "weDoNotYetSupportInstantVerificationForBankAccountsIn_" | "weFoundTheFollowingIssues" | "weNeedAnOfficialDocument" | "weSelectedSomeRolesBasedOnMyinfoBusinessDataAboutYourCompanysAppointmentHoldersAndShareholders" | "whatBestDescribesYourBusinessSetup" | "whatIsTheDifferenceBetweenTheseRoles" | "whatTypeOfCompanyDoYouHave" | "whatTypeOfTrusteeAreYou" | "whatTypeOfYourMembersEntity" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "whereToFindNumbersOnDriversLicense__NZ" | "whichLegalArrangementDoesYourBusinessHave" | "whichOfTheseApplyToTheSettlor" | "whichTypeOfIdNumberDoYouHave" | "whichTypeOfRegistrationNumberDoYouHave" | "whichTypeOfTaxIdNumberDoYouHave" | "whyDoINeedToFillInThisInformation" | "wouldYouLikeToSignUpAsCompanyInstead" | "wouldYouLikeToSignUpAsIndividualInstead" | "xCharactersLeft" | "xMinutes" | "xMinutesAndYSeconds" | "xSeconds" | "yes" | "yesChange" | "yesContinue" | "youAlsoHaveToUploadSomeSupportingDocuments" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfPartnershipOrAssociation" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation" | "youAreNotSoleProprietorAndUseBankAccount" | "youAreRegisteredSoleProprietorAndUseBankAccount" | "youAreTrusteeManagingTheTrustForBeneficiaries" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYouLive" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYourCompanyIsRegistered" | "youHaveSuccessfullyProvidedTheIdDocument" | "youMustXYearsOldToContinue" | "youSuccessfullyVerifiedAccount" | "yourAssociationIsRegisteredItWasSetUpForNonCommercialPurpose" | "yourBankWillConfirmYourAccountDetails" | "yourBusiness" | "yourBusinessInformation" | "yourBusinessIsRegisteredAsASeparateLegalEntityFromItsOwners" | "yourBusinessSetup" | "yourBusinesssDetailsArePreFilledInTheRelevantSections" | "yourDetailsArePreFilledInTheRelevantSections" | "yourIbanShouldBeginWith_" | "yourLoanApplicationHasBeenReceived" | "zentralesVereinsregisterId" | "zipCode" | "invalidInputError" | "bankAccountNeeded" | "noIssuesFound" | "newEntityAlwaysEmpty" | "missingRequiredDecisionMakers" | "missingRequiredTrustMembers" | "rootLegalEntityIsEmpty" | "legalRepresentativeNeeded" | "dataMissingError" | "dataReviewNeeded" | "pendingStatusError" | "pendingCapabilities" | "invalidCapabilities" | "allCapabilitiesValid" | "task" | "reason";
|
|
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" | "CNPJ" | "CVR-nummer" | "MBO" | "RFC" | "guardian" | "parent" | "1Minute" | "1Second" | "CCIAA" | "DIC" | "GEMI-number" | "ICO" | "MBS" | "Mehrwertsteuernummer" | "NIF" | "NIFdeIVA" | "NIP" | "NIPC" | "NZBN" | "NZBN/NCN" | "NumeroDeTVA" | "PDVIdBrojOIB" | "PVMmoketojoKodas" | "RfcDocument" | "SINFormatCA" | "SSM" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SST" | "UST-ID" | "USt-IdNr" | "XOfYSteps" | "YTunnus" | "aLegalRepresentativeIsRequired" | "aLetterFromYourBank" | "aNomineeDirectorIsAppointed" | "aNomineeShareholderHoldsShares" | "accept" | "acceptedDocumentsForGovernment" | "acceptedDocumentsForNonProfit" | "acceptedDocumentsForPartnerships" | "acceptedDocumentsForPrivateCompanies" | "acceptedDocumentsForPublicCompanies" | "accountCantBeSetUp" | "accountDetailsDescription" | "accountHolder" | "accountHolderTerms" | "accountName" | "accountNumber" | "accountNumberFullOrPartialVisible" | "accountNumberOrIbanVisible" | "accountNumberVisible" | "accountVerification" | "acknowledgePciRequirements" | "actionNeeded" | "add" | "addABankAccountForPayouts" | "addAccountWith" | "addBankAccount" | "addBankDetails" | "addDecisionMaker" | "addEntityOwner" | "addExtraBankAccount" | "addExtraPayinAccount" | "addExtraPayoutAccount" | "addManually" | "addMissingBankDetails" | "addOwnerToTrustMember" | "addPayoutAccount" | "addTrustMember" | "addYourselfAsSigner" | "addingAndVerifiyingABankAccount" | "additionalInformation" | "additionalInformationFormHeading" | "additionalInformationFormName" | "addressRegisteredWithSecretaryOfState" | "address__placeHolder" | "addresses" | "adoptionCertificate" | "adyenKeepsDataAsLongAsLegallyRequired" | "adyenWillOnlyGetTemporaryAccess" | "allCapabilitiesValid" | "anAssociation" | "anLEIIsAUniqueCode" | "andResubmit" | "annualReport" | "annualTurnover" | "annualTurnoverCurrency" | "annualTurnoverHelper" | "annualTurnoverValue" | "apartmentSuite" | "apartmentSuiteOther" | "applicationSubmittedSuccessfully" | "areYouACompany" | "areYouAnIndividual" | "areYouSureYouWantToDeleteThisBankAccount" | "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" | "bankName" | "bankStatement" | "bankStatementAlreadyUploaded" | "bankStatementDocument" | "bankStatementIndividualDescription" | "bankStatementNonIndividualDescription" | "bankruptcyInsolvency" | "basedOnTheAboveSignatory" | "basicCompanyInformation" | "basicInformation" | "basicInformationFormDescription" | "basicInformationFormDescriptionLink" | "basicInformationFormHeading" | "basicInformationFormName" | "becauseYoureUnderXWeNeedToCollectInformationAboutALegalRepresentative" | "beforeSubmittingYourCapitalLoanApplication" | "belowTaxThreshold" | "beneficiary" | "beneficiaryGuideDescription" | "bic" | "bicSwift" | "birthCertificate" | "birthDate" | "branchCode" | "branchNumber" | "browseFiles" | "bsbCode" | "bsbNumber" | "btwNummer" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "businessAccountTerms" | "businessDetails" | "businessEntityDescription" | "businessEntityTitle" | "businessIncorporationNumber" | "businessInformation" | "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" | "certificateOfFormation" | "certificateOfIncorporation" | "certificateOfIncumbency" | "certificateOfVoterRegistration" | "chRegistrationNumber" | "chamberOfCommerceExtract" | "chamberOfCommerceRegistrationNumber" | "changeYourBusinessSetup" | "chargeCardUserAgreement" | "charitableTrust" | "charityNumber" | "charter" | "check" | "checkForTypos" | "chooseAFundingCategory" | "city" | "cityTown" | "clearingCode" | "clearingNumber" | "codNumericPersonal" | "codiceFiscale" | "codiceFiscalePartitaIVA" | "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" | "countryOfGoverningLaw" | "countryRegionOfEstablishment" | "countryWithoutVatOrGstSystem" | "country__US__business" | "currency" | "currencyCode" | "currencyPlaceholder" | "customerSupport" | "cyRegistrationNumber" | "dataMissingError" | "dataReviewNeeded" | "dateCannotBeInTheFuture" | "dateOfIncorporation" | "dateOfTotalAssetsCalculation" | "dateOnDocumentNoOlderThanXMonths" | "datePlaceholder" | "datedInTheLastXMonths" | "dbaName" | "deceased" | "deceasedEstate" | "decisionMaker" | "decisionMakerDescription" | "decisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "delete" | "depositSlip" | "describeWhoIsABeneficiaryInYourTrust" | "description" | "descriptionOptional" | "descriptionUndefinedBeneficiary" | "detCentralePersonregister" | "director" | "directorDescription" | "directorGuideDescription" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "dni" | "doNotHaveAbn" | "doNotHaveAcn" | "doNotHaveBusinessIncorporationNumber" | "doNotHaveBusinessNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveEIN" | "doNotHaveFirmenbuchnummer" | "doNotHaveHandelsregisternummer" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveNZBN" | "doNotHaveOrganisationsnummer" | "doNotHaveRegonKrsNumber" | "doNotHaveYTunnus" | "documentAddressedToName" | "documentCannotBeDamaged" | "documentIssuedByGovernmentAuthority" | "documentName" | "documentNotExpiredOrDamaged" | "documentRequirements" | "documentShowsTaxIdOfCompany" | "documentType" | "documentUpload" | "documentVerification" | "documents" | "doesThisCompanyHaveLEI" | "doesYourCompanyHaveLEI" | "doingBusinessAs" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "download" | "downloadACopy" | "downloadAsPdf" | "driversLicense" | "drivinglicenseBack" | "drivinglicenseFront" | "dropFileToUpload" | "duplicatedFiles" | "eInvoicingCode" | "edit" | "editDetails" | "editEntityDetails" | "editEntityOwner" | "editOwnerOfTrustMember" | "editTrustMember" | "ein" | "einVerificationLetter" | "email" | "enter1LetterAndThenNDigitsForExample" | "enter1LetterAndThenXToYDigitsForExample" | "enterAMaximumOfNCharactersForExample" | "enterAMaximumOfNCharactersWithAMixForExample" | "enterAMaximumOfNDigitsForExample" | "enterAMaximumOfNMoreDigitsForExample" | "enterEnglishLetterFollowedByXtoYDigitsForExample" | "enterLastNDigitsForExample" | "enterLastNameExactlyAsAppearInID" | "enterNCharactersForExample" | "enterNCharactersWithAMixForExample" | "enterNDigitsAndThen1LetterForExample" | "enterNDigitsForExample" | "enterNLetterPrefixOptionallyAndThenXToYDigitsForExample" | "enterNLettersAndThenXToYDigitsForExample" | "enterNameExactlyAsAppearInID" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "enterTheDetailsYourself" | "enterTheRemainingNCharactersForExample" | "enterTheRemainingNDigitsForExample" | "enterTheRemainingNDigitsThenXToYLettersForExample" | "enterTheRemainingXToYCharactersForExample" | "enterTheRemainingXToYDigitsForExample" | "enterValidAccountDetails" | "enterValid_" | "enterXOrYCharactersForExample" | "enterXOrYDigitsForExample" | "enterXToYCharactersForExample" | "enterXToYCharactersWithAMixForExample" | "enterXToYDigitsForExample" | "enterpriseNumber" | "entityEstablishingTrust" | "entityType" | "errorMessage_1_10" | "errorMessage_1_1000" | "errorMessage_1_1001" | "errorMessage_1_1002" | "errorMessage_1_1003" | "errorMessage_1_11" | "errorMessage_1_12" | "errorMessage_1_30" | "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_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_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_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_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_61" | "errorMessage_1_62" | "errorMessage_1_70" | "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_71" | "errorMessage_1_72" | "errorMessage_1_73" | "errorMessage_1_74" | "errorMessage_1_75" | "errorMessage_1_76" | "errorMessage_1_8009" | "errorMessage_1_8010" | "errorMessage_1_8011" | "errorMessage_1_8012" | "errorMessage_1_8013" | "errorMessage_1_8014" | "errorMessage_1_8015" | "errorMessage_1_803" | "errorMessage_1_804" | "errorMessage_1_84" | "errorMessage_1_85" | "errorMessage_1_86" | "errorMessage_1_87" | "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_8234" | "errorMessage_2_8236" | "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" | "fundingSources" | "getSetUpInstantly" | "getYourBusinessVerifiedDetails" | "getYourVerifiedDetailsInstantly" | "gettingStarted" | "gettingStartedBody" | "gettingStartedHeading" | "gettingStartedHelp" | "gettingStartedHelpModalDescription" | "gettingStartedHelpModalTitle" | "goBack" | "goBackAndProvideDocumentScans" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "good" | "governmentIssuedCorrespondence" | "governmentalOrganizationDescription" | "governmentalOrganizationTitle" | "grTaxId" | "gst" | "guardianshipCertificate" | "handelsregisternummer" | "hasBankStampOrBankSignature" | "hasDba" | "hasDba__helperText" | "hasToBeOfficialDocumentFromBank" | "helpUsVerifyCompany" | "hideDetails" | "highResolutionCheck" | "hkid" | "howDoesVerificationWithOurPartnerWorks" | "howVerificationWithOnfidoWork" | "howWouldYouLikeToSetUpYourAccount" | "howYourCustomersCanReachYou" | "huRegistrationNumber" | "huTaxId" | "hybridTrust" | "iDoNotHaveCompanyRegistrationNumber" | "iDoNotHaveGst" | "iDontHaveARegistrationNumber" | "iDontHaveATaxId" | "iDontHaveAVatNumber" | "iDontKnow" | "iHaveReadAndIAcceptTheseTerms" | "iStillCantFindIt" | "ibanFormat" | "idDocument" | "idDocumentAlreadyUploaded" | "idNumber" | "idUploadDocumentSubtitle" | "identifikacionenNomerDDS" | "identityCard" | "identityCardBack" | "identityCardFront" | "identityNumberExempt" | "identityNumberExempt__CA" | "identityNumberExempt__US" | "ifNoOwnersSpecifyControllingPersons" | "imagesInColor" | "inReview" | "inThePreviousStepOwnedByAParentCompany" | "inThePreviousStepOwnedByAnUltimateParentCompany" | "includeFrontAndBack" | "includesEIN" | "includesEvidenceOfTheIndividualsRole" | "includesLegalCompanyName" | "includesTheDirectorsFullName" | "incorporatedAssociationRegistrationNumber" | "individual" | "individualDetails" | "individualTrustee" | "individualTrusteeDetails" | "industryAndNaceCode" | "industryExemption" | "infoInUploadedDocumentIsTrue" | "informationCouldNotBeSubmitted" | "instant" | "instantIDVerificationDescription" | "instantVerification" | "instantVerificationDescription" | "instantlyAddAndVerifyABankAccount" | "instantlyConnectAndVerifyYourBankAccount" | "institutionNumber" | "internalCompanyDocument" | "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" | "irdDocument" | "irdNumber" | "irsCP575" | "irsScheduleK1" | "isCompanyOwnedByAnotherCompany" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "isParentOwnedByAnotherCompany" | "isThisAddressTheMainHeadquarters" | "isThisPersonANomineeDirector" | "isThisPersonANomineeShareholder" | "isTrustOperationAddressSame" | "isYourNameMissingFromSigners" | "issuedByTheTaxAuthority" | "issuedOrSignedByALegalRepresentative" | "issuerState" | "jobTitle" | "kaibemaksukohustuslaseNumber" | "krsNumber" | "last4DigitsOfSocialSecurityNumber" | "lastName" | "lastNameOfSettlor" | "learnMore" | "leave" | "legalCompanyName" | "legalCompanyName__US" | "legalCompanyName__helperText" | "legalCompanyName__helperText__AU" | "legalCompanyName__helperText__HK" | "legalCompanyName__helperText__NL" | "legalCompanyName__helperText__PR" | "legalCompanyName__helperText__SG" | "legalCompanyName__helperText__US" | "legalCompanyName__helperText__US__business" | "legalEntityIdentifier" | "legalForm" | "legalInformation" | "legalInformationInsolvency" | "legalName" | "legalNameIsUsedToIdentifyABusinessWithTheGovernment" | "legalNameOfSoleProprietor" | "legalNameOfSoleProprietorship" | "legalOwnerOfProperty" | "legalProceedingsDate" | "legalRepresentative" | "legalRepresentativeDetails" | "legalRepresentativeFor" | "legalRepresentativeNeeded" | "letUsKnowTheBankAccountToSendReceiveFunds" | "liRegistrationNumber" | "licenceVersionNumber" | "licenseCardNumber" | "licenseNumber" | "listedPublicUnitTrust" | "listitemVoidedChequeBankLetterBankStatementOnline" | "loading" | "loanApplication" | "localFormat" | "loginIntoYourBankingEnvironment" | "lookUpYourLEI" | "ltRegistrationNumber" | "luRegistrationNumber" | "lvRegistrationNumber" | "lvTaxId" | "madeAMistake" | "maintenanceModeMessage" | "makeSureToHaveYourTrustDeed" | "manualIDVerificationDescription" | "manualUpload" | "manualVerificationDescription" | "manuallyAddAccount" | "manuallyAddAccountQuestion" | "manuallyAddAccountSlower" | "maxFileSize" | "maximumFileSizeExceeded" | "mayTakeAFewDays" | "mcRegistrationNumber" | "mcRegistrationNumberSoleProp" | "meetingRecords" | "memberDetails" | "missingCompanyDetails" | "missingMultipleDecisionMakers" | "missingPhoneCountryCode" | "missingRequiredDecisionMakers" | "missingRequiredTrustMembers" | "momsregistreringsnummer" | "momsregistreringsnummerCVR" | "mortgageStatement" | "mvanummer" | "myInfoBusinessYouCanGetVerifiedDetails" | "myInfoYouCanGetVerifiedDetails" | "myinfoBusinessDetailsRetrieved" | "myinfoDetailsRetrieved" | "nameMustContainLetters" | "nameOfTrust" | "nameOfTrustAgreement" | "nationalInsuranceNumber" | "nationality" | "naturalPersonDescription" | "naturalPersonTitle" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "newEntityAlwaysEmpty" | "next" | "nie" | "no" | "noGlare" | "noGoBack" | "noIdontKnow" | "noIssuesFound" | "noOptionsFound" | "nominee" | "nonProfitOrCharitableOrgDescription" | "nonProfitOrCharitableOrgTitle" | "noneOfTheAbove" | "notBlurry" | "notCutOff" | "notExpired" | "nothingNeedsToBeSigned" | "nric" | "numarOrdineRegistrulComertului" | "numberOfEmployees" | "numeroDIdentificationALATaxe" | "numerodeIVA" | "objectOfCharitableTrust" | "objectOfTrust" | "oib" | "onboardingRedirectAwaitingCtaButton" | "onboardingRedirectAwaitingDescriptionP1" | "onboardingRedirectInReviewCtaButton" | "onboardingRedirectInReviewDescriptionP1" | "onboardingRedirectLinkError" | "onboardingRedirectOpenError" | "onboardingRedirectRejectedDescriptionP1" | "onboardingRedirectUnsuccessfulCtaButton" | "onboardingRedirectUnsuccessfulDescriptionP1" | "onboardingRedirectVerifiedDescriptionP1" | "onfidoIsOurTrustedPartner" | "onfidoWillGiveFeedbackInRealTime" | "operationalAddress" | "operationalAddressHeader" | "operationalAddressIsNotSameItemName" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "optional" | "orSoleProprietorshipName" | "organisasjonsnummer" | "organisationsnummer" | "otherAddressInformation" | "otherBusinessInformation" | "otherInformation" | "otherLegalMeasures" | "otherTrust" | "ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations" | "owner" | "ownerDescription" | "ownerGuideDescription" | "ownershipStructure" | "parentCompany" | "parentCompanyInformation" | "partitaIVA" | "partnerShipAgreement" | "partnership" | "partnershipIncorporatedDescription" | "partnershipOrAssociation" | "partnershipUnincorporatedDescription" | "passport" | "passportExpiryDate" | "passportNumber" | "passportPhotoPage" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "patriotActDisclosureTitle" | "payinAccount" | "payinAccountsDescription" | "payinDetails" | "paymentProcessingTerms" | "payoutAccount" | "payoutAccountsDescription" | "payoutAccountsDescriptionReview" | "payoutDetails" | "payoutInOnly_" | "payoutIn_Or_" | "pccr" | "pciDoesNotNeedSigningOrHasBeenSigned" | "pciDssQuestionnaire" | "pciSignFailed" | "pciSignedSuccessfully" | "pendingCapabilities" | "pendingStatusError" | "personAppointmentUnderTrustInstrument" | "personalDetails" | "personnummer" | "peselNumber" | "phoneNumber" | "phoneNumber__placeholder__AL" | "phoneNumber__placeholder__AS" | "phoneNumber__placeholder__NL" | "phoneNumber__placeholder__SG" | "phoneNumber__placeholder__US" | "pleaseEnsureTheFollowing" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "pleaseEnterAValidNumber" | "pleaseEnterAValidWholeNumber" | "pleaseNote" | "pleaseProvideThePurposeOfCharitableTrust" | "pooledSuperannuationTrust" | "postalCode" | "poweredBy" | "previous" | "principalPlaceOfBusiness" | "principalPlaceOfBusinessDescription" | "privateCompanyDescription" | "privateCompanyTitle" | "processing" | "professionalServiceProvider" | "proofOfDirector" | "proofOfNationalId" | "proofOfRelationship" | "proofOfResidenceDocumentTypeLabel" | "proofOfResidency" | "protector" | "protectorGuideDescription" | "provideAllBeneficiaries" | "provideAllDirectors" | "provideAllOwners" | "provideAllTrustees" | "provideAtLeastOneProtector" | "provideAtLeastOneSettlor" | "provideAtLeastOneSignatory" | "provideFewDetailsAboutYourself" | "provideOneControllingPerson" | "providePageWithPhotoAndCode" | "providePersonalAddress" | "providePersonalDetailsOfOwner" | "provinceOrTerritory" | "publicCompanyDescription" | "publicCompanyTitle" | "publicTradingTrust" | "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__US" | "registrationNumber__helperText__US" | "registrationNumber__nonProfit__FR" | "registrikood" | "regon" | "regonKrsNumber" | "rejected" | "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_185" | "remediationMessage_2_188" | "remediationMessage_2_222" | "remediationMessage_2_223" | "remediationMessage_3_100" | "remove" | "removeDecisionMaker" | "removeTrustMember" | "removing" | "reportedValue" | "reportingCurrency" | "requirements" | "requiresDecisionMakers" | "requiresSignatory" | "residencePermitBack" | "residencePermitFront" | "residencyCountry" | "retrieveMyInfo" | "retrieveMyInfoBusiness" | "retrieveMyinfoBusinessWith" | "retrieveMyinfoWith" | "returnToTaskList" | "reviewTheInformationBelowAndCorrectMistakesOr" | "rnaNumber" | "role" | "roleAndEntityType" | "rootLegalEntityIsEmpty" | "routingNumber" | "routingNumberVisible" | "salarySlip" | "sameAsRegisteredAddress" | "sameNameAsLegalName" | "saveAndGoToOverview" | "screenshotOfOnlineBankingEnviroment" | "searchAddress" | "secForm10k" | "secretaryOfStateFiling" | "secretaryOfStateFiling__PR" | "secretaryOfStateRegDoc" | "secretaryOfStateRegDoc__PR" | "securelyUseYourBanksWebsite" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectCountryRegion" | "selectDocument" | "selectDocumentType" | "selectOne" | "selectProvinceOrTerritory" | "selectSigner" | "selectState" | "selectTheApplicableRoles" | "selectTheBankToReceivePayouts" | "serviceAgreementSignFailed" | "serviceAgreementSignedAndDated" | "serviceAgreementSignedSuccessfully" | "serviceAgreements" | "sessionTimeout" | "setUpYourAccount" | "settlor" | "settlorExemptionReason" | "settlorGuideDescription" | "shareholderDocument" | "showAddressStateCountry" | "showDetails" | "showOnMap" | "showsCountryOfBankAccount" | "siRegistrationNumber" | "siTaxId" | "sign" | "signAndContinue" | "signServiceAgreement" | "signatory" | "signatoryDescription" | "signatoryGuideDescription" | "signed" | "signedByOn" | "signer" | "singingUpAsCompanyButLooksLikeYouAreAnIndividual" | "singingUpAsIndividualButLooksLikeYouAreACompany" | "siret" | "skRegistrationNumber" | "skTaxId" | "socialInsuranceNumber" | "socialSecurityNumber" | "socialSecurityNumber__placeholder" | "solePropDetails" | "soleProprietorDetails" | "soleProprietorship" | "soleProprietorshipDetails" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "someInformationWillNotBeSaved" | "sorryAnErrorOccurred" | "sorryWeCantSetUpAnAccountForYou" | "sortCode" | "sourceOfFunds" | "ssn" | "stamregister" | "start" | "startANewSessionFromTheSamePlaceYouOriginallyAccessed" | "startTypingTheAddress" | "state" | "stateIssuedProofOfIdentityCard" | "stateOrProvince" | "stateOrProvince__US__business" | "stateOrProvince__placeHolder" | "stateOrProvince__placeHolder__US" | "status" | "stepsX/YofForm" | "stockExchangeInformation" | "stockExchangeMIC" | "stockISIN" | "stockISINHelper" | "stockTickerSymbol" | "street" | "submitFailed" | "submitIdDocumentsAgain" | "submitReview" | "submitReviewOfYourData" | "submitSuccessful" | "successFullyRemovedDecisionMaker" | "successFullyRemovedTrustMember" | "successfullyUpdatedDetails" | "summaryLegalCaption" | "summaryTaxExemptionLegalCaptionTitle" | "summaryTaxExemptionLegalCaption_1" | "summaryTaxExemptionLegalCaption_2" | "summaryTaxExemptionLegalCaption_3" | "supportedFileTypes" | "swiftCode" | "task" | "taxDocument" | "taxFiling" | "taxFiling__US" | "taxId" | "taxIdAbsenceReason" | "taxIdNumber" | "taxIdentificationNumber" | "taxInformationNumber" | "taxInformationNumber__HK" | "taxInformationNumber__US" | "taxInformationNumber__helperText__US" | "taxInformationNumber__placeHolder__US" | "taxReferenceNumber" | "taxationDocument" | "taxpayerReferenceNumber" | "tellUsMoreAboutThisSource" | "textToVerifyAccount" | "the7CharacterIdentifierAssignedToThis" | "theBankAccountHolderMustBeInYourName_" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theIdCheckWillBeAutomaticallyValidated" | "thenResubmit" | "thereAreNoSigners" | "thereWasAnErrorTryAgain" | "thisCompanyDoesntHaveAnSDI" | "thisIsMyBusiness" | "thisMeansYouHaveAParentCompany" | "thisMeansYouHaveAnUltimateParentCompany" | "thisPageIsNowInactive" | "thisSessionWillExpireIn" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "toProtectYourInformationThisSessionHasExpired" | "toggleAssociationMenu" | "tooManyFiles" | "totalAssets" | "totalAssetsHelper" | "tradingName" | "transferInstrumentDeleted" | "transitNumber" | "trust" | "trustDeed" | "trustDetails" | "trustDetailsDescription" | "trustInstrument" | "trustMembers" | "trustMembersDescription" | "trustPartnershipOrAssociation" | "trustType" | "trustee" | "trusteeAsTrusteeForTrust" | "trusteeAsTrusteeForTrustDoingBusinessAs" | "trusteeGuideDescription" | "trusteePersonalDetails" | "tryAgainOrContinueEnteringTheDetailsYourself" | "tryAgainOrManualAccountDetails" | "typeOfCompany" | "typeOfIdentity" | "typeOfIdentitySubtitle" | "typeOfTrustAgreement" | "uboThroughControlGuideDescription" | "uboThroughOwnershipGuideDescription" | "uen" | "ultimateParentCompany" | "ultimateParentCompanyInformation" | "unableToVerifyTheIdNumber" | "undefinedBeneficiary" | "undefinedBeneficiaryDescription" | "underJudicialAdministration" | "undoWithTimer" | "unfortunatelyAnInstantProvider" | "uniqueIdentificationCode" | "unknown" | "unlistedPublicUnitTrust" | "unsuccessful" | "unsupportedFiletype" | "upToFiles" | "update" | "updateTheInformation" | "uploadABankStatement" | "uploadADocument" | "uploadDocumentForNric" | "uploadOneOfTheseDocuments" | "uploadTheFollowingDocuments" | "uploadYourOrganizationProofOfDirector" | "usePhoneToScanId" | "utilityBill" | "validation8Or11Characters" | "validationCharacters" | "validationDigits" | "validationDigitsBetween" | "validationPleaseEnterAValidBusinessRegistrationNumberWithFormat" | "validationPleaseEnterAValidEINWithFormat" | "validationPleaseEnterAValidIRDNumber" | "validationPleaseEnterAValidIban" | "validationPleaseEnterAValidIdNumberWithFormat" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidRegistrationNumber" | "validationPleaseEnterAValidRegistrationNumberWithFormat" | "validationPleaseEnterAValidStockISIN" | "validationPleaseEnterAValidTaxIdNumber" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidVatNumber" | "validationPleaseEnterAValidVatNumberWithFormat" | "vatAbsenceReason" | "vatNumber" | "vatNummerMomsregistreringsnummerOrMomsnummer" | "vatRegistrationNumber" | "verificationErrorMessage" | "verificationMethod" | "verified" | "verifiedInformation" | "verify" | "verifyIndividualIdentity" | "verifyViaMobileBankingAppOrWebsite" | "verifyWith" | "weAccept" | "weCouldntCompleteTheAccountCheck" | "weCouldntConnectToMyinfo" | "weCouldntConnectToMyinfoBusiness" | "weDoNotYetSupportInstantVerificationForBankAccountsIn_" | "weFoundTheFollowingIssues" | "weNeedAnOfficialDocument" | "weSelectedSomeRolesBasedOnMyinfoBusinessDataAboutYourCompanysAppointmentHoldersAndShareholders" | "whatBestDescribesYourBusinessSetup" | "whatIsTheDifferenceBetweenTheseRoles" | "whatTypeOfCompanyDoYouHave" | "whatTypeOfTrusteeAreYou" | "whatTypeOfYourMembersEntity" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "whereToFindNumbersOnDriversLicense__NZ" | "whichLegalArrangementDoesYourBusinessHave" | "whichOfTheseApplyToTheSettlor" | "whichTypeOfIdNumberDoYouHave" | "whichTypeOfRegistrationNumberDoYouHave" | "whichTypeOfTaxIdNumberDoYouHave" | "whyDoINeedToFillInThisInformation" | "wouldYouLikeToSignUpAsCompanyInstead" | "wouldYouLikeToSignUpAsIndividualInstead" | "xCharactersLeft" | "xMinutes" | "xMinutesAndYSeconds" | "xSeconds" | "yes" | "yesChange" | "yesContinue" | "youAlsoHaveToUploadSomeSupportingDocuments" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfPartnershipOrAssociation" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation" | "youAreNotSoleProprietorAndUseBankAccount" | "youAreRegisteredSoleProprietorAndUseBankAccount" | "youAreTrusteeManagingTheTrustForBeneficiaries" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYouLive" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYourCompanyIsRegistered" | "youHaveSuccessfullyProvidedTheIdDocument" | "youMustXYearsOldToContinue" | "youSuccessfullyVerifiedAccount" | "yourAssociationIsRegisteredItWasSetUpForNonCommercialPurpose" | "yourBankWillConfirmYourAccountDetails" | "yourBusiness" | "yourBusinessInformation" | "yourBusinessIsRegisteredAsASeparateLegalEntityFromItsOwners" | "yourBusinessSetup" | "yourBusinesssDetailsArePreFilledInTheRelevantSections" | "yourDetailsArePreFilledInTheRelevantSections" | "yourIbanShouldBeginWith_" | "yourLoanApplicationHasBeenReceived" | "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
|
|
@@ -15,7 +15,7 @@ export declare const companyForms: {
|
|
|
15
15
|
readonly companyRegistrationDetails: {
|
|
16
16
|
readonly formId: "companyRegistrationDetails";
|
|
17
17
|
readonly formName: "registrationDetails";
|
|
18
|
-
readonly fields: ("dateOfIncorporation" | "stockExchangeMIC" | "stockISIN" | "stockTickerSymbol" | keyof import("../
|
|
18
|
+
readonly fields: ("dateOfIncorporation" | "stockExchangeMIC" | "stockISIN" | "stockTickerSymbol" | keyof import("../TradingNameField/types").TradingNameFieldSchema | keyof import("../DBANameField/types").DBANameFieldSchema | keyof import("../BusinessRegistrationNumberField/types").BusinessRegistrationNumberFieldSchema | keyof import("../TaxInformationField/types").TaxInformationFieldSchema | keyof import("../VatNumberField/types").VatNumberFieldSchema | keyof import("../EInvoicingCodeField/types").EInvoicingCodeFieldSchema)[];
|
|
19
19
|
};
|
|
20
20
|
readonly companyRegistrationAddress: {
|
|
21
21
|
readonly formId: "companyRegistrationAddress";
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import type { ContactDetailsProps, ContactDetailsSchema } from './types';
|
|
2
2
|
export declare const contactDetailFields: Array<keyof ContactDetailsSchema>;
|
|
3
3
|
export declare function ContactDetails(props: ContactDetailsProps): import("preact").JSX.Element;
|
|
4
|
-
export declare namespace ContactDetails {
|
|
5
|
-
var defaultProps: {
|
|
6
|
-
data: {};
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
4
|
export declare const MemoizedContactDetails: typeof ContactDetails;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import './DebugModal.scss';
|
|
2
|
-
import type { ExistingLegalEntity } from '../../core/models/api/legal-entity';
|
|
3
2
|
export interface DebugModalProps {
|
|
4
|
-
rootLegalEntityId: string;
|
|
5
3
|
onExit: () => void;
|
|
6
|
-
getRootLegalEntity?: () => Promise<ExistingLegalEntity>;
|
|
7
4
|
}
|
|
8
|
-
export declare const DebugModal: ({
|
|
5
|
+
export declare const DebugModal: ({ onExit }: DebugModalProps) => import("preact").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TaskStatusWithReason } from '../../stores/
|
|
1
|
+
import type { TaskStatusWithReason } from '../../stores/globalStore/taskStatus';
|
|
2
2
|
import type { DebugInfo } from './debugInfo';
|
|
3
3
|
interface DebugTaskStatusesProps {
|
|
4
4
|
taskStatuses: DebugInfo['taskStatuses'];
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import type { ComponentChildren } from 'preact';
|
|
2
|
-
import type { DropinAPIHandlers } from '../Dropins/types';
|
|
3
2
|
export interface DebugWrapperProps {
|
|
4
|
-
rootLegalEntityId: string;
|
|
5
|
-
handleGetLegalEntity: DropinAPIHandlers['handleGetLegalEntity'];
|
|
6
3
|
children?: ComponentChildren;
|
|
7
4
|
}
|
|
8
|
-
export declare const DebugWrapper: ({
|
|
5
|
+
export declare const DebugWrapper: ({ children }: DebugWrapperProps) => import("preact").JSX.Element;
|
|
@@ -2,8 +2,8 @@ import type { Experiments } from '../../core/context/ExperimentContext/types';
|
|
|
2
2
|
import type { Settings } from '../../core/context/SettingsContext/types';
|
|
3
3
|
import type { ExistingLegalEntity } from '../../core/models/api/legal-entity';
|
|
4
4
|
import type { LegalEntityType } from '../../core/models/api/legal-entity-type';
|
|
5
|
-
import type { TaskIdentifier } from '../../stores/
|
|
6
|
-
import type { TaskStatusWithReason } from '../../stores/
|
|
5
|
+
import type { TaskIdentifier } from '../../stores/globalStore/globalStore';
|
|
6
|
+
import type { TaskStatusWithReason } from '../../stores/globalStore/taskStatus';
|
|
7
7
|
export interface DebugInfo {
|
|
8
8
|
metadata: {
|
|
9
9
|
sdkVersion: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { PciDropinProps } from './types';
|
|
2
|
-
export declare function PciDropin({ legalEntityResponse, pciTemplateResponse, handleHomeClick, handleSign, taskType, trackingConfig,
|
|
2
|
+
export declare function PciDropin({ legalEntityResponse, pciTemplateResponse, handleHomeClick, handleSign, taskType, trackingConfig, asModal, needsSigning, // TODO: move up to upcoming layout
|
|
3
3
|
handleCloseClick, }: PciDropinProps): import("preact").JSX.Element;
|
|
@@ -11,7 +11,6 @@ export interface PciDropinProps extends DropinProps {
|
|
|
11
11
|
handleHomeClick(): void;
|
|
12
12
|
handleSign(legalEntityId: string, signedBy: SignedBy): Promise<void>;
|
|
13
13
|
handleCloseClick?(): void;
|
|
14
|
-
asEmbedded?: boolean;
|
|
15
14
|
asModal?: boolean;
|
|
16
15
|
needsSigning?: boolean;
|
|
17
16
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { SourceOfFundsSchema } from '../types';
|
|
2
|
+
import type { BusinessLinesType } from '../../../../core/models/api/source-of-funds';
|
|
3
|
+
export interface SourceOfFundsGettingStartedProps {
|
|
4
|
+
handleCancelClick?: () => void;
|
|
5
|
+
handleHelpClick?: () => void;
|
|
6
|
+
handleSourceOfFundsClick: (SoF: SourceOfFundsSchema) => void;
|
|
7
|
+
handleGettingStartedClick: () => void;
|
|
8
|
+
businessLines: BusinessLinesType[];
|
|
9
|
+
}
|
|
10
|
+
export declare const SourceOfFundsGettingStarted: ({ handleGettingStartedClick, handleCancelClick, handleHelpClick, handleSourceOfFundsClick, businessLines, }: SourceOfFundsGettingStartedProps) => import("preact").JSX.Element;
|
|
@@ -3,7 +3,7 @@ import type { CapabilityName } from '../../../core/models/api/capability';
|
|
|
3
3
|
import type { BaseInnerFormProps, BaseOuterFormProps } from '../../../core/hooks/useForm/types';
|
|
4
4
|
import type { FormModel } from '../../../core/models/form';
|
|
5
5
|
import type { EntityProblems } from '../../../core/models/errors/entity-problems';
|
|
6
|
-
import type { TaskTypes } from '../../../stores/
|
|
6
|
+
import type { TaskTypes } from '../../../stores/globalStore/taskTypes';
|
|
7
7
|
import type { DecisionMakerType } from '../../../core/models/api/decision-maker-type';
|
|
8
8
|
import type { CountryCode } from '../../../core/models/country-code';
|
|
9
9
|
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
@@ -15,7 +15,7 @@ import type { CountryCode } from '../../core/models/country-code';
|
|
|
15
15
|
import type { BaseTrackingPayload } from '../../core/utils';
|
|
16
16
|
import type { Language } from '../../language/Language';
|
|
17
17
|
import type { TranslationKey } from '../../language/types';
|
|
18
|
-
import type { TaskTypes } from '../../stores/
|
|
18
|
+
import type { TaskTypes } from '../../stores/globalStore/taskTypes';
|
|
19
19
|
interface SingpassLinkResponseItem {
|
|
20
20
|
authUrl: string;
|
|
21
21
|
success: boolean;
|
|
@@ -16,7 +16,7 @@ import type { AddressSchema } from '../Address/types';
|
|
|
16
16
|
import type { NomineeDecisionMakerRoleSchema } from '../DecisionMakerRole/types';
|
|
17
17
|
import type { PersonalDetailsSchema } from '../PersonalDetails/types';
|
|
18
18
|
import type { TrustMember } from '../TrustMembers/types';
|
|
19
|
-
import type { TaskTypes } from '../../stores/
|
|
19
|
+
import type { TaskTypes } from '../../stores/globalStore/taskTypes';
|
|
20
20
|
import type { EntityProblems } from '../../core/models/errors/entity-problems';
|
|
21
21
|
export interface IndividualSchema {
|
|
22
22
|
personalDetails?: PersonalDetailsSchema;
|
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
import type { NameProps, NameSchema } from './types';
|
|
2
2
|
export declare const nameFields: Array<keyof NameSchema>;
|
|
3
3
|
declare function Name(props: NameProps): import("preact").JSX.Element;
|
|
4
|
-
declare namespace Name {
|
|
5
|
-
var defaultProps: {
|
|
6
|
-
data: {};
|
|
7
|
-
onChange: () => void;
|
|
8
|
-
visibility: string;
|
|
9
|
-
validationRules: Partial<{
|
|
10
|
-
firstName?: import("../../utils/validation/types").ValidatorRule<string, NameSchema> | import("../../utils/validation/types").ValidatorRule<string, NameSchema>[];
|
|
11
|
-
lastName?: import("../../utils/validation/types").ValidatorRule<string, NameSchema> | import("../../utils/validation/types").ValidatorRule<string, NameSchema>[];
|
|
12
|
-
}>;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
4
|
export declare const MemoizedName: typeof Name;
|
|
16
5
|
export {};
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
import type { PayoutAccountProps, PayoutAccountSchema } from './types';
|
|
2
2
|
export declare const payoutAccountFields: Array<keyof PayoutAccountSchema>;
|
|
3
|
-
declare function PayoutAccount(props: PayoutAccountProps): import("preact").JSX.Element;
|
|
4
|
-
export declare const MemoizedPayoutAccount: typeof PayoutAccount;
|
|
5
|
-
export {};
|
|
3
|
+
export declare function PayoutAccount(props: PayoutAccountProps): import("preact").JSX.Element;
|
|
@@ -4,10 +4,5 @@ export declare const phoneFields: (keyof PhoneInputSchema)[];
|
|
|
4
4
|
export type PhonePrefixes = Partial<Record<CountryCode, string>>;
|
|
5
5
|
export declare const usePhonePrefixes: () => PhonePrefixes | undefined;
|
|
6
6
|
declare function PhoneInput(props: PhoneInputProps): import("preact").JSX.Element;
|
|
7
|
-
declare namespace PhoneInput {
|
|
8
|
-
var defaultProps: {
|
|
9
|
-
phoneLabel: string;
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
7
|
export declare const MemoizedPhoneInput: typeof PhoneInput;
|
|
13
8
|
export {};
|
|
@@ -9,7 +9,7 @@ export declare const solePropForms: {
|
|
|
9
9
|
readonly solePropRegistrationDetails: {
|
|
10
10
|
readonly formId: "solePropRegistrationDetails";
|
|
11
11
|
readonly formName: "registrationDetails";
|
|
12
|
-
readonly fields: ("dateOfIncorporation" | "stockExchangeMIC" | "stockISIN" | "stockTickerSymbol" | keyof import("../
|
|
12
|
+
readonly fields: ("dateOfIncorporation" | "stockExchangeMIC" | "stockISIN" | "stockTickerSymbol" | keyof import("../TradingNameField/types").TradingNameFieldSchema | keyof import("../DBANameField/types").DBANameFieldSchema | keyof import("../BusinessRegistrationNumberField/types").BusinessRegistrationNumberFieldSchema | keyof import("../TaxInformationField/types").TaxInformationFieldSchema | keyof import("../VatNumberField/types").VatNumberFieldSchema | keyof import("../EInvoicingCodeField/types").EInvoicingCodeFieldSchema)[];
|
|
13
13
|
};
|
|
14
14
|
readonly solePropRegistrationAddress: {
|
|
15
15
|
readonly formId: "solePropRegistrationAddress";
|
|
@@ -8,10 +8,10 @@ import type { ServiceAgreementAcceptanceInfo, ServiceAgreementType } from '../Dr
|
|
|
8
8
|
import type { IconName } from '../ui/atoms/Icon/Icon';
|
|
9
9
|
import type { ActionsMenuOption } from '../ui/atoms/ActionsMenu/ActionsMenu';
|
|
10
10
|
import type { StatusProps } from '../ui/atoms/Status/Status.types';
|
|
11
|
-
import type { TaskStatus } from '../../stores/
|
|
12
|
-
import type { TaskTypes } from '../../stores/
|
|
13
|
-
export { TaskTypes } from '../../stores/
|
|
14
|
-
export { TaskStatus } from '../../stores/
|
|
11
|
+
import type { TaskStatus } from '../../stores/globalStore/taskStatus';
|
|
12
|
+
import type { TaskTypes } from '../../stores/globalStore/taskTypes';
|
|
13
|
+
export { TaskTypes } from '../../stores/globalStore/taskTypes';
|
|
14
|
+
export { TaskStatus } from '../../stores/globalStore/taskStatus';
|
|
15
15
|
export interface TaskStatusProps {
|
|
16
16
|
status: TaskStatus;
|
|
17
17
|
statusLabel?: string;
|
|
@@ -2,4 +2,4 @@ import './_button.component.scss';
|
|
|
2
2
|
import '../Link/_link.component.scss';
|
|
3
3
|
import type { JSX } from 'preact';
|
|
4
4
|
import type { ButtonProps } from './Button.types';
|
|
5
|
-
export declare const Button: ({ showAsLink, secondary, tertiary, className, role, small, block, critical, shaded, label, icon, iconPosition, title, disabled, type, onClick, onKeyDown, loading, testId, underline, }: ButtonProps) => JSX.Element;
|
|
5
|
+
export declare const Button: ({ showAsLink, secondary, tertiary, className, role, small, large, block, critical, shaded, label, icon, iconPosition, title, disabled, type, onClick, onKeyDown, loading, testId, ariaLabel, underline, }: ButtonProps) => JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface Description {
|
|
2
|
+
term: string;
|
|
3
|
+
details?: string;
|
|
4
|
+
}
|
|
5
|
+
export interface DescriptionProps {
|
|
6
|
+
className?: string;
|
|
7
|
+
list: Description[];
|
|
8
|
+
}
|
|
9
|
+
export declare const Description: ({ className, list }: DescriptionProps) => import("preact").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -91,6 +91,7 @@ export declare const images: {
|
|
|
91
91
|
'singpass-logo': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
92
92
|
'plaid-logo': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
93
93
|
'trustly-logo': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
94
|
+
'source-of-funds': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
94
95
|
};
|
|
95
96
|
export declare const svgs: {
|
|
96
97
|
readonly 'document-blurred': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
@@ -120,6 +121,7 @@ export declare const svgs: {
|
|
|
120
121
|
readonly 'singpass-logo': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
121
122
|
readonly 'plaid-logo': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
122
123
|
readonly 'trustly-logo': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
124
|
+
readonly 'source-of-funds': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
123
125
|
readonly review: import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
124
126
|
readonly 'arrow-left': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
125
127
|
readonly 'arrow-right': import("preact").FunctionComponent<import("preact").JSX.SVGAttributes<SVGSVGElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import './_card.component.scss';
|
|
2
2
|
import type { JSX } from 'preact';
|
|
3
3
|
import type { CardProps } from './types';
|
|
4
|
-
export declare function Card({ className, children, stateful, active, disabled, fetching, warning, warningMessage, title, subTitle, headerButton, background, onClick, onKeyDown, }: CardProps): JSX.Element;
|
|
4
|
+
export declare function Card({ className, headerClassName, bodyClassName, children, stateful, active, disabled, fetching, warning, warningMessage, title, subTitle, headerButton, background, onClick, onKeyDown, }: CardProps): JSX.Element;
|
|
@@ -4,8 +4,7 @@ import type { UserEventCallback } from '../../user-events';
|
|
|
4
4
|
interface ConfigurationApiContextProviderProps {
|
|
5
5
|
children: ComponentChildren;
|
|
6
6
|
onUserEvent?: UserEventCallback;
|
|
7
|
-
rootLegalEntityId: string;
|
|
8
7
|
componentName: keyof ComponentMap;
|
|
9
8
|
}
|
|
10
|
-
export declare const ConfigurationApiProvider: ({ children, onUserEvent,
|
|
9
|
+
export declare const ConfigurationApiProvider: ({ children, onUserEvent, componentName, }: ConfigurationApiContextProviderProps) => import("preact").JSX.Element;
|
|
11
10
|
export {};
|
|
@@ -2,7 +2,6 @@ import type { ComponentChildren } from 'preact';
|
|
|
2
2
|
import type { CountryCode } from '../models/country-code';
|
|
3
3
|
export interface CoreProviderProps {
|
|
4
4
|
contextCountry: CountryCode;
|
|
5
|
-
rootLegalEntityId: string;
|
|
6
5
|
children?: ComponentChildren;
|
|
7
6
|
}
|
|
8
|
-
export declare const CoreProvider: ({ contextCountry: initialContextCountry,
|
|
7
|
+
export declare const CoreProvider: ({ contextCountry: initialContextCountry, children, }: CoreProviderProps) => import("preact").JSX.Element;
|
|
@@ -2,7 +2,6 @@ import type { ComponentMap } from '../../components';
|
|
|
2
2
|
import type { EventData, EventQueueItem, EventType, UserEventCallback } from '../user-events';
|
|
3
3
|
import type { EmbeddedAnalyticsSessionRequest } from '../models/api/analytics';
|
|
4
4
|
export type UseAnalyticsProps = {
|
|
5
|
-
legalEntityId: string;
|
|
6
5
|
onUserEvent?: UserEventCallback;
|
|
7
6
|
sdkVersion: string;
|
|
8
7
|
componentName: keyof ComponentMap;
|
|
@@ -13,5 +12,5 @@ type EmbeddedEventItem = {
|
|
|
13
12
|
eventData: EventData;
|
|
14
13
|
};
|
|
15
14
|
export declare const convertToEmbeddedEvent: (eventQueueItem: EventQueueItem, sessionData: EmbeddedAnalyticsSessionRequest) => EmbeddedEventItem & EmbeddedAnalyticsSessionRequest;
|
|
16
|
-
export declare const useAnalytics: ({ onUserEvent,
|
|
15
|
+
export declare const useAnalytics: ({ onUserEvent, sdkVersion, componentName }: UseAnalyticsProps) => void;
|
|
17
16
|
export {};
|
|
@@ -47,6 +47,7 @@ export type ComponentApi = {
|
|
|
47
47
|
verifyTin: Required<DropinAPIHandlers>['handleVerifyTin'];
|
|
48
48
|
};
|
|
49
49
|
export declare const COMPONENTS_API_VERSION = "v1";
|
|
50
|
+
export declare const makeComponentApi: (rootLegalEntityId: string, base: string) => ComponentApi;
|
|
50
51
|
/**
|
|
51
52
|
* @description Hook that allows use of current componentApi requests without needing to pass in context.
|
|
52
53
|
*/
|
|
@@ -16,6 +16,13 @@ export interface AULocalAccountIdentification {
|
|
|
16
16
|
accountNumber: string;
|
|
17
17
|
bsbCode: string;
|
|
18
18
|
}
|
|
19
|
+
export interface BRLocalAccountIdentification {
|
|
20
|
+
type: 'brLocal';
|
|
21
|
+
accountNumber: string;
|
|
22
|
+
ispbCode: string;
|
|
23
|
+
bankName: string;
|
|
24
|
+
branchCode: string;
|
|
25
|
+
}
|
|
19
26
|
export interface CALocalAccountIdentification {
|
|
20
27
|
type: 'caLocal';
|
|
21
28
|
accountNumber: string;
|
|
@@ -75,6 +82,6 @@ export interface USLocalAccountIdentification {
|
|
|
75
82
|
routingNumber: string;
|
|
76
83
|
accountType?: 'checking' | 'savings';
|
|
77
84
|
}
|
|
78
|
-
export type LocalAccountIdentification = AULocalAccountIdentification | CALocalAccountIdentification | CZLocalAccountIdentification | DKLocalAccountIdentification | HKLocalAccountIdentification | HULocalAccountIdentification | NOLocalAccountIdentification | NZLocalAccountIdentification | PLLocalAccountIdentification | SELocalAccountIdentification | SGLocalAccountIdentification | UKLocalAccountIdentification | USLocalAccountIdentification;
|
|
85
|
+
export type LocalAccountIdentification = BRLocalAccountIdentification | AULocalAccountIdentification | CALocalAccountIdentification | CZLocalAccountIdentification | DKLocalAccountIdentification | HKLocalAccountIdentification | HULocalAccountIdentification | NOLocalAccountIdentification | NZLocalAccountIdentification | PLLocalAccountIdentification | SELocalAccountIdentification | SGLocalAccountIdentification | UKLocalAccountIdentification | USLocalAccountIdentification;
|
|
79
86
|
export type AccountIdentification = IbanAccountIdentification | NumberAndBicAccountIdentification | LocalAccountIdentification;
|
|
80
87
|
export {};
|