@adyen/kyc-components 2.4.3 → 2.5.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.
Files changed (78) hide show
  1. package/dist/es/adyen-kyc-components.es.js +3260 -2749
  2. package/dist/types/components/BankVerification/types.d.ts +2 -2
  3. package/dist/types/components/Dropins/types.d.ts +2 -1
  4. package/dist/types/components/EmbeddedDropins/PayoutEmbeddedDropin/PayoutEmbeddedDropin.d.ts +9 -0
  5. package/dist/types/components/PayoutDetails/rules.d.ts +1 -1
  6. package/dist/types/components/PayoutDetails/types.d.ts +1 -1
  7. package/dist/types/components/TrustRegistrationDetails/types.d.ts +3 -2
  8. package/dist/types/components/UIElement.d.ts +1 -1
  9. package/dist/types/components/index.d.ts +2 -0
  10. package/dist/types/components/internal/Address/utils.d.ts +1 -1
  11. package/dist/types/components/internal/TaxId/TaxId.d.ts +1 -1
  12. package/dist/types/components/internal/TaxId/index.d.ts +1 -1
  13. package/dist/types/components/internal/TaxId/rules.d.ts +6 -1
  14. package/dist/types/components/internal/TaxId/taxIdValidation.d.ts +2 -1
  15. package/dist/types/components/internal/TaxId/types.d.ts +2 -1
  16. package/dist/types/core/{hooks/useKycExternalApi.d.ts → Context/ConfigurationApiContext/ConfigurationApiContext.d.ts} +10 -13
  17. package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiProvider.d.ts +7 -0
  18. package/dist/types/core/Context/ConfigurationApiContext/getEmbeddedApi.d.ts +6 -0
  19. package/dist/types/core/Context/ConfigurationApiContext/getKycExternalApi.d.ts +5 -0
  20. package/dist/types/core/Context/ConfigurationApiContext/useConfigurationApi.d.ts +2 -0
  21. package/dist/types/core/Context/CoreContext.d.ts +11 -3
  22. package/dist/types/core/Context/CoreProvider.d.ts +3 -1
  23. package/dist/types/core/Context/useCoreContext.d.ts +2 -1
  24. package/dist/types/core/SDKValidation/index.d.ts +1 -1
  25. package/dist/types/core/Services/agnostic/index.d.ts +2 -0
  26. package/dist/types/core/Services/componentApi/create-document.d.ts +3 -0
  27. package/dist/types/core/Services/componentApi/create-transferInstrument.d.ts +3 -0
  28. package/dist/types/core/Services/componentApi/get-bankVerification-providers.d.ts +3 -0
  29. package/dist/types/core/Services/componentApi/get-bankVerification-vendor.d.ts +4 -0
  30. package/dist/types/core/Services/componentApi/get-dataset.d.ts +3 -0
  31. package/dist/types/core/Services/componentApi/get-document.d.ts +3 -0
  32. package/dist/types/core/Services/componentApi/get-legal-entity.d.ts +3 -0
  33. package/dist/types/core/Services/componentApi/get-payout-fields.d.ts +4 -0
  34. package/dist/types/core/Services/componentApi/get-payout-formats.d.ts +4 -0
  35. package/dist/types/core/Services/componentApi/get-scenarios.d.ts +3 -0
  36. package/dist/types/core/Services/componentApi/get-tasks.d.ts +3 -0
  37. package/dist/types/core/Services/componentApi/get-transfer-intsrument.d.ts +3 -0
  38. package/dist/types/core/Services/componentApi/index.d.ts +14 -0
  39. package/dist/types/core/Services/componentApi/update-document.d.ts +3 -0
  40. package/dist/types/core/Services/componentApi/update-transferInstrument.d.ts +3 -0
  41. package/dist/types/core/Services/kycExternalApi/get-account-format.d.ts +4 -0
  42. package/dist/types/core/Services/kycExternalApi/get-allowed-countries.d.ts +3 -0
  43. package/dist/types/core/Services/kycExternalApi/get-allowed-locales.d.ts +3 -0
  44. package/dist/types/core/Services/{get-configuration.d.ts → kycExternalApi/get-configuration.d.ts} +2 -2
  45. package/dist/types/core/Services/{get-dataset.d.ts → kycExternalApi/get-dataset.d.ts} +2 -2
  46. package/dist/types/core/Services/kycExternalApi/index.d.ts +7 -0
  47. package/dist/types/core/Services/{validate-phone-number.d.ts → kycExternalApi/validate-phone-number.d.ts} +2 -2
  48. package/dist/types/core/Services/{verify-id-number.d.ts → kycExternalApi/verify-id-number.d.ts} +2 -2
  49. package/dist/types/core/Services/types.d.ts +8 -2
  50. package/dist/types/core/core.d.ts +1 -1
  51. package/dist/types/core/hooks/useComponentApi.d.ts +15 -0
  52. package/dist/types/core/models/api/contracts.d.ts +0 -2
  53. package/dist/types/core/models/api/get-bankVerification-providers.d.ts +3 -0
  54. package/dist/types/core/models/api/get-configuration.d.ts +0 -4
  55. package/dist/types/core/models/api/get-payout-fields.d.ts +2 -0
  56. package/dist/types/core/models/api/get-scenarios.d.ts +7 -0
  57. package/dist/types/core/models/api/get-tasks.d.ts +2 -0
  58. package/dist/types/core/models/api/legal-arrangement.d.ts +15 -0
  59. package/dist/types/core/models/api/legal-entity.d.ts +1 -1
  60. package/dist/types/core/models/api/organization.d.ts +1 -1
  61. package/dist/types/core/models/api/sole-proprietor.d.ts +2 -0
  62. package/dist/types/core/models/api/transfer-instrument.d.ts +4 -4
  63. package/dist/types/core/models/api/trust.d.ts +2 -12
  64. package/dist/types/core/types.d.ts +5 -1
  65. package/dist/types/language/config.d.ts +36 -0
  66. package/dist/types/utils/company-util.d.ts +1 -2
  67. package/dist/types/utils/decision-maker-roles.d.ts +1 -1
  68. package/dist/types/utils/entity-status-util.d.ts +2 -2
  69. package/dist/types/utils/genUtils.d.ts +1 -0
  70. package/dist/types/utils/mapping/componentApiMapping.d.ts +3 -2
  71. package/dist/types/utils/trust-util.d.ts +1 -1
  72. package/package.json +1 -1
  73. package/dist/types/core/Services/get-account-format.d.ts +0 -4
  74. package/dist/types/core/Services/get-allowed-countries.d.ts +0 -3
  75. package/dist/types/core/Services/get-allowed-locales.d.ts +0 -3
  76. package/dist/types/core/models/api/soleProprietor.d.ts +0 -13
  77. /package/dist/types/core/Services/{get-fonts.d.ts → agnostic/get-fonts.d.ts} +0 -0
  78. /package/dist/types/core/Services/{get-images.d.ts → agnostic/get-images.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { StateUpdater } from 'preact/hooks';
2
2
  import { BaseInnerFormProps } from '../../core/hooks/useForm';
3
- import { BankVerificationVendorsResponse } from '../../core/models/api/contracts';
3
+ import { BankVerificationVendorsResponse } from '../../core/models/api/get-bankVerification-providers';
4
4
  import { LegalEntity } from '../../core/models/api/legal-entity';
5
5
  import { CountryCode } from '../../core/models/country-code';
6
6
  import { Currency } from '../../core/models/currency';
@@ -31,7 +31,7 @@ export interface PayoutAccountVerificationProps extends BaseInnerFormProps<Accou
31
31
  refreshLegalEntity?(): Promise<LegalEntity>;
32
32
  }
33
33
  export interface InstantBankVerificationProps {
34
- getBankVerificationVendors: (country: string) => Promise<BankVerificationVendorsResponse>;
34
+ getBankVerificationVendors: (country: CountryCode) => Promise<BankVerificationVendorsResponse>;
35
35
  retrieveBankAccountInfo: (info: AccountVerificationResponse) => void;
36
36
  setBankVerificationError: (error: InstantVerificationErrorNotification) => void;
37
37
  country: string;
@@ -1,7 +1,8 @@
1
1
  import { State, TopLevelDataSchema } from '../../core/Context/StateContext/types';
2
2
  import { Address, AddressSearchRequest, AddressSearchResponse } from '../../core/models/api/address-search';
3
- import { BankVerificationVendorsResponse, DownloadPci, PciQuestionnaireIds, PciQuestionnaires, PciStatus, PciTemplateRequest, PciTemplateResponse, ServiceAgreementAcceptanceInfos, ServiceAgreementRequest, ServiceAgreementResponse, ServiceAgreementSignRequest, ServiceAgreementSignResponse, ServiceAgreementStatus, SignedBy } from '../../core/models/api/contracts';
3
+ import { DownloadPci, PciQuestionnaireIds, PciQuestionnaires, PciStatus, PciTemplateRequest, PciTemplateResponse, ServiceAgreementAcceptanceInfos, ServiceAgreementRequest, ServiceAgreementResponse, ServiceAgreementSignRequest, ServiceAgreementSignResponse, ServiceAgreementStatus, SignedBy } from '../../core/models/api/contracts';
4
4
  import { Document } from '../../core/models/api/document';
5
+ import { BankVerificationVendorsResponse } from '../../core/models/api/get-bankVerification-providers';
5
6
  import { InstantIdVerificationStartCheckRequest, InstantIdVerificationStartCheckResponse, InstantIdVerificationTokenRequest, InstantIdVerificationTokenResponse } from '../../core/models/api/instant-id-verification';
6
7
  import { ExistingLegalEntity, LegalEntity, PatchLegalEntity } from '../../core/models/api/legal-entity';
7
8
  import { ReviewCompletion } from '../../core/models/api/review';
@@ -0,0 +1,9 @@
1
+ import EventEmitter from '../../EventEmitter';
2
+ export interface PayoutEmbeddedDropinProps {
3
+ legalEntityId: string;
4
+ transferInstrumentId?: string;
5
+ onChange?(): void;
6
+ onSubmit?(): void;
7
+ eventEmitter?: EventEmitter;
8
+ }
9
+ export declare function PayoutEmbeddedDropin({ legalEntityId, transferInstrumentId, onChange, onSubmit, eventEmitter, }: PayoutEmbeddedDropinProps): import("preact").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { BankVerificationVendorsResponse } from '../../core/models/api/contracts';
1
+ import { BankVerificationVendorsResponse } from '../../core/models/api/get-bankVerification-providers';
2
2
  import { CountryCode } from '../../core/models/country-code';
3
3
  import { FormRules } from '../../core/models/form-rules';
4
4
  import { CountryBankVerificationVendors } from '../BankVerification/types';
@@ -1,6 +1,6 @@
1
1
  import { StateUpdater } from 'preact/hooks';
2
2
  import type { BaseOuterFormProps } from '../../core/hooks/useForm';
3
- import type { BankVerificationVendorsResponse } from '../../core/models/api/contracts';
3
+ import { BankVerificationVendorsResponse } from '../../core/models/api/get-bankVerification-providers';
4
4
  import { ExistingLegalEntity, LegalEntity } from '../../core/models/api/legal-entity';
5
5
  import { TransferInstrument } from '../../core/models/api/transfer-instrument';
6
6
  import { FormModel } from '../../core/models/form';
@@ -1,14 +1,15 @@
1
1
  import type { BaseInnerFormProps } from '../../core/hooks/useForm';
2
2
  import { TrustTypes } from '../../core/models/api/trust-types-value';
3
+ import { CountryCode } from '../../core/models/country-code';
3
4
  import { TranslationKey } from '../../language/types';
4
5
  import { TaxIdSchema } from '../internal/TaxId/types';
5
6
  export interface TrustRegistrationDetailsSchema extends TaxIdSchema {
6
7
  legalName?: string;
7
- country?: string;
8
+ country?: CountryCode;
8
9
  trustType?: string;
9
10
  }
10
11
  export interface TrustRegistrationDetailsProps extends BaseInnerFormProps<TrustRegistrationDetailsSchema> {
11
- country: string;
12
+ country: CountryCode;
12
13
  }
13
14
  export declare const trustTypeOptions: Array<{
14
15
  id: TrustTypes;
@@ -6,7 +6,7 @@ import { UserEventCallback } from '../core/user-events';
6
6
  import { BaseElement, BaseElementProps } from './BaseElement';
7
7
  import EventEmitter from './EventEmitter';
8
8
  export interface BasicComponentProps {
9
- eventEmitter: EventEmitter;
9
+ eventEmitter?: EventEmitter;
10
10
  }
11
11
  export interface UIElementProps<ComponentProps extends BasicComponentProps> extends BaseElementProps, CoreProviderProps, SettingsProps, ExperimentsProps {
12
12
  onUserEvent?: UserEventCallback;
@@ -9,6 +9,7 @@ import { PayoutDetailsDropinComponent } from './Dropins/PayoutDetailsDropin';
9
9
  import { PciDropinComponent } from './Dropins/PciDropin';
10
10
  import { SolePropDropinComponent } from './Dropins/SolePropDropin';
11
11
  import { TrustDropinComponent } from './Dropins/TrustDropin';
12
+ import { PayoutEmbeddedDropin } from './EmbeddedDropins/PayoutEmbeddedDropin/PayoutEmbeddedDropin';
12
13
  /**
13
14
  * Maps each component with a Component element.
14
15
  */
@@ -20,6 +21,7 @@ export declare const componentsMap: {
20
21
  readonly trustDropin: typeof TrustDropinComponent;
21
22
  readonly soleProprietorDropin: typeof SolePropDropinComponent;
22
23
  readonly pci: typeof PciDropinComponent;
24
+ readonly payoutEmbeddedDropin: typeof PayoutEmbeddedDropin;
23
25
  };
24
26
  export type ComponentMap = typeof componentsMap;
25
27
  export type ComponentProps<Name extends keyof ComponentMap> = Parameters<ComponentMap[Name]>[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) => "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" | "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_6022" | "errorMessage_1_6027" | "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_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) => "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" | "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";
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,3 +1,3 @@
1
1
  import { TaxIdProps, TaxIdSchema } from './types';
2
2
  export declare const taxIdFields: Array<keyof TaxIdSchema>;
3
- export default function TaxId(props: TaxIdProps): import("preact").JSX.Element;
3
+ export declare function TaxId(props: TaxIdProps): import("preact").JSX.Element;
@@ -1 +1 @@
1
- export { default, taxIdFields } from './TaxId';
1
+ export * from './TaxId';
@@ -1,2 +1,7 @@
1
+ import { CountryCode } from '../../../core/models/country-code';
1
2
  import { CountryTaxSpecification } from './types';
2
- export declare const countryToTaxIdSpecsMap: Record<string, readonly CountryTaxSpecification[]>;
3
+ type CountryToTaxIdSpecsMap = {
4
+ [key in CountryCode]?: readonly CountryTaxSpecification[];
5
+ };
6
+ export declare const countryToTaxIdSpecsMap: CountryToTaxIdSpecsMap;
7
+ export {};
@@ -1 +1,2 @@
1
- export declare const validateTaxId: (input: string, countryCode: string) => boolean;
1
+ import { CountryCode } from '../../../core/models/country-code';
2
+ export declare const validateTaxId: (input: string, countryCode: CountryCode) => boolean;
@@ -1,11 +1,12 @@
1
1
  import type { BaseInnerFormProps } from '../../../core/hooks/useForm';
2
+ import type { CountryCode } from '../../../core/models/country-code';
2
3
  export interface TaxIdSchema {
3
4
  taxId?: string;
4
5
  taxIdAbsenceReason?: string;
5
6
  exemptedFromTax?: boolean;
6
7
  }
7
8
  export interface TaxIdProps extends BaseInnerFormProps<TaxIdSchema> {
8
- country?: string;
9
+ country: CountryCode;
9
10
  }
10
11
  export interface RegexPatterns {
11
12
  [key: string]: RegExp[];
@@ -1,12 +1,12 @@
1
- import { DataSet } from '../models/api/data-set';
2
- import { GetPayoutAccountFormatResponse } from '../models/api/get-account-format';
3
- import { GetAllowedCountriesResponse } from '../models/api/get-allowed-countries';
4
- import { GetAllowedLocalesResponse } from '../models/api/get-allowed-locales';
5
- import { GetConfigurationRequest, GetConfigurationResponse } from '../models/api/get-configuration';
6
- import { VerifyIdNumberRequest, VerifyIdNumberResponse } from '../models/api/verify-id-number';
7
- import { CountryCode } from '../models/country-code';
8
- import { ValidationResponse } from '../models/errors/validation-error';
9
- export type KycExternalApi = {
1
+ import { DataSet } from '../../models/api/data-set';
2
+ import { GetPayoutAccountFormatResponse } from '../../models/api/get-account-format';
3
+ import { GetAllowedCountriesResponse } from '../../models/api/get-allowed-countries';
4
+ import { GetAllowedLocalesResponse } from '../../models/api/get-allowed-locales';
5
+ import { GetConfigurationRequest, GetConfigurationResponse } from '../../models/api/get-configuration';
6
+ import { VerifyIdNumberRequest, VerifyIdNumberResponse } from '../../models/api/verify-id-number';
7
+ import { CountryCode } from '../../models/country-code';
8
+ import { ValidationResponse } from '../../models/errors/validation-error';
9
+ export type ConfigurationApi = {
10
10
  getConfiguration: (request: GetConfigurationRequest) => Promise<GetConfigurationResponse>;
11
11
  getPayoutAccountFormat: (country: CountryCode) => Promise<GetPayoutAccountFormatResponse>;
12
12
  getAllowedCountries: () => Promise<GetAllowedCountriesResponse>;
@@ -17,7 +17,4 @@ export type KycExternalApi = {
17
17
  verifyIdNumber: (request: VerifyIdNumberRequest) => Promise<VerifyIdNumberResponse | undefined>;
18
18
  validatePhoneNumber: (phoneNumber: string) => Promise<ValidationResponse>;
19
19
  };
20
- /**
21
- * @description Hook that allows use of current KycExternalApi requests without needing to pass in context.
22
- */
23
- export declare const useKycExternalApi: () => KycExternalApi;
20
+ export declare const ConfigurationApiContext: import("preact").Context<ConfigurationApi>;
@@ -0,0 +1,7 @@
1
+ import { ComponentChildren } from 'preact';
2
+ interface ConfigurationApiContextProviderProps {
3
+ children: ComponentChildren;
4
+ rootLegalEntityId?: string;
5
+ }
6
+ export declare const ConfigurationApiProvider: ({ children, rootLegalEntityId, }: ConfigurationApiContextProviderProps) => import("preact").JSX.Element;
7
+ export {};
@@ -0,0 +1,6 @@
1
+ import { ConfigurationApi } from './ConfigurationApiContext';
2
+ export declare const getEmbeddedApi: ({ base, sdkToken, rootLegalEntityId, }: {
3
+ base: string;
4
+ sdkToken: string;
5
+ rootLegalEntityId: string;
6
+ }) => ConfigurationApi;
@@ -0,0 +1,5 @@
1
+ import { ConfigurationApi } from './ConfigurationApiContext';
2
+ export declare const getKycExternalApi: ({ loadingContext, clientKey, }: {
3
+ loadingContext: string;
4
+ clientKey: string;
5
+ }) => ConfigurationApi;
@@ -0,0 +1,2 @@
1
+ import { ConfigurationApi } from './ConfigurationApiContext';
2
+ export declare const useConfigurationApi: () => ConfigurationApi;
@@ -2,13 +2,11 @@ import { AccountHolderOption } from '../../components/internal/AccountHolder/typ
2
2
  import { BankAccountFormatType } from '../../components/internal/BankAccountFormat/types';
3
3
  import Language from '../../language/Language';
4
4
  import { CountryCode } from '../models/country-code';
5
- export declare const coreContextDefaults: () => CoreContextType;
6
- export interface CoreContextType {
5
+ export interface BaseCoreContextType {
7
6
  i18n: Language;
8
7
  translations: any;
9
8
  setLocale: (locale: string) => void;
10
9
  loadingContext: string;
11
- clientKey: string;
12
10
  setContextCountry: (country: CountryCode) => void;
13
11
  contextCountry: CountryCode;
14
12
  isReview: boolean;
@@ -17,4 +15,14 @@ export interface CoreContextType {
17
15
  setAccountFormat: (bankAccountFormat: BankAccountFormatType) => void;
18
16
  accountFormat: BankAccountFormatType;
19
17
  }
18
+ interface EmbeddedCoreContextType extends BaseCoreContextType {
19
+ isEmbeddedDropin: true;
20
+ sdkToken: string;
21
+ }
22
+ export interface NonEmbeddedCoreContextType extends BaseCoreContextType {
23
+ isEmbeddedDropin: false;
24
+ clientKey: string;
25
+ }
26
+ export type CoreContextType = EmbeddedCoreContextType | NonEmbeddedCoreContextType;
20
27
  export declare const CoreContext: import("preact").Context<CoreContextType>;
28
+ export {};
@@ -6,11 +6,12 @@ import Language from '../../language';
6
6
  import { CountryCode } from '../models/country-code';
7
7
  export interface CoreProviderProps {
8
8
  loadingContext: string;
9
- clientKey: string;
10
9
  contextCountry: CountryCode;
11
10
  locale: string;
12
11
  translations?: any;
13
12
  isReview?: boolean;
13
+ clientKey?: string;
14
+ sdkToken?: string;
14
15
  }
15
16
  export interface CoreProviderState {
16
17
  loaded: boolean;
@@ -31,5 +32,6 @@ export declare class CoreProvider extends Component<CoreProviderProps, CoreProvi
31
32
  private setLocale;
32
33
  private setAccountHolder;
33
34
  private setAccountFormat;
35
+ private getContextValue;
34
36
  render(props: PropsWithChildren<CoreProviderProps>): import("preact").JSX.Element;
35
37
  }
@@ -1 +1,2 @@
1
- export declare const useCoreContext: () => import("./CoreContext").CoreContextType;
1
+ import { CoreContextType } from './CoreContext';
2
+ export declare const useCoreContext: () => CoreContextType;
@@ -1,4 +1,4 @@
1
1
  import { ComponentOptions } from '../../components';
2
2
  import { CoreOptions } from '../types';
3
3
  export declare const validateCoreOptions: (coreOptions: CoreOptions) => void;
4
- export declare const validateForComponent: <Name extends "payoutAccount" | "taskList" | "pci" | "individualDropin" | "companyDropin" | "trustDropin" | "soleProprietorDropin">(componentName: Name, options: ComponentOptions<Name>) => void;
4
+ export declare const validateForComponent: <Name extends "payoutAccount" | "taskList" | "pci" | "individualDropin" | "companyDropin" | "trustDropin" | "soleProprietorDropin" | "payoutEmbeddedDropin">(componentName: Name, options: ComponentOptions<Name>) => void;
@@ -0,0 +1,2 @@
1
+ export * from './get-fonts';
2
+ export * from './get-images';
@@ -0,0 +1,3 @@
1
+ import { Document } from '../../models/api/document';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const createDocument: (context: ComponentApiRequestContext, document: Document, ownerId: string) => Promise<Document>;
@@ -0,0 +1,3 @@
1
+ import { TransferInstrument } from '../../models/api/transfer-instrument';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const createTransferInstrument: (context: ComponentApiRequestContext, transferInstrument: TransferInstrument) => Promise<TransferInstrument>;
@@ -0,0 +1,3 @@
1
+ import { GetBankVerificationProvidersResponse } from '../../models/api/get-bankVerification-providers';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const getBankVerificationProviders: (context: ComponentApiRequestContext) => Promise<GetBankVerificationProvidersResponse>;
@@ -0,0 +1,4 @@
1
+ import { BankVerificationVendorsResponse } from '../../models/api/get-bankVerification-providers';
2
+ import { CountryCode } from '../../models/country-code';
3
+ import { ComponentApiRequestContext } from '../types';
4
+ export declare const getBankVerificationVendor: (context: ComponentApiRequestContext, country: CountryCode) => Promise<BankVerificationVendorsResponse>;
@@ -0,0 +1,3 @@
1
+ import { DataSet } from '../../models/api/data-set';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const getDataset: (context: ComponentApiRequestContext, name: string, locale: string) => Promise<DataSet>;
@@ -0,0 +1,3 @@
1
+ import { Document } from '../../models/api/document';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const getDocument: (context: ComponentApiRequestContext, documentId: string) => Promise<Document>;
@@ -0,0 +1,3 @@
1
+ import { ExistingLegalEntity } from '../../models/api/legal-entity';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const getLegalEntity: (context: ComponentApiRequestContext) => Promise<ExistingLegalEntity>;
@@ -0,0 +1,4 @@
1
+ import { GetPayoutFieldsResponse } from '../../models/api/get-payout-fields';
2
+ import { CountryCode } from '../../models/country-code';
3
+ import { ComponentApiRequestContext } from '../types';
4
+ export declare const getPayoutFields: (context: ComponentApiRequestContext, country: CountryCode) => Promise<GetPayoutFieldsResponse>;
@@ -0,0 +1,4 @@
1
+ import { GetPayoutAccountFormatResponse } from '../../models/api/get-account-format';
2
+ import { CountryCode } from '../../models/country-code';
3
+ import { ComponentApiRequestContext } from '../types';
4
+ export declare const getPayoutFormats: (context: ComponentApiRequestContext, country: CountryCode) => Promise<GetPayoutAccountFormatResponse>;
@@ -0,0 +1,3 @@
1
+ import { GetScenariosResponse } from '../../models/api/get-scenarios';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const getScenarios: (context: ComponentApiRequestContext) => Promise<GetScenariosResponse>;
@@ -0,0 +1,3 @@
1
+ import { GetTasksResponse } from '../../models/api/get-tasks';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const getTasks: (context: ComponentApiRequestContext) => Promise<GetTasksResponse>;
@@ -0,0 +1,3 @@
1
+ import { TransferInstrument } from '../../models/api/transfer-instrument';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const getTransferInstrument: (context: ComponentApiRequestContext, transferInstrumentId: string) => Promise<TransferInstrument>;
@@ -0,0 +1,14 @@
1
+ export * from './create-document';
2
+ export * from './create-transferInstrument';
3
+ export * from './get-bankVerification-providers';
4
+ export * from './get-bankVerification-vendor';
5
+ export * from './get-dataset';
6
+ export * from './get-document';
7
+ export * from './get-legal-entity';
8
+ export * from './get-payout-fields';
9
+ export * from './get-payout-formats';
10
+ export * from './get-scenarios';
11
+ export * from './get-tasks';
12
+ export * from './get-transfer-intsrument';
13
+ export * from './update-document';
14
+ export * from './update-transferInstrument';
@@ -0,0 +1,3 @@
1
+ import { Document } from '../../models/api/document';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const updateDocument: (context: ComponentApiRequestContext, document: Document, documentId: string, ownerId: string) => Promise<Document>;
@@ -0,0 +1,3 @@
1
+ import { TransferInstrument } from '../../models/api/transfer-instrument';
2
+ import { ComponentApiRequestContext } from '../types';
3
+ export declare const updateTransferInstrument: (context: ComponentApiRequestContext, transferInstrument: TransferInstrument, transferInstrumentId: string) => Promise<TransferInstrument>;
@@ -0,0 +1,4 @@
1
+ import { GetPayoutAccountFormatResponse } from '../../models/api/get-account-format';
2
+ import { CountryCode } from '../../models/country-code';
3
+ import { RequestContext } from '../types';
4
+ export declare const getPayoutAccountFormat: (context: RequestContext, country: CountryCode) => Promise<GetPayoutAccountFormatResponse>;
@@ -0,0 +1,3 @@
1
+ import { GetAllowedCountriesResponse } from '../../models/api/get-allowed-countries';
2
+ import { RequestContext } from '../types';
3
+ export declare const getAllowedCountries: (context: RequestContext) => Promise<GetAllowedCountriesResponse>;
@@ -0,0 +1,3 @@
1
+ import { GetAllowedLocalesResponse } from '../../models/api/get-allowed-locales';
2
+ import { RequestContext } from '../types';
3
+ export declare const getAllowedLocales: (context: RequestContext) => Promise<GetAllowedLocalesResponse>;
@@ -1,3 +1,3 @@
1
- import type { GetConfigurationRequest, GetConfigurationResponse } from '../models/api/get-configuration';
2
- import { RequestContext } from './types';
1
+ import type { GetConfigurationRequest, GetConfigurationResponse } from '../../models/api/get-configuration';
2
+ import { RequestContext } from '../types';
3
3
  export declare const getConfiguration: (context: RequestContext, request: GetConfigurationRequest) => Promise<GetConfigurationResponse>;
@@ -1,3 +1,3 @@
1
- import { DataSet } from '../models/api/data-set';
2
- import { RequestContext } from './types';
1
+ import { DataSet } from '../../models/api/data-set';
2
+ import { RequestContext } from '../types';
3
3
  export declare const getDataset: (context: RequestContext, name: string, locale: string) => Promise<DataSet>;
@@ -0,0 +1,7 @@
1
+ export * from './get-account-format';
2
+ export * from './get-allowed-countries';
3
+ export * from './get-allowed-locales';
4
+ export * from './get-configuration';
5
+ export * from './get-dataset';
6
+ export * from './validate-phone-number';
7
+ export * from './verify-id-number';
@@ -1,3 +1,3 @@
1
- import { ValidationResponse } from '../models/errors/validation-error';
2
- import { RequestContext } from './types';
1
+ import { ValidationResponse } from '../../models/errors/validation-error';
2
+ import { RequestContext } from '../types';
3
3
  export declare const validatePhoneNumber: (context: RequestContext, phoneNumber: string) => Promise<ValidationResponse>;
@@ -1,3 +1,3 @@
1
- import { VerifyIdNumberRequest, VerifyIdNumberResponse } from '../models/api/verify-id-number';
2
- import { RequestContext } from './types';
1
+ import { VerifyIdNumberRequest, VerifyIdNumberResponse } from '../../models/api/verify-id-number';
2
+ import { RequestContext } from '../types';
3
3
  export declare const verifyIdNumber: (context: RequestContext, request: VerifyIdNumberRequest) => Promise<VerifyIdNumberResponse | undefined>;