@adyen/kyc-components 3.53.2 → 3.54.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/dist/es/{B4MFY5CR-BoL9jlIT.js → B4MFY5CR-j-_pd79b.js} +1 -1
  2. package/dist/es/{HO4MOOFI-Cj7-DqRm.js → HO4MOOFI-DGjLNRTo.js} +2 -2
  3. package/dist/es/{HUY7CZI3-n6-nghz1.js → HUY7CZI3-9PCXmoMK.js} +2 -2
  4. package/dist/es/adyen-kyc-components.es.js +1 -1
  5. package/dist/es/{bg-BG-DsUc0kup.js → bg-BG-C6dXuS6i.js} +50 -6
  6. package/dist/es/{cs-CZ-NpGjMJK8.js → cs-CZ-DTgiPcBZ.js} +50 -6
  7. package/dist/es/{da-DK-BRGhS3bB.js → da-DK-CwytgMXu.js} +50 -6
  8. package/dist/es/{de-DE-D9nZLQ7_.js → de-DE-CpeEfnmu.js} +50 -6
  9. package/dist/es/{el-GR-DMqNszvM.js → el-GR-D-o2oS4y.js} +50 -6
  10. package/dist/es/{es-ES-B2jnQ9gD.js → es-ES-DsZofunn.js} +52 -8
  11. package/dist/es/{et-EE-Dvv6jO9G.js → et-EE-C-XOI2Dk.js} +50 -6
  12. package/dist/es/{fi-FI-Dzbf9H8A.js → fi-FI-Cm0qkK7s.js} +50 -6
  13. package/dist/es/{fr-FR-odEoEWuS.js → fr-FR-Kx0Ugr8E.js} +50 -6
  14. package/dist/es/{hr-HR-CuytP6oL.js → hr-HR-DAym4ihz.js} +50 -6
  15. package/dist/es/{hu-HU-D4i2k96R.js → hu-HU-DEG7Sv6k.js} +50 -6
  16. package/dist/es/{index-DENuK0_N.js → index-ZV4F7-Oa.js} +18386 -17374
  17. package/dist/es/{it-IT-DbQib6EJ.js → it-IT-DFmXNpqy.js} +50 -6
  18. package/dist/es/{lt-LT-VjpHHZTz.js → lt-LT-DnJsgnDm.js} +50 -6
  19. package/dist/es/{lv-LV-H3bljn19.js → lv-LV-CLN3SjTi.js} +50 -6
  20. package/dist/es/{nl-NL-Df6Qaluo.js → nl-NL-Cp0Comlx.js} +50 -6
  21. package/dist/es/{no-NO-CnmJV2vm.js → no-NO-D5-hSFt4.js} +50 -6
  22. package/dist/es/{pl-PL-fRr9JmiA.js → pl-PL-XEE8HUq0.js} +50 -6
  23. package/dist/es/{pt-PT-h9NgXWgy.js → pt-PT-DGhgkS82.js} +50 -6
  24. package/dist/es/{ro-RO-37YDJPYt.js → ro-RO-DngmASTX.js} +50 -6
  25. package/dist/es/{sk-SK-DwgJLguO.js → sk-SK-CGweTnMy.js} +50 -6
  26. package/dist/es/{sl-SI-F0jZuNCm.js → sl-SI-DoETuyIR.js} +50 -6
  27. package/dist/es/{sv-SE-qitGfWdY.js → sv-SE-QSvsBy9i.js} +50 -6
  28. package/dist/style.css +118 -0
  29. package/dist/types/api/{useLegalEntity.d.ts → legalEntity/useLegalEntity.d.ts} +2 -2
  30. package/dist/types/api/{useOnboardingStatus.d.ts → onboardingStatus/useOnboardingStatus.d.ts} +2 -2
  31. package/dist/types/api/{usePciStatus.d.ts → pciTemplate/usePciStatus.d.ts} +2 -2
  32. package/dist/types/api/pciTemplate/usePciTemplate.d.ts +1 -2
  33. package/dist/types/api/pciTemplate/useSignPci.d.ts +1 -2
  34. package/dist/types/api/termsOfService/useServiceAgreementAcceptanceInfos.d.ts +1 -2
  35. package/dist/types/api/termsOfService/useServiceAgreementStatus.d.ts +1 -1
  36. package/dist/types/api/useAddressCleanse.d.ts +4 -0
  37. package/dist/types/components/BankAccount/forms/BankDocument/validate.d.ts +1 -1
  38. package/dist/types/components/BankAccount/forms/BankVerification/validate.d.ts +1 -1
  39. package/dist/types/components/BankAccount/forms/PayoutDetails/types.d.ts +2 -1
  40. package/dist/types/components/BankAccount/forms/PayoutVerificationMethod/PreferInstantVerificationMethod/PreferInstantVerificationMethod.d.ts +1 -1
  41. package/dist/types/components/BankAccount/forms/PayoutVerificationMethod/payoutVerificationMethodMetadata.d.ts +2 -1
  42. package/dist/types/components/BankAccount/utils/payoutAccountUtil.d.ts +0 -2
  43. package/dist/types/components/Business/forms/AdditionalInformation/utils.d.ts +1 -1
  44. package/dist/types/components/Business/forms/Company/rules.d.ts +0 -12
  45. package/dist/types/components/Business/forms/CompanyStructure/validate.d.ts +1 -1
  46. package/dist/types/components/Business/forms/CompanyType/validate.d.ts +1 -1
  47. package/dist/types/components/Business/forms/RegistrationDocument/types.d.ts +2 -1
  48. package/dist/types/components/Business/forms/TaxDocument/types.d.ts +2 -1
  49. package/dist/types/components/Business/tasks/BusinessDetailsDropin/types.d.ts +5 -4
  50. package/dist/types/components/Business/tasks/BusinessDetailsDropin/utils.d.ts +0 -3
  51. package/dist/types/components/Contract/tasks/PciDropin/validate.d.ts +1 -1
  52. package/dist/types/components/Contract/tasks/ServiceAgreementDropin/useServiceAgreement.d.ts +1 -1
  53. package/dist/types/components/Contract/tasks/ServiceAgreementDropin/validate.d.ts +1 -1
  54. package/dist/types/components/EFP/tasks/HighExposureDropin/HighExposureDropin.d.ts +0 -1
  55. package/dist/types/components/EFP/tasks/HighExposureDropin/types.d.ts +3 -3
  56. package/dist/types/components/EFP/tasks/HighExposureDropin/validate.d.ts +1 -1
  57. package/dist/types/components/EFP/tasks/SourceOfFundsDropin/SOFAdditionalData/AdditionalDataOriginatorLegalEntity.d.ts +2 -1
  58. package/dist/types/components/EFP/tasks/SourceOfFundsDropin/SourceOfFundsType.d.ts +1 -2
  59. package/dist/types/components/EFP/tasks/SourceOfFundsDropin/SourceOfFundsUploader/SOFUploadModal.d.ts +1 -1
  60. package/dist/types/components/EFP/tasks/SourceOfFundsDropin/SourceOfFundsUploader/SourceOfFundsUpload.d.ts +1 -1
  61. package/dist/types/components/EFP/tasks/SourceOfFundsDropin/types.d.ts +4 -3
  62. package/dist/types/components/EFP/tasks/SourceOfFundsDropin/utils.d.ts +0 -2
  63. package/dist/types/components/EFP/tasks/SourceOfFundsDropin/validate.d.ts +1 -1
  64. package/dist/types/components/EmbeddedDropins/ManagePCIComponent/ManagePCIComponent.d.ts +2 -1
  65. package/dist/types/components/EmbeddedDropins/ManageTermsOfServiceComponent/ManageTermsOfServiceComponent.d.ts +2 -1
  66. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverview/ManageTransferInstrumentOverview.d.ts +2 -1
  67. package/dist/types/components/EmbeddedDropins/ManageTransferInstrumentComponent/ManageTransferInstrumentOverviewItem/ManageTransferInstrumentOverviewItem.d.ts +2 -1
  68. package/dist/types/components/EmbeddedDropins/OnboardingDropinComponent/OnboardingDropinComponent.d.ts +2 -1
  69. package/dist/types/components/EmbeddedDropins/UpdateLegalEntityForHighExposure/utils.d.ts +1 -1
  70. package/dist/types/components/EmbeddedDropins/ViewVerificationStatus/ViewVerificationStatusComponent.d.ts +2 -1
  71. package/dist/types/components/Individual/fields/DecisionMakerRole/validate.d.ts +2 -3
  72. package/dist/types/components/Individual/fields/IdentityNumber/fieldConfig.d.ts +1 -1
  73. package/dist/types/components/Individual/forms/Individual/IdDocumentUpload/types.d.ts +2 -1
  74. package/dist/types/components/Individual/forms/Individual/IdVerificationMethod/idVerificationMethodMetadata.d.ts +1 -1
  75. package/dist/types/components/Individual/forms/Individual/IndividualExperimentWrapper.d.ts +3 -4
  76. package/dist/types/components/Individual/forms/Individual/PersonalDetails/Identity/IdentityAu/DriversLicense.d.ts +1 -1
  77. package/dist/types/components/Individual/forms/Individual/PersonalDetails/Identity/IdentityAu/validate.d.ts +1 -1
  78. package/dist/types/components/Individual/forms/Individual/PersonalDetails/Identity/IdentityHK/validate.d.ts +1 -1
  79. package/dist/types/components/Individual/forms/Individual/PersonalDetails/Identity/IdentityNZ/DriversLicense.d.ts +1 -1
  80. package/dist/types/components/Individual/forms/Individual/PersonalDetails/Identity/IdentityNZ/validate.d.ts +1 -1
  81. package/dist/types/components/Individual/forms/Individual/PersonalDetails/PersonalDetails.d.ts +0 -6
  82. package/dist/types/components/Individual/forms/Individual/PersonalDetails/types.d.ts +1 -6
  83. package/dist/types/components/Individual/forms/Individual/PersonalDetails/validate.d.ts +1 -1
  84. package/dist/types/components/Individual/forms/Individual/rules.d.ts +0 -9
  85. package/dist/types/components/Individual/forms/IndividualOnfido/AdditionalPersonalDetails/AdditionalPersonalDetails.d.ts +0 -2
  86. package/dist/types/components/Individual/forms/IndividualOnfido/AdditionalPersonalDetails/AdditionalPersonalDetails.types.d.ts +1 -6
  87. package/dist/types/components/Individual/forms/IndividualOnfido/AdditionalPersonalDetails/Identity/IdentityHK/validate.d.ts +1 -1
  88. package/dist/types/components/Individual/forms/IndividualOnfido/AdditionalPersonalDetails/validate.d.ts +19 -0
  89. package/dist/types/components/Individual/forms/IndividualOnfido/BasicDetails/BasicDetails.d.ts +3 -0
  90. package/dist/types/components/Individual/forms/IndividualOnfido/BasicDetails/BasicDetails.types.d.ts +26 -0
  91. package/dist/types/components/Individual/forms/IndividualOnfido/IdVerificationMethod/ConfirmManualFlowModal/ConfirmManualFlowModal.d.ts +5 -0
  92. package/dist/types/components/Individual/forms/IndividualOnfido/IdVerificationMethod/DeleteDocumentModal/DeleteDocumentModal.d.ts +5 -0
  93. package/dist/types/components/Individual/forms/IndividualOnfido/IdVerificationMethod/IdVerificationDisclaimer/IdVerificationDisclaimer.d.ts +1 -0
  94. package/dist/types/components/Individual/forms/IndividualOnfido/IdVerificationMethod/IdVerificationHeader/IdVerificationHeader.d.ts +1 -0
  95. package/dist/types/components/Individual/forms/IndividualOnfido/IdVerificationMethod/IdVerificationMethod.d.ts +2 -0
  96. package/dist/types/components/Individual/forms/IndividualOnfido/IdVerificationMethod/IdVerificationMethod.types.d.ts +1 -2
  97. package/dist/types/components/Individual/forms/IndividualOnfido/IdVerificationMethod/OnfidoVerificationModal/OnfidoVerificationModal.d.ts +7 -0
  98. package/dist/types/components/Individual/forms/IndividualOnfido/IdVerificationMethod/UploadedDocument/UploadedDocument.d.ts +7 -0
  99. package/dist/types/components/Individual/forms/IndividualOnfido/IndividualOnfido.d.ts +1 -1
  100. package/dist/types/components/Individual/forms/IndividualOnfido/IndividualOnfido.types.d.ts +9 -6
  101. package/dist/types/components/Individual/tasks/IndividualOnfidoDropin/IndividualOnfidoDropin.d.ts +2 -0
  102. package/dist/types/components/Shared/FormNavigation/types.d.ts +1 -1
  103. package/dist/types/components/Shared/FormWrapper/FormWrapper.d.ts +2 -1
  104. package/dist/types/components/Shared/Introduction/Introduction.d.ts +2 -1
  105. package/dist/types/components/Shared/SingpassSelection/SingpassSelection.d.ts +1 -13
  106. package/dist/types/components/Shared/Summary/types.d.ts +1 -1
  107. package/dist/types/components/Shared/devex/DebugWrapper/DebugTaskStatuses.d.ts +0 -5
  108. package/dist/types/components/Shared/fields/CountryField/CountryField.d.ts +1 -1
  109. package/dist/types/components/Shared/fields/CountryField/validate.d.ts +1 -1
  110. package/dist/types/components/Shared/fields/CountryOfGoverningLawField/validate.d.ts +1 -1
  111. package/dist/types/components/Shared/fields/IdFieldTypeSelector/countryIdNumberTypes.d.ts +1 -8
  112. package/dist/types/components/Shared/fields/Name/validate.d.ts +1 -1
  113. package/dist/types/components/Shared/fields/PhoneField/PhoneField.d.ts +0 -3
  114. package/dist/types/components/Shared/fields/PhoneField/fieldConfig.d.ts +1 -1
  115. package/dist/types/components/Shared/fields/StateField/StateField.d.ts +1 -1
  116. package/dist/types/components/Shared/forms/Address/FieldContainer.d.ts +1 -1
  117. package/dist/types/components/Shared/forms/Address/types.d.ts +4 -7
  118. package/dist/types/components/Shared/forms/Address/utils.d.ts +2 -2
  119. package/dist/types/components/Shared/forms/Address/validate.d.ts +6 -5
  120. package/dist/types/components/Shared/forms/Address/validate.formats.d.ts +1 -1
  121. package/dist/types/components/Shared/forms/BusinessTypeSelection/BusinessTypeSelection.d.ts +1 -11
  122. package/dist/types/components/Shared/forms/BusinessTypeSelection/utils.d.ts +1 -6
  123. package/dist/types/components/Shared/forms/CompanyNameAndCountry/CompanyNameAndCountry.d.ts +0 -1
  124. package/dist/types/components/Shared/forms/CompanyNameAndCountry/validate.d.ts +1 -1
  125. package/dist/types/components/Shared/forms/ContactDetails/validate.d.ts +1 -1
  126. package/dist/types/components/Shared/forms/FinancialInformation/validate.d.ts +1 -1
  127. package/dist/types/components/Shared/forms/RegistrationAddress/RegistrationAddress.d.ts +0 -2
  128. package/dist/types/components/Shared/forms/RegistrationAddress/validate.d.ts +1 -1
  129. package/dist/types/components/Trust/forms/TrustRegistrationDetails/validate.d.ts +1 -1
  130. package/dist/types/components/Trust/forms/TrustRoleAndEntityType/types.d.ts +0 -1
  131. package/dist/types/components/Trust/forms/TrustRoleAndEntityType/validate.d.ts +1 -1
  132. package/dist/types/components/Trust/tasks/TrustMembers/UndefinedBeneficiaryTaskItem.d.ts +2 -1
  133. package/dist/types/components/Trust/tasks/TrustMembers/types.d.ts +1 -1
  134. package/dist/types/components/index.d.ts +4 -1
  135. package/dist/types/components/ui/atoms/MaskedInput/MaskedInput.d.ts +1 -1
  136. package/dist/types/components/ui/atoms/Select/Select.d.ts +1 -1
  137. package/dist/types/components/ui/atoms/Select/Select.types.d.ts +2 -0
  138. package/dist/types/components/ui/atoms/SelectButton/SelectButton.d.ts +1 -1
  139. package/dist/types/components/ui/atoms/SelectButton/SelectButton.types.d.ts +1 -0
  140. package/dist/types/components/ui/molecules/Dropzone/validate.d.ts +1 -1
  141. package/dist/types/components/ui/molecules/ErrorPanel/types.d.ts +1 -1
  142. package/dist/types/core/EventEmitter.d.ts +1 -1
  143. package/dist/types/core/analytics.d.ts +1 -1
  144. package/dist/types/core/constants.d.ts +2 -1
  145. package/dist/types/core/context/ConfigurationApiContext/ConfigurationApiContext.d.ts +1 -1
  146. package/dist/types/core/context/ExpiryContext/ExpiryContext.d.ts +0 -1
  147. package/dist/types/core/context/StateContext/types.d.ts +5 -3
  148. package/dist/types/core/hooks/introduction/useHasSeenIntroduction.d.ts +2 -1
  149. package/dist/types/core/hooks/introduction/useIntroductionScreens.d.ts +1 -1
  150. package/dist/types/core/hooks/singpass/useSingpassMyInfoLogin.d.ts +0 -4
  151. package/dist/types/core/hooks/useAsyncValidator.d.ts +2 -2
  152. package/dist/types/core/hooks/useClickAwayListener.d.ts +0 -2
  153. package/dist/types/core/hooks/useDataMissingRemediations.d.ts +1 -1
  154. package/dist/types/core/hooks/useDataset.d.ts +1 -1
  155. package/dist/types/core/hooks/useForm/reducer.d.ts +1 -1
  156. package/dist/types/core/hooks/useForm/types.d.ts +3 -2
  157. package/dist/types/core/hooks/useForm/useForm.d.ts +1 -1
  158. package/dist/types/core/hooks/useMultiForm/reducer.d.ts +2 -2
  159. package/dist/types/core/hooks/useMultiForm/types.d.ts +3 -3
  160. package/dist/types/core/hooks/useMultiForm/useMultiFormAsyncValidator.d.ts +2 -2
  161. package/dist/types/core/hooks/useMultiForm/useMultiFormStaticValidator.d.ts +2 -2
  162. package/dist/types/core/hooks/useMultiForm/utils.d.ts +0 -11
  163. package/dist/types/core/hooks/useScenarioConfiguration.d.ts +2 -1
  164. package/dist/types/core/hooks/useStaticValidator/useStaticValidator.d.ts +2 -2
  165. package/dist/types/core/models/api/contracts.d.ts +6 -1
  166. package/dist/types/core/models/api/get-configuration.d.ts +1 -1
  167. package/dist/types/core/models/api/transfer-instrument-reference.d.ts +1 -1
  168. package/dist/types/core/models/company.d.ts +2 -2
  169. package/dist/types/core/models/country-config.d.ts +1 -1
  170. package/dist/types/core/models/errors/validation-error.d.ts +0 -3
  171. package/dist/types/core/models/field-configurations.d.ts +1 -1
  172. package/dist/types/core/models/file.d.ts +0 -1
  173. package/dist/types/core/models/form-rules.d.ts +1 -1
  174. package/dist/types/core/models/identity.d.ts +0 -17
  175. package/dist/types/core/models/province-code.d.ts +3 -3
  176. package/dist/types/core/models/scenario-fields.d.ts +1 -1
  177. package/dist/types/core/models/trust.d.ts +3 -2
  178. package/dist/types/core/process-field-configurations.d.ts +2 -2
  179. package/dist/types/core/services/agnostic/get-dataset.d.ts +1 -1
  180. package/dist/types/core/services/http.d.ts +0 -1
  181. package/dist/types/core/services/utils.d.ts +0 -7
  182. package/dist/types/datasets/generators/getBusinessTypeExamplesForCountry.d.ts +0 -1
  183. package/dist/types/datasets/generators/getCompanyTypeExamplesForCountry.d.ts +0 -1
  184. package/dist/types/datasets/generators/getLegalArrangementTypeExamplesForCountry.d.ts +0 -1
  185. package/dist/types/stores/globalStore/get-task-status.d.ts +0 -3
  186. package/dist/types/utils/accountHolderUtils.d.ts +0 -2
  187. package/dist/types/utils/api/processValidationErrors.d.ts +1 -1
  188. package/dist/types/utils/birthDateUtils.d.ts +1 -10
  189. package/dist/types/utils/decisionMakerRoles.d.ts +1 -4
  190. package/dist/types/utils/entityAssociationUtil.d.ts +2 -3
  191. package/dist/types/utils/entityStatusUtil.d.ts +1 -1
  192. package/dist/types/utils/file.d.ts +0 -8
  193. package/dist/types/utils/mapping/componentApiMapping.d.ts +1 -2
  194. package/dist/types/utils/mapping/mapping.d.ts +2 -4
  195. package/dist/types/utils/masking/shiftRight.d.ts +0 -4
  196. package/dist/types/utils/verification/helpers/verifyIdNumber.d.ts +2 -9
  197. package/package.json +17 -4
  198. package/dist/types/stores/legalEntity/legalEntity.d.ts +0 -5
@@ -1,4 +1,3 @@
1
- import type { InvalidField, ValidationResponse } from '../models/errors/validation-error';
2
1
  import type { FetchErrorLevel, HttpOptions } from './types';
3
2
  export declare const getRequestObject: (options: HttpOptions, data?: any) => RequestInit;
4
3
  export declare const getRequestUrl: (loadingContext: string, path: string, clientKey: string) => string;
@@ -7,9 +6,3 @@ export declare const handleFetchResponse: (response: Response, responseType: XML
7
6
  export declare const isValidationErrorResponse: (response: any) => boolean;
8
7
  export declare const isSessionExpiredResponse: (response: any) => boolean;
9
8
  export declare const processValidationErrors: (response: Response) => Promise<never>;
10
- export declare class ValidationError extends Error {
11
- invalidFields?: InvalidField[];
12
- errorCode?: string;
13
- sourceError: unknown;
14
- constructor(message: string, validationDetails: ValidationResponse);
15
- }
@@ -1,5 +1,4 @@
1
1
  import type { BusinessType } from '../../components/Shared/forms/BusinessTypeSelection/types';
2
2
  import type { CountryCode } from '../../core/models/country-code';
3
3
  export type BusinessTypeExamples = Partial<Record<BusinessType, string[]>>;
4
- export declare const getBusinessTypeExamplesForCountry: (country: CountryCode) => Promise<BusinessTypeExamples>;
5
4
  export declare const useBusinessTypeExamples: (country: CountryCode) => Partial<Record<BusinessType, string[]>>;
@@ -1,5 +1,4 @@
1
1
  import type { CompanyTypesValue } from '../../core/models/api/company-types-value';
2
2
  import type { CountryCode } from '../../core/models/country-code';
3
3
  export type CompanyTypeExamples = Partial<Record<CompanyTypesValue, string[]>>;
4
- export declare const getCompanyTypeExamplesForCountry: (country: CountryCode) => Promise<CompanyTypeExamples>;
5
4
  export declare const useCompanyTypeExamples: (country: CountryCode) => Partial<Record<CompanyTypesValue, string[]>>;
@@ -1,5 +1,4 @@
1
1
  import type { LegalArrangementOption } from '../../core/types/AccountHolder.types';
2
2
  import type { CountryCode } from '../../core/models/country-code';
3
3
  export type LegalArrangementTypeExamples = Partial<Record<LegalArrangementOption, string[]>>;
4
- export declare const getLegalArrangementTypeExamplesForCountry: (country: CountryCode) => Promise<LegalArrangementTypeExamples>;
5
4
  export declare const useLegalArrangementTypeExamples: (country: CountryCode) => Partial<Record<LegalArrangementOption, string[]>>;
@@ -2,7 +2,6 @@ import type { ExistingLegalEntity, LegalEntity } from '../../core/models/api/leg
2
2
  import type { CapabilityProblems } from '../../core/models/errors/capability-problems';
3
3
  import type { TaskStatusWithReason } from './taskStatus';
4
4
  import { TaskTypes } from './taskTypes';
5
- import type { CapabilityName } from '../../core/models/api/capability';
6
5
  export declare const calculateCustomerSupportTask: (capabilityProblems: CapabilityProblems, rootLegalEntity: ExistingLegalEntity) => TaskStatusWithReason;
7
6
  export declare const getRegularTaskStatus: ({ taskType, capabilityProblems, rootLegalEntity, relevantEntityIds, ignorePendingCapabilities, }: {
8
7
  taskType: TaskTypes;
@@ -11,9 +10,7 @@ export declare const getRegularTaskStatus: ({ taskType, capabilityProblems, root
11
10
  relevantEntityIds: string[];
12
11
  ignorePendingCapabilities?: boolean;
13
12
  }) => TaskStatusWithReason;
14
- export declare const getPendingCapabilities: (legalEntityResponse: LegalEntity) => CapabilityName[];
15
13
  export declare const hasAllCapabilitiesResolved: (legalEntityResponse: LegalEntity) => boolean;
16
14
  export declare const hasRejectedCapabilities: (legalEntityResponse: LegalEntity) => boolean;
17
- export declare const hasInvalidCapabilities: (legalEntityResponse: LegalEntity) => boolean;
18
15
  export declare const hasAllCapabilitiesValid: (legalEntityResponse: LegalEntity) => boolean;
19
16
  export declare const calculateBusinessFinancingTaskStatus: (capabilityProblems: CapabilityProblems, rootLegalEntity: ExistingLegalEntity) => TaskStatusWithReason;
@@ -1,8 +1,6 @@
1
1
  import type { AccountHolderOption } from '../core/types/AccountHolder.types';
2
2
  import type { CapabilityName } from '../core/models/api/capability';
3
3
  import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
4
- import { LegalEntityType } from '../core/models/api/legal-entity-type';
5
- export declare const entityTypeToCorrespondingAccountHolderOption: Record<LegalEntityType, AccountHolderOption>;
6
4
  /**
7
5
  ** Account holder option is not stored in backend as it does not effect any check evaluations.
8
6
  ** The value is computed in the front end based on the associations and current flow of the legalEntity
@@ -1,4 +1,4 @@
1
- import { TaskTypes } from '../../components/Shared/tasks/TaskList/types';
1
+ import { TaskTypes } from '../../stores/globalStore/taskTypes';
2
2
  import type { ValidationError } from '../../core/models/errors/validation-error';
3
3
  /**
4
4
  * Processes server validation errors received from an erroneous HTTP response.
@@ -1,13 +1,8 @@
1
- import { TaskTypes } from '../components/Shared/tasks/TaskList/types';
1
+ import { TaskTypes } from '../stores/globalStore/taskTypes';
2
2
  import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
3
- import type { CountryCode } from '../core/models/country-code';
4
3
  import type { Translatable } from '../language/types';
5
4
  import type { PersonalDetailsSchema } from '../components/Individual/forms/Individual/PersonalDetails/types';
6
5
  export declare const getAgeToday: (birthdate: string) => number;
7
- export declare const getAgeRangeForLegalRepresentative: (country: CountryCode) => {
8
- min: number;
9
- max: number;
10
- } | undefined;
11
6
  interface TranslatableAlertProps {
12
7
  title: Translatable;
13
8
  message: Translatable;
@@ -16,9 +11,5 @@ export declare const getLegalRepresentativeWarningMessage: ({ data: { birthDate,
16
11
  data: PersonalDetailsSchema;
17
12
  taskType: TaskTypes;
18
13
  }) => TranslatableAlertProps | undefined;
19
- export declare const isAgeWithinRange: (age: number, ageRange: {
20
- min: number;
21
- max: number;
22
- }) => boolean;
23
14
  export declare const doesLegalEntityRequiresLegalRepresentative: (legalEntity?: ExistingLegalEntity) => boolean;
24
15
  export {};
@@ -1,13 +1,10 @@
1
- import { TaskTypes } from '../components/Shared/tasks/TaskList/types';
1
+ import { TaskTypes } from '../stores/globalStore/taskTypes';
2
2
  import { DecisionMakerType } from '../core/models/api/decision-maker-type';
3
3
  import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
4
4
  import type { LegalEntityAssociation } from '../core/models/api/legal-entity-association';
5
- type DecisionMakerCount = Record<DecisionMakerType, number>;
6
5
  export declare const getOwnDecisionMakers: (rootLegalEntity: ExistingLegalEntity) => LegalEntityAssociation[];
7
6
  export declare const getDecisionMakers: (rootLegalEntity: ExistingLegalEntity, companyLegalEntityId: string) => LegalEntityAssociation[];
8
7
  export declare const getOwnSignatories: (rootLegalEntity: ExistingLegalEntity) => LegalEntityAssociation[];
9
8
  export declare const getOwnDecisionMakersLegalEntityIds: (rootLegalEntity: ExistingLegalEntity) => string[];
10
- export declare const getDecisionMakerCount: (rootLegalEntity: ExistingLegalEntity) => DecisionMakerCount;
11
9
  export declare const getAllowedDecisionMakerRoles: (rootLegalEntity: ExistingLegalEntity, taskType: TaskTypes) => DecisionMakerType[];
12
10
  export declare const hasMinRequiredDecisionMakerCount: (rootLegalEntity: ExistingLegalEntity) => boolean;
13
- export {};
@@ -1,6 +1,6 @@
1
1
  import type { AccountHolderOption } from '../core/types/AccountHolder.types';
2
- import { TaskTypes } from '../components/Shared/tasks/TaskList/types';
3
- import type { ExistingLegalEntity, LegalEntity } from '../core/models/api/legal-entity';
2
+ import { TaskTypes } from '../stores/globalStore/taskTypes';
3
+ import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
4
4
  import type { LegalEntityAssociation, NomineeType } from '../core/models/api/legal-entity-association';
5
5
  import { LegalEntityType } from '../core/models/api/legal-entity-type';
6
6
  import { CountryCodes } from '../core/models/country-code';
@@ -21,7 +21,6 @@ export declare const hasSolePropInLegalEntity: (rootLegalEntity: ExistingLegalEn
21
21
  export declare const getOwnSolePropProblems: (rootLegalEntity: ExistingLegalEntity, capabilityProblems: CapabilityProblems) => EntityProblems | undefined;
22
22
  export declare const hasOwnEntityAssociationOfType: (type: LegalEntityType, entityAssociations: LegalEntityAssociation[] | undefined, legalEntityId: string | undefined) => boolean;
23
23
  export declare const removeEntityAssociationByType: (type: LegalEntityType, entityAssociations: LegalEntityAssociation[], legalEntityId: string | undefined) => LegalEntityAssociation[];
24
- export declare const isRootLegalEntity: (legalEntity: LegalEntity, taskType: TaskTypes) => boolean;
25
24
  export declare const filterOutUnwantedAssociationsIfRootLE: (taskType: TaskTypes, legalEntity: ExistingLegalEntity | undefined, accountHolder: AccountHolderOption | undefined) => LegalEntityAssociation[] | undefined;
26
25
  export declare const getLegalRepresentative: (legalEntityResponse: ExistingLegalEntity) => LegalEntityAssociation;
27
26
  export declare const allowedCountriesForNominee: CountryCodes[];
@@ -15,4 +15,4 @@ import type { EntityStatus } from '../components/Shared/EntityGuidanceStatus/typ
15
15
  * @returns {EntityStatus} - Returns `'satisfied'` if the current value meets the condition, otherwise `'empty'`.
16
16
  */
17
17
  export declare const iconStatus: (current: number, min: number) => EntityStatus;
18
- export declare const getEntityStatusRuleDescription: (country: CountryCode, currentTask: TaskTypes, entityLabel: TrustMemberGuidanceLabel | DecisionMakerType) => "number" | "search" | "aTrust" | "partnershipIncorporated" | "partnershipUnincorporated" | "associationIncorporated" | "myName" | "mySoleProprietorName" | "theCompanyIWorkFor" | "address" | "code" | "progress" | "select" | "summary" | "cancel" | "close" | "submit" | "id" | "iban" | "rejected" | "processing" | "back" | "bankAccount" | "bankStatement" | "constitutionalDocument" | "driversLicense" | "driving_licence" | "identityCard" | "national_identity_card" | "nationalIdNumber" | "passport" | "proofOfAddress" | "proofOfDirector" | "proofOfFundingOrWealthSource" | "proofOfNationalIdNumber" | "proofOfOrganizationTaxInfo" | "proofOfRelationship" | "proofOfResidency" | "registrationDocument" | "residence_permit" | "vatDocument" | "and" | "CNPJ" | "CVR-nummer" | "guardian" | "MBO" | "parent" | "RFC" | "1Minute" | "1Second" | "accept" | "acceptedDocumentsForGovernment" | "acceptedDocumentsForNonProfit" | "acceptedDocumentsForPartnerships" | "acceptedDocumentsForPrivateCompanies" | "acceptedDocumentsForPublicCompanies" | "accountCantBeSetUp" | "accountDetailsDescription" | "accountHolder" | "accountHolderTerms" | "accountName" | "accountNumber" | "accountNumberFullOrPartialVisible" | "accountNumberOrIbanVisible" | "accountNumberVisible" | "accountVerification" | "acknowledgePciRequirements" | "actionNeeded" | "add" | "addABankAccountForPayouts" | "addAccountWith" | "addAllSourcesOfFundsBeingUsed" | "addBankAccount" | "addBankDetails" | "addDecisionMaker" | "addDetailsManually" | "addDetailsManuallyQuestion" | "addDetailsWith" | "addDocument" | "addEntityOwner" | "addExtraBankAccount" | "addExtraPayinAccount" | "addExtraPayoutAccount" | "addingAndVerifiyingABankAccount" | "addInvestor" | "additionalInformation" | "additionalInformationFormHeading" | "additionalInformationFormName" | "additionalPersonalDetails" | "addManually" | "addMissingBankDetails" | "addOwnerToTrustMember" | "addPayoutAccount" | "address__placeHolder" | "addresses" | "addressPoBoxError" | "addressRegisteredWithSecretaryOfState" | "addTrustMember" | "addYourselfAsSigner" | "adoptionCertificate" | "adyen" | "adyenKeepsDataAsLongAsLegallyRequired" | "adyenWillOnlyGetTemporaryAccess" | "agreementPeriod" | "aLegalRepresentativeIsRequired" | "aLetterFromYourBank" | "allCapabilitiesValid" | "allPayslipsFrom3MostRecentMonths" | "allStatementsFrom3MostRecentMonths" | "amount" | "amountIsRequired" | "amountWon" | "anAssociation" | "andResubmit" | "anLEIIsAUniqueCode" | "annualReport" | "annualStatements" | "annualTurnover" | "annualTurnoverHelper" | "annualTurnoverValue" | "aNomineeDirectorIsAppointed" | "aNomineeShareholderHoldsShares" | "anyInformationFromTheUploadedDocumentWillBeLost" | "anyInformationTakenFromThisDocument" | "apartmentSuite" | "apartmentSuiteOther" | "applicationSubmittedSuccessfully" | "areYouACompany" | "areYouAnIndividual" | "areYouSureYouWantToDeleteThisBankAccount" | "areYouSureYouWantToDeleteThisDocument" | "areYouSureYouWantToDeleteThisInvestorDetails" | "arithmosEngraphes" | "articlesOfIncorporation" | "arvonlisaveronumeroMervardesskattenummer" | "association" | "associationIncorporatedDescription" | "australianBusinessNumberAbn" | "australianBusinessNumberAcn" | "backPage" | "backToTaskList" | "bankAccountCountryRegion" | "bankAccountDetails" | "bankAccountFormat" | "bankAccountHasToBeInYourCompanyName" | "bankAccountHasToBeInYourName" | "bankAccountNameIndividual" | "bankAccountNameOrganization" | "bankAccountNameWithSoleProprietor" | "bankAccountNameWithTrust" | "bankAccountNameWithTrust_US" | "bankAccountNeeded" | "bankAccountNumber" | "bankAccountToHaveSameNameAsTrust" | "bankAccountVerification" | "bankCityTown" | "bankCode" | "bankCountry" | "bankDetails" | "bankDocument" | "bankDocumentDescription" | "bankDocumentFileDescription" | "bankDocumentHeader" | "bankDocumentHeaderOptional" | "bankingService" | "bankName" | "bankruptcyInsolvency" | "banksLogoAndName" | "bankStatementAlreadyUploaded" | "bankStatementDocument" | "bankStatementIndividualDescription" | "bankStatementNonIndividualDescription" | "bankStatements" | "basedOnTheAboveSignatory" | "basicCompanyInformation" | "basicInformation" | "basicInformationFormDescription" | "basicInformationFormDescriptionLink" | "basicInformationFormHeading" | "basicInformationFormName" | "becauseYoureUnderXWeNeedToCollectInformationAboutALegalRepresentative" | "beforeSubmittingYourCapitalLoanApplication" | "belowTaxThreshold" | "benefactorDetails" | "benefactorsLegalName" | "beneficiary" | "beneficiaryGuideDescription" | "bic" | "bicSwift" | "birthCertificate" | "birthDate" | "branchCode" | "branchNumber" | "brokerStatements" | "browseFiles" | "bsbCode" | "bsbNumber" | "btwNummer" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "businessAccountTerms" | "businessDescription" | "businessDetails" | "businessEarningDetails" | "businessEntityDescription" | "businessEntityTitle" | "businessFinancing" | "businessIncorporationNumber" | "businessInformation" | "businessInvestorDetails" | "businessLegalName" | "businessName" | "businessName__helperText" | "businessNumber" | "businessRegistrationDocument__FR" | "businessRegistryStatement" | "businessSelection__failedToLoad" | "businessSelection__footer" | "businessSelection__footerButton" | "businessSelection__heading" | "businessSelection__invalidTin" | "businessSelection__tinVerificationFailure" | "businessSelection__tinVerificationFailureModalContent" | "businessSelection__tinVerificationFailureModalHeader" | "businessSelection__tinVerificationFailureModalPrimaryButton" | "businessSelection__tinVerificationFailureModalSecondaryButton" | "businessStructure" | "businessTrust" | "businessTrusteeDetails" | "byClickingSignIAcknowledgeAndAgree" | "byClickingSubmitReview" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "cadastroDePessoasFisicas" | "canNotCompleteInstantVerification" | "cantSetUpAcccount" | "capitalUserTerms" | "cardUserTerms" | "cashManagementTrust" | "CCIAA" | "certificateOfFormation" | "certificateOfIncorporation" | "certificateOfIncumbency" | "certificateOfInheritance" | "certificateOfVoterRegistration" | "chamberOfCommerceExtract" | "chamberOfCommerceRegistrationNumber" | "changeYourBusinessSetup" | "chargeCardUserAgreement" | "charitableTrust" | "charityNumber" | "charter" | "check" | "checkForTypos" | "chooseTheCorrectDetailsBeforeProceeding" | "chRegistrationNumber" | "city" | "cityTown" | "clearingCode" | "clearingNumber" | "codiceFiscale" | "codiceFiscalePartitaIVA" | "codNumericPersonal" | "codulDeIdentificareFiscala" | "commercialLicence" | "company" | "companyDetails" | "companyFinancialInformationFormDescription" | "companyFinancialInformationFormHeading" | "companyLegalName" | "companyName" | "companyNumber" | "companyNumberNZ" | "companyProfile" | "companyRegistrationDocument" | "companyRegistrationDocumentFormDescription" | "companyRegistrationDocumentFormHeading" | "companyRegistrationDocumentFormName" | "companyRegistrationNumber" | "companyRegistrationNumber__HK" | "companyStructure" | "companyStructureFormDescription" | "companyStructureFormName" | "companyTaxDocumentFormDescription" | "companyTaxDocumentFormHeading" | "companyTaxDocumentFormName" | "companyTrustee" | "companyTrusteeDetails" | "companyType" | "complete" | "completeAddingAccount" | "confirm" | "confirmPersonalInformation" | "constitutionalDocumentHeader" | "constitutionalDocumentHeaderDescription" | "constitutionalDocumentSoleProprietorshipHeaderDescription" | "constitutionalDocumentTrustHeaderDescription" | "contactDetails" | "containsNameOfCompany" | "continue" | "continueCompany" | "continueIndividual" | "contractSpecifyingDividends" | "contributionBelowThreshold" | "controllingPerson" | "controllingPersonDescription" | "controllingPersonGuideDescription" | "corporateUnitTrust" | "correctErrorsResubmit" | "couldNotCompleteAccountCheck" | "couldNotEstablishBankConnection" | "country" | "country__US__business" | "countryOfGoverningLaw" | "countryRegionOfEstablishment" | "countryWithoutVatOrGstSystem" | "courtOrder" | "cryptocurrencyExchange" | "cryptocurrencyIncome" | "cryptocurrencyProceedDetails" | "currency" | "currencyCode" | "currencyIsRequired" | "currencyPlaceholder" | "customerSupport" | "cyRegistrationNumber" | "dataMissingError" | "dataReviewNeeded" | "date" | "dateCannotBeInTheFuture" | "datedInTheLastXMonths" | "dateOfIncorporation" | "dateOfSale" | "dateOfSourceEvent" | "dateOfTotalAssetsCalculation" | "dateOfWinning" | "dateOnDocumentNoOlderThanXMonths" | "datePlaceholder" | "dbaName" | "deceased" | "deceasedEstate" | "decedentsName" | "decisionMaker" | "decisionMakerDescription" | "decisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "delete" | "deleteDocument" | "deleteIdDocument" | "deleteInvestorDetails" | "depositSlip" | "describeTheDecedent" | "describeWhoIsABeneficiaryInYourTrust" | "description" | "descriptionOfIntellectualProperty" | "descriptionOfProperty" | "descriptionOptional" | "descriptionUndefinedBeneficiary" | "detCentralePersonregister" | "detected" | "DIC" | "director" | "directorDescription" | "directorGuideDescription" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "dividendAmount" | "dni" | "documentAddressedToName" | "documentCannotBeDamaged" | "documentDeletedSuccessfully" | "documentIssuedByGovernmentAuthority" | "documentName" | "documentNotExpiredOrDamaged" | "documentRequirements" | "documents" | "documentShowsTaxIdOfCompany" | "documentType" | "documentUpload" | "documentUploadedSuccessfully" | "documentVerification" | "doesThisCompanyHaveLEI" | "doesYourCompanyHaveLEI" | "doingBusinessAs" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "donorsName" | "doNotHaveAbn" | "doNotHaveAcn" | "doNotHaveBusinessIncorporationNumber" | "doNotHaveBusinessNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveEIN" | "doNotHaveFirmenbuchnummer" | "doNotHaveHandelsregisternummer" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveNZBN" | "doNotHaveOrganisationsnummer" | "doNotHaveRegonKrsNumber" | "doNotHaveYTunnus" | "download" | "downloadACopy" | "downloadAsPdf" | "drivinglicenseBack" | "drivinglicenseFront" | "dropFileToUpload" | "duplicatedFiles" | "edit" | "editDetails" | "editEntityDetails" | "editEntityOwner" | "editOwnerOfTrustMember" | "editTrustMember" | "ein" | "einVerificationLetter" | "eInvoicingCode" | "email" | "employersName" | "enter1LetterAndThenNDigitsForExample" | "enter1LetterAndThenXToYDigitsForExample" | "enterAMaximumOfNCharactersForExample" | "enterAMaximumOfNCharactersWithAMixForExample" | "enterAMaximumOfNDigitsForExample" | "enterAMaximumOfNMoreDigitsForExample" | "enterEnglishLetterFollowedByXtoYDigitsForExample" | "enterLastNameExactlyAsAppearInID" | "enterLastNDigitsForExample" | "enterNameExactlyAsAppearInID" | "enterNCharactersForExample" | "enterNCharactersWithAMixForExample" | "enterNDigitsAndThen1LetterForExample" | "enterNDigitsForExample" | "enterNLetterPrefixOptionallyAndThenXToYDigitsForExample" | "enterNLettersAndThenXToYDigitsForExample" | "enterpriseNumber" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "enterTheDetailsYourself" | "enterTheRemainingNCharactersForExample" | "enterTheRemainingNDigitsForExample" | "enterTheRemainingNDigitsThenXToYLettersForExample" | "enterTheRemainingXToYCharactersForExample" | "enterTheRemainingXToYDigitsForExample" | "enterValid_" | "enterValidAccountDetails" | "enterXOrYCharactersForExample" | "enterXOrYDigitsForExample" | "enterXToYCharactersForExample" | "enterXToYCharactersWithAMixForExample" | "enterXToYDigitsForExample" | "entityEstablishingTrust" | "entityType" | "errorMessage_1_10" | "errorMessage_1_11" | "errorMessage_1_12" | "errorMessage_1_30" | "errorMessage_1_31" | "errorMessage_1_32" | "errorMessage_1_33" | "errorMessage_1_34" | "errorMessage_1_35" | "errorMessage_1_36" | "errorMessage_1_37" | "errorMessage_1_38" | "errorMessage_1_39" | "errorMessage_1_40" | "errorMessage_1_41" | "errorMessage_1_50" | "errorMessage_1_51" | "errorMessage_1_52" | "errorMessage_1_53" | "errorMessage_1_54" | "errorMessage_1_55" | "errorMessage_1_56" | "errorMessage_1_57" | "errorMessage_1_58" | "errorMessage_1_60" | "errorMessage_1_61" | "errorMessage_1_62" | "errorMessage_1_70" | "errorMessage_1_71" | "errorMessage_1_72" | "errorMessage_1_73" | "errorMessage_1_74" | "errorMessage_1_75" | "errorMessage_1_76" | "errorMessage_1_84" | "errorMessage_1_85" | "errorMessage_1_86" | "errorMessage_1_87" | "errorMessage_1_93" | "errorMessage_1_94" | "errorMessage_1_803" | "errorMessage_1_804" | "errorMessage_1_1000" | "errorMessage_1_1001" | "errorMessage_1_1002" | "errorMessage_1_1003" | "errorMessage_1_3000" | "errorMessage_1_3001" | "errorMessage_1_3002" | "errorMessage_1_3003" | "errorMessage_1_3004" | "errorMessage_1_3005" | "errorMessage_1_3006" | "errorMessage_1_3007" | "errorMessage_1_3008" | "errorMessage_1_3009" | "errorMessage_1_3010" | "errorMessage_1_3011" | "errorMessage_1_3012" | "errorMessage_1_3013" | "errorMessage_1_3014" | "errorMessage_1_3015" | "errorMessage_1_3016" | "errorMessage_1_3017" | "errorMessage_1_3018" | "errorMessage_1_3019" | "errorMessage_1_3020" | "errorMessage_1_3021" | "errorMessage_1_3022" | "errorMessage_1_3023" | "errorMessage_1_3024" | "errorMessage_1_3025" | "errorMessage_1_3026" | "errorMessage_1_3027" | "errorMessage_1_3028" | "errorMessage_1_3029" | "errorMessage_1_3030" | "errorMessage_1_3031" | "errorMessage_1_3032" | "errorMessage_1_3033" | "errorMessage_1_3034" | "errorMessage_1_3035" | "errorMessage_1_3036" | "errorMessage_1_3037" | "errorMessage_1_3038" | "errorMessage_1_3039" | "errorMessage_1_3040" | "errorMessage_1_3041" | "errorMessage_1_3042" | "errorMessage_1_3043" | "errorMessage_1_3044" | "errorMessage_1_3045" | "errorMessage_1_3046" | "errorMessage_1_3047" | "errorMessage_1_3048" | "errorMessage_1_3049" | "errorMessage_1_3050" | "errorMessage_1_3051" | "errorMessage_1_3052" | "errorMessage_1_3062" | "errorMessage_1_3072" | "errorMessage_1_3073" | "errorMessage_1_3083" | "errorMessage_1_5000" | "errorMessage_1_5001" | "errorMessage_1_5002" | "errorMessage_1_5003" | "errorMessage_1_5004" | "errorMessage_1_5005" | "errorMessage_1_5006" | "errorMessage_1_5007" | "errorMessage_1_5008" | "errorMessage_1_5009" | "errorMessage_1_5010" | "errorMessage_1_5011" | "errorMessage_1_5012" | "errorMessage_1_5013" | "errorMessage_1_5014" | "errorMessage_1_5015" | "errorMessage_1_5016" | "errorMessage_1_5017" | "errorMessage_1_5018" | "errorMessage_1_5019" | "errorMessage_1_5020" | "errorMessage_1_5021" | "errorMessage_1_5022" | "errorMessage_1_5023" | "errorMessage_1_5024" | "errorMessage_1_5025" | "errorMessage_1_5026" | "errorMessage_1_5027" | "errorMessage_1_5028" | "errorMessage_1_5029" | "errorMessage_1_5030" | "errorMessage_1_5031" | "errorMessage_1_5032" | "errorMessage_1_5033" | "errorMessage_1_5034" | "errorMessage_1_5035" | "errorMessage_1_5036" | "errorMessage_1_5037" | "errorMessage_1_5038" | "errorMessage_1_5039" | "errorMessage_1_5040" | "errorMessage_1_5041" | "errorMessage_1_5042" | "errorMessage_1_5043" | "errorMessage_1_5044" | "errorMessage_1_5045" | "errorMessage_1_5046" | "errorMessage_1_5047" | "errorMessage_1_5048" | "errorMessage_1_5049" | "errorMessage_1_5050" | "errorMessage_1_5051" | "errorMessage_1_5052" | "errorMessage_1_5053" | "errorMessage_1_5054" | "errorMessage_1_5055" | "errorMessage_1_5057" | "errorMessage_1_5067" | "errorMessage_1_6000" | "errorMessage_1_6001" | "errorMessage_1_6002" | "errorMessage_1_6003" | "errorMessage_1_6004" | "errorMessage_1_6005" | "errorMessage_1_6006" | "errorMessage_1_6007" | "errorMessage_1_6008" | "errorMessage_1_6009" | "errorMessage_1_6010" | "errorMessage_1_6011" | "errorMessage_1_6012" | "errorMessage_1_6013" | "errorMessage_1_6014" | "errorMessage_1_6015" | "errorMessage_1_6016" | "errorMessage_1_6017" | "errorMessage_1_6018" | "errorMessage_1_6019" | "errorMessage_1_6020" | "errorMessage_1_6021" | "errorMessage_1_6022" | "errorMessage_1_6023" | "errorMessage_1_6024" | "errorMessage_1_6025" | "errorMessage_1_6026" | "errorMessage_1_6027" | "errorMessage_1_6028" | "errorMessage_1_6029" | "errorMessage_1_6030" | "errorMessage_1_6031" | "errorMessage_1_6032" | "errorMessage_1_6033" | "errorMessage_1_6034" | "errorMessage_1_6035" | "errorMessage_1_6036" | "errorMessage_1_6037" | "errorMessage_1_6038" | "errorMessage_1_6039" | "errorMessage_1_6040" | "errorMessage_1_6041" | "errorMessage_1_6042" | "errorMessage_1_6044" | "errorMessage_1_6045" | "errorMessage_1_6046" | "errorMessage_1_6047" | "errorMessage_1_6048" | "errorMessage_1_6049" | "errorMessage_1_7000" | "errorMessage_1_7001" | "errorMessage_1_7002" | "errorMessage_1_7003" | "errorMessage_1_7004" | "errorMessage_1_7005" | "errorMessage_1_7006" | "errorMessage_1_7007" | "errorMessage_1_7008" | "errorMessage_1_7009" | "errorMessage_1_7010" | "errorMessage_1_7011" | "errorMessage_1_7012" | "errorMessage_1_7013" | "errorMessage_1_7014" | "errorMessage_1_7015" | "errorMessage_1_7016" | "errorMessage_1_7017" | "errorMessage_1_7018" | "errorMessage_1_7019" | "errorMessage_1_7020" | "errorMessage_1_7021" | "errorMessage_1_7022" | "errorMessage_1_8009" | "errorMessage_1_8010" | "errorMessage_1_8011" | "errorMessage_1_8012" | "errorMessage_1_8013" | "errorMessage_1_8014" | "errorMessage_1_8015" | "errorMessage_1_9009" | "errorMessage_1_9010" | "errorMessage_1_9011" | "errorMessage_1_9012" | "errorMessage_2_1101" | "errorMessage_2_1102" | "errorMessage_2_1103" | "errorMessage_2_1110" | "errorMessage_2_1111" | "errorMessage_2_1112" | "errorMessage_2_1113" | "errorMessage_2_8064" | "errorMessage_2_8067" | "errorMessage_2_8141" | "errorMessage_2_8162" | "errorMessage_2_8183" | "errorMessage_2_8189" | "errorMessage_2_8193" | "errorMessage_2_8196" | "errorMessage_2_8203" | "errorMessage_2_8204" | "errorMessage_2_8224" | "errorMessage_2_8225" | "errorMessage_2_8226" | "errorMessage_2_8227" | "errorMessage_2_8228" | "errorMessage_2_8229" | "errorMessage_2_8234" | "errorMessage_2_8236" | "errorMessage_2_8247" | "errorMessage_2_8248" | "errorMessage_2_8249" | "errorMessage_2_8250" | "errorMessage_3_10" | "errorUpdatingSourceOfFunds" | "estateAttorneysName" | "euVatNumber" | "exemptedFromTax" | "extractFromMunicipalPersonalRecordsDatabase" | "failedFetchingDecisionMaker" | "failedFetchingLegalRepresentative" | "failedInitializeInstantVerification" | "failedToDeletePayoutAccount" | "failedToDownloadAcceptedServiceAgreementDocument" | "failedToDownloadPci" | "failedToDownloadServiceAgreementDocument" | "failedToFetchAcceptedByName" | "failedToFetchPayoutAccount" | "failedToFetchRelevantDocuments" | "failedToFetchSoleProp" | "failedToFetchTrustDetails" | "failedToFetchTrustMemberDetails" | "failedToGetPciTemplate" | "failedToGetPciTemplateInSelectedLanguageFallbackToEn" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "failedToLoadBusinessLines" | "failedToRemoveDecisionMaker" | "failedToRemoveTrustMember" | "failedToUpdateDetails" | "familyTrust" | "fieldHasUnsupportedFormats" | "fieldIsRequired" | "fieldMustContainAtLeast" | "fileName" | "financialInformation" | "financialProductFundingSources" | "financialProductInformation" | "financialReportingDate" | "findYourIncorporatedAssociationNumberInThePublicRegistryForYourState" | "finish" | "finishLater" | "firmenbuchnummer" | "firstHomeSaverAccountsTrust" | "firstName" | "firstNameOfSettlor" | "fixedTrust" | "fixedUnitTrust" | "forExample_" | "formatIsCorrect" | "franchiseesTAndCs" | "frontPage" | "fullDocumentVisible" | "fullDocumentVisibleWithReadableText" | "fullLegalName" | "fundDepositAmount" | "fundDepositDate" | "fundingSources" | "fundTransferDate" | "gamblingWebsite" | "GEMI-number" | "getSetUpInstantly" | "gettingStarted" | "getYourBusinessVerifiedDetails" | "getYourVerifiedDetailsInstantly" | "giftOrDonationAgreement" | "giftOrDonationDetails" | "goBack" | "goBackAndProvideDocumentScans" | "good" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "governmentalOrganizationDescription" | "governmentalOrganizationTitle" | "governmentIssuedCorrespondence" | "grantOfProbate" | "grTaxId" | "gst" | "guardianshipCertificate" | "handelsregisternummer" | "hasBankStampOrBankSignature" | "hasDba" | "hasDba__helperText" | "hasToBeOfficialDocumentFromBank" | "helpUsVerifyCompany" | "hideDetails" | "highResolutionCheck" | "hkid" | "howDoesVerificationWithOurPartnerWorks" | "howVerificationWithOnfidoWork" | "howWouldYouLikeToSetUpYourAccount" | "howYourCustomersCanReachYou" | "huRegistrationNumber" | "huTaxId" | "hybridTrust" | "ibanFormat" | "ICO" | "idDocument" | "idDocumentAlreadyUploaded" | "identifikacionenNomerDDS" | "identifyVerification" | "identityCardBack" | "identityCardFront" | "identityNumberExempt" | "identityNumberExempt__CA" | "identityNumberExempt__US" | "idNumber" | "iDoNotHaveCompanyRegistrationNumber" | "iDoNotHaveGst" | "iDontHaveARegistrationNumber" | "iDontHaveATaxId" | "iDontHaveAVatNumber" | "iDontKnow" | "idUploadDocumentSubtitle" | "ifNoOwnersSpecifyControllingPersons" | "ifYouChooseToUseOnfido" | "iHaveReadAndIAcceptTheseTerms" | "imagesInColor" | "includeFrontAndBack" | "includesEIN" | "includesEvidenceOfTheIndividualsRole" | "includesLegalCompanyName" | "includesTheDirectorsFullName" | "incorporatedAssociationRegistrationNumber" | "individual" | "individualDetails" | "individualTrustee" | "individualTrusteeDetails" | "industryAndNaceCode" | "industryExemption" | "infoInUploadedDocumentIsTrue" | "informationCouldNotBeSubmitted" | "inheritanceAmount" | "inheritanceDetails" | "inheritanceReceivedOn" | "inReview" | "instant" | "instantIDVerificationDescription" | "instantlyAddAndVerifyABankAccount" | "instantlyConnectAndVerifyYourBankAccount" | "instantVerification" | "instantVerificationDescription" | "institutionNumber" | "internalCompanyDocument" | "inTheNextStepWellCollectInformation" | "inThePreviousStepOwnedByAnUltimateParentCompany" | "inThePreviousStepOwnedByAParentCompany" | "introductionScreenAccountDescriptionP1" | "introductionScreenAccountDescriptionP2" | "introductionScreenAccountTitle" | "introductionScreenCompanyDescriptionLI1" | "introductionScreenCompanyDescriptionP1" | "introductionScreenCompanyDescriptionP2" | "introductionScreenCompanyTitle" | "introductionScreenDecisionMakerDescriptionLI1" | "introductionScreenDecisionMakerDescriptionLI2" | "introductionScreenDecisionMakerDescriptionLI3" | "introductionScreenDecisionMakerDescriptionP1" | "introductionScreenDecisionMakerDescriptionP2" | "introductionScreenDecisionMakerTitle" | "introductionScreenEpilogueDescriptionP1" | "introductionScreenEpilogueDescriptionP2" | "introductionScreenEpilogueTitle" | "introductionScreenIndividualDescriptionLI1" | "introductionScreenIndividualDescriptionLI2" | "introductionScreenIndividualDescriptionLI3" | "introductionScreenIndividualDescriptionP1" | "introductionScreenIndividualDescriptionP2" | "introductionScreenIndividualTitle" | "introductionScreenPrologueDescriptionP1" | "introductionScreenPrologueDescriptionP2" | "introductionScreenPrologueTitle" | "introductionScreenSoleProprietorCompanyDescriptionLI1" | "introductionScreenSoleProprietorCompanyDescriptionP1" | "introductionScreenSoleProprietorCompanyDescriptionP2" | "introductionScreenSoleProprietorCompanyTitle" | "introductionScreenTrustDescriptionLI1" | "introductionScreenTrustDescriptionP1" | "introductionScreenTrustDescriptionP2" | "introductionScreenTrustMemberDescriptionLI1" | "introductionScreenTrustMemberDescriptionLI2" | "introductionScreenTrustMemberDescriptionLI3" | "introductionScreenTrustMemberDescriptionP1" | "introductionScreenTrustMemberDescriptionP2" | "introductionScreenTrustMemberTitle" | "introductionScreenTrustTitle" | "invalidCapabilities" | "invalidDateOfBirth" | "invalidDateOfIncorporation" | "invalidEmail" | "invalidFinancialReportingDate" | "invalidFormat" | "invalidFormatBankStatementDescription" | "invalidFormatExpects" | "invalidFormatForAuDriversLicenseCardNumber" | "invalidFormatForAuDriversLicenseNumber" | "invalidFormatForAuPassportNumber" | "invalidFormatForHKDriversLicenseNumber" | "invalidFormatForHKIdentityCardNumber" | "invalidFormatForHKPassportNumber" | "invalidFormatForNZDriversLicenseCardNumber" | "invalidFormatForNZDriversLicenseNumber" | "invalidFormatForNZPassportNumber" | "invalidFormatIdentityNumberBR" | "invalidFormatIdentityNumberCA" | "invalidFormatIdentityNumberDK" | "invalidFormatIdentityNumberES" | "invalidFormatIdentityNumberHK" | "invalidFormatIdentityNumberIT" | "invalidFormatIdentityNumberPL" | "invalidFormatIdentityNumberRO" | "invalidFormatIdentityNumberSE" | "invalidFormatIdentityNumberSG" | "invalidFormatIdentityNumberUS" | "invalidFormatIdentityNumberUS9" | "invalidInputError" | "invalidNumberOfEmployees" | "invalidPhoneNumber" | "investmentAmount" | "investmentCertificate" | "investor" | "investorContract" | "investorDetails" | "investorLocation" | "investorMemo" | "invoicesFromThe3MostRecentMonths" | "irdDocument" | "irdNumber" | "irsCP575" | "irsScheduleK1" | "isCompanyOwnedByAnotherCompany" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "isParentOwnedByAnotherCompany" | "issueDate" | "issueDateWithinTheLast3Months" | "issueDateWithinTheLast12Months" | "issuedByTheTaxAuthority" | "issuedOrSignedByALegalRepresentative" | "issuedWithinTheLast12Months" | "issuerState" | "issuingService" | "isThisAddressTheMainHeadquarters" | "isThisPersonANomineeDirector" | "isThisPersonANomineeShareholder" | "iStillCantFindIt" | "isTrustOperationAddressSame" | "isYourNameMissingFromSigners" | "itCanTakeUpTo" | "jobTitle" | "kaibemaksukohustuslaseNumber" | "krsNumber" | "last4DigitsOfSocialSecurityNumber" | "lastName" | "lastNameOfSettlor" | "latestTaxFiling" | "latestTaxReturn" | "learnMore" | "leave" | "leaveInstantVerification" | "leaveVerification" | "legalCompanyName" | "legalCompanyName__helperText" | "legalCompanyName__helperText__AU" | "legalCompanyName__helperText__HK" | "legalCompanyName__helperText__NL" | "legalCompanyName__helperText__PR" | "legalCompanyName__helperText__SG" | "legalCompanyName__helperText__US" | "legalCompanyName__helperText__US__business" | "legalCompanyName__US" | "legalEntityIdentifier" | "legalForm" | "legalInformation" | "legalInformationInsolvency" | "legalName" | "legalNameIsUsedToIdentifyABusinessWithTheGovernment" | "legalNameOfSoleProprietor" | "legalNameOfSoleProprietorship" | "legalOwnerOfProperty" | "legalProceedingsDate" | "legalRepresentative" | "legalRepresentativeDetails" | "legalRepresentativeFor" | "legalRepresentativeNeeded" | "lendersNameAndAddress" | "letterFromAccountant" | "letterFromAttorney" | "letterFromAttorneyInsurance" | "letterFromAttorneyOrNotary" | "letterFromInsurer" | "letterFromPreviousEmployer" | "letUsKnowTheBankAccountToSendReceiveFunds" | "licenceVersionNumber" | "licenseCardNumber" | "licenseNumber" | "liRegistrationNumber" | "listedPublicUnitTrust" | "listitemVoidedChequeBankLetterBankStatementOnline" | "loading" | "loanAgreement" | "loanApplication" | "loanDate" | "loans" | "loanStatement" | "localFormat" | "loginIntoYourBankingEnvironment" | "lookUpYourLEI" | "ltRegistrationNumber" | "luRegistrationNumber" | "lvRegistrationNumber" | "lvTaxId" | "madeAMistake" | "maintenanceModeMessage" | "makeSureToHaveYourTrustDeed" | "manualIDVerificationDescription" | "manuallyAddAccount" | "manuallyAddAccountQuestion" | "manuallyAddAccountSlower" | "manualUpload" | "manualVerificationDescription" | "maxFileSize" | "maxFileSizeOnly" | "maximumFileSizeExceeded" | "mayTakeAFewDays" | "MBS" | "mcRegistrationNumber" | "mcRegistrationNumberSoleProp" | "meetingRecords" | "Mehrwertsteuernummer" | "memberDetails" | "missingCompanyDetails" | "missingMultipleDecisionMakers" | "missingPhoneCountryCode" | "missingRequiredDecisionMakers" | "missingRequiredTrustMembers" | "momsregistreringsnummer" | "momsregistreringsnummerCVR" | "mortgageStatement" | "mvanummer" | "myinfoBusinessDetailsRetrieved" | "myInfoBusinessYouCanGetVerifiedDetails" | "myinfoDetailsRetrieved" | "myInfoYouCanGetVerifiedDetails" | "nameAddressSignatureOfAllInvestors" | "nameMustContainLetters" | "nameOfCasinoLottery" | "nameOfTheCoins" | "nameOfTheCryptocurrencyExchange" | "nameOfTrust" | "nameOfTrustAgreement" | "namesOfInvolvedParties" | "namesOfLandlordAndTenant" | "nationalInsuranceNumber" | "nationality" | "naturalPersonDescription" | "naturalPersonTitle" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "netProceedAmount" | "newEntityAlwaysEmpty" | "next" | "nie" | "NIF" | "NIFdeIVA" | "NIP" | "NIPC" | "no" | "noCategoriesAvailable" | "noGlare" | "noGoBack" | "noIdontKnow" | "noIssuesFound" | "nominee" | "noneOfTheAbove" | "nonProfitOrCharitableOrgDescription" | "nonProfitOrCharitableOrgTitle" | "noOptionsFound" | "notarizedStatement" | "notBlurry" | "notCutOff" | "notExpired" | "nothingNeedsToBeSigned" | "nric" | "numarOrdineRegistrulComertului" | "numberOfEmployees" | "numerodeIVA" | "NumeroDeTVA" | "numeroDIdentificationALATaxe" | "NZBN" | "NZBN/NCN" | "objectOfCharitableTrust" | "objectOfTrust" | "oib" | "onboardingRedirectAwaitingCtaButton" | "onboardingRedirectAwaitingDescriptionP1" | "onboardingRedirectInReviewCtaButton" | "onboardingRedirectInReviewDescriptionP1" | "onboardingRedirectLinkError" | "onboardingRedirectOpenError" | "onboardingRedirectRejectedDescriptionP1" | "onboardingRedirectUnsuccessfulCtaButton" | "onboardingRedirectUnsuccessfulDescriptionP1" | "onboardingRedirectVerifiedDescriptionP1" | "onfidoIsOurTrustedPartner" | "onfidoPrivacyPolicy" | "onfidoTermsOfService" | "onfidoWillGiveFeedbackInRealTime" | "operationalAddress" | "operationalAddressHeader" | "operationalAddressIsNotSameItemName" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "optional" | "organisasjonsnummer" | "organisationsnummer" | "organization" | "original" | "originatorType" | "orSoleProprietorshipName" | "otherAddressInformation" | "otherBusinessInformation" | "otherInformation" | "otherLegalMeasures" | "otherTrust" | "ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations" | "owner" | "ownerDescription" | "ownerGuideDescription" | "ownershipStructure" | "parentCompany" | "parentCompanyInformation" | "partitaIVA" | "partnership" | "partnerShipAgreement" | "partnershipIncorporatedDescription" | "partnershipOrAssociation" | "partnershipUnincorporatedDescription" | "passportExpiryDate" | "passportNumber" | "passportPhotoPage" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "patriotActDisclosureTitle" | "payinAccount" | "payinAccountsDescription" | "payinDetails" | "paymentProcessingTerms" | "paymentService" | "payoutAccount" | "payoutAccountsDescription" | "payoutAccountsDescriptionReview" | "payoutDetails" | "payoutIn_Or_" | "payoutInOnly_" | "payslips" | "pccr" | "pciDoesNotNeedSigningOrHasBeenSigned" | "pciDssQuestionnaire" | "pciSignedSuccessfully" | "pciSignFailed" | "PDVIdBrojOIB" | "pendingCapabilities" | "pendingStatusError" | "pensionPaymentAmount" | "pensionPaymentAmountOrTotalValue" | "pensionSlip" | "pensionStatement" | "personalDetails" | "personalIdentityDetails" | "personalIdentityDetailsDescription" | "personAppointmentUnderTrustInstrument" | "personnummer" | "peselNumber" | "phoneNumber" | "phoneNumber__placeholder__AL" | "phoneNumber__placeholder__AS" | "phoneNumber__placeholder__NL" | "phoneNumber__placeholder__SG" | "phoneNumber__placeholder__US" | "pleaseEnsureTheFollowing" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "pleaseEnterAValidAmount" | "pleaseEnterAValidNumber" | "pleaseEnterAValidWholeNumber" | "pleaseFillInAllFields" | "pleaseNote" | "pleaseProvideThePurposeOfCharitableTrust" | "poBox" | "pooledSuperannuationTrust" | "postalCode" | "poweredBy" | "previous" | "previousEmployersName" | "principalAmount" | "principalPlaceOfBusiness" | "principalPlaceOfBusinessDescription" | "privateCompanyDescription" | "privateCompanyTitle" | "professionalServiceProvider" | "proofOfAnnualTurnoverAmount" | "proofOfNationalId" | "proofOfOwnership" | "proofOfOwnershipRent" | "proofOfResidenceDocumentTypeLabel" | "proofOfWalletOwnership" | "proofOfWinnings" | "propertyAddress" | "protector" | "protectorGuideDescription" | "provideAllBeneficiaries" | "provideAllDirectors" | "provideAllOwners" | "provideAllTrustees" | "provideAtLeastOneProtector" | "provideAtLeastOneSettlor" | "provideAtLeastOneSignatory" | "provideFewDetailsAboutYourself" | "provideMostRecentYearAvailable" | "provideOneControllingPerson" | "providePageWithPhotoAndCode" | "providePersonalAddress" | "providePersonalDetailsOfOwner" | "provinceOrTerritory" | "publicCompanyDescription" | "publicCompanyTitle" | "publicTradingTrust" | "purposeOfLoan" | "PVMmoketojoKodas" | "quickAndSecureIdentityVerification" | "ranIntoTechnicalError" | "reason" | "reasonForFillingCompanyAddressDetails" | "reasonForFillingCompanyRegistrationDetails" | "reasonForFillingIndividualAddressDetails" | "reasonForFillingIndividualPersonalDetails" | "reasonForFillingPayoutDetails" | "recentInvoices" | "region" | "registeredAddress" | "registeredAddressHeaderDescription" | "registeredAddressHeaderDescription__NL" | "registeredAddressHeaderDescription__PR" | "registeredAddressHeaderDescription__US" | "registeredAddressTrustHeaderDescription" | "registeredBusinessAddress" | "registeredBusinessAddressDescription" | "registeredBusinessAddressDescription__withCountry" | "registeredBusinessAddressDescription__withCountry__commonNoun" | "registrationAddress" | "registrationDetails" | "registrationNumber" | "registrationNumber__helperText__US" | "registrationNumber__nonProfit__FR" | "registrationNumber__US" | "registrikood" | "regon" | "regonKrsNumber" | "relationship" | "relationshipTo" | "remediationFormErrorMessage" | "remediationMessage_1_100" | "remediationMessage_1_101" | "remediationMessage_1_102" | "remediationMessage_1_300" | "remediationMessage_1_301" | "remediationMessage_1_302" | "remediationMessage_1_303" | "remediationMessage_1_304" | "remediationMessage_1_305" | "remediationMessage_1_306" | "remediationMessage_1_307" | "remediationMessage_1_308" | "remediationMessage_1_309" | "remediationMessage_1_316" | "remediationMessage_1_319" | "remediationMessage_1_320" | "remediationMessage_1_500" | "remediationMessage_1_501" | "remediationMessage_1_502" | "remediationMessage_1_503" | "remediationMessage_1_504" | "remediationMessage_1_505" | "remediationMessage_1_506" | "remediationMessage_1_507" | "remediationMessage_1_508" | "remediationMessage_1_509" | "remediationMessage_1_510" | "remediationMessage_1_511" | "remediationMessage_1_512" | "remediationMessage_1_513" | "remediationMessage_1_519" | "remediationMessage_1_521" | "remediationMessage_1_600" | "remediationMessage_1_601" | "remediationMessage_1_602" | "remediationMessage_1_603" | "remediationMessage_1_700" | "remediationMessage_1_701" | "remediationMessage_1_702" | "remediationMessage_1_703" | "remediationMessage_1_704" | "remediationMessage_1_705" | "remediationMessage_1_803" | "remediationMessage_1_804" | "remediationMessage_1_805" | "remediationMessage_2_123" | "remediationMessage_2_124" | "remediationMessage_2_151" | "remediationMessage_2_158" | "remediationMessage_2_178" | "remediationMessage_2_184" | "remediationMessage_2_185" | "remediationMessage_2_188" | "remediationMessage_2_214" | "remediationMessage_2_222" | "remediationMessage_2_223" | "remediationMessage_2_234" | "remediationMessage_2_235" | "remediationMessage_2_236" | "remediationMessage_2_237" | "remediationMessage_3_100" | "remove" | "removeDecisionMaker" | "removeTrustMember" | "removing" | "rentalAgreementOrLease" | "rentAmount" | "reportedDividendAmount" | "reportedValue" | "reportingCurrency" | "requirements" | "requiresDecisionMakers" | "requiresSignatory" | "residencePermitBack" | "residencePermitFront" | "residencyCountry" | "residentialAddress" | "residentialAddressDescription" | "retrieveMyInfo" | "retrieveMyInfoBusiness" | "retrieveMyinfoBusinessWith" | "retrieveMyinfoWith" | "returnToTaskList" | "reviewTheInformationBelowAndCorrectMistakesOr" | "RfcDocument" | "rnaNumber" | "role" | "roleAndEntityType" | "rootLegalEntityIsEmpty" | "routingNumber" | "routingNumberVisible" | "royaltyAgreement" | "royaltyAmount" | "salarySlip" | "saleAmount" | "saleContract" | "sameAsRegisteredAddress" | "sameNameAsLegalName" | "save" | "saveAndGoToOverview" | "screenshotOfOnlineBankingEnviroment" | "searchAddress" | "secForm10k" | "secretaryOfStateFiling" | "secretaryOfStateFiling__PR" | "secretaryOfStateRegDoc" | "secretaryOfStateRegDoc__PR" | "securelyUseYourBanksWebsite" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectASourceOfFunding" | "selectCountryRegion" | "selectDocument" | "selectDocumentType" | "selectOne" | "selectProvinceOrTerritory" | "selectSigner" | "selectState" | "selectTheApplicableRoles" | "selectTheBankToReceivePayouts" | "serviceAgreements" | "serviceAgreementSignedAndDated" | "serviceAgreementSignedSuccessfully" | "serviceAgreementSignFailed" | "sessionTimeout" | "settlor" | "settlorExemptionReason" | "settlorGuideDescription" | "setUpYourAccount" | "shareholderDocument" | "showAddressStateCountry" | "showDetails" | "showOnMap" | "showsCountryOfBankAccount" | "showsTheNameOfTheCoins" | "showsTheNameOfTheCryptocurrencyExchange" | "showsYourBusinessName" | "sign" | "signAndContinue" | "signatory" | "signatoryDescription" | "signatoryGuideDescription" | "signatureAndDateWithinTheLast12Months" | "signed" | "signedByOn" | "signedCopyOfTheWill" | "signer" | "signServiceAgreement" | "SINFormatCA" | "singingUpAsCompanyButLooksLikeYouAreAnIndividual" | "singingUpAsIndividualButLooksLikeYouAreACompany" | "siRegistrationNumber" | "siret" | "siTaxId" | "skRegistrationNumber" | "skTaxId" | "socialInsuranceNumber" | "socialSecurityNumber" | "socialSecurityNumber__placeholder" | "sofTypeAdyenLabel" | "sofTypeAssetsaleLabel" | "sofTypeBusinessLabel" | "sofTypeCryptocurrencyincomeLabel" | "sofTypeDividendincomeLabel" | "sofTypeDonationsLabel" | "sofTypeEmploymentLabel" | "sofTypeFinancialaidLabel" | "sofTypeGamblingwinningsLabel" | "sofTypeInheritanceLabel" | "sofTypeInsurancesettlementLabel" | "sofTypeLoansLabel" | "sofTypePensionincomeLabel" | "sofTypeRentalincomeLabel" | "sofTypeRoyaltyincomeLabel" | "sofTypeThirdpartyfundingLabel" | "solePropDetails" | "soleProprietorDetails" | "soleProprietorship" | "soleProprietorshipDetails" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "someInformationWillNotBeSaved" | "sorryAnErrorOccurred" | "sorryWeCantSetUpAnAccountForYou" | "sortCode" | "sourceOfFunds" | "SSM" | "ssn" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SST" | "stamregister" | "start" | "startANewSessionFromTheSamePlaceYouOriginallyAccessed" | "startTypingTheAddress" | "state" | "stateIssuedProofOfIdentityCard" | "stateOrProvince" | "stateOrProvince__placeHolder" | "stateOrProvince__placeHolder__US" | "stateOrProvince__US__business" | "status" | "stepsX/YofForm" | "stockExchangeInformation" | "stockExchangeMIC" | "stockISIN" | "stockISINHelper" | "stockTickerSymbol" | "street" | "submitFailed" | "submitIdDocumentsAgain" | "submitReview" | "submitReviewOfYourData" | "submitSuccessful" | "successFullyRemovedDecisionMaker" | "successFullyRemovedTrustMember" | "successfullyUpdatedDetails" | "summaryLegalCaption" | "summaryTaxExemptionLegalCaption_1" | "summaryTaxExemptionLegalCaption_2" | "summaryTaxExemptionLegalCaption_3" | "summaryTaxExemptionLegalCaptionTitle" | "supportedFileTypes" | "supportingDocuments" | "swiftCode" | "task" | "taxationDocument" | "taxDeclaration" | "taxDeclarationProperty" | "taxDocument" | "taxDocuments" | "taxFiling" | "taxFiling__US" | "taxId" | "taxIdAbsenceReason" | "taxIdentificationNumber" | "taxIdNumber" | "taxInformationNumber" | "taxInformationNumber__helperText__US" | "taxInformationNumber__HK" | "taxInformationNumber__placeHolder__US" | "taxInformationNumber__US" | "taxpayerReferenceNumber" | "taxReferenceNumber" | "tellUsMoreAboutTheCryptocurrency" | "tellUsMoreAboutTheGiftOrDonationProceeds" | "tellUsMoreAboutTheInheritanceProceeds" | "tellUsMoreAboutTheInvestors" | "tellUsMoreAboutThePreviousBusinessEarnings" | "tellUsMoreAboutThisSource" | "termLengthAndDividendYield" | "textToVerifyAccount" | "the7CharacterIdentifierAssignedToThis" | "theBankAccountHolderMustBeInYourName_" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theBrokerageName" | "theBusinessName" | "theCityAndCountryRegion" | "theIdCheckWillBeAutomaticallyValidated" | "thenResubmit" | "thereAreDifferencesBetweenYourEntryAndWhatWeDetectedInYourIdDocument" | "thereAreNoSigners" | "thereWasAnErrorTryAgain" | "thisCompanyDoesntHaveAnSDI" | "thisIsMyBusiness" | "thisMeansYouHaveAnUltimateParentCompany" | "thisMeansYouHaveAParentCompany" | "thisPageIsNowInactive" | "thisSessionWillExpireIn" | "titleDeed" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "toggleAssociationMenu" | "tooManyFiles" | "toProtectYourInformationThisSessionHasExpired" | "totalAssets" | "totalAssetsHelper" | "totalSettlementAmount" | "tradingName" | "transactionStatement" | "transferInstrumentDeleted" | "transferInstrumentLimitHasAlreadyBeenMet" | "transitNumber" | "trust" | "trustDeed" | "trustDetails" | "trustDetailsDescription" | "trustee" | "trusteeAsTrusteeForTrust" | "trusteeAsTrusteeForTrustDoingBusinessAs" | "trusteeGuideDescription" | "trusteePersonalDetails" | "trustInstrument" | "trustMembers" | "trustMembersDescription" | "trustPartnershipOrAssociation" | "trustType" | "tryAgainOrContinueEnteringTheDetailsYourself" | "tryAgainOrManualAccountDetails" | "typeOfCompany" | "typeOfIdentity" | "typeOfIdentitySubtitle" | "typeOfTrustAgreement" | "uboThroughControlGuideDescription" | "uboThroughOwnershipGuideDescription" | "uen" | "ultimateParentCompany" | "ultimateParentCompanyInformation" | "unableToDeleteDocument" | "unableToUploadDocument" | "unableToVerifyTheIdNumber" | "undefinedBeneficiary" | "undefinedBeneficiaryDescription" | "underJudicialAdministration" | "undoWithTimer" | "unfortunatelyAnInstantProvider" | "uniqueIdentificationCode" | "unknown" | "unlistedPublicUnitTrust" | "unsuccessful" | "unsupportedFiletype" | "update" | "updateTheInformation" | "uploadABankStatement" | "uploadADocument" | "uploadASupportingDocument" | "uploadDocumentForNric" | "uploadedOn" | "uploadOneOfTheseDocuments" | "uploadTheFollowingDocuments" | "uploadYourOrganizationProofOfDirector" | "upToFiles" | "usePhoneToScanId" | "useSelectedInformation" | "UST-ID" | "USt-IdNr" | "utilityBill" | "validation8Or11Characters" | "validationCharacters" | "validationDigits" | "validationDigitsBetween" | "validationPleaseEnterAValidBusinessRegistrationNumberWithFormat" | "validationPleaseEnterAValidEINWithFormat" | "validationPleaseEnterAValidIban" | "validationPleaseEnterAValidIdNumberWithFormat" | "validationPleaseEnterAValidIRDNumber" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidRegistrationNumber" | "validationPleaseEnterAValidRegistrationNumberWithFormat" | "validationPleaseEnterAValidStockISIN" | "validationPleaseEnterAValidTaxIdNumber" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidUrl" | "validationPleaseEnterAValidVatNumber" | "validationPleaseEnterAValidVatNumberWithFormat" | "vatAbsenceReason" | "vatNumber" | "vatNummerMomsregistreringsnummerOrMomsnummer" | "vatRegistrationNumber" | "verificationErrorMessage" | "verificationMethod" | "verified" | "verifiedInformation" | "verify" | "verifyIndividualIdentity" | "verifyViaMobileBankingAppOrWebsite" | "verifyWith" | "weAccept" | "website" | "weCouldNotReachOnfido" | "weCouldntCompleteTheAccountCheck" | "weCouldntConnectToMyinfo" | "weCouldntConnectToMyinfoBusiness" | "weDoNotYetSupportInstantVerificationForBankAccountsIn_" | "weFoundTheFollowingIssues" | "weNeedAnOfficialDocument" | "weNeedMoreInformationAboutTheIndividual" | "weNeedProofOfFunding" | "weNeedProofOfFundingPlural" | "weSelectedSomeRolesBasedOnMyinfoBusinessDataAboutYourCompanysAppointmentHoldersAndShareholders" | "whatBestDescribesYourBusinessSetup" | "whatCountryOrRegionIsTheBenefactorLocated" | "whatCountryOrRegionIsThisPersonLocated" | "whatFinancialProductIsThisFor" | "whatIsTheDifferenceBetweenTheseRoles" | "whatTypeOfCompanyDoYouHave" | "whatTypeOfTrusteeAreYou" | "whatTypeOfYourMembersEntity" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "whereToFindNumbersOnDriversLicense__NZ" | "whichLegalArrangementDoesYourBusinessHave" | "whichOfTheseApplyToTheSettlor" | "whichTypeOfIdNumberDoYouHave" | "whichTypeOfRegistrationNumberDoYouHave" | "whichTypeOfTaxIdNumberDoYouHave" | "whyDoINeedToFillInThisInformation" | "winLossStatement" | "winningProceedAmount" | "winReport" | "wouldYouLikeToSignUpAsCompanyInstead" | "wouldYouLikeToSignUpAsIndividualInstead" | "xCharactersLeft" | "xMinutes" | "xMinutesAndYSeconds" | "XOfYSteps" | "xSeconds" | "yes" | "yesAddManually" | "yesChange" | "yesContinue" | "youAlsoHaveToUploadSomeSupportingDocuments" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfPartnershipOrAssociation" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation" | "youAreNotSoleProprietorAndUseBankAccount" | "youAreRegisteredSoleProprietorAndUseBankAccount" | "youAreTrusteeManagingTheTrustForBeneficiaries" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYouLive" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYourCompanyIsRegistered" | "youHaveSuccessfullyProvidedTheIdDocument" | "youMustXYearsOldToContinue" | "yourAssociationIsRegisteredItWasSetUpForNonCommercialPurpose" | "yourBankWillConfirmYourAccountDetails" | "yourBusiness" | "yourBusinessInformation" | "yourBusinessIsRegisteredAsASeparateLegalEntityFromItsOwners" | "yourBusinessName" | "yourBusinesssDetailsArePreFilledInTheRelevantSections" | "yourBusinessSetup" | "yourDetailsArePreFilledInTheRelevantSections" | "yourFullName" | "yourIbanShouldBeginWith_" | "yourLoanApplicationHasBeenReceived" | "yourName" | "yourRelationshipToThisPerson" | "youSuccessfullyVerifiedAccount" | "YTunnus" | "zentralesVereinsregisterId" | "zipCode";
18
+ export declare const getEntityStatusRuleDescription: (country: CountryCode, currentTask: TaskTypes, entityLabel: TrustMemberGuidanceLabel | DecisionMakerType) => "number" | "search" | "aTrust" | "partnershipIncorporated" | "partnershipUnincorporated" | "associationIncorporated" | "myName" | "mySoleProprietorName" | "theCompanyIWorkFor" | "address" | "code" | "progress" | "select" | "summary" | "cancel" | "close" | "submit" | "id" | "iban" | "rejected" | "processing" | "individual" | "organization" | "trust" | "soleProprietorship" | "and" | "CNPJ" | "CVR-nummer" | "guardian" | "MBO" | "parent" | "RFC" | "1Minute" | "1Second" | "accept" | "acceptedDocumentsForGovernment" | "acceptedDocumentsForNonProfit" | "acceptedDocumentsForPartnerships" | "acceptedDocumentsForPrivateCompanies" | "acceptedDocumentsForPublicCompanies" | "accountCantBeSetUp" | "accountDetailsDescription" | "accountHolder" | "accountHolderTerms" | "accountName" | "accountNumber" | "accountNumberFullOrPartialVisible" | "accountNumberOrIbanVisible" | "accountNumberVisible" | "accountVerification" | "acknowledgePciRequirements" | "actionNeeded" | "add" | "addABankAccountForPayouts" | "addAccountWith" | "addAllSourcesOfFundsBeingUsed" | "addBankAccount" | "addBankDetails" | "addDecisionMaker" | "addDetailsManually" | "addDetailsManuallyQuestion" | "addDetailsWith" | "addDocument" | "addEntityOwner" | "addExtraBankAccount" | "addExtraPayinAccount" | "addExtraPayoutAccount" | "addingAndVerifiyingABankAccount" | "addInvestor" | "additionalInformation" | "additionalInformationFormHeading" | "additionalInformationFormName" | "additionalPersonalDetails" | "addManually" | "addMissingBankDetails" | "addOwnerToTrustMember" | "addPayoutAccount" | "address__placeHolder" | "addresses" | "addressPoBoxError" | "addressRegisteredWithSecretaryOfState" | "addTrustMember" | "addYourselfAsSigner" | "adoptionCertificate" | "adyen" | "adyenKeepsDataAsLongAsLegallyRequired" | "adyenWillOnlyGetTemporaryAccess" | "agreementPeriod" | "aLegalRepresentativeIsRequired" | "aLetterFromYourBank" | "allCapabilitiesValid" | "allPayslipsFrom3MostRecentMonths" | "allStatementsFrom3MostRecentMonths" | "amount" | "amountIsRequired" | "amountWon" | "anAssociation" | "andResubmit" | "anLEIIsAUniqueCode" | "annualReport" | "annualStatements" | "annualTurnover" | "annualTurnoverHelper" | "annualTurnoverValue" | "aNomineeDirectorIsAppointed" | "aNomineeShareholderHoldsShares" | "anyInformationFromTheUploadedDocumentWillBeLost" | "anyInformationTakenFromThisDocument" | "apartmentSuite" | "apartmentSuiteOther" | "applicationSubmittedSuccessfully" | "areYouACompany" | "areYouAnIndividual" | "areYouSureYouWantToDeleteThisBankAccount" | "areYouSureYouWantToDeleteThisDocument" | "areYouSureYouWantToDeleteThisInvestorDetails" | "arithmosEngraphes" | "articlesOfIncorporation" | "arvonlisaveronumeroMervardesskattenummer" | "association" | "associationIncorporatedDescription" | "australianBusinessNumberAbn" | "australianBusinessNumberAcn" | "back" | "backPage" | "backToTaskList" | "bankAccount" | "bankAccountCountryRegion" | "bankAccountDetails" | "bankAccountFormat" | "bankAccountHasToBeInYourCompanyName" | "bankAccountHasToBeInYourName" | "bankAccountNameIndividual" | "bankAccountNameOrganization" | "bankAccountNameWithSoleProprietor" | "bankAccountNameWithTrust" | "bankAccountNameWithTrust_US" | "bankAccountNeeded" | "bankAccountNumber" | "bankAccountToHaveSameNameAsTrust" | "bankAccountVerification" | "bankCityTown" | "bankCode" | "bankCountry" | "bankDetails" | "bankDocument" | "bankDocumentDescription" | "bankDocumentFileDescription" | "bankDocumentHeader" | "bankDocumentHeaderOptional" | "bankingService" | "bankName" | "bankruptcyInsolvency" | "banksLogoAndName" | "bankStatement" | "bankStatementAlreadyUploaded" | "bankStatementDocument" | "bankStatementIndividualDescription" | "bankStatementNonIndividualDescription" | "bankStatements" | "basedOnTheAboveSignatory" | "basicCompanyInformation" | "basicInformation" | "basicInformationFormDescription" | "basicInformationFormDescriptionLink" | "basicInformationFormHeading" | "basicInformationFormName" | "becauseYoureUnderXWeNeedToCollectInformationAboutALegalRepresentative" | "beforeSubmittingYourCapitalLoanApplication" | "belowTaxThreshold" | "benefactorDetails" | "benefactorsLegalName" | "beneficiary" | "beneficiaryGuideDescription" | "bic" | "bicSwift" | "birthCertificate" | "birthDate" | "branchCode" | "branchNumber" | "brokerStatements" | "browseFiles" | "bsbCode" | "bsbNumber" | "btwNummer" | "businessAccountDetailsDescription" | "businessAccountDetailsDescriptionReview" | "businessAccountTerms" | "businessDescription" | "businessDetails" | "businessEarningDetails" | "businessEntityDescription" | "businessEntityTitle" | "businessFinancing" | "businessIncorporationNumber" | "businessInformation" | "businessInvestorDetails" | "businessLegalName" | "businessName" | "businessName__helperText" | "businessNumber" | "businessRegistrationDocument__FR" | "businessRegistryStatement" | "businessSelection__failedToLoad" | "businessSelection__footer" | "businessSelection__footerButton" | "businessSelection__heading" | "businessSelection__invalidTin" | "businessSelection__tinVerificationFailure" | "businessSelection__tinVerificationFailureModalContent" | "businessSelection__tinVerificationFailureModalHeader" | "businessSelection__tinVerificationFailureModalPrimaryButton" | "businessSelection__tinVerificationFailureModalSecondaryButton" | "businessStructure" | "businessTrust" | "businessTrusteeDetails" | "byClickingSignIAcknowledgeAndAgree" | "byClickingSubmitReview" | "byProceedingToTheNextStepYouConfirmThatYouHaveReadUnderstandAndAcceptTheTerms" | "cadastroDePessoasFisicas" | "canNotCompleteInstantVerification" | "cantSetUpAcccount" | "capitalUserTerms" | "cardUserTerms" | "cashManagementTrust" | "CCIAA" | "certificateOfFormation" | "certificateOfIncorporation" | "certificateOfIncumbency" | "certificateOfInheritance" | "certificateOfVoterRegistration" | "chamberOfCommerceExtract" | "chamberOfCommerceRegistrationNumber" | "changeYourBusinessSetup" | "chargeCardUserAgreement" | "charitableTrust" | "charityNumber" | "charter" | "check" | "checkForTypos" | "chooseTheCorrectDetailsBeforeProceeding" | "chRegistrationNumber" | "city" | "cityTown" | "clearingCode" | "clearingNumber" | "codiceFiscale" | "codiceFiscalePartitaIVA" | "codNumericPersonal" | "codulDeIdentificareFiscala" | "commercialLicence" | "company" | "companyDetails" | "companyFinancialInformationFormDescription" | "companyFinancialInformationFormHeading" | "companyLegalName" | "companyName" | "companyNumber" | "companyNumberNZ" | "companyProfile" | "companyRegistrationDocument" | "companyRegistrationDocumentFormDescription" | "companyRegistrationDocumentFormHeading" | "companyRegistrationDocumentFormName" | "companyRegistrationNumber" | "companyRegistrationNumber__HK" | "companyStructure" | "companyStructureFormDescription" | "companyStructureFormName" | "companyTaxDocumentFormDescription" | "companyTaxDocumentFormHeading" | "companyTaxDocumentFormName" | "companyTrustee" | "companyTrusteeDetails" | "companyType" | "complete" | "completeAddingAccount" | "confirm" | "confirmPersonalInformation" | "constitutionalDocument" | "constitutionalDocumentHeader" | "constitutionalDocumentHeaderDescription" | "constitutionalDocumentSoleProprietorshipHeaderDescription" | "constitutionalDocumentTrustHeaderDescription" | "contactDetails" | "containsNameOfCompany" | "continue" | "continueCompany" | "continueIndividual" | "contractSpecifyingDividends" | "contributionBelowThreshold" | "controllingPerson" | "controllingPersonDescription" | "controllingPersonGuideDescription" | "corporateUnitTrust" | "correctErrorsResubmit" | "couldNotCompleteAccountCheck" | "couldNotEstablishBankConnection" | "country" | "country__US__business" | "countryOfGoverningLaw" | "countryRegionOfEstablishment" | "countryWithoutVatOrGstSystem" | "courtOrder" | "cryptocurrencyExchange" | "cryptocurrencyIncome" | "cryptocurrencyProceedDetails" | "currency" | "currencyCode" | "currencyIsRequired" | "currencyPlaceholder" | "customerSupport" | "cyRegistrationNumber" | "dataMissingError" | "dataReviewNeeded" | "date" | "dateCannotBeInTheFuture" | "datedInTheLastXMonths" | "dateOfIncorporation" | "dateOfSale" | "dateOfSourceEvent" | "dateOfTotalAssetsCalculation" | "dateOfWinning" | "dateOnDocumentNoOlderThanXMonths" | "datePlaceholder" | "dbaName" | "deceased" | "deceasedEstate" | "decedentsName" | "decisionMaker" | "decisionMakerDescription" | "decisionMakers" | "definedBeneficiary" | "definedBeneficiaryDescription" | "delete" | "deleteDocument" | "deleteIdDocument" | "deleteInvestorDetails" | "depositSlip" | "describeTheDecedent" | "describeWhoIsABeneficiaryInYourTrust" | "description" | "descriptionOfIntellectualProperty" | "descriptionOfProperty" | "descriptionOptional" | "descriptionUndefinedBeneficiary" | "detCentralePersonregister" | "detected" | "DIC" | "director" | "directorDescription" | "directorGuideDescription" | "discretionaryInvestmentTrust" | "discretionaryServicesManagementTrust" | "discretionaryTradingTrust" | "discretionaryTrust" | "dividendAmount" | "dni" | "documentAddressedToName" | "documentCannotBeDamaged" | "documentDeletedSuccessfully" | "documentIssuedByGovernmentAuthority" | "documentName" | "documentNotExpiredOrDamaged" | "documentRequirements" | "documents" | "documentShowsTaxIdOfCompany" | "documentType" | "documentUpload" | "documentUploadedSuccessfully" | "documentVerification" | "doesThisCompanyHaveLEI" | "doesYourCompanyHaveLEI" | "doingBusinessAs" | "doingBusinessAsNameFiling" | "doingBusinessAsNameFiling__FR" | "doingBusinessAsNameFiling__US" | "donorsName" | "doNotHaveAbn" | "doNotHaveAcn" | "doNotHaveBusinessIncorporationNumber" | "doNotHaveBusinessNumber" | "doNotHaveChRegistrationNumber" | "doNotHaveEIN" | "doNotHaveFirmenbuchnummer" | "doNotHaveHandelsregisternummer" | "doNotHaveLtRegistrationNumber" | "doNotHaveLuRegistrationNumber" | "doNotHaveNZBN" | "doNotHaveOrganisationsnummer" | "doNotHaveRegonKrsNumber" | "doNotHaveYTunnus" | "download" | "downloadACopy" | "downloadAsPdf" | "driversLicense" | "driving_licence" | "drivinglicenseBack" | "drivinglicenseFront" | "dropFileToUpload" | "duplicatedFiles" | "edit" | "editDetails" | "editEntityDetails" | "editEntityOwner" | "editOwnerOfTrustMember" | "editTrustMember" | "ein" | "einVerificationLetter" | "eInvoicingCode" | "email" | "employersName" | "enter1LetterAndThenNDigitsForExample" | "enter1LetterAndThenXToYDigitsForExample" | "enterAMaximumOfNCharactersForExample" | "enterAMaximumOfNCharactersWithAMixForExample" | "enterAMaximumOfNDigitsForExample" | "enterAMaximumOfNMoreDigitsForExample" | "enterEnglishLetterFollowedByXtoYDigitsForExample" | "enterLastNameExactlyAsAppearInID" | "enterLastNDigitsForExample" | "enterNameExactlyAsAppearInID" | "enterNCharactersForExample" | "enterNCharactersWithAMixForExample" | "enterNDigitsAndThen1LetterForExample" | "enterNDigitsForExample" | "enterNLetterPrefixOptionallyAndThenXToYDigitsForExample" | "enterNLettersAndThenXToYDigitsForExample" | "enterpriseNumber" | "enterSettlorsFirstNameExactlyAsItAppearsInID" | "enterSettlorsLastNameExactlyAsItAppearsInID" | "enterTheDetailsYourself" | "enterTheRemainingNCharactersForExample" | "enterTheRemainingNDigitsForExample" | "enterTheRemainingNDigitsThenXToYLettersForExample" | "enterTheRemainingXToYCharactersForExample" | "enterTheRemainingXToYDigitsForExample" | "enterValid_" | "enterValidAccountDetails" | "enterXOrYCharactersForExample" | "enterXOrYDigitsForExample" | "enterXToYCharactersForExample" | "enterXToYCharactersWithAMixForExample" | "enterXToYDigitsForExample" | "entityEstablishingTrust" | "entityType" | "errorMessage_1_10" | "errorMessage_1_11" | "errorMessage_1_12" | "errorMessage_1_30" | "errorMessage_1_31" | "errorMessage_1_32" | "errorMessage_1_33" | "errorMessage_1_34" | "errorMessage_1_35" | "errorMessage_1_36" | "errorMessage_1_37" | "errorMessage_1_38" | "errorMessage_1_39" | "errorMessage_1_40" | "errorMessage_1_41" | "errorMessage_1_50" | "errorMessage_1_51" | "errorMessage_1_52" | "errorMessage_1_53" | "errorMessage_1_54" | "errorMessage_1_55" | "errorMessage_1_56" | "errorMessage_1_57" | "errorMessage_1_58" | "errorMessage_1_60" | "errorMessage_1_61" | "errorMessage_1_62" | "errorMessage_1_70" | "errorMessage_1_71" | "errorMessage_1_72" | "errorMessage_1_73" | "errorMessage_1_74" | "errorMessage_1_75" | "errorMessage_1_76" | "errorMessage_1_84" | "errorMessage_1_85" | "errorMessage_1_86" | "errorMessage_1_87" | "errorMessage_1_93" | "errorMessage_1_94" | "errorMessage_1_803" | "errorMessage_1_804" | "errorMessage_1_1000" | "errorMessage_1_1001" | "errorMessage_1_1002" | "errorMessage_1_1003" | "errorMessage_1_3000" | "errorMessage_1_3001" | "errorMessage_1_3002" | "errorMessage_1_3003" | "errorMessage_1_3004" | "errorMessage_1_3005" | "errorMessage_1_3006" | "errorMessage_1_3007" | "errorMessage_1_3008" | "errorMessage_1_3009" | "errorMessage_1_3010" | "errorMessage_1_3011" | "errorMessage_1_3012" | "errorMessage_1_3013" | "errorMessage_1_3014" | "errorMessage_1_3015" | "errorMessage_1_3016" | "errorMessage_1_3017" | "errorMessage_1_3018" | "errorMessage_1_3019" | "errorMessage_1_3020" | "errorMessage_1_3021" | "errorMessage_1_3022" | "errorMessage_1_3023" | "errorMessage_1_3024" | "errorMessage_1_3025" | "errorMessage_1_3026" | "errorMessage_1_3027" | "errorMessage_1_3028" | "errorMessage_1_3029" | "errorMessage_1_3030" | "errorMessage_1_3031" | "errorMessage_1_3032" | "errorMessage_1_3033" | "errorMessage_1_3034" | "errorMessage_1_3035" | "errorMessage_1_3036" | "errorMessage_1_3037" | "errorMessage_1_3038" | "errorMessage_1_3039" | "errorMessage_1_3040" | "errorMessage_1_3041" | "errorMessage_1_3042" | "errorMessage_1_3043" | "errorMessage_1_3044" | "errorMessage_1_3045" | "errorMessage_1_3046" | "errorMessage_1_3047" | "errorMessage_1_3048" | "errorMessage_1_3049" | "errorMessage_1_3050" | "errorMessage_1_3051" | "errorMessage_1_3052" | "errorMessage_1_3062" | "errorMessage_1_3072" | "errorMessage_1_3073" | "errorMessage_1_3083" | "errorMessage_1_5000" | "errorMessage_1_5001" | "errorMessage_1_5002" | "errorMessage_1_5003" | "errorMessage_1_5004" | "errorMessage_1_5005" | "errorMessage_1_5006" | "errorMessage_1_5007" | "errorMessage_1_5008" | "errorMessage_1_5009" | "errorMessage_1_5010" | "errorMessage_1_5011" | "errorMessage_1_5012" | "errorMessage_1_5013" | "errorMessage_1_5014" | "errorMessage_1_5015" | "errorMessage_1_5016" | "errorMessage_1_5017" | "errorMessage_1_5018" | "errorMessage_1_5019" | "errorMessage_1_5020" | "errorMessage_1_5021" | "errorMessage_1_5022" | "errorMessage_1_5023" | "errorMessage_1_5024" | "errorMessage_1_5025" | "errorMessage_1_5026" | "errorMessage_1_5027" | "errorMessage_1_5028" | "errorMessage_1_5029" | "errorMessage_1_5030" | "errorMessage_1_5031" | "errorMessage_1_5032" | "errorMessage_1_5033" | "errorMessage_1_5034" | "errorMessage_1_5035" | "errorMessage_1_5036" | "errorMessage_1_5037" | "errorMessage_1_5038" | "errorMessage_1_5039" | "errorMessage_1_5040" | "errorMessage_1_5041" | "errorMessage_1_5042" | "errorMessage_1_5043" | "errorMessage_1_5044" | "errorMessage_1_5045" | "errorMessage_1_5046" | "errorMessage_1_5047" | "errorMessage_1_5048" | "errorMessage_1_5049" | "errorMessage_1_5050" | "errorMessage_1_5051" | "errorMessage_1_5052" | "errorMessage_1_5053" | "errorMessage_1_5054" | "errorMessage_1_5055" | "errorMessage_1_5057" | "errorMessage_1_5067" | "errorMessage_1_6000" | "errorMessage_1_6001" | "errorMessage_1_6002" | "errorMessage_1_6003" | "errorMessage_1_6004" | "errorMessage_1_6005" | "errorMessage_1_6006" | "errorMessage_1_6007" | "errorMessage_1_6008" | "errorMessage_1_6009" | "errorMessage_1_6010" | "errorMessage_1_6011" | "errorMessage_1_6012" | "errorMessage_1_6013" | "errorMessage_1_6014" | "errorMessage_1_6015" | "errorMessage_1_6016" | "errorMessage_1_6017" | "errorMessage_1_6018" | "errorMessage_1_6019" | "errorMessage_1_6020" | "errorMessage_1_6021" | "errorMessage_1_6022" | "errorMessage_1_6023" | "errorMessage_1_6024" | "errorMessage_1_6025" | "errorMessage_1_6026" | "errorMessage_1_6027" | "errorMessage_1_6028" | "errorMessage_1_6029" | "errorMessage_1_6030" | "errorMessage_1_6031" | "errorMessage_1_6032" | "errorMessage_1_6033" | "errorMessage_1_6034" | "errorMessage_1_6035" | "errorMessage_1_6036" | "errorMessage_1_6037" | "errorMessage_1_6038" | "errorMessage_1_6039" | "errorMessage_1_6040" | "errorMessage_1_6041" | "errorMessage_1_6042" | "errorMessage_1_6044" | "errorMessage_1_6045" | "errorMessage_1_6046" | "errorMessage_1_6047" | "errorMessage_1_6048" | "errorMessage_1_6049" | "errorMessage_1_7000" | "errorMessage_1_7001" | "errorMessage_1_7002" | "errorMessage_1_7003" | "errorMessage_1_7004" | "errorMessage_1_7005" | "errorMessage_1_7006" | "errorMessage_1_7007" | "errorMessage_1_7008" | "errorMessage_1_7009" | "errorMessage_1_7010" | "errorMessage_1_7011" | "errorMessage_1_7012" | "errorMessage_1_7013" | "errorMessage_1_7014" | "errorMessage_1_7015" | "errorMessage_1_7016" | "errorMessage_1_7017" | "errorMessage_1_7018" | "errorMessage_1_7019" | "errorMessage_1_7020" | "errorMessage_1_7021" | "errorMessage_1_7022" | "errorMessage_1_8009" | "errorMessage_1_8010" | "errorMessage_1_8011" | "errorMessage_1_8012" | "errorMessage_1_8013" | "errorMessage_1_8014" | "errorMessage_1_8015" | "errorMessage_1_9009" | "errorMessage_1_9010" | "errorMessage_1_9011" | "errorMessage_1_9012" | "errorMessage_2_1101" | "errorMessage_2_1102" | "errorMessage_2_1103" | "errorMessage_2_1110" | "errorMessage_2_1111" | "errorMessage_2_1112" | "errorMessage_2_1113" | "errorMessage_2_8064" | "errorMessage_2_8067" | "errorMessage_2_8141" | "errorMessage_2_8162" | "errorMessage_2_8183" | "errorMessage_2_8189" | "errorMessage_2_8193" | "errorMessage_2_8196" | "errorMessage_2_8203" | "errorMessage_2_8204" | "errorMessage_2_8224" | "errorMessage_2_8225" | "errorMessage_2_8226" | "errorMessage_2_8227" | "errorMessage_2_8228" | "errorMessage_2_8229" | "errorMessage_2_8234" | "errorMessage_2_8236" | "errorMessage_2_8247" | "errorMessage_2_8248" | "errorMessage_2_8249" | "errorMessage_2_8250" | "errorMessage_3_10" | "errorUpdatingSourceOfFunds" | "estateAttorneysName" | "euVatNumber" | "exemptedFromTax" | "extractFromMunicipalPersonalRecordsDatabase" | "failedFetchingDecisionMaker" | "failedFetchingLegalRepresentative" | "failedInitializeInstantVerification" | "failedToDeletePayoutAccount" | "failedToDownloadAcceptedServiceAgreementDocument" | "failedToDownloadPci" | "failedToDownloadServiceAgreementDocument" | "failedToFetchAcceptedByName" | "failedToFetchPayoutAccount" | "failedToFetchRelevantDocuments" | "failedToFetchSoleProp" | "failedToFetchTrustDetails" | "failedToFetchTrustMemberDetails" | "failedToGetPciTemplate" | "failedToGetPciTemplateInSelectedLanguageFallbackToEn" | "failedToGetServiceAgreementInSelectedLanguageFallbackToEn" | "failedToLoadBusinessLines" | "failedToRemoveDecisionMaker" | "failedToRemoveTrustMember" | "failedToUpdateDetails" | "familyTrust" | "fieldHasUnsupportedFormats" | "fieldIsRequired" | "fieldMustContainAtLeast" | "fileName" | "financialInformation" | "financialProductFundingSources" | "financialProductInformation" | "financialReportingDate" | "findYourIncorporatedAssociationNumberInThePublicRegistryForYourState" | "finish" | "finishLater" | "firmenbuchnummer" | "firstHomeSaverAccountsTrust" | "firstName" | "firstNameOfSettlor" | "fixedTrust" | "fixedUnitTrust" | "forExample_" | "formatIsCorrect" | "franchiseesTAndCs" | "frontPage" | "fullDocumentVisible" | "fullDocumentVisibleWithReadableText" | "fullLegalName" | "fundDepositAmount" | "fundDepositDate" | "fundingSources" | "fundTransferDate" | "gamblingWebsite" | "GEMI-number" | "getSetUpInstantly" | "gettingStarted" | "getYourBusinessVerifiedDetails" | "getYourVerifiedDetailsInstantly" | "giftOrDonationAgreement" | "giftOrDonationDetails" | "goBack" | "goBackAndProvideDocumentScans" | "good" | "goToIntroduction" | "goToOverview" | "goToOverviewFromIntroduction" | "governmentalOrganizationDescription" | "governmentalOrganizationTitle" | "governmentIssuedCorrespondence" | "grantOfProbate" | "grTaxId" | "gst" | "guardianshipCertificate" | "handelsregisternummer" | "hasBankStampOrBankSignature" | "hasDba" | "hasDba__helperText" | "hasToBeOfficialDocumentFromBank" | "helpUsVerifyCompany" | "hideDetails" | "highResolutionCheck" | "hkid" | "howDoesVerificationWithOurPartnerWorks" | "howVerificationWithOnfidoWork" | "howWouldYouLikeToSetUpYourAccount" | "howYourCustomersCanReachYou" | "huRegistrationNumber" | "huTaxId" | "hybridTrust" | "ibanFormat" | "ICO" | "idDocument" | "idDocumentAlreadyUploaded" | "identifikacionenNomerDDS" | "identifyVerification" | "identityCard" | "identityCardBack" | "identityCardFront" | "identityNumberExempt" | "identityNumberExempt__CA" | "identityNumberExempt__US" | "idNumber" | "iDoNotHaveCompanyRegistrationNumber" | "iDoNotHaveGst" | "iDontHaveARegistrationNumber" | "iDontHaveATaxId" | "iDontHaveAVatNumber" | "iDontKnow" | "idUploadDocumentSubtitle" | "ifNoOwnersSpecifyControllingPersons" | "ifYouChooseToUseOnfido" | "iHaveReadAndIAcceptTheseTerms" | "imagesInColor" | "includeFrontAndBack" | "includesEIN" | "includesEvidenceOfTheIndividualsRole" | "includesLegalCompanyName" | "includesTheDirectorsFullName" | "incorporatedAssociationRegistrationNumber" | "individualDetails" | "individualTrustee" | "individualTrusteeDetails" | "industryAndNaceCode" | "industryExemption" | "infoInUploadedDocumentIsTrue" | "informationCouldNotBeSubmitted" | "inheritanceAmount" | "inheritanceDetails" | "inheritanceReceivedOn" | "inReview" | "instant" | "instantIDVerificationDescription" | "instantlyAddAndVerifyABankAccount" | "instantlyConnectAndVerifyYourBankAccount" | "instantVerification" | "instantVerificationDescription" | "institutionNumber" | "internalCompanyDocument" | "inTheNextStepWellCollectInformation" | "inThePreviousStepOwnedByAnUltimateParentCompany" | "inThePreviousStepOwnedByAParentCompany" | "introductionScreenAccountDescriptionP1" | "introductionScreenAccountDescriptionP2" | "introductionScreenAccountTitle" | "introductionScreenCompanyDescriptionLI1" | "introductionScreenCompanyDescriptionP1" | "introductionScreenCompanyDescriptionP2" | "introductionScreenCompanyTitle" | "introductionScreenDecisionMakerDescriptionLI1" | "introductionScreenDecisionMakerDescriptionLI2" | "introductionScreenDecisionMakerDescriptionLI3" | "introductionScreenDecisionMakerDescriptionP1" | "introductionScreenDecisionMakerDescriptionP2" | "introductionScreenDecisionMakerTitle" | "introductionScreenEpilogueDescriptionP1" | "introductionScreenEpilogueDescriptionP2" | "introductionScreenEpilogueTitle" | "introductionScreenIndividualDescriptionLI1" | "introductionScreenIndividualDescriptionLI2" | "introductionScreenIndividualDescriptionLI3" | "introductionScreenIndividualDescriptionP1" | "introductionScreenIndividualDescriptionP2" | "introductionScreenIndividualTitle" | "introductionScreenPrologueDescriptionP1" | "introductionScreenPrologueDescriptionP2" | "introductionScreenPrologueTitle" | "introductionScreenSoleProprietorCompanyDescriptionLI1" | "introductionScreenSoleProprietorCompanyDescriptionP1" | "introductionScreenSoleProprietorCompanyDescriptionP2" | "introductionScreenSoleProprietorCompanyTitle" | "introductionScreenTrustDescriptionLI1" | "introductionScreenTrustDescriptionP1" | "introductionScreenTrustDescriptionP2" | "introductionScreenTrustMemberDescriptionLI1" | "introductionScreenTrustMemberDescriptionLI2" | "introductionScreenTrustMemberDescriptionLI3" | "introductionScreenTrustMemberDescriptionP1" | "introductionScreenTrustMemberDescriptionP2" | "introductionScreenTrustMemberTitle" | "introductionScreenTrustTitle" | "invalidCapabilities" | "invalidDateOfBirth" | "invalidDateOfIncorporation" | "invalidEmail" | "invalidFinancialReportingDate" | "invalidFormat" | "invalidFormatBankStatementDescription" | "invalidFormatExpects" | "invalidFormatForAuDriversLicenseCardNumber" | "invalidFormatForAuDriversLicenseNumber" | "invalidFormatForAuPassportNumber" | "invalidFormatForHKDriversLicenseNumber" | "invalidFormatForHKIdentityCardNumber" | "invalidFormatForHKPassportNumber" | "invalidFormatForNZDriversLicenseCardNumber" | "invalidFormatForNZDriversLicenseNumber" | "invalidFormatForNZPassportNumber" | "invalidFormatIdentityNumberBR" | "invalidFormatIdentityNumberCA" | "invalidFormatIdentityNumberDK" | "invalidFormatIdentityNumberES" | "invalidFormatIdentityNumberHK" | "invalidFormatIdentityNumberIT" | "invalidFormatIdentityNumberPL" | "invalidFormatIdentityNumberRO" | "invalidFormatIdentityNumberSE" | "invalidFormatIdentityNumberSG" | "invalidFormatIdentityNumberUS" | "invalidFormatIdentityNumberUS9" | "invalidInputError" | "invalidNumberOfEmployees" | "invalidPhoneNumber" | "investmentAmount" | "investmentCertificate" | "investor" | "investorContract" | "investorDetails" | "investorLocation" | "investorMemo" | "invoicesFromThe3MostRecentMonths" | "irdDocument" | "irdNumber" | "irsCP575" | "irsScheduleK1" | "isCompanyOwnedByAnotherCompany" | "isOurTrustedPartnerHelpingSpeedUpSetup" | "isParentOwnedByAnotherCompany" | "issueDate" | "issueDateWithinTheLast3Months" | "issueDateWithinTheLast12Months" | "issuedByTheTaxAuthority" | "issuedOrSignedByALegalRepresentative" | "issuedWithinTheLast12Months" | "issuerState" | "issuingService" | "isThisAddressTheMainHeadquarters" | "isThisPersonANomineeDirector" | "isThisPersonANomineeShareholder" | "iStillCantFindIt" | "isTrustOperationAddressSame" | "isYourNameMissingFromSigners" | "itCanTakeUpTo" | "jobTitle" | "kaibemaksukohustuslaseNumber" | "krsNumber" | "last4DigitsOfSocialSecurityNumber" | "lastName" | "lastNameOfSettlor" | "latestTaxFiling" | "latestTaxReturn" | "learnMore" | "leave" | "leaveInstantVerification" | "leaveVerification" | "legalCompanyName" | "legalCompanyName__helperText" | "legalCompanyName__helperText__AU" | "legalCompanyName__helperText__HK" | "legalCompanyName__helperText__NL" | "legalCompanyName__helperText__PR" | "legalCompanyName__helperText__SG" | "legalCompanyName__helperText__US" | "legalCompanyName__helperText__US__business" | "legalCompanyName__US" | "legalEntityIdentifier" | "legalForm" | "legalInformation" | "legalInformationInsolvency" | "legalName" | "legalNameIsUsedToIdentifyABusinessWithTheGovernment" | "legalNameOfSoleProprietor" | "legalNameOfSoleProprietorship" | "legalOwnerOfProperty" | "legalProceedingsDate" | "legalRepresentative" | "legalRepresentativeDetails" | "legalRepresentativeFor" | "legalRepresentativeNeeded" | "lendersNameAndAddress" | "letterFromAccountant" | "letterFromAttorney" | "letterFromAttorneyInsurance" | "letterFromAttorneyOrNotary" | "letterFromInsurer" | "letterFromPreviousEmployer" | "letUsKnowTheBankAccountToSendReceiveFunds" | "licenceVersionNumber" | "licenseCardNumber" | "licenseNumber" | "liRegistrationNumber" | "listedPublicUnitTrust" | "listitemVoidedChequeBankLetterBankStatementOnline" | "loading" | "loanAgreement" | "loanApplication" | "loanDate" | "loans" | "loanStatement" | "localFormat" | "loginIntoYourBankingEnvironment" | "lookUpYourLEI" | "ltRegistrationNumber" | "luRegistrationNumber" | "lvRegistrationNumber" | "lvTaxId" | "madeAMistake" | "maintenanceModeMessage" | "makeSureToHaveYourTrustDeed" | "manualIDVerificationDescription" | "manuallyAddAccount" | "manuallyAddAccountQuestion" | "manuallyAddAccountSlower" | "manualUpload" | "manualVerificationDescription" | "maxFileSize" | "maxFileSizeOnly" | "maximumFileSizeExceeded" | "mayTakeAFewDays" | "MBS" | "mcRegistrationNumber" | "mcRegistrationNumberSoleProp" | "meetingRecords" | "Mehrwertsteuernummer" | "memberDetails" | "missingCompanyDetails" | "missingMultipleDecisionMakers" | "missingPhoneCountryCode" | "missingRequiredDecisionMakers" | "missingRequiredTrustMembers" | "momsregistreringsnummer" | "momsregistreringsnummerCVR" | "mortgageStatement" | "mvanummer" | "myinfoBusinessDetailsRetrieved" | "myInfoBusinessYouCanGetVerifiedDetails" | "myinfoDetailsRetrieved" | "myInfoYouCanGetVerifiedDetails" | "nameAddressSignatureOfAllInvestors" | "nameMustContainLetters" | "nameOfCasinoLottery" | "nameOfTheCoins" | "nameOfTheCryptocurrencyExchange" | "nameOfTrust" | "nameOfTrustAgreement" | "namesOfInvolvedParties" | "namesOfLandlordAndTenant" | "national_identity_card" | "nationalIdNumber" | "nationalInsuranceNumber" | "nationality" | "naturalPersonDescription" | "naturalPersonTitle" | "needHelpYouCanAlwaysReachOutToCustomerSupport" | "netProceedAmount" | "newEntityAlwaysEmpty" | "next" | "nie" | "NIF" | "NIFdeIVA" | "NIP" | "NIPC" | "no" | "noCategoriesAvailable" | "noGlare" | "noGoBack" | "noIdontKnow" | "noIssuesFound" | "nominee" | "noneOfTheAbove" | "nonProfitOrCharitableOrgDescription" | "nonProfitOrCharitableOrgTitle" | "noOptionsFound" | "notarizedStatement" | "notBlurry" | "notCutOff" | "notExpired" | "nothingNeedsToBeSigned" | "nric" | "numarOrdineRegistrulComertului" | "numberOfEmployees" | "numerodeIVA" | "NumeroDeTVA" | "numeroDIdentificationALATaxe" | "NZBN" | "NZBN/NCN" | "objectOfCharitableTrust" | "objectOfTrust" | "oib" | "onboardingRedirectAwaitingCtaButton" | "onboardingRedirectAwaitingDescriptionP1" | "onboardingRedirectInReviewCtaButton" | "onboardingRedirectInReviewDescriptionP1" | "onboardingRedirectLinkError" | "onboardingRedirectOpenError" | "onboardingRedirectRejectedDescriptionP1" | "onboardingRedirectUnsuccessfulCtaButton" | "onboardingRedirectUnsuccessfulDescriptionP1" | "onboardingRedirectVerifiedDescriptionP1" | "onfidoIsOurTrustedPartner" | "onfidoPrivacyPolicy" | "onfidoTermsOfService" | "onfidoWillGiveFeedbackInRealTime" | "operationalAddress" | "operationalAddressHeader" | "operationalAddressIsNotSameItemName" | "operationalAddressIsSame" | "operationalAddressIsSameItemName" | "optional" | "organisasjonsnummer" | "organisationsnummer" | "original" | "originatorType" | "orSoleProprietorshipName" | "otherAddressInformation" | "otherBusinessInformation" | "otherInformation" | "otherLegalMeasures" | "otherTrust" | "ourFinancialServicesAreNotAvailableYetForPartnershipsAndAssociations" | "owner" | "ownerDescription" | "ownerGuideDescription" | "ownershipStructure" | "parentCompany" | "parentCompanyInformation" | "partitaIVA" | "partnership" | "partnerShipAgreement" | "partnershipIncorporatedDescription" | "partnershipOrAssociation" | "partnershipUnincorporatedDescription" | "passport" | "passportExpiryDate" | "passportNumber" | "passportPhotoPage" | "patriotActDisclosureTextParagraph1" | "patriotActDisclosureTextParagraph2" | "patriotActDisclosureTitle" | "payinAccount" | "payinAccountsDescription" | "payinDetails" | "paymentProcessingTerms" | "paymentService" | "payoutAccount" | "payoutAccountsDescription" | "payoutAccountsDescriptionReview" | "payoutDetails" | "payoutIn_Or_" | "payoutInOnly_" | "payslips" | "pccr" | "pciDoesNotNeedSigningOrHasBeenSigned" | "pciDssQuestionnaire" | "pciSignedSuccessfully" | "pciSignFailed" | "PDVIdBrojOIB" | "pendingCapabilities" | "pendingStatusError" | "pensionPaymentAmount" | "pensionPaymentAmountOrTotalValue" | "pensionSlip" | "pensionStatement" | "personalDetails" | "personalIdentityDetails" | "personalIdentityDetailsDescription" | "personAppointmentUnderTrustInstrument" | "personnummer" | "peselNumber" | "phoneNumber" | "phoneNumber__placeholder__AL" | "phoneNumber__placeholder__AS" | "phoneNumber__placeholder__NL" | "phoneNumber__placeholder__SG" | "phoneNumber__placeholder__US" | "pleaseEnsureTheFollowing" | "pleaseEnterAPhoneNumberPrefixedWithCountryCode" | "pleaseEnterAValidAmount" | "pleaseEnterAValidNumber" | "pleaseEnterAValidWholeNumber" | "pleaseFillInAllFields" | "pleaseNote" | "pleaseProvideThePurposeOfCharitableTrust" | "poBox" | "pooledSuperannuationTrust" | "postalCode" | "poweredBy" | "previous" | "previousEmployersName" | "principalAmount" | "principalPlaceOfBusiness" | "principalPlaceOfBusinessDescription" | "privateCompanyDescription" | "privateCompanyTitle" | "professionalServiceProvider" | "proofOfAddress" | "proofOfAnnualTurnoverAmount" | "proofOfDirector" | "proofOfFundingOrWealthSource" | "proofOfNationalId" | "proofOfNationalIdNumber" | "proofOfOrganizationTaxInfo" | "proofOfOwnership" | "proofOfOwnershipRent" | "proofOfRelationship" | "proofOfResidenceDocumentTypeLabel" | "proofOfResidency" | "proofOfWalletOwnership" | "proofOfWinnings" | "propertyAddress" | "protector" | "protectorGuideDescription" | "provideAllBeneficiaries" | "provideAllDirectors" | "provideAllOwners" | "provideAllTrustees" | "provideAtLeastOneProtector" | "provideAtLeastOneSettlor" | "provideAtLeastOneSignatory" | "provideFewDetailsAboutYourself" | "provideMostRecentYearAvailable" | "provideOneControllingPerson" | "providePageWithPhotoAndCode" | "providePersonalAddress" | "providePersonalDetailsOfOwner" | "provinceOrTerritory" | "publicCompanyDescription" | "publicCompanyTitle" | "publicTradingTrust" | "purposeOfLoan" | "PVMmoketojoKodas" | "quickAndSecureIdentityVerification" | "ranIntoTechnicalError" | "reason" | "reasonForFillingCompanyAddressDetails" | "reasonForFillingCompanyRegistrationDetails" | "reasonForFillingIndividualAddressDetails" | "reasonForFillingIndividualPersonalDetails" | "reasonForFillingPayoutDetails" | "recentInvoices" | "region" | "registeredAddress" | "registeredAddressHeaderDescription" | "registeredAddressHeaderDescription__NL" | "registeredAddressHeaderDescription__PR" | "registeredAddressHeaderDescription__US" | "registeredAddressTrustHeaderDescription" | "registeredBusinessAddress" | "registeredBusinessAddressDescription" | "registeredBusinessAddressDescription__withCountry" | "registeredBusinessAddressDescription__withCountry__commonNoun" | "registrationAddress" | "registrationDetails" | "registrationDocument" | "registrationNumber" | "registrationNumber__helperText__US" | "registrationNumber__nonProfit__FR" | "registrationNumber__US" | "registrikood" | "regon" | "regonKrsNumber" | "relationship" | "relationshipTo" | "remediationFormErrorMessage" | "remediationMessage_1_100" | "remediationMessage_1_101" | "remediationMessage_1_102" | "remediationMessage_1_300" | "remediationMessage_1_301" | "remediationMessage_1_302" | "remediationMessage_1_303" | "remediationMessage_1_304" | "remediationMessage_1_305" | "remediationMessage_1_306" | "remediationMessage_1_307" | "remediationMessage_1_308" | "remediationMessage_1_309" | "remediationMessage_1_316" | "remediationMessage_1_319" | "remediationMessage_1_320" | "remediationMessage_1_500" | "remediationMessage_1_501" | "remediationMessage_1_502" | "remediationMessage_1_503" | "remediationMessage_1_504" | "remediationMessage_1_505" | "remediationMessage_1_506" | "remediationMessage_1_507" | "remediationMessage_1_508" | "remediationMessage_1_509" | "remediationMessage_1_510" | "remediationMessage_1_511" | "remediationMessage_1_512" | "remediationMessage_1_513" | "remediationMessage_1_519" | "remediationMessage_1_521" | "remediationMessage_1_600" | "remediationMessage_1_601" | "remediationMessage_1_602" | "remediationMessage_1_603" | "remediationMessage_1_700" | "remediationMessage_1_701" | "remediationMessage_1_702" | "remediationMessage_1_703" | "remediationMessage_1_704" | "remediationMessage_1_705" | "remediationMessage_1_803" | "remediationMessage_1_804" | "remediationMessage_1_805" | "remediationMessage_2_123" | "remediationMessage_2_124" | "remediationMessage_2_151" | "remediationMessage_2_158" | "remediationMessage_2_178" | "remediationMessage_2_184" | "remediationMessage_2_185" | "remediationMessage_2_188" | "remediationMessage_2_214" | "remediationMessage_2_222" | "remediationMessage_2_223" | "remediationMessage_2_234" | "remediationMessage_2_235" | "remediationMessage_2_236" | "remediationMessage_2_237" | "remediationMessage_3_100" | "remove" | "removeDecisionMaker" | "removeTrustMember" | "removing" | "rentalAgreementOrLease" | "rentAmount" | "reportedDividendAmount" | "reportedValue" | "reportingCurrency" | "requirements" | "requiresDecisionMakers" | "requiresSignatory" | "residence_permit" | "residencePermitBack" | "residencePermitFront" | "residencyCountry" | "residentialAddress" | "residentialAddressDescription" | "retrieveMyInfo" | "retrieveMyInfoBusiness" | "retrieveMyinfoBusinessWith" | "retrieveMyinfoWith" | "returnToTaskList" | "reviewTheInformationBelowAndCorrectMistakesOr" | "RfcDocument" | "rnaNumber" | "role" | "roleAndEntityType" | "rootLegalEntityIsEmpty" | "routingNumber" | "routingNumberVisible" | "royaltyAgreement" | "royaltyAmount" | "salarySlip" | "saleAmount" | "saleContract" | "sameAsRegisteredAddress" | "sameNameAsLegalName" | "save" | "saveAndGoToOverview" | "screenshotOfOnlineBankingEnviroment" | "searchAddress" | "secForm10k" | "secretaryOfStateFiling" | "secretaryOfStateFiling__PR" | "secretaryOfStateRegDoc" | "secretaryOfStateRegDoc__PR" | "securelyUseYourBanksWebsite" | "selectAllTheRolesThatThisDecisionMakerHolds" | "selectASourceOfFunding" | "selectCountryRegion" | "selectDocument" | "selectDocumentType" | "selectOne" | "selectProvinceOrTerritory" | "selectSigner" | "selectState" | "selectTheApplicableRoles" | "selectTheBankToReceivePayouts" | "serviceAgreements" | "serviceAgreementSignedAndDated" | "serviceAgreementSignedSuccessfully" | "serviceAgreementSignFailed" | "sessionTimeout" | "settlor" | "settlorExemptionReason" | "settlorGuideDescription" | "setUpYourAccount" | "shareholderDocument" | "showAddressStateCountry" | "showDetails" | "showOnMap" | "showsCountryOfBankAccount" | "showsTheNameOfTheCoins" | "showsTheNameOfTheCryptocurrencyExchange" | "showsYourBusinessName" | "sign" | "signAndContinue" | "signatory" | "signatoryDescription" | "signatoryGuideDescription" | "signatureAndDateWithinTheLast12Months" | "signed" | "signedByOn" | "signedCopyOfTheWill" | "signer" | "signServiceAgreement" | "SINFormatCA" | "singingUpAsCompanyButLooksLikeYouAreAnIndividual" | "singingUpAsIndividualButLooksLikeYouAreACompany" | "siRegistrationNumber" | "siret" | "siTaxId" | "skRegistrationNumber" | "skTaxId" | "socialInsuranceNumber" | "socialSecurityNumber" | "socialSecurityNumber__placeholder" | "sofTypeAdyenLabel" | "sofTypeAssetsaleLabel" | "sofTypeBusinessLabel" | "sofTypeCryptocurrencyincomeLabel" | "sofTypeDividendincomeLabel" | "sofTypeDonationsLabel" | "sofTypeEmploymentLabel" | "sofTypeFinancialaidLabel" | "sofTypeGamblingwinningsLabel" | "sofTypeInheritanceLabel" | "sofTypeInsurancesettlementLabel" | "sofTypeLoansLabel" | "sofTypePensionincomeLabel" | "sofTypeRentalincomeLabel" | "sofTypeRoyaltyincomeLabel" | "sofTypeThirdpartyfundingLabel" | "solePropDetails" | "soleProprietorDetails" | "soleProprietorshipDetails" | "someFieldsHaveUnsupportedFormatedUpdateInfoAndResubmit" | "someInformationWillNotBeSaved" | "sorryAnErrorOccurred" | "sorryWeCantSetUpAnAccountForYou" | "sortCode" | "sourceOfFunds" | "SSM" | "ssn" | "SSNFormatUS" | "SSNFormatUS9Digits" | "SST" | "stamregister" | "start" | "startANewSessionFromTheSamePlaceYouOriginallyAccessed" | "startTypingTheAddress" | "state" | "stateIssuedProofOfIdentityCard" | "stateOrProvince" | "stateOrProvince__placeHolder" | "stateOrProvince__placeHolder__US" | "stateOrProvince__US__business" | "status" | "stepsX/YofForm" | "stockExchangeInformation" | "stockExchangeMIC" | "stockISIN" | "stockISINHelper" | "stockTickerSymbol" | "street" | "submitFailed" | "submitIdDocumentsAgain" | "submitReview" | "submitReviewOfYourData" | "submitSuccessful" | "successFullyRemovedDecisionMaker" | "successFullyRemovedTrustMember" | "successfullyUpdatedDetails" | "summaryLegalCaption" | "summaryTaxExemptionLegalCaption_1" | "summaryTaxExemptionLegalCaption_2" | "summaryTaxExemptionLegalCaption_3" | "summaryTaxExemptionLegalCaptionTitle" | "supportedFileTypes" | "supportingDocuments" | "swiftCode" | "task" | "taxationDocument" | "taxDeclaration" | "taxDeclarationProperty" | "taxDocument" | "taxDocuments" | "taxFiling" | "taxFiling__US" | "taxId" | "taxIdAbsenceReason" | "taxIdentificationNumber" | "taxIdNumber" | "taxInformationNumber" | "taxInformationNumber__helperText__US" | "taxInformationNumber__HK" | "taxInformationNumber__placeHolder__US" | "taxInformationNumber__US" | "taxpayerReferenceNumber" | "taxReferenceNumber" | "tellUsMoreAboutTheCryptocurrency" | "tellUsMoreAboutTheGiftOrDonationProceeds" | "tellUsMoreAboutTheInheritanceProceeds" | "tellUsMoreAboutTheInvestors" | "tellUsMoreAboutThePreviousBusinessEarnings" | "tellUsMoreAboutThisSource" | "termLengthAndDividendYield" | "textToVerifyAccount" | "the7CharacterIdentifierAssignedToThis" | "theBankAccountHolderMustBeInYourName_" | "theBankAccountHolderMustHaveTheSameNameAsYourCompany_" | "theBrokerageName" | "theBusinessName" | "theCityAndCountryRegion" | "theIdCheckWillBeAutomaticallyValidated" | "thenResubmit" | "thereAreDifferencesBetweenYourEntryAndWhatWeDetectedInYourIdDocument" | "thereAreNoSigners" | "thereWasAnErrorTryAgain" | "thisCompanyDoesntHaveAnSDI" | "thisIsMyBusiness" | "thisMeansYouHaveAnUltimateParentCompany" | "thisMeansYouHaveAParentCompany" | "thisPageIsNowInactive" | "thisSessionWillExpireIn" | "titleDeed" | "toCompleteProcessReviewAndSignOfficialDocumentation" | "toggleAssociationMenu" | "tooManyFiles" | "toProtectYourInformationThisSessionHasExpired" | "totalAssets" | "totalAssetsHelper" | "totalSettlementAmount" | "tradingName" | "transactionStatement" | "transferInstrumentDeleted" | "transferInstrumentLimitHasAlreadyBeenMet" | "transitNumber" | "trustDeed" | "trustDetails" | "trustDetailsDescription" | "trustee" | "trusteeAsTrusteeForTrust" | "trusteeAsTrusteeForTrustDoingBusinessAs" | "trusteeGuideDescription" | "trusteePersonalDetails" | "trustInstrument" | "trustMembers" | "trustMembersDescription" | "trustPartnershipOrAssociation" | "trustType" | "tryAgainOrContinueEnteringTheDetailsYourself" | "tryAgainOrManualAccountDetails" | "typeOfCompany" | "typeOfIdentity" | "typeOfIdentitySubtitle" | "typeOfTrustAgreement" | "uboThroughControlGuideDescription" | "uboThroughOwnershipGuideDescription" | "uen" | "ultimateParentCompany" | "ultimateParentCompanyInformation" | "unableToDeleteDocument" | "unableToUploadDocument" | "unableToVerifyTheIdNumber" | "undefinedBeneficiary" | "undefinedBeneficiaryDescription" | "underJudicialAdministration" | "undoWithTimer" | "unfortunatelyAnInstantProvider" | "uniqueIdentificationCode" | "unknown" | "unlistedPublicUnitTrust" | "unsuccessful" | "unsupportedFiletype" | "update" | "updateTheInformation" | "uploadABankStatement" | "uploadADocument" | "uploadASupportingDocument" | "uploadDocumentForNric" | "uploadedOn" | "uploadOneOfTheseDocuments" | "uploadTheFollowingDocuments" | "uploadYourOrganizationProofOfDirector" | "upToFiles" | "usePhoneToScanId" | "useSelectedInformation" | "UST-ID" | "USt-IdNr" | "utilityBill" | "validation8Or11Characters" | "validationCharacters" | "validationDigits" | "validationDigitsBetween" | "validationPleaseEnterAValidBusinessRegistrationNumberWithFormat" | "validationPleaseEnterAValidEINWithFormat" | "validationPleaseEnterAValidIban" | "validationPleaseEnterAValidIdNumberWithFormat" | "validationPleaseEnterAValidIRDNumber" | "validationPleaseEnterAValidMarketIdentifier" | "validationPleaseEnterAValidRegistrationNumber" | "validationPleaseEnterAValidRegistrationNumberWithFormat" | "validationPleaseEnterAValidStockISIN" | "validationPleaseEnterAValidTaxIdNumber" | "validationPleaseEnterAValidTaxIdNumberWithFormat" | "validationPleaseEnterAValidUen" | "validationPleaseEnterAValidUrl" | "validationPleaseEnterAValidVatNumber" | "validationPleaseEnterAValidVatNumberWithFormat" | "vatAbsenceReason" | "vatDocument" | "vatNumber" | "vatNummerMomsregistreringsnummerOrMomsnummer" | "vatRegistrationNumber" | "verificationErrorMessage" | "verificationMethod" | "verified" | "verifiedInformation" | "verify" | "verifyIndividualIdentity" | "verifyViaMobileBankingAppOrWebsite" | "verifyWith" | "weAccept" | "website" | "weCouldNotReachOnfido" | "weCouldntCompleteTheAccountCheck" | "weCouldntConnectToMyinfo" | "weCouldntConnectToMyinfoBusiness" | "weDoNotYetSupportInstantVerificationForBankAccountsIn_" | "weFoundTheFollowingIssues" | "weNeedAnOfficialDocument" | "weNeedMoreInformationAboutTheIndividual" | "weNeedProofOfFunding" | "weNeedProofOfFundingPlural" | "weSelectedSomeRolesBasedOnMyinfoBusinessDataAboutYourCompanysAppointmentHoldersAndShareholders" | "whatBestDescribesYourBusinessSetup" | "whatCountryOrRegionIsTheBenefactorLocated" | "whatCountryOrRegionIsThisPersonLocated" | "whatFinancialProductIsThisFor" | "whatIsTheDifferenceBetweenTheseRoles" | "whatTypeOfCompanyDoYouHave" | "whatTypeOfTrusteeAreYou" | "whatTypeOfYourMembersEntity" | "whereCanIFindTheseNumbersOnMyDriversLicense" | "whereToFindNumbersOnDriversLicense" | "whereToFindNumbersOnDriversLicense__NZ" | "whichLegalArrangementDoesYourBusinessHave" | "whichOfTheseApplyToTheSettlor" | "whichTypeOfIdNumberDoYouHave" | "whichTypeOfRegistrationNumberDoYouHave" | "whichTypeOfTaxIdNumberDoYouHave" | "whyDoINeedToFillInThisInformation" | "winLossStatement" | "winningProceedAmount" | "winReport" | "wouldYouLikeToSignUpAsCompanyInstead" | "wouldYouLikeToSignUpAsIndividualInstead" | "xCharactersLeft" | "xMinutes" | "xMinutesAndYSeconds" | "XOfYSteps" | "xSeconds" | "yes" | "yesAddManually" | "yesChange" | "yesContinue" | "youAlsoHaveToUploadSomeSupportingDocuments" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfPartnershipOrAssociation" | "youAreIndividualOrCompanyAndUseBankAccountInNameOfTrustPartnershipOrAssociation" | "youAreNotSoleProprietorAndUseBankAccount" | "youAreRegisteredSoleProprietorAndUseBankAccount" | "youAreTrusteeManagingTheTrustForBeneficiaries" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYouLive" | "youCanOnlyUseABankAccountInTheCountryRegionWhereYourCompanyIsRegistered" | "youHaveSuccessfullyProvidedTheIdDocument" | "youMustXYearsOldToContinue" | "yourAssociationIsRegisteredItWasSetUpForNonCommercialPurpose" | "yourBankWillConfirmYourAccountDetails" | "yourBusiness" | "yourBusinessInformation" | "yourBusinessIsRegisteredAsASeparateLegalEntityFromItsOwners" | "yourBusinessName" | "yourBusinesssDetailsArePreFilledInTheRelevantSections" | "yourBusinessSetup" | "yourDetailsArePreFilledInTheRelevantSections" | "yourFullName" | "yourIbanShouldBeginWith_" | "yourLoanApplicationHasBeenReceived" | "yourName" | "yourRelationshipToThisPerson" | "youSuccessfullyVerifiedAccount" | "YTunnus" | "zentralesVereinsregisterId" | "zipCode";
@@ -1,9 +1 @@
1
1
  export declare const downloadFile: (base64: string, filename: string) => Promise<void>;
2
- export declare const base64ToBlob: (base64: string, mimeType?: string) => Blob;
3
- /**
4
- * Utility to save Blob|File reference to disk as a new file
5
- *
6
- * @param fileData -
7
- * @param filename -
8
- */
9
- export declare const saveBlobAsFile: (fileData: Blob, filename: string) => void;
@@ -30,7 +30,6 @@ export declare const individualObscuredFields: Array<RecursiveKeyOf<IndividualSc
30
30
  */
31
31
  export declare const individualComponentsKeyMapping: MappingRecord<IndividualSchema, Pick<LegalEntity, 'individual'>>;
32
32
  export declare const individualApiKeyMapping: MappingRecord<Pick<LegalEntity, 'individual'>, IndividualSchema>;
33
- export declare const payoutBaseMapping: MappingRecord<ExistingTransferInstrument, PayoutDetailsSchema>;
34
33
  export declare const businessDetailsComponentsKeyMapping: MappingRecord<Omit<BusinessDetailsSchema, 'companyRegistrationDocument' | 'companyTaxDocument' | 'companyProofOfDirectorDocument' | 'companyConstitutionalDocument'>, Pick<LegalEntity, 'organization'>>;
35
34
  export declare const solePropBusinessDetailsComponentsKeyMapping: MappingRecord<Omit<BusinessDetailsSchema, 'companyRegistrationDocument' | 'companyTaxDocument' | 'companyProofOfDirectorDocument'>, Pick<LegalEntity, 'soleProprietorship'>>;
36
35
  export declare const businessDetailsApiKeyMapping: MappingRecord<Pick<LegalEntity, 'organization'>, BusinessDetailsSchema>;
@@ -68,9 +67,9 @@ export declare const remediationPayoutApiKeyMapping: {
68
67
  bankStatement: string;
69
68
  type?: RecursiveKeyOf<PayoutDetailsSchema>;
70
69
  id?: RecursiveKeyOf<PayoutDetailsSchema>;
70
+ documentDetails?: RecursiveKeyOf<PayoutDetailsSchema>;
71
71
  problems?: RecursiveKeyOf<PayoutDetailsSchema>;
72
72
  legalEntityId?: RecursiveKeyOf<PayoutDetailsSchema>;
73
- documentDetails?: RecursiveKeyOf<PayoutDetailsSchema>;
74
73
  "capabilities.acceptExternalFunding.allowed"?: RecursiveKeyOf<PayoutDetailsSchema>;
75
74
  "capabilities.acceptExternalFunding.requested"?: RecursiveKeyOf<PayoutDetailsSchema>;
76
75
  "capabilities.acceptExternalFunding.verificationStatus"?: RecursiveKeyOf<PayoutDetailsSchema>;
@@ -3,7 +3,7 @@ import type { HighExposureSchema } from '../../components/EFP/tasks/HighExposure
3
3
  import type { FinancialInformationSchema } from '../../components/Shared/forms/FinancialInformation/types';
4
4
  import type { SolePropSchema } from '../../components/SoleProprietorship/forms/SoleProp/types';
5
5
  import type { TrustSchema } from '../../components/Trust/forms/Trust/types';
6
- import type { Attachment, PageType } from '../../core/models/api/attachment';
6
+ import type { PageType } from '../../core/models/api/attachment';
7
7
  import type { Document } from '../../core/models/api/document';
8
8
  import type { FinancialReport } from '../../core/models/api/financialReport';
9
9
  import type { Individual } from '../../core/models/api/individual';
@@ -36,7 +36,7 @@ export declare const mapPayoutDetailsToTransferInstrument: ({ data, legalEntity,
36
36
  }) => TransferInstrument;
37
37
  export declare const mapFinancialReportsToFinancialInformation: (financialReports: FinancialReport[], withReportedValueOption?: boolean) => FinancialInformationSchema;
38
38
  export declare const mapFinancialInformationToFinancialReport: ({ currency, financialReportingDate, numberOfEmployees, netAssets, annualTurnover, }: FinancialInformationSchema) => FinancialReport;
39
- export declare const mapLegalEntityToIndividual: (legalEntity: ExistingLegalEntity | undefined, isChangingType?: boolean) => IndividualSchema;
39
+ export declare const mapLegalEntityToIndividual: (legalEntity: ExistingLegalEntity | undefined, isChangingType?: boolean, isRoleFieldNeeded?: boolean, parentLegalEntity?: ExistingLegalEntity, isLegalRepresentative?: boolean) => IndividualSchema;
40
40
  export declare const mapIndividualToLegalEntity: (data: IndividualSchema) => LegalEntity;
41
41
  export declare const mapLegalEntityToCompany: (legalEntity: LegalEntity, isExperimentEnabled?: (key: ExperimentName) => boolean) => CompanySchema;
42
42
  export declare const mapCompanyToLegalEntity: (data: CompanySchema, isExperimentEnabled?: (key: ExperimentName) => boolean) => LegalEntity;
@@ -49,7 +49,6 @@ export declare const mapLegalEntityToSolePropBusinessDetails: (legalEntity: Lega
49
49
  export declare const mapSolePropToLegalEntity: (data: SolePropSchema, isExperimentEnabled: (key: ExperimentName) => boolean) => LegalEntity;
50
50
  export declare const mapSolePropToLegalEntityBusinessDetails: (data: BusinessDetailsSchema, isExperimentEnabled: (key: ExperimentName) => boolean) => LegalEntity;
51
51
  export type IndividualDocumentFields = Pick<IndividualSchema, 'idDocument' | 'proofOfResidency' | 'proofOfNationalId' | 'proofOfRelationship'>;
52
- export declare const getPage: ({ attachments }: Document, pageType?: PageType) => Attachment;
53
52
  export declare const getPageName: (document: Document, pageType?: PageType) => string;
54
53
  export declare const mapIndividualDocumentToApiDocument: (data: IndividualSchema, entityId: string) => Promise<Document[]>;
55
54
  export declare const mapExistingFile: (name: string) => FileSchema;
@@ -64,4 +63,3 @@ export declare const mapApiDocumentToSolePropDocuments: (entityId: string) => So
64
63
  export declare const mapPayoutDocumentsToApiDocuments: (data: PayoutDetailsSchema, entityId: string) => Promise<Document>;
65
64
  export declare const mapApiDocumentToPayoutDocuments: (entityId: string) => BankDocumentSchema;
66
65
  export declare const mapSourceOfFundToSourceOfFundsSchema: (businessLine: BusinessLinesType) => SourceOfFundsSchema;
67
- export declare const mapSourceOfFundsSchemaToLegalEntity: (data: SourceOfFundsSchema) => LegalEntity;
@@ -9,7 +9,3 @@ export declare const shiftRight: (possibleShifts: PossibleShift[], matchedTokens
9
9
  * @param mask
10
10
  */
11
11
  export declare const findPossibleShifts: (mask: MaskToken[]) => PossibleShift[];
12
- export declare const tryShift: (matchedTokens: MatchedToken[], remainingTokens: MaskToken[], fromIndex: number, shiftDistance: number) => {
13
- matchedTokens: MatchedToken[];
14
- remainingTokens: MaskToken[];
15
- } | "notPossible";
@@ -1,15 +1,8 @@
1
1
  import type { ConfigurationApi } from '../../../core/context/ConfigurationApiContext/ConfigurationApiContext';
2
- import { type CountryCode } from '../../../core/models/country-code';
3
2
  import type { PersonalDetailsSchema } from '../../../components/Individual/forms/Individual/PersonalDetails/types';
4
- export type Verification = {
3
+ type Verification = {
5
4
  field: string;
6
5
  isVerified: boolean;
7
6
  };
8
- export declare const COUNTRY_ID_NUMBER_MASKS: Partial<Record<CountryCode, {
9
- length: number;
10
- }>>;
11
- export declare const COUNTRY_ID_NUMBER_UNMASKED: Partial<Record<CountryCode, {
12
- length: number;
13
- }>>;
14
- export declare const ID_NUMBER_VERIFICATION_COUNTRIES: CountryCode[];
15
7
  export declare const handleVerifyIdNumber: (formData: PersonalDetailsSchema, verifyFn: ConfigurationApi["verifyIdNumber"]) => Promise<Verification>;
8
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adyen/kyc-components",
3
- "version": "3.53.2",
3
+ "version": "3.54.1",
4
4
  "keywords": [
5
5
  "adyen",
6
6
  "adyen-kyc",
@@ -26,6 +26,19 @@
26
26
  },
27
27
  "./styles.css": "./dist/style.css"
28
28
  },
29
+ "imports": {
30
+ "#*": [
31
+ "./src/*",
32
+ "./src/*.ts",
33
+ "./src/*.tsx",
34
+ "./src/*.js",
35
+ "./src/*.jsx",
36
+ "./src/*/index.ts",
37
+ "./src/*/index.tsx",
38
+ "./src/*/index.js",
39
+ "./src/*/index.jsx"
40
+ ]
41
+ },
29
42
  "types": "./dist/types/index.d.ts",
30
43
  "repository": {
31
44
  "type": "git",
@@ -81,7 +94,6 @@
81
94
  },
82
95
  "dependencies": {
83
96
  "@adyen/adyen-document-viewer": "^1.1.3",
84
- "@adyen/bento-design-tokens": "^1.31.1",
85
97
  "@adyen/openbankingsdk": "^0.2.3",
86
98
  "@adyen/ui-assets-icons-16": "^4.3.1",
87
99
  "@preact/signals": "^2.0.1",
@@ -100,6 +112,7 @@
100
112
  "zustand-computed": "^2.0.2"
101
113
  },
102
114
  "devDependencies": {
115
+ "@adyen/bento-design-tokens": "^1.44.0",
103
116
  "@commitlint/cli": "^19.6.0",
104
117
  "@commitlint/config-conventional": "^19.6.0",
105
118
  "@commitlint/prompt-cli": "^19.6.0",
@@ -143,8 +156,8 @@
143
156
  "eslint-plugin-react-hooks": "^5.0.0",
144
157
  "eslint-plugin-simple-import-sort": "^10.0.0",
145
158
  "eslint-plugin-testing-library": "^7.1.1",
159
+ "happy-dom": "^17.4.4",
146
160
  "inquirer": "^11.1.0",
147
- "jsdom": "^25.0.1",
148
161
  "jsonc-eslint-parser": "^2.4.0",
149
162
  "lodash-es": "^4.17.21",
150
163
  "msw": "^2.7.3",
@@ -164,7 +177,7 @@
164
177
  "typescript": "^5.7.2",
165
178
  "typescript-eslint": "^8.16.0",
166
179
  "typescript-strict-plugin": "^2.2.0",
167
- "vite": "^5.4.14",
180
+ "vite": "^5.4.16",
168
181
  "vite-node": "^2.1.6",
169
182
  "vite-plugin-svgr": "^4.3.0",
170
183
  "vitest": "^2.1.9"
@@ -1,5 +0,0 @@
1
- import type { ExistingLegalEntity } from '../../core/models/api/legal-entity';
2
- export declare const createLegalEntityStore: (legalEntityResponse: ExistingLegalEntity) => void;
3
- export declare const legalEntityStore: () => {
4
- legalEntity: import("@preact/signals-core").Signal<ExistingLegalEntity>;
5
- };