@arcasdk/core 0.3.6 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/application/dto/electronic-billing.dto.d.ts +0 -5
- package/lib/application/dto/index.d.ts +0 -4
- package/lib/application/dto/index.js +0 -4
- package/lib/application/dto/index.js.map +1 -1
- package/lib/application/dto/register.dto.d.ts +0 -60
- package/lib/application/dto/register.dto.js +0 -5
- package/lib/application/dto/register.dto.js.map +1 -1
- package/lib/application/index.d.ts +0 -1
- package/lib/application/index.js +0 -1
- package/lib/application/index.js.map +1 -1
- package/lib/application/ports/authentication/authentication-repository.port.d.ts +0 -5
- package/lib/application/ports/authentication/index.d.ts +0 -4
- package/lib/application/ports/authentication/index.js +0 -4
- package/lib/application/ports/authentication/index.js.map +1 -1
- package/lib/application/ports/electronic-billing/electronic-billing-repository.port.d.ts +0 -6
- package/lib/application/ports/electronic-billing/index.d.ts +0 -4
- package/lib/application/ports/electronic-billing/index.js +0 -4
- package/lib/application/ports/electronic-billing/index.js.map +1 -1
- package/lib/application/ports/fecred/fecred-repository.port.d.ts +118 -0
- package/lib/application/ports/fecred/fecred-repository.port.js +3 -0
- package/lib/application/ports/fecred/fecred-repository.port.js.map +1 -0
- package/lib/application/ports/fecred/index.d.ts +1 -0
- package/lib/application/ports/fecred/index.js +18 -0
- package/lib/application/ports/fecred/index.js.map +1 -0
- package/lib/application/ports/fex/fex-repository.port.d.ts +116 -0
- package/lib/application/ports/fex/fex-repository.port.js +3 -0
- package/lib/application/ports/fex/fex-repository.port.js.map +1 -0
- package/lib/application/ports/fex/index.d.ts +1 -0
- package/lib/application/ports/fex/index.js +18 -0
- package/lib/application/ports/fex/index.js.map +1 -0
- package/lib/application/ports/generic/generic-repository.port.d.ts +3 -6
- package/lib/application/ports/index.d.ts +2 -4
- package/lib/application/ports/index.js +2 -4
- package/lib/application/ports/index.js.map +1 -1
- package/lib/application/ports/register/index.d.ts +0 -4
- package/lib/application/ports/register/index.js +0 -4
- package/lib/application/ports/register/index.js.map +1 -1
- package/lib/application/ports/register/register-repository.ports.d.ts +0 -4
- package/lib/application/services/electronic-billing.service.d.ts +0 -5
- package/lib/application/services/electronic-billing.service.js +0 -2
- package/lib/application/services/electronic-billing.service.js.map +1 -1
- package/lib/application/services/generic.service.d.ts +3 -6
- package/lib/application/services/generic.service.js +1 -1
- package/lib/application/services/generic.service.js.map +1 -1
- package/lib/application/services/index.d.ts +2 -4
- package/lib/application/services/index.js +2 -4
- package/lib/application/services/index.js.map +1 -1
- package/lib/application/services/register-inscription-proof.service.d.ts +0 -5
- package/lib/application/services/register-inscription-proof.service.js.map +1 -1
- package/lib/application/services/register-scope-five.service.d.ts +0 -5
- package/lib/application/services/register-scope-five.service.js.map +1 -1
- package/lib/application/services/register-scope-four.service.d.ts +0 -5
- package/lib/application/services/register-scope-four.service.js +0 -5
- package/lib/application/services/register-scope-four.service.js.map +1 -1
- package/lib/application/services/register-scope-ten.service.d.ts +0 -5
- package/lib/application/services/register-scope-ten.service.js.map +1 -1
- package/lib/application/services/register-scope-thirteen.service.d.ts +0 -5
- package/lib/application/services/register-scope-thirteen.service.js.map +1 -1
- package/lib/application/services/wsfecred.service.d.ts +46 -0
- package/lib/application/services/wsfecred.service.js +173 -0
- package/lib/application/services/wsfecred.service.js.map +1 -0
- package/lib/application/services/wsfex.service.d.ts +44 -0
- package/lib/application/services/wsfex.service.js +152 -0
- package/lib/application/services/wsfex.service.js.map +1 -0
- package/lib/application/types/auth.types.d.ts +0 -4
- package/lib/application/types/auth.types.js +0 -4
- package/lib/application/types/auth.types.js.map +1 -1
- package/lib/application/types/context.types.d.ts +6 -10
- package/lib/application/types/index.d.ts +0 -4
- package/lib/application/types/index.js +0 -4
- package/lib/application/types/index.js.map +1 -1
- package/lib/application/types/result.types.d.ts +0 -4
- package/lib/application/types/use-case-inputs.types.d.ts +0 -4
- package/lib/application/types/use-case-inputs.types.js +0 -4
- package/lib/application/types/use-case-inputs.types.js.map +1 -1
- package/lib/application/use-cases/authentication/get-auth-params.use-case.d.ts +0 -4
- package/lib/application/use-cases/authentication/get-auth-params.use-case.js.map +1 -1
- package/lib/application/use-cases/authentication/index.d.ts +0 -4
- package/lib/application/use-cases/authentication/index.js +0 -4
- package/lib/application/use-cases/authentication/index.js.map +1 -1
- package/lib/application/use-cases/authentication/login.use-case.d.ts +0 -5
- package/lib/application/use-cases/authentication/login.use-case.js.map +1 -1
- package/lib/application/use-cases/authentication/request-login.use-case.d.ts +0 -4
- package/lib/application/use-cases/authentication/request-login.use-case.js.map +1 -1
- package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js +0 -4
- package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js.map +1 -1
- package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js +0 -2
- package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js.map +1 -1
- package/lib/application/use-cases/index.d.ts +2 -0
- package/lib/application/use-cases/index.js +2 -0
- package/lib/application/use-cases/index.js.map +1 -1
- package/lib/application/use-cases/register/get-register-server-status.use-case.d.ts +0 -4
- package/lib/application/use-cases/register/get-register-server-status.use-case.js.map +1 -1
- package/lib/application/use-cases/register/get-tax-id-by-document.use-case.d.ts +0 -4
- package/lib/application/use-cases/register/get-tax-id-by-document.use-case.js.map +1 -1
- package/lib/application/use-cases/register/get-taxpayer-details.use-case.d.ts +0 -4
- package/lib/application/use-cases/register/get-taxpayer-details.use-case.js.map +1 -1
- package/lib/application/use-cases/register/get-taxpayers-details.use-case.d.ts +0 -4
- package/lib/application/use-cases/register/get-taxpayers-details.use-case.js.map +1 -1
- package/lib/application/use-cases/wsfecred/aceptar-fecred.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/aceptar-fecred.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/aceptar-fecred.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-comprobantes.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-comprobantes.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-comprobantes.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-cta-cte.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-cta-cte.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-cta-cte.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-ctas-ctes.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-ctas-ctes.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-ctas-ctes.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-cuentas-en-agt-dpto-cltv.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-cuentas-en-agt-dpto-cltv.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-cuentas-en-agt-dpto-cltv.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-facturas-agt-dpto-cltv.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-facturas-agt-dpto-cltv.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-facturas-agt-dpto-cltv.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-historial-estados-comprobante.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-historial-estados-comprobante.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-historial-estados-comprobante.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-historial-estados-cta-cte.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-historial-estados-cta-cte.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-historial-estados-cta-cte.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-monto-obligado-recepcion.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-monto-obligado-recepcion.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-monto-obligado-recepcion.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-obligado-recepcion.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-obligado-recepcion.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-obligado-recepcion.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-ajustes-operacion.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-ajustes-operacion.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-ajustes-operacion.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-formas-cancelacion.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-formas-cancelacion.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-formas-cancelacion.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-motivos-rechazo.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-motivos-rechazo.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-motivos-rechazo.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-retenciones.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-retenciones.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/consultar-tipos-retenciones.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/index.d.ts +20 -0
- package/lib/application/use-cases/wsfecred/index.js +37 -0
- package/lib/application/use-cases/wsfecred/index.js.map +1 -0
- package/lib/application/use-cases/wsfecred/informar-cancelacion-total-fecred.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/informar-cancelacion-total-fecred.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/informar-cancelacion-total-fecred.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/informar-factura-agt-dpto-cltv.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/informar-factura-agt-dpto-cltv.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/informar-factura-agt-dpto-cltv.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/modificar-opcion-transferencia.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/modificar-opcion-transferencia.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/modificar-opcion-transferencia.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/obtener-remitos.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/obtener-remitos.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/obtener-remitos.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/rechazar-fecred.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/rechazar-fecred.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/rechazar-fecred.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfecred/rechazar-nota-dc.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfecred/rechazar-nota-dc.use-case.js +24 -0
- package/lib/application/use-cases/wsfecred/rechazar-nota-dc.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/authorize.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/authorize.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/authorize.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/check-permiso.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/check-permiso.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/check-permiso.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/dummy.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/dummy.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/dummy.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-cmp.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-cmp.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-cmp.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-last-cmp.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-last-cmp.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-last-cmp.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-last-id.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-last-id.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-last-id.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-actividades.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-actividades.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-actividades.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-cbte-tipo.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-cbte-tipo.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-cbte-tipo.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-ctz.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-ctz.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-ctz.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-dst-cuit.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-dst-cuit.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-dst-cuit.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-dst-pais.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-dst-pais.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-dst-pais.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-idiomas.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-idiomas.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-idiomas.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-incoterms.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-incoterms.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-incoterms.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-mon-con-cotizacion.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-mon-con-cotizacion.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-mon-con-cotizacion.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-mon.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-mon.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-mon.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-opcionales.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-opcionales.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-opcionales.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-pto-venta.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-pto-venta.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-pto-venta.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-tipo-expo.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-tipo-expo.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-tipo-expo.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/get-param-umed.use-case.d.ts +7 -0
- package/lib/application/use-cases/wsfex/get-param-umed.use-case.js +24 -0
- package/lib/application/use-cases/wsfex/get-param-umed.use-case.js.map +1 -0
- package/lib/application/use-cases/wsfex/index.d.ts +19 -0
- package/lib/application/use-cases/wsfex/index.js +36 -0
- package/lib/application/use-cases/wsfex/index.js.map +1 -0
- package/lib/domain/entities/access-ticket.entity.js +6 -10
- package/lib/domain/entities/access-ticket.entity.js.map +1 -1
- package/lib/domain/entities/index.d.ts +0 -4
- package/lib/domain/entities/index.js +0 -4
- package/lib/domain/entities/index.js.map +1 -1
- package/lib/domain/entities/voucher.entity.d.ts +23 -10
- package/lib/domain/entities/voucher.entity.js +52 -14
- package/lib/domain/entities/voucher.entity.js.map +1 -1
- package/lib/domain/index.d.ts +0 -4
- package/lib/domain/index.js +0 -4
- package/lib/domain/index.js.map +1 -1
- package/lib/domain/types/electronic-billing.types.d.ts +0 -5
- package/lib/domain/types/electronic-billing.types.js +0 -5
- package/lib/domain/types/electronic-billing.types.js.map +1 -1
- package/lib/domain/types/index.d.ts +0 -4
- package/lib/domain/types/index.js +0 -4
- package/lib/domain/types/index.js.map +1 -1
- package/lib/domain/types/voucher.types.d.ts +0 -4
- package/lib/domain/value-objects/cae.vo.d.ts +0 -5
- package/lib/domain/value-objects/cae.vo.js +0 -5
- package/lib/domain/value-objects/cae.vo.js.map +1 -1
- package/lib/domain/value-objects/cuit.vo.d.ts +0 -5
- package/lib/domain/value-objects/cuit.vo.js +0 -5
- package/lib/domain/value-objects/cuit.vo.js.map +1 -1
- package/lib/domain/value-objects/index.d.ts +0 -4
- package/lib/domain/value-objects/index.js +0 -4
- package/lib/domain/value-objects/index.js.map +1 -1
- package/lib/domain/value-objects/voucher-number.vo.d.ts +0 -5
- package/lib/domain/value-objects/voucher-number.vo.js +0 -5
- package/lib/domain/value-objects/voucher-number.vo.js.map +1 -1
- package/lib/index.d.ts +6 -6
- package/lib/index.js +13 -7
- package/lib/index.js.map +1 -1
- package/lib/infrastructure/composition/arca.d.ts +32 -0
- package/lib/infrastructure/composition/arca.js +107 -0
- package/lib/infrastructure/composition/arca.js.map +1 -0
- package/lib/infrastructure/constants/default-config.constants.d.ts +0 -4
- package/lib/infrastructure/constants/default-config.constants.js +0 -4
- package/lib/infrastructure/constants/default-config.constants.js.map +1 -1
- package/lib/infrastructure/constants/index.d.ts +2 -4
- package/lib/infrastructure/constants/index.js +2 -4
- package/lib/infrastructure/constants/index.js.map +1 -1
- package/lib/infrastructure/{outbound/ports/soap/enums → constants}/service-names.enum.d.ts +3 -1
- package/lib/infrastructure/{outbound/ports/soap/enums → constants}/service-names.enum.js +2 -0
- package/lib/infrastructure/constants/service-names.enum.js.map +1 -0
- package/lib/infrastructure/constants/ssl.constants.d.ts +0 -4
- package/lib/infrastructure/constants/ssl.constants.js +0 -4
- package/lib/infrastructure/constants/ssl.constants.js.map +1 -1
- package/lib/infrastructure/constants/time.constants.d.ts +7 -0
- package/lib/infrastructure/constants/time.constants.js +11 -0
- package/lib/infrastructure/constants/time.constants.js.map +1 -0
- package/lib/infrastructure/index.d.ts +0 -4
- package/lib/infrastructure/index.js +0 -4
- package/lib/infrastructure/index.js.map +1 -1
- package/lib/infrastructure/mappers/index.d.ts +1 -0
- package/lib/infrastructure/mappers/index.js +18 -0
- package/lib/infrastructure/mappers/index.js.map +1 -0
- package/lib/infrastructure/{utils → mappers}/soap-to-dto.mapper.d.ts +0 -6
- package/lib/infrastructure/mappers/soap-to-dto.mapper.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/index.d.ts +3 -8
- package/lib/infrastructure/outbound/adapters/index.js +3 -8
- package/lib/infrastructure/outbound/adapters/index.js.map +1 -1
- package/lib/infrastructure/outbound/adapters/{auth → repositories/auth}/auth.repository.d.ts +5 -8
- package/lib/infrastructure/outbound/adapters/{auth → repositories/auth}/auth.repository.js +20 -13
- package/lib/infrastructure/outbound/adapters/repositories/auth/auth.repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/auth/index.d.ts +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/auth/index.js +18 -0
- package/lib/infrastructure/outbound/adapters/repositories/auth/index.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/{electronic-billing → repositories/electronic-billing}/electronic-billing-repository.d.ts +21 -12
- package/lib/infrastructure/outbound/adapters/{electronic-billing → repositories/electronic-billing}/electronic-billing-repository.js +107 -176
- package/lib/infrastructure/outbound/adapters/repositories/electronic-billing/electronic-billing-repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/electronic-billing/index.d.ts +1 -0
- package/lib/infrastructure/outbound/adapters/{electronic-billing → repositories/electronic-billing}/index.js +0 -4
- package/lib/infrastructure/outbound/adapters/repositories/electronic-billing/index.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/fecred/fecred.repository.d.ts +29 -0
- package/lib/infrastructure/outbound/adapters/repositories/fecred/fecred.repository.js +192 -0
- package/lib/infrastructure/outbound/adapters/repositories/fecred/fecred.repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/fex/fex.repository.d.ts +28 -0
- package/lib/infrastructure/outbound/adapters/repositories/fex/fex.repository.js +177 -0
- package/lib/infrastructure/outbound/adapters/repositories/fex/fex.repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/generic/generic-repository.d.ts +10 -0
- package/lib/infrastructure/outbound/adapters/{generic → repositories/generic}/generic-repository.js +7 -20
- package/lib/infrastructure/outbound/adapters/repositories/generic/generic-repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/generic/index.d.ts +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/generic/index.js +18 -0
- package/lib/infrastructure/outbound/adapters/repositories/generic/index.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/base-batch-register-repository.d.ts +11 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/base-batch-register-repository.js +51 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/base-batch-register-repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/base-register-repository.d.ts +24 -0
- package/lib/infrastructure/outbound/adapters/{register/register-scope-ten.repository.js → repositories/register/base-register-repository.js} +37 -35
- package/lib/infrastructure/outbound/adapters/repositories/register/base-register-repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/{register → repositories/register}/index.d.ts +0 -4
- package/lib/infrastructure/outbound/adapters/{register → repositories/register}/index.js +0 -4
- package/lib/infrastructure/outbound/adapters/repositories/register/index.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-inscription-proof.repository.d.ts +15 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-inscription-proof.repository.js +21 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-inscription-proof.repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-five.repository.d.ts +15 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-five.repository.js +21 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-five.repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-four.repository.d.ts +14 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-four.repository.js +20 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-four.repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-ten.repository.d.ts +14 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-ten.repository.js +20 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-ten.repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-thirteen.repository.d.ts +16 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-thirteen.repository.js +59 -0
- package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-thirteen.repository.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.d.ts +9 -11
- package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js +21 -7
- package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js.map +1 -1
- package/lib/infrastructure/outbound/adapters/soap/engines/index.d.ts +3 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/index.js +8 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/index.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/node-security.engine.d.ts +1 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/node-security.engine.js +69 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/node-security.engine.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/soap-engine.factory.d.ts +3 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/soap-engine.factory.js +67 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/soap-engine.factory.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/universal-transport.engine.d.ts +5 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/universal-transport.engine.js +43 -0
- package/lib/infrastructure/outbound/adapters/soap/engines/universal-transport.engine.js.map +1 -0
- package/lib/infrastructure/outbound/adapters/soap/soap-client.d.ts +5 -8
- package/lib/infrastructure/outbound/adapters/soap/soap-client.js +38 -33
- package/lib/infrastructure/outbound/adapters/soap/soap-client.js.map +1 -1
- package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.js +6264 -0
- package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.js.map +1 -1
- package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.d.ts +1 -5
- package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.js.map +1 -1
- package/lib/infrastructure/outbound/adapters/storage/memory-ticket-storage.d.ts +15 -0
- package/lib/infrastructure/outbound/adapters/storage/memory-ticket-storage.js +57 -0
- package/lib/infrastructure/outbound/adapters/storage/memory-ticket-storage.js.map +1 -0
- package/lib/infrastructure/outbound/index.d.ts +1 -6
- package/lib/infrastructure/outbound/index.js +1 -6
- package/lib/infrastructure/outbound/index.js.map +1 -1
- package/lib/infrastructure/outbound/ports/index.d.ts +3 -9
- package/lib/infrastructure/outbound/ports/index.js +3 -9
- package/lib/infrastructure/outbound/ports/index.js.map +1 -1
- package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.d.ts +11 -1
- package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.js +10 -0
- package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.js.map +1 -1
- package/lib/infrastructure/outbound/ports/soap/enums/index.d.ts +0 -5
- package/lib/infrastructure/outbound/ports/soap/enums/index.js +0 -5
- package/lib/infrastructure/outbound/ports/soap/enums/index.js.map +1 -1
- package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.d.ts +5 -1
- package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.js +4 -0
- package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.js.map +1 -1
- package/lib/infrastructure/outbound/ports/soap/index.d.ts +0 -4
- package/lib/infrastructure/outbound/ports/soap/index.js +0 -4
- package/lib/infrastructure/outbound/ports/soap/index.js.map +1 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/FECredService/ServiceSoap.d.ts +932 -0
- package/lib/infrastructure/outbound/ports/{logger/logger.port.js → soap/interfaces/FECredService/ServiceSoap.js} +1 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/FECredService/ServiceSoap.js.map +1 -0
- package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap.d.ts +687 -0
- package/lib/infrastructure/outbound/ports/{logger/logger.types.js → soap/interfaces/FEXService/ServiceSoap.js} +1 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap.js.map +1 -0
- package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap12.d.ts +687 -0
- package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap12.js +3 -0
- package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap12.js.map +1 -0
- package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap.d.ts +16 -8
- package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.d.ts +16 -8
- package/lib/infrastructure/outbound/ports/soap/interfaces/index.d.ts +3 -0
- package/lib/infrastructure/outbound/ports/soap/interfaces/index.js +4 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/index.js.map +1 -1
- package/lib/infrastructure/outbound/ports/soap/soap-client.port.d.ts +4 -9
- package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.d.ts +0 -4
- package/lib/infrastructure/{outbound/ports/auth → types}/auth-repository.types.d.ts +3 -7
- package/lib/infrastructure/types/auth-repository.types.js.map +1 -0
- package/lib/infrastructure/types/index.d.ts +5 -4
- package/lib/infrastructure/types/index.js +5 -4
- package/lib/infrastructure/types/index.js.map +1 -1
- package/lib/infrastructure/types/soap-client.types.d.ts +21 -0
- package/lib/infrastructure/types/soap-client.types.js +3 -0
- package/lib/infrastructure/types/soap-client.types.js.map +1 -0
- package/lib/infrastructure/types/soap-engine.types.d.ts +19 -0
- package/lib/infrastructure/types/soap-engine.types.js +3 -0
- package/lib/infrastructure/types/soap-engine.types.js.map +1 -0
- package/lib/infrastructure/{outbound/ports/soap → types}/soap-repository.types.d.ts +11 -11
- package/lib/infrastructure/types/soap-repository.types.js.map +1 -0
- package/lib/infrastructure/types/soap.types.d.ts +9 -27
- package/lib/infrastructure/{outbound/ports/storage → types}/ticket-storage.types.d.ts +0 -4
- package/lib/infrastructure/types/ticket-storage.types.js.map +1 -0
- package/lib/infrastructure/utils/afip-errors.d.ts +1 -0
- package/lib/infrastructure/utils/afip-errors.js +11 -0
- package/lib/infrastructure/utils/afip-errors.js.map +1 -0
- package/lib/infrastructure/utils/crypt-data.js +1 -1
- package/lib/infrastructure/utils/crypt-data.js.map +1 -1
- package/lib/infrastructure/utils/datetime-ref.d.ts +20 -0
- package/lib/infrastructure/utils/datetime-ref.js +41 -0
- package/lib/infrastructure/utils/datetime-ref.js.map +1 -0
- package/lib/infrastructure/utils/index.d.ts +2 -6
- package/lib/infrastructure/utils/index.js +2 -6
- package/lib/infrastructure/utils/index.js.map +1 -1
- package/lib/infrastructure/utils/soap-runtime.d.ts +9 -0
- package/lib/infrastructure/utils/soap-runtime.js +17 -0
- package/lib/infrastructure/utils/soap-runtime.js.map +1 -0
- package/package.json +15 -17
- package/lib/application/config/env.d.ts +0 -6
- package/lib/application/config/env.js +0 -14
- package/lib/application/config/env.js.map +0 -1
- package/lib/application/config/index.d.ts +0 -6
- package/lib/application/config/index.js +0 -15
- package/lib/application/config/index.js.map +0 -1
- package/lib/infrastructure/inbound/adapters/arca.d.ts +0 -26
- package/lib/infrastructure/inbound/adapters/arca.js +0 -97
- package/lib/infrastructure/inbound/adapters/arca.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.d.ts +0 -68
- package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js +0 -128
- package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/auth/auth.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/electronic-billing/index.d.ts +0 -5
- package/lib/infrastructure/outbound/adapters/electronic-billing/index.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/enums.d.ts +0 -43
- package/lib/infrastructure/outbound/adapters/enums.js +0 -49
- package/lib/infrastructure/outbound/adapters/enums.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/generic/generic-repository.d.ts +0 -13
- package/lib/infrastructure/outbound/adapters/generic/generic-repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/logger/winston-logger.d.ts +0 -14
- package/lib/infrastructure/outbound/adapters/logger/winston-logger.js +0 -24
- package/lib/infrastructure/outbound/adapters/logger/winston-logger.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/register/index.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.d.ts +0 -18
- package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.js +0 -143
- package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/register/register-scope-five.repository.d.ts +0 -14
- package/lib/infrastructure/outbound/adapters/register/register-scope-five.repository.js +0 -136
- package/lib/infrastructure/outbound/adapters/register/register-scope-five.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/register/register-scope-four.repository.d.ts +0 -12
- package/lib/infrastructure/outbound/adapters/register/register-scope-four.repository.js +0 -103
- package/lib/infrastructure/outbound/adapters/register/register-scope-four.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/register/register-scope-ten.repository.d.ts +0 -12
- package/lib/infrastructure/outbound/adapters/register/register-scope-ten.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/register/register-scope-thirteen.repository.d.ts +0 -13
- package/lib/infrastructure/outbound/adapters/register/register-scope-thirteen.repository.js +0 -133
- package/lib/infrastructure/outbound/adapters/register/register-scope-thirteen.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.d.ts +0 -20
- package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js +0 -55
- package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js.map +0 -1
- package/lib/infrastructure/outbound/ports/auth/auth-repository.types.js.map +0 -1
- package/lib/infrastructure/outbound/ports/logger/logger.port.d.ts +0 -31
- package/lib/infrastructure/outbound/ports/logger/logger.port.js.map +0 -1
- package/lib/infrastructure/outbound/ports/logger/logger.types.d.ts +0 -7
- package/lib/infrastructure/outbound/ports/logger/logger.types.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/soap-repository.types.js.map +0 -1
- package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.js.map +0 -1
- package/lib/infrastructure/utils/env.d.ts +0 -10
- package/lib/infrastructure/utils/env.js +0 -32
- package/lib/infrastructure/utils/env.js.map +0 -1
- package/lib/infrastructure/utils/logger.d.ts +0 -4
- package/lib/infrastructure/utils/logger.js +0 -21
- package/lib/infrastructure/utils/logger.js.map +0 -1
- package/lib/infrastructure/utils/soap-to-dto.mapper.js.map +0 -1
- /package/lib/infrastructure/{utils → mappers}/soap-to-dto.mapper.js +0 -0
- /package/lib/infrastructure/{outbound/ports/auth → types}/auth-repository.types.js +0 -0
- /package/lib/infrastructure/{outbound/ports/soap → types}/soap-repository.types.js +0 -0
- /package/lib/infrastructure/{outbound/ports/storage → types}/ticket-storage.types.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"electronic-billing.service.js","sourceRoot":"","sources":["../../../src/application/services/electronic-billing.service.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"electronic-billing.service.js","sourceRoot":"","sources":["../../../src/application/services/electronic-billing.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generic Service
|
|
3
|
-
* Service for making generic requests to AFIP/ARCA
|
|
4
|
-
*/
|
|
5
1
|
import { IGenericRepositoryPort } from "../ports/generic/generic-repository.port";
|
|
2
|
+
import { ServiceNamesEnum } from "../../infrastructure/constants/service-names.enum";
|
|
6
3
|
export declare class GenericService {
|
|
7
4
|
private readonly repository;
|
|
8
5
|
constructor(repository: IGenericRepositoryPort);
|
|
9
6
|
/**
|
|
10
7
|
* Call a SOAP method on a service
|
|
11
|
-
* @param serviceName
|
|
8
|
+
* @param serviceName AFIP/ARCA SOAP service (WSDL key)
|
|
12
9
|
* @param methodName Method name to call (e.g., 'FECompUltimoAutorizado')
|
|
13
10
|
* @param params Parameters for the method
|
|
14
11
|
* @returns Promise with the result
|
|
15
12
|
*/
|
|
16
|
-
call(serviceName:
|
|
13
|
+
call(serviceName: ServiceNamesEnum, methodName: string, params: any, options?: {
|
|
17
14
|
wsdlContent?: string;
|
|
18
15
|
}): Promise<any>;
|
|
19
16
|
}
|
|
@@ -16,7 +16,7 @@ class GenericService {
|
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
18
|
* Call a SOAP method on a service
|
|
19
|
-
* @param serviceName
|
|
19
|
+
* @param serviceName AFIP/ARCA SOAP service (WSDL key)
|
|
20
20
|
* @param methodName Method name to call (e.g., 'FECompUltimoAutorizado')
|
|
21
21
|
* @param params Parameters for the method
|
|
22
22
|
* @returns Promise with the result
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generic.service.js","sourceRoot":"","sources":["../../../src/application/services/generic.service.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"generic.service.js","sourceRoot":"","sources":["../../../src/application/services/generic.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAGA,MAAa,cAAc;IACzB,YAA6B,UAAkC;QAAlC,eAAU,GAAV,UAAU,CAAwB;IAAG,CAAC;IAEnE;;;;;;OAMG;IACG,IAAI,CACR,WAA6B,EAC7B,UAAkB,EAClB,MAAW,EACX,OAAkC;;YAElC,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC;QACxE,CAAC;KAAA;CACF;AAlBD,wCAkBC"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Application Services
|
|
3
|
-
* Exports all application services that orchestrate use cases
|
|
4
|
-
*/
|
|
5
1
|
export * from "./electronic-billing.service";
|
|
6
2
|
export * from "./register-scope-four.service";
|
|
7
3
|
export * from "./register-scope-five.service";
|
|
8
4
|
export * from "./register-scope-ten.service";
|
|
9
5
|
export * from "./register-scope-thirteen.service";
|
|
10
6
|
export * from "./register-inscription-proof.service";
|
|
7
|
+
export * from "./wsfecred.service";
|
|
8
|
+
export * from "./wsfex.service";
|
|
@@ -14,14 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
/**
|
|
18
|
-
* Application Services
|
|
19
|
-
* Exports all application services that orchestrate use cases
|
|
20
|
-
*/
|
|
21
17
|
__exportStar(require("./electronic-billing.service"), exports);
|
|
22
18
|
__exportStar(require("./register-scope-four.service"), exports);
|
|
23
19
|
__exportStar(require("./register-scope-five.service"), exports);
|
|
24
20
|
__exportStar(require("./register-scope-ten.service"), exports);
|
|
25
21
|
__exportStar(require("./register-scope-thirteen.service"), exports);
|
|
26
22
|
__exportStar(require("./register-inscription-proof.service"), exports);
|
|
23
|
+
__exportStar(require("./wsfecred.service"), exports);
|
|
24
|
+
__exportStar(require("./wsfex.service"), exports);
|
|
27
25
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/application/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/application/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,gEAA8C;AAC9C,gEAA8C;AAC9C,+DAA6C;AAC7C,oEAAkD;AAClD,uEAAqD;AACrD,qDAAmC;AACnC,kDAAgC"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Register Inscription Proof Service
|
|
3
|
-
* Application service for Register Inscription Proof
|
|
4
|
-
* Orchestrates register use cases for INSCRIPTION_PROOF scope
|
|
5
|
-
*/
|
|
6
1
|
import { IRegisterInscriptionProofRepositoryPort } from "../ports/register/register-repository.ports";
|
|
7
2
|
import { RegisterServerStatusDto, TaxpayerDetailsDto, TaxpayersDetailsDto } from "../dto/register.dto";
|
|
8
3
|
export declare class RegisterInscriptionProofService {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register-inscription-proof.service.js","sourceRoot":"","sources":["../../../src/application/services/register-inscription-proof.service.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"register-inscription-proof.service.js","sourceRoot":"","sources":["../../../src/application/services/register-inscription-proof.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAMA,6HAAqH;AACrH,iHAA0G;AAC1G,mHAA4G;AAE5G,MAAa,+BAA+B;IAK1C,YACmB,UAAmD;QAAnD,eAAU,GAAV,UAAU,CAAyC;QAEpE,IAAI,CAAC,8BAA8B,GAAG,IAAI,oEAA8B,CACtE,IAAI,CAAC,UAAU,CAChB,CAAC;QACF,IAAI,CAAC,yBAAyB,GAAG,IAAI,yDAAyB,CAC5D,IAAI,CAAC,UAAU,CAChB,CAAC;QACF,IAAI,CAAC,0BAA0B,GAAG,IAAI,2DAA0B,CAC9D,IAAI,CAAC,UAAU,CAChB,CAAC;IACJ,CAAC;IAED;;QAEI;IACE,eAAe;;YACnB,OAAO,IAAI,CAAC,8BAA8B,CAAC,OAAO,EAAE,CAAC;QACvD,CAAC;KAAA;IAED;;QAEI;IACE,kBAAkB,CACtB,UAAkB;;YAElB,OAAO,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QAC5D,CAAC;KAAA;IAED;;QAEI;IACE,mBAAmB,CACvB,WAAqB;;YAErB,OAAO,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;QAC9D,CAAC;KAAA;CACF;AA3CD,0EA2CC"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Register Scope Five Service
|
|
3
|
-
* Application service for Register Scope Five (Padrón A5)
|
|
4
|
-
* Orchestrates register use cases for scope FIVE
|
|
5
|
-
*/
|
|
6
1
|
import { IRegisterScopeFiveRepositoryPort } from "../ports/register/register-repository.ports";
|
|
7
2
|
import { RegisterServerStatusDto, TaxpayerDetailsDto, TaxpayersDetailsDto } from "../dto/register.dto";
|
|
8
3
|
export declare class RegisterScopeFiveService {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register-scope-five.service.js","sourceRoot":"","sources":["../../../src/application/services/register-scope-five.service.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"register-scope-five.service.js","sourceRoot":"","sources":["../../../src/application/services/register-scope-five.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAMA,6HAAqH;AACrH,iHAA0G;AAC1G,mHAA4G;AAE5G,MAAa,wBAAwB;IAKnC,YAA6B,UAA4C;QAA5C,eAAU,GAAV,UAAU,CAAkC;QACvE,IAAI,CAAC,8BAA8B,GAAG,IAAI,oEAA8B,CACtE,IAAI,CAAC,UAAU,CAChB,CAAC;QACF,IAAI,CAAC,yBAAyB,GAAG,IAAI,yDAAyB,CAC5D,IAAI,CAAC,UAAU,CAChB,CAAC;QACF,IAAI,CAAC,0BAA0B,GAAG,IAAI,2DAA0B,CAC9D,IAAI,CAAC,UAAU,CAChB,CAAC;IACJ,CAAC;IAED;;QAEI;IACE,eAAe;;YACnB,OAAO,IAAI,CAAC,8BAA8B,CAAC,OAAO,EAAE,CAAC;QACvD,CAAC;KAAA;IAED;;QAEI;IACE,kBAAkB,CACtB,UAAkB;;YAElB,OAAO,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QAC5D,CAAC;KAAA;IAED;;QAEI;IACE,mBAAmB,CACvB,WAAqB;;YAErB,OAAO,IAAI,CAAC,0BAA0B,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;QAC9D,CAAC;KAAA;CACF;AAzCD,4DAyCC"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Register Scope Four Service
|
|
3
|
-
* Application service for Register Scope Four (Padrón A4)
|
|
4
|
-
* Orchestrates register use cases for scope FOUR
|
|
5
|
-
*/
|
|
6
1
|
import { IRegisterScopeFourRepositoryPort } from "../ports/register/register-repository.ports";
|
|
7
2
|
import { RegisterServerStatusDto, TaxpayerDetailsDto } from "../dto/register.dto";
|
|
8
3
|
export declare class RegisterScopeFourService {
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Register Scope Four Service
|
|
4
|
-
* Application service for Register Scope Four (Padrón A4)
|
|
5
|
-
* Orchestrates register use cases for scope FOUR
|
|
6
|
-
*/
|
|
7
2
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
8
3
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
9
4
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register-scope-four.service.js","sourceRoot":"","sources":["../../../src/application/services/register-scope-four.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"register-scope-four.service.js","sourceRoot":"","sources":["../../../src/application/services/register-scope-four.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAKA,6HAAqH;AACrH,iHAA0G;AAE1G,MAAa,wBAAwB;IAInC,YAA6B,UAA4C;QAA5C,eAAU,GAAV,UAAU,CAAkC;QACvE,IAAI,CAAC,8BAA8B,GAAG,IAAI,oEAA8B,CACtE,IAAI,CAAC,UAAU,CAChB,CAAC;QACF,IAAI,CAAC,yBAAyB,GAAG,IAAI,yDAAyB,CAC5D,IAAI,CAAC,UAAU,CAChB,CAAC;IACJ,CAAC;IAED;;;;;;QAMI;IACE,eAAe;;YACnB,OAAO,IAAI,CAAC,8BAA8B,CAAC,OAAO,EAAE,CAAC;QACvD,CAAC;KAAA;IAED;;;;;QAKI;IACE,kBAAkB,CACtB,UAAkB;;YAElB,OAAO,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QAC5D,CAAC;KAAA;CACF;AAnCD,4DAmCC"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Register Scope Ten Service
|
|
3
|
-
* Application service for Register Scope Ten (Padrón A10)
|
|
4
|
-
* Orchestrates register use cases for scope TEN
|
|
5
|
-
*/
|
|
6
1
|
import { IRegisterScopeTenRepositoryPort } from "../ports/register/register-repository.ports";
|
|
7
2
|
import { RegisterServerStatusDto, TaxpayerDetailsDto } from "../dto/register.dto";
|
|
8
3
|
export declare class RegisterScopeTenService {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register-scope-ten.service.js","sourceRoot":"","sources":["../../../src/application/services/register-scope-ten.service.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"register-scope-ten.service.js","sourceRoot":"","sources":["../../../src/application/services/register-scope-ten.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAKA,6HAAqH;AACrH,iHAA0G;AAE1G,MAAa,uBAAuB;IAIlC,YAA6B,UAA2C;QAA3C,eAAU,GAAV,UAAU,CAAiC;QACtE,IAAI,CAAC,8BAA8B,GAAG,IAAI,oEAA8B,CACtE,IAAI,CAAC,UAAU,CAChB,CAAC;QACF,IAAI,CAAC,yBAAyB,GAAG,IAAI,yDAAyB,CAC5D,IAAI,CAAC,UAAU,CAChB,CAAC;IACJ,CAAC;IAED;;QAEI;IACE,eAAe;;YACnB,OAAO,IAAI,CAAC,8BAA8B,CAAC,OAAO,EAAE,CAAC;QACvD,CAAC;KAAA;IAED;;QAEI;IACE,kBAAkB,CACtB,UAAkB;;YAElB,OAAO,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QAC5D,CAAC;KAAA;CACF;AA5BD,0DA4BC"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Register Scope Thirteen Service
|
|
3
|
-
* Application service for Register Scope Thirteen (Padrón A13)
|
|
4
|
-
* Orchestrates register use cases for scope THIRTEEN
|
|
5
|
-
*/
|
|
6
1
|
import { IRegisterScopeThirteenRepositoryPort } from "../ports/register/register-repository.ports";
|
|
7
2
|
import { RegisterServerStatusDto, TaxpayerDetailsDto, TaxIDByDocumentResultDto } from "../dto/register.dto";
|
|
8
3
|
export declare class RegisterScopeThirteenService {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register-scope-thirteen.service.js","sourceRoot":"","sources":["../../../src/application/services/register-scope-thirteen.service.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"register-scope-thirteen.service.js","sourceRoot":"","sources":["../../../src/application/services/register-scope-thirteen.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAMA,6HAAqH;AACrH,iHAA0G;AAC1G,qHAA4G;AAE5G,MAAa,4BAA4B;IAKvC,YACmB,UAAgD;QAAhD,eAAU,GAAV,UAAU,CAAsC;QAEjE,IAAI,CAAC,8BAA8B,GAAG,IAAI,oEAA8B,CACtE,IAAI,CAAC,UAAU,CAChB,CAAC;QACF,IAAI,CAAC,yBAAyB,GAAG,IAAI,yDAAyB,CAC5D,IAAI,CAAC,UAAU,CAChB,CAAC;QACF,IAAI,CAAC,yBAAyB,GAAG,IAAI,2DAAyB,CAC5D,IAAI,CAAC,UAAU,CAChB,CAAC;IACJ,CAAC;IAED;;QAEI;IACE,eAAe;;YACnB,OAAO,IAAI,CAAC,8BAA8B,CAAC,OAAO,EAAE,CAAC;QACvD,CAAC;KAAA;IAED;;QAEI;IACE,kBAAkB,CACtB,UAAkB;;YAElB,OAAO,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QAC5D,CAAC;KAAA;IAED;;QAEI;IACE,kBAAkB,CACtB,cAAsB;;YAEtB,OAAO,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC;QAChE,CAAC;KAAA;CACF;AA3CD,oEA2CC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { IFecredRepositoryPort } from "../ports/fecred/fecred-repository.port";
|
|
2
|
+
import { IaceptarFECredInput, IaceptarFECredOutput, IrechazarFECredInput, IrechazarFECredOutput, IconsultarComprobantesInput, IconsultarComprobantesOutput, IconsultarCtasCtesInput, IconsultarCtasCtesOutput, IconsultarCtaCteInput, IconsultarCtaCteOutput, IinformarCancelacionTotalFECredInput, IinformarCancelacionTotalFECredOutput, IrechazarNotaDCInput, IrechazarNotaDCOutput, IinformarFacturaAgtDptoCltvInput, IinformarFacturaAgtDptoCltvOutput, IconsultarFacturasAgtDptoCltvInput, IconsultarFacturasAgtDptoCltvOutput, IconsultarCuentasEnAgtDptoCltvOutput, IconsultarObligadoRecepcionInput, IconsultarObligadoRecepcionOutput, IconsultarTiposRetencionesOutput, IconsultarTiposMotivosRechazoOutput, IconsultarTiposFormasCancelacionOutput, IobtenerRemitosInput, IobtenerRemitosOutput, IconsultarHistorialEstadosComprobanteInput, IconsultarHistorialEstadosComprobanteOutput, IconsultarHistorialEstadosCtaCteInput, IconsultarHistorialEstadosCtaCteOutput, IconsultarTiposAjustesOperacionOutput, IconsultarMontoObligadoRecepcionInput, IconsultarMontoObligadoRecepcionOutput, ImodificarOpcionTransferenciaInput, ImodificarOpcionTransferenciaOutput } from "../../infrastructure/outbound/ports/soap/interfaces/FECredService/ServiceSoap";
|
|
3
|
+
export declare class WsfecredService {
|
|
4
|
+
private readonly repository;
|
|
5
|
+
private readonly aceptarFECredUseCase;
|
|
6
|
+
private readonly rechazarFECredUseCase;
|
|
7
|
+
private readonly consultarComprobantesUseCase;
|
|
8
|
+
private readonly consultarCtasCtesUseCase;
|
|
9
|
+
private readonly consultarCtaCteUseCase;
|
|
10
|
+
private readonly informarCancelacionTotalFECredUseCase;
|
|
11
|
+
private readonly rechazarNotaDCUseCase;
|
|
12
|
+
private readonly informarFacturaAgtDptoCltvUseCase;
|
|
13
|
+
private readonly consultarFacturasAgtDptoCltvUseCase;
|
|
14
|
+
private readonly consultarCuentasEnAgtDptoCltvUseCase;
|
|
15
|
+
private readonly consultarObligadoRecepcionUseCase;
|
|
16
|
+
private readonly consultarTiposRetencionesUseCase;
|
|
17
|
+
private readonly consultarTiposMotivosRechazoUseCase;
|
|
18
|
+
private readonly consultarTiposFormasCancelacionUseCase;
|
|
19
|
+
private readonly obtenerRemitosUseCase;
|
|
20
|
+
private readonly consultarHistorialEstadosComprobanteUseCase;
|
|
21
|
+
private readonly consultarHistorialEstadosCtaCteUseCase;
|
|
22
|
+
private readonly consultarTiposAjustesOperacionUseCase;
|
|
23
|
+
private readonly consultarMontoObligadoRecepcionUseCase;
|
|
24
|
+
private readonly modificarOpcionTransferenciaUseCase;
|
|
25
|
+
constructor(repository: IFecredRepositoryPort);
|
|
26
|
+
aceptarFECred(input: IaceptarFECredInput): Promise<IaceptarFECredOutput>;
|
|
27
|
+
rechazarFECred(input: IrechazarFECredInput): Promise<IrechazarFECredOutput>;
|
|
28
|
+
consultarComprobantes(input: IconsultarComprobantesInput): Promise<IconsultarComprobantesOutput>;
|
|
29
|
+
consultarCtasCtes(input: IconsultarCtasCtesInput): Promise<IconsultarCtasCtesOutput>;
|
|
30
|
+
consultarCtaCte(input: IconsultarCtaCteInput): Promise<IconsultarCtaCteOutput>;
|
|
31
|
+
informarCancelacionTotalFECred(input: IinformarCancelacionTotalFECredInput): Promise<IinformarCancelacionTotalFECredOutput>;
|
|
32
|
+
rechazarNotaDC(input: IrechazarNotaDCInput): Promise<IrechazarNotaDCOutput>;
|
|
33
|
+
informarFacturaAgtDptoCltv(input: IinformarFacturaAgtDptoCltvInput): Promise<IinformarFacturaAgtDptoCltvOutput>;
|
|
34
|
+
consultarFacturasAgtDptoCltv(input: IconsultarFacturasAgtDptoCltvInput): Promise<IconsultarFacturasAgtDptoCltvOutput>;
|
|
35
|
+
consultarCuentasEnAgtDptoCltv(): Promise<IconsultarCuentasEnAgtDptoCltvOutput>;
|
|
36
|
+
consultarObligadoRecepcion(input: IconsultarObligadoRecepcionInput): Promise<IconsultarObligadoRecepcionOutput>;
|
|
37
|
+
consultarTiposRetenciones(): Promise<IconsultarTiposRetencionesOutput>;
|
|
38
|
+
consultarTiposMotivosRechazo(): Promise<IconsultarTiposMotivosRechazoOutput>;
|
|
39
|
+
consultarTiposFormasCancelacion(): Promise<IconsultarTiposFormasCancelacionOutput>;
|
|
40
|
+
obtenerRemitos(input: IobtenerRemitosInput): Promise<IobtenerRemitosOutput>;
|
|
41
|
+
consultarHistorialEstadosComprobante(input: IconsultarHistorialEstadosComprobanteInput): Promise<IconsultarHistorialEstadosComprobanteOutput>;
|
|
42
|
+
consultarHistorialEstadosCtaCte(input: IconsultarHistorialEstadosCtaCteInput): Promise<IconsultarHistorialEstadosCtaCteOutput>;
|
|
43
|
+
consultarTiposAjustesOperacion(): Promise<IconsultarTiposAjustesOperacionOutput>;
|
|
44
|
+
consultarMontoObligadoRecepcion(input: IconsultarMontoObligadoRecepcionInput): Promise<IconsultarMontoObligadoRecepcionOutput>;
|
|
45
|
+
modificarOpcionTransferencia(input: ImodificarOpcionTransferenciaInput): Promise<ImodificarOpcionTransferenciaOutput>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.WsfecredService = void 0;
|
|
13
|
+
const aceptar_fecred_use_case_1 = require("../use-cases/wsfecred/aceptar-fecred.use-case");
|
|
14
|
+
const rechazar_fecred_use_case_1 = require("../use-cases/wsfecred/rechazar-fecred.use-case");
|
|
15
|
+
const consultar_comprobantes_use_case_1 = require("../use-cases/wsfecred/consultar-comprobantes.use-case");
|
|
16
|
+
const consultar_ctas_ctes_use_case_1 = require("../use-cases/wsfecred/consultar-ctas-ctes.use-case");
|
|
17
|
+
const consultar_cta_cte_use_case_1 = require("../use-cases/wsfecred/consultar-cta-cte.use-case");
|
|
18
|
+
const informar_cancelacion_total_fecred_use_case_1 = require("../use-cases/wsfecred/informar-cancelacion-total-fecred.use-case");
|
|
19
|
+
const rechazar_nota_dc_use_case_1 = require("../use-cases/wsfecred/rechazar-nota-dc.use-case");
|
|
20
|
+
const informar_factura_agt_dpto_cltv_use_case_1 = require("../use-cases/wsfecred/informar-factura-agt-dpto-cltv.use-case");
|
|
21
|
+
const consultar_facturas_agt_dpto_cltv_use_case_1 = require("../use-cases/wsfecred/consultar-facturas-agt-dpto-cltv.use-case");
|
|
22
|
+
const consultar_cuentas_en_agt_dpto_cltv_use_case_1 = require("../use-cases/wsfecred/consultar-cuentas-en-agt-dpto-cltv.use-case");
|
|
23
|
+
const consultar_obligado_recepcion_use_case_1 = require("../use-cases/wsfecred/consultar-obligado-recepcion.use-case");
|
|
24
|
+
const consultar_tipos_retenciones_use_case_1 = require("../use-cases/wsfecred/consultar-tipos-retenciones.use-case");
|
|
25
|
+
const consultar_tipos_motivos_rechazo_use_case_1 = require("../use-cases/wsfecred/consultar-tipos-motivos-rechazo.use-case");
|
|
26
|
+
const consultar_tipos_formas_cancelacion_use_case_1 = require("../use-cases/wsfecred/consultar-tipos-formas-cancelacion.use-case");
|
|
27
|
+
const obtener_remitos_use_case_1 = require("../use-cases/wsfecred/obtener-remitos.use-case");
|
|
28
|
+
const consultar_historial_estados_comprobante_use_case_1 = require("../use-cases/wsfecred/consultar-historial-estados-comprobante.use-case");
|
|
29
|
+
const consultar_historial_estados_cta_cte_use_case_1 = require("../use-cases/wsfecred/consultar-historial-estados-cta-cte.use-case");
|
|
30
|
+
const consultar_tipos_ajustes_operacion_use_case_1 = require("../use-cases/wsfecred/consultar-tipos-ajustes-operacion.use-case");
|
|
31
|
+
const consultar_monto_obligado_recepcion_use_case_1 = require("../use-cases/wsfecred/consultar-monto-obligado-recepcion.use-case");
|
|
32
|
+
const modificar_opcion_transferencia_use_case_1 = require("../use-cases/wsfecred/modificar-opcion-transferencia.use-case");
|
|
33
|
+
// import { FecredDummyUseCase } from "@application/use-cases/wsfecred/dummy.use-case";
|
|
34
|
+
class WsfecredService {
|
|
35
|
+
constructor(repository) {
|
|
36
|
+
this.repository = repository;
|
|
37
|
+
this.aceptarFECredUseCase = new aceptar_fecred_use_case_1.AceptarFECredUseCase(this.repository);
|
|
38
|
+
this.rechazarFECredUseCase = new rechazar_fecred_use_case_1.RechazarFECredUseCase(this.repository);
|
|
39
|
+
this.consultarComprobantesUseCase = new consultar_comprobantes_use_case_1.ConsultarComprobantesUseCase(this.repository);
|
|
40
|
+
this.consultarCtasCtesUseCase = new consultar_ctas_ctes_use_case_1.ConsultarCtasCtesUseCase(this.repository);
|
|
41
|
+
this.consultarCtaCteUseCase = new consultar_cta_cte_use_case_1.ConsultarCtaCteUseCase(this.repository);
|
|
42
|
+
this.informarCancelacionTotalFECredUseCase =
|
|
43
|
+
new informar_cancelacion_total_fecred_use_case_1.InformarCancelacionTotalFECredUseCase(this.repository);
|
|
44
|
+
this.rechazarNotaDCUseCase = new rechazar_nota_dc_use_case_1.RechazarNotaDCUseCase(this.repository);
|
|
45
|
+
this.informarFacturaAgtDptoCltvUseCase =
|
|
46
|
+
new informar_factura_agt_dpto_cltv_use_case_1.InformarFacturaAgtDptoCltvUseCase(this.repository);
|
|
47
|
+
this.consultarFacturasAgtDptoCltvUseCase =
|
|
48
|
+
new consultar_facturas_agt_dpto_cltv_use_case_1.ConsultarFacturasAgtDptoCltvUseCase(this.repository);
|
|
49
|
+
this.consultarCuentasEnAgtDptoCltvUseCase =
|
|
50
|
+
new consultar_cuentas_en_agt_dpto_cltv_use_case_1.ConsultarCuentasEnAgtDptoCltvUseCase(this.repository);
|
|
51
|
+
this.consultarObligadoRecepcionUseCase =
|
|
52
|
+
new consultar_obligado_recepcion_use_case_1.ConsultarObligadoRecepcionUseCase(this.repository);
|
|
53
|
+
this.consultarTiposRetencionesUseCase =
|
|
54
|
+
new consultar_tipos_retenciones_use_case_1.ConsultarTiposRetencionesUseCase(this.repository);
|
|
55
|
+
this.consultarTiposMotivosRechazoUseCase =
|
|
56
|
+
new consultar_tipos_motivos_rechazo_use_case_1.ConsultarTiposMotivosRechazoUseCase(this.repository);
|
|
57
|
+
this.consultarTiposFormasCancelacionUseCase =
|
|
58
|
+
new consultar_tipos_formas_cancelacion_use_case_1.ConsultarTiposFormasCancelacionUseCase(this.repository);
|
|
59
|
+
this.obtenerRemitosUseCase = new obtener_remitos_use_case_1.ObtenerRemitosUseCase(this.repository);
|
|
60
|
+
this.consultarHistorialEstadosComprobanteUseCase =
|
|
61
|
+
new consultar_historial_estados_comprobante_use_case_1.ConsultarHistorialEstadosComprobanteUseCase(this.repository);
|
|
62
|
+
this.consultarHistorialEstadosCtaCteUseCase =
|
|
63
|
+
new consultar_historial_estados_cta_cte_use_case_1.ConsultarHistorialEstadosCtaCteUseCase(this.repository);
|
|
64
|
+
this.consultarTiposAjustesOperacionUseCase =
|
|
65
|
+
new consultar_tipos_ajustes_operacion_use_case_1.ConsultarTiposAjustesOperacionUseCase(this.repository);
|
|
66
|
+
this.consultarMontoObligadoRecepcionUseCase =
|
|
67
|
+
new consultar_monto_obligado_recepcion_use_case_1.ConsultarMontoObligadoRecepcionUseCase(this.repository);
|
|
68
|
+
this.modificarOpcionTransferenciaUseCase =
|
|
69
|
+
new modificar_opcion_transferencia_use_case_1.ModificarOpcionTransferenciaUseCase(this.repository);
|
|
70
|
+
}
|
|
71
|
+
aceptarFECred(input) {
|
|
72
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
73
|
+
return this.aceptarFECredUseCase.execute(input);
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
rechazarFECred(input) {
|
|
77
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
78
|
+
return this.rechazarFECredUseCase.execute(input);
|
|
79
|
+
});
|
|
80
|
+
}
|
|
81
|
+
consultarComprobantes(input) {
|
|
82
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
83
|
+
return this.consultarComprobantesUseCase.execute(input);
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
consultarCtasCtes(input) {
|
|
87
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
88
|
+
return this.consultarCtasCtesUseCase.execute(input);
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
consultarCtaCte(input) {
|
|
92
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
93
|
+
return this.consultarCtaCteUseCase.execute(input);
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
informarCancelacionTotalFECred(input) {
|
|
97
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
98
|
+
return this.informarCancelacionTotalFECredUseCase.execute(input);
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
rechazarNotaDC(input) {
|
|
102
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
103
|
+
return this.rechazarNotaDCUseCase.execute(input);
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
informarFacturaAgtDptoCltv(input) {
|
|
107
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
108
|
+
return this.informarFacturaAgtDptoCltvUseCase.execute(input);
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
consultarFacturasAgtDptoCltv(input) {
|
|
112
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
113
|
+
return this.consultarFacturasAgtDptoCltvUseCase.execute(input);
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
consultarCuentasEnAgtDptoCltv() {
|
|
117
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
118
|
+
return this.consultarCuentasEnAgtDptoCltvUseCase.execute();
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
consultarObligadoRecepcion(input) {
|
|
122
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
123
|
+
return this.consultarObligadoRecepcionUseCase.execute(input);
|
|
124
|
+
});
|
|
125
|
+
}
|
|
126
|
+
consultarTiposRetenciones() {
|
|
127
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
128
|
+
return this.consultarTiposRetencionesUseCase.execute();
|
|
129
|
+
});
|
|
130
|
+
}
|
|
131
|
+
consultarTiposMotivosRechazo() {
|
|
132
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
133
|
+
return this.consultarTiposMotivosRechazoUseCase.execute();
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
consultarTiposFormasCancelacion() {
|
|
137
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
138
|
+
return this.consultarTiposFormasCancelacionUseCase.execute();
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
obtenerRemitos(input) {
|
|
142
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
143
|
+
return this.obtenerRemitosUseCase.execute(input);
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
consultarHistorialEstadosComprobante(input) {
|
|
147
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
148
|
+
return this.consultarHistorialEstadosComprobanteUseCase.execute(input);
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
consultarHistorialEstadosCtaCte(input) {
|
|
152
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
153
|
+
return this.consultarHistorialEstadosCtaCteUseCase.execute(input);
|
|
154
|
+
});
|
|
155
|
+
}
|
|
156
|
+
consultarTiposAjustesOperacion() {
|
|
157
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
158
|
+
return this.consultarTiposAjustesOperacionUseCase.execute();
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
consultarMontoObligadoRecepcion(input) {
|
|
162
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
163
|
+
return this.consultarMontoObligadoRecepcionUseCase.execute(input);
|
|
164
|
+
});
|
|
165
|
+
}
|
|
166
|
+
modificarOpcionTransferencia(input) {
|
|
167
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
168
|
+
return this.modificarOpcionTransferenciaUseCase.execute(input);
|
|
169
|
+
});
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
exports.WsfecredService = WsfecredService;
|
|
173
|
+
//# sourceMappingURL=wsfecred.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wsfecred.service.js","sourceRoot":"","sources":["../../../src/application/services/wsfecred.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { IFexRepositoryPort } from "../ports/fex/fex-repository.port";
|
|
2
|
+
import { IFEXAuthorizeInput, IFEXAuthorizeOutput, IFEXGetCMPInput, IFEXGetCMPOutput, IFEXGetLast_CMPInput, IFEXGetLast_CMPOutput, IFEXGetLast_IDInput, IFEXGetLast_IDOutput, IFEXCheck_PermisoInput, IFEXCheck_PermisoOutput, IFEXGetPARAM_Cbte_TipoInput, IFEXGetPARAM_Cbte_TipoOutput, IFEXGetPARAM_Tipo_ExpoInput, IFEXGetPARAM_Tipo_ExpoOutput, IFEXGetPARAM_IncotermsInput, IFEXGetPARAM_IncotermsOutput, IFEXGetPARAM_IdiomasInput, IFEXGetPARAM_IdiomasOutput, IFEXGetPARAM_UMedInput, IFEXGetPARAM_UMedOutput, IFEXGetPARAM_DST_paisInput, IFEXGetPARAM_DST_paisOutput, IFEXGetPARAM_DST_CUITInput, IFEXGetPARAM_DST_CUITOutput, IFEXGetPARAM_MONInput, IFEXGetPARAM_MONOutput, IFEXGetPARAM_MON_CON_COTIZACIONInput, IFEXGetPARAM_MON_CON_COTIZACIONOutput, IFEXGetPARAM_CtzInput, IFEXGetPARAM_CtzOutput, IFEXGetPARAM_PtoVentaInput, IFEXGetPARAM_PtoVentaOutput, IFEXGetPARAM_OpcionalesInput, IFEXGetPARAM_OpcionalesOutput, IFEXGetPARAM_ActividadesInput, IFEXGetPARAM_ActividadesOutput, IFEXDummyOutput } from "../../infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap";
|
|
3
|
+
export declare class WsfexService {
|
|
4
|
+
private readonly repository;
|
|
5
|
+
private readonly authorizeUseCase;
|
|
6
|
+
private readonly getCmpUseCase;
|
|
7
|
+
private readonly getLastCmpUseCase;
|
|
8
|
+
private readonly getLastIdUseCase;
|
|
9
|
+
private readonly checkPermisoUseCase;
|
|
10
|
+
private readonly getParamCbteTipoUseCase;
|
|
11
|
+
private readonly getParamTipoExpoUseCase;
|
|
12
|
+
private readonly getParamIncotermsUseCase;
|
|
13
|
+
private readonly getParamIdiomasUseCase;
|
|
14
|
+
private readonly getParamUMedUseCase;
|
|
15
|
+
private readonly getParamDstPaisUseCase;
|
|
16
|
+
private readonly getParamDstCuitUseCase;
|
|
17
|
+
private readonly getParamMonUseCase;
|
|
18
|
+
private readonly getParamMonConCotizacionUseCase;
|
|
19
|
+
private readonly getParamCtzUseCase;
|
|
20
|
+
private readonly getParamPtoVentaUseCase;
|
|
21
|
+
private readonly getParamOpcionalesUseCase;
|
|
22
|
+
private readonly getParamActividadesUseCase;
|
|
23
|
+
private readonly dummyUseCase;
|
|
24
|
+
constructor(repository: IFexRepositoryPort);
|
|
25
|
+
authorize(input: IFEXAuthorizeInput): Promise<IFEXAuthorizeOutput>;
|
|
26
|
+
getCmp(input: IFEXGetCMPInput): Promise<IFEXGetCMPOutput>;
|
|
27
|
+
getLastCmp(input: IFEXGetLast_CMPInput): Promise<IFEXGetLast_CMPOutput>;
|
|
28
|
+
getLastId(input: IFEXGetLast_IDInput): Promise<IFEXGetLast_IDOutput>;
|
|
29
|
+
checkPermiso(input: IFEXCheck_PermisoInput): Promise<IFEXCheck_PermisoOutput>;
|
|
30
|
+
getParamCbteTipo(input: IFEXGetPARAM_Cbte_TipoInput): Promise<IFEXGetPARAM_Cbte_TipoOutput>;
|
|
31
|
+
getParamTipoExpo(input: IFEXGetPARAM_Tipo_ExpoInput): Promise<IFEXGetPARAM_Tipo_ExpoOutput>;
|
|
32
|
+
getParamIncoterms(input: IFEXGetPARAM_IncotermsInput): Promise<IFEXGetPARAM_IncotermsOutput>;
|
|
33
|
+
getParamIdiomas(input: IFEXGetPARAM_IdiomasInput): Promise<IFEXGetPARAM_IdiomasOutput>;
|
|
34
|
+
getParamUMed(input: IFEXGetPARAM_UMedInput): Promise<IFEXGetPARAM_UMedOutput>;
|
|
35
|
+
getParamDstPais(input: IFEXGetPARAM_DST_paisInput): Promise<IFEXGetPARAM_DST_paisOutput>;
|
|
36
|
+
getParamDstCuit(input: IFEXGetPARAM_DST_CUITInput): Promise<IFEXGetPARAM_DST_CUITOutput>;
|
|
37
|
+
getParamMon(input: IFEXGetPARAM_MONInput): Promise<IFEXGetPARAM_MONOutput>;
|
|
38
|
+
getParamMonConCotizacion(input: IFEXGetPARAM_MON_CON_COTIZACIONInput): Promise<IFEXGetPARAM_MON_CON_COTIZACIONOutput>;
|
|
39
|
+
getParamCtz(input: IFEXGetPARAM_CtzInput): Promise<IFEXGetPARAM_CtzOutput>;
|
|
40
|
+
getParamPtoVenta(input: IFEXGetPARAM_PtoVentaInput): Promise<IFEXGetPARAM_PtoVentaOutput>;
|
|
41
|
+
getParamOpcionales(input: IFEXGetPARAM_OpcionalesInput): Promise<IFEXGetPARAM_OpcionalesOutput>;
|
|
42
|
+
getParamActividades(input: IFEXGetPARAM_ActividadesInput): Promise<IFEXGetPARAM_ActividadesOutput>;
|
|
43
|
+
dummy(): Promise<IFEXDummyOutput>;
|
|
44
|
+
}
|