chore(reports-transmission): eliminar triggerXmlRbSystemsImpo sin usar

No hay opción en el modal que lo llame. Solo existen las 8 interfaces
del select y los 4 regímenes de importación XML_RB_SYSTEMS.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 08:48:25 -05:00
parent 4bbc93534c
commit 7ee5200cfa

View File

@@ -50,12 +50,6 @@ export const reportsTransmissionApi = {
return result.data;
},
triggerXmlRbSystemsImpo: async (request: { invoice_numbers: string[]; entry_port?: string; exit_port?: string }) => {
const result = await api.post('/v1/a76/reports/xml-rb-systems/importacion/generate', request);
if (result.error || !result.data) throw new Error(result.error || 'Error al generar XML RB Systems (importación)');
return result.data;
},
triggerXmlRbSystemsExpo: async (request: { manifest_numbers: string[]; include_emanifest?: boolean }) => {
const result = await api.post('/v1/a76/reports/xml-rb-systems/exportacion/generate', request);
if (result.error || !result.data) throw new Error(result.error || 'Error al generar XML RB Systems (exportación)');