UNPKG

@upbudget/belvo-js

Version:
15 lines 481 B
const BelvoEvents = { WIDGET_OPENED: "belvo_widget_opened", CONNECTION_SUCCESS: "belvo_connection_success", CONNECTION_EXIT: "belvo_connection_exit", WIDGET_EVENT: "belvo_widget_event", SCRIPT_LOADED: "belvo_script_loaded", SCRIPT_ERROR: "belvo_script_error", TOKEN_FETCH_START: "belvo_token_fetch_start", TOKEN_FETCH_SUCCESS: "belvo_token_fetch_success", TOKEN_FETCH_ERROR: "belvo_token_fetch_error" }; export { BelvoEvents }; //# sourceMappingURL=types.js.map