@adyen/kyc-components 3.13.3 → 3.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/adyen-kyc-components.es.js +120 -372
- package/dist/style.css +6 -10
- package/dist/types/components/AutoResizer.d.ts +1 -1
- package/dist/types/components/BankDocument/component/BankDocumentComponent.d.ts +1 -1
- package/dist/types/components/BankDocument/component/BankDocumentRequirements.d.ts +2 -1
- package/dist/types/components/BankDocument/component/validate.d.ts +2 -2
- package/dist/types/components/BankVerification/BankVerification.d.ts +1 -1
- package/dist/types/components/BankVerification/types.d.ts +8 -8
- package/dist/types/components/BankVerification/validate.d.ts +2 -2
- package/dist/types/components/BankVerification/verification/widget/component/BankVerificationWidget.d.ts +3 -3
- package/dist/types/components/BankVerification/verification/widget/iframeWidget.d.ts +1 -1
- package/dist/types/components/BaseElement.d.ts +2 -2
- package/dist/types/components/BusinessTypeSelection/component/BusinessTypeSelection.d.ts +3 -3
- package/dist/types/components/BusinessTypeSelection/component/EntityTypeRadioGroupCard.d.ts +4 -4
- package/dist/types/components/BusinessTypeSelection/types.d.ts +5 -5
- package/dist/types/components/BusinessTypeSelection/utils.d.ts +6 -6
- package/dist/types/components/Company/component/CompanyComponent.d.ts +3 -3
- package/dist/types/components/Company/rules.d.ts +5 -5
- package/dist/types/components/Company/types.d.ts +1 -1
- package/dist/types/components/CompanyBasics/component/CompanyBasicsComponent.d.ts +2 -2
- package/dist/types/components/CompanyLookup/CompanyLookupResultsHeader.d.ts +1 -1
- package/dist/types/components/CompanyLookup/CompanyLookupResultsList.d.ts +1 -1
- package/dist/types/components/CompanyLookup/LookupResult.d.ts +1 -1
- package/dist/types/components/CompanyLookup/component/CompanyLookupComponent.d.ts +1 -1
- package/dist/types/components/CompanyNameAndCountry/component/CompanyNameAndCountryComponent.d.ts +1 -1
- package/dist/types/components/CompanyNameAndCountry/validate.d.ts +2 -2
- package/dist/types/components/CompanyOtherDetails/component/CompanyOtherDetailsComponent.d.ts +2 -2
- package/dist/types/components/CompanyRegistrationDetails/component/CompanyRegistrationDetailsComponent.d.ts +1 -1
- package/dist/types/components/CompanyRegistrationDetails/types.d.ts +6 -6
- package/dist/types/components/CompanySearch/component/CompanySearchComponent.d.ts +1 -1
- package/dist/types/components/CompanySearch/forms.d.ts +1 -1
- package/dist/types/components/CompanyStructure/component/CompanyStructureComponent.d.ts +2 -2
- package/dist/types/components/CompanyType/component/CompanyTypeComponent.d.ts +1 -1
- package/dist/types/components/CompanyType/types.d.ts +3 -3
- package/dist/types/components/CompanyType/validate.d.ts +2 -2
- package/dist/types/components/ConstitutionalDocument/ConstitutionalDocumentComponent.d.ts +1 -1
- package/dist/types/components/ConstitutionalDocument/types.d.ts +3 -3
- package/dist/types/components/ContactDetails/component/ContactDetailsComponent.d.ts +1 -1
- package/dist/types/components/ContactDetails/validate.d.ts +2 -2
- package/dist/types/components/DecisionMakers/component/DecisionMakersComponent.d.ts +1 -1
- package/dist/types/components/DecisionMakers/types.d.ts +3 -3
- package/dist/types/components/DocumentUpload/DocumentUpload.d.ts +1 -1
- package/dist/types/components/DocumentUpload/types.d.ts +6 -6
- package/dist/types/components/Dropins/CompanyDropin/components/CompanyDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/CompanyDropin/types.d.ts +1 -2
- package/dist/types/components/Dropins/CompanySearchDropin/components/CompanySearchDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/CompanySearchDropin/utils.d.ts +2 -2
- package/dist/types/components/Dropins/DropinComposer/components/DropinComposerComponent.d.ts +1 -1
- package/dist/types/components/Dropins/DropinLayout/ActionBar/ActionBar.d.ts +1 -1
- package/dist/types/components/Dropins/DropinLayout/DropinLayout.d.ts +1 -1
- package/dist/types/components/Dropins/FormNavigation/FormNavigation.d.ts +1 -1
- package/dist/types/components/Dropins/FormNavigation/FormNavigationItem.d.ts +1 -1
- package/dist/types/components/Dropins/FormNavigation/types.d.ts +4 -4
- package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +7 -7
- package/dist/types/components/Dropins/IndividualDropin/components/IndividualDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/PayoutDetailsDropin/components/PayoutDetailsDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/PciDropin/components/PciDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/PciDropin/types.d.ts +3 -3
- package/dist/types/components/Dropins/PciDropin/validate.d.ts +1 -1
- package/dist/types/components/Dropins/RoleAndTypeDropin/components/RoleAndTypeDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/RoleAndTypeDropin/types.d.ts +3 -3
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/ServiceAgreementDropinComponent.d.ts +2 -2
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/components/useServiceAgreement.d.ts +7 -5
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/types.d.ts +5 -4
- package/dist/types/components/Dropins/ServiceAgreementDropinComponent/validate.d.ts +2 -2
- package/dist/types/components/Dropins/SolePropDropin/components/SolePropDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/TrustDropin/components/TrustDropinComponent.d.ts +1 -1
- package/dist/types/components/Dropins/types.d.ts +14 -13
- package/dist/types/components/EmbeddedDropins/CreateIndividualComponent/CreateIndividualComponent.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/CreateTransferInstrumentComponent/CreateTransferInstrumentComponent.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentComponent.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverview/ManageTransferInstrumentOverview.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItem/ManageTransferInstrumentOverviewItem.d.ts +2 -2
- package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItemSummary/ManageTransferInstrumentOverviewItemSummary.d.ts +1 -1
- package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/ViewVerificationStatusComponent.d.ts +4 -3
- package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/content.d.ts +2 -1
- package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/types.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/component/IdDocumentAlreadyUpload.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/component/IdDocumentInstantVerificationComponent.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/component/IdDocumentManualUpload.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/component/IdDocumentUploadComponent.d.ts +1 -1
- package/dist/types/components/IdDocumentUpload/types.d.ts +4 -4
- package/dist/types/components/IdVerification/component/IdVerificationComponent.d.ts +1 -1
- package/dist/types/components/IdVerification/types.d.ts +1 -1
- package/dist/types/components/IdVerificationMethod/IdVerificationMethodComponent.d.ts +2 -2
- package/dist/types/components/IdVerificationMethod/idVerificationMethodMetadata.d.ts +2 -2
- package/dist/types/components/IdVerificationMethod/types.d.ts +2 -2
- package/dist/types/components/IdentityNumber/component/IdentityNumberComponent.d.ts +1 -1
- package/dist/types/components/IdentityNumber/fieldConfig.d.ts +5 -5
- package/dist/types/components/IdentityNumber/type.d.ts +3 -3
- package/dist/types/components/Individual/component/IndividualComponent.d.ts +2 -2
- package/dist/types/components/Individual/rules.d.ts +3 -3
- package/dist/types/components/Individual/types.d.ts +13 -13
- package/dist/types/components/Introduction/Introduction.d.ts +1 -1
- package/dist/types/components/Introduction/IntroductionScreen.d.ts +2 -2
- package/dist/types/components/Introduction/copy.d.ts +3 -3
- package/dist/types/components/LegalEntityTypeSwitcher/LegalEntityTypeSwitcher.d.ts +1 -1
- package/dist/types/components/LegalEntityTypeSwitcher/type.d.ts +3 -3
- package/dist/types/components/PayoutAccount/component/PayoutAccountComponent.d.ts +1 -1
- package/dist/types/components/PayoutAccount/helpers/mapPayoutAccountSchemaToApiBankAccount.d.ts +4 -4
- package/dist/types/components/PayoutAccount/types.d.ts +4 -4
- package/dist/types/components/PayoutDetails/component/PayoutDetailsComponent.d.ts +5 -5
- package/dist/types/components/PayoutDetails/rules.d.ts +5 -5
- package/dist/types/components/PayoutDetails/types.d.ts +11 -11
- package/dist/types/components/PayoutVerificationMethod/allowedBankCountriesPerCountry.d.ts +1 -1
- package/dist/types/components/PayoutVerificationMethod/component/AccountHolderDescriptionFragment.d.ts +2 -2
- package/dist/types/components/PayoutVerificationMethod/component/PayoutVerificationMethod.d.ts +2 -2
- package/dist/types/components/PayoutVerificationMethod/payoutVerificationMethodMetadata.d.ts +2 -2
- package/dist/types/components/PayoutVerificationMethod/types.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/component/DriversLicense.d.ts +4 -4
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/component/IdentityAuComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityAu/validate.d.ts +2 -2
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityHK/component/IdentityHKComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityHK/validate.d.ts +2 -2
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/component/DriversLicense.d.ts +3 -3
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/component/IdentityNZComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/IdentityNZ/validate.d.ts +2 -2
- package/dist/types/components/PersonalDetails/component/IdentityComponent/TypeOfIdentity/index.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/identityUS/component/IdentityUSComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/component/IdentityComponent/types.d.ts +3 -3
- package/dist/types/components/PersonalDetails/component/PersonalDetailsComponent.d.ts +1 -1
- package/dist/types/components/PersonalDetails/types.d.ts +11 -11
- package/dist/types/components/PersonalDetails/validate.d.ts +2 -2
- package/dist/types/components/ProofOfResidency/ProofOfResidencyComponent.d.ts +1 -1
- package/dist/types/components/ProofOfResidency/types.d.ts +1 -1
- package/dist/types/components/RegistrationAddress/component/RegistrationAddressComponent.d.ts +2 -2
- package/dist/types/components/RegistrationAddress/types.d.ts +4 -4
- package/dist/types/components/RegistrationAddress/validate.d.ts +2 -2
- package/dist/types/components/Review/component/ReviewComponent.d.ts +1 -1
- package/dist/types/components/Review/types.d.ts +1 -1
- package/dist/types/components/SingpassSelection/index.d.ts +2 -2
- package/dist/types/components/SoleProp/component/SolePropComponent.d.ts +1 -1
- package/dist/types/components/SoleProp/types.d.ts +6 -6
- package/dist/types/components/StepProgressIndicator/StepProgressIndicator.d.ts +1 -1
- package/dist/types/components/TaskList/component/PayoutAccountTaskListItem.d.ts +3 -3
- package/dist/types/components/TaskList/component/TaskItemStatus.d.ts +2 -2
- package/dist/types/components/TaskList/component/TaskListComponent.d.ts +1 -1
- package/dist/types/components/TaskList/component/TaskListGroup.d.ts +2 -2
- package/dist/types/components/TaskList/component/TaskListItem.d.ts +1 -1
- package/dist/types/components/TaskList/types.d.ts +4 -3
- package/dist/types/components/TaxDocument/TaxDocumentComponent.d.ts +1 -1
- package/dist/types/components/Trust/component/TrustComponent.d.ts +2 -2
- package/dist/types/components/Trust/rules.d.ts +2 -2
- package/dist/types/components/Trust/types.d.ts +6 -6
- package/dist/types/components/TrustMembers/component/CompanyTrustMemberTaskItem.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/ExemptSettlorTaskItem.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/RegularTrustMemberTaskItem.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/RootTrusteeTaskItem.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/TrustMembersOverview.d.ts +2 -2
- package/dist/types/components/TrustMembers/component/UndefinedBeneficiaryTaskItem.d.ts +1 -1
- package/dist/types/components/TrustMembers/types.d.ts +5 -5
- package/dist/types/components/TrustRegistrationDetails/component/TrustRegistrationDetailsComponent.d.ts +1 -1
- package/dist/types/components/TrustRegistrationDetails/types.d.ts +4 -4
- package/dist/types/components/TrustRegistrationDetails/validate.d.ts +2 -2
- package/dist/types/components/TrustRoleAndEntityType/component/TrustRoleAndEntityType.d.ts +1 -1
- package/dist/types/components/TrustRoleAndEntityType/convertExistingTrustMember.d.ts +2 -2
- package/dist/types/components/TrustRoleAndEntityType/getAvailableRoles.d.ts +2 -2
- package/dist/types/components/TrustRoleAndEntityType/types.d.ts +6 -6
- package/dist/types/components/TrustRoleAndEntityType/validate.d.ts +2 -2
- package/dist/types/components/UIElement.d.ts +11 -10
- package/dist/types/components/index.d.ts +4 -4
- package/dist/types/components/internal/Accordion/Accordion.d.ts +1 -1
- package/dist/types/components/internal/Accordion/AccordionContext.d.ts +1 -1
- package/dist/types/components/internal/Accordion/types.d.ts +1 -1
- package/dist/types/components/internal/AccordionItem/AccordionItem.d.ts +1 -1
- package/dist/types/components/internal/AccordionItem/types.d.ts +3 -3
- package/dist/types/components/internal/AccordionItem/useAccordionContext.d.ts +1 -1
- package/dist/types/components/internal/AccountHolder/AccountHolder.d.ts +1 -1
- package/dist/types/components/internal/AccountHolder/types.d.ts +2 -2
- package/dist/types/components/internal/AccountHolder/validate.d.ts +2 -2
- package/dist/types/components/internal/Address/Address.d.ts +1 -1
- package/dist/types/components/internal/Address/components/FieldContainer.d.ts +1 -1
- package/dist/types/components/internal/Address/components/SearchAddress.d.ts +2 -2
- package/dist/types/components/internal/Address/constants.d.ts +1 -1
- package/dist/types/components/internal/Address/types.d.ts +3 -3
- package/dist/types/components/internal/Address/utils.d.ts +3 -3
- package/dist/types/components/internal/Address/validate.d.ts +3 -3
- package/dist/types/components/internal/Address/validate.formats.d.ts +2 -2
- package/dist/types/components/internal/Alert/Alert.d.ts +1 -1
- package/dist/types/components/internal/Alert/components/VerificationErrorAlert.d.ts +1 -1
- package/dist/types/components/internal/Alert/types.d.ts +2 -2
- package/dist/types/components/internal/BankAccountFormat/BankAccountFormat.d.ts +1 -1
- package/dist/types/components/internal/BankAccountNumber/BankAccountNumber.d.ts +1 -1
- package/dist/types/components/internal/BankAccountNumber/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/BankAccountNumber/types.d.ts +2 -2
- package/dist/types/components/internal/BankCity/BankCity.d.ts +1 -1
- package/dist/types/components/internal/BankCode/BankCode.d.ts +1 -1
- package/dist/types/components/internal/BankCode/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/BankCode/types.d.ts +2 -2
- package/dist/types/components/internal/BankName/BankName.d.ts +1 -1
- package/dist/types/components/internal/BranchCode/BranchCode.d.ts +1 -1
- package/dist/types/components/internal/BranchCode/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/BranchCode/types.d.ts +2 -2
- package/dist/types/components/internal/BusinessRegistrationNumber/BusinessRegistrationNumber.d.ts +1 -1
- package/dist/types/components/internal/BusinessRegistrationNumber/types.d.ts +1 -1
- package/dist/types/components/internal/Button/Button.d.ts +2 -2
- package/dist/types/components/internal/Button/types.d.ts +2 -2
- package/dist/types/components/internal/Card/Card.d.ts +2 -2
- package/dist/types/components/internal/Card/CardGroup.d.ts +1 -1
- package/dist/types/components/internal/Card/types.d.ts +1 -1
- package/dist/types/components/internal/CollapsibleContainer/CollapsibleContainer.d.ts +1 -1
- package/dist/types/components/internal/CollapsibleContainer/types.d.ts +1 -1
- package/dist/types/components/internal/ContextGuidance/ContextGuidance.d.ts +1 -1
- package/dist/types/components/internal/ContextGuidance/types.d.ts +1 -1
- package/dist/types/components/internal/ContractViewer/ContractViewer.d.ts +1 -1
- package/dist/types/components/internal/CountryField/CountryField.d.ts +1 -1
- package/dist/types/components/internal/CountryField/validate.d.ts +2 -2
- package/dist/types/components/internal/Currency/Currency.d.ts +2 -2
- package/dist/types/components/internal/Currency/types.d.ts +2 -2
- package/dist/types/components/internal/DateOfIncorporationField/DateOfIncorporationField.d.ts +1 -1
- package/dist/types/components/internal/DateOfIncorporationField/validate.d.ts +2 -2
- package/dist/types/components/internal/DecisionMakerRole/DecisionMakerRoleComponent.d.ts +1 -1
- package/dist/types/components/internal/DecisionMakerRole/types.d.ts +1 -1
- package/dist/types/components/internal/Disclaimer/Disclaimer.d.ts +1 -1
- package/dist/types/components/internal/DocumentGuidance/DocumentGuidance.d.ts +1 -1
- package/dist/types/components/internal/DocumentGuidance/type.d.ts +1 -1
- package/dist/types/components/internal/EntityAssociation/EntityAssociation.d.ts +1 -1
- package/dist/types/components/internal/EntityAssociation/types.d.ts +7 -7
- package/dist/types/components/internal/EntityGuidanceStatus/component/EntityGuidanceStatus.d.ts +1 -1
- package/dist/types/components/internal/EntityGuidanceStatus/component/EntityStatusIcon.d.ts +1 -1
- package/dist/types/components/internal/EntityGuidanceStatus/types.d.ts +4 -4
- package/dist/types/components/internal/ErrorPanel/ErrorPanel.d.ts +1 -1
- package/dist/types/components/internal/ErrorPanel/components/ServerValidationErrors.d.ts +1 -1
- package/dist/types/components/internal/ErrorPanel/components/VerificationErrors.d.ts +1 -1
- package/dist/types/components/internal/ErrorPanel/types.d.ts +3 -3
- package/dist/types/components/internal/FormFields/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Dropzone/Dropzone.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Dropzone/FilePicker.d.ts +4 -4
- package/dist/types/components/internal/FormFields/Dropzone/components/DropzoneFile.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Dropzone/types.d.ts +3 -3
- package/dist/types/components/internal/FormFields/Dropzone/validate.d.ts +2 -2
- package/dist/types/components/internal/FormFields/Field/Field.d.ts +2 -2
- package/dist/types/components/internal/FormFields/Field/types.d.ts +3 -3
- package/dist/types/components/internal/FormFields/InputBase.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputDate/InputDate.d.ts +2 -2
- package/dist/types/components/internal/FormFields/InputEmail.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputRadio/InputRadio.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputTelephone.d.ts +1 -1
- package/dist/types/components/internal/FormFields/InputText.d.ts +1 -1
- package/dist/types/components/internal/FormFields/MaskedInputText/MaskedInputText.d.ts +3 -3
- package/dist/types/components/internal/FormFields/MultiSelectList/MultiSelectList.d.ts +1 -1
- package/dist/types/components/internal/FormFields/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/types/components/internal/FormFields/RadioGroup/types.d.ts +2 -2
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioCard.d.ts +1 -1
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioCardSelect.d.ts +3 -3
- package/dist/types/components/internal/FormFields/RadioGroupCard/RadioGroupCard.d.ts +1 -1
- package/dist/types/components/internal/FormFields/RadioGroupCard/types.d.ts +2 -2
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +2 -2
- package/dist/types/components/internal/FormFields/Select/components/SelectButton.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectList.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +2 -2
- package/dist/types/components/internal/FormHeader/FormHeader.d.ts +1 -1
- package/dist/types/components/internal/FormHeader/type.d.ts +1 -1
- package/dist/types/components/internal/Heading/Heading.d.ts +1 -1
- package/dist/types/components/internal/Iban/Iban.d.ts +1 -1
- package/dist/types/components/internal/Iban/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/Iban/ibanValidator.d.ts +2 -2
- package/dist/types/components/internal/Iban/types.d.ts +2 -2
- package/dist/types/components/internal/IdFieldTypeSelector/CompanyRegistrationNumberTypeSelector.d.ts +4 -4
- package/dist/types/components/internal/IdFieldTypeSelector/IndividualIdNumberTypeSelector.d.ts +2 -2
- package/dist/types/components/internal/IdFieldTypeSelector/TaxIdNumberTypeSelector.d.ts +5 -5
- package/dist/types/components/internal/IdFieldTypeSelector/countryIdNumberTypes.d.ts +3 -3
- package/dist/types/components/internal/IdFieldTypeSelector/inferCompanyRegistrationNumberType.d.ts +3 -3
- package/dist/types/components/internal/IdFieldTypeSelector/inferTaxIdNumberType.d.ts +2 -2
- package/dist/types/components/internal/LegalCompanyNameField/LegalCompanyNameField.d.ts +1 -1
- package/dist/types/components/internal/LegalCompanyNameField/validate.d.ts +2 -2
- package/dist/types/components/internal/Link/Link.d.ts +1 -1
- package/dist/types/components/internal/Link/types.d.ts +2 -2
- package/dist/types/components/internal/List/List.d.ts +1 -1
- package/dist/types/components/internal/List/ListItem.d.ts +1 -1
- package/dist/types/components/internal/List/types.d.ts +1 -1
- package/dist/types/components/internal/LoaderWrapper/LoaderWrapper.d.ts +3 -3
- package/dist/types/components/internal/Menu/ActionsMenu.d.ts +1 -1
- package/dist/types/components/internal/Name/Name.d.ts +1 -1
- package/dist/types/components/internal/Name/validate.d.ts +2 -2
- package/dist/types/components/internal/PhoneInput/PhoneInput.d.ts +1 -1
- package/dist/types/components/internal/PhoneInput/types.d.ts +1 -1
- package/dist/types/components/internal/PhoneInput/validate.d.ts +3 -3
- package/dist/types/components/internal/Remove/Remove.d.ts +2 -2
- package/dist/types/components/internal/Remove/types.d.ts +2 -2
- package/dist/types/components/internal/StateField/StateField.d.ts +1 -1
- package/dist/types/components/internal/StateField/validate.d.ts +2 -2
- package/dist/types/components/internal/Status/Status.d.ts +1 -1
- package/dist/types/components/internal/Status/types.d.ts +1 -1
- package/dist/types/components/internal/StockExchangeMICField/StockExchangeMICField.d.ts +1 -1
- package/dist/types/components/internal/StockExchangeMICField/fieldConfig.d.ts +2 -2
- package/dist/types/components/internal/StockISINField/StockISINField.d.ts +1 -1
- package/dist/types/components/internal/StockISINField/fieldConfig.d.ts +2 -2
- package/dist/types/components/internal/Summary/Summary.d.ts +3 -3
- package/dist/types/components/internal/Summary/types.d.ts +2 -2
- package/dist/types/components/internal/SwiftCode/SwiftCode.d.ts +1 -1
- package/dist/types/components/internal/SwiftCode/fieldConfig.d.ts +2 -2
- package/dist/types/components/internal/Tag/Tag.d.ts +1 -1
- package/dist/types/components/internal/TaxId/TaxId.d.ts +1 -1
- package/dist/types/components/internal/TaxId/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/TaxId/types.d.ts +3 -3
- package/dist/types/components/internal/TaxInformationField/TaxInformationField.d.ts +2 -2
- package/dist/types/components/internal/TaxInformationField/fieldConfig.d.ts +3 -3
- package/dist/types/components/internal/TaxInformationField/types.d.ts +2 -2
- package/dist/types/components/internal/Toast/Toast.d.ts +1 -1
- package/dist/types/components/internal/TradingNameField/TradingNameField.d.ts +1 -1
- package/dist/types/components/internal/TradingNameField/validate.d.ts +2 -2
- package/dist/types/components/internal/VatNumber/VatNumber.d.ts +1 -1
- package/dist/types/components/internal/VatNumber/fieldConfig.d.ts +4 -4
- package/dist/types/components/internal/VatNumber/types.d.ts +1 -1
- package/dist/types/core/Context/AuthContext/AuthProvider.d.ts +1 -1
- package/dist/types/core/Context/AuthContext/useAuthContext.d.ts +1 -1
- package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiContext.d.ts +7 -7
- package/dist/types/core/Context/ConfigurationApiContext/ConfigurationApiProvider.d.ts +3 -3
- package/dist/types/core/Context/ConfigurationApiContext/getEmbeddedApi.d.ts +1 -1
- package/dist/types/core/Context/ConfigurationApiContext/getKycExternalApi.d.ts +1 -1
- package/dist/types/core/Context/ConfigurationApiContext/useConfigurationApi.d.ts +1 -1
- package/dist/types/core/Context/CoreContext.d.ts +3 -3
- package/dist/types/core/Context/CoreProvider.d.ts +2 -2
- package/dist/types/core/Context/ExperimentContext/ExperimentsContext.d.ts +1 -1
- package/dist/types/core/Context/ExperimentContext/ExperimentsContextProvider.d.ts +1 -1
- package/dist/types/core/Context/ExperimentContext/types.d.ts +2 -1
- package/dist/types/core/Context/FormRouterContext/FormRouterContextProvider.d.ts +1 -1
- package/dist/types/core/Context/FormRouterContext/types.d.ts +3 -3
- package/dist/types/core/Context/I18nProvider/I18nProvider.d.ts +2 -2
- package/dist/types/core/Context/SettingsContext/SettingsContext.d.ts +1 -1
- package/dist/types/core/Context/SettingsContext/SettingsProvider.d.ts +1 -1
- package/dist/types/core/Context/SettingsContext/types.d.ts +2 -2
- package/dist/types/core/Context/SettingsContext/useSetting.d.ts +1 -1
- package/dist/types/core/Context/StateContext/StateContext.d.ts +1 -1
- package/dist/types/core/Context/StateContext/StateContextSetter.d.ts +1 -1
- package/dist/types/core/Context/StateContext/StateContextWatcher.d.ts +1 -1
- package/dist/types/core/Context/StateContext/StateProvider.d.ts +2 -2
- package/dist/types/core/Context/StateContext/StateReducer.d.ts +1 -1
- package/dist/types/core/Context/StateContext/useGlobalData.d.ts +1 -1
- package/dist/types/core/Context/StateContext/useStateContext.d.ts +1 -1
- package/dist/types/core/Context/ToastContext/ToastContext.d.ts +1 -1
- package/dist/types/core/Context/ToastContext/ToastContextProvider.d.ts +1 -1
- package/dist/types/core/Context/ToastContext/useToastContext.d.ts +1 -1
- package/dist/types/core/Context/useCoreContext.d.ts +1 -1
- package/dist/types/core/SDKValidation/index.d.ts +2 -2
- package/dist/types/core/SDKValidation/schemas.d.ts +1 -1
- package/dist/types/core/SDKValidation/types.d.ts +1 -1
- package/dist/types/core/Services/componentApi/accept-service-agreement.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-document.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-legal-entity.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-transferInstrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/create-trusted-transferInstrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/delete-transferInstrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/download-pci.d.ts +2 -2
- package/dist/types/core/Services/componentApi/generate-onboarding-link.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-address.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-allowed-locales.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-analytics-session.d.ts +1 -1
- package/dist/types/core/Services/componentApi/get-bankVerification-vendor.d.ts +3 -3
- package/dist/types/core/Services/componentApi/get-dataset.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-document.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-idverification-token.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-legal-entity.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-onboarding-status.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-pci-questionnaire.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-pci-status.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-pci-template.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-scenarios.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-service-agreement-acceptance-info.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-service-agreement-status.d.ts +1 -1
- package/dist/types/core/Services/componentApi/get-service-agreement.d.ts +1 -1
- package/dist/types/core/Services/componentApi/get-supported-countries.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-tasks.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-transfer-instrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/get-transfer-instruments.d.ts +2 -2
- package/dist/types/core/Services/componentApi/handle-bank-verification-error.d.ts +2 -2
- package/dist/types/core/Services/componentApi/idVerification-startcheck.d.ts +2 -2
- package/dist/types/core/Services/componentApi/push-events.d.ts +1 -1
- package/dist/types/core/Services/componentApi/search-address.d.ts +2 -2
- package/dist/types/core/Services/componentApi/sign-pci.d.ts +2 -2
- package/dist/types/core/Services/componentApi/update-document.d.ts +2 -2
- package/dist/types/core/Services/componentApi/update-legal-entity.d.ts +2 -2
- package/dist/types/core/Services/componentApi/update-transferInstrument.d.ts +2 -2
- package/dist/types/core/Services/componentApi/validate-account-identification.d.ts +3 -3
- package/dist/types/core/Services/componentApi/validate-phone-number.d.ts +2 -2
- package/dist/types/core/Services/componentApi/verify-id-number.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/get-allowed-countries.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/get-allowed-locales.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/get-configuration.d.ts +1 -1
- package/dist/types/core/Services/kycExternalApi/get-dataset.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/validate-account-identification.d.ts +3 -3
- package/dist/types/core/Services/kycExternalApi/validate-phone-number.d.ts +2 -2
- package/dist/types/core/Services/kycExternalApi/verify-id-number.d.ts +2 -2
- package/dist/types/core/Services/session.d.ts +1 -1
- package/dist/types/core/Services/utils.d.ts +2 -2
- package/dist/types/core/core.d.ts +3 -3
- package/dist/types/core/errorMapping.d.ts +4 -4
- package/dist/types/core/hooks/introduction/useCanSeeIntroduction.d.ts +1 -1
- package/dist/types/core/hooks/introduction/useIntroductionScreens.d.ts +1 -1
- package/dist/types/core/hooks/introduction/useShouldShowIntroduction.d.ts +1 -1
- package/dist/types/core/hooks/singpass/useShouldShowSingpass.d.ts +3 -3
- package/dist/types/core/hooks/useAccountHolder.d.ts +1 -1
- package/dist/types/core/hooks/useAllowedCountries.d.ts +1 -1
- package/dist/types/core/hooks/useAnalytics.d.ts +2 -2
- package/dist/types/core/hooks/useAssociatedLegalArrangement.d.ts +2 -2
- package/dist/types/core/hooks/useAsyncAccountDetailsValidationRules.d.ts +2 -2
- package/dist/types/core/hooks/useBankConfigurationHandlers.d.ts +7 -7
- package/dist/types/core/hooks/useBusinessSetup.d.ts +2 -2
- package/dist/types/core/hooks/useClickAwayListener.d.ts +2 -2
- package/dist/types/core/hooks/useCompanySearchTaskSubmit.d.ts +9 -9
- package/dist/types/core/hooks/useComponentApi.d.ts +3 -3
- package/dist/types/core/hooks/useDataset.d.ts +1 -1
- package/dist/types/core/hooks/useExemptSettlor.d.ts +2 -2
- package/dist/types/core/hooks/useForm/reducer.d.ts +1 -1
- package/dist/types/core/hooks/useForm/types.d.ts +3 -3
- package/dist/types/core/hooks/useForm/utils.d.ts +1 -1
- package/dist/types/core/hooks/useFormComposer.d.ts +5 -5
- package/dist/types/core/hooks/useIdVerificationToken.d.ts +3 -3
- package/dist/types/core/hooks/useIsElementVisible.d.ts +1 -1
- package/dist/types/core/hooks/useLegalEntityType.d.ts +1 -1
- package/dist/types/core/hooks/useLocalStorage.d.ts +1 -1
- package/dist/types/core/hooks/useScenarioConfiguration.d.ts +7 -7
- package/dist/types/core/hooks/useTranslations.d.ts +1 -1
- package/dist/types/core/models/api/address-search.d.ts +1 -1
- package/dist/types/core/models/api/capability.d.ts +2 -2
- package/dist/types/core/models/api/document.d.ts +1 -1
- package/dist/types/core/models/api/documentDetail.d.ts +1 -1
- package/dist/types/core/models/api/get-allowed-countries.d.ts +1 -1
- package/dist/types/core/models/api/get-bankVerification-providers.d.ts +1 -1
- package/dist/types/core/models/api/get-configuration.d.ts +1 -1
- package/dist/types/core/models/api/get-tasks.d.ts +1 -1
- package/dist/types/core/models/api/individual.d.ts +2 -2
- package/dist/types/core/models/api/instant-id-verification.d.ts +1 -1
- package/dist/types/core/models/api/legal-arrangement.d.ts +3 -3
- package/dist/types/core/models/api/legal-entity-association.d.ts +4 -4
- package/dist/types/core/models/api/legal-entity.d.ts +10 -10
- package/dist/types/core/models/api/problem.d.ts +2 -2
- package/dist/types/core/models/api/sole-proprietor.d.ts +1 -1
- package/dist/types/core/models/api/supporting-entity-capability.d.ts +1 -1
- package/dist/types/core/models/api/transfer-instrument-reference.d.ts +1 -1
- package/dist/types/core/models/api/transfer-instrument.d.ts +5 -5
- package/dist/types/core/models/api/trust.d.ts +2 -2
- package/dist/types/core/models/api/trusted-transferInstrument.d.ts +1 -1
- package/dist/types/core/models/api/view-verification-status.d.ts +1 -1
- package/dist/types/core/models/company.d.ts +3 -3
- package/dist/types/core/models/country-config.d.ts +4 -4
- package/dist/types/core/models/decision-maker.d.ts +1 -1
- package/dist/types/core/models/errors/entity-problems.d.ts +5 -5
- package/dist/types/core/models/errors/error-message.d.ts +1 -1
- package/dist/types/core/models/errors/form-verification-errors.d.ts +2 -2
- package/dist/types/core/models/errors/remediation.d.ts +1 -1
- package/dist/types/core/models/field-configurations.d.ts +3 -3
- package/dist/types/core/models/form-rules.d.ts +6 -6
- package/dist/types/core/models/form.d.ts +1 -1
- package/dist/types/core/models/id-verification-status.d.ts +1 -1
- package/dist/types/core/models/identity.d.ts +2 -2
- package/dist/types/core/models/payout-account.d.ts +4 -4
- package/dist/types/core/models/scenario-fields.d.ts +1 -1
- package/dist/types/core/models/sole-prop.d.ts +2 -2
- package/dist/types/core/models/trust.d.ts +5 -5
- package/dist/types/core/process-field-configurations.d.ts +15 -15
- package/dist/types/core/types.d.ts +3 -3
- package/dist/types/core/utils.d.ts +3 -3
- package/dist/types/datasets/accountFormats/getAccountFormatForCountry.d.ts +3 -3
- package/dist/types/datasets/localized/companyTypeExamples/getCompanyTypeExamplesForCountry.d.ts +2 -2
- package/dist/types/datasets/localized/legalArrangementTypeExamples/getLegalArrangementTypeExamplesForCountry.d.ts +2 -2
- package/dist/types/datasets/localized/legalEntityTypeExamples/getBusinessTypeExamplesForCountry.d.ts +2 -2
- package/dist/types/language/Language.d.ts +2 -2
- package/dist/types/language/config.d.ts +1 -1
- package/dist/types/language/utils.d.ts +2 -2
- package/dist/types/types/index.d.ts +1 -1
- package/dist/types/utils/accountHolderUtils.d.ts +3 -3
- package/dist/types/utils/addLinkedFields.d.ts +1 -1
- package/dist/types/utils/api/documentUtils.d.ts +3 -3
- package/dist/types/utils/api/processCapabilitites.d.ts +7 -7
- package/dist/types/utils/api/processValidationErrors.d.ts +1 -1
- package/dist/types/utils/company-util.d.ts +3 -3
- package/dist/types/utils/datasetUtil.d.ts +2 -2
- package/dist/types/utils/decision-maker-roles.d.ts +2 -2
- package/dist/types/utils/dropin-utils.d.ts +2 -2
- package/dist/types/utils/entity-association-util.d.ts +6 -6
- package/dist/types/utils/entity-status-util.d.ts +4 -4
- package/dist/types/utils/eventHandlers/handleKeys.d.ts +2 -2
- package/dist/types/utils/formUtils.d.ts +5 -5
- package/dist/types/utils/genUtils.d.ts +1 -1
- package/dist/types/utils/get-name.d.ts +2 -2
- package/dist/types/utils/get-task-status.d.ts +3 -3
- package/dist/types/utils/getFieldsWithExistingData.d.ts +8 -8
- package/dist/types/utils/getLegalEntityCountry.d.ts +2 -2
- package/dist/types/utils/makeSelectItemForRole.d.ts +2 -2
- package/dist/types/utils/mapping/companySearch/mapCompanySearchSchemaToLegalEntity.d.ts +3 -3
- package/dist/types/utils/mapping/companySearch/mapLegalEntityToCompanySearchSchema.d.ts +2 -2
- package/dist/types/utils/mapping/componentApiMapping.d.ts +3 -3
- package/dist/types/utils/mapping/mapping.d.ts +13 -13
- package/dist/types/utils/mapping/trustMembers/getTrustMembers.d.ts +2 -2
- package/dist/types/utils/mapping/trustMembers/mapEntityAssociationsToTrustMembers.d.ts +3 -3
- package/dist/types/utils/mapping/trustMembers/mapRootLegalEntityToTrustMember.d.ts +2 -2
- package/dist/types/utils/mapping/trustMembers/mapUndefinedBeneficiaryInfoToTrustMembers.d.ts +2 -2
- package/dist/types/utils/masking/displayValueToPureValue.d.ts +1 -1
- package/dist/types/utils/masking/maskHelpers.d.ts +1 -1
- package/dist/types/utils/masking/matchAgainstMask.d.ts +1 -1
- package/dist/types/utils/masking/shiftRight.d.ts +1 -1
- package/dist/types/utils/masking/transformers/uppercase.d.ts +1 -1
- package/dist/types/utils/omitObscuredFieldsIfUnchanged.d.ts +1 -1
- package/dist/types/utils/payout-account-util.d.ts +5 -5
- package/dist/types/utils/payout-account.d.ts +1 -1
- package/dist/types/utils/perCountry.d.ts +1 -1
- package/dist/types/utils/regex/patternValidators.d.ts +1 -1
- package/dist/types/utils/regex/postalCodePatterns.d.ts +1 -1
- package/dist/types/utils/roleMetadata.d.ts +2 -2
- package/dist/types/utils/trackNavigation.d.ts +3 -3
- package/dist/types/utils/trust-util.d.ts +7 -7
- package/dist/types/utils/trustMembers/handlers/addOrUpdateAssociatedTrustMember.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/addOrUpdateUndefinedBeneficiary.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/createExemptSettlor.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/deleteAssociatedTrustMember.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/deleteUndefinedBeneficiary.d.ts +3 -3
- package/dist/types/utils/trustMembers/handlers/updateExemptSettlorName.d.ts +3 -3
- package/dist/types/utils/useForwardRef.d.ts +2 -2
- package/dist/types/utils/useStateFromProp.d.ts +1 -1
- package/dist/types/utils/validation/commonValidators.d.ts +1 -1
- package/dist/types/utils/validation/types.d.ts +3 -3
- package/dist/types/utils/validatorUtils.d.ts +3 -3
- package/dist/types/utils/verification/helpers/verify-id-number-helper.d.ts +2 -2
- package/dist/types/utils/verification/verificationUtils.d.ts +3 -3
- package/package.json +4 -4
- package/dist/es/ad-DT4vRaBJ.js +0 -13
- package/dist/es/ae-BOcuAHGY.js +0 -10
- package/dist/es/af-CoKzErRW.js +0 -12
- package/dist/es/ag-g4DXUCrU.js +0 -35
- package/dist/es/ai-CI-B0R9i.js +0 -30
- package/dist/es/al-COFkJ5Ca.js +0 -14
- package/dist/es/am-Dra-uz-8.js +0 -10
- package/dist/es/an-BGvLoFME.js +0 -10
- package/dist/es/ao-DxG-ywGM.js +0 -41
- package/dist/es/aq-D6KJELrz.js +0 -8
- package/dist/es/ar-D1__sXLf.js +0 -9
- package/dist/es/as-CO1cnzQr.js +0 -16
- package/dist/es/at-DJ-_JUEF.js +0 -8
- package/dist/es/au-DQ7hwYxQ.js +0 -17
- package/dist/es/aw-DsF55GZp.js +0 -24
- package/dist/es/ax-B7xGO2vL.js +0 -10
- package/dist/es/az-Bn_p9CvJ.js +0 -19
- package/dist/es/ba-BoJK_mQe.js +0 -18
- package/dist/es/bb-Pm_QT_Dl.js +0 -16
- package/dist/es/bd-D7_YREZy.js +0 -9
- package/dist/es/be-CZxtblLB.js +0 -10
- package/dist/es/bf-Dpx2xJ7g.js +0 -10
- package/dist/es/bg-GwVUUSOM.js +0 -12
- package/dist/es/bh-JbZUrPJw.js +0 -8
- package/dist/es/bi-BltG81ar.js +0 -18
- package/dist/es/bj-zQUv2SQa.js +0 -28
- package/dist/es/bl-BUtmusIM.js +0 -26
- package/dist/es/bm-D_illE8L.js +0 -31
- package/dist/es/bn-1XDJa4lE.js +0 -13
- package/dist/es/bo-DlmVbV9z.js +0 -10
- package/dist/es/br-DLB6QJZk.js +0 -14
- package/dist/es/bs-8dBnGYPj.js +0 -14
- package/dist/es/bt-D9SHS-Ak.js +0 -9
- package/dist/es/bv-ahmv_jU3.js +0 -20
- package/dist/es/bw-DzLl7TuC.js +0 -10
- package/dist/es/by-BztFrg5-.js +0 -14
- package/dist/es/bz-DkyxrcWx.js +0 -11
- package/dist/es/ca-Bika55Ha.js +0 -9
- package/dist/es/cc-CFZz_AYg.js +0 -14
- package/dist/es/cd-CgybrxtQ.js +0 -14
- package/dist/es/cf-D23Pv9G5.js +0 -12
- package/dist/es/cg-CfZbcFMO.js +0 -13
- package/dist/es/ch-mKEGRNZY.js +0 -9
- package/dist/es/ci-BJ-L2p8Z.js +0 -9
- package/dist/es/ck-j69yRZOc.js +0 -24
- package/dist/es/cl-C6BytT6S.js +0 -10
- package/dist/es/cm-CUzrX5VK.js +0 -16
- package/dist/es/cn-De5mx48S.js +0 -9
- package/dist/es/co-D1tfX-Rj.js +0 -28
- package/dist/es/cr-zUnaQPg8.js +0 -9
- package/dist/es/cu-DaGswOf0.js +0 -10
- package/dist/es/cv-C4-jr8vq.js +0 -11
- package/dist/es/cw-D-6419Qt.js +0 -15
- package/dist/es/cx-DfNBgtwc.js +0 -16
- package/dist/es/cy-BRABzapK.js +0 -10
- package/dist/es/cz-DzosVcuo.js +0 -9
- package/dist/es/de-DRcIm1Ma.js +0 -28
- package/dist/es/dj-Da7LmapC.js +0 -15
- package/dist/es/dk-pty9O1pD.js +0 -8
- package/dist/es/dm-GPioKBpx.js +0 -18
- package/dist/es/do-k8Aqzhu5.js +0 -12
- package/dist/es/dz-0w5shCtT.js +0 -10
- package/dist/es/ec-hp0Ygj0Y.js +0 -13
- package/dist/es/ee-Dpf_R8jm.js +0 -9
- package/dist/es/eg-BgVS1lzb.js +0 -10
- package/dist/es/eh-CEZasM8H.js +0 -11
- package/dist/es/er-RK3foPBe.js +0 -14
- package/dist/es/es-CNey9Ibr.js +0 -13
- package/dist/es/et-cNmj57xA.js +0 -12
- package/dist/es/fi-Ds4M7qRF.js +0 -16
- package/dist/es/fj-D1q87nq5.js +0 -34
- package/dist/es/fk-Y2rCs5DH.js +0 -41
- package/dist/es/fm-BZKPOICq.js +0 -19
- package/dist/es/fo-sSr8Xnvb.js +0 -14
- package/dist/es/fr-BWzaj6Yw.js +0 -19
- package/dist/es/fx-DR2GRTdn.js +0 -9
- package/dist/es/ga-9LhduROZ.js +0 -10
- package/dist/es/gb-DA-V5Xdu.js +0 -14
- package/dist/es/gd-JWdzcsNM.js +0 -22
- package/dist/es/ge-Zw0skRye.js +0 -9
- package/dist/es/gf-Bq_uV48f.js +0 -10
- package/dist/es/gg-CNzs8gF-.js +0 -13
- package/dist/es/gh-2VT5yAxo.js +0 -11
- package/dist/es/gi-jPgXNb1L.js +0 -10
- package/dist/es/gl-c6mjlUME.js +0 -9
- package/dist/es/gm-BgeXyCUQ.js +0 -11
- package/dist/es/gn-CyyMcNZ3.js +0 -10
- package/dist/es/gp-D2PIp9tB.js +0 -10
- package/dist/es/gq-BT6Gd3M4.js +0 -11
- package/dist/es/gr-B5MQUSuL.js +0 -8
- package/dist/es/gs-6VXnGQzD.js +0 -130
- package/dist/es/gt-4DSSuHgq.js +0 -11
- package/dist/es/gu-Dxf1inL8.js +0 -45
- package/dist/es/gw-R5Dl09OL.js +0 -11
- package/dist/es/gy-CHx6kck0.js +0 -10
- package/dist/es/hk-DLy2j4QA.js +0 -9
- package/dist/es/hm-CoK7Z2cg.js +0 -18
- package/dist/es/hn-DxQ71v08.js +0 -9
- package/dist/es/hr-B6Zc8qZS.js +0 -16
- package/dist/es/ht-DCMkLse8.js +0 -23
- package/dist/es/hu-JEoUAdpx.js +0 -9
- package/dist/es/id-D1C_2HvG.js +0 -8
- package/dist/es/ie-d3bapQx-.js +0 -19
- package/dist/es/il-CxVm0b2J.js +0 -20
- package/dist/es/im-BN_uhDka.js +0 -40
- package/dist/es/in-BGdmDROr.js +0 -11
- package/dist/es/io-DYCJpAKf.js +0 -22
- package/dist/es/iq-BlsI9EWN.js +0 -11
- package/dist/es/ir-DdOj6IVV.js +0 -13
- package/dist/es/is-DN52KJKG.js +0 -10
- package/dist/es/it-D6Y8tXt3.js +0 -19
- package/dist/es/je-DR82slj4.js +0 -18
- package/dist/es/jm-LqaENrl9.js +0 -13
- package/dist/es/jo-yLc64Rmj.js +0 -11
- package/dist/es/jp-Bb5uIw0H.js +0 -20
- package/dist/es/ke-BK1BjkeR.js +0 -33
- package/dist/es/kg-wlEuBvxO.js +0 -10
- package/dist/es/kh-DsvqlHLy.js +0 -10
- package/dist/es/ki-Byta-OFo.js +0 -17
- package/dist/es/km-RNbmgGL_.js +0 -12
- package/dist/es/kn-CsHNi3Qt.js +0 -15
- package/dist/es/kp-DskyYlvx.js +0 -11
- package/dist/es/kr-DlF6eJVr.js +0 -23
- package/dist/es/kw-BiQAd6j1.js +0 -10
- package/dist/es/ky-BvPeTNcl.js +0 -31
- package/dist/es/kz-BQCcz0Va.js +0 -10
- package/dist/es/la-COyntyzl.js +0 -10
- package/dist/es/lb-CzTzggHc.js +0 -19
- package/dist/es/lc-CRL2hV6d.js +0 -19
- package/dist/es/li-BN-LWzEm.js +0 -9
- package/dist/es/lk-Dh6uTZcH.js +0 -12
- package/dist/es/lr-CoVvhAhL.js +0 -20
- package/dist/es/ls-BFhv4OAc.js +0 -11
- package/dist/es/lt-C9w-Id1S.js +0 -10
- package/dist/es/lu-Ccpxa0yN.js +0 -9
- package/dist/es/lv-Di5Y7vBC.js +0 -8
- package/dist/es/ly-BKgB-CvV.js +0 -29
- package/dist/es/ma-gJj5XCI-.js +0 -15
- package/dist/es/mc-BPN5JfTO.js +0 -12
- package/dist/es/md-aCqyKOgl.js +0 -17
- package/dist/es/me-C6-JkhFA.js +0 -17
- package/dist/es/mf-jpyKjgsU.js +0 -10
- package/dist/es/mg-TS1IwqtI.js +0 -9
- package/dist/es/mh-yHLgOFiA.js +0 -15
- package/dist/es/mk-CaRVDngZ.js +0 -12
- package/dist/es/ml-CUUHxg1j.js +0 -16
- package/dist/es/mm-CYK7VHSP.js +0 -17
- package/dist/es/mn-D2S-h2WN.js +0 -20
- package/dist/es/mo-D1RG60zF.js +0 -16
- package/dist/es/mp-DzztXSh1.js +0 -11
- package/dist/es/mq-Gsmz5_5j.js +0 -10
- package/dist/es/mr-C_s5K8p5.js +0 -15
- package/dist/es/ms-Cgov7p4h.js +0 -28
- package/dist/es/mt-B9vsNjSx.js +0 -21
- package/dist/es/mu-DeH79Hcd.js +0 -17
- package/dist/es/mv-CS9OGWK4.js +0 -16
- package/dist/es/mw-BvDfO_4m.js +0 -17
- package/dist/es/mx-ByC0ZmOn.js +0 -17
- package/dist/es/my-BtbjhaSG.js +0 -16
- package/dist/es/mz-BuZty0IX.js +0 -19
- package/dist/es/na-BMRoTc_5.js +0 -18
- package/dist/es/nc-TfmJ1_PR.js +0 -18
- package/dist/es/ne-e6jU7Ta4.js +0 -11
- package/dist/es/nf-DEApE1l7.js +0 -9
- package/dist/es/ng-C481SfES.js +0 -19
- package/dist/es/ni-DoG4DYn_.js +0 -16
- package/dist/es/nl-Cmbofdv4.js +0 -11
- package/dist/es/no-CVO81I1l.js +0 -19
- package/dist/es/np-zRmg82Re.js +0 -16
- package/dist/es/nr-B5qQQRjH.js +0 -9
- package/dist/es/nu-BI4Y-0EG.js +0 -28
- package/dist/es/nz-DF7xbKn7.js +0 -21
- package/dist/es/om-BjOei_ke.js +0 -20
- package/dist/es/pa-ZEXTGOfm.js +0 -16
- package/dist/es/pe-HNEmB15y.js +0 -15
- package/dist/es/pf-DwCESo2k.js +0 -24
- package/dist/es/pg-BhOdaLDy.js +0 -17
- package/dist/es/ph-8ii4-Tq6.js +0 -16
- package/dist/es/pk-BafoDKz5.js +0 -15
- package/dist/es/pl-D9b2Q58T.js +0 -12
- package/dist/es/pm-C-WvmgM4.js +0 -38
- package/dist/es/pn-DjnHidFS.js +0 -25
- package/dist/es/pr-Dd50hA9F.js +0 -30
- package/dist/es/ps-CUGb27Pq.js +0 -11
- package/dist/es/pt-Qpxk-ulQ.js +0 -12
- package/dist/es/pw-DV4RtHVX.js +0 -15
- package/dist/es/py-eg-mtZFC.js +0 -17
- package/dist/es/qa-CHyJi5tF.js +0 -16
- package/dist/es/re-FpArmeeM.js +0 -10
- package/dist/es/ro-ANrnebzK.js +0 -16
- package/dist/es/rs-BGbyX7Qb.js +0 -20
- package/dist/es/ru-DtLSIa8v.js +0 -19
- package/dist/es/rw-B1kILqpv.js +0 -24
- package/dist/es/sa-CEcWBFfj.js +0 -9
- package/dist/es/sb-p9ah_4x5.js +0 -36
- package/dist/es/sc-2YHg9FTT.js +0 -22
- package/dist/es/sd-BKzyWEE3.js +0 -16
- package/dist/es/se-Dq5LtCEp.js +0 -9
- package/dist/es/sg-C752_QVl.js +0 -15
- package/dist/es/sh-NFjaiAXX.js +0 -36
- package/dist/es/si-DKzVjXeV.js +0 -23
- package/dist/es/sj-DF7Bf8Q9.js +0 -10
- package/dist/es/sk-CPmqq18S.js +0 -23
- package/dist/es/sl-Dx7oHjXI.js +0 -15
- package/dist/es/sm-B8bEOCx7.js +0 -16
- package/dist/es/sn-tcqzwUh4.js +0 -17
- package/dist/es/so-BrD8jwW8.js +0 -15
- package/dist/es/sr-Dyy1x6sW.js +0 -16
- package/dist/es/ss-CpfhWUQL.js +0 -16
- package/dist/es/st-DZJqDu2d.js +0 -17
- package/dist/es/sv-DtkfLQdf.js +0 -14
- package/dist/es/sx-C1dyGLW-.js +0 -17
- package/dist/es/sy-DhvBoSDL.js +0 -16
- package/dist/es/sz-Co03zPL0.js +0 -25
- package/dist/es/tc-DFY42rbc.js +0 -27
- package/dist/es/td-DdnMoB4B.js +0 -10
- package/dist/es/tf-DtUoHxUD.js +0 -12
- package/dist/es/tg-B-szBZlQ.js +0 -17
- package/dist/es/th-hl0xD9En.js +0 -15
- package/dist/es/tj-CaluHgV4.js +0 -16
- package/dist/es/tk-7WTKQA6M.js +0 -10
- package/dist/es/tl-DWxFj_mI.js +0 -17
- package/dist/es/tm-CXa44ZsQ.js +0 -47
- package/dist/es/tn-YGA63yhm.js +0 -15
- package/dist/es/to-D1SPhDAS.js +0 -19
- package/dist/es/tr-BkORBw5s.js +0 -16
- package/dist/es/tt-CPiasxy9.js +0 -16
- package/dist/es/tv-1UKqGnYq.js +0 -17
- package/dist/es/tw-V_-9EdZA.js +0 -16
- package/dist/es/tz-vyNQ8siG.js +0 -17
- package/dist/es/ua-B36hNKIn.js +0 -9
- package/dist/es/ug-DzrOv_zJ.js +0 -20
- package/dist/es/um-Xf4WHDSX.js +0 -30
- package/dist/es/us-VkSkiw44.js +0 -24
- package/dist/es/uy-BBVhuI0m.js +0 -10
- package/dist/es/uz-D4g4y6tl.js +0 -16
- package/dist/es/va-CuiFpTCr.js +0 -12
- package/dist/es/vc-BGrc4dhk.js +0 -17
- package/dist/es/ve-76O2C7rm.js +0 -17
- package/dist/es/vg-DMKx8jrg.js +0 -31
- package/dist/es/vi-D8PahWnh.js +0 -34
- package/dist/es/vn-BnPQgCR1.js +0 -9
- package/dist/es/vu-B3LLAmr5.js +0 -37
- package/dist/es/wf-qXr-xalT.js +0 -10
- package/dist/es/ws-pGsAcjqz.js +0 -16
- package/dist/es/ye-CII0qyBt.js +0 -9
- package/dist/es/yt-BoehcMko.js +0 -33
- package/dist/es/za-CaK3IAZP.js +0 -19
- package/dist/es/zm-C8-RQ03K.js +0 -24
- package/dist/es/zw-JWvy-vVa.js +0 -22
- package/dist/es/zz-CCLSDExB.js +0 -8
- package/dist/types/components/internal/CountryField/Flag.d.ts +0 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Translatable, TranslationKey } from '../../language/types';
|
|
2
|
-
import { ValidatorRule } from '../../utils/validation/types';
|
|
3
|
-
import { MaskSettings } from '../hooks/useForm';
|
|
4
|
-
import { CountryCode } from './country-code';
|
|
1
|
+
import type { Translatable, TranslationKey } from '../../language/types';
|
|
2
|
+
import type { ValidatorRule } from '../../utils/validation/types';
|
|
3
|
+
import type { MaskSettings } from '../hooks/useForm';
|
|
4
|
+
import type { CountryCode } from './country-code';
|
|
5
5
|
export type CountryConfig<Options = unknown> = Partial<Record<CountryCode, {
|
|
6
6
|
[field: string]: FieldMetadata<Record<string, string>, string> | ((options: Options) => FieldMetadata<Record<string, string>, string>);
|
|
7
7
|
}>>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { TaskStatus } from '../../../components/TaskList/types';
|
|
2
|
-
import { EntityType } from '../api/entity-type';
|
|
3
|
-
import { LegalEntityType } from '../api/legal-entity-type';
|
|
4
|
-
import { VerificationError } from '../api/verification-error';
|
|
5
|
-
import { FormVerificationErrors } from './form-verification-errors';
|
|
6
|
-
import { Remediation, RemediationCode } from './remediation';
|
|
2
|
+
import type { EntityType } from '../api/entity-type';
|
|
3
|
+
import type { LegalEntityType } from '../api/legal-entity-type';
|
|
4
|
+
import type { VerificationError } from '../api/verification-error';
|
|
5
|
+
import type { FormVerificationErrors } from './form-verification-errors';
|
|
6
|
+
import type { Remediation, RemediationCode } from './remediation';
|
|
7
7
|
export type EntityProblems = {
|
|
8
8
|
verificationErrors?: {
|
|
9
9
|
[formId: string]: FormVerificationErrors;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TranslationKey } from '../../../language/types';
|
|
1
|
+
import type { TranslationKey } from '../../../language/types';
|
|
2
2
|
export type ErrorCode = Extract<TranslationKey, `errorMessage_${string}`> extends `errorMessage_${infer R}` ? R : never;
|
|
3
3
|
export interface ErrorMessage {
|
|
4
4
|
code: ErrorCode;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ErrorCode } from './error-message';
|
|
2
|
-
import { Remediation } from './remediation';
|
|
1
|
+
import type { ErrorCode } from './error-message';
|
|
2
|
+
import type { Remediation } from './remediation';
|
|
3
3
|
export type FormVerificationErrors = Partial<Record<ErrorCode, Partial<Record<ErrorCode, Remediation[]>>>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TranslationKey } from '../../../language/types';
|
|
1
|
+
import type { TranslationKey } from '../../../language/types';
|
|
2
2
|
export type RemediationCode = Extract<TranslationKey, `remediationMessage_${string}`> extends `remediationMessage_${infer R}` ? R : never;
|
|
3
3
|
export interface Remediation {
|
|
4
4
|
code: RemediationCode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PerCountry } from '../../utils/perCountry';
|
|
2
|
-
import { FieldMetadata } from './country-config';
|
|
3
|
-
import { ScenarioFieldSettings } from './scenario-fields';
|
|
1
|
+
import type { PerCountry } from '../../utils/perCountry';
|
|
2
|
+
import type { FieldMetadata } from './country-config';
|
|
3
|
+
import type { ScenarioFieldSettings } from './scenario-fields';
|
|
4
4
|
type FieldConfiguration<FieldType> = ScenarioFieldSettings<FieldType>;
|
|
5
5
|
export type FieldConfigurations<FormSchema> = {
|
|
6
6
|
[key in keyof FormSchema]: FieldConfiguration<FormSchema[key]>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TaskTypes } from '../../components/TaskList/types';
|
|
2
|
-
import { AccountFormatRequirements } from '../../datasets/accountFormats/getAccountFormatForCountry';
|
|
3
|
-
import { ExperimentName } from '../Context/ExperimentContext/types';
|
|
4
|
-
import { SettingName } from '../Context/SettingsContext/types';
|
|
5
|
-
import { TopLevelDataSchema } from '../Context/StateContext/types';
|
|
6
|
-
import { CountryCode } from './country-code';
|
|
1
|
+
import type { TaskTypes } from '../../components/TaskList/types';
|
|
2
|
+
import type { AccountFormatRequirements } from '../../datasets/accountFormats/getAccountFormatForCountry';
|
|
3
|
+
import type { ExperimentName } from '../Context/ExperimentContext/types';
|
|
4
|
+
import type { SettingName } from '../Context/SettingsContext/types';
|
|
5
|
+
import type { TopLevelDataSchema } from '../Context/StateContext/types';
|
|
6
|
+
import type { CountryCode } from './country-code';
|
|
7
7
|
export interface FormRulesParams<TLDS extends TopLevelDataSchema> {
|
|
8
8
|
data: TLDS;
|
|
9
9
|
country: CountryCode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AdditionalIdentityInfoSchema } from '../../components/PersonalDetails/component/IdentityComponent/types';
|
|
2
|
-
import { ScenarioFieldSettings } from './scenario-fields';
|
|
1
|
+
import type { AdditionalIdentityInfoSchema } from '../../components/PersonalDetails/component/IdentityComponent/types';
|
|
2
|
+
import type { ScenarioFieldSettings } from './scenario-fields';
|
|
3
3
|
export declare const identityBase: {
|
|
4
4
|
[key: string]: ScenarioFieldSettings;
|
|
5
5
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BankAccountFormatType } from '../../components/internal/BankAccountFormat/types';
|
|
2
|
-
import { PayoutAccountSchema } from '../../components/PayoutAccount/types';
|
|
3
|
-
import { CountryCode } from './country-code';
|
|
4
|
-
import { CountryConfig } from './country-config';
|
|
1
|
+
import type { BankAccountFormatType } from '../../components/internal/BankAccountFormat/types';
|
|
2
|
+
import type { PayoutAccountSchema } from '../../components/PayoutAccount/types';
|
|
3
|
+
import type { CountryCode } from './country-code';
|
|
4
|
+
import type { CountryConfig } from './country-config';
|
|
5
5
|
export declare const obscuredPayoutFields: Array<keyof PayoutAccountSchema>;
|
|
6
6
|
export declare const countryConfig: CountryConfig;
|
|
7
7
|
export declare const defaultPayoutAccountFormat: Partial<Record<CountryCode, BankAccountFormatType>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CountryConfig } from './country-config';
|
|
2
|
-
import { ScenarioFields, ScenarioFieldSettings } from './scenario-fields';
|
|
1
|
+
import type { CountryConfig } from './country-config';
|
|
2
|
+
import type { ScenarioFields, ScenarioFieldSettings } from './scenario-fields';
|
|
3
3
|
export declare const solePropBase: {
|
|
4
4
|
[key: string]: ScenarioFieldSettings;
|
|
5
5
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TranslationKey } from '../../language/types';
|
|
2
|
-
import { TrustMemberType } from './api/trust-member-type';
|
|
3
|
-
import { CountryCode } from './country-code';
|
|
4
|
-
import { CountryConfig } from './country-config';
|
|
5
|
-
import { ScenarioFields, ScenarioFieldSettings } from './scenario-fields';
|
|
1
|
+
import type { TranslationKey } from '../../language/types';
|
|
2
|
+
import type { TrustMemberType } from './api/trust-member-type';
|
|
3
|
+
import type { CountryCode } from './country-code';
|
|
4
|
+
import type { CountryConfig } from './country-config';
|
|
5
|
+
import type { ScenarioFields, ScenarioFieldSettings } from './scenario-fields';
|
|
6
6
|
export declare enum TrustMemberGuidanceLabel {
|
|
7
7
|
BENEFICIARY = "beneficiary",
|
|
8
8
|
PROTECTOR = "protector",
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { CompanySchema } from '../components/Company/types';
|
|
2
|
-
import { CompanySearchSchema } from '../components/CompanySearch/types';
|
|
3
|
-
import { IndividualSchema } from '../components/Individual/types';
|
|
4
|
-
import { PayoutAccountSchema } from '../components/PayoutAccount/types';
|
|
5
|
-
import { SolePropSchema } from '../components/SoleProp/types';
|
|
6
|
-
import { TrustSchema } from '../components/Trust/types';
|
|
7
|
-
import { AnyTLDSFieldName } from '../utils/getFieldsWithExistingData';
|
|
8
|
-
import { ValidatorRules } from '../utils/validation/types';
|
|
9
|
-
import { BaseOuterFormProps } from './hooks/useForm';
|
|
10
|
-
import { Scenario } from './models/api/get-scenarios';
|
|
11
|
-
import { VerificationError } from './models/api/verification-error';
|
|
12
|
-
import { CountryCode } from './models/country-code';
|
|
13
|
-
import { Remediation } from './models/errors/remediation';
|
|
14
|
-
import { FieldConfigurations } from './models/field-configurations';
|
|
15
|
-
import { FormList } from './models/form';
|
|
1
|
+
import type { CompanySchema } from '../components/Company/types';
|
|
2
|
+
import type { CompanySearchSchema } from '../components/CompanySearch/types';
|
|
3
|
+
import type { IndividualSchema } from '../components/Individual/types';
|
|
4
|
+
import type { PayoutAccountSchema } from '../components/PayoutAccount/types';
|
|
5
|
+
import type { SolePropSchema } from '../components/SoleProp/types';
|
|
6
|
+
import type { TrustSchema } from '../components/Trust/types';
|
|
7
|
+
import type { AnyTLDSFieldName } from '../utils/getFieldsWithExistingData';
|
|
8
|
+
import type { ValidatorRules } from '../utils/validation/types';
|
|
9
|
+
import type { BaseOuterFormProps } from './hooks/useForm';
|
|
10
|
+
import type { Scenario } from './models/api/get-scenarios';
|
|
11
|
+
import type { VerificationError } from './models/api/verification-error';
|
|
12
|
+
import type { CountryCode } from './models/country-code';
|
|
13
|
+
import type { Remediation } from './models/errors/remediation';
|
|
14
|
+
import type { FieldConfigurations } from './models/field-configurations';
|
|
15
|
+
import type { FormList } from './models/form';
|
|
16
16
|
export declare const parseIndividualScenarios: (scenario: Scenario[] | undefined) => FieldConfigurations<IndividualSchema>;
|
|
17
17
|
export declare function parseCompanyScenarios(scenario: Scenario[], country: CountryCode): FieldConfigurations<CompanySchema>;
|
|
18
18
|
export declare function parseCompanySearchScenarios(scenario: Scenario[] | undefined, country: CountryCode): FieldConfigurations<CompanySearchSchema>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CustomTranslations } from '../language/types';
|
|
2
|
-
import { TokenResponse } from './Context/AuthContext/AuthProvider';
|
|
3
|
-
import { CountryCode } from './models/country-code';
|
|
1
|
+
import type { CustomTranslations } from '../language/types';
|
|
2
|
+
import type { TokenResponse } from './Context/AuthContext/AuthProvider';
|
|
3
|
+
import type { CountryCode } from './models/country-code';
|
|
4
4
|
export interface CoreOptions {
|
|
5
5
|
/**
|
|
6
6
|
* The URL of the KYC external API. This will be used to fetch static resources and configurations.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TaskTypes } from '../components/TaskList/types';
|
|
2
|
-
import { LegalEntity } from './models/api/legal-entity';
|
|
3
|
-
import { LegalEntityType } from './models/api/legal-entity-type';
|
|
1
|
+
import type { TaskTypes } from '../components/TaskList/types';
|
|
2
|
+
import type { LegalEntity } from './models/api/legal-entity';
|
|
3
|
+
import type { LegalEntityType } from './models/api/legal-entity-type';
|
|
4
4
|
type BaseTrackingPayloadParams = {
|
|
5
5
|
trackingConfig?: {
|
|
6
6
|
topLevelLegalEntity: LegalEntity;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PayoutAccountSchema } from '../../components/PayoutAccount/types';
|
|
2
|
-
import { CountryCode } from '../../core/models/country-code';
|
|
3
|
-
import { Currency } from '../../core/models/currency';
|
|
1
|
+
import type { PayoutAccountSchema } from '../../components/PayoutAccount/types';
|
|
2
|
+
import type { CountryCode } from '../../core/models/country-code';
|
|
3
|
+
import type { Currency } from '../../core/models/currency';
|
|
4
4
|
export interface AccountFormatRequirements {
|
|
5
5
|
currency?: Currency;
|
|
6
6
|
bankStatementRequirement: 'OPTIONAL' | 'REQUIRED';
|
package/dist/types/datasets/localized/companyTypeExamples/getCompanyTypeExamplesForCountry.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CompanyTypesValue } from '../../../core/models/api/company-types-value';
|
|
2
|
-
import { CountryCode } from '../../../core/models/country-code';
|
|
1
|
+
import type { CompanyTypesValue } from '../../../core/models/api/company-types-value';
|
|
2
|
+
import type { CountryCode } from '../../../core/models/country-code';
|
|
3
3
|
export type CompanyTypeExamples = Partial<Record<CompanyTypesValue, string[]>>;
|
|
4
4
|
export declare const getCompanyTypeExamplesForCountry: (country: CountryCode) => Promise<CompanyTypeExamples>;
|
|
5
5
|
export declare const useCompanyTypeExamples: (country: CountryCode) => Partial<Record<CompanyTypesValue, string[]>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { LegalArrangementOption } from '../../../components/internal/AccountHolder/types';
|
|
2
|
-
import { CountryCode } from '../../../core/models/country-code';
|
|
1
|
+
import type { LegalArrangementOption } from '../../../components/internal/AccountHolder/types';
|
|
2
|
+
import type { CountryCode } from '../../../core/models/country-code';
|
|
3
3
|
export type LegalArrangementTypeExamples = Partial<Record<LegalArrangementOption, string[]>>;
|
|
4
4
|
export declare const getLegalArrangementTypeExamplesForCountry: (country: CountryCode) => Promise<LegalArrangementTypeExamples>;
|
|
5
5
|
export declare const useLegalArrangementTypeExamples: (country: CountryCode) => Partial<Record<LegalArrangementOption, string[]>>;
|
package/dist/types/datasets/localized/legalEntityTypeExamples/getBusinessTypeExamplesForCountry.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BusinessType } from '../../../components/BusinessTypeSelection/types';
|
|
2
|
-
import { CountryCode } from '../../../core/models/country-code';
|
|
1
|
+
import type { BusinessType } from '../../../components/BusinessTypeSelection/types';
|
|
2
|
+
import type { CountryCode } from '../../../core/models/country-code';
|
|
3
3
|
export type BusinessTypeExamples = Partial<Record<BusinessType, string[]>>;
|
|
4
4
|
export declare const getBusinessTypeExamplesForCountry: (country: CountryCode) => Promise<BusinessTypeExamples>;
|
|
5
5
|
export declare const useBusinessTypeExamples: (country: CountryCode) => Partial<Record<BusinessType, string[]>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CustomTranslations, Translatable, Translations } from './types';
|
|
2
|
-
import { GetTranslationOptions } from './utils';
|
|
1
|
+
import type { CustomTranslations, Translatable, Translations } from './types';
|
|
2
|
+
import type { GetTranslationOptions } from './utils';
|
|
3
3
|
declare class Language {
|
|
4
4
|
private readonly supportedLocales;
|
|
5
5
|
readonly translations: Translations;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CountryCode } from '../core/models/country-code';
|
|
2
|
-
import { CustomTranslations, TranslationItem, TranslationKey, Translations } from './types';
|
|
1
|
+
import type { CountryCode } from '../core/models/country-code';
|
|
2
|
+
import type { CustomTranslations, TranslationItem, TranslationKey, Translations } from './types';
|
|
3
3
|
/**
|
|
4
4
|
* Matches a string with one of the locales
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ADDRESS_SCHEMA } from '../components/internal/Address/constants';
|
|
1
|
+
import type { ADDRESS_SCHEMA } from '../components/internal/Address/constants';
|
|
2
2
|
export type AddressField = (typeof ADDRESS_SCHEMA)[number];
|
|
3
3
|
export type AddressSchema = {
|
|
4
4
|
[key in AddressField]?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { AccountHolderOption } from '../components/internal/AccountHolder/types';
|
|
2
|
-
import { CapabilityName } from '../core/models/api/capability';
|
|
3
|
-
import { ExistingLegalEntity } from '../core/models/api/legal-entity';
|
|
1
|
+
import type { AccountHolderOption } from '../components/internal/AccountHolder/types';
|
|
2
|
+
import type { CapabilityName } from '../core/models/api/capability';
|
|
3
|
+
import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
|
|
4
4
|
import { LegalEntityType } from '../core/models/api/legal-entity-type';
|
|
5
5
|
export declare const entityTypeToCorrespondingAccountHolderOption: Record<LegalEntityType, AccountHolderOption>;
|
|
6
6
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AnyTLDSFieldName } from './getFieldsWithExistingData';
|
|
1
|
+
import type { AnyTLDSFieldName } from './getFieldsWithExistingData';
|
|
2
2
|
export declare const addLinkedFields: (fields: AnyTLDSFieldName[]) => AnyTLDSFieldName[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DropinAPIHandlers } from '../../components/Dropins/types';
|
|
2
|
-
import { Document, DocumentEntityType, DocumentType, ExistingDocument } from '../../core/models/api/document';
|
|
3
|
-
import { FileSchema } from '../../core/models/file';
|
|
1
|
+
import type { DropinAPIHandlers } from '../../components/Dropins/types';
|
|
2
|
+
import type { Document, DocumentEntityType, DocumentType, ExistingDocument } from '../../core/models/api/document';
|
|
3
|
+
import type { FileSchema } from '../../core/models/file';
|
|
4
4
|
export type DocumentApiUtils = {
|
|
5
5
|
fetchDocuments(documentIds: string[], entityId: string): Promise<Document[]>;
|
|
6
6
|
fetchDocument(documentId: string, entityId: string): Promise<Document>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ExperimentName } from '../../core/Context/ExperimentContext/types';
|
|
2
|
-
import { CapabilityName } from '../../core/models/api/capability';
|
|
3
|
-
import { ExistingLegalEntity } from '../../core/models/api/legal-entity';
|
|
4
|
-
import { ExistingTransferInstrument } from '../../core/models/api/transfer-instrument';
|
|
5
|
-
import { CountryCode } from '../../core/models/country-code';
|
|
6
|
-
import { CapabilityProblems } from '../../core/models/errors/capability-problems';
|
|
7
|
-
import { Remediation } from '../../core/models/errors/remediation';
|
|
1
|
+
import type { ExperimentName } from '../../core/Context/ExperimentContext/types';
|
|
2
|
+
import type { CapabilityName } from '../../core/models/api/capability';
|
|
3
|
+
import type { ExistingLegalEntity } from '../../core/models/api/legal-entity';
|
|
4
|
+
import type { ExistingTransferInstrument } from '../../core/models/api/transfer-instrument';
|
|
5
|
+
import type { CountryCode } from '../../core/models/country-code';
|
|
6
|
+
import type { CapabilityProblems } from '../../core/models/errors/capability-problems';
|
|
7
|
+
import type { Remediation } from '../../core/models/errors/remediation';
|
|
8
8
|
export declare function getCapabilityProblems(entity: ExistingLegalEntity | ExistingTransferInstrument, country: CountryCode, isExperimentEnabled?: (key: ExperimentName) => boolean): CapabilityProblems;
|
|
9
9
|
export declare const remediationHasFileUploadField: (remediation: Remediation) => boolean;
|
|
10
10
|
export declare const getCapabilities: (legalEntity?: ExistingLegalEntity) => CapabilityName[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TaskTypes } from '../../components/TaskList/types';
|
|
2
|
-
import { ValidationError } from '../../core/models/errors/validation-error';
|
|
2
|
+
import type { ValidationError } from '../../core/models/errors/validation-error';
|
|
3
3
|
/**
|
|
4
4
|
* Processes server validation errors received from an erroneous HTTP response.
|
|
5
5
|
* @param validationError - the validation error contain all invalid fields.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Organization, TaxInformationType } from '../core/models/api/organization';
|
|
2
|
-
import { Trust } from '../core/models/api/trust';
|
|
3
|
-
import { CountryCode } from '../core/models/country-code';
|
|
1
|
+
import type { Organization, TaxInformationType } from '../core/models/api/organization';
|
|
2
|
+
import type { Trust } from '../core/models/api/trust';
|
|
3
|
+
import type { CountryCode } from '../core/models/country-code';
|
|
4
4
|
export declare const countryToTaxInfoTypeMap: Record<string, TaxInformationType>;
|
|
5
5
|
export declare const updateTaxInformation: <T extends Organization | import("../core/models/api/legal-arrangement").LegalArrangement | Trust>({ taxId, country, exemptedFromTax, isUen, entity, }: {
|
|
6
6
|
taxId: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DataSet } from '../core/models/api/data-set';
|
|
2
|
-
import { CountryCode } from '../core/models/country-code';
|
|
1
|
+
import type { DataSet } from '../core/models/api/data-set';
|
|
2
|
+
import type { CountryCode } from '../core/models/country-code';
|
|
3
3
|
export declare const datasetIdentifier: {
|
|
4
4
|
country: string;
|
|
5
5
|
state: (countryCode: CountryCode) => string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TaskTypes } from '../components/TaskList/types';
|
|
2
2
|
import { DecisionMakerType } from '../core/models/api/decision-maker-type';
|
|
3
|
-
import { ExistingLegalEntity } from '../core/models/api/legal-entity';
|
|
4
|
-
import { LegalEntityAssociation } from '../core/models/api/legal-entity-association';
|
|
3
|
+
import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
|
|
4
|
+
import type { LegalEntityAssociation } from '../core/models/api/legal-entity-association';
|
|
5
5
|
type DecisionMakerCount = Record<DecisionMakerType, number>;
|
|
6
6
|
export declare const getOwnDecisionMakers: (rootLegalEntity: ExistingLegalEntity) => LegalEntityAssociation[];
|
|
7
7
|
export declare const getDecisionMakers: (rootLegalEntity: ExistingLegalEntity, companyLegalEntityId: string) => LegalEntityAssociation[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EntityProblems } from '../core/models/errors/entity-problems';
|
|
2
|
-
import { FormList, FormModel, FormModelWithValidity } from '../core/models/form';
|
|
1
|
+
import type { EntityProblems } from '../core/models/errors/entity-problems';
|
|
2
|
+
import type { FormList, FormModel, FormModelWithValidity } from '../core/models/form';
|
|
3
3
|
/**
|
|
4
4
|
* @@description Based requiredfields and optionalFields determine what forms need to be shown and add a summaryStep in the dropin
|
|
5
5
|
*
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AccountHolderOption } from '../components/internal/AccountHolder/types';
|
|
1
|
+
import type { AccountHolderOption } from '../components/internal/AccountHolder/types';
|
|
2
2
|
import { TaskTypes } from '../components/TaskList/types';
|
|
3
|
-
import { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
|
|
4
|
-
import { LegalEntityAssociation, LegalEntityAssociationType } from '../core/models/api/legal-entity-association';
|
|
3
|
+
import type { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
|
|
4
|
+
import type { LegalEntityAssociation, LegalEntityAssociationType } from '../core/models/api/legal-entity-association';
|
|
5
5
|
import { LegalEntityType } from '../core/models/api/legal-entity-type';
|
|
6
|
-
import { CapabilityProblems } from '../core/models/errors/capability-problems';
|
|
7
|
-
import { EntityProblems } from '../core/models/errors/entity-problems';
|
|
8
|
-
import { TranslationKey } from '../language/types';
|
|
6
|
+
import type { CapabilityProblems } from '../core/models/errors/capability-problems';
|
|
7
|
+
import type { EntityProblems } from '../core/models/errors/entity-problems';
|
|
8
|
+
import type { TranslationKey } from '../language/types';
|
|
9
9
|
export interface EntityAssociationRoleConfig<T extends LegalEntityAssociationType> {
|
|
10
10
|
id: T;
|
|
11
11
|
name: TranslationKey;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { EntityStatus } from '../components/internal/EntityGuidanceStatus/types';
|
|
1
|
+
import type { EntityStatus } from '../components/internal/EntityGuidanceStatus/types';
|
|
2
2
|
import { TaskTypes } from '../components/TaskList/types';
|
|
3
|
-
import { DecisionMakerType } from '../core/models/api/decision-maker-type';
|
|
4
|
-
import { CountryCode } from '../core/models/country-code';
|
|
5
|
-
import { TrustMemberGuidanceLabel } from '../core/models/trust';
|
|
3
|
+
import type { DecisionMakerType } from '../core/models/api/decision-maker-type';
|
|
4
|
+
import type { CountryCode } from '../core/models/country-code';
|
|
5
|
+
import type { TrustMemberGuidanceLabel } from '../core/models/trust';
|
|
6
6
|
export declare const iconStatus: (current: number, min: number, max: number) => EntityStatus;
|
|
7
7
|
export declare const getEntityStatusRuleDescription: (country: CountryCode, currentTask: TaskTypes, entityLabel: TrustMemberGuidanceLabel | DecisionMakerType) => import("../language/types").TranslationKey;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { JSX } from 'preact';
|
|
2
|
-
import { KeyboardKey } from '../../core/constants';
|
|
1
|
+
import type { JSX } from 'preact';
|
|
2
|
+
import type { KeyboardKey } from '../../core/constants';
|
|
3
3
|
type PropagationMode = 'stopIfMatches' | 'stop' | 'passthrough';
|
|
4
4
|
export declare const handleKeys: (keys: KeyboardKey[], callback: () => void, propagationMode?: PropagationMode) => (event: JSX.TargetedKeyboardEvent<HTMLElement>) => void;
|
|
5
5
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseInnerFormProps, FieldData, MaskSettings } from '../core/hooks/useForm';
|
|
2
|
-
import { FieldMetadata } from '../core/models/country-config';
|
|
3
|
-
import Language from '../language';
|
|
4
|
-
import { Translatable, TranslationKey } from '../language/types';
|
|
5
|
-
import { ValidationRuleResult, ValidationRuleResults } from './validation/types';
|
|
1
|
+
import type { BaseInnerFormProps, FieldData, MaskSettings } from '../core/hooks/useForm';
|
|
2
|
+
import type { FieldMetadata } from '../core/models/country-config';
|
|
3
|
+
import type Language from '../language';
|
|
4
|
+
import type { Translatable, TranslationKey } from '../language/types';
|
|
5
|
+
import type { ValidationRuleResult, ValidationRuleResults } from './validation/types';
|
|
6
6
|
export type FormUtils<Schema> = {
|
|
7
7
|
getLabel: (field: keyof Schema | string, fallbackLabelKey?: TranslationKey) => string;
|
|
8
8
|
getPlaceholder: (field: keyof Schema, fallbackPlaceholderKey?: TranslationKey) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RecursiveKeyOf } from './getNestedPropertyKeys';
|
|
1
|
+
import type { RecursiveKeyOf } from './getNestedPropertyKeys';
|
|
2
2
|
/**
|
|
3
3
|
* 'Destructures' properties from object - returns a new object only containing those properties that were asked for (including if those properties
|
|
4
4
|
* have values that are falsy: null, undefined, false, '').
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
|
|
2
|
-
import Language from '../language';
|
|
1
|
+
import type { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
|
|
2
|
+
import type Language from '../language';
|
|
3
3
|
export declare const getLegalEntityNameBasedOnType: (legalEntityResponse: LegalEntity) => string;
|
|
4
4
|
/** *
|
|
5
5
|
* In payout account the account holder name is always the legal arrangement
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TaskStatus } from '../components/TaskList/types';
|
|
2
|
-
import { EntityType } from '../core/models/api/entity-type';
|
|
3
|
-
import { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
|
|
4
|
-
import { CapabilityProblems } from '../core/models/errors/capability-problems';
|
|
2
|
+
import type { EntityType } from '../core/models/api/entity-type';
|
|
3
|
+
import type { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
|
|
4
|
+
import type { CapabilityProblems } from '../core/models/errors/capability-problems';
|
|
5
5
|
export declare const getTaskStatus: (type: EntityType, capabilityProblems: CapabilityProblems, rootLegalEntity: ExistingLegalEntity, entityIds?: string[], skipPendingCapabilitiesCheck?: boolean) => TaskStatus;
|
|
6
6
|
export declare const hasPendingCapabilities: (legalEntityResponse: LegalEntity) => boolean;
|
|
7
7
|
export declare const hasResolvedCapabilities: (legalEntityResponse: LegalEntity) => boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { CompanySchema } from '../components/Company/types';
|
|
2
|
-
import { CompanySearchSchema } from '../components/CompanySearch/types';
|
|
3
|
-
import { IndividualSchema } from '../components/Individual/types';
|
|
4
|
-
import { SolePropSchema } from '../components/SoleProp/types';
|
|
5
|
-
import { TrustSchema } from '../components/Trust/types';
|
|
6
|
-
import { ExperimentName } from '../core/Context/ExperimentContext/types';
|
|
7
|
-
import { ExistingLegalEntity } from '../core/models/api/legal-entity';
|
|
8
|
-
import { RecursiveKeyOf } from './getNestedPropertyKeys';
|
|
1
|
+
import type { CompanySchema } from '../components/Company/types';
|
|
2
|
+
import type { CompanySearchSchema } from '../components/CompanySearch/types';
|
|
3
|
+
import type { IndividualSchema } from '../components/Individual/types';
|
|
4
|
+
import type { SolePropSchema } from '../components/SoleProp/types';
|
|
5
|
+
import type { TrustSchema } from '../components/Trust/types';
|
|
6
|
+
import type { ExperimentName } from '../core/Context/ExperimentContext/types';
|
|
7
|
+
import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
|
|
8
|
+
import type { RecursiveKeyOf } from './getNestedPropertyKeys';
|
|
9
9
|
export type AnyTLDSFieldName = RecursiveKeyOf<IndividualSchema> | RecursiveKeyOf<CompanySchema> | RecursiveKeyOf<CompanySearchSchema> | RecursiveKeyOf<SolePropSchema> | RecursiveKeyOf<TrustSchema>;
|
|
10
10
|
export declare const getFieldsWithExistingData: (legalEntity: ExistingLegalEntity, isExperimentEnabled?: (key: ExperimentName) => boolean) => AnyTLDSFieldName[];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { LegalEntity } from '../core/models/api/legal-entity';
|
|
2
|
-
import { CountryCode } from '../core/models/country-code';
|
|
1
|
+
import type { LegalEntity } from '../core/models/api/legal-entity';
|
|
2
|
+
import type { CountryCode } from '../core/models/country-code';
|
|
3
3
|
export declare const getLegalEntityCountry: (legalEntityResponse: LegalEntity) => CountryCode;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SelectItem } from '../components/internal/FormFields/Select/types';
|
|
2
|
-
import Language from '../language';
|
|
1
|
+
import type { SelectItem } from '../components/internal/FormFields/Select/types';
|
|
2
|
+
import type Language from '../language';
|
|
3
3
|
import { roleMetadata } from './roleMetadata';
|
|
4
4
|
export declare const makeSelectItemForRole: (role: keyof typeof roleMetadata, i18n: Language) => SelectItem;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CompanySearchSchema } from '../../../components/CompanySearch/types';
|
|
2
|
-
import { Document } from '../../../core/models/api/document';
|
|
3
|
-
import { LegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { CompanySearchSchema } from '../../../components/CompanySearch/types';
|
|
2
|
+
import type { Document } from '../../../core/models/api/document';
|
|
3
|
+
import type { LegalEntity } from '../../../core/models/api/legal-entity';
|
|
4
4
|
export declare const mapCompanySearchDocumentToApiDocument: (data: CompanySearchSchema, entityId: string) => Promise<Document[]>;
|
|
5
5
|
export declare const mapCompanySearchSchemaToLegalEntity: (data: CompanySearchSchema) => LegalEntity;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CompanySearchSchema } from '../../../components/CompanySearch/types';
|
|
2
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { CompanySearchSchema } from '../../../components/CompanySearch/types';
|
|
2
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
3
3
|
export declare const mapApiDocumentToCompanySearchDocuments: (entityId: string) => CompanySearchSchema;
|
|
4
4
|
export declare const mapLegalEntityToCompanySearchSchema: (legalEntity: ExistingLegalEntity, isChangingType: boolean) => CompanySearchSchema;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { CompanySchema } from '../../components/Company/types';
|
|
2
2
|
import type { IndividualSchema } from '../../components/Individual/types';
|
|
3
|
-
import { PayoutDetailsSchema } from '../../components/PayoutDetails/types';
|
|
3
|
+
import type { PayoutDetailsSchema } from '../../components/PayoutDetails/types';
|
|
4
4
|
import type { SolePropSchema } from '../../components/SoleProp/types';
|
|
5
5
|
import type { TrustSchema } from '../../components/Trust/types';
|
|
6
6
|
import { DocumentType } from '../../core/models/api/document';
|
|
7
7
|
import { LegalEntityType } from '../../core/models/api/legal-entity-type';
|
|
8
|
-
import { ExistingTransferInstrument } from '../../core/models/api/transfer-instrument';
|
|
8
|
+
import type { ExistingTransferInstrument } from '../../core/models/api/transfer-instrument';
|
|
9
9
|
import type { AnyTLDSFieldName } from '../getFieldsWithExistingData';
|
|
10
|
-
import { RecursiveKeyOf } from '../getNestedPropertyKeys';
|
|
10
|
+
import type { RecursiveKeyOf } from '../getNestedPropertyKeys';
|
|
11
11
|
export declare const mandatoryApiFields: {
|
|
12
12
|
INDIVIDUAL: Array<Partial<RecursiveKeyOf<IndividualSchema>>>;
|
|
13
13
|
DECISIONMAKER: Array<Partial<RecursiveKeyOf<IndividualSchema>>>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { BankDocumentSchema } from '../../components/BankDocument/types';
|
|
2
|
-
import { CompanySchema } from '../../components/Company/types';
|
|
3
|
-
import { IndividualSchema } from '../../components/Individual/types';
|
|
4
|
-
import { PayoutDetailsSchema } from '../../components/PayoutDetails/types';
|
|
5
|
-
import { PersonalDetailsSchema } from '../../components/PersonalDetails/types';
|
|
6
|
-
import { SolePropSchema } from '../../components/SoleProp/types';
|
|
7
|
-
import { TrustSchema } from '../../components/Trust/types';
|
|
8
|
-
import { Attachment, PageType } from '../../core/models/api/attachment';
|
|
9
|
-
import { Document } from '../../core/models/api/document';
|
|
10
|
-
import { Individual } from '../../core/models/api/individual';
|
|
11
|
-
import { ExistingLegalEntity, LegalEntity } from '../../core/models/api/legal-entity';
|
|
12
|
-
import { ExistingTransferInstrument, TransferInstrument } from '../../core/models/api/transfer-instrument';
|
|
13
|
-
import { FileSchema } from '../../core/models/file';
|
|
1
|
+
import type { BankDocumentSchema } from '../../components/BankDocument/types';
|
|
2
|
+
import type { CompanySchema } from '../../components/Company/types';
|
|
3
|
+
import type { IndividualSchema } from '../../components/Individual/types';
|
|
4
|
+
import type { PayoutDetailsSchema } from '../../components/PayoutDetails/types';
|
|
5
|
+
import type { PersonalDetailsSchema } from '../../components/PersonalDetails/types';
|
|
6
|
+
import type { SolePropSchema } from '../../components/SoleProp/types';
|
|
7
|
+
import type { TrustSchema } from '../../components/Trust/types';
|
|
8
|
+
import type { Attachment, PageType } from '../../core/models/api/attachment';
|
|
9
|
+
import type { Document } from '../../core/models/api/document';
|
|
10
|
+
import type { Individual } from '../../core/models/api/individual';
|
|
11
|
+
import type { ExistingLegalEntity, LegalEntity } from '../../core/models/api/legal-entity';
|
|
12
|
+
import type { ExistingTransferInstrument, TransferInstrument } from '../../core/models/api/transfer-instrument';
|
|
13
|
+
import type { FileSchema } from '../../core/models/file';
|
|
14
14
|
export declare const adjustIdentificationData: (data: PersonalDetailsSchema, apiData: Individual['identificationData']) => Individual['identificationData'];
|
|
15
15
|
/**
|
|
16
16
|
* Easy to use function for mapping transferInstrument response to payout account details component data
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TrustMember } from '../../../components/TrustMembers/types';
|
|
2
|
-
import { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
1
|
+
import type { TrustMember } from '../../../components/TrustMembers/types';
|
|
2
|
+
import type { ExistingLegalEntity } from '../../../core/models/api/legal-entity';
|
|
3
3
|
export declare const getTrustMembers: (trustLE: ExistingLegalEntity, rootLegalEntity: ExistingLegalEntity, exemptSettlorLE?: ExistingLegalEntity) => TrustMember[];
|
|
4
4
|
export declare const getRootTrusteeTrustMembers: (trustLE: ExistingLegalEntity, rootLegalEntity: ExistingLegalEntity, exemptSettlorLE?: ExistingLegalEntity) => TrustMember[];
|