@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.
22 lines (21 loc) • 818 B
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] = "9ccb97f9-6cd5-4cb7-95b3-e4b65273f539", e._sentryDebugIdIdentifier = "sentry-dbid-9ccb97f9-6cd5-4cb7-95b3-e4b65273f539");
} catch (e) {}
var TaskStatuses = {
EMPTY: 0,
FINISHED: 1,
PROCESSING: 2,
DETAILS_REQUIRED: 3,
SIGN: 4,
DOWNLOAD: 5,
SUBMIT: 6,
ERROR: 7,
SIGNED: 8,
REMOVING: 9,
UNKNOWN: 10
};
var TASK_STATUS_POLLING_INTERVAL_MS = 3e3;
var TASK_STATUS_COMPLETED_POLLING_INTERVAL_MS = 6e3;
//#endregion
export { TASK_STATUS_POLLING_INTERVAL_MS as n, TaskStatuses as r, TASK_STATUS_COMPLETED_POLLING_INTERVAL_MS as t };