@adyen/kyc-components 2.2.4 → 2.2.6
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 +27091 -0
- package/dist/es/package.json +3 -0
- package/dist/mockServiceWorker.js +302 -0
- package/dist/style.css +97918 -0
- package/dist/types/components/AutoResizer.d.ts +6 -0
- package/dist/types/components/BankVerification/BankVerification.d.ts +8 -0
- package/dist/types/components/BankVerification/types.d.ts +50 -0
- package/dist/types/components/BankVerification/verification/widget/component/BankVerificationWidget.d.ts +24 -0
- package/dist/types/components/BankVerification/verification/widget/iframeWidget.d.ts +38 -0
- package/dist/types/components/BankVerification/verification/widget/index.d.ts +1 -0
- package/dist/types/components/BaseElement.d.ts +43 -0
- package/dist/types/components/Company/component/CompanyComponent.d.ts +40 -0
- package/dist/types/components/Company/rules.d.ts +9 -0
- package/dist/types/components/Company/types.d.ts +37 -0
- package/dist/types/components/CompanyDetails/component/CompanyDetailsComponent.d.ts +5 -0
- package/dist/types/components/CompanyDetails/types.d.ts +17 -0
- package/dist/types/components/CompanyDetails/validate.d.ts +3 -0
- package/dist/types/components/CompanyNameAndCountry/component/CompanyNameAndCountryComponent.d.ts +4 -0
- package/dist/types/components/CompanyNameAndCountry/types.d.ts +10 -0
- package/dist/types/components/CompanyNameAndCountry/validate.d.ts +3 -0
- package/dist/types/components/CompanyType/component/CompanyTypeComponent.d.ts +5 -0
- package/dist/types/components/CompanyType/types.d.ts +10 -0
- package/dist/types/components/CompanyType/validate.d.ts +3 -0
- package/dist/types/components/ConstitutionalDocument/ConstitutionalDocumentComponent.d.ts +10 -0
- package/dist/types/components/ConstitutionalDocument/types.d.ts +11 -0
- package/dist/types/components/ContactDetails/component/ContactDetailsComponent.d.ts +4 -0
- package/dist/types/components/ContactDetails/types.d.ts +9 -0
- package/dist/types/components/ContactDetails/validate.d.ts +3 -0
- package/dist/types/components/DecisionMakers/component/DecisionMakersComponent.d.ts +4 -0
- package/dist/types/components/DecisionMakers/types.d.ts +11 -0
- package/dist/types/components/DocumentUpload/DocumentUpload.d.ts +4 -0
- package/dist/types/components/DocumentUpload/types.d.ts +20 -0
- package/dist/types/components/Dropins/CompanyDropin/components/CompanyDropinComponent.d.ts +2 -0
- package/dist/types/components/Dropins/CompanyDropin/index.d.ts +1 -0
- package/dist/types/components/Dropins/DropinComposer/components/DropinComposerComponent.d.ts +2 -0
- package/dist/types/components/Dropins/DropinComposer/index.d.ts +1 -0
- package/dist/types/components/Dropins/DropinLayout/ActionBar/ActionBar.d.ts +4 -0
- package/dist/types/components/Dropins/DropinLayout/ActionBar/index.d.ts +1 -0
- package/dist/types/components/Dropins/DropinLayout/ActionBar/type.d.ts +11 -0
- package/dist/types/components/Dropins/DropinLayout/DropinLayout.d.ts +3 -0
- package/dist/types/components/Dropins/DropinLayout/types.d.ts +6 -0
- package/dist/types/components/Dropins/FormComposer/FormComposer.d.ts +34 -0
- package/dist/types/components/Dropins/FormComposer/components/FormNavigation/FormNavigation.d.ts +4 -0
- package/dist/types/components/Dropins/FormComposer/components/FormNavigation/FormNavigationItem.d.ts +3 -0
- package/dist/types/components/Dropins/FormComposer/components/FormNavigation/index.d.ts +1 -0
- package/dist/types/components/Dropins/FormComposer/components/FormNavigation/types.d.ts +24 -0
- package/dist/types/components/Dropins/FormComposer/types.d.ts +22 -0
- package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +39 -0
- package/dist/types/components/Dropins/IndividualDropin/components/IndividualDropinComponent.d.ts +2 -0
- package/dist/types/components/Dropins/IndividualDropin/index.d.ts +1 -0
- package/dist/types/components/Dropins/PayoutDetailsDropin/components/PayoutDetailsDropinComponent.d.ts +4 -0
- package/dist/types/components/Dropins/PayoutDetailsDropin/index.d.ts +1 -0
- package/dist/types/components/Dropins/PciDropin/components/PciDropinComponent.d.ts +2 -0
- package/dist/types/components/Dropins/PciDropin/index.d.ts +1 -0
- package/dist/types/components/Dropins/PciDropin/types.d.ts +14 -0
- package/dist/types/components/Dropins/PciDropin/validate.d.ts +3 -0
- package/dist/types/components/Dropins/RoleAndTypeDropin/components/RoleAndTypeDropinComponent.d.ts +2 -0
- package/dist/types/components/Dropins/RoleAndTypeDropin/index.d.ts +1 -0
- package/dist/types/components/Dropins/RoleAndTypeDropin/types.d.ts +18 -0
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/ServiceAgreementDropinComponent.d.ts +2 -0
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/useServiceAgreement.d.ts +22 -0
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/index.d.ts +1 -0
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/types.d.ts +25 -0
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/validate.d.ts +3 -0
- package/dist/types/components/Dropins/SolePropDropin/components/SolePropDropinComponent.d.ts +2 -0
- package/dist/types/components/Dropins/SolePropDropin/index.d.ts +1 -0
- package/dist/types/components/Dropins/TrustDropin/components/TrustDropinComponent.d.ts +2 -0
- package/dist/types/components/Dropins/TrustDropin/index.d.ts +1 -0
- package/dist/types/components/Dropins/types.d.ts +63 -0
- package/dist/types/components/EventEmitter.d.ts +20 -0
- package/dist/types/components/IdDocumentUpload/component/IdDocumentAlreadyUpload.d.ts +3 -0
- package/dist/types/components/IdDocumentUpload/component/IdDocumentInstantVerificationComponent.d.ts +5 -0
- package/dist/types/components/IdDocumentUpload/component/IdDocumentManualUpload.d.ts +6 -0
- package/dist/types/components/IdDocumentUpload/component/IdDocumentUploadComponent.d.ts +4 -0
- package/dist/types/components/IdDocumentUpload/types.d.ts +50 -0
- package/dist/types/components/IdVerification/component/IdVerificationComponent.d.ts +3 -0
- package/dist/types/components/IdVerification/types.d.ts +13 -0
- package/dist/types/components/IdVerificationMethod/IdVerificationMethodComponent.d.ts +5 -0
- package/dist/types/components/IdVerificationMethod/idVerificationMethodMetadata.d.ts +14 -0
- package/dist/types/components/IdVerificationMethod/index.d.ts +1 -0
- package/dist/types/components/IdVerificationMethod/types.d.ts +13 -0
- package/dist/types/components/IdentityAu/additionalIdentityInfoSchema.d.ts +8 -0
- package/dist/types/components/IdentityAu/component/DriversLicense.d.ts +21 -0
- package/dist/types/components/IdentityAu/component/IdentityAuComponent.d.ts +2 -0
- package/dist/types/components/IdentityAu/component/PassportNumber.d.ts +15 -0
- package/dist/types/components/IdentityAu/component/ProofOfIdentityCard.d.ts +15 -0
- package/dist/types/components/IdentityAu/component/TypeOfIdentity.d.ts +12 -0
- package/dist/types/components/IdentityAu/types.d.ts +10 -0
- package/dist/types/components/IdentityAu/validate.d.ts +3 -0
- package/dist/types/components/IdentityNumber/component/IdentityNumberComponent.d.ts +4 -0
- package/dist/types/components/IdentityNumber/formats.d.ts +15 -0
- package/dist/types/components/IdentityNumber/type.d.ts +12 -0
- package/dist/types/components/IdentityNumber/validate.d.ts +40 -0
- package/dist/types/components/IdentityNumber/validate.helper.d.ts +5 -0
- package/dist/types/components/Individual/component/IndividualComponent.d.ts +7 -0
- package/dist/types/components/Individual/rules.d.ts +10 -0
- package/dist/types/components/Individual/types.d.ts +48 -0
- package/dist/types/components/LegalEntityTypeSwitcher/LegalEntityTypeSwitcher.d.ts +2 -0
- package/dist/types/components/LegalEntityTypeSwitcher/type.d.ts +6 -0
- package/dist/types/components/PatriotActDisclosure.d.ts +1 -0
- package/dist/types/components/PayoutAccount/component/PayoutAccountComponent.d.ts +6 -0
- package/dist/types/components/PayoutAccount/types.d.ts +30 -0
- package/dist/types/components/PayoutBankStatement/component/BankDocumentRequirements.d.ts +7 -0
- package/dist/types/components/PayoutBankStatement/component/PayoutBankStatementComponent.d.ts +6 -0
- package/dist/types/components/PayoutBankStatement/types.d.ts +31 -0
- package/dist/types/components/PayoutDetails/component/PayoutDetailsComponent.d.ts +28 -0
- package/dist/types/components/PayoutDetails/rules.d.ts +13 -0
- package/dist/types/components/PayoutDetails/types.d.ts +42 -0
- package/dist/types/components/PayoutVerificationMethod/allowedBankCountriesPerCountry.d.ts +2 -0
- package/dist/types/components/PayoutVerificationMethod/component/PayoutVerificationMethod.d.ts +5 -0
- package/dist/types/components/PayoutVerificationMethod/payoutVerificationMethodMetadata.d.ts +14 -0
- package/dist/types/components/PayoutVerificationMethod/types.d.ts +18 -0
- package/dist/types/components/PersonalDetails/component/PersonalDetailsComponent.d.ts +4 -0
- package/dist/types/components/PersonalDetails/types.d.ts +27 -0
- package/dist/types/components/PersonalDetails/validate.d.ts +3 -0
- package/dist/types/components/ProofOfResidency/ProofOfResidencyComponent.d.ts +4 -0
- package/dist/types/components/ProofOfResidency/types.d.ts +39 -0
- package/dist/types/components/RegistrationAddress/component/RegistrationAddressComponent.d.ts +6 -0
- package/dist/types/components/RegistrationAddress/types.d.ts +26 -0
- package/dist/types/components/RegistrationAddress/validate.d.ts +3 -0
- package/dist/types/components/Review/component/ReviewComponent.d.ts +3 -0
- package/dist/types/components/Review/types.d.ts +6 -0
- package/dist/types/components/SoleProp/component/SolePropComponent.d.ts +6 -0
- package/dist/types/components/SoleProp/labels.d.ts +5 -0
- package/dist/types/components/SoleProp/types.d.ts +31 -0
- package/dist/types/components/TaskList/component/PayoutAccountTaskListItem.d.ts +11 -0
- package/dist/types/components/TaskList/component/TaskItemStatus.d.ts +3 -0
- package/dist/types/components/TaskList/component/TaskListComponent.d.ts +4 -0
- package/dist/types/components/TaskList/component/TaskListGroup.d.ts +5 -0
- package/dist/types/components/TaskList/component/TaskListItem.d.ts +5 -0
- package/dist/types/components/TaskList/types.d.ts +73 -0
- package/dist/types/components/Trust/component/TrustComponent.d.ts +7 -0
- package/dist/types/components/Trust/types.d.ts +27 -0
- package/dist/types/components/TrustMembers/component/TrustMembersComponent.d.ts +4 -0
- package/dist/types/components/TrustMembers/component/UndefinedBeneficiaries.d.ts +8 -0
- package/dist/types/components/TrustMembers/types.d.ts +22 -0
- package/dist/types/components/TrustRegistrationDetails/component/TrustRegistrationDetailsComponent.d.ts +4 -0
- package/dist/types/components/TrustRegistrationDetails/types.d.ts +16 -0
- package/dist/types/components/TrustRegistrationDetails/validate.d.ts +3 -0
- package/dist/types/components/TrustRoleAndEntityType/component/TrustRoleAndEntityTypeComponent.d.ts +3 -0
- package/dist/types/components/TrustRoleAndEntityType/getAvailableRoles.d.ts +2 -0
- package/dist/types/components/TrustRoleAndEntityType/types.d.ts +23 -0
- package/dist/types/components/TrustRoleAndEntityType/validate.d.ts +3 -0
- package/dist/types/components/UIElement.d.ts +19 -0
- package/dist/types/components/identityUS/component/IdentityUSComponent.d.ts +4 -0
- package/dist/types/components/index.d.ts +29 -0
- package/dist/types/components/internal/Accordion/Accordion.d.ts +3 -0
- package/dist/types/components/internal/Accordion/AccordionContext.d.ts +2 -0
- package/dist/types/components/internal/Accordion/index.d.ts +1 -0
- package/dist/types/components/internal/Accordion/types.d.ts +22 -0
- package/dist/types/components/internal/AccordionItem/AccordionItem.d.ts +3 -0
- package/dist/types/components/internal/AccordionItem/index.d.ts +1 -0
- package/dist/types/components/internal/AccordionItem/types.d.ts +13 -0
- package/dist/types/components/internal/AccordionItem/useAccordionContext.d.ts +3 -0
- package/dist/types/components/internal/AccountHolder/AccountHolder.d.ts +3 -0
- package/dist/types/components/internal/AccountHolder/index.d.ts +1 -0
- package/dist/types/components/internal/AccountHolder/types.d.ts +11 -0
- package/dist/types/components/internal/AccountHolder/validate.d.ts +3 -0
- package/dist/types/components/internal/Address/Address.d.ts +12 -0
- package/dist/types/components/internal/Address/components/CountryField.d.ts +2 -0
- package/dist/types/components/internal/Address/components/FieldContainer.d.ts +8 -0
- package/dist/types/components/internal/Address/components/SearchAddress.d.ts +4 -0
- package/dist/types/components/internal/Address/components/StateField.d.ts +2 -0
- package/dist/types/components/internal/Address/constants.d.ts +7 -0
- package/dist/types/components/internal/Address/types.d.ts +96 -0
- package/dist/types/components/internal/Address/utils.d.ts +21 -0
- package/dist/types/components/internal/Address/validate.d.ts +3 -0
- package/dist/types/components/internal/Address/validate.formats.d.ts +4 -0
- package/dist/types/components/internal/Alert/Alert.d.ts +6 -0
- package/dist/types/components/internal/Alert/components/ReviewAlert.d.ts +2 -0
- package/dist/types/components/internal/Alert/components/VerificationErrorAlert.d.ts +3 -0
- package/dist/types/components/internal/Alert/index.d.ts +1 -0
- package/dist/types/components/internal/Alert/types.d.ts +22 -0
- package/dist/types/components/internal/BankAccountFormat/BankAccountFormat.d.ts +2 -0
- package/dist/types/components/internal/BankAccountFormat/types.d.ts +5 -0
- package/dist/types/components/internal/BankAccountNumber/BankAccountNumber.d.ts +3 -0
- package/dist/types/components/internal/BankAccountNumber/index.d.ts +1 -0
- package/dist/types/components/internal/BankAccountNumber/types.d.ts +5 -0
- package/dist/types/components/internal/BankCity/BankCity.d.ts +3 -0
- package/dist/types/components/internal/BankCity/index.d.ts +1 -0
- package/dist/types/components/internal/BankCity/types.d.ts +5 -0
- package/dist/types/components/internal/BankCode/BankCode.d.ts +3 -0
- package/dist/types/components/internal/BankCode/index.d.ts +1 -0
- package/dist/types/components/internal/BankCode/types.d.ts +5 -0
- package/dist/types/components/internal/BankName/BankName.d.ts +3 -0
- package/dist/types/components/internal/BankName/index.d.ts +1 -0
- package/dist/types/components/internal/BankName/types.d.ts +5 -0
- package/dist/types/components/internal/BranchCode/BranchCode.d.ts +3 -0
- package/dist/types/components/internal/BranchCode/index.d.ts +1 -0
- package/dist/types/components/internal/BranchCode/types.d.ts +5 -0
- package/dist/types/components/internal/BusinessRegistrationNumber/BusinessRegistrationNumber.d.ts +3 -0
- package/dist/types/components/internal/BusinessRegistrationNumber/formatters.d.ts +4 -0
- package/dist/types/components/internal/BusinessRegistrationNumber/index.d.ts +1 -0
- package/dist/types/components/internal/BusinessRegistrationNumber/types.d.ts +11 -0
- package/dist/types/components/internal/BusinessRegistrationNumber/validate.d.ts +19 -0
- package/dist/types/components/internal/Button/Button.d.ts +6 -0
- package/dist/types/components/internal/Button/index.d.ts +1 -0
- package/dist/types/components/internal/Button/types.d.ts +25 -0
- package/dist/types/components/internal/Card/Card.d.ts +4 -0
- package/dist/types/components/internal/Card/CardGroup.d.ts +3 -0
- package/dist/types/components/internal/Card/types.d.ts +16 -0
- package/dist/types/components/internal/CollapsibleContainer/CollapsibleContainer.d.ts +3 -0
- package/dist/types/components/internal/CollapsibleContainer/index.d.ts +1 -0
- package/dist/types/components/internal/CollapsibleContainer/types.d.ts +6 -0
- package/dist/types/components/internal/ContextGuidance/ContextGuidance.d.ts +2 -0
- package/dist/types/components/internal/ContextGuidance/index.d.ts +1 -0
- package/dist/types/components/internal/ContextGuidance/types.d.ts +10 -0
- package/dist/types/components/internal/ContextHelper/ContextHelper.d.ts +6 -0
- package/dist/types/components/internal/ContractViewer/ContractViewer.d.ts +3 -0
- package/dist/types/components/internal/ContractViewer/components/Chapter/Chapter.d.ts +2 -0
- package/dist/types/components/internal/ContractViewer/components/ContentElements/ContentElements.d.ts +2 -0
- package/dist/types/components/internal/ContractViewer/components/InternalReference/InternalReference.d.ts +2 -0
- package/dist/types/components/internal/ContractViewer/components/List/List.d.ts +2 -0
- package/dist/types/components/internal/ContractViewer/components/Paragraph/Paragraph.d.ts +3 -0
- package/dist/types/components/internal/ContractViewer/components/Section/Section.d.ts +3 -0
- package/dist/types/components/internal/ContractViewer/components/Table/Table.d.ts +3 -0
- package/dist/types/components/internal/ContractViewer/components/Text/Text.d.ts +3 -0
- package/dist/types/components/internal/ContractViewer/components/Weblink/Weblink.d.ts +3 -0
- package/dist/types/components/internal/ContractViewer/index.d.ts +1 -0
- package/dist/types/components/internal/ContractViewer/types.d.ts +85 -0
- package/dist/types/components/internal/Currency/Currency.d.ts +5 -0
- package/dist/types/components/internal/Currency/index.d.ts +1 -0
- package/dist/types/components/internal/Currency/types.d.ts +10 -0
- package/dist/types/components/internal/DecisionMakerRole/DecisionMakerRoleComponent.d.ts +3 -0
- package/dist/types/components/internal/DecisionMakerRole/index.d.ts +2 -0
- package/dist/types/components/internal/DecisionMakerRole/types.d.ts +10 -0
- package/dist/types/components/internal/DecisionMakerRole/validate.d.ts +3 -0
- package/dist/types/components/internal/Disclaimer/Disclaimer.d.ts +8 -0
- package/dist/types/components/internal/DocumentGuidance/DocumentGuidance.d.ts +4 -0
- package/dist/types/components/internal/DocumentGuidance/type.d.ts +5 -0
- package/dist/types/components/internal/EntityAssociation/EntityAssociation.d.ts +4 -0
- package/dist/types/components/internal/EntityAssociation/types.d.ts +27 -0
- package/dist/types/components/internal/EntityGuidanceStatus/component/EntityGuidanceLegend.d.ts +3 -0
- package/dist/types/components/internal/EntityGuidanceStatus/component/EntityGuidanceStatus.d.ts +4 -0
- package/dist/types/components/internal/EntityGuidanceStatus/component/EntityStatusIcon.d.ts +3 -0
- package/dist/types/components/internal/EntityGuidanceStatus/index.d.ts +3 -0
- package/dist/types/components/internal/EntityGuidanceStatus/types.d.ts +14 -0
- package/dist/types/components/internal/ErrorPanel/ErrorPanel.d.ts +13 -0
- package/dist/types/components/internal/ErrorPanel/components/NavigateToFieldLink.d.ts +5 -0
- package/dist/types/components/internal/ErrorPanel/components/ServerValidationErrors.d.ts +2 -0
- package/dist/types/components/internal/ErrorPanel/components/VerificationErrors.d.ts +2 -0
- package/dist/types/components/internal/ErrorPanel/constants.d.ts +1 -0
- package/dist/types/components/internal/ErrorPanel/types.d.ts +27 -0
- package/dist/types/components/internal/FormFields/Checkbox/Checkbox.d.ts +17 -0
- package/dist/types/components/internal/FormFields/Checkbox/index.d.ts +1 -0
- package/dist/types/components/internal/FormFields/Dropzone/Dropzone.d.ts +3 -0
- package/dist/types/components/internal/FormFields/Dropzone/FilePicker.d.ts +14 -0
- package/dist/types/components/internal/FormFields/Dropzone/components/DropzoneFile.d.ts +3 -0
- package/dist/types/components/internal/FormFields/Dropzone/types.d.ts +26 -0
- package/dist/types/components/internal/FormFields/Dropzone/validate.d.ts +9 -0
- package/dist/types/components/internal/FormFields/Field/Field.d.ts +11 -0
- package/dist/types/components/internal/FormFields/Field/index.d.ts +1 -0
- package/dist/types/components/internal/FormFields/Field/types.d.ts +33 -0
- package/dist/types/components/internal/FormFields/InputBase.d.ts +25 -0
- package/dist/types/components/internal/FormFields/InputDate/InputDate.d.ts +7 -0
- package/dist/types/components/internal/FormFields/InputDate/index.d.ts +1 -0
- package/dist/types/components/internal/FormFields/InputDate/utils.d.ts +22 -0
- package/dist/types/components/internal/FormFields/InputEmail.d.ts +1 -0
- package/dist/types/components/internal/FormFields/InputRadio/InputRadio.d.ts +6 -0
- package/dist/types/components/internal/FormFields/InputTelephone.d.ts +1 -0
- package/dist/types/components/internal/FormFields/InputText.d.ts +8 -0
- package/dist/types/components/internal/FormFields/MultiSelectList/MultiSelectList.d.ts +9 -0
- package/dist/types/components/internal/FormFields/MultiSelectList/index.d.ts +1 -0
- package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts +10 -0
- package/dist/types/components/internal/FormFields/RadioGroup/index.d.ts +1 -0
- package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +18 -0
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioCard.d.ts +3 -0
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioCardSelect.d.ts +22 -0
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioGroupCard.d.ts +3 -0
- package/dist/types/components/internal/FormFields/RadioGroupCard/index.d.ts +3 -0
- package/dist/types/components/internal/FormFields/RadioGroupCard/types.d.ts +40 -0
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +5 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts +3 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts +3 -0
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +3 -0
- package/dist/types/components/internal/FormFields/Select/index.d.ts +1 -0
- package/dist/types/components/internal/FormFields/Select/types.d.ts +127 -0
- package/dist/types/components/internal/FormFields/TextArea.d.ts +1 -0
- package/dist/types/components/internal/FormFields/utils.d.ts +2 -0
- package/dist/types/components/internal/FormHeader/FormHeader.d.ts +3 -0
- package/dist/types/components/internal/FormHeader/type.d.ts +8 -0
- package/dist/types/components/internal/Heading/Heading.d.ts +10 -0
- package/dist/types/components/internal/Iban/Iban.d.ts +3 -0
- package/dist/types/components/internal/Iban/ibanValidator.d.ts +4 -0
- package/dist/types/components/internal/Iban/index.d.ts +1 -0
- package/dist/types/components/internal/Iban/types.d.ts +7 -0
- package/dist/types/components/internal/Icon/Icon.d.ts +8 -0
- package/dist/types/components/internal/Icon/index.d.ts +1 -0
- package/dist/types/components/internal/LegalCompanyName/LegalCompanyName.d.ts +3 -0
- package/dist/types/components/internal/LegalCompanyName/index.d.ts +1 -0
- package/dist/types/components/internal/LegalCompanyName/types.d.ts +8 -0
- package/dist/types/components/internal/LegalCompanyName/validate.d.ts +3 -0
- package/dist/types/components/internal/Link/Link.d.ts +5 -0
- package/dist/types/components/internal/Link/index.d.ts +1 -0
- package/dist/types/components/internal/Link/types.d.ts +14 -0
- package/dist/types/components/internal/List/List.d.ts +4 -0
- package/dist/types/components/internal/List/ListItem.d.ts +3 -0
- package/dist/types/components/internal/List/types.d.ts +13 -0
- package/dist/types/components/internal/Loader/Loader.d.ts +22 -0
- package/dist/types/components/internal/Loader/index.d.ts +2 -0
- package/dist/types/components/internal/LoaderWrapper/LoaderWrapper.d.ts +13 -0
- package/dist/types/components/internal/LoaderWrapper/constants.d.ts +1 -0
- package/dist/types/components/internal/LoaderWrapper/index.d.ts +1 -0
- package/dist/types/components/internal/Menu/ActionsMenu.d.ts +14 -0
- package/dist/types/components/internal/Name/Name.d.ts +4 -0
- package/dist/types/components/internal/Name/index.d.ts +1 -0
- package/dist/types/components/internal/Name/types.d.ts +6 -0
- package/dist/types/components/internal/Name/validate.d.ts +4 -0
- package/dist/types/components/internal/PhoneInput/PhoneInput.d.ts +10 -0
- package/dist/types/components/internal/PhoneInput/index.d.ts +1 -0
- package/dist/types/components/internal/PhoneInput/types.d.ts +12 -0
- package/dist/types/components/internal/PhoneInput/validate.d.ts +8 -0
- package/dist/types/components/internal/Shimmer/Shimmer.d.ts +2 -0
- package/dist/types/components/internal/Spinner/Spinner.d.ts +17 -0
- package/dist/types/components/internal/Spinner/index.d.ts +1 -0
- package/dist/types/components/internal/Status/Status.d.ts +4 -0
- package/dist/types/components/internal/Status/types.d.ts +6 -0
- package/dist/types/components/internal/Summary/Summary.d.ts +8 -0
- package/dist/types/components/internal/Summary/types.d.ts +16 -0
- package/dist/types/components/internal/SwiftCode/SwiftCode.d.ts +3 -0
- package/dist/types/components/internal/SwiftCode/index.d.ts +1 -0
- package/dist/types/components/internal/SwiftCode/types.d.ts +5 -0
- package/dist/types/components/internal/Tag/Tag.d.ts +9 -0
- package/dist/types/components/internal/Tag/index.d.ts +1 -0
- package/dist/types/components/internal/TaxId/TaxId.d.ts +3 -0
- package/dist/types/components/internal/TaxId/index.d.ts +1 -0
- package/dist/types/components/internal/TaxId/rules.d.ts +2 -0
- package/dist/types/components/internal/TaxId/taxIdValidation.d.ts +1 -0
- package/dist/types/components/internal/TaxId/types.d.ts +16 -0
- package/dist/types/components/internal/TaxId/validate.d.ts +4 -0
- package/dist/types/components/internal/Toast/Toast.d.ts +3 -0
- package/dist/types/components/internal/Toast/index.d.ts +2 -0
- package/dist/types/components/internal/Toast/types.d.ts +16 -0
- package/dist/types/components/internal/VatNumber/VatNumber.d.ts +3 -0
- package/dist/types/components/internal/VatNumber/index.d.ts +1 -0
- package/dist/types/components/internal/VatNumber/types.d.ts +19 -0
- package/dist/types/components/internal/VatNumber/validate.d.ts +4 -0
- package/dist/types/components/internal/VatNumber/vatNumberValidation.d.ts +5 -0
- package/dist/types/core/Context/CoreContext.d.ts +20 -0
- package/dist/types/core/Context/CoreProvider.d.ts +35 -0
- package/dist/types/core/Context/ExperimentContext/ExperimentsContext.d.ts +2 -0
- package/dist/types/core/Context/ExperimentContext/ExperimentsContextProvider.d.ts +8 -0
- package/dist/types/core/Context/ExperimentContext/types.d.ts +12 -0
- package/dist/types/core/Context/ExperimentContext/useExperimentsContext.d.ts +1 -0
- package/dist/types/core/Context/FormRouterContext/FormRouterContext.d.ts +4 -0
- package/dist/types/core/Context/FormRouterContext/FormRouterContextProvider.d.ts +2 -0
- package/dist/types/core/Context/FormRouterContext/types.d.ts +9 -0
- package/dist/types/core/Context/FormRouterContext/useFormRouterContext.d.ts +4 -0
- package/dist/types/core/Context/SettingsContext/SettingsContext.d.ts +2 -0
- package/dist/types/core/Context/SettingsContext/SettingsContextProvider.d.ts +8 -0
- package/dist/types/core/Context/SettingsContext/types.d.ts +12 -0
- package/dist/types/core/Context/SettingsContext/useSettingsContext.d.ts +1 -0
- package/dist/types/core/Context/StateContext/StateContext.d.ts +2 -0
- package/dist/types/core/Context/StateContext/StateContextSetter.d.ts +2 -0
- package/dist/types/core/Context/StateContext/StateContextWatcher.d.ts +2 -0
- package/dist/types/core/Context/StateContext/StateProvider.d.ts +4 -0
- package/dist/types/core/Context/StateContext/StateReducer.d.ts +11 -0
- package/dist/types/core/Context/StateContext/hasDataChanged.d.ts +1 -0
- package/dist/types/core/Context/StateContext/types.d.ts +76 -0
- package/dist/types/core/Context/StateContext/useGlobalData.d.ts +8 -0
- package/dist/types/core/Context/StateContext/useStateContext.d.ts +2 -0
- package/dist/types/core/Context/ToastContext/ToastContext.d.ts +6 -0
- package/dist/types/core/Context/ToastContext/ToastContextProvider.d.ts +4 -0
- package/dist/types/core/Context/ToastContext/useToastContext.d.ts +2 -0
- package/dist/types/core/Context/useCoreContext.d.ts +1 -0
- package/dist/types/core/Environment/normalizeEnvironment.d.ts +1 -0
- package/dist/types/core/SDKValidation/index.d.ts +4 -0
- package/dist/types/core/SDKValidation/schemas.d.ts +2 -0
- package/dist/types/core/SDKValidation/types.d.ts +19 -0
- package/dist/types/core/Services/get-account-format.d.ts +4 -0
- package/dist/types/core/Services/get-allowed-countries.d.ts +3 -0
- package/dist/types/core/Services/get-allowed-locales.d.ts +3 -0
- package/dist/types/core/Services/get-configuration.d.ts +3 -0
- package/dist/types/core/Services/get-dataset.d.ts +3 -0
- package/dist/types/core/Services/get-fonts.d.ts +16 -0
- package/dist/types/core/Services/get-images.d.ts +2 -0
- package/dist/types/core/Services/http.d.ts +4 -0
- package/dist/types/core/Services/types.d.ts +16 -0
- package/dist/types/core/Services/utils.d.ts +5 -0
- package/dist/types/core/Services/validate-phone-number.d.ts +3 -0
- package/dist/types/core/Services/verify-id-number.d.ts +3 -0
- package/dist/types/core/constants.d.ts +11 -0
- package/dist/types/core/core.d.ts +26 -0
- package/dist/types/core/error.d.ts +4 -0
- package/dist/types/core/errorMapping.d.ts +4 -0
- package/dist/types/core/hooks/useAsyncValidator.d.ts +11 -0
- package/dist/types/core/hooks/useClickAwayListener.d.ts +9 -0
- package/dist/types/core/hooks/useDataset.d.ts +5 -0
- package/dist/types/core/hooks/useForm/index.d.ts +3 -0
- package/dist/types/core/hooks/useForm/reducer.d.ts +38 -0
- package/dist/types/core/hooks/useForm/types.d.ts +87 -0
- package/dist/types/core/hooks/useForm/useForm.d.ts +13 -0
- package/dist/types/core/hooks/useForm/utils.d.ts +2 -0
- package/dist/types/core/hooks/useFormComposer.d.ts +22 -0
- package/dist/types/core/hooks/useIdVerificationToken.d.ts +11 -0
- package/dist/types/core/hooks/useKycExternalApi.d.ts +23 -0
- package/dist/types/core/hooks/useScenarioConfiguration.d.ts +25 -0
- package/dist/types/core/hooks/useStaticValidator/index.d.ts +1 -0
- package/dist/types/core/hooks/useStaticValidator/useStaticValidator.d.ts +7 -0
- package/dist/types/core/models/api/address-search.d.ts +28 -0
- package/dist/types/core/models/api/address.d.ts +9 -0
- package/dist/types/core/models/api/attachment.d.ts +5 -0
- package/dist/types/core/models/api/capability.d.ts +30 -0
- package/dist/types/core/models/api/company-types-value.d.ts +10 -0
- package/dist/types/core/models/api/contracts.d.ts +57 -0
- package/dist/types/core/models/api/data-set.d.ts +5 -0
- package/dist/types/core/models/api/decision-maker-type.d.ts +6 -0
- package/dist/types/core/models/api/document.d.ts +29 -0
- package/dist/types/core/models/api/documentDetail.d.ts +9 -0
- package/dist/types/core/models/api/entity-type.d.ts +4 -0
- package/dist/types/core/models/api/get-account-format.d.ts +5 -0
- package/dist/types/core/models/api/get-allowed-countries.d.ts +4 -0
- package/dist/types/core/models/api/get-allowed-locales.d.ts +3 -0
- package/dist/types/core/models/api/get-configuration.d.ts +62 -0
- package/dist/types/core/models/api/individual.d.ts +23 -0
- package/dist/types/core/models/api/instant-id-verification.d.ts +34 -0
- package/dist/types/core/models/api/legal-entity-association.d.ts +14 -0
- package/dist/types/core/models/api/legal-entity-type.d.ts +6 -0
- package/dist/types/core/models/api/legal-entity.d.ts +30 -0
- package/dist/types/core/models/api/organization.d.ts +30 -0
- package/dist/types/core/models/api/phone.d.ts +5 -0
- package/dist/types/core/models/api/problem.d.ts +13 -0
- package/dist/types/core/models/api/remediating-action.d.ts +4 -0
- package/dist/types/core/models/api/review.d.ts +3 -0
- package/dist/types/core/models/api/soleProprietor.d.ts +13 -0
- package/dist/types/core/models/api/transfer-instrument.d.ts +37 -0
- package/dist/types/core/models/api/trust-member-type.d.ts +8 -0
- package/dist/types/core/models/api/trust-types-value.d.ts +17 -0
- package/dist/types/core/models/api/trust.d.ts +20 -0
- package/dist/types/core/models/api/verification-error.d.ts +15 -0
- package/dist/types/core/models/api/verification-status.d.ts +6 -0
- package/dist/types/core/models/api/verify-id-number.d.ts +14 -0
- package/dist/types/core/models/company.d.ts +19 -0
- package/dist/types/core/models/country-code.d.ts +249 -0
- package/dist/types/core/models/country-config.d.ts +9 -0
- package/dist/types/core/models/currency.d.ts +19 -0
- package/dist/types/core/models/decision-maker.d.ts +55 -0
- package/dist/types/core/models/errors/capability-problems.d.ts +7 -0
- package/dist/types/core/models/errors/entity-problems.d.ts +21 -0
- package/dist/types/core/models/errors/error-message.d.ts +7 -0
- package/dist/types/core/models/errors/form-verification-errors.d.ts +3 -0
- package/dist/types/core/models/errors/maintenance-mode-error.d.ts +7 -0
- package/dist/types/core/models/errors/remediation-action-context.d.ts +4 -0
- package/dist/types/core/models/errors/remediation.d.ts +7 -0
- package/dist/types/core/models/errors/validation-error.d.ts +19 -0
- package/dist/types/core/models/field-configurations.d.ts +8 -0
- package/dist/types/core/models/form-labels.d.ts +5 -0
- package/dist/types/core/models/form-rules.d.ts +15 -0
- package/dist/types/core/models/form.d.ts +18 -0
- package/dist/types/core/models/id-verification-status.d.ts +7 -0
- package/dist/types/core/models/identity.d.ts +41 -0
- package/dist/types/core/models/payout-account.d.ts +11 -0
- package/dist/types/core/models/scenario-fields.d.ts +11 -0
- package/dist/types/core/models/sole-prop.d.ts +10 -0
- package/dist/types/core/models/trust.d.ts +25 -0
- package/dist/types/core/process-field-configurations.d.ts +66 -0
- package/dist/types/core/types.d.ts +21 -0
- package/dist/types/core/user-events.d.ts +62 -0
- package/dist/types/core/utils.d.ts +30 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/language/Language.d.ts +47 -0
- package/dist/types/language/config.d.ts +977 -0
- package/dist/types/language/index.d.ts +1 -0
- package/dist/types/language/types.d.ts +9 -0
- package/dist/types/language/utils.d.ts +59 -0
- package/dist/types/types/index.d.ts +9 -0
- package/dist/types/utils/LoadedValue.d.ts +2 -0
- package/dist/types/utils/accountHolderUtils.d.ts +7 -0
- package/dist/types/utils/addLinkedFields.d.ts +2 -0
- package/dist/types/utils/api/documentUtils.d.ts +21 -0
- package/dist/types/utils/api/processCapabilitites.d.ts +57 -0
- package/dist/types/utils/api/processValidationErrors.d.ts +9 -0
- package/dist/types/utils/bankVerification/animation.d.ts +2 -0
- package/dist/types/utils/bankVerification/dom.d.ts +1 -0
- package/dist/types/utils/bytesToSize.d.ts +1 -0
- package/dist/types/utils/company-util.d.ts +9 -0
- package/dist/types/utils/datasetUtil.d.ts +17 -0
- package/dist/types/utils/decision-maker-roles.d.ts +22 -0
- package/dist/types/utils/dropin-utils.d.ts +18 -0
- package/dist/types/utils/entity-association-util.d.ts +24 -0
- package/dist/types/utils/entity-status-util.d.ts +9 -0
- package/dist/types/utils/entriesOf.d.ts +2 -0
- package/dist/types/utils/escapeHtml.d.ts +3 -0
- package/dist/types/utils/eventHandlers/handleKeys.d.ts +5 -0
- package/dist/types/utils/file.d.ts +9 -0
- package/dist/types/utils/formUtils.d.ts +22 -0
- package/dist/types/utils/formatting/stripCountryIdFormat.d.ts +2 -0
- package/dist/types/utils/genUtils.d.ts +55 -0
- package/dist/types/utils/get-name.d.ts +8 -0
- package/dist/types/utils/get-props.d.ts +3 -0
- package/dist/types/utils/get-task-status.d.ts +8 -0
- package/dist/types/utils/getFieldsWithExistingData.d.ts +8 -0
- package/dist/types/utils/getNestedPropertyKeys.d.ts +14 -0
- package/dist/types/utils/hasDuplicates.d.ts +1 -0
- package/dist/types/utils/idGenerator.d.ts +1 -0
- package/dist/types/utils/logger.d.ts +15 -0
- package/dist/types/utils/mapping/componentApiMapping.d.ts +152 -0
- package/dist/types/utils/mapping/documentGuidanceMap.d.ts +5 -0
- package/dist/types/utils/mapping/mapEntityAssociationsToUniqueTrustMembers.d.ts +12 -0
- package/dist/types/utils/mapping/mapping.d.ts +117 -0
- package/dist/types/utils/payout-account-util.d.ts +6 -0
- package/dist/types/utils/payout-account.d.ts +2 -0
- package/dist/types/utils/recordWithDefault.d.ts +3 -0
- package/dist/types/utils/regex/basePatterns.d.ts +3 -0
- package/dist/types/utils/regex/businessRegistrationNumberPatterns.d.ts +2 -0
- package/dist/types/utils/regex/countryIdNumberPatterns.d.ts +13 -0
- package/dist/types/utils/regex/index.d.ts +5 -0
- package/dist/types/utils/regex/types.d.ts +25 -0
- package/dist/types/utils/regex/vatNumberPatterns.d.ts +17 -0
- package/dist/types/utils/remove-object-empty-values.d.ts +1 -0
- package/dist/types/utils/scroll.d.ts +1 -0
- package/dist/types/utils/trackNavigation.d.ts +10 -0
- package/dist/types/utils/trust-util.d.ts +44 -0
- package/dist/types/utils/useForwardRef.d.ts +2 -0
- package/dist/types/utils/useStateFromProp.d.ts +9 -0
- package/dist/types/utils/uuid.d.ts +1 -0
- package/dist/types/utils/validation/ValidationResult.d.ts +13 -0
- package/dist/types/utils/validation/commonValidators.d.ts +3 -0
- package/dist/types/utils/validation/types.d.ts +61 -0
- package/dist/types/utils/validatorUtils.d.ts +27 -0
- package/dist/types/utils/verification/helpers/verify-id-number-helper.d.ts +3 -0
- package/dist/types/utils/verification/verificationUtils.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,977 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FALLBACK_LOCALE - **MUST** match the locale string in the above import
|
|
3
|
+
*/
|
|
4
|
+
export declare const FALLBACK_LOCALE = "en-US";
|
|
5
|
+
export declare const defaultTranslation: {
|
|
6
|
+
close: string;
|
|
7
|
+
individual: string; /**
|
|
8
|
+
* FALLBACK_LOCALE - **MUST** match the locale string in the above import
|
|
9
|
+
*/
|
|
10
|
+
payoutAccount: string;
|
|
11
|
+
payinAccount: string;
|
|
12
|
+
firstName: string;
|
|
13
|
+
lastName: string;
|
|
14
|
+
country: string;
|
|
15
|
+
street: string;
|
|
16
|
+
houseNumber: string;
|
|
17
|
+
houseNumberOptional: string;
|
|
18
|
+
houseNumberOrName: string;
|
|
19
|
+
postalCode: string;
|
|
20
|
+
city: string;
|
|
21
|
+
cityTown: string;
|
|
22
|
+
state: string;
|
|
23
|
+
provinceOrTerritory: string;
|
|
24
|
+
selectProvinceOrTerritory: string;
|
|
25
|
+
zipCode: string;
|
|
26
|
+
apartmentSuite: string;
|
|
27
|
+
apartmentSuiteOptional: string;
|
|
28
|
+
phoneNumber: string;
|
|
29
|
+
email: string;
|
|
30
|
+
birthdate: string;
|
|
31
|
+
code: string;
|
|
32
|
+
invalidEmail: string;
|
|
33
|
+
pleaseEnterAPhoneNumberPrefixedWithCountryCode: string;
|
|
34
|
+
invalidPhoneNumber: string;
|
|
35
|
+
birthDate: string;
|
|
36
|
+
idNumber: string;
|
|
37
|
+
selectState: string;
|
|
38
|
+
selectCountry: string;
|
|
39
|
+
search: string;
|
|
40
|
+
noOptionsFound: string;
|
|
41
|
+
SSNFormatUS: string;
|
|
42
|
+
SSNFormatUS9Digits: string;
|
|
43
|
+
SINFormatCA: string;
|
|
44
|
+
invalidFormat: string;
|
|
45
|
+
fieldIsRequired: string;
|
|
46
|
+
tooManyFiles: string;
|
|
47
|
+
duplicatedFiles: string;
|
|
48
|
+
unsupportedFiletype: string;
|
|
49
|
+
maximumFileSizeExceeded: string;
|
|
50
|
+
personalDetails: string;
|
|
51
|
+
invalidBirthDate: string;
|
|
52
|
+
address: string;
|
|
53
|
+
contactDetails: string;
|
|
54
|
+
uploadDocument: string;
|
|
55
|
+
individualDetails: string;
|
|
56
|
+
socialSecurityNumber: string;
|
|
57
|
+
socialSecurityNumber9Digits: string;
|
|
58
|
+
codiceFiscale: string;
|
|
59
|
+
personnummer: string;
|
|
60
|
+
dni: string;
|
|
61
|
+
peselNumber: string;
|
|
62
|
+
detCentralePersonregister: string;
|
|
63
|
+
codNumericPersonal: string;
|
|
64
|
+
cadastroDePessoasFisicas: string;
|
|
65
|
+
invalidFormatExpects: string;
|
|
66
|
+
invalidFormatForAuPassportNumber: string;
|
|
67
|
+
invalidFormatForAuDriversLicenseNumber: string;
|
|
68
|
+
invalidFormatForAuDriversLicenseCardNumber: string;
|
|
69
|
+
invalidFormatForAuProofOfIdentityCardNumber: string;
|
|
70
|
+
invalidFormatIdentityNumberBR: string;
|
|
71
|
+
invalidFormatIdentityNumberDK: string;
|
|
72
|
+
invalidFormatIdentityNumberCA: string;
|
|
73
|
+
invalidFormatIdentityNumberIT: string;
|
|
74
|
+
invalidFormatIdentityNumberPL: string;
|
|
75
|
+
invalidFormatIdentityNumberRO: string;
|
|
76
|
+
invalidFormatIdentityNumberES: string;
|
|
77
|
+
invalidFormatIdentityNumberSE: string;
|
|
78
|
+
invalidFormatIdentityNumberUS: string;
|
|
79
|
+
invalidFormatIdentityNumberUS9: string;
|
|
80
|
+
invalidFormatIdentityNumberSG: string;
|
|
81
|
+
residencyCountry: string;
|
|
82
|
+
stateOrProvince: string;
|
|
83
|
+
selectStateOrProvince: string;
|
|
84
|
+
dragYourFilesHereOr: string;
|
|
85
|
+
browse: string;
|
|
86
|
+
supports: string;
|
|
87
|
+
complete: string;
|
|
88
|
+
summary: string;
|
|
89
|
+
selectDocument: string;
|
|
90
|
+
passport: string;
|
|
91
|
+
passportNumber: string;
|
|
92
|
+
id: string;
|
|
93
|
+
driversLicense: string;
|
|
94
|
+
issuerState: string;
|
|
95
|
+
licenseNumber: string;
|
|
96
|
+
licenseCardNumber: string;
|
|
97
|
+
documents: string;
|
|
98
|
+
idDocument: string;
|
|
99
|
+
documentType: string;
|
|
100
|
+
frontPage: string;
|
|
101
|
+
backPage: string;
|
|
102
|
+
fileName: string;
|
|
103
|
+
nationality: string;
|
|
104
|
+
dateOfIncorporation: string;
|
|
105
|
+
proofOfNationality: string;
|
|
106
|
+
uploadDocumentForSsn: string;
|
|
107
|
+
uploadDocumentForNric: string;
|
|
108
|
+
operationalAddressHeader: string;
|
|
109
|
+
operationalAddressHeaderDescription: string;
|
|
110
|
+
operationalAddressIsSame: string;
|
|
111
|
+
operationalAddressIsSameItemName: string;
|
|
112
|
+
operationalAddressIsNotSameItemName: string;
|
|
113
|
+
verifyPrefilledInfoIsCorrect: string;
|
|
114
|
+
legalStructureHeader: string;
|
|
115
|
+
whatTypeOfCompanyDoYouHave: string;
|
|
116
|
+
privateCompanyTitle: string;
|
|
117
|
+
privateCompanyDescription: string;
|
|
118
|
+
publicCompanyTitle: string;
|
|
119
|
+
publicCompanyDescription: string;
|
|
120
|
+
incorporatedPartnershipTitle: string;
|
|
121
|
+
incorporatedPartnershipDescription: string;
|
|
122
|
+
nonProfitOrCharitableOrgTitle: string;
|
|
123
|
+
nonProfitOrCharitableOrgDescription: string;
|
|
124
|
+
governmentalOrganizationTitle: string;
|
|
125
|
+
governmentalOrganizationDescription: string;
|
|
126
|
+
associationIncorporatedTitle: string;
|
|
127
|
+
associationIncorporatedDescription: string;
|
|
128
|
+
jobTitle: string;
|
|
129
|
+
legalStructure: string;
|
|
130
|
+
entityType: string;
|
|
131
|
+
registrationDetails: string;
|
|
132
|
+
registeredAddress: string;
|
|
133
|
+
registrationAddress: string;
|
|
134
|
+
registeredAddressHeaderDescription: string;
|
|
135
|
+
registeredAddressHeaderDescription__US: string;
|
|
136
|
+
registeredAddressTrustHeaderDescription: string;
|
|
137
|
+
operationalAddress: string;
|
|
138
|
+
provideRegistrationDetails: string;
|
|
139
|
+
companyStructure: string;
|
|
140
|
+
providePersonalAddress: string;
|
|
141
|
+
provideContactDetails: string;
|
|
142
|
+
correctErrorsResubmit: string;
|
|
143
|
+
registrationDocument: string;
|
|
144
|
+
taxDocument: string;
|
|
145
|
+
companyDetails: string;
|
|
146
|
+
invalidRegistrationNumber: string;
|
|
147
|
+
tradingName: string;
|
|
148
|
+
chamberOfCommerceRegistrationNumber: string;
|
|
149
|
+
taxId: string;
|
|
150
|
+
exemptedFromTax: string;
|
|
151
|
+
doNotHaveTaxIdNumber: string;
|
|
152
|
+
doNotHaveFirmenbuchnummer: string;
|
|
153
|
+
doNotHaveOrganisationsnummer: string;
|
|
154
|
+
doNotHaveYTunnus: string;
|
|
155
|
+
doNotHaveLtRegistrationNumber: string;
|
|
156
|
+
doNotHaveLuRegistrationNumber: string;
|
|
157
|
+
doNotHaveChRegistrationNumber: string;
|
|
158
|
+
doNotHaveHandelsregisternummer: string;
|
|
159
|
+
doNotHaveRegonKrsNumber: string;
|
|
160
|
+
taxIdAbsenceReason: string;
|
|
161
|
+
vatNumberExempted: string;
|
|
162
|
+
vatNumberAbsenceReason: string;
|
|
163
|
+
belowTaxThreshold: string;
|
|
164
|
+
industryExemption: string;
|
|
165
|
+
validationPleaseEnterAValidRegistrationNumber: string;
|
|
166
|
+
validationPleaseEnterAValidRegistrationNumberWithFormat: string;
|
|
167
|
+
validationPleaseEnterAValidVatNumber: string;
|
|
168
|
+
validationPleaseEnterAValidVatNumberWithFormat: string;
|
|
169
|
+
validationPleaseEnterAValidTaxIdNumberWithFormat: string;
|
|
170
|
+
aValidAbnShouldBe11Digits: string;
|
|
171
|
+
aValidUenOrGstShouldBe9To10Characters: string;
|
|
172
|
+
validationPleaseEnterAValidUen: string;
|
|
173
|
+
validationPleaseEnterAValidIban: string;
|
|
174
|
+
yourIbanShouldBeginWith_: string;
|
|
175
|
+
validation8Or11Characters: string;
|
|
176
|
+
validationCharacters: string;
|
|
177
|
+
validationDigitsBetween: string;
|
|
178
|
+
validationDigits: string;
|
|
179
|
+
enterValidRegistrationNumber: string;
|
|
180
|
+
stockExchangeMIC: string;
|
|
181
|
+
stockExchangeMICHelper: string;
|
|
182
|
+
stockISINHelper: string;
|
|
183
|
+
stockISIN: string;
|
|
184
|
+
validationPleaseEnterAValidMarketIdentifier: string;
|
|
185
|
+
validationPleaseEnterAValidStockISIN: string;
|
|
186
|
+
shareholderDocument: string;
|
|
187
|
+
role: string;
|
|
188
|
+
selectAllTheRolesThatThisDecisionMakerHolds: string;
|
|
189
|
+
selectTheApplicableRoles: string;
|
|
190
|
+
back: string;
|
|
191
|
+
next: string;
|
|
192
|
+
submit: string;
|
|
193
|
+
submitSuccessful: string;
|
|
194
|
+
submitFailed: string;
|
|
195
|
+
submitReviewOfYourData: string;
|
|
196
|
+
completeReview: string;
|
|
197
|
+
submitReview: string;
|
|
198
|
+
pleaseNote: string;
|
|
199
|
+
byClickingSubmitReview: string;
|
|
200
|
+
nameAndCountry: string;
|
|
201
|
+
companyCountry: string;
|
|
202
|
+
legalCompanyName: string;
|
|
203
|
+
legalCompanyNameHelper: string;
|
|
204
|
+
legalCompanyNameHelper__AU: string;
|
|
205
|
+
legalCompanyNameHelper__US: string;
|
|
206
|
+
legalCompanyNameHelper__SG: string;
|
|
207
|
+
accountDetailsDescription: string;
|
|
208
|
+
provideDetails: string;
|
|
209
|
+
payoutAccountsDescription: string;
|
|
210
|
+
payoutAccountsDescriptionReview: string;
|
|
211
|
+
payinAccountsDescription: string;
|
|
212
|
+
addExtraPayoutAccount: string;
|
|
213
|
+
addExtraPayinAccount: string;
|
|
214
|
+
payoutDetails: string;
|
|
215
|
+
payinDetails: string;
|
|
216
|
+
addPayoutAccount: string;
|
|
217
|
+
addPayinAccount: string;
|
|
218
|
+
failedToFetchPayoutAccount: string;
|
|
219
|
+
failedToDeletePayoutAccount: string;
|
|
220
|
+
transferInstrumentDeleted: string;
|
|
221
|
+
toCompleteProcessReviewAndSignOfficialDocumentation: string;
|
|
222
|
+
sign: string;
|
|
223
|
+
signer: string;
|
|
224
|
+
selectSigner: string;
|
|
225
|
+
pciSignedSuccessfully: string;
|
|
226
|
+
pciSignFailed: string;
|
|
227
|
+
byClickingSignIAcknowledgeAndAgree: string;
|
|
228
|
+
acknowledgePciRequirements: string;
|
|
229
|
+
basedOnTheAboveSignatory: string;
|
|
230
|
+
failedToGetPciStatus: string;
|
|
231
|
+
failedToGetPciTemplate: string;
|
|
232
|
+
failedToGetPciTemplateInSelectedLanguageFallbackToEn: string;
|
|
233
|
+
failedToDownloadPci: string;
|
|
234
|
+
signServiceAgreement: string;
|
|
235
|
+
signedDocuments: string;
|
|
236
|
+
paymentProcessingTerms: string;
|
|
237
|
+
accountHolderTerms: string;
|
|
238
|
+
capitalUserTerms: string;
|
|
239
|
+
businessAccountTerms: string;
|
|
240
|
+
cardUserTerms: string;
|
|
241
|
+
franchiseesTAndCs: string;
|
|
242
|
+
pciDssQuestionnaire: string;
|
|
243
|
+
serviceAgreementSignedSuccessfully: string;
|
|
244
|
+
serviceAgreementSignFailed: string;
|
|
245
|
+
failedToGetServiceAgreementStatus: string;
|
|
246
|
+
failedToGetServiceAgreement: string;
|
|
247
|
+
failedToGetServiceAgreementInSelectedLanguageFallbackToEn: string;
|
|
248
|
+
iHaveReadAndIAcceptTheseTerms: string;
|
|
249
|
+
verified: string;
|
|
250
|
+
signed: string;
|
|
251
|
+
invalidRole: string;
|
|
252
|
+
unableToVerifyTheIdNumber: string;
|
|
253
|
+
download: string;
|
|
254
|
+
accountHolder: string;
|
|
255
|
+
accountHolderDescriptionCompany: string;
|
|
256
|
+
accountHolderDescriptionIndividual: string;
|
|
257
|
+
accountHolderDescriptionSoleProp: string;
|
|
258
|
+
bankAccountToHaveSameNameAsTrust: string;
|
|
259
|
+
bankCountry: string;
|
|
260
|
+
bankAccountCountry: string;
|
|
261
|
+
currency: string;
|
|
262
|
+
currencyCode: string;
|
|
263
|
+
currencyPlaceholder: string;
|
|
264
|
+
bankAccountNumber: string;
|
|
265
|
+
iban: string;
|
|
266
|
+
swiftCode: string;
|
|
267
|
+
bic: string;
|
|
268
|
+
bsbNumber: string;
|
|
269
|
+
branchCode: string;
|
|
270
|
+
transitNumber: string;
|
|
271
|
+
listitemVoidedChequeBankLetterBankStatementOnline: string;
|
|
272
|
+
instructionNumber: string;
|
|
273
|
+
institutionNumber: string;
|
|
274
|
+
sortCode: string;
|
|
275
|
+
bankCityTown: string;
|
|
276
|
+
clearingCode: string;
|
|
277
|
+
bankCode: string;
|
|
278
|
+
bankName: string;
|
|
279
|
+
achRoutingNumber: string;
|
|
280
|
+
decisionMaker: string;
|
|
281
|
+
decisionMakerDescription: string;
|
|
282
|
+
owner: string;
|
|
283
|
+
ownerDescription: string;
|
|
284
|
+
controllingPerson: string;
|
|
285
|
+
controllingPersonDescription: string;
|
|
286
|
+
signatory: string;
|
|
287
|
+
signatoryDescription: string;
|
|
288
|
+
director: string;
|
|
289
|
+
directorDescription: string;
|
|
290
|
+
provideAllDirectors: string;
|
|
291
|
+
addDecisionMaker: string;
|
|
292
|
+
decisionMakers: string;
|
|
293
|
+
goToOverview: string;
|
|
294
|
+
saveAndGoToOverview: string;
|
|
295
|
+
pleaseEnsureTheFollowing: string;
|
|
296
|
+
edit: string;
|
|
297
|
+
remove: string;
|
|
298
|
+
toggleAssociationMenu: string;
|
|
299
|
+
editDecisionMakerDetails: string;
|
|
300
|
+
removeDecisionMaker: string;
|
|
301
|
+
verifyDecisionMakerDetails: string;
|
|
302
|
+
goToMenu: string;
|
|
303
|
+
confirm: string;
|
|
304
|
+
goToDecisionMakers: string;
|
|
305
|
+
theSubmitWasSuccessful: string;
|
|
306
|
+
thereWasAnErrorTryAgain: string;
|
|
307
|
+
proofOfIdentityCard: string;
|
|
308
|
+
proofOfIdentityCardNumber: string;
|
|
309
|
+
proofOfResidence: string;
|
|
310
|
+
proofOfNationalId: string;
|
|
311
|
+
backToTaskList: string;
|
|
312
|
+
proofOfResidenceDocumentTypeLabel: string;
|
|
313
|
+
utilityBill: string;
|
|
314
|
+
governmentIssuedCorrespondence: string;
|
|
315
|
+
taxationDocument: string;
|
|
316
|
+
extractFromMunicipalPersonalRecordsDatabase: string;
|
|
317
|
+
salarySlip: string;
|
|
318
|
+
mortgageStatement: string;
|
|
319
|
+
certificateOfVoterRegistration: string;
|
|
320
|
+
businessAccountDetailsDescription: string;
|
|
321
|
+
businessAccountDetailsDescriptionReview: string;
|
|
322
|
+
documentAddressedToName: string;
|
|
323
|
+
showAddressStateCountry: string;
|
|
324
|
+
dateOnDocumentNoOlderThanXMonths: string;
|
|
325
|
+
fullDocumentVisibleWithReadableText: string;
|
|
326
|
+
documentCannotBeDamaged: string;
|
|
327
|
+
verify: string;
|
|
328
|
+
add: string;
|
|
329
|
+
idUploadDocumentSubtitle: string;
|
|
330
|
+
documentNotExpiredOrDamaged: string;
|
|
331
|
+
weAccept: string;
|
|
332
|
+
includeFrontAndBack: string;
|
|
333
|
+
fullDocumentVisible: string;
|
|
334
|
+
imagesInColor: string;
|
|
335
|
+
datePlaceholder: string;
|
|
336
|
+
onlyEnterNormalCharacters: string;
|
|
337
|
+
verifyCompanyInfoIsUpToDate: string;
|
|
338
|
+
failedToFetchRelevantDocuments: string;
|
|
339
|
+
failedToFetchRelevantAccounts: string;
|
|
340
|
+
processing: string;
|
|
341
|
+
inReview: string;
|
|
342
|
+
unsuccessful: string;
|
|
343
|
+
invalidDateOfBirth: string;
|
|
344
|
+
invalidDateOfIncorporation: string;
|
|
345
|
+
successfullyUpdatedDetails: string;
|
|
346
|
+
failedToUpdateDetails: string;
|
|
347
|
+
successfullyVerifiedIdNumber: string;
|
|
348
|
+
failedFetchingDecisionMaker: string;
|
|
349
|
+
fileUpload: string;
|
|
350
|
+
bankStatement: string;
|
|
351
|
+
bankStatementOptional: string;
|
|
352
|
+
bankAccountVerification: string;
|
|
353
|
+
bankStatementDocument: string;
|
|
354
|
+
bankStatementDocumentTypeLabel: string;
|
|
355
|
+
requirements: string;
|
|
356
|
+
accountHolderNameMatchesWithBusinessOrTradingName: string;
|
|
357
|
+
accountNumberOrIbanVisible: string;
|
|
358
|
+
accountNumberVisible: string;
|
|
359
|
+
routingNumberVisible: string;
|
|
360
|
+
showsCountryOfBankAccount: string;
|
|
361
|
+
hasToBeOfficialDocumentFromBank: string;
|
|
362
|
+
ifDocumentMoreThan12months: string;
|
|
363
|
+
whyDoINeedToFillInThisInformation: string;
|
|
364
|
+
reasonForFillingCompanyRegistrationDetails: string;
|
|
365
|
+
reasonForFillingCompanyAddressDetails: string;
|
|
366
|
+
reasonForFillingIndividualPersonalDetails: string;
|
|
367
|
+
reasonForFillingIndividualAddressDetails: string;
|
|
368
|
+
reasonForFillingPayoutAccountDetails: string;
|
|
369
|
+
reasonForFillingPayoutDetails: string;
|
|
370
|
+
whatIsTheDifferenceBetweenTheseRoles: string;
|
|
371
|
+
ownerGuideDescription: string;
|
|
372
|
+
controllingPersonGuideDescription: string;
|
|
373
|
+
signatoryGuideDescription: string;
|
|
374
|
+
directorGuideDescription: string;
|
|
375
|
+
someoneAppointedToManageACompanysBusinessAndAffairs: string;
|
|
376
|
+
whatIfDocumentIsMoreThan12MonthsOld: string;
|
|
377
|
+
descriptionHelper: string;
|
|
378
|
+
depositTicket: string;
|
|
379
|
+
screenshotOfOnlineBankingEnviroment: string;
|
|
380
|
+
officialEmailOrALetterFromYourBank: string;
|
|
381
|
+
cheques: string;
|
|
382
|
+
releveDidentiteBancaire: string;
|
|
383
|
+
successFullyRemovedDecisionMaker: string;
|
|
384
|
+
failedToRemoveDecisionMaker: string;
|
|
385
|
+
chamberOfCommerceExtract: string;
|
|
386
|
+
taxNumberCorporateNumber: string;
|
|
387
|
+
companyLegalName: string;
|
|
388
|
+
companyName: string;
|
|
389
|
+
companyType: string;
|
|
390
|
+
taxReferenceNumber: string;
|
|
391
|
+
SST: string;
|
|
392
|
+
companyProfile: string;
|
|
393
|
+
companyNumber: string;
|
|
394
|
+
RfcDocument: string;
|
|
395
|
+
RFC: string;
|
|
396
|
+
companyRegistrationDocument: string;
|
|
397
|
+
businessName: string;
|
|
398
|
+
typeOfCompany: string;
|
|
399
|
+
typeOfIdentity: string;
|
|
400
|
+
typeOfIdentitySubtitle: string;
|
|
401
|
+
CNPJ: string;
|
|
402
|
+
businessNumber: string;
|
|
403
|
+
doingBusinessAs: string;
|
|
404
|
+
taxIdentificationNumber: string;
|
|
405
|
+
irdDocument: string;
|
|
406
|
+
irdNumber: string;
|
|
407
|
+
australianBusinessNumberAbn: string;
|
|
408
|
+
australianBusinessNumberAcn: string;
|
|
409
|
+
enterpriseNumber: string;
|
|
410
|
+
NIP: string;
|
|
411
|
+
NIPC: string;
|
|
412
|
+
numerodeIVA: string;
|
|
413
|
+
NIF: string;
|
|
414
|
+
uen: string;
|
|
415
|
+
nric: string;
|
|
416
|
+
NIFdeIVA: string;
|
|
417
|
+
partitaIVA: string;
|
|
418
|
+
organisationsnummer: string;
|
|
419
|
+
momsregistreringsnummer: string;
|
|
420
|
+
codiceFiscaleOrCCIAA: string;
|
|
421
|
+
"UST-ID": string;
|
|
422
|
+
DIC: string;
|
|
423
|
+
ICO: string;
|
|
424
|
+
"USt-IdNr": string;
|
|
425
|
+
handelsregisternummer: string;
|
|
426
|
+
NumeroDeTVA: string;
|
|
427
|
+
organisasjonsnummer: string;
|
|
428
|
+
skattenummer: string;
|
|
429
|
+
verificationErrorMessage: string;
|
|
430
|
+
remediationFormErrorMessage: string;
|
|
431
|
+
youHaveUnsavedChanges: string;
|
|
432
|
+
areYouSureToLeave: string;
|
|
433
|
+
cancel: string;
|
|
434
|
+
"save&Leave": string;
|
|
435
|
+
leave: string;
|
|
436
|
+
taxIdNumber: string;
|
|
437
|
+
companyRegistrationNumber: string;
|
|
438
|
+
euVatNumber: string;
|
|
439
|
+
vatNumber: string;
|
|
440
|
+
regonKrsNumber: string;
|
|
441
|
+
registrationNumber: string;
|
|
442
|
+
registrationNumber__nonProfit__FR: string;
|
|
443
|
+
registrationNumber__FR: string;
|
|
444
|
+
registrationNumber__PR: string;
|
|
445
|
+
charityNumber: string;
|
|
446
|
+
firmenbuchnummer: string;
|
|
447
|
+
firmenbuchnummerOrZVR: string;
|
|
448
|
+
"stepsX/YofForm": string;
|
|
449
|
+
no: string;
|
|
450
|
+
yes: string;
|
|
451
|
+
informationCouldNotBeSubmitted: string;
|
|
452
|
+
fieldHasUnsupportedFormats: string;
|
|
453
|
+
updateTheInformation: string;
|
|
454
|
+
andResubmit: string;
|
|
455
|
+
someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit: string;
|
|
456
|
+
trustType: string;
|
|
457
|
+
cashManagementTrust: string;
|
|
458
|
+
corporateUnitTrust: string;
|
|
459
|
+
deceasedEstate: string;
|
|
460
|
+
discretionaryInvestmentTrust: string;
|
|
461
|
+
discretionaryServicesManagementTrust: string;
|
|
462
|
+
discretionaryTradingTrust: string;
|
|
463
|
+
firstHomeSaverAccountsTrust: string;
|
|
464
|
+
fixedTrust: string;
|
|
465
|
+
fixedUnitTrust: string;
|
|
466
|
+
hybridTrust: string;
|
|
467
|
+
listedPublicUnitTrust: string;
|
|
468
|
+
otherTrust: string;
|
|
469
|
+
pooledSuperannuationTrust: string;
|
|
470
|
+
publicTradingTrust: string;
|
|
471
|
+
unlistedPublicUnitTrust: string;
|
|
472
|
+
countryOfEstablishment: string;
|
|
473
|
+
nameOfTrustAgreement: string;
|
|
474
|
+
typeOfTrustAgreement: string;
|
|
475
|
+
weFoundTheFollowingIssues: string;
|
|
476
|
+
reviewTheInformationBelowAndCorrectMistakesOr: string;
|
|
477
|
+
uploadTheRequestedDocuments: string;
|
|
478
|
+
uploadTheFollowingDocuments: string;
|
|
479
|
+
uploadDocumentAndDocument: string;
|
|
480
|
+
thenResubmit: string;
|
|
481
|
+
isTrustOperationAddressSame: string;
|
|
482
|
+
trustDetails: string;
|
|
483
|
+
trustDetailsDescription: string;
|
|
484
|
+
trustDocumentDescription: string;
|
|
485
|
+
nameOfTrust: string;
|
|
486
|
+
fullLegalNamesOfAnyAppointers: string;
|
|
487
|
+
dateDeedWasSigned: string;
|
|
488
|
+
settlerDetailsIncl: string;
|
|
489
|
+
trusteeDetailsIncl: string;
|
|
490
|
+
beneficiariesDetailsIncl: string;
|
|
491
|
+
trustMembers: string;
|
|
492
|
+
trustMembersDescription: string;
|
|
493
|
+
trustee: string;
|
|
494
|
+
obligatory: string;
|
|
495
|
+
requiredIfApplicable: string;
|
|
496
|
+
provideAtLeastOneSettlor: string;
|
|
497
|
+
provideAtLeastOneProtector: string;
|
|
498
|
+
provideAllBeneficiaries: string;
|
|
499
|
+
provideAllTrustees: string;
|
|
500
|
+
provideAllControllingPersons: string;
|
|
501
|
+
settlorGuideDescription: string;
|
|
502
|
+
trusteeGuideDescription: string;
|
|
503
|
+
protectorGuideDescription: string;
|
|
504
|
+
beneficiaryGuideDescription: string;
|
|
505
|
+
uboThroughControlGuideDescription: string;
|
|
506
|
+
uboThroughOwnershipGuideDescription: string;
|
|
507
|
+
beneficiary: string;
|
|
508
|
+
protector: string;
|
|
509
|
+
settlor: string;
|
|
510
|
+
ultimateBeneficialOwner: string;
|
|
511
|
+
addTrustMember: string;
|
|
512
|
+
personAppointmentUnderTrustInstrument: string;
|
|
513
|
+
legalOwnerOfProperty: string;
|
|
514
|
+
entityEstablishingTrust: string;
|
|
515
|
+
entityOwning25OrMoreOfTrust: string;
|
|
516
|
+
controllingPersonOfTrust: string;
|
|
517
|
+
failedToFetchTrustDetails: string;
|
|
518
|
+
failedToFetchTrustMemberDetails: string;
|
|
519
|
+
failedToFetchLegalEntityDetails: string;
|
|
520
|
+
editTrustMember: string;
|
|
521
|
+
removeTrustMember: string;
|
|
522
|
+
successFullyRemovedTrustMember: string;
|
|
523
|
+
failedToRemoveTrustMember: string;
|
|
524
|
+
editEntityDetails: string;
|
|
525
|
+
editOwnerOfTrustMember: string;
|
|
526
|
+
editEntityOwner: string;
|
|
527
|
+
addEntityOwner: string;
|
|
528
|
+
addOwnerToTrustMember: string;
|
|
529
|
+
whatTypeOfYourMembersEntity: string;
|
|
530
|
+
naturalPersonTitle: string;
|
|
531
|
+
naturalPersonDescription: string;
|
|
532
|
+
businessEntityTitle: string;
|
|
533
|
+
businessEntityDescription: string;
|
|
534
|
+
roleAndEntityType: string;
|
|
535
|
+
helpUsVerifyCompany: string;
|
|
536
|
+
providePersonalDetailsOfOwner: string;
|
|
537
|
+
memberDetails: string;
|
|
538
|
+
good: string;
|
|
539
|
+
notCutOff: string;
|
|
540
|
+
notBlurry: string;
|
|
541
|
+
notExpired: string;
|
|
542
|
+
noGlare: string;
|
|
543
|
+
selectDocumentType: string;
|
|
544
|
+
registrationDocumentSubTitle: string;
|
|
545
|
+
documentIssuedByGovernmentAuthority: string;
|
|
546
|
+
uploadTaxationDocument: string;
|
|
547
|
+
containsNameOfCompany: string;
|
|
548
|
+
documentShowsTaxIdOfCompany: string;
|
|
549
|
+
issuedByTheTaxAuthority: string;
|
|
550
|
+
providePageWithPhotoAndCode: string;
|
|
551
|
+
constitutionalDocument: string;
|
|
552
|
+
solePropDetails: string;
|
|
553
|
+
soleProprietorDetails: string;
|
|
554
|
+
selectAccountHolder: string;
|
|
555
|
+
nameOfBankAccountHolder: string;
|
|
556
|
+
myName: string;
|
|
557
|
+
myNameDescription: string;
|
|
558
|
+
mySoleTraderName: string;
|
|
559
|
+
mySoleTraderNameDescription: string;
|
|
560
|
+
theCompanyIWorkFor: string;
|
|
561
|
+
theCompanyIWorkForDescription: string;
|
|
562
|
+
aTrust: string;
|
|
563
|
+
aTrustDescription: string;
|
|
564
|
+
aPartnership: string;
|
|
565
|
+
aPartnershipDescription: string;
|
|
566
|
+
anAssociation: string;
|
|
567
|
+
anAssociationDescription: string;
|
|
568
|
+
legalNameOfSoleProprietor: string;
|
|
569
|
+
failedToFetchSoleProp: string;
|
|
570
|
+
uniqueIdentificationCode: string;
|
|
571
|
+
identifikacionenNomerDDS: string;
|
|
572
|
+
MBS: string;
|
|
573
|
+
PDVIdBrojOIB: string;
|
|
574
|
+
cyRegistrationNumber: string;
|
|
575
|
+
arithmosEngraphes: string;
|
|
576
|
+
"CVR-nummer": string;
|
|
577
|
+
momsregistreringsnummerOrStamregister: string;
|
|
578
|
+
registrikood: string;
|
|
579
|
+
kaibemaksukohustuslaseNumber: string;
|
|
580
|
+
YTunnus: string;
|
|
581
|
+
arvonlisaveronumeroMervardesskattenummer: string;
|
|
582
|
+
"GEMI-number": string;
|
|
583
|
+
grTaxId: string;
|
|
584
|
+
huRegistrationNumber: string;
|
|
585
|
+
huTaxId: string;
|
|
586
|
+
valueAddedTaxIdentificationNumber: string;
|
|
587
|
+
lvRegistrationNumber: string;
|
|
588
|
+
lvTaxId: string;
|
|
589
|
+
ltRegistrationNumber: string;
|
|
590
|
+
mcRegistrationNumberSoleProp: string;
|
|
591
|
+
PVMmoketojoKodas: string;
|
|
592
|
+
luRegistrationNumber: string;
|
|
593
|
+
numeroDIdentificationALATaxe: string;
|
|
594
|
+
numarOrdineRegistrulComertului: string;
|
|
595
|
+
codulDeIdentificareFiscala: string;
|
|
596
|
+
skRegistrationNumber: string;
|
|
597
|
+
skTaxId: string;
|
|
598
|
+
siRegistrationNumber: string;
|
|
599
|
+
siTaxId: string;
|
|
600
|
+
chRegistrationNumber: string;
|
|
601
|
+
mcRegistrationNumber: string;
|
|
602
|
+
liRegistrationNumber: string;
|
|
603
|
+
Mehrwertsteuernummer: string;
|
|
604
|
+
Xdigits: string;
|
|
605
|
+
upToXdigits: string;
|
|
606
|
+
XtoYdigits: string;
|
|
607
|
+
XorYdigits: string;
|
|
608
|
+
Xcharacters: string;
|
|
609
|
+
XtoYcharacters: string;
|
|
610
|
+
XdigitsAndYcharacters: string;
|
|
611
|
+
"1character5to7digits": string;
|
|
612
|
+
"1char8digits": string;
|
|
613
|
+
"1charXalphanumeric": string;
|
|
614
|
+
"2characters6or7digits": string;
|
|
615
|
+
"7or8or12characters": string;
|
|
616
|
+
"2digits1to3letters5digits": string;
|
|
617
|
+
Cchar5digits: string;
|
|
618
|
+
characterPlusXToYDigitsWithOptionalSpace: string;
|
|
619
|
+
cop1to8digits: string;
|
|
620
|
+
"8digitsOptional-": string;
|
|
621
|
+
provideAllOwners: string;
|
|
622
|
+
ifNoOwnersSpecifyControllingPersons: string;
|
|
623
|
+
provideAtLeastOneSignatory: string;
|
|
624
|
+
provideOneControllingPerson: string;
|
|
625
|
+
textToVerifyAccount: string;
|
|
626
|
+
theBankAccountHolderMustHaveTheSameNameAsYourCompany_: string;
|
|
627
|
+
theBankAccountHolderMustBeInYourName_: string;
|
|
628
|
+
weDoNotYetSupportInstantVerificationForBankAccountsIn_: string;
|
|
629
|
+
youCanOnlyUseABankAccountInTheCountryWhereYourCompanyIsRegistered: string;
|
|
630
|
+
youCanOnlyUseABankAccountInTheCountryWhereYouLive: string;
|
|
631
|
+
mobileApplication: string;
|
|
632
|
+
onOnlineBankingEnvironment: string;
|
|
633
|
+
dontHaveAccessOnlineBanking: string;
|
|
634
|
+
confirmPayoutManually: string;
|
|
635
|
+
noteManualTakesLonger: string;
|
|
636
|
+
accountVerification: string;
|
|
637
|
+
verifyWith: string;
|
|
638
|
+
documentVerification: string;
|
|
639
|
+
youHaveSuccessfullyProvidedTheIdDocument: string;
|
|
640
|
+
submitIdDocumentsAgain: string;
|
|
641
|
+
madeAMistake: string;
|
|
642
|
+
canNotCompleteInstantVerification: string;
|
|
643
|
+
goBackAndProvideDocumentScans: string;
|
|
644
|
+
identityCard: string;
|
|
645
|
+
uploadOneOfTheFollowing: string;
|
|
646
|
+
documentIssuedWithinLastYear: string;
|
|
647
|
+
learnMore: string;
|
|
648
|
+
doingBusinessAsNameFiling: string;
|
|
649
|
+
taxFiling: string;
|
|
650
|
+
continueAsCompany: string;
|
|
651
|
+
continueAsIndividual: string;
|
|
652
|
+
indicatedPayoutToCompany: string;
|
|
653
|
+
continueSigningUpAsCompany: string;
|
|
654
|
+
indicatedPayoutToPersonalAccount: string;
|
|
655
|
+
continueSigningUpAsIndividual: string;
|
|
656
|
+
continue: string;
|
|
657
|
+
noGoBack: string;
|
|
658
|
+
continueCompany: string;
|
|
659
|
+
continueIndividual: string;
|
|
660
|
+
addManually: string;
|
|
661
|
+
searchAddress: string;
|
|
662
|
+
startTypingTheAddress: string;
|
|
663
|
+
addresses: string;
|
|
664
|
+
loading: string;
|
|
665
|
+
businessIncorporationNumber: string;
|
|
666
|
+
doNotHaveBusinessIncorporationNumber: string;
|
|
667
|
+
socialInsuranceNumber: string;
|
|
668
|
+
verificationMethod: string;
|
|
669
|
+
verifyViaMobileBankAppOrBankWebsite: string;
|
|
670
|
+
provideAccountDetailsAndUploadBankStatement: string;
|
|
671
|
+
instantVerificationDescription: string;
|
|
672
|
+
couldNotEstablishBankConnection: string;
|
|
673
|
+
sorryAnErrorOccurred: string;
|
|
674
|
+
ranIntoTechnicalError: string;
|
|
675
|
+
failedInitializeInstantVerification: string;
|
|
676
|
+
couldNotCompleteAccountCheck: string;
|
|
677
|
+
tryAgainOrManualAccountDetails: string;
|
|
678
|
+
manualVerificationDescription: string;
|
|
679
|
+
poweredBy: string;
|
|
680
|
+
youSuccessfullyVerifiedAccount: string;
|
|
681
|
+
verifyBankAccountAgain: string;
|
|
682
|
+
accountName: string;
|
|
683
|
+
mayTakeAFewHoursOrDays: string;
|
|
684
|
+
instant: string;
|
|
685
|
+
isOurTrustedPartnerHelpingSpeedUpSetup: string;
|
|
686
|
+
howDoesVerificationWithOurPartnerWorks: string;
|
|
687
|
+
selectTheBankToReceivePayouts: string;
|
|
688
|
+
bankAccountFormat: string;
|
|
689
|
+
ibanFormat: string;
|
|
690
|
+
localFormat: string;
|
|
691
|
+
payoutInOnly_: string;
|
|
692
|
+
payoutIn_Or_: string;
|
|
693
|
+
loginIntoYourBankingEnvironment: string;
|
|
694
|
+
yourBankWillConfirmYourAccountDetails: string;
|
|
695
|
+
adyenWillOnlyGetTemporaryAccess: string;
|
|
696
|
+
instantVerification: string;
|
|
697
|
+
xCharactersLeft: string;
|
|
698
|
+
goBack: string;
|
|
699
|
+
businessRegistrationNumber: string;
|
|
700
|
+
doNotHaveBusinessNumber: string;
|
|
701
|
+
"UEN/GST": string;
|
|
702
|
+
"IRD/GST": string;
|
|
703
|
+
enterNameExactlyAsAppearInID: string;
|
|
704
|
+
enterLastNameExactlyAsAppearInID: string;
|
|
705
|
+
takePhotoOriginalDocumentWithPhone: string;
|
|
706
|
+
instantIDVerificationDescription: string;
|
|
707
|
+
manualIDVerificationDescription: string;
|
|
708
|
+
uploadScanOriginalIDDocument: string;
|
|
709
|
+
takesLonger: string;
|
|
710
|
+
howVerificationWithOnfidoWork: string;
|
|
711
|
+
onfidoIsOurTrustedPartner: string;
|
|
712
|
+
usePhoneToScanId: string;
|
|
713
|
+
onfidoWillGiveFeedbackInRealTime: string;
|
|
714
|
+
theIdCheckWillBeAutomaticallyValidated: string;
|
|
715
|
+
adyenKeepsDataAsLongAsLegallyRequired: string;
|
|
716
|
+
requiresSignatory: string;
|
|
717
|
+
requiresDecisionMakers: string;
|
|
718
|
+
definedBeneficiary: string;
|
|
719
|
+
definedBeneficiaryDescription: string;
|
|
720
|
+
undefinedBeneficiary: string;
|
|
721
|
+
undefinedBeneficiaryDescription: string;
|
|
722
|
+
description: string;
|
|
723
|
+
descriptionOptional: string;
|
|
724
|
+
describeWhoIsABeneficiaryInYourTrust: string;
|
|
725
|
+
descriptionUndefinedBeneficiary: string;
|
|
726
|
+
undefinedBeneficiaryGuideDescription: string;
|
|
727
|
+
identityCardBack: string;
|
|
728
|
+
identityCardFront: string;
|
|
729
|
+
drivinglicenseBack: string;
|
|
730
|
+
drivinglicenseFront: string;
|
|
731
|
+
passportPhotoPage: string;
|
|
732
|
+
residencePermitBack: string;
|
|
733
|
+
residencePermitFront: string;
|
|
734
|
+
manualUpload: string;
|
|
735
|
+
errorMessage_1_10: string;
|
|
736
|
+
errorMessage_1_11: string;
|
|
737
|
+
errorMessage_1_12: string;
|
|
738
|
+
errorMessage_1_30: string;
|
|
739
|
+
errorMessage_1_31: string;
|
|
740
|
+
errorMessage_1_32: string;
|
|
741
|
+
errorMessage_1_33: string;
|
|
742
|
+
errorMessage_1_34: string;
|
|
743
|
+
errorMessage_1_35: string;
|
|
744
|
+
errorMessage_1_36: string;
|
|
745
|
+
errorMessage_1_37: string;
|
|
746
|
+
errorMessage_1_38: string;
|
|
747
|
+
errorMessage_1_39: string;
|
|
748
|
+
errorMessage_1_40: string;
|
|
749
|
+
errorMessage_1_41: string;
|
|
750
|
+
errorMessage_1_50: string;
|
|
751
|
+
errorMessage_1_51: string;
|
|
752
|
+
errorMessage_1_52: string;
|
|
753
|
+
errorMessage_1_53: string;
|
|
754
|
+
errorMessage_1_54: string;
|
|
755
|
+
errorMessage_1_55: string;
|
|
756
|
+
errorMessage_1_56: string;
|
|
757
|
+
errorMessage_1_57: string;
|
|
758
|
+
errorMessage_1_60: string;
|
|
759
|
+
errorMessage_1_61: string;
|
|
760
|
+
errorMessage_1_62: string;
|
|
761
|
+
errorMessage_1_70: string;
|
|
762
|
+
errorMessage_1_71: string;
|
|
763
|
+
errorMessage_1_72: string;
|
|
764
|
+
errorMessage_1_73: string;
|
|
765
|
+
errorMessage_1_74: string;
|
|
766
|
+
errorMessage_1_75: string;
|
|
767
|
+
errorMessage_1_76: string;
|
|
768
|
+
errorMessage_1_1000: string;
|
|
769
|
+
errorMessage_1_1001: string;
|
|
770
|
+
errorMessage_1_1002: string;
|
|
771
|
+
errorMessage_1_1003: string;
|
|
772
|
+
errorMessage_1_3000: string;
|
|
773
|
+
errorMessage_1_3001: string;
|
|
774
|
+
errorMessage_1_3002: string;
|
|
775
|
+
errorMessage_1_3003: string;
|
|
776
|
+
errorMessage_1_3004: string;
|
|
777
|
+
errorMessage_1_3005: string;
|
|
778
|
+
errorMessage_1_3006: string;
|
|
779
|
+
errorMessage_1_3007: string;
|
|
780
|
+
errorMessage_1_3008: string;
|
|
781
|
+
errorMessage_1_3009: string;
|
|
782
|
+
errorMessage_1_3010: string;
|
|
783
|
+
errorMessage_1_3011: string;
|
|
784
|
+
errorMessage_1_3012: string;
|
|
785
|
+
errorMessage_1_3013: string;
|
|
786
|
+
errorMessage_1_3014: string;
|
|
787
|
+
errorMessage_1_3015: string;
|
|
788
|
+
errorMessage_1_3016: string;
|
|
789
|
+
errorMessage_1_3017: string;
|
|
790
|
+
errorMessage_1_3018: string;
|
|
791
|
+
errorMessage_1_3019: string;
|
|
792
|
+
errorMessage_1_3020: string;
|
|
793
|
+
errorMessage_1_3021: string;
|
|
794
|
+
errorMessage_1_3022: string;
|
|
795
|
+
errorMessage_1_3023: string;
|
|
796
|
+
errorMessage_1_3024: string;
|
|
797
|
+
errorMessage_1_3025: string;
|
|
798
|
+
errorMessage_1_3026: string;
|
|
799
|
+
errorMessage_1_3027: string;
|
|
800
|
+
errorMessage_1_3028: string;
|
|
801
|
+
errorMessage_1_3029: string;
|
|
802
|
+
errorMessage_1_3030: string;
|
|
803
|
+
errorMessage_1_3031: string;
|
|
804
|
+
errorMessage_1_3032: string;
|
|
805
|
+
errorMessage_1_3033: string;
|
|
806
|
+
errorMessage_1_3034: string;
|
|
807
|
+
errorMessage_1_3035: string;
|
|
808
|
+
errorMessage_1_3036: string;
|
|
809
|
+
errorMessage_1_3037: string;
|
|
810
|
+
errorMessage_1_3038: string;
|
|
811
|
+
errorMessage_1_3039: string;
|
|
812
|
+
errorMessage_1_3040: string;
|
|
813
|
+
errorMessage_1_3041: string;
|
|
814
|
+
errorMessage_1_3042: string;
|
|
815
|
+
errorMessage_1_3043: string;
|
|
816
|
+
errorMessage_1_3044: string;
|
|
817
|
+
errorMessage_1_3045: string;
|
|
818
|
+
errorMessage_1_3046: string;
|
|
819
|
+
errorMessage_1_3047: string;
|
|
820
|
+
errorMessage_1_3048: string;
|
|
821
|
+
errorMessage_1_3049: string;
|
|
822
|
+
errorMessage_1_3050: string;
|
|
823
|
+
errorMessage_1_3051: string;
|
|
824
|
+
errorMessage_1_3062: string;
|
|
825
|
+
errorMessage_1_5000: string;
|
|
826
|
+
errorMessage_1_5001: string;
|
|
827
|
+
errorMessage_1_5002: string;
|
|
828
|
+
errorMessage_1_5003: string;
|
|
829
|
+
errorMessage_1_5004: string;
|
|
830
|
+
errorMessage_1_5005: string;
|
|
831
|
+
errorMessage_1_5006: string;
|
|
832
|
+
errorMessage_1_5007: string;
|
|
833
|
+
errorMessage_1_5008: string;
|
|
834
|
+
errorMessage_1_5009: string;
|
|
835
|
+
errorMessage_1_5010: string;
|
|
836
|
+
errorMessage_1_5011: string;
|
|
837
|
+
errorMessage_1_5012: string;
|
|
838
|
+
errorMessage_1_5013: string;
|
|
839
|
+
errorMessage_1_5014: string;
|
|
840
|
+
errorMessage_1_5015: string;
|
|
841
|
+
errorMessage_1_5016: string;
|
|
842
|
+
errorMessage_1_5017: string;
|
|
843
|
+
errorMessage_1_5018: string;
|
|
844
|
+
errorMessage_1_5019: string;
|
|
845
|
+
errorMessage_1_5020: string;
|
|
846
|
+
errorMessage_1_5021: string;
|
|
847
|
+
errorMessage_1_5022: string;
|
|
848
|
+
errorMessage_1_5023: string;
|
|
849
|
+
errorMessage_1_5024: string;
|
|
850
|
+
errorMessage_1_5025: string;
|
|
851
|
+
errorMessage_1_5026: string;
|
|
852
|
+
errorMessage_1_5027: string;
|
|
853
|
+
errorMessage_1_5028: string;
|
|
854
|
+
errorMessage_1_5029: string;
|
|
855
|
+
errorMessage_1_5030: string;
|
|
856
|
+
errorMessage_1_5031: string;
|
|
857
|
+
errorMessage_1_5032: string;
|
|
858
|
+
errorMessage_1_5033: string;
|
|
859
|
+
errorMessage_1_5034: string;
|
|
860
|
+
errorMessage_1_5035: string;
|
|
861
|
+
errorMessage_1_5036: string;
|
|
862
|
+
errorMessage_1_5037: string;
|
|
863
|
+
errorMessage_1_5038: string;
|
|
864
|
+
errorMessage_1_5039: string;
|
|
865
|
+
errorMessage_1_5040: string;
|
|
866
|
+
errorMessage_1_5041: string;
|
|
867
|
+
errorMessage_1_5042: string;
|
|
868
|
+
errorMessage_1_5043: string;
|
|
869
|
+
errorMessage_1_5044: string;
|
|
870
|
+
errorMessage_1_5045: string;
|
|
871
|
+
errorMessage_1_5046: string;
|
|
872
|
+
errorMessage_1_5047: string;
|
|
873
|
+
errorMessage_1_5048: string;
|
|
874
|
+
errorMessage_1_5049: string;
|
|
875
|
+
errorMessage_1_5050: string;
|
|
876
|
+
errorMessage_1_5051: string;
|
|
877
|
+
errorMessage_1_5052: string;
|
|
878
|
+
errorMessage_1_5053: string;
|
|
879
|
+
errorMessage_1_6000: string;
|
|
880
|
+
errorMessage_1_6001: string;
|
|
881
|
+
errorMessage_1_6002: string;
|
|
882
|
+
errorMessage_1_6003: string;
|
|
883
|
+
errorMessage_1_6004: string;
|
|
884
|
+
errorMessage_1_6005: string;
|
|
885
|
+
errorMessage_1_6006: string;
|
|
886
|
+
errorMessage_1_6007: string;
|
|
887
|
+
errorMessage_1_6008: string;
|
|
888
|
+
errorMessage_1_6009: string;
|
|
889
|
+
errorMessage_1_6010: string;
|
|
890
|
+
errorMessage_1_6011: string;
|
|
891
|
+
errorMessage_1_6022: string;
|
|
892
|
+
errorMessage_1_6027: string;
|
|
893
|
+
errorMessage_1_7000: string;
|
|
894
|
+
errorMessage_1_7001: string;
|
|
895
|
+
errorMessage_1_7002: string;
|
|
896
|
+
errorMessage_1_7003: string;
|
|
897
|
+
errorMessage_1_7004: string;
|
|
898
|
+
errorMessage_1_7005: string;
|
|
899
|
+
errorMessage_1_7006: string;
|
|
900
|
+
errorMessage_1_7007: string;
|
|
901
|
+
errorMessage_1_7008: string;
|
|
902
|
+
errorMessage_1_7009: string;
|
|
903
|
+
errorMessage_1_7010: string;
|
|
904
|
+
errorMessage_1_7011: string;
|
|
905
|
+
errorMessage_1_7012: string;
|
|
906
|
+
errorMessage_1_7013: string;
|
|
907
|
+
errorMessage_1_7014: string;
|
|
908
|
+
errorMessage_1_7015: string;
|
|
909
|
+
errorMessage_1_7016: string;
|
|
910
|
+
errorMessage_1_7017: string;
|
|
911
|
+
errorMessage_1_7018: string;
|
|
912
|
+
errorMessage_1_7019: string;
|
|
913
|
+
errorMessage_1_7020: string;
|
|
914
|
+
errorMessage_1_7021: string;
|
|
915
|
+
errorMessage_1_7022: string;
|
|
916
|
+
errorMessage_3_10: string;
|
|
917
|
+
remediationMessage_1_100: string;
|
|
918
|
+
remediationMessage_1_101: string;
|
|
919
|
+
remediationMessage_1_102: string;
|
|
920
|
+
remediationMessage_2_158: string;
|
|
921
|
+
remediationMessage_1_300: string;
|
|
922
|
+
remediationMessage_1_301: string;
|
|
923
|
+
remediationMessage_1_302: string;
|
|
924
|
+
remediationMessage_1_303: string;
|
|
925
|
+
remediationMessage_1_304: string;
|
|
926
|
+
remediationMessage_1_305: string;
|
|
927
|
+
remediationMessage_1_306: string;
|
|
928
|
+
remediationMessage_1_307: string;
|
|
929
|
+
remediationMessage_1_308: string;
|
|
930
|
+
remediationMessage_1_309: string;
|
|
931
|
+
remediationMessage_1_316: string;
|
|
932
|
+
remediationMessage_1_500: string;
|
|
933
|
+
remediationMessage_1_501: string;
|
|
934
|
+
remediationMessage_1_502: string;
|
|
935
|
+
remediationMessage_1_503: string;
|
|
936
|
+
remediationMessage_1_504: string;
|
|
937
|
+
remediationMessage_1_505: string;
|
|
938
|
+
remediationMessage_1_506: string;
|
|
939
|
+
remediationMessage_1_507: string;
|
|
940
|
+
remediationMessage_1_508: string;
|
|
941
|
+
remediationMessage_1_509: string;
|
|
942
|
+
remediationMessage_1_510: string;
|
|
943
|
+
remediationMessage_1_511: string;
|
|
944
|
+
remediationMessage_1_600: string;
|
|
945
|
+
remediationMessage_1_601: string;
|
|
946
|
+
remediationMessage_1_602: string;
|
|
947
|
+
remediationMessage_1_700: string;
|
|
948
|
+
remediationMessage_1_701: string;
|
|
949
|
+
remediationMessage_1_702: string;
|
|
950
|
+
remediationMessage_1_703: string;
|
|
951
|
+
remediationMessage_1_704: string;
|
|
952
|
+
remediationMessage_1_705: string;
|
|
953
|
+
remediationMessage_3_100: string;
|
|
954
|
+
sameNameAsLegalName: string;
|
|
955
|
+
whereCanIFindTheseNumbersOnMyDriversLicense: string;
|
|
956
|
+
whereToFindNumbersOnDriversLicense: string;
|
|
957
|
+
iStillCantFindIt: string;
|
|
958
|
+
patriotActDisclosureTitle: string;
|
|
959
|
+
patriotActDisclosureTextParagraph1: string;
|
|
960
|
+
patriotActDisclosureTextParagraph2: string;
|
|
961
|
+
trusteeAsTrusteeForTrust: string;
|
|
962
|
+
trustDeed: string;
|
|
963
|
+
trustInstrument: string;
|
|
964
|
+
makeSureToHaveYourTrustDeed: string;
|
|
965
|
+
maintenanceModeMessage: string;
|
|
966
|
+
individualTrusteeDetails: string;
|
|
967
|
+
companyTrusteeDetails: string;
|
|
968
|
+
trusteePersonalDetails: string;
|
|
969
|
+
byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms: string;
|
|
970
|
+
whichOfTheseApplyToTheSettlor: string;
|
|
971
|
+
contributionBelowThreshold: string;
|
|
972
|
+
professionalServiceProvider: string;
|
|
973
|
+
deceased: string;
|
|
974
|
+
noneOfTheAbove: string;
|
|
975
|
+
settlorExemptionReason: string;
|
|
976
|
+
otherInformation: string;
|
|
977
|
+
};
|