@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
28 lines (27 loc) • 1.24 kB
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "f47c9fa5-623a-48fd-90cc-9522da72f613", e._sentryDebugIdIdentifier = "sentry-dbid-f47c9fa5-623a-48fd-90cc-9522da72f613");
} catch (e) {}
var TrustMemberTypes = {
DEFINED_BENEFICIARY: "definedBeneficiary",
UNDEFINED_BENEFICIARY: "undefinedBeneficiary",
PROTECTOR: "protector",
TRUSTEE: "secondaryTrustee",
SETTLOR: "settlor"
};
//#endregion
//#region src/components/Trust/utils/trustMemberGuidance.ts
var TrustMemberGuidanceLabels = {
BENEFICIARY: "beneficiary",
PROTECTOR: "protector",
TRUSTEE: "trustee",
SETTLOR: "settlor"
};
var TRUST_DEFAULT_DESCRIPTIONS_MAP = {
[]: "provideAllBeneficiaries",
[]: "provideAtLeastOneProtector",
[]: "provideAllTrustees",
[]: "provideAtLeastOneSettlor"
};
//#endregion
export { TrustMemberGuidanceLabels as n, TrustMemberTypes as r, TRUST_DEFAULT_DESCRIPTIONS_MAP as t };