UNPKG

@sonatel-os/juf

Version:

The community SDK for Orange Money, SMS, Email & Sonatel APIs on the Orange Developer Platform.

38 lines (37 loc) 1.02 kB
import "./chunk-ZRED4ULA.js"; import { communicationService_default } from "./chunk-ZWM2VYBB.js"; import { paymentService_default } from "./chunk-BLWGCKOL.js"; import { authenticationService_default } from "./chunk-QDNKDHVC.js"; import "./chunk-RM2K63VN.js"; import "./chunk-BXTDSY5Z.js"; import { AuthenticationError, ExternalServiceError, JufError, ValidationError } from "./chunk-4T5F3RH2.js"; // index.js import { logger } from "@sonatel-os/juf-xpress-logger"; var authentication = authenticationService_default.init(); var communication = communicationService_default.init({ authService: authentication }); var payment = paymentService_default.init({ authService: authentication }); export { authenticationService_default as Authentication, AuthenticationError, communicationService_default as Communication, ExternalServiceError, JufError, paymentService_default as Payment, ValidationError, authentication, communication, logger, payment }; //# sourceMappingURL=index.js.map