UNPKG

@hauser1993/kyc-sdk

Version:

Your custom version of Ballerine web UI SDK - an open-source infrastructure for user identity and risk management. Compose verification processes for any vertical and geography using modular building blocks, components, and 3rd party integrations.

12 lines 950 B
import { FlowsBackendConfig, FlowsBackendConfigEndpoints } from '../../../types/BallerineSDK'; export declare const getBackendConfig: () => FlowsBackendConfig; export declare const resolveEndpoint: (endpointName: keyof FlowsBackendConfigEndpoints, templateParams?: StringKV) => string; export declare const getUploadFileEndpoint: (templateParams?: StringKV) => string; export declare const getUpdateContextEndpoint: (templateParams?: StringKV) => string; export declare const getStartVerificationEndpoint: (templateParams?: StringKV) => string; export declare const getVerificationStatusEndpoint: (templateParams?: StringKV) => string; export declare const processStepDataEndpoint: (templateParams?: StringKV) => string; export declare const getConfigEndpoint: (templateParams?: StringKV) => string; export declare const getAuthorizationHeader: () => string; export declare const getIsDevelopment: () => boolean; //# sourceMappingURL=getters.d.ts.map