@adyen/kyc-components 3.69.2 → 3.70.0-beta.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 (42) hide show
  1. package/dist/{AcceptTermsOfServiceComponent-uuOIbTbu.js → AcceptTermsOfServiceComponent-BFnFs9-A.js} +2 -2
  2. package/dist/{AccountSetupRejected-DfumYvDY.js → AccountSetupRejected-DoFSW8-b.js} +3 -3
  3. package/dist/{BusinessTypeSelection-DSYpIVjd.js → BusinessTypeSelection-CV6SwT-Z.js} +4 -4
  4. package/dist/{CXEL7IU7-DOMbRnMv.js → CXEL7IU7-DntsPaET.js} +3 -3
  5. package/dist/{CreateIndividualComponent-B_KRyA54.js → CreateIndividualComponent-DN4rTHB3.js} +4 -4
  6. package/dist/{CustomerSupport-DN4FePLw.js → CustomerSupport-BUQvUmpN.js} +3 -3
  7. package/dist/{DebugModal-Cr4lgdwf.js → DebugModal-CsYQDZty.js} +9 -8
  8. package/dist/{DecisionMakers-Ct5sydeB.js → DecisionMakers-DsTinc1o.js} +4 -4
  9. package/dist/{EmbedShell-CcY7J5Ka.js → EmbedShell-BBbrObyW.js} +4 -4
  10. package/dist/{EventEmitter-B1hFUO9K.js → EventEmitter-FG15aEsR.js} +364 -351
  11. package/dist/{HASRA6WW-CBeULcOL.js → HASRA6WW-BZE17t4g.js} +2 -2
  12. package/dist/{I3HPI4QX-D2A4yF_s.js → I3HPI4QX-BFra40pW.js} +3 -3
  13. package/dist/{Introduction-DFbJLMaj.js → Introduction-D3gT4-kD.js} +3 -3
  14. package/dist/{Review-RQfZnNWA.js → Review-qnfkL7dh.js} +3 -3
  15. package/dist/{SingpassSelection-BeU-t-e6.js → SingpassSelection-CK5BYG8q.js} +2 -2
  16. package/dist/{TaxReportingDropin-GRg57bbo.js → TaxReportingDropin-CVMaQqSY.js} +4 -4
  17. package/dist/adyen-kyc-components.js +1 -1
  18. package/dist/adyenConfig.js +3 -3
  19. package/dist/{core-Cz8cuSX9.js → core-202iBEOY.js} +401 -154
  20. package/dist/{css-BrW9cg3e.js → css-pl6HHZXq.js} +1 -1
  21. package/dist/individual.js +8 -5
  22. package/dist/{json-DXzvRYRI.js → json-B5JUe6kg.js} +1 -1
  23. package/dist/{listToRecord-qo_EQkgv.js → listToRecord-BH14dipk.js} +2 -2
  24. package/dist/{plaintext-CMVVM8BS.js → plaintext-CQhQFzIT.js} +1 -1
  25. package/dist/style.css +6 -0
  26. package/dist/styles-CLV89_hH.js +6 -0
  27. package/dist/terms-of-service.js +8 -5
  28. package/dist/types/components/Individual/forms/IndividualOnfido/GuidanceQuestion/GuidanceQuestion.d.ts +14 -0
  29. package/dist/types/components/Individual/forms/IndividualOnfido/IndividualOnfido.d.ts +11 -0
  30. package/dist/types/components/Individual/forms/IndividualOnfido/IndividualOnfido.rules.d.ts +2 -0
  31. package/dist/types/components/Individual/forms/IndividualOnfido/IndividualOnfido.types.d.ts +4 -0
  32. package/dist/types/components/Individual/forms/IndividualOnfido/SignatoryQuestionnaire/SignatoryQuestionnaire.d.ts +2 -0
  33. package/dist/types/components/Individual/forms/IndividualOnfido/SignatoryQuestionnaire/SignatoryQuestionnaire.types.d.ts +8 -0
  34. package/dist/types/components/Individual/forms/IndividualOnfido/UboQuestionnaire/UboQuestionnaire.d.ts +3 -0
  35. package/dist/types/components/Individual/forms/IndividualOnfido/UboQuestionnaire/UboQuestionnaire.types.d.ts +10 -0
  36. package/dist/types/components/Shared/forms/Address/utils.d.ts +1 -1
  37. package/dist/types/context/ExperimentContext/types.d.ts +4 -0
  38. package/dist/types/embeds/utils.d.ts +2 -2
  39. package/dist/types/utils/entityStatusUtil.d.ts +1 -1
  40. package/dist/{utils-Do7EwrWz.js → utils-BF9grxx1.js} +7 -4
  41. package/dist/{yaml-D15-ZpJl.js → yaml-UEDDNlSR.js} +1 -1
  42. package/package.json +2 -1
@@ -19,7 +19,7 @@ var _focused, _cleanup, _setup, _a, _online, _cleanup2, _setup2, _b, _gcTimeout,
19
19
  {
20
20
  try {
21
21
  let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
22
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "a7cdead9-ca8d-4c6b-a015-a7348d8f22ed", e._sentryDebugIdIdentifier = "sentry-dbid-a7cdead9-ca8d-4c6b-a015-a7348d8f22ed");
22
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "d18f1c08-ae23-439f-923a-ca185bf5ab0d", e._sentryDebugIdIdentifier = "sentry-dbid-d18f1c08-ae23-439f-923a-ca185bf5ab0d");
23
23
  } catch (e) {
24
24
  }
25
25
  }
@@ -139,6 +139,7 @@ const defaultLocaleTranslations = {
139
139
  aUnincorporatedPartnership: "An Unincorporated Partnership",
140
140
  australianBusinessNumberAbn: "Australian business number (ABN)",
141
141
  australianBusinessNumberAcn: "Australian company number (ACN)",
142
+ authorizedSignatory: "Authorized signatory",
142
143
  back: "Back",
143
144
  backPage: "Back page",
144
145
  backToTaskList: "Back to task list",
@@ -191,6 +192,7 @@ const defaultLocaleTranslations = {
191
192
  benefactorDetails: "Benefactor details",
192
193
  benefactorsLegalName: "Benefactor's full legal name",
193
194
  benefactorsName: "Benefactor's name",
195
+ beneficialOwnership: "Beneficial ownership",
194
196
  beneficiary: "Beneficiary",
195
197
  beneficiaryGuideDescription: "<strong>Beneficiaries</strong> are the natural persons, or classes of people, in whose interest the trust is principally constituted or operates. Can be an individual, corporate entity, or member of a class. This also includes undefined beneficiaries, which are classes or groups of beneficiaries that are not named, but defined in an ascertainable manner in the trust deed.",
196
198
  bic: "BIC",
@@ -331,6 +333,7 @@ const defaultLocaleTranslations = {
331
333
  controllingPerson: "Controlling person",
332
334
  controllingPersonDescription: "Authorized to make major business decisions (may or may not be an owner)",
333
335
  controllingPersonGuideDescription: "A <strong>controlling person</strong> is someone authorized to make major business decisions. They may or may not be an owner.",
336
+ controllingPersonQuestion: "Does this person have significant responsibility to control, manage, or direct business operations?",
334
337
  corporateUnitTrust: "Corporate unit trust",
335
338
  correctErrorsResubmit: "Correct the following errors and resubmit the form",
336
339
  couldNotCompleteAccountCheck: "We couldn't complete the account check",
@@ -393,6 +396,7 @@ const defaultLocaleTranslations = {
393
396
  director: "Director",
394
397
  directorDescription: "Someone appointed to manage a company's business and affairs",
395
398
  directorGuideDescription: "A <strong>director</strong> is someone appointed to manage a company's business and affairs. Who your directors are can be found on the companies register.",
399
+ directorQuestion: "Is this person listed as a director on legal or other official documents?",
396
400
  discretionaryInvestmentTrust: "Discretionary investment trust",
397
401
  discretionaryServicesManagementTrust: "Discretionary services management trust",
398
402
  discretionaryTradingTrust: "Discretionary trading trust",
@@ -1254,6 +1258,7 @@ const defaultLocaleTranslations = {
1254
1258
  ownerDescription: "Someone who owns 25% or more of the company (directly or indirectly)",
1255
1259
  ownerDescriptionAsPartner: "Does this person own 25% or more of the partnership?",
1256
1260
  ownerGuideDescription: "An <strong>owner</strong> is someone who owns 25% or more of the company, through voting rights, equity, or similar.",
1261
+ ownerQuestion: "Does this person own 25% or more of the business—either directly or indirectly?",
1257
1262
  ownershipStructure: "Ownership structure",
1258
1263
  parent: "parent",
1259
1264
  parentCompany: "Parent company",
@@ -1586,6 +1591,8 @@ const defaultLocaleTranslations = {
1586
1591
  signatory: "Signatory",
1587
1592
  signatoryDescription: "Authorized to sign contracts on behalf of the company",
1588
1593
  signatoryGuideDescription: "A <strong>signatory</strong> has been given authority to sign official documents on behalf of the company. Usually a signatory is also an owner or a controlling person.",
1594
+ signatoryQuestion: "Does this person have the authority to sign contracts and other official documents on behalf of the business?",
1595
+ signatoryQuestionnaireHeader: "To start, let’s find out if this individual is an authorized signatory",
1589
1596
  signatureAndDateWithinTheLast12Months: "Signature and date within the last 12 months",
1590
1597
  signed: "Signed",
1591
1598
  signedByOn: "Signed on %{date} by %{signer}",
@@ -1781,6 +1788,8 @@ const defaultLocaleTranslations = {
1781
1788
  typeOfIdentity: "Type of identity",
1782
1789
  typeOfIdentitySubtitle: "We need to see a government-issued photo ID document that belongs to the person mentioned above.",
1783
1790
  typeOfTrustAgreement: "Type of trust agreement",
1791
+ uboQuestionnaireDescription: "This is important because it is a regulatory requirement to keep your business safe and will tell us what kind of information we need to collect in the next steps.",
1792
+ uboQuestionnaireHeader: "Now, let’s see if this individual is a beneficial owner",
1784
1793
  uboThroughControlGuideDescription: "<strong>UBO through control</strong> is any other individual who controls the trust to make financial and operating decisions on behalf of the trust.",
1785
1794
  uboThroughOwnershipGuideDescription: "<strong>UBO through ownership</strong> is an individual who directly or indirectly own 25% or more of the total shares, voting rights, or other equity in the organization.",
1786
1795
  uen: "Unique Entity Number (UEN)",
@@ -1872,6 +1881,7 @@ const defaultLocaleTranslations = {
1872
1881
  whatBestDescribesYourBusinessSetup: "What best describes your business setup?",
1873
1882
  whatCountryOrRegionIsTheBenefactorLocated: "What country/region is the benefactor located?",
1874
1883
  whatCountryOrRegionIsThisPersonLocated: "What country/region is this person located?",
1884
+ whatDoesThisMean: "What does this mean?",
1875
1885
  whatFinancialProductIsThisFor: "What financial product is this for?",
1876
1886
  whatIsTheDifferenceBetweenTheseRoles: "What is the difference between these roles?",
1877
1887
  whatTypeOfCompanyDoYouHave: "What type of company do you have?",
@@ -22517,6 +22527,7 @@ const addressValidationRulesV4 = (country, i18n) => {
22517
22527
  var _a2, _b2;
22518
22528
  const postalCodeFormat = country ? (_b2 = (_a2 = countrySpecificFormatters[country]) == null ? void 0 : _a2.postalCode) == null ? void 0 : _b2.format : void 0;
22519
22529
  const MIN_LENGTH_3 = 3;
22530
+ const MIN_LENGTH_2 = 2;
22520
22531
  return {
22521
22532
  address: [
22522
22533
  {
@@ -22577,12 +22588,12 @@ const addressValidationRulesV4 = (country, i18n) => {
22577
22588
  },
22578
22589
  {
22579
22590
  modes: ["blur"],
22580
- validate: (val) => isValidMinLength(val, MIN_LENGTH_3),
22591
+ validate: (val) => isValidMinLength(val, MIN_LENGTH_2),
22581
22592
  errorMessage: {
22582
22593
  key: "fieldMustContainAtLeast",
22583
22594
  values: {
22584
22595
  fieldName: i18n.get("city"),
22585
- minLength: String(MIN_LENGTH_3)
22596
+ minLength: String(MIN_LENGTH_2)
22586
22597
  }
22587
22598
  }
22588
22599
  }
@@ -29718,6 +29729,7 @@ const useSetting = (settingName) => {
29718
29729
  const { getSetting } = context;
29719
29730
  return getSetting(settingName);
29720
29731
  };
29732
+ const normalizeEnvironment = (env) => env.endsWith("/") ? env : `${env}/`;
29721
29733
  var sharedConfig = {
29722
29734
  context: void 0,
29723
29735
  registry: void 0,
@@ -32400,7 +32412,7 @@ var TanstackQueryDevtools = (_l = class {
32400
32412
  if (__privateGet(this, _Component)) {
32401
32413
  Devtools = __privateGet(this, _Component);
32402
32414
  } else {
32403
- Devtools = lazy(() => import("./I3HPI4QX-D2A4yF_s.js"));
32415
+ Devtools = lazy(() => import("./I3HPI4QX-BFra40pW.js"));
32404
32416
  __privateSet(this, _Component, Devtools);
32405
32417
  }
32406
32418
  setupStyleSheet(__privateGet(this, _styleNonce), __privateGet(this, _shadowDOMTarget));
@@ -32522,7 +32534,7 @@ var TanstackQueryDevtoolsPanel = (_m = class {
32522
32534
  if (__privateGet(this, _Component2)) {
32523
32535
  Devtools = __privateGet(this, _Component2);
32524
32536
  } else {
32525
- Devtools = lazy(() => import("./CXEL7IU7-DOMbRnMv.js"));
32537
+ Devtools = lazy(() => import("./CXEL7IU7-DntsPaET.js"));
32526
32538
  __privateSet(this, _Component2, Devtools);
32527
32539
  }
32528
32540
  setupStyleSheet(__privateGet(this, _styleNonce2), __privateGet(this, _shadowDOMTarget2));
@@ -32729,7 +32741,7 @@ const convertToEmbeddedEvent = (eventQueueItem, sessionData) => {
32729
32741
  };
32730
32742
  };
32731
32743
  const useAnalytics = ({ userEvents: userEvents2, sessionId, sessionData }) => {
32732
- const sdkVersion = "3.69.2";
32744
+ const sdkVersion = "3.70.0-beta.1";
32733
32745
  const rootLegalEntity = useGlobalStore((store) => store.rootLegalEntity);
32734
32746
  const countryCode = useGlobalStore((store) => store.rootLegalEntityCountry);
32735
32747
  const capabilities = Object.keys(rootLegalEntity.capabilities ?? {});
@@ -32798,7 +32810,7 @@ const AnalyticsProvider = ({
32798
32810
  const { onboardingVersion } = useVersion();
32799
32811
  const userEvents2 = useMemo(() => createUserEvents(), []);
32800
32812
  const sessionData = {
32801
- sdkVersion: "3.69.2",
32813
+ sdkVersion: "3.70.0-beta.1",
32802
32814
  componentName,
32803
32815
  userAgent: navigator.userAgent,
32804
32816
  legalEntityId,
@@ -33280,7 +33292,7 @@ function StateProvider({
33280
33292
  );
33281
33293
  return /* @__PURE__ */ jsx$1(StateContext.Provider, { value: contextValue, children: children2 });
33282
33294
  }
33283
- const DebugModal = lazy$1(async () => (await import("./DebugModal-Cr4lgdwf.js").then((n) => n.D)).DebugModal);
33295
+ const DebugModal = lazy$1(async () => (await import("./DebugModal-CsYQDZty.js").then((n) => n.D)).DebugModal);
33284
33296
  const DebugListener = () => {
33285
33297
  const [debugUiOpen, setDebugUiOpen] = useState(false);
33286
33298
  const { isSettingEnabled } = useSettingsContext();
@@ -33337,350 +33349,351 @@ class AbstractEventEmitter {
33337
33349
  class EventEmitter extends AbstractEventEmitter {
33338
33350
  }
33339
33351
  export {
33340
- entriesOf as $,
33341
- payoutSteps as A,
33342
- ModalHeader as B,
33352
+ Confirm as $,
33353
+ datasetUtilities as A,
33354
+ payoutSteps as B,
33343
33355
  CountryCodes as C,
33344
- ModalContent as D,
33345
- Typography as E,
33346
- ModalFooter as F,
33347
- Button as G,
33348
- isEmpty$1 as H,
33349
- useCoreContext as I,
33350
- LegalEntityType as J,
33351
- Loader as K,
33356
+ ModalHeader as D,
33357
+ ModalContent as E,
33358
+ Typography as F,
33359
+ ModalFooter as G,
33360
+ Button as H,
33361
+ isEmpty$1 as I,
33362
+ useCoreContext as J,
33363
+ LegalEntityType as K,
33352
33364
  LoaderWrapper as L,
33353
33365
  Modal as M,
33354
- TaskStatus as N,
33355
- Skeleton as O,
33366
+ Loader as N,
33367
+ TaskStatus as O,
33356
33368
  PayoutDetails as P,
33357
- Icon as Q,
33358
- useInvalidateRootLegalEntity as R,
33369
+ Skeleton as Q,
33370
+ Icon as R,
33359
33371
  SettingNames as S,
33360
33372
  TaskTypes as T,
33361
- httpDelete as U,
33362
- Alert as V,
33363
- Card as W,
33364
- StructuredList as X,
33365
- Spacer as Y,
33366
- IconButton as Z,
33367
- Confirm as _,
33373
+ useInvalidateRootLegalEntity as U,
33374
+ httpDelete as V,
33375
+ Alert as W,
33376
+ Card as X,
33377
+ StructuredList as Y,
33378
+ Spacer as Z,
33379
+ IconButton as _,
33368
33380
  useApiContext as a,
33369
- getOwnEntityAssociations as a$,
33370
- useDataset as a0,
33371
- datasetIdentifier as a1,
33372
- useLocalStorage as a2,
33373
- getLegalRepresentative as a3,
33374
- doesLegalEntityRequiresLegalRepresentative as a4,
33375
- ProviderButton as a5,
33376
- isPartOfTrustFromLegalEntity as a6,
33377
- hasSolePropInLegalEntity as a7,
33378
- hasOwnEntityAssociationOfType as a8,
33379
- isEmptyEntity as a9,
33380
- FinancialInformation as aA,
33381
- StateCodesUS as aB,
33382
- objectsDeepEqual as aC,
33383
- drop as aD,
33384
- businessDetailsComponentsKeyMapping as aE,
33385
- solePropBusinessDetailsKeyMapping as aF,
33386
- operationalAddressIsSameIds as aG,
33387
- COUNTRIES_USING_COMPANY_SEARCH as aH,
33388
- FIELDS_NEEDED_FOR_COMPANY_SEARCH as aI,
33389
- isUndefinedOrNull as aJ,
33390
- solePropBusinessDetailsApiKeyMapping as aK,
33391
- businessDetailsApiKeyMapping as aL,
33392
- isEmpty as aM,
33393
- COUNTRIES_THAT_USE_TAX_ID_INSTEAD_OF_VAT as aN,
33394
- mapAddressLabels as aO,
33395
- companyTypeMetadata as aP,
33396
- filterOutUnwantedAssociationsIfRootLE as aQ,
33397
- documentFormsIds as aR,
33398
- resolveFieldMetadata as aS,
33399
- defaultFieldMetadata$6 as aT,
33400
- inferCompanyRegistrationNumberType as aU,
33401
- getCompanyRegistrationNumberOptions as aV,
33402
- defaultFieldConfig$5 as aW,
33403
- defaultFieldMetadata$5 as aX,
33404
- countryToTaxInfoTypeMap as aY,
33405
- defaultFieldConfig$4 as aZ,
33406
- getKeyForField as a_,
33407
- CompanyTypesValue as aa,
33408
- EntityType as ab,
33409
- DATA_MISSING_DECISION_MAKER_ERROR_CODE_MAPPING as ac,
33410
- handleKeys as ad,
33411
- noop as ae,
33412
- CardGroup as af,
33413
- useSetting as ag,
33414
- useTasks as ah,
33415
- useGetTaskStatus as ai,
33416
- isPartOfUnincorporatedPartnership as aj,
33417
- getOwnSignatories as ak,
33418
- getOwnDecisionMakersLegalEntityIds as al,
33419
- getOwnSolePropProblems as am,
33420
- getOwnTrustProblems as an,
33421
- getOwnUnincorporatedPartnershipProblems as ao,
33422
- getCapabilities as ap,
33423
- ALLOWED_UNINCORPORATED_PARTNERSHIP_COUNTRIES as aq,
33424
- MemoizedDocumentUpload as ar,
33425
- List as as,
33426
- useGlobalData as at,
33427
- getForms as au,
33428
- BasicInformation as av,
33429
- getFormProps as aw,
33430
- CompanyStructure as ax,
33431
- AdditionalInformation as ay,
33432
- MemoizedConstitutionalDocument as az,
33381
+ getKeyForField as a$,
33382
+ entriesOf as a0,
33383
+ useDataset as a1,
33384
+ datasetIdentifier as a2,
33385
+ useLocalStorage as a3,
33386
+ getLegalRepresentative as a4,
33387
+ doesLegalEntityRequiresLegalRepresentative as a5,
33388
+ ProviderButton as a6,
33389
+ isPartOfTrustFromLegalEntity as a7,
33390
+ hasSolePropInLegalEntity as a8,
33391
+ hasOwnEntityAssociationOfType as a9,
33392
+ MemoizedConstitutionalDocument as aA,
33393
+ FinancialInformation as aB,
33394
+ StateCodesUS as aC,
33395
+ objectsDeepEqual as aD,
33396
+ drop as aE,
33397
+ businessDetailsComponentsKeyMapping as aF,
33398
+ solePropBusinessDetailsKeyMapping as aG,
33399
+ operationalAddressIsSameIds as aH,
33400
+ COUNTRIES_USING_COMPANY_SEARCH as aI,
33401
+ FIELDS_NEEDED_FOR_COMPANY_SEARCH as aJ,
33402
+ isUndefinedOrNull as aK,
33403
+ solePropBusinessDetailsApiKeyMapping as aL,
33404
+ businessDetailsApiKeyMapping as aM,
33405
+ isEmpty as aN,
33406
+ COUNTRIES_THAT_USE_TAX_ID_INSTEAD_OF_VAT as aO,
33407
+ mapAddressLabels as aP,
33408
+ companyTypeMetadata as aQ,
33409
+ filterOutUnwantedAssociationsIfRootLE as aR,
33410
+ documentFormsIds as aS,
33411
+ resolveFieldMetadata as aT,
33412
+ defaultFieldMetadata$6 as aU,
33413
+ inferCompanyRegistrationNumberType as aV,
33414
+ getCompanyRegistrationNumberOptions as aW,
33415
+ defaultFieldConfig$5 as aX,
33416
+ defaultFieldMetadata$5 as aY,
33417
+ countryToTaxInfoTypeMap as aZ,
33418
+ defaultFieldConfig$4 as a_,
33419
+ isEmptyEntity as aa,
33420
+ CompanyTypesValue as ab,
33421
+ EntityType as ac,
33422
+ DATA_MISSING_DECISION_MAKER_ERROR_CODE_MAPPING as ad,
33423
+ handleKeys as ae,
33424
+ noop as af,
33425
+ CardGroup as ag,
33426
+ useSetting as ah,
33427
+ useTasks as ai,
33428
+ useGetTaskStatus as aj,
33429
+ isPartOfUnincorporatedPartnership as ak,
33430
+ getOwnSignatories as al,
33431
+ getOwnDecisionMakersLegalEntityIds as am,
33432
+ getOwnSolePropProblems as an,
33433
+ getOwnTrustProblems as ao,
33434
+ getOwnUnincorporatedPartnershipProblems as ap,
33435
+ getCapabilities as aq,
33436
+ ALLOWED_UNINCORPORATED_PARTNERSHIP_COUNTRIES as ar,
33437
+ MemoizedDocumentUpload as as,
33438
+ List as at,
33439
+ useGlobalData as au,
33440
+ getForms as av,
33441
+ BasicInformation as aw,
33442
+ getFormProps as ax,
33443
+ CompanyStructure as ay,
33444
+ AdditionalInformation as az,
33433
33445
  useQuery as b,
33434
- PatriotActDisclosure as b$,
33435
- doArraysMatch as b0,
33436
- setIsBankAccountRequestedForOrganization as b1,
33437
- getAssociatedLeAnalyticsPayload as b2,
33438
- rules as b3,
33439
- solePropBusinessDetailsDocumentMapping as b4,
33440
- businessDetailsDocumentMapping as b5,
33441
- reverseMapping as b6,
33442
- eeaCountries as b7,
33443
- localizeDateString as b8,
33444
- Field as b9,
33445
- addressValidators as bA,
33446
- isTruthyValidator as bB,
33447
- getSSNType as bC,
33448
- defaultFieldMetadata as bD,
33449
- defaultFieldConfig as bE,
33450
- getAgeToday as bF,
33451
- euCountries as bG,
33452
- DecisionMakerType as bH,
33453
- allowedCountriesForNominee as bI,
33454
- getLocalizedIdDocumentTypeOptions as bJ,
33455
- Scenarios as bK,
33456
- licenseCardNumberDefaultMetadata as bL,
33457
- licenseCardNumberDefaultConfig as bM,
33458
- mergeFieldMetadataIntoProps as bN,
33459
- useFormContext as bO,
33460
- getFieldProps as bP,
33461
- idNumberFields as bQ,
33462
- IdentityNumber as bR,
33463
- additionallIdNumberOptions as bS,
33464
- MaskedInput as bT,
33465
- formatDateObj as bU,
33466
- DriversLicense as bV,
33467
- addressFields as bW,
33468
- getDefaultTaxIdNumberType as bX,
33469
- FormHeader as bY,
33470
- IndividualIdNumberTypeSelector as bZ,
33471
- TaxInformationField as b_,
33472
- Select as ba,
33473
- RadioGroup as bb,
33474
- Link as bc,
33475
- InputText as bd,
33476
- InputNumber as be,
33477
- InputDate as bf,
33478
- Currency as bg,
33479
- CURRENCY_FIELD as bh,
33480
- InputCurrency as bi,
33481
- useForm as bj,
33482
- useGlobalDataSlice as bk,
33483
- ErrorPanel as bl,
33484
- createFormUtils as bm,
33485
- getAddressSchemaForCountry as bn,
33486
- COUNTRIES_WITH_STATES_DATASET as bo,
33487
- Address as bp,
33488
- getAddressSchemaLabelsByCountry as bq,
33489
- Currencies as br,
33490
- InputGroup as bs,
33491
- TextArea as bt,
33492
- CountryField as bu,
33493
- useId as bv,
33494
- KEYBOARD_KEYS as bw,
33495
- Svg as bx,
33496
- Dropzone as by,
33497
- useLegalEntities as bz,
33446
+ IndividualIdNumberTypeSelector as b$,
33447
+ getOwnEntityAssociations as b0,
33448
+ doArraysMatch as b1,
33449
+ setIsBankAccountRequestedForOrganization as b2,
33450
+ getAssociatedLeAnalyticsPayload as b3,
33451
+ rules as b4,
33452
+ solePropBusinessDetailsDocumentMapping as b5,
33453
+ businessDetailsDocumentMapping as b6,
33454
+ reverseMapping as b7,
33455
+ eeaCountries as b8,
33456
+ localizeDateString as b9,
33457
+ useLegalEntities as bA,
33458
+ addressValidators as bB,
33459
+ isTruthyValidator as bC,
33460
+ getSSNType as bD,
33461
+ defaultFieldMetadata as bE,
33462
+ defaultFieldConfig as bF,
33463
+ getAgeToday as bG,
33464
+ euCountries as bH,
33465
+ DecisionMakerType as bI,
33466
+ getAvailableDecisionMakerRoleTypes as bJ,
33467
+ allowedCountriesForNominee as bK,
33468
+ getLocalizedIdDocumentTypeOptions as bL,
33469
+ Scenarios as bM,
33470
+ licenseCardNumberDefaultMetadata as bN,
33471
+ licenseCardNumberDefaultConfig as bO,
33472
+ mergeFieldMetadataIntoProps as bP,
33473
+ useFormContext as bQ,
33474
+ getFieldProps as bR,
33475
+ idNumberFields as bS,
33476
+ IdentityNumber as bT,
33477
+ additionallIdNumberOptions as bU,
33478
+ MaskedInput as bV,
33479
+ formatDateObj as bW,
33480
+ DriversLicense as bX,
33481
+ addressFields as bY,
33482
+ getDefaultTaxIdNumberType as bZ,
33483
+ FormHeader as b_,
33484
+ Field as ba,
33485
+ Select as bb,
33486
+ RadioGroup as bc,
33487
+ Link as bd,
33488
+ InputText as be,
33489
+ InputNumber as bf,
33490
+ InputDate as bg,
33491
+ Currency as bh,
33492
+ CURRENCY_FIELD as bi,
33493
+ InputCurrency as bj,
33494
+ useForm as bk,
33495
+ useGlobalDataSlice as bl,
33496
+ ErrorPanel as bm,
33497
+ createFormUtils as bn,
33498
+ getAddressSchemaForCountry as bo,
33499
+ COUNTRIES_WITH_STATES_DATASET as bp,
33500
+ Address as bq,
33501
+ getAddressSchemaLabelsByCountry as br,
33502
+ Currencies as bs,
33503
+ InputGroup as bt,
33504
+ TextArea as bu,
33505
+ CountryField as bv,
33506
+ useId as bw,
33507
+ KEYBOARD_KEYS as bx,
33508
+ Svg as by,
33509
+ Dropzone as bz,
33498
33510
  createLogger as c,
33499
- deleteUnincorporatedPartnershipMember as c$,
33500
- nameFields as c0,
33501
- decisionMakerRoleFields as c1,
33502
- nomineeFields as c2,
33503
- contactDetailFields as c3,
33504
- ContextGuidance as c4,
33505
- TrustedFieldsProvider as c5,
33506
- DecisionMakerRole as c6,
33507
- NomineeDecisionMakerRole as c7,
33508
- Name as c8,
33509
- ContactDetails as c9,
33510
- COUNTRY_FIELD as cA,
33511
- LegalCompanyNameField as cB,
33512
- LEGAL_COMPANY_NAME_FIELD as cC,
33513
- getRoleName as cD,
33514
- summaryStep as cE,
33515
- FormNavigation as cF,
33516
- Summary as cG,
33517
- ActionBar as cH,
33518
- updateTaxInformation as cI,
33519
- TrustTypes as cJ,
33520
- UNINCORPORATED_PARTNERSHIP_COUNTRIES_VAT_NUMBER_OPTIONAL as cK,
33521
- UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_REQUIRED as cL,
33522
- UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_OPTIONAL as cM,
33523
- UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_REQUIRED as cN,
33524
- UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_OPTIONAL as cO,
33525
- trustComponentsKeyMapping as cP,
33526
- trustApiKeyMapping as cQ,
33527
- trustDocumentMapping as cR,
33528
- trustForms as cS,
33529
- Trust as cT,
33530
- trustTypeOptions as cU,
33531
- trustConstitutionalDocumentFormId as cV,
33532
- UnincorporatedPartnershipMemberTypes as cW,
33533
- getDecisionMakerDescriptionMap as cX,
33534
- TRUST_DEFAULT_DESCRIPTIONS_MAP as cY,
33535
- getRoleTagVariant as cZ,
33536
- DEFAULT_TRUST_MEMBER_REQUIREMENTS as c_,
33537
- RadioWithLabel as ca,
33538
- pick as cb,
33539
- IdVerification as cc,
33540
- showIndividualMotionCapture as cd,
33541
- IdDocumentManualUpload as ce,
33542
- idDocumentUploadFields as cf,
33543
- useFormRouterContext as cg,
33544
- setShowIndividualMotionCapture as ch,
33545
- shouldShowMotionCapture as ci,
33546
- hasMotionCaptureScenario as cj,
33547
- MemoizedProofOfRelationship as ck,
33548
- MemoizedProofOfResidencyUpload as cl,
33549
- useProviderStatus as cm,
33550
- getAsyncIdNumberValidationRule as cn,
33551
- getAsyncPhoneValidationRules as co,
33552
- setHasMotionCaptureScenario as cp,
33553
- getAllowedDecisionMakerRoles as cq,
33554
- hasNomineesChanged as cr,
33555
- attachNomineeToRole as cs,
33556
- TrustMemberTypes as ct,
33557
- useGlobalStore as cu,
33558
- defaultFieldMetadata$3 as cv,
33559
- defaultFieldConfig$2 as cw,
33560
- MultiSelectList as cx,
33561
- makeSelectItemForRole as cy,
33562
- RadioGroupCard as cz,
33511
+ getRoleTagVariant as c$,
33512
+ TaxInformationField as c0,
33513
+ PatriotActDisclosure as c1,
33514
+ nameFields as c2,
33515
+ decisionMakerRoleFields as c3,
33516
+ nomineeFields as c4,
33517
+ contactDetailFields as c5,
33518
+ ContextGuidance as c6,
33519
+ TrustedFieldsProvider as c7,
33520
+ DecisionMakerRole as c8,
33521
+ NomineeDecisionMakerRole as c9,
33522
+ makeSelectItemForRole as cA,
33523
+ RadioGroupCard as cB,
33524
+ COUNTRY_FIELD as cC,
33525
+ LegalCompanyNameField as cD,
33526
+ LEGAL_COMPANY_NAME_FIELD as cE,
33527
+ getRoleName as cF,
33528
+ summaryStep as cG,
33529
+ FormNavigation as cH,
33530
+ Summary as cI,
33531
+ ActionBar as cJ,
33532
+ updateTaxInformation as cK,
33533
+ TrustTypes as cL,
33534
+ UNINCORPORATED_PARTNERSHIP_COUNTRIES_VAT_NUMBER_OPTIONAL as cM,
33535
+ UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_REQUIRED as cN,
33536
+ UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_OPTIONAL as cO,
33537
+ UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_REQUIRED as cP,
33538
+ UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_OPTIONAL as cQ,
33539
+ trustComponentsKeyMapping as cR,
33540
+ trustApiKeyMapping as cS,
33541
+ trustDocumentMapping as cT,
33542
+ trustForms as cU,
33543
+ Trust as cV,
33544
+ trustTypeOptions as cW,
33545
+ trustConstitutionalDocumentFormId as cX,
33546
+ UnincorporatedPartnershipMemberTypes as cY,
33547
+ getDecisionMakerDescriptionMap as cZ,
33548
+ TRUST_DEFAULT_DESCRIPTIONS_MAP as c_,
33549
+ Name as ca,
33550
+ ContactDetails as cb,
33551
+ RadioWithLabel as cc,
33552
+ pick as cd,
33553
+ IdVerification as ce,
33554
+ showIndividualMotionCapture as cf,
33555
+ IdDocumentManualUpload as cg,
33556
+ idDocumentUploadFields as ch,
33557
+ useFormRouterContext as ci,
33558
+ setShowIndividualMotionCapture as cj,
33559
+ shouldShowMotionCapture as ck,
33560
+ hasMotionCaptureScenario as cl,
33561
+ MemoizedProofOfRelationship as cm,
33562
+ MemoizedProofOfResidencyUpload as cn,
33563
+ useProviderStatus as co,
33564
+ getAsyncIdNumberValidationRule as cp,
33565
+ getAsyncPhoneValidationRules as cq,
33566
+ setHasMotionCaptureScenario as cr,
33567
+ getAllowedDecisionMakerRoles as cs,
33568
+ hasNomineesChanged as ct,
33569
+ attachNomineeToRole as cu,
33570
+ TrustMemberTypes as cv,
33571
+ useGlobalStore as cw,
33572
+ defaultFieldMetadata$3 as cx,
33573
+ defaultFieldConfig$2 as cy,
33574
+ MultiSelectList as cz,
33563
33575
  httpGet as d,
33564
- skipToken as d$,
33565
- mapEntityAssociationsToUnincorporatedPartnershipMembers as d0,
33566
- hasAllCapabilitiesResolved as d1,
33567
- hasRejectedCapabilities as d2,
33568
- getPayoutAccountHolderName as d3,
33569
- getOwnDecisionMakers as d4,
33570
- MaybeModal as d5,
33571
- Checkbox as d6,
33572
- listify as d7,
33573
- uuidv4 as d8,
33574
- EventEmitter as d9,
33575
- trimValWithOneSpace as dA,
33576
- NO_ALPHABET_REGEX as dB,
33577
- EMOJI_REGEX as dC,
33578
- hasRepeatedCharacters as dD,
33579
- isInvalidName as dE,
33580
- INDIVIDUAL_VALID_CHAR_REGEX as dF,
33581
- getFormattingRegEx as dG,
33582
- SPECIAL_CHARS as dH,
33583
- FormRouterContext as dI,
33584
- StepProgressIndicator as dJ,
33585
- isNewlyUploadedFile as dK,
33586
- remediationPayoutApiKeyMapping as dL,
33587
- remediationBusinessDetailsApiKeyMapping as dM,
33588
- remediationIndividualApiKeyMapping as dN,
33589
- getNestedPropertyKeys as dO,
33590
- isValueObscured as dP,
33591
- emailPattern as dQ,
33592
- defaultFieldMetadata$1 as dR,
33593
- fieldConfig as dS,
33594
- getNomineeFromAssociation as dT,
33595
- addressFormatters as dU,
33596
- individualForms as dV,
33597
- Individual as dW,
33598
- individualDocumentForms as dX,
33599
- individualDocumentMapping as dY,
33600
- individualObscuredFields as dZ,
33601
- refreshSession as d_,
33602
- SettingsProvider as da,
33603
- ExperimentsContextProvider as db,
33604
- ApiProvider as dc,
33605
- QueryClientProvider as dd,
33606
- StoreProvider as de,
33607
- AnalyticsProvider as df,
33608
- CoreProvider as dg,
33609
- I18nProvider as dh,
33610
- DebugListener as di,
33611
- ToastContextProvider as dj,
33612
- StateProvider as dk,
33613
- ReactQueryDevtools2 as dl,
33614
- FALLBACK_LOCALE as dm,
33615
- setSdkToken as dn,
33616
- setSdkTokenHandler as dp,
33617
- FormContext as dq,
33618
- individualApiKeyMapping as dr,
33619
- remediationHasFileUploadField as ds,
33620
- dataMissingRemediationsToFieldsMap as dt,
33621
- individualComponentsKeyMapping as du,
33622
- ValidationResult as dv,
33623
- isNotEmptyValidator as dw,
33624
- AdyenKycSdkError as dx,
33625
- hasText as dy,
33626
- matchesRegex as dz,
33576
+ individualObscuredFields as d$,
33577
+ DEFAULT_TRUST_MEMBER_REQUIREMENTS as d0,
33578
+ deleteUnincorporatedPartnershipMember as d1,
33579
+ mapEntityAssociationsToUnincorporatedPartnershipMembers as d2,
33580
+ hasAllCapabilitiesResolved as d3,
33581
+ hasRejectedCapabilities as d4,
33582
+ getPayoutAccountHolderName as d5,
33583
+ getOwnDecisionMakers as d6,
33584
+ MaybeModal as d7,
33585
+ Checkbox as d8,
33586
+ listify as d9,
33587
+ hasText as dA,
33588
+ matchesRegex as dB,
33589
+ trimValWithOneSpace as dC,
33590
+ NO_ALPHABET_REGEX as dD,
33591
+ EMOJI_REGEX as dE,
33592
+ hasRepeatedCharacters as dF,
33593
+ isInvalidName as dG,
33594
+ INDIVIDUAL_VALID_CHAR_REGEX as dH,
33595
+ getFormattingRegEx as dI,
33596
+ SPECIAL_CHARS as dJ,
33597
+ FormRouterContext as dK,
33598
+ StepProgressIndicator as dL,
33599
+ isNewlyUploadedFile as dM,
33600
+ remediationPayoutApiKeyMapping as dN,
33601
+ remediationBusinessDetailsApiKeyMapping as dO,
33602
+ remediationIndividualApiKeyMapping as dP,
33603
+ getNestedPropertyKeys as dQ,
33604
+ isValueObscured as dR,
33605
+ emailPattern as dS,
33606
+ defaultFieldMetadata$1 as dT,
33607
+ fieldConfig as dU,
33608
+ getNomineeFromAssociation as dV,
33609
+ addressFormatters as dW,
33610
+ individualForms as dX,
33611
+ Individual as dY,
33612
+ individualDocumentForms as dZ,
33613
+ individualDocumentMapping as d_,
33614
+ uuidv4 as da,
33615
+ EventEmitter as db,
33616
+ SettingsProvider as dc,
33617
+ ExperimentsContextProvider as dd,
33618
+ ApiProvider as de,
33619
+ QueryClientProvider as df,
33620
+ StoreProvider as dg,
33621
+ AnalyticsProvider as dh,
33622
+ CoreProvider as di,
33623
+ I18nProvider as dj,
33624
+ DebugListener as dk,
33625
+ ToastContextProvider as dl,
33626
+ StateProvider as dm,
33627
+ ReactQueryDevtools2 as dn,
33628
+ FALLBACK_LOCALE as dp,
33629
+ setSdkToken as dq,
33630
+ setSdkTokenHandler as dr,
33631
+ FormContext as ds,
33632
+ individualApiKeyMapping as dt,
33633
+ remediationHasFileUploadField as du,
33634
+ dataMissingRemediationsToFieldsMap as dv,
33635
+ individualComponentsKeyMapping as dw,
33636
+ ValidationResult as dx,
33637
+ isNotEmptyValidator as dy,
33638
+ AdyenKycSdkError as dz,
33627
33639
  useMutation as e,
33628
- AlertIcon as e0,
33629
- splitTaskIdentifier as e1,
33630
- valuesOf as e2,
33631
- useTaskStatuses as e3,
33632
- getTranslationKeysByPrefix as e4,
33633
- EntityTypeRadioGroupCard as e5,
33634
- getAvailableDecisionMakerRoleTypes as e6,
33635
- getPreferredColorScheme as e7,
33636
- createMemo as e8,
33637
- createComponent as e9,
33638
- displayValue as eA,
33639
- For as eB,
33640
- convertRemToPixels as eC,
33641
- untrack as eD,
33642
- $TRACK as eE,
33643
- useTransition as eF,
33644
- spread as eG,
33645
- mergeProps as eH,
33646
- createRoot as eI,
33647
- serialize as eJ,
33648
- Index as eK,
33649
- updateNestedDataByPath as eL,
33650
- addEventListener as eM,
33651
- stringify as eN,
33652
- Match as eO,
33653
- Switch as eP,
33654
- deleteNestedDataByPath as eQ,
33655
- splitProps as eR,
33656
- Dynamic as eS,
33657
- createComputed as eT,
33658
- createContext as ea,
33659
- createSignal as eb,
33660
- onMount as ec,
33661
- createEffect as ed,
33662
- Portal as ee,
33663
- Show as ef,
33664
- template as eg,
33665
- insert as eh,
33666
- createRenderEffect as ei,
33667
- className as ej,
33668
- clearDelegatedEvents as ek,
33669
- delegateEvents as el,
33670
- useContext as em,
33671
- onCleanup as en,
33672
- sortFns as eo,
33673
- mutationSortFns as ep,
33674
- on as eq,
33675
- setAttribute as er,
33676
- getSidedProp as es,
33677
- use as et,
33678
- createUniqueId as eu,
33679
- batch as ev,
33680
- getQueryStatusLabel as ew,
33681
- getMutationStatusColor as ex,
33682
- getQueryStatusColor as ey,
33683
- getQueryStatusColorByLabel as ez,
33640
+ refreshSession as e0,
33641
+ skipToken as e1,
33642
+ AlertIcon as e2,
33643
+ splitTaskIdentifier as e3,
33644
+ valuesOf as e4,
33645
+ useTaskStatuses as e5,
33646
+ getTranslationKeysByPrefix as e6,
33647
+ EntityTypeRadioGroupCard as e7,
33648
+ getPreferredColorScheme as e8,
33649
+ createMemo as e9,
33650
+ getQueryStatusColorByLabel as eA,
33651
+ displayValue as eB,
33652
+ For as eC,
33653
+ convertRemToPixels as eD,
33654
+ untrack as eE,
33655
+ $TRACK as eF,
33656
+ useTransition as eG,
33657
+ spread as eH,
33658
+ mergeProps as eI,
33659
+ createRoot as eJ,
33660
+ serialize as eK,
33661
+ Index as eL,
33662
+ updateNestedDataByPath as eM,
33663
+ addEventListener as eN,
33664
+ stringify as eO,
33665
+ Match as eP,
33666
+ Switch as eQ,
33667
+ deleteNestedDataByPath as eR,
33668
+ splitProps as eS,
33669
+ Dynamic as eT,
33670
+ createComputed as eU,
33671
+ createComponent as ea,
33672
+ createContext as eb,
33673
+ createSignal as ec,
33674
+ onMount as ed,
33675
+ createEffect as ee,
33676
+ Portal as ef,
33677
+ Show as eg,
33678
+ template as eh,
33679
+ insert as ei,
33680
+ createRenderEffect as ej,
33681
+ className as ek,
33682
+ clearDelegatedEvents as el,
33683
+ delegateEvents as em,
33684
+ useContext as en,
33685
+ onCleanup as eo,
33686
+ sortFns as ep,
33687
+ mutationSortFns as eq,
33688
+ on as er,
33689
+ setAttribute as es,
33690
+ getSidedProp as et,
33691
+ use as eu,
33692
+ createUniqueId as ev,
33693
+ batch as ew,
33694
+ getQueryStatusLabel as ex,
33695
+ getMutationStatusColor as ey,
33696
+ getQueryStatusColor as ez,
33684
33697
  useQueryClient as f,
33685
33698
  createFormRules as g,
33686
33699
  httpPost as h,
@@ -33689,17 +33702,17 @@ export {
33689
33702
  keysOf as k,
33690
33703
  useToastContext as l,
33691
33704
  mapPayoutAccountSchemaToApiBankAccount as m,
33692
- useExperimentsContext as n,
33693
- useSettingsContext as o,
33705
+ normalizeEnvironment as n,
33706
+ useExperimentsContext as o,
33694
33707
  payoutComponentKeyMapping as p,
33695
- getLegalEntityCountry as q,
33696
- currencyByCountry as r,
33708
+ useSettingsContext as q,
33709
+ getLegalEntityCountry as r,
33697
33710
  summaryItem as s,
33698
- getLegalEntityNameBasedOnType as t,
33711
+ currencyByCountry as t,
33699
33712
  useLegalEntity as u,
33700
- useStateContext as v,
33701
- getCapabilityProblems as w,
33702
- isProviderWidgetInline as x,
33703
- cloneObject as y,
33704
- datasetUtilities as z
33713
+ getLegalEntityNameBasedOnType as v,
33714
+ useStateContext as w,
33715
+ getCapabilityProblems as x,
33716
+ isProviderWidgetInline as y,
33717
+ cloneObject as z
33705
33718
  };