@teaploy/megaprint
Version:
Megaprint npm integration
28 lines (27 loc) • 1.28 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Actions = exports.actionsUrl = void 0;
exports.actionsUrl = {
production: {
generateToken: 'https://apiv2.ifacere-fel.com/api/solicitarToken',
signXml: 'https://api.soluciones-mega.com/api/solicitaFirma',
registerDocument: 'https://apiv2.ifacere-fel.com/api/registrarDocumentoXML',
getPdf: 'https://apiv2.ifacere-fel.com/api/retornarPDF',
getClientData: 'https://apiv2.ifacere-fel.com/api/retornarDatosCliente',
},
development: {
generateToken: 'https://dev2.api.ifacere-fel.com/api/solicitarToken',
signXml: 'https://dev.api.soluciones-mega.com/api/solicitaFirma',
registerDocument: 'https://dev2.api.ifacere-fel.com/api/registrarDocumentoXML',
getPdf: 'https://dev2.api.ifacere-fel.com/api/retornarPDF',
getClientData: 'https://dev2.api.ifacere-fel.com/api/retornarDatosCliente',
},
};
var Actions;
(function (Actions) {
Actions["generateToken"] = "generateToken";
Actions["signXml"] = "signXml";
Actions["registerDocument"] = "registerDocument";
Actions["getPdf"] = "getPdf";
Actions["getClientData"] = "getClientData";
})(Actions = exports.Actions || (exports.Actions = {}));