@adyen/kyc-components 2.51.1 → 2.52.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 (134) hide show
  1. package/dist/es/4-people-BTQ6Okmp.js +15 -0
  2. package/dist/es/adyen-kyc-components.es.js +3090 -3008
  3. package/dist/es/arrow-left-DEX29gr8.js +5 -0
  4. package/dist/es/arrow-right-BSLTMCIA.js +5 -0
  5. package/dist/es/bank-BwbpmObN.js +5 -0
  6. package/dist/es/bin-D7a-dmmy.js +9 -0
  7. package/dist/es/checkmark-DS0ypPvH.js +5 -0
  8. package/dist/es/checkmark-circle-D_pSWXBi.js +11 -0
  9. package/dist/es/checkmark-circle-fill-hZq1T5e9.js +8 -0
  10. package/dist/es/checkmark-small-4ciES6ZR.js +5 -0
  11. package/dist/es/chevron-down-CSdvSDZq.js +5 -0
  12. package/dist/es/chevron-left-Ctf1pv5s.js +5 -0
  13. package/dist/es/chevron-right-B5NJn8is.js +5 -0
  14. package/dist/es/chevron-up-CXPd5NYI.js +5 -0
  15. package/dist/es/contract-DFZ6WwMd.js +5 -0
  16. package/dist/es/cross-circle-fill-BafKD3Av.js +8 -0
  17. package/dist/es/cross-circle-fill-small-ChSvrRGZ.js +5 -0
  18. package/dist/es/cross-small-C1cWZC1v.js +5 -0
  19. package/dist/es/document-1-BN3bKHzc.js +5 -0
  20. package/dist/es/document-person-BPjqMJVL.js +11 -0
  21. package/dist/es/document-plus-BfF1HyQ-.js +8 -0
  22. package/dist/es/download-Doa1e9Lk.js +8 -0
  23. package/dist/es/edit-1-CfwIJ2-1.js +5 -0
  24. package/dist/es/headquarter-BVHLaPzn.js +12 -0
  25. package/dist/es/hotel-DLFFe_Ls.js +13 -0
  26. package/dist/es/idea-CtaTpGVP.js +9 -0
  27. package/dist/es/image-Ol9hzDvF.js +8 -0
  28. package/dist/es/info-B_8Cr-vS.js +12 -0
  29. package/dist/es/location-BGfgcQ71.js +8 -0
  30. package/dist/es/onfido-logo-i_oduqdE.js +5 -0
  31. package/dist/es/options-horizontal-Ba20yF0F.js +9 -0
  32. package/dist/es/partner-B9xMZpSw.js +12 -0
  33. package/dist/es/payout-DW4sSAG5.js +11 -0
  34. package/dist/es/person-lPJ07vyF.js +8 -0
  35. package/dist/es/plaid-logo-4nYeR9iX.js +12 -0
  36. package/dist/es/plus-BPprgrc7.js +5 -0
  37. package/dist/es/plus-small-S4gFIjlj.js +5 -0
  38. package/dist/es/save-BueTh8B0.js +5 -0
  39. package/dist/es/search-BvJVZbOV.js +8 -0
  40. package/dist/es/store-BLl8m644.js +5 -0
  41. package/dist/es/tink-logo-CXMbO28D.js +5 -0
  42. package/dist/es/trustly-logo-YJslAOYF.js +11 -0
  43. package/dist/es/upload-XwV0PfcC.js +8 -0
  44. package/dist/es/warning-circle-fill-FaaY90uz.js +8 -0
  45. package/dist/es/warning-filled-Od0v7tGX.js +5 -0
  46. package/dist/style.css +75 -47
  47. package/dist/types/components/BankVerification/types.d.ts +4 -3
  48. package/dist/types/components/BankVerification/verification/widget/component/BankVerificationWidget.d.ts +3 -2
  49. package/dist/types/components/BasicInformation/component/BasicInformationComponent.d.ts +1 -1
  50. package/dist/types/components/BasicInformation/types.d.ts +18 -3
  51. package/dist/types/components/BusinessDetails/forms.d.ts +1 -1
  52. package/dist/types/components/BusinessDetails/types.d.ts +14 -16
  53. package/dist/types/components/BusinessSelection/BusinessInformationCard.d.ts +4 -4
  54. package/dist/types/components/BusinessSelection/component/BusinessSelectionComponent.d.ts +1 -1
  55. package/dist/types/components/BusinessSelection/types.d.ts +13 -21
  56. package/dist/types/components/Company/component/CompanyComponent.d.ts +2 -2
  57. package/dist/types/components/CompanyStructure/component/CompanyStructureComponent.d.ts +1 -1
  58. package/dist/types/components/Dropins/BusinessDetailsDropin/types.d.ts +9 -2
  59. package/dist/types/components/Dropins/DropinLayout/DropinLayout.d.ts +1 -1
  60. package/dist/types/components/Dropins/DropinLayout/types.d.ts +1 -0
  61. package/dist/types/components/Dropins/FormWrapper/FormWrapper.d.ts +1 -1
  62. package/dist/types/components/Dropins/HighExposureDropin/components/AdditionalFieldsForHighExposureCompany.d.ts +1 -2
  63. package/dist/types/components/Dropins/HighExposureDropin/components/AdditionalFieldsForHighExposureParentCompany.d.ts +1 -3
  64. package/dist/types/components/Dropins/HighExposureDropin/components/AdditionalFieldsForHighExposureUltimateParentCompany.d.ts +1 -2
  65. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureBasicCompanyInformation.d.ts +1 -1
  66. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureBusinessInformation.d.ts +1 -1
  67. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureFinancialInformation.d.ts +1 -1
  68. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureLegalInformation.d.ts +1 -1
  69. package/dist/types/components/Dropins/HighExposureDropin/components/HighExposureRegisteredAddress.d.ts +1 -1
  70. package/dist/types/components/Dropins/HighExposureDropin/types.d.ts +32 -38
  71. package/dist/types/components/EmbeddedDropins/CreateIndividualComponent/CreateIndividualComponent.d.ts +1 -2
  72. package/dist/types/components/PayoutDetails/types.d.ts +1 -1
  73. package/dist/types/components/SoleProp/component/SolePropComponent.d.ts +2 -2
  74. package/dist/types/components/internal/Address/utils.d.ts +1 -1
  75. package/dist/types/components/internal/Button/Button.d.ts +1 -1
  76. package/dist/types/components/internal/Button/types.d.ts +1 -1
  77. package/dist/types/components/internal/Card/Card.d.ts +1 -1
  78. package/dist/types/components/internal/Card/types.d.ts +1 -0
  79. package/dist/types/components/internal/EmbeddedStatus/EmbeddedStatus.d.ts +14 -4
  80. package/dist/types/components/internal/EmbeddedStatus/statusToTag.d.ts +2 -1
  81. package/dist/types/components/internal/Icon/Icon.d.ts +1 -1
  82. package/dist/types/components/internal/Svg/Svg.d.ts +1 -1
  83. package/dist/types/components/internal/Svg/svgs.d.ts +18 -4
  84. package/dist/types/core/Services/componentApi/index.d.ts +1 -1
  85. package/dist/types/core/hooks/useBankConfigurationHandlers.d.ts +3 -1
  86. package/dist/types/core/hooks/useBusinessData/index.d.ts +1 -0
  87. package/dist/types/core/hooks/useBusinessData/types.d.ts +26 -0
  88. package/dist/types/core/hooks/useBusinessData/useBusinessData.d.ts +2 -0
  89. package/dist/types/utils/mapping/componentApiMapping.d.ts +6 -6
  90. package/package.json +4 -3
  91. package/dist/es/arrow-left-BLTu7dpi.js +0 -5
  92. package/dist/es/arrow-right-BntH-Qlw.js +0 -8
  93. package/dist/es/bin-Bj6qtSTy.js +0 -8
  94. package/dist/es/check-ZYTuehgv.js +0 -5
  95. package/dist/es/checkmark-DxCwXAIK.js +0 -5
  96. package/dist/es/checkmark-small-BsdIbd2G.js +0 -5
  97. package/dist/es/chevron-down-BIOZPblQ.js +0 -8
  98. package/dist/es/chevron-left-B_GtBez_.js +0 -11
  99. package/dist/es/chevron-right-DTyHLnb5.js +0 -8
  100. package/dist/es/chevron-up-0etcs99k.js +0 -8
  101. package/dist/es/company-2-B3NuVpZ7.js +0 -8
  102. package/dist/es/company-CYi9zTX1.js +0 -5
  103. package/dist/es/contract-Ca5T1p29.js +0 -5
  104. package/dist/es/controlling-person-BQledQz3.js +0 -5
  105. package/dist/es/cross-_WDtYXwH.js +0 -8
  106. package/dist/es/decision-maker-IOjBp4Cn.js +0 -5
  107. package/dist/es/document-Daivbade.js +0 -5
  108. package/dist/es/download-6WUrs5fL.js +0 -8
  109. package/dist/es/edit-vu4T5TEr.js +0 -5
  110. package/dist/es/field-error-Dc-vt_Ng.js +0 -5
  111. package/dist/es/image-C5KqhIDJ.js +0 -8
  112. package/dist/es/info-circle-DvvWfz1E.js +0 -9
  113. package/dist/es/light-bulb-B9fSxkAk.js +0 -5
  114. package/dist/es/location-6Th9xn5O.js +0 -5
  115. package/dist/es/more-horiz-BW6d91R8.js +0 -5
  116. package/dist/es/new-document-Cpqmj9Kl.js +0 -5
  117. package/dist/es/onfido-logo-DWX1GbUz.js +0 -9
  118. package/dist/es/payout-W95Oslv1.js +0 -5
  119. package/dist/es/pci-5RzbfIJy.js +0 -5
  120. package/dist/es/plaid-logo-CldAG-6v.js +0 -13
  121. package/dist/es/plus-DUFyqbPe.js +0 -8
  122. package/dist/es/remove-CR7nAYBO.js +0 -5
  123. package/dist/es/save-DsoIf4Q0.js +0 -5
  124. package/dist/es/search-3G14C_IW.js +0 -5
  125. package/dist/es/store-CNHDWfwi.js +0 -5
  126. package/dist/es/tink-logo-CPPNzyT1.js +0 -5
  127. package/dist/es/trust-PKlVgWsv.js +0 -5
  128. package/dist/es/trustly-logo-QZ7eqdLL.js +0 -11
  129. package/dist/es/upload-CA264b-V.js +0 -8
  130. package/dist/es/user-Dt1-0v-v.js +0 -11
  131. package/dist/es/users-3-Dshq7JI-.js +0 -8
  132. package/dist/es/warning-vQPFTjLC.js +0 -5
  133. package/dist/es/wrong-BFDOMiyi.js +0 -5
  134. /package/dist/types/core/Services/componentApi/{get-transfer-intsrument.d.ts → get-transfer-instrument.d.ts} +0 -0
package/dist/style.css CHANGED
@@ -296,8 +296,8 @@ button[disabled]:hover {
296
296
  display: inline-block;
297
297
  vertical-align: baseline;
298
298
  }
299
- .adyen-kyc-icon svg {
300
- height: 1em;
299
+ .adyen-kyc-icon svg path {
300
+ fill: currentColor;
301
301
  }
302
302
 
303
303
  .adyen-kyc-image {
@@ -1873,9 +1873,6 @@ button[disabled]:hover {
1873
1873
  display: flex;
1874
1874
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
1875
1875
  margin-right: var(--adyen-sdk-spacer-020, 4px);
1876
- }
1877
- .adyen-kyc-search-address--below-location .adyen-kyc-icon svg {
1878
- height: 14px;
1879
1876
  }.adyen-kyc-search-fieldcontainer-hide {
1880
1877
  display: none;
1881
1878
  }.adyen-kyc-individual .adyen-kyc-form {
@@ -2195,13 +2192,16 @@ button[disabled]:hover {
2195
2192
  align-items: center;
2196
2193
  color: var(--adyen-sdk-color-label-tertiary, #8d95a3);
2197
2194
  display: flex;
2198
- font-size: var(--adyen-sdk-text-caption-font-size, 12px);
2199
- font-family: var(--adyen-sdk-text-caption-font-family, Inter, Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
2200
- font-weight: var(--adyen-sdk-text-caption-font-weight, 400);
2201
- line-height: var(--adyen-sdk-text-caption-line-height, 18px);
2202
2195
  gap: var(--adyen-sdk-spacer-020, 4px);
2203
2196
  justify-content: end;
2204
2197
  }
2198
+ .adyen-kyc-field-verification-methods__footer .adyen-kyc-image {
2199
+ height: 12px;
2200
+ }
2201
+ .adyen-kyc-field-verification-methods__footer .adyen-kyc-image svg {
2202
+ height: 100%;
2203
+ width: auto;
2204
+ }
2205
2205
 
2206
2206
  .adyen-kyc-radio-group-card__illustration {
2207
2207
  display: flex;
@@ -2307,33 +2307,6 @@ button[disabled]:hover {
2307
2307
  border: none;
2308
2308
  padding: 0 0 var(--adyen-sdk-spacer-080, 20px);
2309
2309
  margin: 0;
2310
- }.adyen-kyc-field--entityType {
2311
- margin-bottom: var(--adyen-sdk-spacer-090, 24px);
2312
- }
2313
- .adyen-kyc-field--entityType .adyen-kyc-label__text {
2314
- margin-bottom: var(--adyen-sdk-spacer-040, 8px);
2315
- }.adyen-kyc-business-details {
2316
- min-height: 480px;
2317
- }
2318
- .adyen-kyc-business-details--hide,
2319
- .adyen-kyc-business-details [class*="--hide"] {
2320
- display: none;
2321
- }
2322
- .adyen-kyc-business-details .adyen-kyc-form-header {
2323
- margin: 0 0 var(--adyen-sdk-spacer-120, 48px);
2324
- }
2325
- .adyen-kyc-business-details .adyen-kyc-form-header__heading {
2326
- font-size: var(--adyen-sdk-text-title-m-font-size, 20px);
2327
- font-family: var(--adyen-sdk-text-title-m-font-family, Inter, Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
2328
- font-weight: var(--adyen-sdk-text-title-m-font-weight, 600);
2329
- line-height: var(--adyen-sdk-text-title-m-line-height, 30px);
2330
- color: var(--adyen-sdk-color-label-primary, #00112c);
2331
- }
2332
- .adyen-kyc-business-details .adyen-kyc-form-header__description {
2333
- font-size: var(--adyen-sdk-text-body-font-size, 14px);
2334
- font-weight: var(--adyen-sdk-text-body-font-weight, 400);
2335
- line-height: var(--adyen-sdk-text-body-line-height, 20px);
2336
- color: var(--adyen-sdk-color-label-primary, #00112c);
2337
2310
  }.adyen-kyc-business-selection--loading {
2338
2311
  min-height: 228px;
2339
2312
  display: flex;
@@ -2477,6 +2450,16 @@ button[disabled]:hover {
2477
2450
  }
2478
2451
  .adyen-kyc-card-group-spaced .adyen-kyc-card {
2479
2452
  margin-top: -1px;
2453
+ transition-duration: 0.3s;
2454
+ transition-property: min-height;
2455
+ transition-timing-function: ease;
2456
+ min-height: 80px;
2457
+ }
2458
+ .adyen-kyc-card-group-spaced .adyen-kyc-card--active {
2459
+ min-height: 80px;
2460
+ }
2461
+ .adyen-kyc-card-group-spaced .adyen-kyc-card--fetching {
2462
+ min-height: 360px;
2480
2463
  }.adyen-kyc-business-information-card .adyen-kyc-alert__header {
2481
2464
  display: flex;
2482
2465
  align-items: center;
@@ -2517,6 +2500,33 @@ button[disabled]:hover {
2517
2500
  }
2518
2501
  .adyen-kyc-business-information__business-data .adyen-kyc-business-data__key {
2519
2502
  width: 180px;
2503
+ }.adyen-kyc-field--entityType {
2504
+ margin-bottom: var(--adyen-sdk-spacer-090, 24px);
2505
+ }
2506
+ .adyen-kyc-field--entityType .adyen-kyc-label__text {
2507
+ margin-bottom: var(--adyen-sdk-spacer-040, 8px);
2508
+ }.adyen-kyc-business-details {
2509
+ min-height: 480px;
2510
+ }
2511
+ .adyen-kyc-business-details--hide,
2512
+ .adyen-kyc-business-details [class*="--hide"] {
2513
+ display: none;
2514
+ }
2515
+ .adyen-kyc-business-details .adyen-kyc-form-header {
2516
+ margin: 0 0 var(--adyen-sdk-spacer-120, 48px);
2517
+ }
2518
+ .adyen-kyc-business-details .adyen-kyc-form-header__heading {
2519
+ font-size: var(--adyen-sdk-text-title-m-font-size, 20px);
2520
+ font-family: var(--adyen-sdk-text-title-m-font-family, Inter, Roboto, Oxygen, 'Open Sans', 'Helvetica Neue', Arial, sans-serif);
2521
+ font-weight: var(--adyen-sdk-text-title-m-font-weight, 600);
2522
+ line-height: var(--adyen-sdk-text-title-m-line-height, 30px);
2523
+ color: var(--adyen-sdk-color-label-primary, #00112c);
2524
+ }
2525
+ .adyen-kyc-business-details .adyen-kyc-form-header__description {
2526
+ font-size: var(--adyen-sdk-text-body-font-size, 14px);
2527
+ font-weight: var(--adyen-sdk-text-body-font-weight, 400);
2528
+ line-height: var(--adyen-sdk-text-body-line-height, 20px);
2529
+ color: var(--adyen-sdk-color-label-primary, #00112c);
2520
2530
  }/* #region Borders */
2521
2531
  /* #endregion */
2522
2532
  /* #region Z-index */
@@ -4005,18 +4015,40 @@ button[disabled]:hover {
4005
4015
  100% {
4006
4016
  opacity: 1;
4007
4017
  }
4008
- }.adyen-kyc-embedded-status {
4018
+ }/* #region Borders */
4019
+ /* #endregion */
4020
+ /* #region Z-index */
4021
+ /* #endregion */
4022
+ /* #region Timing functions */
4023
+ /* #endregion */
4024
+ /* #region Inline components */
4025
+ /* #endregion */
4026
+ .adyen-kyc-embedded-status {
4027
+ box-sizing: border-box;
4009
4028
  display: flex;
4010
4029
  justify-content: space-between;
4011
4030
  align-items: center;
4012
- gap: var(--adyen-sdk-spacer-060, 12px);
4031
+ gap: var(--adyen-sdk-spacer-070, 16px);
4013
4032
  width: 420px;
4014
4033
  cursor: pointer;
4015
4034
  /* html button default styling removal */
4016
- border: 0;
4035
+ border: none;
4036
+ border-radius: var(--adyen-sdk-border-radius-m, 8px);
4017
4037
  background: inherit;
4018
4038
  text-align: left;
4019
- padding: 0;
4039
+ padding: var(--adyen-sdk-spacer-040, 8px);
4040
+ }
4041
+ .adyen-kyc-embedded-status--loading .adyen-kyc-embedded-status__avatar {
4042
+ background-color: var(--adyen-sdk-color-background-primary, #ffffff);
4043
+ border: none;
4044
+ }
4045
+ .adyen-kyc-embedded-status--light .adyen-kyc-embedded-status__avatar {
4046
+ background-color: var(--adyen-sdk-color-background-primary, #ffffff);
4047
+ border: var(--adyen-sdk-border-width-s, 1px) solid var(--adyen-sdk-color-outline-primary, #dbdee2);
4048
+ color: var(--adyen-sdk-color-label-primary, #00112c);
4049
+ }
4050
+ .adyen-kyc-embedded-status:hover:not(.adyen-kyc-embedded-status--loading) {
4051
+ background-color: var(--adyen-sdk-color-background-secondary, #f7f7f8);
4020
4052
  }
4021
4053
 
4022
4054
  .adyen-kyc-embedded-status__avatar {
@@ -4026,22 +4058,18 @@ button[disabled]:hover {
4026
4058
  width: 40px;
4027
4059
  height: 40px;
4028
4060
  border-radius: var(--adyen-sdk-border-radius-m, 8px);
4029
- }
4030
-
4031
- .adyen-kyc-embedded-status__avatar:not(.adyen-kyc-embedded-status__loading) {
4032
4061
  color: var(--adyen-sdk-color-label-inverse-primary, #ffffff);
4033
4062
  background-color: var(--adyen-sdk-color-background-inverse-primary, #00112c);
4034
4063
  }
4064
+ .adyen-kyc-embedded-status__avatar .adyen-kyc-embedded-status__icon svg {
4065
+ height: 100%;
4066
+ }
4035
4067
 
4036
4068
  .adyen-kyc-embedded-status__info {
4037
4069
  display: flex;
4038
4070
  flex-direction: column;
4039
4071
  flex: 1;
4040
4072
  overflow-x: auto;
4041
- }
4042
-
4043
- .adyen-kyc-embedded-status__info .adyen-kyc-embedded-status__title {
4044
- font-weight: var(--adyen-sdk-text-title-m-font-weight, 600);
4045
4073
  }.adyen-kyc__high-exposure-company .adyen-kyc-typography--title-l,
4046
4074
  .adyen-kyc__high-exposure-company .adyen-kyc-typography--body {
4047
4075
  margin-bottom: var(--adyen-sdk-spacer-070, 16px);
@@ -2,10 +2,11 @@ import type { Dispatch, StateUpdater } from 'preact/hooks';
2
2
  import type { BaseInnerFormProps } from '../../core/hooks/useForm';
3
3
  import type { BankVerificationVendorsResponse } from '../../core/models/api/get-bankVerification-providers';
4
4
  import type { LegalEntity } from '../../core/models/api/legal-entity';
5
- import type { BankVerificationErrorResponse, CreateTrustedTransferInstrumentResponse } from '../../core/models/api/trusted-transferInstrument';
5
+ import type { BankVerificationErrorResponse } from '../../core/models/api/trusted-transferInstrument';
6
6
  import type { CountryCode } from '../../core/models/country-code';
7
7
  import type { Currency } from '../../core/models/currency';
8
8
  import type { DropinAPIHandlers } from '../Dropins/types';
9
+ import type { PayoutDetailsProps } from '../PayoutDetails/types';
9
10
  export interface AccountVerificationResponse {
10
11
  bankName: string;
11
12
  name: string;
@@ -31,7 +32,7 @@ export interface PayoutAccountVerificationProps extends BaseInnerFormProps<Accou
31
32
  hideOnHomeButton?: Dispatch<StateUpdater<boolean>>;
32
33
  formIsActive: boolean;
33
34
  refreshLegalEntity?(): Promise<LegalEntity>;
34
- createTrustedTransferInstrument?: (code: string, state: string) => Promise<CreateTrustedTransferInstrumentResponse>;
35
+ createTrustedTransferInstrument: PayoutDetailsProps['createTrustedTransferInstrument'];
35
36
  handleBankVerificationError?: (errorCode: string, errorMessage: string, state: string, metadata?: Map<string, string>) => Promise<BankVerificationErrorResponse>;
36
37
  }
37
38
  export interface InstantBankVerificationProps {
@@ -40,7 +41,7 @@ export interface InstantBankVerificationProps {
40
41
  setBankVerificationError: (error: InstantVerificationErrorNotification | null) => void;
41
42
  country: CountryCode;
42
43
  onBack?(): void;
43
- createTrustedTransferInstrument?: (code: string, state: string) => Promise<CreateTrustedTransferInstrumentResponse>;
44
+ createTrustedTransferInstrument: PayoutDetailsProps['createTrustedTransferInstrument'];
44
45
  handleBankVerificationError?: (errorCode: string, errorMessage: string, state: string, metadata?: Map<string, string>) => Promise<BankVerificationErrorResponse>;
45
46
  }
46
47
  export type CountryBankVerificationVendors = Partial<Record<CountryCode, string>>;
@@ -1,5 +1,6 @@
1
1
  import './BankVerificationWidget.scss';
2
- import type { BankVerificationErrorResponse, CreateTrustedTransferInstrumentResponse } from '../../../../../core/models/api/trusted-transferInstrument';
2
+ import type { BankVerificationErrorResponse } from '../../../../../core/models/api/trusted-transferInstrument';
3
+ import type { PayoutDetailsProps } from '../../../../PayoutDetails/types';
3
4
  import type { AccountVerificationResponse } from '../../../types';
4
5
  import type { AccountVerificationCallbackErrorObject } from '../iframeWidget';
5
6
  type SuccessPayload = {
@@ -20,7 +21,7 @@ export type BankVerificationWidgetProps = {
20
21
  url: string;
21
22
  vendor: string;
22
23
  widgetCallback: VerificationWidgetCallback;
23
- createTrustedTransferInstrument?: (code: string, state: string) => Promise<CreateTrustedTransferInstrumentResponse>;
24
+ createTrustedTransferInstrument: PayoutDetailsProps['createTrustedTransferInstrument'];
24
25
  handleBankVerificationError?: (errorCode: string, errorMessage: string, state: string, metadata?: Map<string, string>) => Promise<BankVerificationErrorResponse>;
25
26
  };
26
27
  export declare function BankVerificationWidget({ url, vendor, widgetCallback, createTrustedTransferInstrument, handleBankVerificationError, }: BankVerificationWidgetProps): import("preact").JSX.Element;
@@ -3,4 +3,4 @@ import type { BusinessDetailsSchema } from '../../BusinessDetails/types';
3
3
  import type { BasicInformationProps, BasicInformationSchema } from '../types';
4
4
  export declare const BASIC_INFORMATION_FORM_ID: keyof BusinessDetailsSchema;
5
5
  export declare const BASIC_INFORMATION_FIELDS: Array<keyof BasicInformationSchema>;
6
- export declare function BasicInformationComponent({ data, labels, placeholders, helperText, heading, description, readOnly, shouldValidate, formVerificationErrors, fieldValidationErrors, allFields, requiredFields, obscuredFields, optionalFields, readOnlyFields, trustedFields, country, companyType, isTopLevelEntity, setVerifiedBusiness, searchName, className, }: BasicInformationProps): import("preact").JSX.Element;
6
+ export declare function BasicInformationComponent({ data, labels, placeholders, helperText, heading, description, readOnly, shouldValidate, formVerificationErrors, fieldValidationErrors, allFields, requiredFields, obscuredFields, optionalFields, readOnlyFields, trustedFields, country, companyType, isTopLevelEntity, className, showBusinessSelection, showCompanyStructure, isActiveForm, isSearching, isFetching, isVerifying, isClearingTrustedData, searchResults, invalidTin, verifiedBusiness, fetchBusinessData, verifyBusinessData, proceedToManualDataEntry, handleNextClick, setShowBusinessSelection, setShowCompanyStructure, }: BasicInformationProps): import("preact").JSX.Element;
@@ -1,6 +1,7 @@
1
1
  import type { Dispatch, StateUpdater } from 'preact/hooks';
2
+ import type { HookStatus } from '../../core/hooks/types';
2
3
  import type { BaseInnerFormProps } from '../../core/hooks/useForm';
3
- import type { CompanyDatasetResponse } from '../../core/models/api/company-search';
4
+ import type { CompanyDatasetResponse, CompanySearchResult } from '../../core/models/api/company-search';
4
5
  import type { CompanyTypesValue } from '../../core/models/api/company-types-value';
5
6
  import type { CountryCode } from '../../core/models/country-code';
6
7
  import type { BaseTrackingPayload } from '../../core/utils';
@@ -15,7 +16,21 @@ export interface BasicInformationProps extends BaseInnerFormProps<BasicInformati
15
16
  companyType: CompanyTypesValue | undefined;
16
17
  isTopLevelEntity: boolean;
17
18
  baseTrackingPayload: BaseTrackingPayload;
18
- setVerifiedBusiness: Dispatch<StateUpdater<CompanyDatasetResponse | undefined>>;
19
- searchName: string | undefined;
19
+ showBusinessSelection: boolean;
20
+ showCompanyStructure: boolean;
21
+ isActiveForm: boolean;
22
+ isSearching: HookStatus;
23
+ isFetching: HookStatus;
24
+ isVerifying: HookStatus;
25
+ isClearingTrustedData: HookStatus;
26
+ searchResults: CompanySearchResult[] | undefined;
27
+ invalidTin: boolean;
28
+ verifiedBusiness: CompanyDatasetResponse | undefined;
20
29
  className?: string;
30
+ fetchBusinessData: (company: CompanySearchResult) => Promise<CompanyDatasetResponse | undefined>;
31
+ verifyBusinessData: (data: CompanyDatasetResponse, tin: string) => Promise<boolean | undefined>;
32
+ proceedToManualDataEntry: () => Promise<void>;
33
+ handleNextClick: () => void;
34
+ setShowBusinessSelection: Dispatch<StateUpdater<boolean>>;
35
+ setShowCompanyStructure: Dispatch<StateUpdater<boolean>>;
21
36
  }
@@ -8,7 +8,7 @@ export declare const getForms: (country: CountryCode) => {
8
8
  readonly formName: "basicInformationFormName";
9
9
  readonly formHeading: "basicInformationFormHeading";
10
10
  readonly formDescription: "basicInformationFormDescription";
11
- readonly fields: ("country" | "businessName" | "stateOrProvince" | keyof import("../internal/BusinessRegistrationNumberField/types").BusinessRegistrationNumberFieldSchema | keyof import("../internal/TaxInformationField/types").TaxInformationFieldSchema)[];
11
+ readonly fields: ("businessName" | "country" | "stateOrProvince" | keyof import("../internal/BusinessRegistrationNumberField/types").BusinessRegistrationNumberFieldSchema | keyof import("../internal/TaxInformationField/types").TaxInformationFieldSchema)[];
12
12
  };
13
13
  readonly companyStructure: {
14
14
  readonly formId: "companyStructure";
@@ -1,6 +1,7 @@
1
1
  import type { Dispatch, StateUpdater } from 'preact/hooks';
2
+ import type { HookStatus } from '../../core/hooks/types';
2
3
  import type { BaseOuterFormProps } from '../../core/hooks/useForm';
3
- import type { CompanyDatasetResponse, CompanySearchResult } from '../../core/models/api/company-search';
4
+ import type { CompanyDatasetResponse, CompanySearchRequest, CompanySearchResult } from '../../core/models/api/company-search';
4
5
  import type { LegalEntityType } from '../../core/models/api/legal-entity-type';
5
6
  import type { CountryCode } from '../../core/models/country-code';
6
7
  import type { FormModel } from '../../core/models/form';
@@ -23,28 +24,25 @@ export interface BusinessDetailsProps extends BaseOuterFormProps<BusinessDetails
23
24
  country: CountryCode;
24
25
  isTopLevelEntity: boolean;
25
26
  baseTrackingPayload: BaseTrackingPayload;
26
- isBusinessSelection: boolean;
27
- isLoading: boolean;
28
- searchName: string | undefined;
27
+ showCompanyStructure: boolean;
28
+ showBusinessSelection: boolean;
29
+ isSearching: HookStatus;
30
+ isFetching: HookStatus;
31
+ isVerifying: HookStatus;
32
+ isClearingTrustedData: HookStatus;
29
33
  searchResults: Array<CompanySearchResult> | undefined;
34
+ invalidTin: boolean;
30
35
  verifiedBusiness: CompanyDatasetResponse | undefined;
31
- showCompanyStructure: boolean;
32
36
  forms?: FormModel[];
33
- setIsBusinessSelection: Dispatch<StateUpdater<boolean>>;
34
- setIsLoading: Dispatch<StateUpdater<boolean>>;
35
- setSearchName: Dispatch<StateUpdater<string | undefined>>;
36
- setSearchResults: Dispatch<StateUpdater<Array<CompanySearchResult> | undefined>>;
37
- setVerifiedBusiness: Dispatch<StateUpdater<CompanyDatasetResponse | undefined>>;
37
+ setShowBusinessSelection: Dispatch<StateUpdater<boolean>>;
38
38
  setShowCompanyStructure: Dispatch<StateUpdater<boolean>>;
39
39
  handleNextClick: () => void;
40
40
  handleAddressSearch: DropinAPIHandlers['handleAddressSearch'];
41
41
  handleFindAddress: DropinAPIHandlers['handleFindAddress'];
42
- handleCompanyIndexSearch: DropinAPIHandlers['handleCompanyIndexSearch'];
43
- handleCompanyDeepSearch: DropinAPIHandlers['handleCompanyDeepSearch'];
44
- handleGetCompanyDataset: DropinAPIHandlers['handleGetCompanyDataset'];
45
- handleRefreshCompanyDataset: DropinAPIHandlers['handleRefreshCompanyDataset'];
46
- handleVerifyTin: DropinAPIHandlers['handleVerifyTin'];
47
- handleClearCompanyData: DropinAPIHandlers['handleClearCompanyData'];
42
+ searchForBusiness: (data: CompanySearchRequest) => Promise<CompanySearchResult[] | undefined>;
43
+ fetchBusinessData: (company: CompanySearchResult) => Promise<CompanyDatasetResponse | undefined>;
44
+ verifyBusinessData: (data: CompanyDatasetResponse, tin: string) => Promise<boolean | undefined>;
45
+ proceedToManualDataEntry: () => Promise<void>;
48
46
  onSubmit?: (company: BusinessDetailsSchema) => void;
49
47
  onTypeSwitch?: (legalEntityType: LegalEntityType) => void;
50
48
  }
@@ -1,5 +1,5 @@
1
1
  import './BusinessInformationCard.scss';
2
- import type { Dispatch, StateUpdater } from 'preact/hooks';
2
+ import { type Dispatch, type StateUpdater } from 'preact/hooks';
3
3
  import type { CompanyDatasetResponse, CompanySearchResult } from '../../core/models/api/company-search';
4
4
  interface BusinessInformationCardProps {
5
5
  result: CompanySearchResult;
@@ -8,9 +8,9 @@ interface BusinessInformationCardProps {
8
8
  fetching: boolean;
9
9
  failedToLoad: boolean;
10
10
  invalidTin: boolean;
11
- handleSelectBusiness: (result: CompanySearchResult) => Promise<void>;
12
- handleConfirmSelection: (data?: CompanyDatasetResponse) => Promise<void>;
13
11
  setIsBusinessSelection: Dispatch<StateUpdater<boolean>>;
12
+ handleSelectBusiness: (result: CompanySearchResult) => Promise<void>;
13
+ handleConfirmSelection: (data: CompanyDatasetResponse) => Promise<void>;
14
14
  }
15
- export declare function BusinessInformationCard({ result, selectedBusinessId, currentBusinessSelection, fetching, failedToLoad, invalidTin, handleSelectBusiness, handleConfirmSelection, setIsBusinessSelection, }: BusinessInformationCardProps): import("preact").JSX.Element;
15
+ export declare function BusinessInformationCard({ result, selectedBusinessId, currentBusinessSelection, fetching, failedToLoad, invalidTin, setIsBusinessSelection, handleSelectBusiness, handleConfirmSelection, }: BusinessInformationCardProps): import("preact").JSX.Element;
16
16
  export {};
@@ -1,3 +1,3 @@
1
1
  import './BusinessSelectionComponent.scss';
2
2
  import type { BusinessSelectionProps } from '../types';
3
- export declare function BusinessSelectionComponent({ country, state, tin, searchName, searchResults, proceedToNextForm, isLoading, setIsLoading, setVerifiedBusiness, setShowCompanyStructure, setIsBusinessSelection, setSearchName, setSearchResults, handleNextClick, handleCompanyDeepSearch, handleGetCompanyDataset, handleRefreshCompanyDataset, handleVerifyTin, handleClearCompanyData, }: BusinessSelectionProps): import("preact").JSX.Element;
3
+ export declare function BusinessSelectionComponent({ showCompanyStructure, isSearching, isFetching, isVerifying, isClearingTrustedData, searchResults, invalidTin, fetchBusinessData, verifyBusinessData, proceedToManualDataEntry, handleNextClick, setIsBusinessSelection, setShowCompanyStructure, }: BusinessSelectionProps): import("preact").JSX.Element;
@@ -1,26 +1,18 @@
1
1
  import type { Dispatch, StateUpdater } from 'preact/hooks';
2
+ import type { HookStatus } from '../../core/hooks/types';
2
3
  import type { CompanyDatasetResponse, CompanySearchResult } from '../../core/models/api/company-search';
3
- import type { CountryCode } from '../../core/models/country-code';
4
- import type { StateCodeUS } from '../../core/models/state-code';
5
- import type { DropinAPIHandlers } from '../Dropins/types';
6
4
  export interface BusinessSelectionProps {
7
- country: CountryCode | undefined;
8
- state: StateCodeUS | undefined;
9
- tin: string | undefined;
10
- isLoading: boolean;
11
- searchName: string | undefined;
12
- searchResults: Array<CompanySearchResult> | undefined;
13
- proceedToNextForm: boolean;
14
- setIsLoading: Dispatch<StateUpdater<boolean>>;
15
- setSearchName: Dispatch<StateUpdater<string | undefined>>;
16
- setSearchResults: Dispatch<StateUpdater<Array<CompanySearchResult> | undefined>>;
17
- setVerifiedBusiness: Dispatch<StateUpdater<CompanyDatasetResponse | undefined>>;
18
- setShowCompanyStructure: Dispatch<StateUpdater<boolean>>;
19
- setIsBusinessSelection: Dispatch<StateUpdater<boolean>>;
5
+ showCompanyStructure: boolean;
6
+ isSearching: HookStatus;
7
+ isFetching: HookStatus;
8
+ isVerifying: HookStatus;
9
+ isClearingTrustedData: HookStatus;
10
+ searchResults: CompanySearchResult[] | undefined;
11
+ invalidTin: boolean;
12
+ fetchBusinessData: (company: CompanySearchResult) => Promise<CompanyDatasetResponse | undefined>;
13
+ verifyBusinessData: (data: CompanyDatasetResponse, tin: string) => Promise<boolean | undefined>;
14
+ proceedToManualDataEntry: () => Promise<void>;
20
15
  handleNextClick: () => void;
21
- handleCompanyDeepSearch: DropinAPIHandlers['handleCompanyDeepSearch'];
22
- handleGetCompanyDataset: DropinAPIHandlers['handleGetCompanyDataset'];
23
- handleRefreshCompanyDataset: DropinAPIHandlers['handleRefreshCompanyDataset'];
24
- handleVerifyTin: DropinAPIHandlers['handleVerifyTin'];
25
- handleClearCompanyData: DropinAPIHandlers['handleClearCompanyData'];
16
+ setIsBusinessSelection: Dispatch<StateUpdater<boolean>>;
17
+ setShowCompanyStructure: Dispatch<StateUpdater<boolean>>;
26
18
  }
@@ -5,7 +5,7 @@ export declare const companyForms: {
5
5
  readonly companyNameAndCountry: {
6
6
  readonly formId: "companyNameAndCountry";
7
7
  readonly formName: "basicInformation";
8
- readonly fields: ("legalCompanyName" | "country" | keyof import("../../internal/CountryOfGoverningLawField/types").CountryOfGoverningLawFieldSchema)[];
8
+ readonly fields: ("country" | "legalCompanyName" | keyof import("../../internal/CountryOfGoverningLawField/types").CountryOfGoverningLawFieldSchema)[];
9
9
  };
10
10
  readonly companyType: {
11
11
  readonly formId: "companyType";
@@ -15,7 +15,7 @@ export declare const companyForms: {
15
15
  readonly companyRegistrationDetails: {
16
16
  readonly formId: "companyRegistrationDetails";
17
17
  readonly formName: "registrationDetails";
18
- readonly fields: ("dateOfIncorporation" | "stockExchangeMIC" | "stockISIN" | "stockTickerSymbol" | keyof import("../../internal/VatNumberField").VatNumberFieldSchema | keyof import("../../internal/BusinessRegistrationNumberField/types").BusinessRegistrationNumberFieldSchema | keyof import("../../internal/TaxInformationField/types").TaxInformationFieldSchema | keyof import("../../internal/TradingNameField/types").TradingNameFieldSchema)[];
18
+ readonly fields: ("dateOfIncorporation" | "stockExchangeMIC" | "stockISIN" | "stockTickerSymbol" | keyof import("../../internal/BusinessRegistrationNumberField/types").BusinessRegistrationNumberFieldSchema | keyof import("../../internal/VatNumberField").VatNumberFieldSchema | keyof import("../../internal/TaxInformationField/types").TaxInformationFieldSchema | keyof import("../../internal/TradingNameField/types").TradingNameFieldSchema)[];
19
19
  };
20
20
  readonly companyRegistrationAddress: {
21
21
  readonly formId: "companyRegistrationAddress";
@@ -3,4 +3,4 @@ import type { CompanySearchSchema } from '../../CompanySearch/types';
3
3
  import type { CompanyStructureProps, CompanyStructureSchema } from '../types';
4
4
  export declare const COMPANY_STRUCTURE_FORM_ID: keyof CompanySearchSchema;
5
5
  export declare const companyStructureFields: Array<keyof CompanyStructureSchema>;
6
- export declare function CompanyStructureComponent({ id, data, labels, heading, description, formVerificationErrors, fieldValidationErrors, requiredFields, country, verifiedBusiness, kompanyVerifiedData, showCompanyStructure, ...props }: CompanyStructureProps): import("preact").JSX.Element;
6
+ export declare function CompanyStructureComponent({ id, data, labels, heading, description, formVerificationErrors, fieldValidationErrors, requiredFields, country, verifiedBusiness, kompanyVerifiedData, showCompanyStructure, shouldValidate, ...props }: CompanyStructureProps): import("preact").JSX.Element;
@@ -24,8 +24,15 @@ export declare enum BusinessDetailsEvents {
24
24
  SELECTION_RESET = "BusinessDetails_CompanySelectionReset",
25
25
  SELECTION_ERROR = "BusinessDetails_CompanySelectionError"
26
26
  }
27
- export type BusinessDetailsDropinApihandler = Required<Pick<DropinAPIHandlers, 'handleCreateDocument' | 'handleGetDocument' | 'handleUpdateDocument' | 'handleUpdateLegalEntity'>>;
28
- export type BusinessDetailsDropin = Omit<BusinessDetailsProps, 'isTopLevelEntity' | 'baseTrackingPayload' | 'handleNextClick' | 'isBusinessSelection' | 'setIsBusinessSelection' | 'isLoading' | 'setIsLoading' | 'searchName' | 'setSearchName' | 'searchResults' | 'setSearchResults' | 'verifiedBusiness' | 'setVerifiedBusiness' | 'showCompanyStructure' | 'setShowCompanyStructure'>;
27
+ export type BusinessDetailsDropinApihandler = Required<Pick<DropinAPIHandlers, 'handleCreateDocument' | 'handleGetDocument' | 'handleUpdateDocument' | 'handleUpdateLegalEntity'>> & {
28
+ handleCompanyIndexSearch?: DropinAPIHandlers['handleCompanyIndexSearch'];
29
+ handleCompanyDeepSearch?: DropinAPIHandlers['handleCompanyDeepSearch'];
30
+ handleGetCompanyDataset?: DropinAPIHandlers['handleGetCompanyDataset'];
31
+ handleRefreshCompanyDataset?: DropinAPIHandlers['handleRefreshCompanyDataset'];
32
+ handleVerifyTin?: DropinAPIHandlers['handleVerifyTin'];
33
+ handleClearCompanyData?: DropinAPIHandlers['handleClearCompanyData'];
34
+ };
35
+ export type BusinessDetailsDropin = Omit<BusinessDetailsProps, 'isTopLevelEntity' | 'baseTrackingPayload' | 'handleNextClick' | 'showCompanyStructure' | 'showBusinessSelection' | 'isSearching' | 'isFetching' | 'isVerifying' | 'isClearingTrustedData' | 'searchResults' | 'invalidTin' | 'verifiedBusiness' | 'searchForBusiness' | 'fetchBusinessData' | 'verifyBusinessData' | 'proceedToManualDataEntry' | 'setShowBusinessSelection' | 'setShowCompanyStructure'>;
29
36
  export interface BusinessDetailsDropinProps extends BusinessDetailsDropin, BusinessDetailsDropinApihandler, DropinProps {
30
37
  legalEntityResponse: ExistingLegalEntity;
31
38
  isTargetLegalEntityType?: boolean;
@@ -1,3 +1,3 @@
1
1
  import './DropinLayout.scss';
2
2
  import type { DropinLayoutProps } from './types';
3
- export declare const DropinLayout: ({ content, footer, showAsModal, onBack, onClose, }: DropinLayoutProps) => import("preact").JSX.Element;
3
+ export declare const DropinLayout: ({ content, footer, showAsModal, onBack, onClose, open, }: DropinLayoutProps) => import("preact").JSX.Element;
@@ -6,4 +6,5 @@ export interface DropinLayoutProps {
6
6
  footer?: Element;
7
7
  onBack?: () => void;
8
8
  onClose?: () => void;
9
+ open?: boolean;
9
10
  }
@@ -38,7 +38,7 @@ export interface FormWrapperProps {
38
38
  asModal?: boolean;
39
39
  problems?: EntityProblems;
40
40
  canSubmit?: boolean;
41
- onSubmit(): void;
41
+ onSubmit(): Promise<void>;
42
42
  currentStep?: number;
43
43
  }
44
44
  export declare const FormWrapper: ({ summary, taskName, children, handleNextClick, handleBackClick, handleHomeClick, handleCloseClick, nextButtonLabel, backButtonLabel, homeButtonLabel, loadingStatus, gotoFormByFormIndex, forms, activeForm, handleGetIdVerificationToken, validateForm, baseTrackingPayload, hideDropinLayout, hideFooter, hideHomeButton, hideBackButton, hideNextButton, hideNavigation, asModal, canSubmit, onSubmit, problems, currentStep, }: FormWrapperProps) => import("preact").JSX.Element;
@@ -1,4 +1,3 @@
1
- import type { HighExposureCompanyDetailsProps, HighExposureCompanySchema } from '../types';
2
- export declare const highExposureCompanyDetailsFields: Array<keyof HighExposureCompanySchema>;
1
+ import type { HighExposureCompanyDetailsProps } from '../types';
3
2
  declare function AdditionalFieldsForHighExposureCompany(props: HighExposureCompanyDetailsProps): import("preact").JSX.Element;
4
3
  export default AdditionalFieldsForHighExposureCompany;
@@ -1,5 +1,3 @@
1
- import type { FieldMapping, HighExposureParentCompanyDetailsProps, HighExposureParentCompanySchema } from '../types';
2
- export declare const parentCompanyFieldMapping: FieldMapping;
3
- export declare const highExposureParentCompanyDetailsFields: Array<keyof HighExposureParentCompanySchema>;
1
+ import type { HighExposureParentCompanyDetailsProps } from '../types';
4
2
  declare function AdditionalFieldsForHighExposureParentCompany(props: HighExposureParentCompanyDetailsProps): import("preact").JSX.Element;
5
3
  export default AdditionalFieldsForHighExposureParentCompany;
@@ -1,4 +1,3 @@
1
- import type { HighExposureUltimateParentCompanyDetailsProps, HighExposureUltimateParentCompanySchema } from '../types';
2
- export declare const highExposureUltimateParentCompanyDetailsFields: Array<keyof HighExposureUltimateParentCompanySchema>;
1
+ import type { HighExposureUltimateParentCompanyDetailsProps } from '../types';
3
2
  declare function AdditionalFieldsForHighExposureUltimateParentCompany(props: HighExposureUltimateParentCompanyDetailsProps): import("preact").JSX.Element;
4
3
  export default AdditionalFieldsForHighExposureUltimateParentCompany;
@@ -1,4 +1,4 @@
1
1
  import './styles.scss';
2
2
  import type { HighExposureBasicCompanyInformationProps } from '../types';
3
- declare function HighExposureBasicCompanyInformation({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, fieldMapping, sectionHeading, }: HighExposureBasicCompanyInformationProps): import("preact").JSX.Element;
3
+ declare function HighExposureBasicCompanyInformation({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, sectionHeading, }: HighExposureBasicCompanyInformationProps): import("preact").JSX.Element;
4
4
  export default HighExposureBasicCompanyInformation;
@@ -1,4 +1,4 @@
1
1
  import './styles.scss';
2
2
  import type { HighExposureBusinessInformationProps } from '../types';
3
- declare function HighExposureBusinessInformation({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, country, fieldMapping, targetPage, sectionHeading, }: HighExposureBusinessInformationProps): import("preact").JSX.Element;
3
+ declare function HighExposureBusinessInformation({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, country, targetPage, sectionHeading, }: HighExposureBusinessInformationProps): import("preact").JSX.Element;
4
4
  export default HighExposureBusinessInformation;
@@ -1,3 +1,3 @@
1
1
  import type { HighExposureFinancialInformationProps } from '../types';
2
- declare function HighExposureFinancialInformation({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, country, fieldMapping, sectionHeading, }: HighExposureFinancialInformationProps): import("preact").JSX.Element;
2
+ declare function HighExposureFinancialInformation({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, country, sectionHeading, }: HighExposureFinancialInformationProps): import("preact").JSX.Element;
3
3
  export default HighExposureFinancialInformation;
@@ -1,3 +1,3 @@
1
1
  import type { HighExposureLegalInformationProps } from '../types';
2
- declare function HighExposureLegalInformation({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, fieldMapping, sectionHeading, }: HighExposureLegalInformationProps): import("preact").JSX.Element;
2
+ declare function HighExposureLegalInformation({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, sectionHeading, }: HighExposureLegalInformationProps): import("preact").JSX.Element;
3
3
  export default HighExposureLegalInformation;
@@ -1,4 +1,4 @@
1
1
  import './styles.scss';
2
2
  import { type HighExposureRegisteredAddressProps } from '../types';
3
- declare function HighExposureRegisteredAddress({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, legalEntity, fieldMapping, sectionHeading, country, legalEntityId, handleAddressSearch, handleFindAddress, targetPage, }: HighExposureRegisteredAddressProps): import("preact").JSX.Element;
3
+ declare function HighExposureRegisteredAddress({ formUtils, data, valid, errors, fieldProblems, handleChangeFor, legalEntity, sectionHeading, country, legalEntityId, handleAddressSearch, handleFindAddress, targetPage, }: HighExposureRegisteredAddressProps): import("preact").JSX.Element;
4
4
  export default HighExposureRegisteredAddress;