@adyen/kyc-components 2.27.2 → 2.28.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 +1132 -1284
- package/dist/style.css +4 -0
- package/dist/types/components/Company/rules.d.ts +2 -1
- package/dist/types/components/Company/types.d.ts +0 -1
- package/dist/types/components/CompanyBasics/component/CompanyBasicsComponent.d.ts +1 -1
- package/dist/types/components/CompanyBasics/types.d.ts +3 -0
- package/dist/types/components/CompanyLookup/component/CompanyLookupComponent.d.ts +1 -1
- package/dist/types/components/CompanyLookup/types.d.ts +3 -1
- package/dist/types/components/CompanyOtherDetails/component/CompanyOtherDetailsComponent.d.ts +1 -1
- package/dist/types/components/CompanyOtherDetails/types.d.ts +3 -1
- package/dist/types/components/CompanySearch/types.d.ts +1 -0
- package/dist/types/components/CompanyStructure/component/CompanyStructureComponent.d.ts +1 -1
- package/dist/types/components/CompanyStructure/types.d.ts +4 -1
- package/dist/types/components/Dropins/CompanyDropin/types.d.ts +2 -0
- package/dist/types/components/Dropins/CompanySearchDropin/types.d.ts +1 -1
- package/dist/types/components/Dropins/CompanySearchDropin/utils.d.ts +10 -3
- package/dist/types/components/Dropins/{FormComposer/components/FormNavigation → FormNavigation}/types.d.ts +4 -4
- package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +1 -1
- package/dist/types/components/Dropins/SolePropDropin/components/SolePropDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/TrustDropin/components/TrustDropinComponent.d.ts +1 -1
- package/dist/types/components/PayoutDetails/types.d.ts +3 -3
- package/dist/types/components/PersonalDetails/component/labels.d.ts +1 -1
- package/dist/types/components/SoleProp/types.d.ts +1 -1
- package/dist/types/components/Trust/types.d.ts +1 -1
- package/dist/types/components/internal/Address/utils.d.ts +1 -1
- package/dist/types/components/internal/BusinessRegistrationNumber/fieldConfig.d.ts +4 -4
- package/dist/types/components/internal/BusinessRegistrationNumberField/BusinessRegistrationNumberField.d.ts +2 -2
- package/dist/types/components/internal/BusinessRegistrationNumberField/index.d.ts +1 -0
- package/dist/types/components/internal/BusinessRegistrationNumberField/types.d.ts +2 -2
- package/dist/types/components/internal/Summary/Summary.d.ts +0 -1
- package/dist/types/components/internal/TaxId/fieldConfig.d.ts +2 -3
- package/dist/types/components/internal/TaxInformationField/TaxInformationField.d.ts +1 -1
- package/dist/types/components/internal/TaxInformationField/fieldConfig.d.ts +252 -0
- package/dist/types/components/internal/TaxInformationField/index.d.ts +1 -0
- package/dist/types/components/internal/VatNumberField/VatNumberField.d.ts +2 -2
- package/dist/types/components/internal/VatNumberField/index.d.ts +1 -0
- package/dist/types/core/Context/StateContext/types.d.ts +0 -2
- package/dist/types/core/hooks/useCompanySearch/types.d.ts +10 -8
- package/dist/types/core/hooks/useCompanySearch/useCompanySearch.d.ts +1 -1
- package/dist/types/core/hooks/useForm/types.d.ts +1 -0
- package/dist/types/core/process-field-configurations.d.ts +10 -5
- package/dist/types/language/config.d.ts +2 -8
- package/dist/types/utils/entity-status-util.d.ts +1 -1
- package/dist/types/utils/formUtils.d.ts +1 -1
- package/dist/types/utils/mapping/companySearch/index.d.ts +1 -0
- package/dist/types/utils/mapping/companySearch/mapKompanyOrganizationTypeToCompanyType.d.ts +2 -0
- package/dist/types/utils/mapping/componentApiMapping.d.ts +4 -4
- package/package.json +1 -1
- package/dist/types/components/CompanyBasics/validate.d.ts +0 -4
- package/dist/types/components/CompanyOtherDetails/validate.d.ts +0 -10
- package/dist/types/components/Dropins/FormComposer/FormComposer.d.ts +0 -34
- package/dist/types/components/Dropins/FormComposer/types.d.ts +0 -22
- package/dist/types/components/SoleProp/labels.d.ts +0 -5
- /package/dist/types/components/Dropins/{FormComposer/components/FormNavigation → FormNavigation}/FormNavigation.d.ts +0 -0
- /package/dist/types/components/Dropins/{FormComposer/components/FormNavigation → FormNavigation}/FormNavigationItem.d.ts +0 -0
- /package/dist/types/components/Dropins/{FormComposer/components/FormNavigation → FormNavigation}/index.d.ts +0 -0
- /package/dist/types/components/{Dropins/FormComposer/components/StepProgressIndicator → StepProgressIndicator}/StepProgressIndicator.d.ts +0 -0
|
@@ -6,7 +6,7 @@ import { DatasetUtil } from '../../../utils/datasetUtil';
|
|
|
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" | "SST" | "RFC" | "CNPJ" | "MBO" | "CVR-nummer" | "close" | "individual" | "payoutAccount" | "payinAccount" | "firstName" | "lastName" | "country" | "street" | "otherAddressInformation" | "postalCode" | "city" | "cityTown" | "state" | "region" | "provinceOrTerritory" | "selectProvinceOrTerritory" | "zipCode" | "apartmentSuite" | "apartmentSuiteOptional" | "phoneNumber" | "email" | "birthdate" | "code" | "invalidEmail" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "invalidPhoneNumber" | "birthDate" | "idNumber" | "selectState" | "selectCountry" | "search" | "noOptionsFound" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SINFormatCA" | "invalidFormat" | "formatIsCorrect" | "fieldIsRequired" | "tooManyFiles" | "duplicatedFiles" | "unsupportedFiletype" | "maximumFileSizeExceeded" | "personalDetails" | "invalidBirthDate" | "address" | "contactDetails" | "uploadDocument" | "individualDetails" | "last4DigitsOfSocialSecurityNumber" | "socialSecurityNumber9Digits" | "socialInsuranceNumber" | "codiceFiscale" | "personnummer" | "dni" | "nie" | "peselNumber" | "detCentralePersonregister" | "codNumericPersonal" | "cadastroDePessoasFisicas" | "invalidFormatExpects" | "invalidFormatForAuPassportNumber" | "invalidFormatForNZPassportNumber" | "invalidFormatForAuDriversLicenseNumber" | "invalidFormatForNZDriversLicenseNumber" | "invalidFormatForAuDriversLicenseCardNumber" | "invalidFormatForNZDriversLicenseCardNumber" | "invalidFormatForHKPassportNumber" | "invalidFormatForHKDriversLicenseNumber" | "invalidFormatForHKIdentityCardNumber" | "invalidFormatIdentityNumberBR" | "invalidFormatIdentityNumberDK" | "invalidFormatIdentityNumberCA" | "invalidFormatIdentityNumberIT" | "invalidFormatIdentityNumberPL" | "invalidFormatIdentityNumberRO" | "invalidFormatIdentityNumberES" | "invalidFormatIdentityNumberSE" | "invalidFormatIdentityNumberUS" | "invalidFormatIdentityNumberUS9" | "invalidFormatIdentityNumberSG" | "invalidFormatIdentityNumberHK" | "invalidFormatBankStatementDescription" | "residencyCountry" | "stateOrProvince" | "selectStateOrProvince" | "dragYourFilesHereOr" | "browse" | "supports" | "complete" | "summary" | "selectDocument" | "passport" | "passportNumber" | "id" | "driversLicense" | "issuerState" | "licenseNumber" | "driverLicense" | "licenseCardNumber" | "licenceVersionNumber" | "documents" | "idDocument" | "documentType" | "frontPage" | "backPage" | "fileName" | "nationality" | "dateOfIncorporation" | "passportExpiryDate" | "proofOfNationality" | "identityNumberExempt__US" | "identityNumberExempt__CA" | "uploadDocumentForSsn" | "uploadDocumentForNric" | "operationalAddressHeader" | "operationalAddressHeaderDescription" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "operationalAddressIsNotSameItemName" | "verifyPrefilledInfoIsCorrect" | "legalStructureHeader" | "whatTypeOfCompanyDoYouHave" | "privateCompanyTitle" | "privateCompanyDescription" | "publicCompanyTitle" | "publicCompanyDescription" | "partnershipIncorporated" | "partnershipUnincorporated" | "partnershipIncorporatedDescription" | "partnershipUnincorporatedDescription" | "partnershipIncorporatedNewEntryFlowDescription" | "partnershipUnincorporatedNewEntryFlowDescription" | "nonProfitOrCharitableOrgTitle" | "nonProfitOrCharitableOrgDescription" | "governmentalOrganizationTitle" | "governmentalOrganizationDescription" | "associationIncorporated" | "associationIncorporatedDescription" | "jobTitle" | "legalStructure" | "entityType" | "registrationDetails" | "registeredAddress" | "registrationAddress" | "registeredAddressHeaderDescription" | "registeredAddressHeaderDescription__NL" | "registeredAddressHeaderDescription__US" | "registeredAddressTrustHeaderDescription" | "operationalAddress" | "provideRegistrationDetails" | "companyStructure" | "providePersonalAddress" | "provideContactDetails" | "correctErrorsResubmit" | "registrationDocument" | "taxDocument" | "companyDetails" | "invalidRegistrationNumber" | "tradingName" | "chamberOfCommerceRegistrationNumber" | "taxId" | "exemptedFromTax" | "doNotHaveTaxIdNumber" | "doNotHaveFirmenbuchnummer" | "doNotHaveOrganisationsnummer" | "doNotHaveYTunnus" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveHandelsregisternummer" | "doNotHaveRegonKrsNumber" | "taxIdAbsenceReason" | "vatNumberExempted" | "vatNumberAbsenceReason" | "belowTaxThreshold" | "industryExemption" | "validationPleaseEnterAValidRegistrationNumber" | "validationPleaseEnterAValidRegistrationNumberWithFormat" | "validationPleaseEnterAValidVatNumber" | "validationPleaseEnterAValidIdNumberWithFormat" | "validationPleaseEnterAValidVatNumberWithFormat" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidTaxIdNumber" | "validationPleaseEnterAValidIRDNumber" | "aValidAbnShouldBe11Digits" | "aValidUenOrGstShouldBe9To10Characters" | "aValidBrnShouldBe8Digits" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidIban" | "yourIbanShouldBeginWith_" | "validation8Or11Characters" | "validationCharacters" | "validationDigitsBetween" | "validationDigits" | "enterValidRegistrationNumber" | "stockExchangeMICHelper" | "stockISINHelper" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidStockISIN" | "shareholderDocument" | "role" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectTheApplicableRoles" | "back" | "next" | "submit" | "submitSuccessful" | "submitFailed" | "submitReviewOfYourData" | "completeReview" | "submitReview" | "undoWithTimer" | "removing" | "cantSetUpAcccount" | "accountCantBeSetUp" | "pleaseNote" | "byClickingSubmitReview" | "nameAndCountry" | "companyCountry" | "accountDetailsDescription" | "provideFewDetailsAboutYourself" | "provideDetails" | "payoutAccountsDescription" | "payoutAccountsDescriptionReview" | "payinAccountsDescription" | "addExtraPayoutAccount" | "addExtraPayinAccount" | "payoutDetails" | "payinDetails" | "addPayoutAccount" | "addPayinAccount" | "failedToFetchPayoutAccount" | "failedToDeletePayoutAccount" | "transferInstrumentDeleted" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "sign" | "signer" | "selectSigner" | "pciSignedSuccessfully" | "pciSignFailed" | "byClickingSignIAcknowledgeAndAgree" | "acknowledgePciRequirements" | "basedOnTheAboveSignatory" | "failedToGetPciStatus" | "failedToGetPciTemplate" | "failedToGetPciTemplateInSelectedLanguageFallbackToEn" | "failedToDownloadPci" | "signServiceAgreement" | "signedDocuments" | "paymentProcessingTerms" | "accountHolderTerms" | "capitalUserTerms" | "pccr" | "businessAccountTerms" | "cardUserTerms" | "franchiseesTAndCs" | "pciDssQuestionnaire" | "serviceAgreementSignedSuccessfully" | "serviceAgreementSignFailed" | "failedToGetServiceAgreementStatus" | "failedToGetServiceAgreement" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "iHaveReadAndIAcceptTheseTerms" | "verified" | "signed" | "invalidRole" | "unableToVerifyTheIdNumber" | "download" | "downloadACopy" | "accountHolder" | "accountHolderDescriptionCompany" | "accountHolderDescriptionIndividual" | "accountHolderDescriptionSoleProp" | "bankAccountToHaveSameNameAsTrust" | "bankAccountHasToBeInYourName" | "orSoleProprietorshipName" | "bankAccountHasToBeInYourCompanyName" | "bankCountry" | "bankAccountCountry" | "currency" | "currencyCode" | "currencyPlaceholder" | "bankAccountNumber" | "swiftCode" | "bic" | "bsbNumber" | "branchCode" | "transitNumber" | "listitemVoidedChequeBankLetterBankStatementOnline" | "instructionNumber" | "institutionNumber" | "sortCode" | "bankCityTown" | "clearingCode" | "bankCode" | "bankName" | "achRoutingNumber" | "decisionMaker" | "decisionMakerDescription" | "owner" | "ownerDescription" | "controllingPerson" | "controllingPersonDescription" | "signatory" | "signatoryDescription" | "director" | "directorDescription" | "provideAllDirectors" | "addDecisionMaker" | "decisionMakers" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "saveAndGoToOverview" | "pleaseEnsureTheFollowing" | "edit" | "remove" | "toggleAssociationMenu" | "editDecisionMakerDetails" | "removeDecisionMaker" | "verifyDecisionMakerDetails" | "goToMenu" | "confirm" | "goToDecisionMakers" | "theSubmitWasSuccessful" | "thereWasAnErrorTryAgain" | "proofOfIdentityCard" | "proofOfIdentityCardNumber" | "proofOfResidence" | "proofOfNationalId" | "backToTaskList" | "proofOfResidenceDocumentTypeLabel" | "utilityBill" | "governmentIssuedCorrespondence" | "taxationDocument" | "extractFromMunicipalPersonalRecordsDatabase" | "salarySlip" | "mortgageStatement" | "certificateOfVoterRegistration" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "documentAddressedToName" | "showAddressStateCountry" | "dateOnDocumentNoOlderThanXMonths" | "fullDocumentVisibleWithReadableText" | "documentCannotBeDamaged" | "verify" | "add" | "idUploadDocumentSubtitle" | "documentNotExpiredOrDamaged" | "weAccept" | "includeFrontAndBack" | "fullDocumentVisible" | "imagesInColor" | "datePlaceholder" | "onlyEnterNormalCharacters" | "verifyCompanyInfoIsUpToDate" | "failedToFetchRelevantDocuments" | "failedToFetchRelevantAccounts" | "processing" | "inReview" | "unsuccessful" | "invalidDateOfBirth" | "invalidDateOfIncorporation" | "successfullyUpdatedDetails" | "failedToUpdateDetails" | "successfullyVerifiedIdNumber" | "failedFetchingDecisionMaker" | "fileUpload" | "bankStatement" | "bankStatementOptional" | "bankAccountVerification" | "bankStatementDocument" | "bankStatementDocumentTypeLabel" | "requirements" | "accountHolderNameMatchesWithBusinessOrTradingName" | "accountNumberOrIbanVisible" | "accountNumberVisible" | "routingNumberVisible" | "showsCountryOfBankAccount" | "hasToBeOfficialDocumentFromBank" | "hasBankStampOrBankSignature" | "ifDocumentMoreThan12months" | "whyDoINeedToFillInThisInformation" | "reasonForFillingCompanyRegistrationDetails" | "reasonForFillingCompanyAddressDetails" | "reasonForFillingIndividualPersonalDetails" | "reasonForFillingIndividualAddressDetails" | "reasonForFillingPayoutAccountDetails" | "reasonForFillingPayoutDetails" | "whatIsTheDifferenceBetweenTheseRoles" | "ownerGuideDescription" | "controllingPersonGuideDescription" | "signatoryGuideDescription" | "directorGuideDescription" | "someoneAppointedToManageACompanysBusinessAndAffairs" | "whatIfDocumentIsMoreThan12MonthsOld" | "descriptionHelper" | "depositTicket" | "screenshotOfOnlineBankingEnviroment" | "officialEmailOrALetterFromYourBank" | "cheques" | "releveDidentiteBancaire" | "successFullyRemovedDecisionMaker" | "failedToRemoveDecisionMaker" | "chamberOfCommerceExtract" | "taxNumberCorporateNumber" | "companyLegalName" | "companyName" | "companyType" | "taxReferenceNumber" | "companyProfile" | "companyNumber" | "RfcDocument" | "companyRegistrationDocument" | "businessName" | "typeOfCompany" | "typeOfIdentity" | "typeOfIdentitySubtitle" | "businessNumber" | "doingBusinessAs" | "taxIdentificationNumber" | "irdDocument" | "irdNumber" | "australianBusinessNumberAbn" | "australianBusinessNumberAcn" | "NZBN/NCN" | "NZBN" | "companyNumberNZ" | "enterpriseNumber" | "NIP" | "NIPC" | "numerodeIVA" | "NIF" | "uen" | "gst" | "iDoNotHaveGst" | "nric" | "hkid" | "NIFdeIVA" | "partitaIVA" | "organisationsnummer" | "momsregistreringsnummer" | "vatNummerMomsregistreringsnummerOrMomsnummer" | "CCIAA" | "UST-ID" | "DIC" | "ICO" | "USt-IdNr" | "handelsregisternummer" | "NumeroDeTVA" | "organisasjonsnummer" | "mvanummer" | "verificationErrorMessage" | "remediationFormErrorMessage" | "youHaveUnsavedChanges" | "areYouSureToLeave" | "cancel" | "save&Leave" | "leave" | "taxIdNumber" | "companyRegistrationNumber" | "companyRegistrationNumber__HK" | "euVatNumber" | "vatNumber" | "vatRegistrationNumber" | "regonKrsNumber" | "registrationNumber" | "identificationNumber" | "whichTypeOfRegistrationNumberDoYouHave" | "whichTypeOfIdNumberDoYouHave" | "whichTypeOfTaxIdNumberDoYouHave" | "regon" | "krsNumber" | "registrationNumber__nonProfit__FR" | "rnaNumber" | "siret" | "registrationNumber__PR" | "employerIdentificationNumber" | "charityNumber" | "firmenbuchnummer" | "firmenbuchnummerOrZVR" | "zentralesVereinsregisterId" | "stepsX/YofForm" | "no" | "yes" | "informationCouldNotBeSubmitted" | "fieldHasUnsupportedFormats" | "updateTheInformation" | "andResubmit" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "trustType" | "businessTrust" | "cashManagementTrust" | "charitableTrust" | "corporateUnitTrust" | "deceasedEstate" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "familyTrust" | "firstHomeSaverAccountsTrust" | "fixedTrust" | "fixedUnitTrust" | "hybridTrust" | "listedPublicUnitTrust" | "otherTrust" | "pooledSuperannuationTrust" | "publicTradingTrust" | "unlistedPublicUnitTrust" | "countryOfEstablishment" | "nameOfTrustAgreement" | "typeOfTrustAgreement" | "objectOfCharitableTrust" | "objectOfTrust" | "pleaseProvideThePurposeOfCharitableTrust" | "weFoundTheFollowingIssues" | "reviewTheInformationBelowAndCorrectMistakesOr" | "uploadTheRequestedDocuments" | "uploadTheFollowingDocuments" | "uploadDocumentAndDocument" | "thenResubmit" | "isTrustOperationAddressSame" | "trustDetails" | "trustDetailsDescription" | "trustDocumentDescription" | "nameOfTrust" | "fullLegalNamesOfAnyAppointers" | "dateDeedWasSigned" | "settlerDetailsIncl" | "trusteeDetailsIncl" | "beneficiariesDetailsIncl" | "trustMembers" | "trustMembersDescription" | "trustee" | "obligatory" | "requiredIfApplicable" | "provideAtLeastOneSettlor" | "provideAtLeastOneProtector" | "provideAllBeneficiaries" | "provideAllTrustees" | "provideAllControllingPersons" | "settlorGuideDescription" | "trusteeGuideDescription" | "protectorGuideDescription" | "beneficiaryGuideDescription" | "uboThroughControlGuideDescription" | "uboThroughOwnershipGuideDescription" | "beneficiary" | "protector" | "settlor" | "ultimateBeneficialOwner" | "addTrustMember" | "personAppointmentUnderTrustInstrument" | "legalOwnerOfProperty" | "entityEstablishingTrust" | "entityOwning25OrMoreOfTrust" | "controllingPersonOfTrust" | "failedToFetchTrustDetails" | "failedToFetchTrustMemberDetails" | "failedToFetchLegalEntityDetails" | "editTrustMember" | "removeTrustMember" | "successFullyRemovedTrustMember" | "failedToRemoveTrustMember" | "editEntityDetails" | "editOwnerOfTrustMember" | "editEntityOwner" | "addEntityOwner" | "addOwnerToTrustMember" | "whatTypeOfYourMembersEntity" | "naturalPersonTitle" | "naturalPersonDescription" | "businessEntityTitle" | "businessEntityDescription" | "roleAndEntityType" | "helpUsVerifyCompany" | "providePersonalDetailsOfOwner" | "memberDetails" | "good" | "notCutOff" | "notBlurry" | "notExpired" | "noGlare" | "selectDocumentType" | "registrationDocumentSubTitle" | "documentIssuedByGovernmentAuthority" | "uploadTaxationDocument" | "containsNameOfCompany" | "documentShowsTaxIdOfCompany" | "issuedByTheTaxAuthority" | "providePageWithPhotoAndCode" | "constitutionalDocument" | "constitutionalDocument__header" | "constitutionalDocument__headerDescription" | "solePropDetails" | "soleProprietorDetails" | "soleProprietorshipDetails" | "selectAccountHolder" | "nameOfBankAccountHolder" | "whatBestDescribesYourBusinessSetup" | "whichLegalArrangementDoesYourBusinessHave" | "sorryWeCantSetUpAnAccountForYou" | "changeYourBusinessSetup" | "someInformationWillNotBeSaved" | "yesChange" | "youAreNotSoleProprietorAndUseBankAccount" | "soleProprietorship" | "youAreRegisteredSoleProprietorAndUseBankAccount" | "company" | "youUseCompanyBankAccount" | "trust" | "trustPartnershipOrAssociation" | "whatTypeOfTrusteeAreYou" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation" | "individualTrustee" | "companyTrustee" | "association" | "partnership" | "youAreTrusteeManagingTheTrustForBeneficiaries" | "jointlyOwnedBusinessWhereTwoOrMorePeopleOperateAndShareProfits" | "groupOfPeopleActingTogetherForNonCommercialPurpose" | "ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "myName" | "setUpYourAccount" | "yourBusinessSetup" | "myNameDescription" | "mySoleProprietorName" | "mySoleProprietorNameDescription" | "theCompanyIWorkFor" | "theCompanyIWorkForDescription" | "aTrust" | "aTrustDescription" | "aPartnership" | "aPartnershipDescription" | "anAssociation" | "anAssociationDescription" | "legalNameOfSoleProprietor" | "legalNameOfSoleProprietorship" | "letUsKnowTheBankAccountToSendReceiveFunds" | "bankAccount" | "bankAccountDetails" | "addExtraBankAccount" | "addAndVerifyYourBankDetails" | "failedToFetchSoleProp" | "uniqueIdentificationCode" | "identifikacionenNomerDDS" | "MBS" | "PDVIdBrojOIB" | "cyRegistrationNumber" | "arithmosEngraphes" | "btwNummer" | "momsregistreringsnummerOrStamregister" | "momsregistreringsnummerCVR" | "stamregister" | "registrikood" | "kaibemaksukohustuslaseNumber" | "YTunnus" | "arvonlisaveronumeroMervardesskattenummer" | "GEMI-number" | "grTaxId" | "huRegistrationNumber" | "huTaxId" | "lvRegistrationNumber" | "lvTaxId" | "ltRegistrationNumber" | "mcRegistrationNumberSoleProp" | "PVMmoketojoKodas" | "luRegistrationNumber" | "numeroDIdentificationALATaxe" | "numarOrdineRegistrulComertului" | "codulDeIdentificareFiscala" | "skRegistrationNumber" | "skTaxId" | "siRegistrationNumber" | "siTaxId" | "chRegistrationNumber" | "mcRegistrationNumber" | "liRegistrationNumber" | "Mehrwertsteuernummer" | "enterNDigitsForExample" | "enterNCharactersForExample" | "enterXToYDigitsForExample" | "enterXToYCharactersForExample" | "enterXToYCharactersWithAMixForExample" | "enterAMaximumOfNDigitsForExample" | "enterAMaximumOfNMoreDigitsForExample" | "enterAMaximumOfNCharactersForExample" | "enterAMaximumOfNCharactersWithAMixForExample" | "enterNDigitsAndThen1LetterForExample" | "enter1LetterAndThenNDigitsForExample" | "enter1LetterAndThenXToYDigitsForExample" | "enterNLettersAndThenXToYDigitsForExample" | "enterXToYLettersAndThenWToZDigitsForExample" | "enterTheRemainingNDigitsForExample" | "enterTheRemainingXToYDigitsForExample" | "enterTheRemainingNCharactersForExample" | "enterTheRemainingXToYCharactersForExample" | "enterTheRemainingNDigitsThenXToYLettersForExample" | "provideAllOwners" | "ifNoOwnersSpecifyControllingPersons" | "provideAtLeastOneSignatory" | "provideOneControllingPerson" | "textToVerifyAccount" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theBankAccountHolderMustBeInYourName_" | "weDoNotYetSupportInstantVerificationForBankAccountsIn_" | "youCanOnlyUseABankAccountInTheCountryWhereYourCompanyIsRegistered" | "youCanOnlyUseABankAccountInTheCountryWhereYouLive" | "mobileApplication" | "onOnlineBankingEnvironment" | "dontHaveAccessOnlineBanking" | "confirmPayoutManually" | "noteManualTakesLonger" | "accountVerification" | "verifyWith" | "documentVerification" | "youHaveSuccessfullyProvidedTheIdDocument" | "submitIdDocumentsAgain" | "madeAMistake" | "canNotCompleteInstantVerification" | "goBackAndProvideDocumentScans" | "identityCard" | "uploadOneOfTheFollowing" | "uploadOneOfTheseDocuments" | "documentIssuedWithinLastYear" | "learnMore" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "businessRegistrationDocument__FR" | "taxFiling" | "taxFiling__US" | "einVerificationLetter" | "areYouACompany" | "singingUpAsIndividualButLooksLikeYouAreACompany" | "wouldYouLikeToSignUpAsCompanyInstead" | "areYouAnIndividual" | "singingUpAsCompanyButLooksLikeYouAreAnIndividual" | "wouldYouLikeToSignUpAsIndividualInstead" | "continue" | "noGoBack" | "continueCompany" | "continueIndividual" | "addManually" | "searchAddress" | "startTypingTheAddress" | "addresses" | "loading" | "businessIncorporationNumber" | "doNotHaveBusinessIncorporationNumber" | "verificationMethod" | "verifyViaMobileBankAppOrBankWebsite" | "provideAccountDetailsAndUploadBankStatement" | "instantVerificationDescription" | "couldNotEstablishBankConnection" | "sorryAnErrorOccurred" | "ranIntoTechnicalError" | "failedInitializeInstantVerification" | "couldNotCompleteAccountCheck" | "tryAgainOrManualAccountDetails" | "manualVerificationDescription" | "poweredBy" | "youSuccessfullyVerifiedAccount" | "verifyBankAccountAgain" | "accountName" | "mayTakeAFewHoursOrDays" | "instant" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "howDoesVerificationWithOurPartnerWorks" | "selectTheBankToReceivePayouts" | "bankAccountFormat" | "ibanFormat" | "localFormat" | "payoutInOnly_" | "payoutIn_Or_" | "loginIntoYourBankingEnvironment" | "yourBankWillConfirmYourAccountDetails" | "adyenWillOnlyGetTemporaryAccess" | "instantVerification" | "xCharactersLeft" | "goBack" | "doNotHaveBusinessNumber" | "enterNameExactlyAsAppearInID" | "enterLastNameExactlyAsAppearInID" | "takePhotoOriginalDocumentWithPhone" | "instantIDVerificationDescription" | "manualIDVerificationDescription" | "uploadScanOriginalIDDocument" | "takesLonger" | "howVerificationWithOnfidoWork" | "onfidoIsOurTrustedPartner" | "usePhoneToScanId" | "onfidoWillGiveFeedbackInRealTime" | "theIdCheckWillBeAutomaticallyValidated" | "adyenKeepsDataAsLongAsLegallyRequired" | "requiresSignatory" | "requiresDecisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "undefinedBeneficiary" | "undefinedBeneficiaryDescription" | "description" | "descriptionOptional" | "describeWhoIsABeneficiaryInYourTrust" | "descriptionUndefinedBeneficiary" | "undefinedBeneficiaryGuideDescription" | "identityCardBack" | "identityCardFront" | "drivinglicenseBack" | "drivinglicenseFront" | "passportPhotoPage" | "residencePermitBack" | "residencePermitFront" | "manualUpload" | "missingMultipleDecisionMakers" | "legalCompanyName" | "legalCompanyName__helperText" | "legalCompanyName__helperText__AU" | "legalCompanyName__helperText__NL" | "legalCompanyName__helperText__US" | "legalCompanyName__helperText__SG" | "legalCompanyName__helperText__HK" | "taxInformationNumber" | "taxInformationNumber__US" | "taxInformationNumber__helperText__US" | "businessRegistrationNumber" | "businessRegistrationNumber__optional" | "businessRegistrationNumber__HK" | "businessRegistrationNumber__helperText__US" | "businessRegistrationNumber__placeholder__US" | "stockExchangeMIC" | "stockExchangeMIC__US" | "stockExchangeMIC__placeholder__US" | "stockExchangeMIC__helperText" | "stockISIN" | "stockISIN__US" | "stockISIN__placeholder__US" | "stockISIN__helperText" | "companyLookupResultsHeader" | "companyLookupResultsHeader__searching" | "companyLookupResultsHeader__verifying" | "companyLookupResultsHeader__noResults" | "companyLookupResultsHeader__results" | "companyLookupResultsHeader__searchFailure" | "companyLookupResultsHeaderDescription__noResults" | "companyLookupResultsHeaderDescription__results" | "companyLookupResultsHeaderDescription__searchFailure" | "companyLookupResultsListAlert__title__verified" | "companyLookupResultsListAlert__title__warning" | "companyLookupResultsListAlert__title__error" | "companyLookupResultsListAlert__description__warning" | "companyBasicsFormName" | "companyRegistrationAddressFormName" | "companyRegistrationAddressFormDescription" | "companyStructureFormName" | "companyStructureFormDescription" | "companyOtherDetailsFormName" | "companyRegistrationDocumentFormName" | "companyRegistrationDocumentFormDescription" | "companyTaxDocumentFormName" | "companyTaxDocumentFormDescription" | "errorMessage_1_10" | "errorMessage_1_11" | "errorMessage_1_12" | "errorMessage_1_30" | "errorMessage_1_31" | "errorMessage_1_32" | "errorMessage_1_33" | "errorMessage_1_34" | "errorMessage_1_35" | "errorMessage_1_36" | "errorMessage_1_37" | "errorMessage_1_38" | "errorMessage_1_39" | "errorMessage_1_40" | "errorMessage_1_41" | "errorMessage_1_50" | "errorMessage_1_51" | "errorMessage_1_52" | "errorMessage_1_53" | "errorMessage_1_54" | "errorMessage_1_55" | "errorMessage_1_56" | "errorMessage_1_57" | "errorMessage_1_60" | "errorMessage_1_61" | "errorMessage_1_62" | "errorMessage_1_70" | "errorMessage_1_71" | "errorMessage_1_72" | "errorMessage_1_73" | "errorMessage_1_74" | "errorMessage_1_75" | "errorMessage_1_76" | "errorMessage_1_1000" | "errorMessage_1_1001" | "errorMessage_1_1002" | "errorMessage_1_1003" | "errorMessage_1_3000" | "errorMessage_1_3001" | "errorMessage_1_3002" | "errorMessage_1_3003" | "errorMessage_1_3004" | "errorMessage_1_3005" | "errorMessage_1_3006" | "errorMessage_1_3007" | "errorMessage_1_3008" | "errorMessage_1_3009" | "errorMessage_1_3010" | "errorMessage_1_3011" | "errorMessage_1_3012" | "errorMessage_1_3013" | "errorMessage_1_3014" | "errorMessage_1_3015" | "errorMessage_1_3016" | "errorMessage_1_3017" | "errorMessage_1_3018" | "errorMessage_1_3019" | "errorMessage_1_3020" | "errorMessage_1_3021" | "errorMessage_1_3022" | "errorMessage_1_3023" | "errorMessage_1_3024" | "errorMessage_1_3025" | "errorMessage_1_3026" | "errorMessage_1_3027" | "errorMessage_1_3028" | "errorMessage_1_3029" | "errorMessage_1_3030" | "errorMessage_1_3031" | "errorMessage_1_3032" | "errorMessage_1_3033" | "errorMessage_1_3034" | "errorMessage_1_3035" | "errorMessage_1_3036" | "errorMessage_1_3037" | "errorMessage_1_3038" | "errorMessage_1_3039" | "errorMessage_1_3040" | "errorMessage_1_3041" | "errorMessage_1_3042" | "errorMessage_1_3043" | "errorMessage_1_3044" | "errorMessage_1_3045" | "errorMessage_1_3046" | "errorMessage_1_3047" | "errorMessage_1_3048" | "errorMessage_1_3049" | "errorMessage_1_3050" | "errorMessage_1_3051" | "errorMessage_1_3052" | "errorMessage_1_3062" | "errorMessage_1_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_6000" | "errorMessage_1_6001" | "errorMessage_1_6002" | "errorMessage_1_6003" | "errorMessage_1_6004" | "errorMessage_1_6005" | "errorMessage_1_6006" | "errorMessage_1_6007" | "errorMessage_1_6008" | "errorMessage_1_6009" | "errorMessage_1_6010" | "errorMessage_1_6011" | "errorMessage_1_6012" | "errorMessage_1_6013" | "errorMessage_1_6014" | "errorMessage_1_6015" | "errorMessage_1_6016" | "errorMessage_1_6017" | "errorMessage_1_6018" | "errorMessage_1_6019" | "errorMessage_1_6020" | "errorMessage_1_6021" | "errorMessage_1_6022" | "errorMessage_1_6023" | "errorMessage_1_6024" | "errorMessage_1_6025" | "errorMessage_1_6026" | "errorMessage_1_6027" | "errorMessage_1_6028" | "errorMessage_1_6029" | "errorMessage_1_6030" | "errorMessage_1_6031" | "errorMessage_1_6032" | "errorMessage_1_6033" | "errorMessage_1_6034" | "errorMessage_1_6035" | "errorMessage_1_6036" | "errorMessage_1_6037" | "errorMessage_1_6038" | "errorMessage_1_6039" | "errorMessage_1_6040" | "errorMessage_1_6041" | "errorMessage_1_6042" | "errorMessage_1_6044" | "errorMessage_1_6045" | "errorMessage_1_6046" | "errorMessage_1_6047" | "errorMessage_1_6048" | "errorMessage_1_6049" | "errorMessage_1_7000" | "errorMessage_1_7001" | "errorMessage_1_7002" | "errorMessage_1_7003" | "errorMessage_1_7004" | "errorMessage_1_7005" | "errorMessage_1_7006" | "errorMessage_1_7007" | "errorMessage_1_7008" | "errorMessage_1_7009" | "errorMessage_1_7010" | "errorMessage_1_7011" | "errorMessage_1_7012" | "errorMessage_1_7013" | "errorMessage_1_7014" | "errorMessage_1_7015" | "errorMessage_1_7016" | "errorMessage_1_7017" | "errorMessage_1_7018" | "errorMessage_1_7019" | "errorMessage_1_7020" | "errorMessage_1_7021" | "errorMessage_1_7022" | "errorMessage_2_8064" | "errorMessage_2_8067" | "errorMessage_2_8189" | "errorMessage_2_8193" | "errorMessage_3_10" | "remediationMessage_1_100" | "remediationMessage_1_101" | "remediationMessage_1_102" | "remediationMessage_2_158" | "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_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_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_2_123" | "remediationMessage_2_124" | "remediationMessage_2_151" | "remediationMessage_2_185" | "remediationMessage_3_100" | "sameNameAsLegalName" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "whereToFindNumbersOnDriversLicense__NZ" | "iStillCantFindIt" | "patriotActDisclosureTitle" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "trusteeAsTrusteeForTrust" | "trusteeAsTrusteeForTrustDoingBusinessAs" | "trustDeed" | "trustInstrument" | "makeSureToHaveYourTrustDeed" | "maintenanceModeMessage" | "individualTrusteeDetails" | "companyTrusteeDetails" | "trusteePersonalDetails" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "whichOfTheseApplyToTheSettlor" | "contributionBelowThreshold" | "professionalServiceProvider" | "deceased" | "noneOfTheAbove" | "settlorExemptionReason" | "otherInformation" | "firstNameOfSettlor" | "lastNameOfSettlor" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "introductionScreenPrologueTitle" | "introductionScreenPrologueDescriptionP1" | "introductionScreenPrologueDescriptionP2" | "introductionScreenCompanyTitle" | "introductionScreenCompanyDescriptionP1" | "introductionScreenCompanyDescriptionP2" | "introductionScreenCompanyDescriptionLI1" | "introductionScreenIndividualTitle" | "introductionScreenIndividualDescriptionP1" | "introductionScreenIndividualDescriptionP2" | "introductionScreenIndividualDescriptionLI1" | "introductionScreenIndividualDescriptionLI2" | "introductionScreenIndividualDescriptionLI3" | "introductionScreenDecisionMakerTitle" | "introductionScreenDecisionMakerDescriptionP1" | "introductionScreenDecisionMakerDescriptionP2" | "introductionScreenDecisionMakerDescriptionLI1" | "introductionScreenDecisionMakerDescriptionLI2" | "introductionScreenDecisionMakerDescriptionLI3" | "introductionScreenSoleProprietorCompanyTitle" | "introductionScreenSoleProprietorCompanyDescriptionP1" | "introductionScreenSoleProprietorCompanyDescriptionP2" | "introductionScreenSoleProprietorCompanyDescriptionLI1" | "introductionScreenTrustTitle" | "introductionScreenTrustDescriptionP1" | "introductionScreenTrustDescriptionP2" | "introductionScreenTrustDescriptionLI1" | "introductionScreenTrustMemberTitle" | "introductionScreenTrustMemberDescriptionP1" | "introductionScreenTrustMemberDescriptionP2" | "introductionScreenTrustMemberDescriptionLI1" | "introductionScreenTrustMemberDescriptionLI2" | "introductionScreenTrustMemberDescriptionLI3" | "introductionScreenAccountTitle" | "introductionScreenAccountDescriptionP1" | "introductionScreenAccountDescriptionP2" | "introductionScreenEpilogueTitle" | "introductionScreenEpilogueDescriptionP1" | "introductionScreenEpilogueDescriptionP2";
|
|
9
|
+
export declare const getKeyForField: (fieldName: string, country: CountryCode) => "number" | "iban" | "SST" | "RFC" | "CNPJ" | "MBO" | "CVR-nummer" | "close" | "individual" | "payoutAccount" | "payinAccount" | "firstName" | "lastName" | "country" | "street" | "otherAddressInformation" | "postalCode" | "city" | "cityTown" | "state" | "region" | "provinceOrTerritory" | "selectProvinceOrTerritory" | "zipCode" | "apartmentSuite" | "apartmentSuiteOptional" | "phoneNumber" | "email" | "birthdate" | "code" | "invalidEmail" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "invalidPhoneNumber" | "birthDate" | "idNumber" | "selectState" | "selectCountry" | "search" | "noOptionsFound" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SINFormatCA" | "invalidFormat" | "formatIsCorrect" | "fieldIsRequired" | "tooManyFiles" | "duplicatedFiles" | "unsupportedFiletype" | "maximumFileSizeExceeded" | "personalDetails" | "invalidBirthDate" | "address" | "contactDetails" | "uploadDocument" | "individualDetails" | "last4DigitsOfSocialSecurityNumber" | "socialSecurityNumber9Digits" | "socialInsuranceNumber" | "codiceFiscale" | "personnummer" | "dni" | "nie" | "peselNumber" | "detCentralePersonregister" | "codNumericPersonal" | "cadastroDePessoasFisicas" | "invalidFormatExpects" | "invalidFormatForAuPassportNumber" | "invalidFormatForNZPassportNumber" | "invalidFormatForAuDriversLicenseNumber" | "invalidFormatForNZDriversLicenseNumber" | "invalidFormatForAuDriversLicenseCardNumber" | "invalidFormatForNZDriversLicenseCardNumber" | "invalidFormatForHKPassportNumber" | "invalidFormatForHKDriversLicenseNumber" | "invalidFormatForHKIdentityCardNumber" | "invalidFormatIdentityNumberBR" | "invalidFormatIdentityNumberDK" | "invalidFormatIdentityNumberCA" | "invalidFormatIdentityNumberIT" | "invalidFormatIdentityNumberPL" | "invalidFormatIdentityNumberRO" | "invalidFormatIdentityNumberES" | "invalidFormatIdentityNumberSE" | "invalidFormatIdentityNumberUS" | "invalidFormatIdentityNumberUS9" | "invalidFormatIdentityNumberSG" | "invalidFormatIdentityNumberHK" | "invalidFormatBankStatementDescription" | "residencyCountry" | "stateOrProvince" | "selectStateOrProvince" | "dragYourFilesHereOr" | "browse" | "supports" | "complete" | "summary" | "selectDocument" | "passport" | "passportNumber" | "id" | "driversLicense" | "issuerState" | "licenseNumber" | "driverLicense" | "licenseCardNumber" | "licenceVersionNumber" | "documents" | "idDocument" | "documentType" | "frontPage" | "backPage" | "fileName" | "nationality" | "dateOfIncorporation" | "passportExpiryDate" | "proofOfNationality" | "identityNumberExempt__US" | "identityNumberExempt__CA" | "uploadDocumentForSsn" | "uploadDocumentForNric" | "operationalAddressHeader" | "operationalAddressHeaderDescription" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "operationalAddressIsNotSameItemName" | "verifyPrefilledInfoIsCorrect" | "legalStructureHeader" | "whatTypeOfCompanyDoYouHave" | "privateCompanyTitle" | "privateCompanyDescription" | "publicCompanyTitle" | "publicCompanyDescription" | "partnershipIncorporated" | "partnershipUnincorporated" | "partnershipIncorporatedDescription" | "partnershipUnincorporatedDescription" | "partnershipIncorporatedNewEntryFlowDescription" | "partnershipUnincorporatedNewEntryFlowDescription" | "nonProfitOrCharitableOrgTitle" | "nonProfitOrCharitableOrgDescription" | "governmentalOrganizationTitle" | "governmentalOrganizationDescription" | "associationIncorporated" | "associationIncorporatedDescription" | "jobTitle" | "legalStructure" | "entityType" | "registrationDetails" | "registeredAddress" | "registrationAddress" | "registeredAddressHeaderDescription" | "registeredAddressHeaderDescription__NL" | "registeredAddressHeaderDescription__US" | "registeredAddressTrustHeaderDescription" | "operationalAddress" | "provideRegistrationDetails" | "companyStructure" | "providePersonalAddress" | "provideContactDetails" | "correctErrorsResubmit" | "registrationDocument" | "taxDocument" | "companyDetails" | "invalidRegistrationNumber" | "tradingName" | "chamberOfCommerceRegistrationNumber" | "taxId" | "exemptedFromTax" | "doNotHaveTaxIdNumber" | "doNotHaveFirmenbuchnummer" | "doNotHaveOrganisationsnummer" | "doNotHaveYTunnus" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveHandelsregisternummer" | "doNotHaveRegonKrsNumber" | "taxIdAbsenceReason" | "vatNumberExempted" | "vatAbsenceReason" | "belowTaxThreshold" | "industryExemption" | "validationPleaseEnterAValidRegistrationNumber" | "validationPleaseEnterAValidRegistrationNumberWithFormat" | "validationPleaseEnterAValidVatNumber" | "validationPleaseEnterAValidIdNumberWithFormat" | "validationPleaseEnterAValidVatNumberWithFormat" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidTaxIdNumber" | "validationPleaseEnterAValidIRDNumber" | "aValidAbnShouldBe11Digits" | "aValidUenOrGstShouldBe9To10Characters" | "aValidBrnShouldBe8Digits" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidIban" | "yourIbanShouldBeginWith_" | "validation8Or11Characters" | "validationCharacters" | "validationDigitsBetween" | "validationDigits" | "enterValidRegistrationNumber" | "stockExchangeMICHelper" | "stockISINHelper" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidStockISIN" | "shareholderDocument" | "role" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectTheApplicableRoles" | "back" | "next" | "submit" | "submitSuccessful" | "submitFailed" | "submitReviewOfYourData" | "completeReview" | "submitReview" | "undoWithTimer" | "removing" | "cantSetUpAcccount" | "accountCantBeSetUp" | "pleaseNote" | "byClickingSubmitReview" | "nameAndCountry" | "companyCountry" | "accountDetailsDescription" | "provideFewDetailsAboutYourself" | "provideDetails" | "payoutAccountsDescription" | "payoutAccountsDescriptionReview" | "payinAccountsDescription" | "addExtraPayoutAccount" | "addExtraPayinAccount" | "payoutDetails" | "payinDetails" | "addPayoutAccount" | "addPayinAccount" | "failedToFetchPayoutAccount" | "failedToDeletePayoutAccount" | "transferInstrumentDeleted" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "sign" | "signer" | "selectSigner" | "pciSignedSuccessfully" | "pciSignFailed" | "byClickingSignIAcknowledgeAndAgree" | "acknowledgePciRequirements" | "basedOnTheAboveSignatory" | "failedToGetPciStatus" | "failedToGetPciTemplate" | "failedToGetPciTemplateInSelectedLanguageFallbackToEn" | "failedToDownloadPci" | "signServiceAgreement" | "signedDocuments" | "paymentProcessingTerms" | "accountHolderTerms" | "capitalUserTerms" | "pccr" | "businessAccountTerms" | "cardUserTerms" | "franchiseesTAndCs" | "pciDssQuestionnaire" | "serviceAgreementSignedSuccessfully" | "serviceAgreementSignFailed" | "failedToGetServiceAgreementStatus" | "failedToGetServiceAgreement" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "iHaveReadAndIAcceptTheseTerms" | "verified" | "signed" | "invalidRole" | "unableToVerifyTheIdNumber" | "download" | "downloadACopy" | "accountHolder" | "accountHolderDescriptionCompany" | "accountHolderDescriptionIndividual" | "accountHolderDescriptionSoleProp" | "bankAccountToHaveSameNameAsTrust" | "bankAccountHasToBeInYourName" | "orSoleProprietorshipName" | "bankAccountHasToBeInYourCompanyName" | "bankCountry" | "bankAccountCountry" | "currency" | "currencyCode" | "currencyPlaceholder" | "bankAccountNumber" | "swiftCode" | "bic" | "bsbNumber" | "branchCode" | "transitNumber" | "listitemVoidedChequeBankLetterBankStatementOnline" | "instructionNumber" | "institutionNumber" | "sortCode" | "bankCityTown" | "clearingCode" | "bankCode" | "bankName" | "achRoutingNumber" | "decisionMaker" | "decisionMakerDescription" | "owner" | "ownerDescription" | "controllingPerson" | "controllingPersonDescription" | "signatory" | "signatoryDescription" | "director" | "directorDescription" | "provideAllDirectors" | "addDecisionMaker" | "decisionMakers" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "saveAndGoToOverview" | "pleaseEnsureTheFollowing" | "edit" | "remove" | "toggleAssociationMenu" | "editDecisionMakerDetails" | "removeDecisionMaker" | "verifyDecisionMakerDetails" | "goToMenu" | "confirm" | "goToDecisionMakers" | "theSubmitWasSuccessful" | "thereWasAnErrorTryAgain" | "proofOfIdentityCard" | "proofOfIdentityCardNumber" | "proofOfResidence" | "proofOfNationalId" | "backToTaskList" | "proofOfResidenceDocumentTypeLabel" | "utilityBill" | "governmentIssuedCorrespondence" | "taxationDocument" | "extractFromMunicipalPersonalRecordsDatabase" | "salarySlip" | "mortgageStatement" | "certificateOfVoterRegistration" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "documentAddressedToName" | "showAddressStateCountry" | "dateOnDocumentNoOlderThanXMonths" | "fullDocumentVisibleWithReadableText" | "documentCannotBeDamaged" | "verify" | "add" | "idUploadDocumentSubtitle" | "documentNotExpiredOrDamaged" | "weAccept" | "includeFrontAndBack" | "fullDocumentVisible" | "imagesInColor" | "datePlaceholder" | "onlyEnterNormalCharacters" | "verifyCompanyInfoIsUpToDate" | "failedToFetchRelevantDocuments" | "failedToFetchRelevantAccounts" | "processing" | "inReview" | "unsuccessful" | "invalidDateOfBirth" | "invalidDateOfIncorporation" | "successfullyUpdatedDetails" | "failedToUpdateDetails" | "successfullyVerifiedIdNumber" | "failedFetchingDecisionMaker" | "fileUpload" | "bankStatement" | "bankStatementOptional" | "bankAccountVerification" | "bankStatementDocument" | "bankStatementDocumentTypeLabel" | "requirements" | "accountHolderNameMatchesWithBusinessOrTradingName" | "accountNumberOrIbanVisible" | "accountNumberVisible" | "routingNumberVisible" | "showsCountryOfBankAccount" | "hasToBeOfficialDocumentFromBank" | "hasBankStampOrBankSignature" | "ifDocumentMoreThan12months" | "whyDoINeedToFillInThisInformation" | "reasonForFillingCompanyRegistrationDetails" | "reasonForFillingCompanyAddressDetails" | "reasonForFillingIndividualPersonalDetails" | "reasonForFillingIndividualAddressDetails" | "reasonForFillingPayoutAccountDetails" | "reasonForFillingPayoutDetails" | "whatIsTheDifferenceBetweenTheseRoles" | "ownerGuideDescription" | "controllingPersonGuideDescription" | "signatoryGuideDescription" | "directorGuideDescription" | "someoneAppointedToManageACompanysBusinessAndAffairs" | "whatIfDocumentIsMoreThan12MonthsOld" | "descriptionHelper" | "depositTicket" | "screenshotOfOnlineBankingEnviroment" | "officialEmailOrALetterFromYourBank" | "cheques" | "releveDidentiteBancaire" | "successFullyRemovedDecisionMaker" | "failedToRemoveDecisionMaker" | "chamberOfCommerceExtract" | "taxNumberCorporateNumber" | "companyLegalName" | "companyName" | "companyType" | "taxReferenceNumber" | "companyProfile" | "companyNumber" | "RfcDocument" | "companyRegistrationDocument" | "businessName" | "typeOfCompany" | "typeOfIdentity" | "typeOfIdentitySubtitle" | "businessNumber" | "doingBusinessAs" | "taxIdentificationNumber" | "irdDocument" | "irdNumber" | "australianBusinessNumberAbn" | "australianBusinessNumberAcn" | "NZBN/NCN" | "NZBN" | "companyNumberNZ" | "enterpriseNumber" | "NIP" | "NIPC" | "numerodeIVA" | "NIF" | "uen" | "gst" | "iDoNotHaveGst" | "nric" | "hkid" | "NIFdeIVA" | "partitaIVA" | "organisationsnummer" | "momsregistreringsnummer" | "vatNummerMomsregistreringsnummerOrMomsnummer" | "CCIAA" | "UST-ID" | "DIC" | "ICO" | "USt-IdNr" | "handelsregisternummer" | "NumeroDeTVA" | "organisasjonsnummer" | "mvanummer" | "verificationErrorMessage" | "remediationFormErrorMessage" | "youHaveUnsavedChanges" | "areYouSureToLeave" | "cancel" | "save&Leave" | "leave" | "taxIdNumber" | "companyRegistrationNumber" | "companyRegistrationNumber__HK" | "euVatNumber" | "vatNumber" | "vatRegistrationNumber" | "regonKrsNumber" | "registrationNumber" | "identificationNumber" | "whichTypeOfRegistrationNumberDoYouHave" | "whichTypeOfIdNumberDoYouHave" | "whichTypeOfTaxIdNumberDoYouHave" | "regon" | "krsNumber" | "registrationNumber__nonProfit__FR" | "rnaNumber" | "siret" | "registrationNumber__PR" | "employerIdentificationNumber" | "charityNumber" | "firmenbuchnummer" | "firmenbuchnummerOrZVR" | "zentralesVereinsregisterId" | "stepsX/YofForm" | "no" | "yes" | "informationCouldNotBeSubmitted" | "fieldHasUnsupportedFormats" | "updateTheInformation" | "andResubmit" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "trustType" | "businessTrust" | "cashManagementTrust" | "charitableTrust" | "corporateUnitTrust" | "deceasedEstate" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "familyTrust" | "firstHomeSaverAccountsTrust" | "fixedTrust" | "fixedUnitTrust" | "hybridTrust" | "listedPublicUnitTrust" | "otherTrust" | "pooledSuperannuationTrust" | "publicTradingTrust" | "unlistedPublicUnitTrust" | "countryOfEstablishment" | "nameOfTrustAgreement" | "typeOfTrustAgreement" | "objectOfCharitableTrust" | "objectOfTrust" | "pleaseProvideThePurposeOfCharitableTrust" | "weFoundTheFollowingIssues" | "reviewTheInformationBelowAndCorrectMistakesOr" | "uploadTheRequestedDocuments" | "uploadTheFollowingDocuments" | "uploadDocumentAndDocument" | "thenResubmit" | "isTrustOperationAddressSame" | "trustDetails" | "trustDetailsDescription" | "trustDocumentDescription" | "nameOfTrust" | "fullLegalNamesOfAnyAppointers" | "dateDeedWasSigned" | "settlerDetailsIncl" | "trusteeDetailsIncl" | "beneficiariesDetailsIncl" | "trustMembers" | "trustMembersDescription" | "trustee" | "obligatory" | "requiredIfApplicable" | "provideAtLeastOneSettlor" | "provideAtLeastOneProtector" | "provideAllBeneficiaries" | "provideAllTrustees" | "provideAllControllingPersons" | "settlorGuideDescription" | "trusteeGuideDescription" | "protectorGuideDescription" | "beneficiaryGuideDescription" | "uboThroughControlGuideDescription" | "uboThroughOwnershipGuideDescription" | "beneficiary" | "protector" | "settlor" | "ultimateBeneficialOwner" | "addTrustMember" | "personAppointmentUnderTrustInstrument" | "legalOwnerOfProperty" | "entityEstablishingTrust" | "entityOwning25OrMoreOfTrust" | "controllingPersonOfTrust" | "failedToFetchTrustDetails" | "failedToFetchTrustMemberDetails" | "failedToFetchLegalEntityDetails" | "editTrustMember" | "removeTrustMember" | "successFullyRemovedTrustMember" | "failedToRemoveTrustMember" | "editEntityDetails" | "editOwnerOfTrustMember" | "editEntityOwner" | "addEntityOwner" | "addOwnerToTrustMember" | "whatTypeOfYourMembersEntity" | "naturalPersonTitle" | "naturalPersonDescription" | "businessEntityTitle" | "businessEntityDescription" | "roleAndEntityType" | "helpUsVerifyCompany" | "providePersonalDetailsOfOwner" | "memberDetails" | "good" | "notCutOff" | "notBlurry" | "notExpired" | "noGlare" | "selectDocumentType" | "registrationDocumentSubTitle" | "documentIssuedByGovernmentAuthority" | "uploadTaxationDocument" | "containsNameOfCompany" | "documentShowsTaxIdOfCompany" | "issuedByTheTaxAuthority" | "providePageWithPhotoAndCode" | "constitutionalDocument" | "constitutionalDocument__header" | "constitutionalDocument__headerDescription" | "solePropDetails" | "soleProprietorDetails" | "soleProprietorshipDetails" | "selectAccountHolder" | "nameOfBankAccountHolder" | "whatBestDescribesYourBusinessSetup" | "whichLegalArrangementDoesYourBusinessHave" | "sorryWeCantSetUpAnAccountForYou" | "changeYourBusinessSetup" | "someInformationWillNotBeSaved" | "yesChange" | "youAreNotSoleProprietorAndUseBankAccount" | "soleProprietorship" | "youAreRegisteredSoleProprietorAndUseBankAccount" | "company" | "youUseCompanyBankAccount" | "trust" | "trustPartnershipOrAssociation" | "whatTypeOfTrusteeAreYou" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation" | "individualTrustee" | "companyTrustee" | "association" | "partnership" | "youAreTrusteeManagingTheTrustForBeneficiaries" | "jointlyOwnedBusinessWhereTwoOrMorePeopleOperateAndShareProfits" | "groupOfPeopleActingTogetherForNonCommercialPurpose" | "ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "myName" | "setUpYourAccount" | "yourBusinessSetup" | "myNameDescription" | "mySoleProprietorName" | "mySoleProprietorNameDescription" | "theCompanyIWorkFor" | "theCompanyIWorkForDescription" | "aTrust" | "aTrustDescription" | "aPartnership" | "aPartnershipDescription" | "anAssociation" | "anAssociationDescription" | "legalNameOfSoleProprietor" | "legalNameOfSoleProprietorship" | "letUsKnowTheBankAccountToSendReceiveFunds" | "bankAccount" | "bankAccountDetails" | "addExtraBankAccount" | "addAndVerifyYourBankDetails" | "failedToFetchSoleProp" | "uniqueIdentificationCode" | "identifikacionenNomerDDS" | "MBS" | "PDVIdBrojOIB" | "cyRegistrationNumber" | "arithmosEngraphes" | "btwNummer" | "momsregistreringsnummerOrStamregister" | "momsregistreringsnummerCVR" | "stamregister" | "registrikood" | "kaibemaksukohustuslaseNumber" | "YTunnus" | "arvonlisaveronumeroMervardesskattenummer" | "GEMI-number" | "grTaxId" | "huRegistrationNumber" | "huTaxId" | "lvRegistrationNumber" | "lvTaxId" | "ltRegistrationNumber" | "mcRegistrationNumberSoleProp" | "PVMmoketojoKodas" | "luRegistrationNumber" | "numeroDIdentificationALATaxe" | "numarOrdineRegistrulComertului" | "codulDeIdentificareFiscala" | "skRegistrationNumber" | "skTaxId" | "siRegistrationNumber" | "siTaxId" | "chRegistrationNumber" | "mcRegistrationNumber" | "liRegistrationNumber" | "Mehrwertsteuernummer" | "enterNDigitsForExample" | "enterNCharactersForExample" | "enterXToYDigitsForExample" | "enterXToYCharactersForExample" | "enterXToYCharactersWithAMixForExample" | "enterAMaximumOfNDigitsForExample" | "enterAMaximumOfNMoreDigitsForExample" | "enterAMaximumOfNCharactersForExample" | "enterAMaximumOfNCharactersWithAMixForExample" | "enterNDigitsAndThen1LetterForExample" | "enter1LetterAndThenNDigitsForExample" | "enter1LetterAndThenXToYDigitsForExample" | "enterNLettersAndThenXToYDigitsForExample" | "enterXToYLettersAndThenWToZDigitsForExample" | "enterTheRemainingNDigitsForExample" | "enterTheRemainingXToYDigitsForExample" | "enterTheRemainingNCharactersForExample" | "enterTheRemainingXToYCharactersForExample" | "enterTheRemainingNDigitsThenXToYLettersForExample" | "provideAllOwners" | "ifNoOwnersSpecifyControllingPersons" | "provideAtLeastOneSignatory" | "provideOneControllingPerson" | "textToVerifyAccount" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theBankAccountHolderMustBeInYourName_" | "weDoNotYetSupportInstantVerificationForBankAccountsIn_" | "youCanOnlyUseABankAccountInTheCountryWhereYourCompanyIsRegistered" | "youCanOnlyUseABankAccountInTheCountryWhereYouLive" | "mobileApplication" | "onOnlineBankingEnvironment" | "dontHaveAccessOnlineBanking" | "confirmPayoutManually" | "noteManualTakesLonger" | "accountVerification" | "verifyWith" | "documentVerification" | "youHaveSuccessfullyProvidedTheIdDocument" | "submitIdDocumentsAgain" | "madeAMistake" | "canNotCompleteInstantVerification" | "goBackAndProvideDocumentScans" | "identityCard" | "uploadOneOfTheFollowing" | "uploadOneOfTheseDocuments" | "documentIssuedWithinLastYear" | "learnMore" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "businessRegistrationDocument__FR" | "taxFiling" | "taxFiling__US" | "einVerificationLetter" | "areYouACompany" | "singingUpAsIndividualButLooksLikeYouAreACompany" | "wouldYouLikeToSignUpAsCompanyInstead" | "areYouAnIndividual" | "singingUpAsCompanyButLooksLikeYouAreAnIndividual" | "wouldYouLikeToSignUpAsIndividualInstead" | "continue" | "noGoBack" | "continueCompany" | "continueIndividual" | "addManually" | "searchAddress" | "startTypingTheAddress" | "addresses" | "loading" | "businessIncorporationNumber" | "doNotHaveBusinessIncorporationNumber" | "verificationMethod" | "verifyViaMobileBankAppOrBankWebsite" | "provideAccountDetailsAndUploadBankStatement" | "instantVerificationDescription" | "couldNotEstablishBankConnection" | "sorryAnErrorOccurred" | "ranIntoTechnicalError" | "failedInitializeInstantVerification" | "couldNotCompleteAccountCheck" | "tryAgainOrManualAccountDetails" | "manualVerificationDescription" | "poweredBy" | "youSuccessfullyVerifiedAccount" | "verifyBankAccountAgain" | "accountName" | "mayTakeAFewHoursOrDays" | "instant" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "howDoesVerificationWithOurPartnerWorks" | "selectTheBankToReceivePayouts" | "bankAccountFormat" | "ibanFormat" | "localFormat" | "payoutInOnly_" | "payoutIn_Or_" | "loginIntoYourBankingEnvironment" | "yourBankWillConfirmYourAccountDetails" | "adyenWillOnlyGetTemporaryAccess" | "instantVerification" | "xCharactersLeft" | "goBack" | "doNotHaveBusinessNumber" | "enterNameExactlyAsAppearInID" | "enterLastNameExactlyAsAppearInID" | "takePhotoOriginalDocumentWithPhone" | "instantIDVerificationDescription" | "manualIDVerificationDescription" | "uploadScanOriginalIDDocument" | "takesLonger" | "howVerificationWithOnfidoWork" | "onfidoIsOurTrustedPartner" | "usePhoneToScanId" | "onfidoWillGiveFeedbackInRealTime" | "theIdCheckWillBeAutomaticallyValidated" | "adyenKeepsDataAsLongAsLegallyRequired" | "requiresSignatory" | "requiresDecisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "undefinedBeneficiary" | "undefinedBeneficiaryDescription" | "description" | "descriptionOptional" | "describeWhoIsABeneficiaryInYourTrust" | "descriptionUndefinedBeneficiary" | "undefinedBeneficiaryGuideDescription" | "identityCardBack" | "identityCardFront" | "drivinglicenseBack" | "drivinglicenseFront" | "passportPhotoPage" | "residencePermitBack" | "residencePermitFront" | "manualUpload" | "missingMultipleDecisionMakers" | "legalCompanyName" | "legalCompanyName__helperText" | "legalCompanyName__helperText__AU" | "legalCompanyName__helperText__NL" | "legalCompanyName__helperText__US" | "legalCompanyName__helperText__SG" | "legalCompanyName__helperText__HK" | "taxInformationNumber" | "taxInformationNumber__HK" | "stockExchangeMIC" | "stockExchangeMIC__US" | "stockExchangeMIC__placeholder__US" | "stockExchangeMIC__helperText" | "stockISIN" | "stockISIN__US" | "stockISIN__placeholder__US" | "stockISIN__helperText" | "companyLookupResultsHeader" | "companyLookupResultsHeader__searching" | "companyLookupResultsHeader__verifying" | "companyLookupResultsHeader__noResults" | "companyLookupResultsHeader__results" | "companyLookupResultsHeader__searchFailure" | "companyLookupResultsHeaderDescription__noResults" | "companyLookupResultsHeaderDescription__results" | "companyLookupResultsHeaderDescription__searchFailure" | "companyLookupResultsListAlert__title__verified" | "companyLookupResultsListAlert__title__warning" | "companyLookupResultsListAlert__title__error" | "companyLookupResultsListAlert__description__warning" | "companyBasicsFormName" | "companyRegistrationAddressFormName" | "companyRegistrationAddressFormDescription" | "companyStructureFormName" | "companyStructureFormDescription" | "companyOtherDetailsFormName" | "companyRegistrationDocumentFormName" | "companyRegistrationDocumentFormDescription" | "companyTaxDocumentFormName" | "companyTaxDocumentFormDescription" | "errorMessage_1_10" | "errorMessage_1_11" | "errorMessage_1_12" | "errorMessage_1_30" | "errorMessage_1_31" | "errorMessage_1_32" | "errorMessage_1_33" | "errorMessage_1_34" | "errorMessage_1_35" | "errorMessage_1_36" | "errorMessage_1_37" | "errorMessage_1_38" | "errorMessage_1_39" | "errorMessage_1_40" | "errorMessage_1_41" | "errorMessage_1_50" | "errorMessage_1_51" | "errorMessage_1_52" | "errorMessage_1_53" | "errorMessage_1_54" | "errorMessage_1_55" | "errorMessage_1_56" | "errorMessage_1_57" | "errorMessage_1_60" | "errorMessage_1_61" | "errorMessage_1_62" | "errorMessage_1_70" | "errorMessage_1_71" | "errorMessage_1_72" | "errorMessage_1_73" | "errorMessage_1_74" | "errorMessage_1_75" | "errorMessage_1_76" | "errorMessage_1_1000" | "errorMessage_1_1001" | "errorMessage_1_1002" | "errorMessage_1_1003" | "errorMessage_1_3000" | "errorMessage_1_3001" | "errorMessage_1_3002" | "errorMessage_1_3003" | "errorMessage_1_3004" | "errorMessage_1_3005" | "errorMessage_1_3006" | "errorMessage_1_3007" | "errorMessage_1_3008" | "errorMessage_1_3009" | "errorMessage_1_3010" | "errorMessage_1_3011" | "errorMessage_1_3012" | "errorMessage_1_3013" | "errorMessage_1_3014" | "errorMessage_1_3015" | "errorMessage_1_3016" | "errorMessage_1_3017" | "errorMessage_1_3018" | "errorMessage_1_3019" | "errorMessage_1_3020" | "errorMessage_1_3021" | "errorMessage_1_3022" | "errorMessage_1_3023" | "errorMessage_1_3024" | "errorMessage_1_3025" | "errorMessage_1_3026" | "errorMessage_1_3027" | "errorMessage_1_3028" | "errorMessage_1_3029" | "errorMessage_1_3030" | "errorMessage_1_3031" | "errorMessage_1_3032" | "errorMessage_1_3033" | "errorMessage_1_3034" | "errorMessage_1_3035" | "errorMessage_1_3036" | "errorMessage_1_3037" | "errorMessage_1_3038" | "errorMessage_1_3039" | "errorMessage_1_3040" | "errorMessage_1_3041" | "errorMessage_1_3042" | "errorMessage_1_3043" | "errorMessage_1_3044" | "errorMessage_1_3045" | "errorMessage_1_3046" | "errorMessage_1_3047" | "errorMessage_1_3048" | "errorMessage_1_3049" | "errorMessage_1_3050" | "errorMessage_1_3051" | "errorMessage_1_3052" | "errorMessage_1_3062" | "errorMessage_1_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_6000" | "errorMessage_1_6001" | "errorMessage_1_6002" | "errorMessage_1_6003" | "errorMessage_1_6004" | "errorMessage_1_6005" | "errorMessage_1_6006" | "errorMessage_1_6007" | "errorMessage_1_6008" | "errorMessage_1_6009" | "errorMessage_1_6010" | "errorMessage_1_6011" | "errorMessage_1_6012" | "errorMessage_1_6013" | "errorMessage_1_6014" | "errorMessage_1_6015" | "errorMessage_1_6016" | "errorMessage_1_6017" | "errorMessage_1_6018" | "errorMessage_1_6019" | "errorMessage_1_6020" | "errorMessage_1_6021" | "errorMessage_1_6022" | "errorMessage_1_6023" | "errorMessage_1_6024" | "errorMessage_1_6025" | "errorMessage_1_6026" | "errorMessage_1_6027" | "errorMessage_1_6028" | "errorMessage_1_6029" | "errorMessage_1_6030" | "errorMessage_1_6031" | "errorMessage_1_6032" | "errorMessage_1_6033" | "errorMessage_1_6034" | "errorMessage_1_6035" | "errorMessage_1_6036" | "errorMessage_1_6037" | "errorMessage_1_6038" | "errorMessage_1_6039" | "errorMessage_1_6040" | "errorMessage_1_6041" | "errorMessage_1_6042" | "errorMessage_1_6044" | "errorMessage_1_6045" | "errorMessage_1_6046" | "errorMessage_1_6047" | "errorMessage_1_6048" | "errorMessage_1_6049" | "errorMessage_1_7000" | "errorMessage_1_7001" | "errorMessage_1_7002" | "errorMessage_1_7003" | "errorMessage_1_7004" | "errorMessage_1_7005" | "errorMessage_1_7006" | "errorMessage_1_7007" | "errorMessage_1_7008" | "errorMessage_1_7009" | "errorMessage_1_7010" | "errorMessage_1_7011" | "errorMessage_1_7012" | "errorMessage_1_7013" | "errorMessage_1_7014" | "errorMessage_1_7015" | "errorMessage_1_7016" | "errorMessage_1_7017" | "errorMessage_1_7018" | "errorMessage_1_7019" | "errorMessage_1_7020" | "errorMessage_1_7021" | "errorMessage_1_7022" | "errorMessage_2_8064" | "errorMessage_2_8067" | "errorMessage_2_8189" | "errorMessage_2_8193" | "errorMessage_3_10" | "remediationMessage_1_100" | "remediationMessage_1_101" | "remediationMessage_1_102" | "remediationMessage_2_158" | "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_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_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_2_123" | "remediationMessage_2_124" | "remediationMessage_2_151" | "remediationMessage_2_185" | "remediationMessage_3_100" | "sameNameAsLegalName" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "whereToFindNumbersOnDriversLicense__NZ" | "iStillCantFindIt" | "patriotActDisclosureTitle" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "trusteeAsTrusteeForTrust" | "trusteeAsTrusteeForTrustDoingBusinessAs" | "trustDeed" | "trustInstrument" | "makeSureToHaveYourTrustDeed" | "maintenanceModeMessage" | "individualTrusteeDetails" | "companyTrusteeDetails" | "trusteePersonalDetails" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "whichOfTheseApplyToTheSettlor" | "contributionBelowThreshold" | "professionalServiceProvider" | "deceased" | "noneOfTheAbove" | "settlorExemptionReason" | "otherInformation" | "firstNameOfSettlor" | "lastNameOfSettlor" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "introductionScreenPrologueTitle" | "introductionScreenPrologueDescriptionP1" | "introductionScreenPrologueDescriptionP2" | "introductionScreenCompanyTitle" | "introductionScreenCompanyDescriptionP1" | "introductionScreenCompanyDescriptionP2" | "introductionScreenCompanyDescriptionLI1" | "introductionScreenIndividualTitle" | "introductionScreenIndividualDescriptionP1" | "introductionScreenIndividualDescriptionP2" | "introductionScreenIndividualDescriptionLI1" | "introductionScreenIndividualDescriptionLI2" | "introductionScreenIndividualDescriptionLI3" | "introductionScreenDecisionMakerTitle" | "introductionScreenDecisionMakerDescriptionP1" | "introductionScreenDecisionMakerDescriptionP2" | "introductionScreenDecisionMakerDescriptionLI1" | "introductionScreenDecisionMakerDescriptionLI2" | "introductionScreenDecisionMakerDescriptionLI3" | "introductionScreenSoleProprietorCompanyTitle" | "introductionScreenSoleProprietorCompanyDescriptionP1" | "introductionScreenSoleProprietorCompanyDescriptionP2" | "introductionScreenSoleProprietorCompanyDescriptionLI1" | "introductionScreenTrustTitle" | "introductionScreenTrustDescriptionP1" | "introductionScreenTrustDescriptionP2" | "introductionScreenTrustDescriptionLI1" | "introductionScreenTrustMemberTitle" | "introductionScreenTrustMemberDescriptionP1" | "introductionScreenTrustMemberDescriptionP2" | "introductionScreenTrustMemberDescriptionLI1" | "introductionScreenTrustMemberDescriptionLI2" | "introductionScreenTrustMemberDescriptionLI3" | "introductionScreenAccountTitle" | "introductionScreenAccountDescriptionP1" | "introductionScreenAccountDescriptionP2" | "introductionScreenEpilogueTitle" | "introductionScreenEpilogueDescriptionP1" | "introductionScreenEpilogueDescriptionP2";
|
|
10
10
|
/**
|
|
11
11
|
* Returns the address schema of the selected country or the default address schema.
|
|
12
12
|
* @param country - The selected country
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { CompanyTypesValue } from '../../../core/models/api/company-types-value';
|
|
2
|
-
import { FieldMetadata } from '../../../core/models/country-config';
|
|
3
|
-
import { PerCountryFieldConfig } from '../../../core/models/field-configurations';
|
|
4
|
-
import { CompanyRegistrationNumberType } from '../IdFieldTypeSelector/countryIdNumberTypes';
|
|
5
|
-
import { BusinessRegistrationNumberSchema } from './types';
|
|
2
|
+
import type { FieldMetadata } from '../../../core/models/country-config';
|
|
3
|
+
import type { PerCountryFieldConfig } from '../../../core/models/field-configurations';
|
|
4
|
+
import type { CompanyRegistrationNumberType } from '../IdFieldTypeSelector/countryIdNumberTypes';
|
|
5
|
+
import type { BusinessRegistrationNumberSchema } from './types';
|
|
6
6
|
interface FieldConfigParams {
|
|
7
7
|
companyType: CompanyTypesValue | 'trust' | undefined;
|
|
8
8
|
registrationNumberType: CompanyRegistrationNumberType | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { BusinessRegistrationNumberFieldProps, BusinessRegistrationNumberFieldSchema } from '
|
|
1
|
+
import type { BusinessRegistrationNumberFieldProps, BusinessRegistrationNumberFieldSchema } from '.';
|
|
2
2
|
export declare const BUSINESS_REGISTRATION_NUMBER_FIELD: Array<keyof BusinessRegistrationNumberFieldSchema>;
|
|
3
|
-
export declare function BusinessRegistrationNumberField({ data, valid, errors, labels,
|
|
3
|
+
export declare function BusinessRegistrationNumberField({ data, valid, errors, labels, mask, guidanceText, placeholders, readonly, canExempt, handleChangeFor, }: BusinessRegistrationNumberFieldProps): import("preact").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { BaseFormFieldProps } from '../../../core/hooks/useForm/types';
|
|
2
2
|
export interface BusinessRegistrationNumberFieldSchema {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
registrationNumber?: string;
|
|
4
|
+
exemptedFromRegistrationNumber?: boolean;
|
|
5
5
|
}
|
|
6
6
|
export interface BusinessRegistrationNumberFieldProps extends BaseFormFieldProps<BusinessRegistrationNumberFieldSchema> {
|
|
7
7
|
canExempt: boolean;
|
|
@@ -5,4 +5,3 @@ import { FormModel } from '../../../core/models/form';
|
|
|
5
5
|
import { SummaryProps } from './types';
|
|
6
6
|
export declare const summaryStep: FormModel;
|
|
7
7
|
export declare function Summary<TLDS extends PartialDeep<TopLevelDataSchema>>({ data, forms, omittedKeys, gotoForm, labels, problems, trackNavigation, omittedForms, }: SummaryProps<TLDS>): import("preact").JSX.Element;
|
|
8
|
-
export default Summary;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { FieldMetadata } from '../../../core/models/country-config';
|
|
2
2
|
import { PerCountryFieldConfig } from '../../../core/models/field-configurations';
|
|
3
3
|
import { TaxIdNumberType } from '../IdFieldTypeSelector/countryIdNumberTypes';
|
|
4
|
-
import { TaxIdSchema } from './types';
|
|
5
|
-
interface FieldConfigParams {
|
|
4
|
+
import type { TaxIdSchema } from './types';
|
|
5
|
+
export interface FieldConfigParams {
|
|
6
6
|
taxIdNumberType: TaxIdNumberType | undefined;
|
|
7
7
|
}
|
|
8
8
|
export declare const defaultFieldMetadata: FieldMetadata<TaxIdSchema, 'taxId'>;
|
|
9
9
|
export declare const defaultFieldConfig: PerCountryFieldConfig<TaxIdSchema, 'taxId', FieldConfigParams>;
|
|
10
|
-
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { JSX } from 'preact';
|
|
2
2
|
import { TaxInformationFieldProps, TaxInformationFieldSchema } from './types';
|
|
3
3
|
export declare const TAX_INFORMATION_FIELD: Array<keyof TaxInformationFieldSchema>;
|
|
4
|
-
export declare function TaxInformationField({ data, valid, errors, labels,
|
|
4
|
+
export declare function TaxInformationField({ data, valid, errors, labels, mask, guidanceText, placeholders, readonly, handleChangeFor, country, canExempt, }: TaxInformationFieldProps): JSX.Element;
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
import { FieldMetadata } from '../../../core/models/country-config';
|
|
2
|
+
import { FieldConfigParams } from '../TaxId/fieldConfig';
|
|
3
|
+
import { TaxInformationFieldSchema } from './types';
|
|
4
|
+
export declare const defaultFieldMetadata: FieldMetadata<TaxInformationFieldSchema, "taxInformation">;
|
|
5
|
+
export declare const defaultFieldConfig: {
|
|
6
|
+
AF?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
7
|
+
AX?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
8
|
+
AL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
9
|
+
DZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
10
|
+
AS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
11
|
+
AD?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
12
|
+
AO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
13
|
+
AI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
14
|
+
AQ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
15
|
+
AG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
16
|
+
AR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
17
|
+
AM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
18
|
+
AW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
19
|
+
AU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
20
|
+
AT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
21
|
+
AZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
22
|
+
BS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
23
|
+
BH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
24
|
+
BD?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
25
|
+
BB?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
26
|
+
BY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
27
|
+
BE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
28
|
+
BZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
29
|
+
BJ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
30
|
+
BM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
31
|
+
BT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
32
|
+
BO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
33
|
+
BQ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
34
|
+
BA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
35
|
+
BW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
36
|
+
BV?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
37
|
+
BR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
38
|
+
IO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
39
|
+
BN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
40
|
+
BG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
41
|
+
BF?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
42
|
+
BI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
43
|
+
KH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
44
|
+
CM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
45
|
+
CA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
46
|
+
CV?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
47
|
+
KY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
48
|
+
CF?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
49
|
+
TD?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
50
|
+
CL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
51
|
+
CN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
52
|
+
CX?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
53
|
+
CC?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
54
|
+
CO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
55
|
+
KM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
56
|
+
CG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
57
|
+
CD?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
58
|
+
CK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
59
|
+
CR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
60
|
+
CI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
61
|
+
HR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
62
|
+
CU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
63
|
+
CW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
64
|
+
CY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
65
|
+
CZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
66
|
+
DK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
67
|
+
DJ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
68
|
+
DM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
69
|
+
DO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
70
|
+
EC?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
71
|
+
EG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
72
|
+
SV?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
73
|
+
GQ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
74
|
+
ER?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
75
|
+
EE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
76
|
+
ET?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
77
|
+
FK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
78
|
+
FO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
79
|
+
FJ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
80
|
+
FI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
81
|
+
FR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
82
|
+
GF?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
83
|
+
PF?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
84
|
+
TF?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
85
|
+
GA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
86
|
+
GM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
87
|
+
GE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
88
|
+
DE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
89
|
+
GH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
90
|
+
GI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
91
|
+
GR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
92
|
+
EL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
93
|
+
GL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
94
|
+
GD?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
95
|
+
GP?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
96
|
+
GU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
97
|
+
GT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
98
|
+
GG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
99
|
+
GN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
100
|
+
GW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
101
|
+
GY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
102
|
+
HT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
103
|
+
HM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
104
|
+
VA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
105
|
+
HN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
106
|
+
HK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
107
|
+
HU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
108
|
+
IS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
109
|
+
IN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
110
|
+
ID?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
111
|
+
IR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
112
|
+
IQ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
113
|
+
IE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
114
|
+
IM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
115
|
+
IL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
116
|
+
IT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
117
|
+
JM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
118
|
+
JP?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
119
|
+
JE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
120
|
+
JO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
121
|
+
KZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
122
|
+
KE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
123
|
+
KI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
124
|
+
KR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
125
|
+
KP?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
126
|
+
KW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
127
|
+
KG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
128
|
+
LA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
129
|
+
LV?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
130
|
+
LB?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
131
|
+
LS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
132
|
+
LR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
133
|
+
LY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
134
|
+
LI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
135
|
+
LT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
136
|
+
LU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
137
|
+
MO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
138
|
+
MK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
139
|
+
MG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
140
|
+
MW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
141
|
+
MY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
142
|
+
MV?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
143
|
+
ML?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
144
|
+
MT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
145
|
+
MH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
146
|
+
MQ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
147
|
+
MR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
148
|
+
MU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
149
|
+
YT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
150
|
+
MX?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
151
|
+
FM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
152
|
+
MD?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
153
|
+
MC?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
154
|
+
MN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
155
|
+
ME?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
156
|
+
MS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
157
|
+
MA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
158
|
+
MZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
159
|
+
MM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
160
|
+
NA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
161
|
+
NR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
162
|
+
NP?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
163
|
+
NL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
164
|
+
NC?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
165
|
+
NZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
166
|
+
NI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
167
|
+
NE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
168
|
+
NG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
169
|
+
NU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
170
|
+
NF?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
171
|
+
MP?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
172
|
+
NO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
173
|
+
OM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
174
|
+
PK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
175
|
+
PW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
176
|
+
PS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
177
|
+
PA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
178
|
+
PG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
179
|
+
PY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
180
|
+
PE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
181
|
+
PH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
182
|
+
PN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
183
|
+
PL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
184
|
+
PT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
185
|
+
PR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
186
|
+
QA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
187
|
+
RE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
188
|
+
RO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
189
|
+
RU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
190
|
+
RW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
191
|
+
SH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
192
|
+
KN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
193
|
+
LC?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
194
|
+
PM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
195
|
+
VC?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
196
|
+
WS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
197
|
+
SM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
198
|
+
ST?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
199
|
+
SA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
200
|
+
SN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
201
|
+
RS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
202
|
+
SC?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
203
|
+
SL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
204
|
+
SG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
205
|
+
SK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
206
|
+
SI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
207
|
+
SB?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
208
|
+
SO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
209
|
+
ZA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
210
|
+
GS?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
211
|
+
ES?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
212
|
+
LK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
213
|
+
SD?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
214
|
+
SR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
215
|
+
SJ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
216
|
+
SZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
217
|
+
SE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
218
|
+
CH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
219
|
+
SY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
220
|
+
TW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
221
|
+
TJ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
222
|
+
TZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
223
|
+
TH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
224
|
+
TL?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
225
|
+
TG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
226
|
+
TK?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
227
|
+
TO?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
228
|
+
TT?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
229
|
+
TN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
230
|
+
TR?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
231
|
+
TM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
232
|
+
TC?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
233
|
+
TV?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
234
|
+
UG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
235
|
+
UA?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
236
|
+
AE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
237
|
+
GB?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
238
|
+
US?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
239
|
+
UM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
240
|
+
UY?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
241
|
+
UZ?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
242
|
+
VU?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
243
|
+
VE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
244
|
+
VN?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
245
|
+
VG?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
246
|
+
VI?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
247
|
+
WF?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
248
|
+
EH?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
249
|
+
YE?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
250
|
+
ZM?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
251
|
+
ZW?: FieldMetadata<TaxInformationFieldSchema, "taxInformation"> | ((params: FieldConfigParams) => FieldMetadata<TaxInformationFieldSchema, "taxInformation">);
|
|
252
|
+
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { VatNumberFieldProps, VatNumberFieldSchema } from '
|
|
1
|
+
import type { VatNumberFieldProps, VatNumberFieldSchema } from '.';
|
|
2
2
|
export declare const VAT_NUMBER_FIELD: Array<keyof VatNumberFieldSchema>;
|
|
3
|
-
export declare function VatNumberField({ data, valid, errors, labels, placeholders, readonly, handleChangeFor, canExempt, }: VatNumberFieldProps): import("preact").JSX.Element;
|
|
3
|
+
export declare function VatNumberField({ data, valid, errors, labels, mask, guidanceText, placeholders, readonly, handleChangeFor, canExempt, }: VatNumberFieldProps): import("preact").JSX.Element;
|