@adyen/kyc-components 3.53.2 → 3.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/dist/es/{B4MFY5CR-BoL9jlIT.js → B4MFY5CR-DDQAMInY.js} +1 -1
  2. package/dist/es/{HO4MOOFI-Cj7-DqRm.js → HO4MOOFI-UEN7mrZI.js} +2 -2
  3. package/dist/es/{HUY7CZI3-n6-nghz1.js → HUY7CZI3-C_axCv_G.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-DPsf1lQH.js} +18394 -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 +1 -3
  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
@@ -39,6 +39,7 @@ const svSE = {
39
39
  additionalInformation: "Ytterligare information",
40
40
  additionalInformationFormHeading: "Ytterligare företagsinformation",
41
41
  additionalInformationFormName: "Ytterligare detaljer",
42
+ additionalPersonalDetails: "Ytterligare personliga detaljer",
42
43
  addManually: "Lägg till manuellt",
43
44
  addMissingBankDetails: "Vi saknar dina bankuppgifter för att kunna genomföra utbetalningar och vi ber dig att lägga till ditt bankkonto.",
44
45
  addOwnerToTrustMember: "Lägg till ägare av %{trustMember}",
@@ -46,10 +47,12 @@ const svSE = {
46
47
  address: "Adress",
47
48
  address__placeHolder: "Börja med att skriva in en adress för förslag...",
48
49
  addresses: "Adresser",
50
+ addressPoBoxError: "Postboxadresser är inte tillåtna. Bekräfta en fysisk adress",
49
51
  addressRegisteredWithSecretaryOfState: "Adress registrerad hos Secretary of State för detta företag.",
50
52
  addTrustMember: "Lägg till medlem i stiftelsen/fonden",
51
53
  addYourselfAsSigner: "Lägg till dig själv som undertecknare",
52
54
  adoptionCertificate: "Intyg om adoption",
55
+ adyen: "Adyen",
53
56
  adyenKeepsDataAsLongAsLegallyRequired: "Adyen lagrar bara dina uppgifter så länge som vi är skyldiga att göra det enligt lag. De kommer inte att användas för andra ändamål eller av andra tredje parter än de som anges.",
54
57
  adyenWillOnlyGetTemporaryAccess: "Adyen får endast tillfällig tillgång till dina bankuppgifter och dina uppgifter delas aldrig med tredje part.",
55
58
  agreementPeriod: "Avtalsperiod (om tillämpligt)",
@@ -72,6 +75,7 @@ const svSE = {
72
75
  annualTurnoverValue: "Årligt omsättningsvärde",
73
76
  aNomineeDirectorIsAppointed: "En förvaltarregistrerad styrelseledamot utses för att agera i en tredje parts intresse.",
74
77
  aNomineeShareholderHoldsShares: "En förvaltarregistrerad aktieägare innehar aktier för en tredje parts räkning.",
78
+ anyInformationFromTheUploadedDocumentWillBeLost: "All information från det uppladdade dokumentet kommer att förloras. Du behöver lägga till dessa uppgifter manuellt.",
75
79
  anyInformationTakenFromThisDocument: "All information som inhämtas från detta dokument kommer att markeras som Ej verifierad.",
76
80
  apartmentSuite: "Lägenhet/svit",
77
81
  apartmentSuiteOther: "Lgh, svit, annat",
@@ -160,6 +164,7 @@ const svSE = {
160
164
  businessEarningDetails: "Information om affärsintäkter",
161
165
  businessEntityDescription: "Detta är vanligtvis en enskild firma, ett privat företag, offentligt bolag, partnerskap eller ideellt företag.",
162
166
  businessEntityTitle: "Affärsenhet",
167
+ businessFinancing: "Företagsfinansiering",
163
168
  businessIncorporationNumber: "Företagets organisationsnummer",
164
169
  businessInformation: "Information om företaget",
165
170
  businessInvestorDetails: "Information om företagsinvesterare",
@@ -207,6 +212,7 @@ const svSE = {
207
212
  charter: "Charter",
208
213
  check: "Check",
209
214
  checkForTypos: "Kontrollera om det finns stavfel och försök igen",
215
+ chooseTheCorrectDetailsBeforeProceeding: "Välj rätt uppgifter innan du fortsätter.",
210
216
  chRegistrationNumber: "Unternehmens-Identifikationsnummer (UID)",
211
217
  city: "Stad",
212
218
  cityTown: "Stad",
@@ -247,11 +253,12 @@ const svSE = {
247
253
  complete: "Slutförd",
248
254
  completeAddingAccount: "Slutför processen med att lägga till konto",
249
255
  confirm: "Bekräfta",
256
+ confirmPersonalInformation: "Bekräfta personlig information",
250
257
  constitutionalDocument: "Urkundsdokument",
251
- constitutionalDocument__header: "Ladda upp ett urkundsdokument",
252
- constitutionalDocument__headerDescription: "Det här bidrar till att verifiera dina uppgifter.",
253
- constitutionalDocument__soleProprietorship__headerDescription: "Det här gör det möjligt att verifiera dina uppgifter som enskild näringsidkare.",
254
- constitutionalDocument__trust__headerDescription: "Det här bidrar till att verifiera uppgifterna om din stiftelse.",
258
+ constitutionalDocumentHeader: "Ladda upp ett urkundsdokument",
259
+ constitutionalDocumentHeaderDescription: "Det här bidrar till att verifiera dina uppgifter.",
260
+ constitutionalDocumentSoleProprietorshipHeaderDescription: "Det här gör det möjligt att verifiera dina uppgifter som enskild näringsidkare.",
261
+ constitutionalDocumentTrustHeaderDescription: "Det här bidrar till att verifiera uppgifterna om din stiftelse.",
255
262
  contactDetails: "Kontaktuppgifter",
256
263
  containsNameOfCompany: "Innehåller namnet på ditt företag eller din organisation",
257
264
  "continue": "Fortsätt",
@@ -316,6 +323,7 @@ const svSE = {
316
323
  descriptionOptional: "Beskrivning (valfritt)",
317
324
  descriptionUndefinedBeneficiary: "Beskrivning av odefinierad förmånstagare",
318
325
  detCentralePersonregister: "Det Centrale Personregister (CPR)",
326
+ detected: "Upptäckt",
319
327
  DIC: "Daňové identifikační číslo (DIČ)",
320
328
  director: "VD",
321
329
  directorDescription: "Någon som utsetts att sköta ett företags affärer och angelägenheter",
@@ -364,6 +372,7 @@ const svSE = {
364
372
  downloadACopy: "Ladda ner en kopia",
365
373
  downloadAsPdf: "Ladda ner som PDF",
366
374
  driversLicense: "Körkort",
375
+ driving_licence: "Körkort",
367
376
  drivinglicenseBack: "Körkort (baksida)",
368
377
  drivinglicenseFront: "Körkort (framsida)",
369
378
  dropFileToUpload: "Släpp filen för att ladda upp",
@@ -451,6 +460,8 @@ const svSE = {
451
460
  errorMessage_1_85: "Styrelseintyget uppfyllde inte kraven",
452
461
  errorMessage_1_86: "Direktörsuppgifterna stämmer inte överens med direktörsintyget",
453
462
  errorMessage_1_87: "Direktörsuppgifterna kunde inte verifieras",
463
+ errorMessage_1_93: "Uppgifter om finansieringskällan kunde inte verifieras",
464
+ errorMessage_1_94: "Dokumentet för bevis på finansiering uppfyllde inte kraven",
454
465
  errorMessage_1_803: "Ladda upp ett direktörsintyg till en juridisk enhet",
455
466
  errorMessage_1_804: "Ladda upp ett annat direktörsintyg",
456
467
  errorMessage_1_1000: "Kontrollen misslyckades. Juridisk part nekad",
@@ -651,6 +662,10 @@ const svSE = {
651
662
  errorMessage_1_8013: "Det inskickade direktörsintyget stöds inte",
652
663
  errorMessage_1_8014: "Styrelseintyget var för gammalt",
653
664
  errorMessage_1_8015: "Styrelseintygets bild var av för låg kvalitet",
665
+ errorMessage_1_9009: "Bevis på finansiering stämde inte överens med typen av finansieringskälla.",
666
+ errorMessage_1_9010: "Det juridiska företagsnamnet stämde inte överens med det som visas på dokumentet för bevis på finansiering.",
667
+ errorMessage_1_9011: "Dokumentet för bevis på finansiering var för gammalt.",
668
+ errorMessage_1_9012: "Det juridiska företagsnamnet hittades inte i dokumentet med bevis på finansiering.",
654
669
  errorMessage_2_1101: "Ytterligare information behövs för att verifiera finansieringskällan.",
655
670
  errorMessage_2_1102: "Vissa uppgifter om finansieringskällan saknar fortfarande bevis på finansieringskällan.",
656
671
  errorMessage_2_1103: "Beviset på finansieringskällan visar olika typer av finansieringskällor.",
@@ -666,7 +681,14 @@ const svSE = {
666
681
  errorMessage_2_8189: "Verklig huvudman genom kontroll saknades.",
667
682
  errorMessage_2_8193: "Direktör saknades.",
668
683
  errorMessage_2_8196: "Dokument som bevisar äganderätt för att utföra verifiering saknades.",
684
+ errorMessage_2_8203: "organization.economicSector saknades",
685
+ errorMessage_2_8204: "organization.globalLegalEntityIdentifier saknades",
669
686
  errorMessage_2_8224: "Bevis på finansiering eller förmögenhetskälla saknades.",
687
+ errorMessage_2_8225: "Institutionell sektor saknades.",
688
+ errorMessage_2_8226: "Juridisk form saknades.",
689
+ errorMessage_2_8227: "Status för rättsliga förfaranden saknades.",
690
+ errorMessage_2_8228: "Datum för inledande av rättsliga förfaranden saknades.",
691
+ errorMessage_2_8229: "Indikatorn för huvudkontor saknades.",
670
692
  errorMessage_2_8234: '"organization.countryOfGoverningLaw" saknades.',
671
693
  errorMessage_2_8236: "Direktörsintyg saknades.",
672
694
  errorMessage_2_8247: "'organization.support.email' saknades",
@@ -674,6 +696,7 @@ const svSE = {
674
696
  errorMessage_2_8249: "'organization.support.phone.number' saknades",
675
697
  errorMessage_2_8250: "'individual.support.phone.number' saknades",
676
698
  errorMessage_3_10: "Granskning av data krävs",
699
+ errorUpdatingSourceOfFunds: "Fel vid uppdatering av finansieringskälla",
677
700
  estateAttorneysName: "Namn på dödsboets advokat",
678
701
  euVatNumber: "EU-momsregistreringsnummer",
679
702
  exemptedFromTax: "Undantaget från skatt",
@@ -931,6 +954,8 @@ const svSE = {
931
954
  latestTaxReturn: "Senaste skattedeklaration",
932
955
  learnMore: "Läs mer",
933
956
  leave: "Lämna",
957
+ leaveInstantVerification: "Vill du lämna omedelbar verifiering?",
958
+ leaveVerification: "Lämna verifiering",
934
959
  legalCompanyName: "Officiellt företagsnamn",
935
960
  legalCompanyName__helperText: "Det juridiska namnet används för att identifiera ett företag hos myndigheterna. Skriv in det exakt som det står på dina myndighetshandlingar eller juridiska formulär.",
936
961
  legalCompanyName__helperText__AU: "Ange namnet exakt som det visas i Australian Securities and Investment Commission's (ASIC).",
@@ -940,7 +965,7 @@ const svSE = {
940
965
  legalCompanyName__helperText__SG: "Ange namnet exakt som det står i din BizFile från Accounting and Corporate Regulatory Authority (ACRA).",
941
966
  legalCompanyName__helperText__US: "Ange namnet exakt som det står i din Secretary of State Registration.",
942
967
  legalCompanyName__helperText__US__business: "Det juridiska namnet används för att identifiera ett företag hos myndigheterna. Skriv in det exakt som det står på dina myndighetshandlingar eller juridiska formulär.",
943
- legalCompanyName__US: "Juridiskt namn",
968
+ legalCompanyName__US: "Officiellt företagsnamn",
944
969
  legalEntityIdentifier: "LEI-kod (Legal Entity Identifier)",
945
970
  legalForm: "Juridisk form",
946
971
  legalInformation: "Juridisk information",
@@ -1026,6 +1051,8 @@ const svSE = {
1026
1051
  nameOfTrustAgreement: "Namnet på fond-/stiftelseavtalet",
1027
1052
  namesOfInvolvedParties: "Namn på inblandade parter (om tillämpligt)",
1028
1053
  namesOfLandlordAndTenant: "Namn på hyresvärd och hyresgäst",
1054
+ national_identity_card: "Nationellt ID-kort",
1055
+ nationalIdNumber: "Nationellt ID-nummer",
1029
1056
  nationalInsuranceNumber: "Nationalförsäkringsnummer (NINO)",
1030
1057
  nationality: "Nationalitet",
1031
1058
  naturalPersonDescription: "Han/hon har inget företag.",
@@ -1090,6 +1117,7 @@ const svSE = {
1090
1117
  organisasjonsnummer: "Organisasjonsnummer",
1091
1118
  organisationsnummer: "Organisationsnummer",
1092
1119
  organization: "Organisation",
1120
+ original: "Original",
1093
1121
  originatorType: "Upphovsmanstyp",
1094
1122
  orSoleProprietorshipName: "eller namnet på enskild näringsidkare",
1095
1123
  otherAddressInformation: "Annan adressinformation",
@@ -1145,6 +1173,8 @@ const svSE = {
1145
1173
  pensionSlip: "Pensionsbesked",
1146
1174
  pensionStatement: "Pensionsutdrag",
1147
1175
  personalDetails: "Personuppgifter",
1176
+ personalIdentityDetails: "Personliga identitetsuppgifter",
1177
+ personalIdentityDetailsDescription: "Vi använder bara dessa uppgifter för att verifiera din identitet. Läs om hur dina uppgifter hanteras i vår sekretesspolicy.",
1148
1178
  personAppointmentUnderTrustInstrument: "Den person som enligt stiftelsen/fonden utsetts att leda eller begränsa förvaltarna i förhållande till deras förvaltning av stiftelsen/fonden.",
1149
1179
  personnummer: "Personnummer",
1150
1180
  peselNumber: "PESEL-nummer",
@@ -1162,6 +1192,7 @@ const svSE = {
1162
1192
  pleaseFillInAllFields: "Fyll i alla fält.",
1163
1193
  pleaseNote: "Obs!",
1164
1194
  pleaseProvideThePurposeOfCharitableTrust: "Ange välgörenhetsstiftelsens syfte",
1195
+ poBox: "Postbox",
1165
1196
  pooledSuperannuationTrust: "Samlad pensionsplansfond",
1166
1197
  postalCode: "Postnummer",
1167
1198
  poweredBy: "Drivs av",
@@ -1175,9 +1206,13 @@ const svSE = {
1175
1206
  processing: "Bearbetas",
1176
1207
  professionalServiceProvider: "Min stiftare är en professionell tjänsteleverantör",
1177
1208
  progress: "Framsteg",
1209
+ proofOfAddress: "Adressbevis",
1178
1210
  proofOfAnnualTurnoverAmount: "Bevis på årligt omsättningsbelopp",
1179
1211
  proofOfDirector: "Direktörsintyg",
1212
+ proofOfFundingOrWealthSource: "Bevis på finansiering eller förmögenhetskälla",
1180
1213
  proofOfNationalId: "Bevis på nationellt ID",
1214
+ proofOfNationalIdNumber: "Bevis på nationellt ID-nummer",
1215
+ proofOfOrganizationTaxInfo: "Bevis på organisationens skatteinformation",
1181
1216
  proofOfOwnership: "Ägarbevis",
1182
1217
  proofOfOwnershipRent: "Ägarbevis",
1183
1218
  proofOfRelationship: "Bevis på relation",
@@ -1271,6 +1306,8 @@ const svSE = {
1271
1306
  remediationMessage_1_511: "Ladda upp ett dokument som intygar att utbetalningsenheten ägs till 100 % av den juridiska parten",
1272
1307
  remediationMessage_1_512: "Ladda upp ett momsdokument",
1273
1308
  remediationMessage_1_513: "Ladda upp ett annat momsdokument",
1309
+ remediationMessage_1_519: "Uppdatera finansieringskälla",
1310
+ remediationMessage_1_521: "Ladda upp ett annat bevis på finansieringskällan",
1274
1311
  remediationMessage_1_600: "Uppdatera information om juridisk enhet",
1275
1312
  remediationMessage_1_601: "Ladda upp ett urkundsdokument",
1276
1313
  remediationMessage_1_602: "Ladda upp ett annat urkundsdokument",
@@ -1312,9 +1349,12 @@ const svSE = {
1312
1349
  requirements: "Krav:",
1313
1350
  requiresDecisionMakers: "Kräver beslutsfattare",
1314
1351
  requiresSignatory: "Kräver undertecknare",
1352
+ residence_permit: "Uppehållstillstånd",
1315
1353
  residencePermitBack: "Uppehållstillstånd (baksida)",
1316
1354
  residencePermitFront: "Uppehållstillstånd (framsida)",
1317
1355
  residencyCountry: "Bostadsland/-region",
1356
+ residentialAddress: "Bostadsadress",
1357
+ residentialAddressDescription: "Den här personens primära adress, som vanligtvis används för personliga banktjänster och allmännyttiga tjänster.",
1318
1358
  retrieveMyInfo: "Hämta Myinfo",
1319
1359
  retrieveMyInfoBusiness: "Hämta Myinfo business",
1320
1360
  retrieveMyinfoBusinessWith: "Hämta Myinfo business med",
@@ -1423,7 +1463,6 @@ const svSE = {
1423
1463
  sorryAnErrorOccurred: "Ett fel har tyvärr uppstått",
1424
1464
  sorryWeCantSetUpAnAccountForYou: "Vi kan tyvärr inte skapa ett konto åt dig",
1425
1465
  sortCode: "Clearingnummer",
1426
- sourceOfDonatedFunds: "Källa för donerade medel",
1427
1466
  sourceOfFunds: "Finansieringskälla",
1428
1467
  SSM: "Suruhanjaya Syarikat Malaysia (SSM)",
1429
1468
  ssn: "SSN",
@@ -1502,6 +1541,7 @@ const svSE = {
1502
1541
  theCompanyIWorkFor: "Företaget jag arbetar för",
1503
1542
  theIdCheckWillBeAutomaticallyValidated: "Om handlingen är korrekt valideras din identitet automatiskt",
1504
1543
  thenResubmit: "Skicka sedan in på nytt.",
1544
+ thereAreDifferencesBetweenYourEntryAndWhatWeDetectedInYourIdDocument: "Det finns skillnader mellan din inmatning och vad vi upptäckte i ditt ID-dokument. Välj rätt information för att fortsätta.",
1505
1545
  thereAreNoSigners: "Det finns inga undertecknare. Lägg till dig själv för att se till att du kan godkänna villkoren och ta emot medlen.",
1506
1546
  thereWasAnErrorTryAgain: "Det uppstod ett fel, vänligen försök igen",
1507
1547
  thisCompanyDoesntHaveAnSDI: "Det här företaget har ingen SDI-kod.",
@@ -1521,6 +1561,7 @@ const svSE = {
1521
1561
  tradingName: "Handelsnamn",
1522
1562
  transactionStatement: "Transaktionsutdrag",
1523
1563
  transferInstrumentDeleted: "Överföringsinstrument raderat",
1564
+ transferInstrumentLimitHasAlreadyBeenMet: "Gränsen för överföringsinstrumentet har redan uppnåtts",
1524
1565
  transitNumber: "Överföringsnummer",
1525
1566
  trust: "Stiftelse",
1526
1567
  trustDeed: "Stiftelsehandling",
@@ -1572,6 +1613,7 @@ const svSE = {
1572
1613
  uploadYourOrganizationProofOfDirector: "Ladda upp din organisations direktörsintyg",
1573
1614
  upToFiles: "Upp till %{maxFiles} fil(er).",
1574
1615
  usePhoneToScanId: "Använd din telefon för att skanna ID-handlingen",
1616
+ useSelectedInformation: "Använd vald information",
1575
1617
  "UST-ID": "UST-ID (Umsatzsteuer-Identifikationsnummer)",
1576
1618
  "USt-IdNr": "USt-IdNr. Umsatzsteuer-Identifikationsnummer",
1577
1619
  utilityBill: "Hushållsräkning",
@@ -1595,6 +1637,7 @@ const svSE = {
1595
1637
  validationPleaseEnterAValidVatNumber: "Vänligen ange ett giltigt skatteregistreringsnummer",
1596
1638
  validationPleaseEnterAValidVatNumberWithFormat: "Ange ett giltigt momsregistreringsnummer. Förväntat format: %{format}",
1597
1639
  vatAbsenceReason: "Anledning till avsaknad av momsregistreringsnummer",
1640
+ vatDocument: "Momsdokument",
1598
1641
  vatNumber: "Momsregistreringsnummer",
1599
1642
  vatNummerMomsregistreringsnummerOrMomsnummer: "VAT-nummer, momsregistreringsnummer eller momsnummer",
1600
1643
  vatRegistrationNumber: "Momsregistreringsnummer",
@@ -1608,6 +1651,7 @@ const svSE = {
1608
1651
  verifyWith: "Verifiera med",
1609
1652
  weAccept: "Vi accepterar:",
1610
1653
  website: "Webbplats",
1654
+ weCouldNotReachOnfido: "Vi kunde inte nå Onfido. Försök igen om några sekunder.",
1611
1655
  weCouldntCompleteTheAccountCheck: "Vi kunde inte slutföra kontokontrollen. Försök igen senare eller ange kontouppgifterna manuellt.",
1612
1656
  weCouldntConnectToMyinfo: "Vi kunde inte ansluta till Myinfo",
1613
1657
  weCouldntConnectToMyinfoBusiness: "Vi kunde inte ansluta till Myinfo Business",
package/dist/style.css CHANGED
@@ -4477,6 +4477,124 @@ fieldset {
4477
4477
  /* #endregion */
4478
4478
  /* #region Inline components */
4479
4479
  /* #endregion */
4480
+ .adyen-kyc-verify-onfido-container {
4481
+ width: 402px;
4482
+ display: flex;
4483
+ flex-direction: column;
4484
+ align-items: center;
4485
+ }
4486
+ @container main (min-width: 1024px) {
4487
+ .adyen-kyc-verify-onfido-container {
4488
+ width: 528px;
4489
+ }
4490
+ }
4491
+
4492
+ .adyen-kyc-verify-onfido-header {
4493
+ text-align: center;
4494
+ margin-bottom: var(--adyen-sdk-spacer-100, 32px);
4495
+ width: 370px;
4496
+ }
4497
+ @container main (min-width: 1024px) {
4498
+ .adyen-kyc-verify-onfido-header {
4499
+ width: 464px;
4500
+ }
4501
+ }
4502
+ .adyen-kyc-verify-onfido-header-image {
4503
+ margin-bottom: var(--adyen-sdk-spacer-100, 32px);
4504
+ width: 180px;
4505
+ height: 142px;
4506
+ }
4507
+
4508
+ .adyen-kyc-verify-onfido-content {
4509
+ width: 350px;
4510
+ display: flex;
4511
+ flex-direction: column;
4512
+ align-items: center;
4513
+ }
4514
+
4515
+ .adyen-kyc-verify-onfido-button {
4516
+ margin-top: var(--adyen-sdk-spacer-040, 8px);
4517
+ width: 100%;
4518
+ }
4519
+
4520
+ .adyen-kyc-verify-onfido-button-icon {
4521
+ height: var(--adyen-sdk-spacer-090, 24px);
4522
+ width: 88px;
4523
+ }
4524
+
4525
+ .adyen-kyc-verify-onfido-body {
4526
+ text-align: center;
4527
+ margin-top: var(--adyen-sdk-spacer-040, 8px);
4528
+ }.adyen-kyc-verification-disclaimer {
4529
+ text-align: center;
4530
+ margin-top: var(--adyen-sdk-spacer-040, 8px);
4531
+ }/* #region Borders */
4532
+ /* #endregion */
4533
+ /* for container queries */
4534
+ /* #region Z-index */
4535
+ /* #endregion */
4536
+ /* #region Timing functions */
4537
+ /* #endregion */
4538
+ /* #region Inline components */
4539
+ /* #endregion */
4540
+ .adyen-kyc-verification-header {
4541
+ text-align: center;
4542
+ margin-bottom: var(--adyen-sdk-spacer-100, 32px);
4543
+ width: 370px;
4544
+ }
4545
+ @container main (min-width: 1024px) {
4546
+ .adyen-kyc-verification-header {
4547
+ width: 464px;
4548
+ }
4549
+ }
4550
+
4551
+ .adyen-kyc-verification-header-image {
4552
+ margin-bottom: var(--adyen-sdk-spacer-100, 32px);
4553
+ width: 180px;
4554
+ height: 142px;
4555
+ }
4556
+
4557
+ .adyen-kyc-verification-header-content {
4558
+ text-align: center;
4559
+ margin-top: var(--adyen-sdk-spacer-040, 8px);
4560
+ }/* #region Borders */
4561
+ /* #endregion */
4562
+ /* for container queries */
4563
+ /* #region Z-index */
4564
+ /* #endregion */
4565
+ /* #region Timing functions */
4566
+ /* #endregion */
4567
+ /* #region Inline components */
4568
+ /* #endregion */
4569
+ .adyen-kyc-uploaded-document {
4570
+ color: var(--adyen-sdk-color-label-primary, #00112c);
4571
+ font-size: var(--adyen-sdk-text-body-font-size, 14px);
4572
+ display: flex;
4573
+ justify-content: space-between;
4574
+ border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
4575
+ border-radius: var(--adyen-sdk-border-radius-l, 12px);
4576
+ padding: var(--adyen-sdk-spacer-070, 16px);
4577
+ width: 370px;
4578
+ vertical-align: middle;
4579
+ }
4580
+ @container main (min-width: 1024px) {
4581
+ .adyen-kyc-uploaded-document {
4582
+ width: 464px;
4583
+ }
4584
+ }
4585
+
4586
+ .adyen-kyc-uploaded-document-update-button {
4587
+ margin-left: var(--adyen-sdk-spacer-040, 8px);
4588
+ height: 40px;
4589
+ }/* #region Borders */
4590
+ /* #endregion */
4591
+ /* for container queries */
4592
+ /* #region Z-index */
4593
+ /* #endregion */
4594
+ /* #region Timing functions */
4595
+ /* #endregion */
4596
+ /* #region Inline components */
4597
+ /* #endregion */
4480
4598
  .adyen-kyc-embedded-status {
4481
4599
  display: flex;
4482
4600
  justify-content: space-between;
@@ -1,5 +1,5 @@
1
- import type { QueryOptions } from './types';
2
- import type { ExistingLegalEntity } from '../core/models/api/legal-entity';
1
+ import type { QueryOptions } from '../types';
2
+ import type { ExistingLegalEntity } from '../../core/models/api/legal-entity';
3
3
  /**
4
4
  *
5
5
  * @param id legalEntityId
@@ -1,3 +1,3 @@
1
- import type { QueryOptions } from './types';
2
- import type { OnboardingStatusResponse } from '../core/models/api/view-verification-status';
1
+ import type { QueryOptions } from '../types';
2
+ import type { OnboardingStatusResponse } from '../../core/models/api/view-verification-status';
3
3
  export declare const useOnboardingStatus: (options?: QueryOptions<OnboardingStatusResponse>) => import("@tanstack/react-query").UseQueryResult<OnboardingStatusResponse, Error>;
@@ -1,3 +1,3 @@
1
- import type { QueryOptions } from './types';
2
- import type { PciStatus, PciStatusRequest } from '../core/models/api/contracts';
1
+ import type { QueryOptions } from '../types';
2
+ import type { PciStatus, PciStatusRequest } from '../../core/models/api/contracts';
3
3
  export declare const usePciStatus: (data: PciStatusRequest, options?: QueryOptions<PciStatus>) => import("@tanstack/react-query").UseQueryResult<PciStatus, Error>;
@@ -1,9 +1,8 @@
1
1
  import type { QueryOptions } from '../types';
2
- import type { components } from './pci';
2
+ import type { components } from './pci.contract';
3
3
  type SuccessResponse = components['schemas']['GeneratePciDescriptionResponse'];
4
4
  type Request = components['schemas']['GeneratePciDescriptionRequest'];
5
5
  type ModifiedSuccessResponse = Required<SuccessResponse>;
6
- export declare const getPciTemplate: (legalEntityId: string, url: string, data: Request) => Promise<ModifiedSuccessResponse>;
7
6
  export declare const usePciTemplate: (data: Request, options?: QueryOptions<ModifiedSuccessResponse>) => import("@tanstack/react-query").UseQueryResult<Required<{
8
7
  content?: string;
9
8
  language?: string;
@@ -1,8 +1,7 @@
1
1
  import { type MutationOptions } from '@tanstack/react-query';
2
- import type { components } from './pci';
2
+ import type { components } from './pci.contract';
3
3
  type SuccessResponse = components['schemas']['PciSigningResponse'];
4
4
  type Request = components['schemas']['PciSigningRequest'];
5
- export declare const signPci: (legalEntityId: string, url: string, data: Request) => Promise<SuccessResponse>;
6
5
  export declare const useSignPci: (options?: Omit<MutationOptions<SuccessResponse, unknown, Request>, "mutationFn">) => import("@tanstack/react-query").UseMutationResult<{
7
6
  pciQuestionnaireIds?: string[];
8
7
  signedBy?: string;
@@ -1,7 +1,6 @@
1
1
  import type { QueryOptions } from '../types';
2
- import type { components } from './termsOfService';
2
+ import type { components } from './termsOfService.contract';
3
3
  type SuccessResponse = components['schemas']['GetTermsOfServiceAcceptanceInfosResponse'];
4
- export declare const getServiceAgreementAcceptanceInfos: (legalEntityId: string, url: string) => Promise<SuccessResponse>;
5
4
  export declare const useServiceAgreementAcceptanceInfos: (options?: QueryOptions<SuccessResponse>) => import("@tanstack/react-query").UseQueryResult<{
6
5
  data?: components["schemas"]["TermsOfServiceAcceptanceInfo"][];
7
6
  }, Error>;
@@ -1,5 +1,5 @@
1
1
  import type { QueryOptions } from '../types';
2
- import type { components } from './termsOfService';
2
+ import type { components } from './termsOfService.contract';
3
3
  type SuccessResponse = components['schemas']['TermsOfServiceStatusResponse'];
4
4
  export declare const useServiceAgreementStatus: (options?: QueryOptions<SuccessResponse>) => import("@tanstack/react-query").UseQueryResult<{
5
5
  termsOfServiceTypes?: components["schemas"]["TermsOfServiceType"][];
@@ -0,0 +1,4 @@
1
+ import type { QueryOptions } from './types';
2
+ import type { CleanseAPIRequestPayload } from '../core/models/api/contracts';
3
+ import type { LoqateAddress } from '../core/models/api/address-search';
4
+ export declare const useAddressCleanse: (data: CleanseAPIRequestPayload | undefined, options?: QueryOptions<LoqateAddress>) => import("@tanstack/react-query").UseQueryResult<LoqateAddress, Error>;
@@ -1,3 +1,3 @@
1
1
  import type { BankDocumentSchema } from './types';
2
- import type { ValidatorRules } from '../../../../utils/validation/types';
2
+ import type { ValidatorRules } from '#utils/validation/types';
3
3
  export declare const bankDocumentValidationRules: ValidatorRules<BankDocumentSchema>;
@@ -1,3 +1,3 @@
1
1
  import type { AccountVerificationSchema } from './types';
2
- import type { ValidatorRules } from '../../../../utils/validation/types';
2
+ import type { ValidatorRules } from '#utils/validation/types';
3
3
  export declare const bankVerificationValidationRules: ValidatorRules<AccountVerificationSchema>;
@@ -42,7 +42,7 @@ export interface PayoutDetailsProps extends BaseOuterFormProps<PayoutDetailsSche
42
42
  country: CountryCode;
43
43
  handleNextClick(): void;
44
44
  }
45
- export type PayoutDropinApiHandlers = Required<Pick<DropinAPIHandlers, 'handleCreateDocument' | 'handleGetDocument' | 'handleUpdateDocument' | 'handleUpdateTransferInstrument' | 'handleCreateTransferInstrument'>> & Pick<DropinAPIHandlers, 'handleCreateTrustedTransferInstrument'>;
45
+ type PayoutDropinApiHandlers = Required<Pick<DropinAPIHandlers, 'handleCreateDocument' | 'handleGetDocument' | 'handleUpdateDocument' | 'handleUpdateTransferInstrument' | 'handleCreateTransferInstrument'>> & Pick<DropinAPIHandlers, 'handleCreateTrustedTransferInstrument'>;
46
46
  export interface PayoutDetailsDropinProps extends Omit<PayoutDetailsProps, 'country' | 'accountHolder' | 'handleNextClick' | 'bankVendorsLoadingStatus' | 'instantVerificationAvailable'>, Omit<DropinProps, 'legalEntityResponse'>, PayoutDropinApiHandlers {
47
47
  handleGetBankVerificationVendors?: DropinAPIHandlers['handleGetBankVerificationVendors'];
48
48
  accountHolder?: string;
@@ -54,3 +54,4 @@ export interface PayoutDetailsDropinProps extends Omit<PayoutDetailsProps, 'coun
54
54
  id: string;
55
55
  }) => void;
56
56
  }
57
+ export {};
@@ -4,7 +4,7 @@ import type { BankVerificationVendor, InstantVerificationErrorNotification } fro
4
4
  import type { LoadingStatus } from '../../../../ui/atoms/LoaderWrapper/constants';
5
5
  import type { PayoutDetailsProps } from '../../PayoutDetails/types';
6
6
  import type { BankVerificationErrorResponse } from '../../../../../core/models/api/trusted-transferInstrument';
7
- import type { ValidatorMode } from '../../../../../utils/validation/types';
7
+ import type { ValidatorMode } from '#utils/validation/types';
8
8
  interface PreferInstantVerificationMethodProps {
9
9
  provider: BankVerificationVendor | undefined;
10
10
  bankInfoValidated: boolean;
@@ -1,7 +1,7 @@
1
1
  import type { VerificationMethod } from './types';
2
2
  import type { TranslationKey } from '../../../../language/types';
3
3
  import type { SvgName } from '../../../ui/atoms/Svg/Svg';
4
- export interface PayoutVerificationMethodMetadata {
4
+ interface PayoutVerificationMethodMetadata {
5
5
  name: TranslationKey;
6
6
  subtitle: TranslationKey;
7
7
  description: TranslationKey;
@@ -14,3 +14,4 @@ export interface PayoutVerificationMethodMetadata {
14
14
  export declare const getProviderName: (providerName?: string) => string;
15
15
  export declare const getProviderIconName: (providerName?: string) => SvgName | undefined;
16
16
  export declare const makePayoutVerificationMethodsMetadata: (instantVerificationProviderName?: string) => Record<VerificationMethod, PayoutVerificationMethodMetadata>;
17
+ export {};
@@ -1,10 +1,8 @@
1
1
  import type { CountryCode } from '../../../core/models/country-code';
2
2
  import type { BankAccountFormatType } from '../fields/BankAccountFormat/types';
3
- import type { LegalEntity } from '../../../core/models/api/legal-entity';
4
3
  import type { Currency } from '../../../core/models/currency';
5
4
  import type { Language } from '../../../language/Language';
6
5
  import type { PayoutAccountSchema } from '../forms/PayoutAccount/types';
7
- export declare const hasPayoutAccount: (legalEntityResponse: LegalEntity) => boolean;
8
6
  export declare const shouldShowCheckGuidance: (country: CountryCode) => boolean;
9
7
  export declare const shouldShowPayoutAccountFormatSelector: (country: CountryCode) => boolean;
10
8
  export declare const shouldShowPayoutAlert: (country: CountryCode) => boolean;
@@ -1,5 +1,5 @@
1
1
  import type { CompanyDatasetResponse } from '../../../../core/models/api/company-search';
2
- import type { ValidatorMode } from '../../../../utils/validation/types';
2
+ import type { ValidatorMode } from '#utils/validation/types';
3
3
  import type { AddressSchema } from '../../../Shared/forms/Address/types';
4
4
  import type { AdditionalInformationSchema } from './types';
5
5
  /**
@@ -3,27 +3,15 @@ import type { FormRules } from '../../../../core/models/form-rules';
3
3
  import type { BusinessDetailsSchema } from '../BusinessDetails/types';
4
4
  import type { SolePropSchema } from '../../../SoleProprietorship/forms/SoleProp/types';
5
5
  import type { CompanySchema } from './types';
6
- export declare const COUNTRIES_THAT_DONT_REQUIRE_SOLE_PROP_REGISTRATION: CountryCode[];
7
- export declare const COUNTRIES_THAT_DONT_REQUIRE_COMPANY_REGISTRATION: CountryCode[];
8
- export declare const COUNTRIES_WITH_POSSIBLE_REGISTRATION_EXEMPTIONS_FOR_SOLE_PROPS: CountryCode[];
9
- export declare const COUNTRIES_WITH_POSSIBLE_REGISTRATION_EXEMPTIONS_FOR_ORGANIZATIONS: CountryCode[];
10
- export declare const COUNTRIES_WITH_OPTIONAL_REGISTRATION_NUMBER: CountryCode[];
11
6
  /**
12
7
  * Also used to determine what documenttype needs to be used
13
8
  * when uploading tax document in mapping.ts
14
9
  * */
15
10
  export declare const COUNTRIES_THAT_USE_TAX_ID_INSTEAD_OF_VAT: readonly CountryCode[];
16
- export declare const COUNTRIES_THAT_DO_NOT_USE_TAX_ID_FOR_SOLE_PROP: readonly CountryCode[];
17
- export declare const COUNTRIES_WITH_POSSIBLE_TAX_EXEMPTION_FOR_COMPANIES: readonly CountryCode[];
18
- export declare const COUNTRIES_WITH_POSSIBLE_TAX_EXEMPTION_FOR_SOLE_PROPS: readonly CountryCode[];
19
- export declare const COUNTRIES_THAT_REQUIRE_DATE_OF_INCORPORATION: CountryCode[];
20
- export declare const COUNTRIES_THAT_USES_UEN_OR_GST: CountryCode[];
21
11
  /**
22
12
  * @description These are the countries that currently have a search provider that requires their tax information (TIN, VAT, etc) to search and verify details.
23
13
  */
24
14
  export declare const COUNTRIES_USING_COMPANY_SEARCH: readonly CountryCode[];
25
15
  export declare const COUNTRY_OF_GOVERNING_LAW_POSSIBLE: readonly CountryCode[];
26
- export declare const COUNTRIES_REQUIRING_FINANCIAL_INFORMATION: readonly CountryCode[];
27
- export declare const COUNTRIES_REQUIRING_E_INVOICING_CODE: readonly CountryCode[];
28
16
  export declare const COUNTRIES_WITH_POSSIBLE_TRUSTEE_TAXID_ABSENT_V4: readonly CountryCode[];
29
17
  export declare const rules: FormRules<CompanySchema | SolePropSchema | BusinessDetailsSchema>;
@@ -1,3 +1,3 @@
1
- import type { ValidatorRules } from '../../../../utils/validation/types';
1
+ import type { ValidatorRules } from '#utils/validation/types';
2
2
  import type { CompanyStructureSchema } from './types';
3
3
  export declare const CompanyStructureValidation: ValidatorRules<CompanyStructureSchema>;
@@ -1,3 +1,3 @@
1
- import type { ValidatorRules } from '../../../../utils/validation/types';
1
+ import type { ValidatorRules } from '#utils/validation/types';
2
2
  import type { CompanyTypeSchema } from './types';
3
3
  export declare const companyTypeValidationRules: ValidatorRules<CompanyTypeSchema>;
@@ -8,8 +8,9 @@ export interface RegistrationDocumentProps extends DocumentUploadProps {
8
8
  heading?: TranslationKey;
9
9
  description?: TranslationKey;
10
10
  }
11
- export interface CompanyTypeDocuments {
11
+ interface CompanyTypeDocuments {
12
12
  header: TranslationKey;
13
13
  documents: Array<TranslationKey>;
14
14
  }
15
15
  export type AcceptedDocuments = Partial<Record<CompanyTypesValue, CompanyTypeDocuments>>;
16
+ export {};
@@ -8,8 +8,9 @@ export interface TaxDocumentProps extends DocumentUploadProps {
8
8
  heading?: TranslationKey;
9
9
  description?: TranslationKey;
10
10
  }
11
- export interface CompanyTypeDocuments {
11
+ interface CompanyTypeDocuments {
12
12
  header: TranslationKey;
13
13
  documents: Array<TranslationKey>;
14
14
  }
15
15
  export type AcceptedDocuments = Partial<Record<CompanyTypesValue, CompanyTypeDocuments>>;
16
+ export {};
@@ -3,7 +3,7 @@ import type { ExistingLegalEntity, LegalEntity } from '../../../../core/models/a
3
3
  import type { EntityProblems } from '../../../../core/models/errors/entity-problems';
4
4
  import type { FormModelWithValidity } from '../../../../core/models/form';
5
5
  import type { Language } from '../../../../language/Language';
6
- import type { DocumentApiUtils } from '../../../../utils/api/documentUtils';
6
+ import type { DocumentApiUtils } from '#utils/api/documentUtils';
7
7
  import type { BusinessDetailsProps, BusinessDetailsSchema } from '../../forms/BusinessDetails/types';
8
8
  import type { AccountHolderOption } from '../../../../core/types/AccountHolder.types';
9
9
  import type { LoadingStatus } from '../../../ui/atoms/LoaderWrapper/constants';
@@ -12,7 +12,7 @@ import type { TrustMember } from '../../../Trust/tasks/TrustMembers/types';
12
12
  import type { DropinAPIHandlers, DropinProps } from '../../../EmbeddedDropins/OnboardingDropinComponent/DropinComposer/types';
13
13
  import type { ExperimentName } from '../../../../core/context/ExperimentContext/types';
14
14
  import type { AdditionalEventProperties } from '../../../../core/user-events';
15
- export type BusinessDetailsDropinApihandler = Required<Pick<DropinAPIHandlers, 'handleCreateDocument' | 'handleGetDocument' | 'handleUpdateDocument' | 'handleUpdateLegalEntity' | 'handleCreateLegalEntity'>> & {
15
+ type BusinessDetailsDropinApihandler = Required<Pick<DropinAPIHandlers, 'handleCreateDocument' | 'handleGetDocument' | 'handleUpdateDocument' | 'handleUpdateLegalEntity' | 'handleCreateLegalEntity'>> & {
16
16
  handleCompanyIndexSearch?: DropinAPIHandlers['handleCompanyIndexSearch'];
17
17
  handleCompanyDeepSearch?: DropinAPIHandlers['handleCompanyDeepSearch'];
18
18
  handleCompanyRegistrationNumberIndexSearch?: DropinAPIHandlers['handleCompanyRegistrationNumberIndexSearch'];
@@ -22,7 +22,7 @@ export type BusinessDetailsDropinApihandler = Required<Pick<DropinAPIHandlers, '
22
22
  handleVerifyTin?: DropinAPIHandlers['handleVerifyTin'];
23
23
  handleClearCompanyData?: DropinAPIHandlers['handleClearCompanyData'];
24
24
  };
25
- export type BusinessDetailsDropin = Omit<BusinessDetailsProps, 'isTopLevelEntity' | 'handleNextClick' | 'showCompanyStructure' | 'showBusinessSelection' | 'searching' | 'fetching' | 'verifying' | 'resettingTrustedData' | 'searchResults' | 'invalidTin' | 'resetTinVerification' | 'verifiedBusiness' | 'fetchBusinessData' | 'verifyBusinessData' | 'proceedToManualDataEntry' | 'setShowBusinessSelection' | 'setShowCompanyStructure'>;
25
+ type BusinessDetailsDropin = Omit<BusinessDetailsProps, 'isTopLevelEntity' | 'handleNextClick' | 'showCompanyStructure' | 'showBusinessSelection' | 'searching' | 'fetching' | 'verifying' | 'resettingTrustedData' | 'searchResults' | 'invalidTin' | 'resetTinVerification' | 'verifiedBusiness' | 'fetchBusinessData' | 'verifyBusinessData' | 'proceedToManualDataEntry' | 'setShowBusinessSelection' | 'setShowCompanyStructure'>;
26
26
  export interface BusinessDetailsDropinProps extends BusinessDetailsDropin, BusinessDetailsDropinApihandler, DropinProps {
27
27
  legalEntityResponse: ExistingLegalEntity;
28
28
  associatedLegalArrangement?: ExistingLegalEntity;
@@ -37,7 +37,7 @@ export interface SubmitDocumentsProps {
37
37
  documentUtils: DocumentApiUtils;
38
38
  additionalTrackingParams: Partial<AdditionalEventProperties>;
39
39
  }
40
- export interface SubmitProps {
40
+ interface SubmitProps {
41
41
  data: BusinessDetailsSchema;
42
42
  legalEntityResponse: ExistingLegalEntity;
43
43
  additionalTrackingParams: Partial<AdditionalEventProperties>;
@@ -61,3 +61,4 @@ export interface SubmitSolePropProps extends SubmitProps {
61
61
  associatedLegalArrangement?: ExistingLegalEntity;
62
62
  handleCreateLegalEntity: Required<DropinAPIHandlers>['handleCreateLegalEntity'];
63
63
  }
64
+ export {};