@adyen/kyc-components 2.7.1 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/adyen-kyc-components.es.js +25794 -25029
- package/dist/style.css +122464 -14819
- package/dist/types/components/BankVerification/types.d.ts +5 -0
- package/dist/types/components/BankVerification/verification/widget/component/BankVerificationWidget.d.ts +4 -1
- package/dist/types/components/Company/component/CompanyComponent.d.ts +1 -1
- package/dist/types/components/Company/types.d.ts +13 -14
- package/dist/types/components/CompanyDetails/types.d.ts +1 -0
- package/dist/types/components/DecisionMakers/types.d.ts +0 -1
- package/dist/types/components/Dropins/CompanyDropin/components/CompanyDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/FormComposer/components/StepProgressIndicator/StepProgressIndicator.d.ts +7 -0
- package/dist/types/components/Dropins/PayoutDetailsDropin/components/PayoutDetailsDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/PciDropin/components/PciDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/PciDropin/types.d.ts +2 -2
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/ServiceAgreementDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/types.d.ts +1 -1
- package/dist/types/components/Dropins/SolePropDropin/components/SolePropDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/types.d.ts +8 -9
- package/dist/types/components/EmbeddedDropins/PayoutEmbeddedDropin/PayoutEmbeddedDropin.d.ts +2 -1
- package/dist/types/components/Individual/types.d.ts +2 -2
- package/dist/types/components/PayoutDetails/types.d.ts +5 -2
- package/dist/types/components/RegistrationAddress/component/RegistrationAddressComponent.d.ts +2 -3
- package/dist/types/components/RegistrationAddress/index.d.ts +1 -0
- package/dist/types/components/SoleProp/types.d.ts +0 -1
- package/dist/types/components/TaskIntros/TaskIntro.d.ts +8 -0
- package/dist/types/components/TaskIntros/TaskIntros.d.ts +10 -0
- package/dist/types/components/TaskIntros/copy.d.ts +14 -0
- package/dist/types/components/TaskIntros/types.d.ts +8 -0
- package/dist/types/components/TaskList/types.d.ts +4 -3
- package/dist/types/components/UIElement.d.ts +2 -1
- package/dist/types/components/UenOrGst/types.d.ts +9 -0
- package/dist/types/components/internal/Address/utils.d.ts +1 -1
- package/dist/types/components/internal/Button/Button.d.ts +1 -1
- package/dist/types/components/internal/Icon/Icon.d.ts +1 -1
- package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiContext.d.ts +6 -0
- package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiProvider.d.ts +1 -1
- package/dist/types/core/Context/CoreContext.d.ts +0 -4
- package/dist/types/core/Context/CoreProvider.d.ts +1 -4
- package/dist/types/core/Context/I18nProvider/I18nContext.d.ts +7 -0
- package/dist/types/core/Context/I18nProvider/I18nProvider.d.ts +8 -0
- package/dist/types/core/Context/SettingsContext/types.d.ts +12 -1
- package/dist/types/core/Context/StateContext/types.d.ts +24 -11
- package/dist/types/core/Services/agnostic/get-fonts.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-trusted-transferInstrument.d.ts +3 -0
- package/dist/types/core/Services/componentApi/handle-bank-verification-error.d.ts +3 -0
- package/dist/types/core/Services/http.d.ts +1 -1
- package/dist/types/core/Services/kycExternalApi/company-deep-search.d.ts +5 -0
- package/dist/types/core/Services/kycExternalApi/company-index-search.d.ts +5 -0
- package/dist/types/core/Services/kycExternalApi/get-company-data.d.ts +5 -0
- package/dist/types/core/Services/kycExternalApi/index.d.ts +5 -0
- package/dist/types/core/Services/kycExternalApi/refresh-company-data.d.ts +5 -0
- package/dist/types/core/Services/kycExternalApi/verify-tin.d.ts +5 -0
- package/dist/types/core/Services/types.d.ts +1 -1
- package/dist/types/core/hooks/useAllowedLocales.d.ts +1 -0
- package/dist/types/core/hooks/useBankConfigurationHandlers.d.ts +24 -0
- package/dist/types/core/hooks/useComponentApi.d.ts +3 -0
- package/dist/types/core/hooks/useLocalStorage.d.ts +11 -0
- package/dist/types/core/hooks/useSalesChannelsSettings.d.ts +1 -0
- package/dist/types/core/hooks/useShouldShowGuidanceIntros.d.ts +7 -0
- package/dist/types/core/hooks/useTranslations.d.ts +10 -0
- package/dist/types/core/models/api/company-search.d.ts +80 -0
- package/dist/types/core/models/api/contracts.d.ts +5 -1
- package/dist/types/core/models/api/legal-arrangement.d.ts +2 -1
- package/dist/types/core/models/api/organization.d.ts +4 -2
- package/dist/types/core/models/api/trusted-transferInstrument.d.ts +8 -0
- package/dist/types/core/models/currency.d.ts +1 -0
- package/dist/types/core/models/errors/capability-problems.d.ts +2 -2
- package/dist/types/core/models/errors/entity-problems.d.ts +1 -1
- package/dist/types/core/models/state-code.d.ts +54 -0
- package/dist/types/language/Language.d.ts +11 -29
- package/dist/types/language/config.d.ts +37 -0
- package/dist/types/language/types.d.ts +2 -2
- package/dist/types/language/utils.d.ts +9 -22
- package/dist/types/openbankingsdk/OpenBankingSDK.d.ts +14 -0
- package/dist/types/openbankingsdk/types.d.ts +22 -0
- package/dist/types/utils/company-util.d.ts +2 -1
- package/dist/types/utils/decision-maker-roles.d.ts +1 -1
- package/dist/types/utils/entity-status-util.d.ts +2 -2
- package/dist/types/utils/mapping/componentApiMapping.d.ts +18 -17
- package/dist/types/utils/toCapitalized.d.ts +1 -0
- package/dist/types/utils/toPascalCase.d.ts +1 -0
- package/dist/types/utils/trust-util.d.ts +1 -1
- package/package.json +33 -32
|
@@ -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) => "SST" | "RFC" | "CNPJ" | "CVR-nummer" | "close" | "individual" | "payoutAccount" | "payinAccount" | "firstName" | "lastName" | "country" | "street" | "houseNumber" | "houseNumberOptional" | "houseNumberOrName" | "postalCode" | "city" | "cityTown" | "state" | "provinceOrTerritory" | "selectProvinceOrTerritory" | "zipCode" | "apartmentSuite" | "apartmentSuiteOptional" | "phoneNumber" | "email" | "birthdate" | "code" | "invalidEmail" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "invalidPhoneNumber" | "birthDate" | "idNumber" | "selectState" | "selectCountry" | "search" | "noOptionsFound" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SINFormatCA" | "invalidFormat" | "fieldIsRequired" | "tooManyFiles" | "duplicatedFiles" | "unsupportedFiletype" | "maximumFileSizeExceeded" | "personalDetails" | "invalidBirthDate" | "address" | "contactDetails" | "uploadDocument" | "individualDetails" | "socialSecurityNumber" | "socialSecurityNumber9Digits" | "codiceFiscale" | "personnummer" | "dni" | "peselNumber" | "detCentralePersonregister" | "codNumericPersonal" | "cadastroDePessoasFisicas" | "invalidFormatExpects" | "invalidFormatForAuPassportNumber" | "invalidFormatForAuDriversLicenseNumber" | "invalidFormatForAuDriversLicenseCardNumber" | "invalidFormatForAuProofOfIdentityCardNumber" | "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" | "documents" | "idDocument" | "documentType" | "frontPage" | "backPage" | "fileName" | "nationality" | "dateOfIncorporation" | "proofOfNationality" | "uploadDocumentForSsn" | "uploadDocumentForNric" | "operationalAddressHeader" | "operationalAddressHeaderDescription" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "operationalAddressIsNotSameItemName" | "verifyPrefilledInfoIsCorrect" | "legalStructureHeader" | "whatTypeOfCompanyDoYouHave" | "privateCompanyTitle" | "privateCompanyDescription" | "publicCompanyTitle" | "publicCompanyDescription" | "incorporatedPartnershipTitle" | "incorporatedPartnershipDescription" | "nonProfitOrCharitableOrgTitle" | "nonProfitOrCharitableOrgDescription" | "governmentalOrganizationTitle" | "governmentalOrganizationDescription" | "associationIncorporatedTitle" | "associationIncorporatedDescription" | "jobTitle" | "legalStructure" | "entityType" | "registrationDetails" | "registeredAddress" | "registrationAddress" | "registeredAddressHeaderDescription" | "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" | "validationPleaseEnterAValidVatNumberWithFormat" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "aValidAbnShouldBe11Digits" | "aValidUenOrGstShouldBe9To10Characters" | "aValidBrnShouldBe8Digits" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidIban" | "yourIbanShouldBeginWith_" | "validation8Or11Characters" | "validationCharacters" | "validationDigitsBetween" | "validationDigits" | "enterValidRegistrationNumber" | "stockExchangeMIC" | "stockExchangeMICHelper" | "stockISINHelper" | "stockISIN" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidStockISIN" | "shareholderDocument" | "role" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectTheApplicableRoles" | "back" | "next" | "submit" | "submitSuccessful" | "submitFailed" | "submitReviewOfYourData" | "completeReview" | "submitReview" | "undoWithTimer" | "removing" | "pleaseNote" | "byClickingSubmitReview" | "nameAndCountry" | "companyCountry" | "legalCompanyName" | "legalCompanyNameHelper" | "legalCompanyNameHelper__AU" | "legalCompanyNameHelper__US" | "legalCompanyNameHelper__SG" | "legalCompanyNameHelper__HK" | "accountDetailsDescription" | "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" | "businessAccountTerms" | "cardUserTerms" | "franchiseesTAndCs" | "pciDssQuestionnaire" | "serviceAgreementSignedSuccessfully" | "serviceAgreementSignFailed" | "failedToGetServiceAgreementStatus" | "failedToGetServiceAgreement" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "iHaveReadAndIAcceptTheseTerms" | "verified" | "signed" | "invalidRole" | "unableToVerifyTheIdNumber" | "download" | "accountHolder" | "accountHolderDescriptionCompany" | "accountHolderDescriptionIndividual" | "accountHolderDescriptionSoleProp" | "bankAccountToHaveSameNameAsTrust" | "bankCountry" | "bankAccountCountry" | "currency" | "currencyCode" | "currencyPlaceholder" | "bankAccountNumber" | "iban" | "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" | "goToOverview" | "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" | "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" | "enterpriseNumber" | "NIP" | "NIPC" | "numerodeIVA" | "NIF" | "uen" | "nric" | "hkid" | "NIFdeIVA" | "partitaIVA" | "organisationsnummer" | "momsregistreringsnummer" | "codiceFiscaleOrCCIAA" | "UST-ID" | "DIC" | "ICO" | "USt-IdNr" | "handelsregisternummer" | "NumeroDeTVA" | "organisasjonsnummer" | "skattenummer" | "verificationErrorMessage" | "remediationFormErrorMessage" | "youHaveUnsavedChanges" | "areYouSureToLeave" | "cancel" | "save&Leave" | "leave" | "taxIdNumber" | "companyRegistrationNumber" | "companyRegistrationNumber__HK" | "euVatNumber" | "vatNumber" | "regonKrsNumber" | "registrationNumber" | "registrationNumber__nonProfit__FR" | "registrationNumber__FR" | "registrationNumber__PR" | "charityNumber" | "firmenbuchnummer" | "firmenbuchnummerOrZVR" | "stepsX/YofForm" | "no" | "yes" | "informationCouldNotBeSubmitted" | "fieldHasUnsupportedFormats" | "updateTheInformation" | "andResubmit" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "trustType" | "cashManagementTrust" | "corporateUnitTrust" | "deceasedEstate" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "firstHomeSaverAccountsTrust" | "fixedTrust" | "fixedUnitTrust" | "hybridTrust" | "listedPublicUnitTrust" | "otherTrust" | "pooledSuperannuationTrust" | "publicTradingTrust" | "unlistedPublicUnitTrust" | "countryOfEstablishment" | "nameOfTrustAgreement" | "typeOfTrustAgreement" | "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" | "solePropDetails" | "soleProprietorDetails" | "selectAccountHolder" | "nameOfBankAccountHolder" | "myName" | "myNameDescription" | "mySoleTraderName" | "mySoleTraderNameDescription" | "theCompanyIWorkFor" | "theCompanyIWorkForDescription" | "aTrust" | "aTrustDescription" | "aPartnership" | "aPartnershipDescription" | "anAssociation" | "anAssociationDescription" | "legalNameOfSoleProprietor" | "failedToFetchSoleProp" | "uniqueIdentificationCode" | "identifikacionenNomerDDS" | "MBS" | "PDVIdBrojOIB" | "cyRegistrationNumber" | "arithmosEngraphes" | "momsregistreringsnummerOrStamregister" | "registrikood" | "kaibemaksukohustuslaseNumber" | "YTunnus" | "arvonlisaveronumeroMervardesskattenummer" | "GEMI-number" | "grTaxId" | "huRegistrationNumber" | "huTaxId" | "valueAddedTaxIdentificationNumber" | "lvRegistrationNumber" | "lvTaxId" | "ltRegistrationNumber" | "mcRegistrationNumberSoleProp" | "PVMmoketojoKodas" | "luRegistrationNumber" | "numeroDIdentificationALATaxe" | "numarOrdineRegistrulComertului" | "codulDeIdentificareFiscala" | "skRegistrationNumber" | "skTaxId" | "siRegistrationNumber" | "siTaxId" | "chRegistrationNumber" | "mcRegistrationNumber" | "liRegistrationNumber" | "Mehrwertsteuernummer" | "Xdigits" | "upToXdigits" | "XtoYdigits" | "XorYdigits" | "Xcharacters" | "XtoYcharacters" | "XdigitsAndYcharacters" | "1character5to7digits" | "1char8digits" | "1charXalphanumeric" | "2characters6or7digits" | "7or8or12characters" | "2digits1to3letters5digits" | "Cchar5digits" | "characterPlusXToYDigitsWithOptionalSpace" | "cop1to8digits" | "8digitsOptional-" | "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" | "documentIssuedWithinLastYear" | "learnMore" | "doingBusinessAsNameFiling" | "taxFiling" | "continueAsCompany" | "continueAsIndividual" | "indicatedPayoutToCompany" | "continueSigningUpAsCompany" | "indicatedPayoutToPersonalAccount" | "continueSigningUpAsIndividual" | "continue" | "noGoBack" | "continueCompany" | "continueIndividual" | "addManually" | "searchAddress" | "startTypingTheAddress" | "addresses" | "loading" | "businessIncorporationNumber" | "doNotHaveBusinessIncorporationNumber" | "socialInsuranceNumber" | "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" | "businessRegistrationNumber" | "businessRegistrationNumber__HK" | "doNotHaveBusinessNumber" | "UEN/GST" | "IRD/GST" | "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" | "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_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_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_3_100" | "sameNameAsLegalName" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "iStillCantFindIt" | "patriotActDisclosureTitle" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "trusteeAsTrusteeForTrust" | "trustDeed" | "trustInstrument" | "makeSureToHaveYourTrustDeed" | "maintenanceModeMessage" | "individualTrusteeDetails" | "companyTrusteeDetails" | "trusteePersonalDetails" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "whichOfTheseApplyToTheSettlor" | "contributionBelowThreshold" | "professionalServiceProvider" | "deceased" | "noneOfTheAbove" | "settlorExemptionReason" | "otherInformation" | "firstNameOfSettlor" | "lastNameOfSettlor" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID";
|
|
9
|
+
export declare const getKeyForField: (fieldName: string, country: CountryCode) => "number" | "SST" | "RFC" | "CNPJ" | "CVR-nummer" | "close" | "individual" | "payoutAccount" | "payinAccount" | "firstName" | "lastName" | "country" | "street" | "houseNumber" | "houseNumberOptional" | "houseNumberOrName" | "postalCode" | "city" | "cityTown" | "state" | "provinceOrTerritory" | "selectProvinceOrTerritory" | "zipCode" | "apartmentSuite" | "apartmentSuiteOptional" | "phoneNumber" | "email" | "birthdate" | "code" | "invalidEmail" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "invalidPhoneNumber" | "birthDate" | "idNumber" | "selectState" | "selectCountry" | "search" | "noOptionsFound" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SINFormatCA" | "invalidFormat" | "fieldIsRequired" | "tooManyFiles" | "duplicatedFiles" | "unsupportedFiletype" | "maximumFileSizeExceeded" | "personalDetails" | "invalidBirthDate" | "address" | "contactDetails" | "uploadDocument" | "individualDetails" | "socialSecurityNumber" | "socialSecurityNumber9Digits" | "codiceFiscale" | "personnummer" | "dni" | "peselNumber" | "detCentralePersonregister" | "codNumericPersonal" | "cadastroDePessoasFisicas" | "invalidFormatExpects" | "invalidFormatForAuPassportNumber" | "invalidFormatForAuDriversLicenseNumber" | "invalidFormatForAuDriversLicenseCardNumber" | "invalidFormatForAuProofOfIdentityCardNumber" | "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" | "documents" | "idDocument" | "documentType" | "frontPage" | "backPage" | "fileName" | "nationality" | "dateOfIncorporation" | "proofOfNationality" | "uploadDocumentForSsn" | "uploadDocumentForNric" | "operationalAddressHeader" | "operationalAddressHeaderDescription" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "operationalAddressIsNotSameItemName" | "verifyPrefilledInfoIsCorrect" | "legalStructureHeader" | "whatTypeOfCompanyDoYouHave" | "privateCompanyTitle" | "privateCompanyDescription" | "publicCompanyTitle" | "publicCompanyDescription" | "incorporatedPartnershipTitle" | "incorporatedPartnershipDescription" | "nonProfitOrCharitableOrgTitle" | "nonProfitOrCharitableOrgDescription" | "governmentalOrganizationTitle" | "governmentalOrganizationDescription" | "associationIncorporatedTitle" | "associationIncorporatedDescription" | "jobTitle" | "legalStructure" | "entityType" | "registrationDetails" | "registeredAddress" | "registrationAddress" | "registeredAddressHeaderDescription" | "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" | "validationPleaseEnterAValidVatNumberWithFormat" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidIRDNumber" | "aValidAbnShouldBe11Digits" | "aValidUenOrGstShouldBe9To10Characters" | "aValidBrnShouldBe8Digits" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidIban" | "yourIbanShouldBeginWith_" | "validation8Or11Characters" | "validationCharacters" | "validationDigitsBetween" | "validationDigits" | "enterValidRegistrationNumber" | "stockExchangeMIC" | "stockExchangeMICHelper" | "stockISINHelper" | "stockISIN" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidStockISIN" | "shareholderDocument" | "role" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectTheApplicableRoles" | "back" | "next" | "submit" | "submitSuccessful" | "submitFailed" | "submitReviewOfYourData" | "completeReview" | "submitReview" | "undoWithTimer" | "removing" | "pleaseNote" | "byClickingSubmitReview" | "nameAndCountry" | "companyCountry" | "legalCompanyName" | "legalCompanyNameHelper" | "legalCompanyNameHelper__AU" | "legalCompanyNameHelper__US" | "legalCompanyNameHelper__SG" | "legalCompanyNameHelper__HK" | "accountDetailsDescription" | "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" | "businessAccountTerms" | "cardUserTerms" | "franchiseesTAndCs" | "pciDssQuestionnaire" | "serviceAgreementSignedSuccessfully" | "serviceAgreementSignFailed" | "failedToGetServiceAgreementStatus" | "failedToGetServiceAgreement" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "iHaveReadAndIAcceptTheseTerms" | "verified" | "signed" | "invalidRole" | "unableToVerifyTheIdNumber" | "download" | "accountHolder" | "accountHolderDescriptionCompany" | "accountHolderDescriptionIndividual" | "accountHolderDescriptionSoleProp" | "bankAccountToHaveSameNameAsTrust" | "bankCountry" | "bankAccountCountry" | "currency" | "currencyCode" | "currencyPlaceholder" | "bankAccountNumber" | "iban" | "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" | "goToIntro" | "goToOverview" | "goToOverviewFromIntro" | "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" | "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" | "companyNumber__NZ" | "enterpriseNumber" | "NIP" | "NIPC" | "numerodeIVA" | "NIF" | "uen" | "gst" | "nric" | "hkid" | "NIFdeIVA" | "partitaIVA" | "organisationsnummer" | "momsregistreringsnummer" | "codiceFiscaleOrCCIAA" | "UST-ID" | "DIC" | "ICO" | "USt-IdNr" | "handelsregisternummer" | "NumeroDeTVA" | "organisasjonsnummer" | "skattenummer" | "verificationErrorMessage" | "remediationFormErrorMessage" | "youHaveUnsavedChanges" | "areYouSureToLeave" | "cancel" | "save&Leave" | "leave" | "taxIdNumber" | "companyRegistrationNumber" | "companyRegistrationNumber__HK" | "euVatNumber" | "vatNumber" | "regonKrsNumber" | "registrationNumber" | "registrationNumber__nonProfit__FR" | "registrationNumber__FR" | "registrationNumber__PR" | "charityNumber" | "firmenbuchnummer" | "firmenbuchnummerOrZVR" | "stepsX/YofForm" | "no" | "yes" | "informationCouldNotBeSubmitted" | "fieldHasUnsupportedFormats" | "updateTheInformation" | "andResubmit" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "trustType" | "cashManagementTrust" | "corporateUnitTrust" | "deceasedEstate" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "firstHomeSaverAccountsTrust" | "fixedTrust" | "fixedUnitTrust" | "hybridTrust" | "listedPublicUnitTrust" | "otherTrust" | "pooledSuperannuationTrust" | "publicTradingTrust" | "unlistedPublicUnitTrust" | "countryOfEstablishment" | "nameOfTrustAgreement" | "typeOfTrustAgreement" | "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" | "solePropDetails" | "soleProprietorDetails" | "selectAccountHolder" | "nameOfBankAccountHolder" | "myName" | "myNameDescription" | "mySoleTraderName" | "mySoleTraderNameDescription" | "theCompanyIWorkFor" | "theCompanyIWorkForDescription" | "aTrust" | "aTrustDescription" | "aPartnership" | "aPartnershipDescription" | "anAssociation" | "anAssociationDescription" | "legalNameOfSoleProprietor" | "failedToFetchSoleProp" | "uniqueIdentificationCode" | "identifikacionenNomerDDS" | "MBS" | "PDVIdBrojOIB" | "cyRegistrationNumber" | "arithmosEngraphes" | "momsregistreringsnummerOrStamregister" | "registrikood" | "kaibemaksukohustuslaseNumber" | "YTunnus" | "arvonlisaveronumeroMervardesskattenummer" | "GEMI-number" | "grTaxId" | "huRegistrationNumber" | "huTaxId" | "valueAddedTaxIdentificationNumber" | "lvRegistrationNumber" | "lvTaxId" | "ltRegistrationNumber" | "mcRegistrationNumberSoleProp" | "PVMmoketojoKodas" | "luRegistrationNumber" | "numeroDIdentificationALATaxe" | "numarOrdineRegistrulComertului" | "codulDeIdentificareFiscala" | "skRegistrationNumber" | "skTaxId" | "siRegistrationNumber" | "siTaxId" | "chRegistrationNumber" | "mcRegistrationNumber" | "liRegistrationNumber" | "Mehrwertsteuernummer" | "Xdigits" | "upToXdigits" | "XtoYdigits" | "XorYdigits" | "Xcharacters" | "XtoYcharacters" | "XdigitsAndYcharacters" | "1character5to7digits" | "1char8digits" | "1charXalphanumeric" | "2characters6or7digits" | "7or8or12characters" | "2digits1to3letters5digits" | "Cchar5digits" | "characterPlusXToYDigitsWithOptionalSpace" | "cop1to8digits" | "8digitsOptional-" | "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" | "documentIssuedWithinLastYear" | "learnMore" | "doingBusinessAsNameFiling" | "taxFiling" | "continueAsCompany" | "continueAsIndividual" | "indicatedPayoutToCompany" | "continueSigningUpAsCompany" | "indicatedPayoutToPersonalAccount" | "continueSigningUpAsIndividual" | "continue" | "noGoBack" | "continueCompany" | "continueIndividual" | "addManually" | "searchAddress" | "startTypingTheAddress" | "addresses" | "loading" | "businessIncorporationNumber" | "doNotHaveBusinessIncorporationNumber" | "socialInsuranceNumber" | "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" | "businessRegistrationNumber" | "businessRegistrationNumber__HK" | "doNotHaveBusinessNumber" | "UEN/GST" | "UEN" | "IRD/GST" | "IRD" | "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" | "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_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_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_3_100" | "sameNameAsLegalName" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "iStillCantFindIt" | "patriotActDisclosureTitle" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "trusteeAsTrusteeForTrust" | "trustDeed" | "trustInstrument" | "makeSureToHaveYourTrustDeed" | "maintenanceModeMessage" | "individualTrusteeDetails" | "companyTrusteeDetails" | "trusteePersonalDetails" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "whichOfTheseApplyToTheSettlor" | "contributionBelowThreshold" | "professionalServiceProvider" | "deceased" | "noneOfTheAbove" | "settlorExemptionReason" | "otherInformation" | "firstNameOfSettlor" | "lastNameOfSettlor" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "taskIntroPrologueTitle" | "taskIntroPrologueDescriptionP1" | "taskIntroPrologueDescriptionP2" | "taskIntroCompanyTitle" | "taskIntroCompanyDescriptionP1" | "taskIntroCompanyDescriptionP2" | "taskIntroDecisionMakerOverviewTitle" | "taskIntroDecisionMakerOverviewDescriptionP1" | "taskIntroDecisionMakerOverviewDescriptionP2" | "taskIntroDecisionMakerOverviewDescriptionP3" | "taskIntroDecisionMakerOverviewDescriptionLI1" | "taskIntroDecisionMakerOverviewDescriptionLI2" | "taskIntroDecisionMakerOverviewDescriptionLI3" | "taskIntroIndividualTitle" | "taskIntroIndividualDescriptionP1" | "taskIntroIndividualDescriptionP2" | "taskIntroIndividualDescriptionP3" | "taskIntroIndividualDescriptionLI1" | "taskIntroIndividualDescriptionLI2" | "taskIntroIndividualDescriptionLI3" | "taskIntroPayoutTitle" | "taskIntroPayoutOrganizationDescriptionP1" | "taskIntroPayoutOrganizationDescriptionP2" | "taskIntroPayoutIndividualDescriptionP1" | "taskIntroPayoutIndividualDescriptionP2" | "taskIntroEpilogueTitle" | "taskIntroEpilogueDescriptionP1" | "taskIntroEpilogueDescriptionP2" | "taskIntroEpilogueDescriptionP3";
|
|
10
10
|
/**
|
|
11
11
|
* Returns the address schema of the selected country or the default address schema.
|
|
12
12
|
* @param country - The selected country
|
|
@@ -2,5 +2,5 @@ import './_button.component.scss';
|
|
|
2
2
|
import '../Link/_link.component.scss';
|
|
3
3
|
import { JSX } from 'preact';
|
|
4
4
|
import { ButtonProps } from './types';
|
|
5
|
-
declare const Button: ({ showAsLink, secondary, tertiary, ghost, positive, negative, className, labelHoverBox, role, small, block, circle, label, icon, title, disabled, type, onClick, onKeyDown, status, testId, }: ButtonProps) => JSX.Element;
|
|
5
|
+
export declare const Button: ({ showAsLink, secondary, tertiary, ghost, positive, negative, className, labelHoverBox, role, small, block, circle, label, icon, title, disabled, type, onClick, onKeyDown, status, testId, }: ButtonProps) => JSX.Element;
|
|
6
6
|
export default Button;
|
|
@@ -4,5 +4,5 @@ interface IconProps {
|
|
|
4
4
|
className?: string;
|
|
5
5
|
testId?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const Icon: ({ className, name, testId }: IconProps) => import("preact").JSX.Element;
|
|
7
|
+
export declare const Icon: ({ className, name, testId }: IconProps) => import("preact").JSX.Element;
|
|
8
8
|
export default Icon;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { CompanyDataResponse, CompanyDeepSearchRequest, CompanyDeepSearchResponse, CompanyIndexSearchRequest, CompanyIndexSearchResponse, GetCompanyDataRequest, RefreshCompanyDataRequest, TinVerificationRequest, TinVerificationResponse } from '../../models/api/company-search';
|
|
1
2
|
import { DataSet } from '../../models/api/data-set';
|
|
2
3
|
import { GetPayoutAccountFormatResponse } from '../../models/api/get-account-format';
|
|
3
4
|
import { GetAllowedCountriesResponse } from '../../models/api/get-allowed-countries';
|
|
@@ -17,5 +18,10 @@ export type ConfigurationApi = {
|
|
|
17
18
|
verifyIdNumber: (request: VerifyIdNumberRequest) => Promise<VerifyIdNumberResponse | undefined>;
|
|
18
19
|
validatePhoneNumber: (phoneNumber: string) => Promise<ValidationResponse>;
|
|
19
20
|
getImageUrl: () => string;
|
|
21
|
+
companyIndexSearch: (request: CompanyIndexSearchRequest) => Promise<CompanyIndexSearchResponse>;
|
|
22
|
+
companyDeepSearch: (request: CompanyDeepSearchRequest) => Promise<CompanyDeepSearchResponse>;
|
|
23
|
+
getCompanyData: (request: GetCompanyDataRequest) => Promise<CompanyDataResponse>;
|
|
24
|
+
refreshCompanyData: (request: RefreshCompanyDataRequest) => Promise<CompanyDataResponse>;
|
|
25
|
+
verifyTin: (request: TinVerificationRequest) => Promise<TinVerificationResponse>;
|
|
20
26
|
};
|
|
21
27
|
export declare const ConfigurationApiContext: import("preact").Context<ConfigurationApi>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentChildren } from 'preact';
|
|
2
2
|
interface ConfigurationApiContextProviderProps {
|
|
3
3
|
children: ComponentChildren;
|
|
4
|
-
rootLegalEntityId
|
|
4
|
+
rootLegalEntityId: string;
|
|
5
5
|
}
|
|
6
6
|
export declare const ConfigurationApiProvider: ({ children, rootLegalEntityId, }: ConfigurationApiContextProviderProps) => import("preact").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import { AccountHolderOption } from '../../components/internal/AccountHolder/types';
|
|
2
2
|
import { BankAccountFormatType } from '../../components/internal/BankAccountFormat/types';
|
|
3
|
-
import Language from '../../language/Language';
|
|
4
3
|
import { CountryCode } from '../models/country-code';
|
|
5
4
|
export interface CoreContextType {
|
|
6
|
-
i18n: Language;
|
|
7
|
-
translations: any;
|
|
8
|
-
setLocale: (locale: string) => void;
|
|
9
5
|
setContextCountry: (country: CountryCode) => void;
|
|
10
6
|
contextCountry: CountryCode;
|
|
11
7
|
isReview?: boolean;
|
|
@@ -2,10 +2,7 @@ import { ComponentChildren } from 'preact';
|
|
|
2
2
|
import { CountryCode } from '../models/country-code';
|
|
3
3
|
export interface CoreProviderProps {
|
|
4
4
|
contextCountry: CountryCode;
|
|
5
|
-
locale: string;
|
|
6
|
-
translations?: any;
|
|
7
5
|
isReview?: boolean;
|
|
8
|
-
clientKey?: string;
|
|
9
6
|
children?: ComponentChildren;
|
|
10
7
|
}
|
|
11
|
-
export declare const CoreProvider: ({ contextCountry: initialContextCountry,
|
|
8
|
+
export declare const CoreProvider: ({ contextCountry: initialContextCountry, children, isReview, }: CoreProviderProps) => import("preact").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import Language from '../../../language';
|
|
2
|
+
export type I18nContextValue = {
|
|
3
|
+
i18n: Language;
|
|
4
|
+
setLocale: (locale: string) => void;
|
|
5
|
+
};
|
|
6
|
+
export declare const I18nContext: import("preact").Context<I18nContextValue>;
|
|
7
|
+
export declare const useI18nContext: () => I18nContextValue;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentChildren } from 'preact';
|
|
2
|
+
import { CustomTranslations } from '../../../language/types';
|
|
3
|
+
export interface I18nProviderProps {
|
|
4
|
+
locale: string;
|
|
5
|
+
customTranslations?: CustomTranslations;
|
|
6
|
+
children?: ComponentChildren;
|
|
7
|
+
}
|
|
8
|
+
export declare const I18nProvider: ({ locale: initialLocale, customTranslations, children, }: I18nProviderProps) => import("preact").JSX.Element;
|
|
@@ -9,4 +9,15 @@ export interface SettingsProps {
|
|
|
9
9
|
export interface SettingsContextValue {
|
|
10
10
|
isSettingEnabled(key: SettingName): boolean;
|
|
11
11
|
}
|
|
12
|
-
export
|
|
12
|
+
export declare enum SettingNames {
|
|
13
|
+
AllowBankAccountFormatSelection = "allowBankAccountFormatSelection",
|
|
14
|
+
AllowIntraRegionCrossBorderPayout = "allowIntraRegionCrossBorderPayout",
|
|
15
|
+
AllowLegalEntityTypeChange = "changeLegalEntityType",
|
|
16
|
+
AllowPrefilledCountryEdit = "editPrefilledCountry",
|
|
17
|
+
ViewOnboardingGuidance = "viewOnboardingGuidance",
|
|
18
|
+
RequirePciSignEcommerce = "requirePciSignEcommerce",
|
|
19
|
+
RequirePciSignPos = "requirePciSignPos",
|
|
20
|
+
RequirePciSignEcomMoto = "requirePciSignEcomMoto",
|
|
21
|
+
RequirePciSignPosMoto = "requirePciSignPosMoto"
|
|
22
|
+
}
|
|
23
|
+
export type SettingName = `${SettingNames}`;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { CompanySchema } from '../../../components/Company/types';
|
|
2
|
-
import { TrustMemberSchema } from '../../../components/Dropins/RoleAndTypeDropin/types';
|
|
3
|
-
import { IndividualSchema } from '../../../components/Individual/types';
|
|
4
|
-
import { PayoutDetailsSchema } from '../../../components/PayoutDetails/types';
|
|
5
|
-
import { SolePropSchema } from '../../../components/SoleProp/types';
|
|
6
|
-
import { TrustSchema } from '../../../components/Trust/types';
|
|
1
|
+
import type { CompanySchema } from '../../../components/Company/types';
|
|
2
|
+
import type { TrustMemberSchema } from '../../../components/Dropins/RoleAndTypeDropin/types';
|
|
3
|
+
import type { IndividualSchema } from '../../../components/Individual/types';
|
|
4
|
+
import type { PayoutDetailsSchema } from '../../../components/PayoutDetails/types';
|
|
5
|
+
import type { SolePropSchema } from '../../../components/SoleProp/types';
|
|
6
|
+
import type { TrustSchema } from '../../../components/Trust/types';
|
|
7
|
+
import type { ValidationRuleResult } from '../../../utils/validation/types';
|
|
7
8
|
export interface SFValue {
|
|
8
9
|
caller?: string;
|
|
9
10
|
data?: object;
|
|
@@ -49,9 +50,21 @@ export type TopLevelDataSchema = IndividualSchema | CompanySchema | PayoutDetail
|
|
|
49
50
|
export interface State<TLDS extends TopLevelDataSchema> {
|
|
50
51
|
data: TLDS;
|
|
51
52
|
allData: TLDS;
|
|
52
|
-
valid:
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
valid: {
|
|
54
|
+
[ActiveForm in keyof TLDS]: {
|
|
55
|
+
[Field in keyof TLDS[ActiveForm]]: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
errors: {
|
|
59
|
+
[ActiveForm in keyof TLDS]: {
|
|
60
|
+
[Field in keyof TLDS[ActiveForm]]: ValidationRuleResult;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
fieldProblems: {
|
|
64
|
+
[ActiveForm in keyof TLDS]: {
|
|
65
|
+
[Field in keyof TLDS[ActiveForm]]: boolean;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
55
68
|
allValid: boolean;
|
|
56
69
|
isValid: boolean;
|
|
57
70
|
validityByForm?: Record<string, boolean>;
|
|
@@ -65,10 +78,10 @@ export interface StateSlice<TLDS extends TopLevelDataSchema, SliceName extends k
|
|
|
65
78
|
[key in keyof TLDS[SliceName]]: boolean;
|
|
66
79
|
};
|
|
67
80
|
errors?: {
|
|
68
|
-
[key in keyof TLDS[SliceName]]:
|
|
81
|
+
[key in keyof TLDS[SliceName]]: ValidationRuleResult;
|
|
69
82
|
};
|
|
70
83
|
fieldProblems?: {
|
|
71
|
-
[key in keyof TLDS[SliceName]]:
|
|
84
|
+
[key in keyof TLDS[SliceName]]: boolean;
|
|
72
85
|
};
|
|
73
86
|
schema?: ReadonlyArray<keyof TLDS[SliceName]>;
|
|
74
87
|
}
|
|
@@ -11,6 +11,6 @@ interface FontProps {
|
|
|
11
11
|
/**
|
|
12
12
|
* Exposes a method intended to load fonts and icon fonts.
|
|
13
13
|
*/
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
14
|
+
export declare const addStyleTagForFont: FontProps;
|
|
15
|
+
export declare const addStyleTagForADLIconFont: (loadingContext: string) => void;
|
|
16
16
|
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { CreateTrustedTransferInstrumentResponse } from '../../models/api/trusted-transferInstrument';
|
|
2
|
+
import { ComponentApiRequestContext } from '../types';
|
|
3
|
+
export declare const createTrustedTransferInstrument: (context: ComponentApiRequestContext, code: string, state: string) => Promise<CreateTrustedTransferInstrumentResponse>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { BankVerificationErrorResponse } from '../../models/api/trusted-transferInstrument';
|
|
2
|
+
import { ComponentApiRequestContext } from '../types';
|
|
3
|
+
export declare const handleBankVerificationError: (context: ComponentApiRequestContext, errorCode: string, errorMessage: string, state: string, metadata?: Map<string, string>) => Promise<BankVerificationErrorResponse>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpOptions } from './types';
|
|
1
|
+
import type { HttpOptions } from './types';
|
|
2
2
|
export declare const http: <T>(options: HttpOptions, data?: any, responseType?: XMLHttpRequestResponseType) => Promise<T>;
|
|
3
3
|
export declare const httpGet: <T>(options: HttpOptions, data?: any) => Promise<T>;
|
|
4
4
|
export declare const httpPost: <T>(options: HttpOptions, data?: any) => Promise<T>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { CompanyDeepSearchRequest, CompanyDeepSearchResponse } from '../../models/api/company-search';
|
|
2
|
+
export declare const companyDeepSearch: (context: {
|
|
3
|
+
loadingContext: string;
|
|
4
|
+
clientKey: string;
|
|
5
|
+
}, data: CompanyDeepSearchRequest) => Promise<CompanyDeepSearchResponse>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { CompanyIndexSearchRequest, CompanyIndexSearchResponse } from '../../models/api/company-search';
|
|
2
|
+
export declare const companyIndexSearch: (context: {
|
|
3
|
+
loadingContext: string;
|
|
4
|
+
clientKey: string;
|
|
5
|
+
}, data: CompanyIndexSearchRequest) => Promise<CompanyIndexSearchResponse>;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
export * from './company-deep-search';
|
|
2
|
+
export * from './company-index-search';
|
|
1
3
|
export * from './get-account-format';
|
|
2
4
|
export * from './get-allowed-countries';
|
|
3
5
|
export * from './get-allowed-locales';
|
|
6
|
+
export * from './get-company-data';
|
|
4
7
|
export * from './get-configuration';
|
|
5
8
|
export * from './get-dataset';
|
|
9
|
+
export * from './refresh-company-data';
|
|
6
10
|
export * from './validate-phone-number';
|
|
7
11
|
export * from './verify-id-number';
|
|
12
|
+
export * from './verify-tin';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { CompanyDataResponse, RefreshCompanyDataRequest } from '../../models/api/company-search';
|
|
2
|
+
export declare const refreshCompanyData: (context: {
|
|
3
|
+
loadingContext: string;
|
|
4
|
+
clientKey: string;
|
|
5
|
+
}, data: RefreshCompanyDataRequest) => Promise<CompanyDataResponse>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NonEmbeddedAuthContextType } from '../Context/AuthContext/AuthContext';
|
|
1
|
+
import type { NonEmbeddedAuthContextType } from '../Context/AuthContext/AuthContext';
|
|
2
2
|
export type FetchErrorLevel = 'silent' | 'info' | 'warn' | 'error' | 'fatal';
|
|
3
3
|
export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'OPTIONS' | 'PATCH';
|
|
4
4
|
export type RequestContext = Partial<NonEmbeddedAuthContextType> & Required<Pick<NonEmbeddedAuthContextType, 'clientKey'>> & {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useAllowedLocales: () => string[] | undefined;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { DropinAPIHandlers } from '../../components/Dropins/types';
|
|
2
|
+
import { ConfigurationApi } from '../Context/ConfigurationApiContext/ConfigurationApiContext';
|
|
3
|
+
import { BankVerificationVendorsResponse } from '../models/api/get-bankVerification-providers';
|
|
4
|
+
import { GetConfigurationResponse } from '../models/api/get-configuration';
|
|
5
|
+
import { LegalEntityType } from '../models/api/legal-entity-type';
|
|
6
|
+
import { CountryCode } from '../models/country-code';
|
|
7
|
+
interface UseBankConfigurationHandlersProps {
|
|
8
|
+
isEmbeddedDropin: boolean;
|
|
9
|
+
handleGetBankVerificationVendors: DropinAPIHandlers['handleGetBankVerificationVendors'];
|
|
10
|
+
bankAccountCountry: CountryCode;
|
|
11
|
+
getConfiguration: ConfigurationApi['getConfiguration'];
|
|
12
|
+
legalEntityType: LegalEntityType;
|
|
13
|
+
capabilities: Array<string>;
|
|
14
|
+
}
|
|
15
|
+
/** **
|
|
16
|
+
* There are some differences in the response provided by bankVerificationVendors
|
|
17
|
+
* when connected to open banking engine in backend and when not. The two flows here are created to
|
|
18
|
+
* reduce the impact of any potential problems by introducing open banking engine.
|
|
19
|
+
*/
|
|
20
|
+
export declare const useBankConfigurationHandlers: ({ isEmbeddedDropin, handleGetBankVerificationVendors, bankAccountCountry, getConfiguration, legalEntityType, capabilities, }: UseBankConfigurationHandlersProps) => {
|
|
21
|
+
getConfigurationData: () => Promise<GetConfigurationResponse>;
|
|
22
|
+
getBankVerificationVendorsHandler: (data: string) => Promise<BankVerificationVendorsResponse>;
|
|
23
|
+
};
|
|
24
|
+
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DropinAPIHandlers } from '../../components/Dropins/types';
|
|
2
|
+
import { BankVerificationErrorResponse, CreateTrustedTransferInstrumentResponse } from '../models/api/trusted-transferInstrument';
|
|
2
3
|
export type ComponentApi = {
|
|
3
4
|
getLegalEntity: Required<DropinAPIHandlers>['handleGetLegalEntity'];
|
|
4
5
|
getTransferInstrument: Required<DropinAPIHandlers>['handleGetTransferInstrument'];
|
|
@@ -8,6 +9,8 @@ export type ComponentApi = {
|
|
|
8
9
|
updateDocument: Required<DropinAPIHandlers>['handleUpdateDocument'];
|
|
9
10
|
createTransferInstrument: Required<DropinAPIHandlers>['handleCreateTransferInstrument'];
|
|
10
11
|
updateTransferInstrument: Required<DropinAPIHandlers>['handleUpdateTransferInstrument'];
|
|
12
|
+
createTrustedTransferInstrument: (code: string, state: string) => Promise<CreateTrustedTransferInstrumentResponse>;
|
|
13
|
+
handleBankVerificationError: (errorCode: string, errorMessage: string, state: string, metadata?: Map<string, string>) => Promise<BankVerificationErrorResponse>;
|
|
11
14
|
};
|
|
12
15
|
export declare const COMPONENTS_API_VERSION = "v1";
|
|
13
16
|
/**
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StateUpdater } from 'preact/hooks';
|
|
2
|
+
type Serializer<T> = (object: T | undefined) => string;
|
|
3
|
+
type Parser<T> = (val: string) => T | undefined;
|
|
4
|
+
type Setter<T> = StateUpdater<T | undefined>;
|
|
5
|
+
type Options<T> = Partial<{
|
|
6
|
+
serializer: Serializer<T>;
|
|
7
|
+
parser: Parser<T>;
|
|
8
|
+
syncData: boolean;
|
|
9
|
+
}>;
|
|
10
|
+
export declare function useLocalStorage<T>(key: string, defaultValue: T, options?: Options<T>): [T, Setter<T>];
|
|
11
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useSalesChannelsSettings(): string[];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ExistingLegalEntity } from '../models/api/legal-entity';
|
|
2
|
+
export declare const useHasSeenIntro: (legalEntityId: string) => {
|
|
3
|
+
hasSeenIntro: boolean;
|
|
4
|
+
setHasSeenIntro: (value: boolean | ((prevState: boolean) => boolean)) => void;
|
|
5
|
+
};
|
|
6
|
+
export declare const guidanceAvailableForGivenLE: (legalEntity: ExistingLegalEntity) => boolean;
|
|
7
|
+
export declare const useShouldShowGuidanceIntros: (legalEntity: ExistingLegalEntity) => boolean;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Translations } from '../../language/types';
|
|
2
|
+
interface LoadedTranslationsState {
|
|
3
|
+
translations: Translations;
|
|
4
|
+
locale: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const useTranslations: ({ locale, allowedLocales, }: {
|
|
7
|
+
locale: string;
|
|
8
|
+
allowedLocales: string[] | undefined;
|
|
9
|
+
}) => LoadedTranslationsState;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import type { CountryCode } from '../country-code';
|
|
2
|
+
import type { StateCodeUS } from '../state-code';
|
|
3
|
+
export interface CompanySearchRequest {
|
|
4
|
+
/**
|
|
5
|
+
* @description A free-form value representing a partial company name
|
|
6
|
+
*/
|
|
7
|
+
text: string;
|
|
8
|
+
/**
|
|
9
|
+
* @description Country code to limit the search within - two character format
|
|
10
|
+
*/
|
|
11
|
+
country: CountryCode;
|
|
12
|
+
/**
|
|
13
|
+
* @description State code if the country is US (currently only enabled for US) - two character format
|
|
14
|
+
*/
|
|
15
|
+
state: StateCodeUS;
|
|
16
|
+
/**
|
|
17
|
+
* @description (optional) Limit number of results
|
|
18
|
+
*/
|
|
19
|
+
limit?: number;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @description Index search for company ID within kompany datastore using their current company data cache
|
|
23
|
+
*/
|
|
24
|
+
export type CompanyIndexSearchRequest = CompanySearchRequest;
|
|
25
|
+
/**
|
|
26
|
+
* @description Deep search for company ID requesting new data from the external datastore (e.g. Secretary of State) that kompany uses to fetch results
|
|
27
|
+
*/
|
|
28
|
+
export type CompanyDeepSearchRequest = CompanySearchRequest;
|
|
29
|
+
export interface CompanySearchResult {
|
|
30
|
+
id: string;
|
|
31
|
+
name: string;
|
|
32
|
+
registrationNumber: string;
|
|
33
|
+
requestTime: string;
|
|
34
|
+
lastUpdate: string;
|
|
35
|
+
}
|
|
36
|
+
export type CompanyIndexSearchResponse = {
|
|
37
|
+
results: Array<CompanySearchResult>;
|
|
38
|
+
};
|
|
39
|
+
export type CompanyDeepSearchResponse = {
|
|
40
|
+
results: Array<CompanySearchResult>;
|
|
41
|
+
};
|
|
42
|
+
export interface TinVerificationRequest {
|
|
43
|
+
/**
|
|
44
|
+
* @description Nine letter Tax Identification Number with or without hyphens
|
|
45
|
+
*/
|
|
46
|
+
tin: string;
|
|
47
|
+
/**
|
|
48
|
+
* @description Company name
|
|
49
|
+
*/
|
|
50
|
+
name: string;
|
|
51
|
+
}
|
|
52
|
+
export interface TinVerificationResponse {
|
|
53
|
+
matched: boolean;
|
|
54
|
+
}
|
|
55
|
+
export interface CompanyDataRequest {
|
|
56
|
+
/**
|
|
57
|
+
* @description Company Id returned from index search
|
|
58
|
+
*/
|
|
59
|
+
companyId: string;
|
|
60
|
+
/**
|
|
61
|
+
* @description (optional) Country code
|
|
62
|
+
*/
|
|
63
|
+
country?: CountryCode;
|
|
64
|
+
}
|
|
65
|
+
export type GetCompanyDataRequest = CompanyDataRequest;
|
|
66
|
+
export type RefreshCompanyDataRequest = CompanyDataRequest;
|
|
67
|
+
export interface CompanyDataResponse {
|
|
68
|
+
id: string;
|
|
69
|
+
name: string;
|
|
70
|
+
country: CountryCode;
|
|
71
|
+
registrationNumber: string;
|
|
72
|
+
organizationType: string;
|
|
73
|
+
address: string;
|
|
74
|
+
requestTime: string;
|
|
75
|
+
lastUpdate: string;
|
|
76
|
+
street?: string;
|
|
77
|
+
city?: string;
|
|
78
|
+
state?: StateCodeUS;
|
|
79
|
+
zipcode?: string;
|
|
80
|
+
}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import { ServiceAgreementAcceptanceInfo, ServiceAgreementType } from '../../../components/Dropins/ServiceAgreementDropinComponent/types';
|
|
1
|
+
import type { ServiceAgreementAcceptanceInfo, ServiceAgreementType } from '../../../components/Dropins/ServiceAgreementDropinComponent/types';
|
|
2
2
|
export interface PciTemplateRequest {
|
|
3
3
|
language: string;
|
|
4
|
+
additionalSalesChannels?: string[];
|
|
5
|
+
}
|
|
6
|
+
export interface PciStatusRequest {
|
|
7
|
+
additionalSalesChannels?: string[];
|
|
4
8
|
}
|
|
5
9
|
export interface PciTemplateResponse extends PciTemplateRequest {
|
|
6
10
|
pciTemplateReferences: PciTemplateReferences;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Address } from './address';
|
|
2
|
-
import { TaxInformation, VatAbsenceReason } from './organization';
|
|
2
|
+
import { TaxInformation, TaxInformationType, VatAbsenceReason } from './organization';
|
|
3
3
|
export interface LegalArrangement {
|
|
4
4
|
name: string;
|
|
5
5
|
countryOfGoverningLaw: string;
|
|
@@ -11,5 +11,6 @@ export interface LegalArrangement {
|
|
|
11
11
|
vatAbsenceReason?: VatAbsenceReason;
|
|
12
12
|
registrationNumber?: string;
|
|
13
13
|
principalPlaceOfBusiness?: Address;
|
|
14
|
+
uenOrGst?: TaxInformationType;
|
|
14
15
|
}
|
|
15
16
|
export type LegalArrangementType = 'trust' | 'soleProprietorship';
|