@arcasdk/core 0.3.6 → 1.2.0
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,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Environment = void 0;
|
|
4
|
-
const dotenv_1 = require("dotenv");
|
|
5
|
-
class Environment {
|
|
6
|
-
constructor() {
|
|
7
|
-
(0, dotenv_1.config)();
|
|
8
|
-
this.nodeEnv = (process.env.NODE_ENV || "local");
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
exports.Environment = Environment;
|
|
12
|
-
const Env = new Environment();
|
|
13
|
-
exports.default = Env;
|
|
14
|
-
//# sourceMappingURL=env.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"env.js","sourceRoot":"","sources":["../../../src/application/config/env.ts"],"names":[],"mappings":";;;AAAA,mCAAgC;AAEhC,MAAa,WAAW;IAGtB;QACE,IAAA,eAAM,GAAE,CAAC;QACT,IAAI,CAAC,OAAO,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,QAAQ,IAAI,OAAO,CAAW,CAAC;IAC7D,CAAC;CACF;AAPD,kCAOC;AAED,MAAM,GAAG,GAAG,IAAI,WAAW,EAAE,CAAC;AAE9B,kBAAe,GAAG,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.Environment = exports.default = void 0;
|
|
7
|
-
/**
|
|
8
|
-
* Application Config
|
|
9
|
-
* Exports application configuration utilities
|
|
10
|
-
*/
|
|
11
|
-
var env_1 = require("./env");
|
|
12
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(env_1).default; } });
|
|
13
|
-
var env_2 = require("./env");
|
|
14
|
-
Object.defineProperty(exports, "Environment", { enumerable: true, get: function () { return env_2.Environment; } });
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/application/config/index.ts"],"names":[],"mappings":";;;;;;AAAA;;;GAGG;AACH,6BAAgC;AAAvB,+GAAA,OAAO,OAAA;AAChB,6BAAoC;AAA3B,kGAAA,WAAW,OAAA"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Context } from "../../../application/types";
|
|
2
|
-
import { ElectronicBillingService } from "../../../application/services/electronic-billing.service";
|
|
3
|
-
import { RegisterScopeFourService } from "../../../application/services/register-scope-four.service";
|
|
4
|
-
import { RegisterScopeFiveService } from "../../../application/services/register-scope-five.service";
|
|
5
|
-
import { RegisterScopeTenService } from "../../../application/services/register-scope-ten.service";
|
|
6
|
-
import { RegisterScopeThirteenService } from "../../../application/services/register-scope-thirteen.service";
|
|
7
|
-
import { RegisterInscriptionProofService } from "../../../application/services/register-inscription-proof.service";
|
|
8
|
-
import { GenericService } from "../../../application/services/generic.service";
|
|
9
|
-
export declare class Arca {
|
|
10
|
-
private readonly _electronicBillingService;
|
|
11
|
-
private readonly _registerInscriptionProofService;
|
|
12
|
-
private readonly _registerScopeFourService;
|
|
13
|
-
private readonly _registerScopeFiveService;
|
|
14
|
-
private readonly _registerScopeTenService;
|
|
15
|
-
private readonly _registerScopeThirteenService;
|
|
16
|
-
private readonly _genericService;
|
|
17
|
-
private readonly context;
|
|
18
|
-
constructor(context: Context);
|
|
19
|
-
get electronicBillingService(): ElectronicBillingService;
|
|
20
|
-
get registerInscriptionProofService(): RegisterInscriptionProofService;
|
|
21
|
-
get registerScopeFourService(): RegisterScopeFourService;
|
|
22
|
-
get registerScopeFiveService(): RegisterScopeFiveService;
|
|
23
|
-
get registerScopeTenService(): RegisterScopeTenService;
|
|
24
|
-
get registerScopeThirteenService(): RegisterScopeThirteenService;
|
|
25
|
-
get genericService(): GenericService;
|
|
26
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Arca = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Arca - Main Facade Class
|
|
6
|
-
* Entry point for the ARCA SDK
|
|
7
|
-
* Orchestrates all services and adapters using hexagonal architecture
|
|
8
|
-
*/
|
|
9
|
-
const path_1 = require("path");
|
|
10
|
-
const file_system_ticket_storage_1 = require("../../outbound/adapters/storage/file-system-ticket-storage");
|
|
11
|
-
const auth_repository_1 = require("../../outbound/adapters/auth/auth.repository");
|
|
12
|
-
const winston_logger_1 = require("../../outbound/adapters/logger/winston-logger");
|
|
13
|
-
const electronic_billing_service_1 = require("../../../application/services/electronic-billing.service");
|
|
14
|
-
const register_scope_four_service_1 = require("../../../application/services/register-scope-four.service");
|
|
15
|
-
const register_scope_five_service_1 = require("../../../application/services/register-scope-five.service");
|
|
16
|
-
const register_scope_ten_service_1 = require("../../../application/services/register-scope-ten.service");
|
|
17
|
-
const register_scope_thirteen_service_1 = require("../../../application/services/register-scope-thirteen.service");
|
|
18
|
-
const register_inscription_proof_service_1 = require("../../../application/services/register-inscription-proof.service");
|
|
19
|
-
const electronic_billing_repository_1 = require("../../outbound/adapters/electronic-billing/electronic-billing-repository");
|
|
20
|
-
const register_scope_four_repository_1 = require("../../outbound/adapters/register/register-scope-four.repository");
|
|
21
|
-
const register_scope_five_repository_1 = require("../../outbound/adapters/register/register-scope-five.repository");
|
|
22
|
-
const register_scope_ten_repository_1 = require("../../outbound/adapters/register/register-scope-ten.repository");
|
|
23
|
-
const register_scope_thirteen_repository_1 = require("../../outbound/adapters/register/register-scope-thirteen.repository");
|
|
24
|
-
const register_inscription_proof_repository_1 = require("../../outbound/adapters/register/register-inscription-proof.repository");
|
|
25
|
-
const generic_service_1 = require("../../../application/services/generic.service");
|
|
26
|
-
const generic_repository_1 = require("../../outbound/adapters/generic/generic-repository");
|
|
27
|
-
const constants_1 = require("../../constants");
|
|
28
|
-
class Arca {
|
|
29
|
-
constructor(context) {
|
|
30
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
31
|
-
this.context = Object.assign(Object.assign({}, context), { ticketPath: (_a = context.ticketPath) !== null && _a !== void 0 ? _a : (0, path_1.resolve)(__dirname, "..", "..", "storage", "auth", "tickets") });
|
|
32
|
-
const ticketStorage = new file_system_ticket_storage_1.FileSystemTicketStorage({
|
|
33
|
-
ticketPath: this.context.ticketPath,
|
|
34
|
-
cuit: this.context.cuit,
|
|
35
|
-
production: (_b = this.context.production) !== null && _b !== void 0 ? _b : false,
|
|
36
|
-
});
|
|
37
|
-
const useHttpsAgent = (_c = this.context.useHttpsAgent) !== null && _c !== void 0 ? _c : constants_1.DEFAULT_USE_HTTPS_AGENT;
|
|
38
|
-
const authRepository = new auth_repository_1.AuthRepository({
|
|
39
|
-
cert: this.context.cert,
|
|
40
|
-
key: this.context.key,
|
|
41
|
-
cuit: this.context.cuit,
|
|
42
|
-
production: (_d = this.context.production) !== null && _d !== void 0 ? _d : false,
|
|
43
|
-
handleTicket: (_e = this.context.handleTicket) !== null && _e !== void 0 ? _e : false,
|
|
44
|
-
ticketStorage: this.context.handleTicket ? undefined : ticketStorage,
|
|
45
|
-
credentials: this.context.credentials,
|
|
46
|
-
useHttpsAgent,
|
|
47
|
-
});
|
|
48
|
-
const logger = new winston_logger_1.WinstonLogger({
|
|
49
|
-
enableLogging: (_f = this.context.enableLogging) !== null && _f !== void 0 ? _f : false,
|
|
50
|
-
});
|
|
51
|
-
// Base configuration shared by all repositories
|
|
52
|
-
const baseRepositoryConfig = {
|
|
53
|
-
authRepository,
|
|
54
|
-
logger,
|
|
55
|
-
cuit: this.context.cuit,
|
|
56
|
-
production: (_g = this.context.production) !== null && _g !== void 0 ? _g : false,
|
|
57
|
-
useHttpsAgent,
|
|
58
|
-
};
|
|
59
|
-
const electronicBillingRepository = new electronic_billing_repository_1.ElectronicBillingRepository(Object.assign(Object.assign({}, baseRepositoryConfig), { useSoap12: (_h = this.context.useSoap12) !== null && _h !== void 0 ? _h : true }));
|
|
60
|
-
const registerScopeFourRepository = new register_scope_four_repository_1.RegisterScopeFourRepository(baseRepositoryConfig);
|
|
61
|
-
const registerScopeFiveRepository = new register_scope_five_repository_1.RegisterScopeFiveRepository(baseRepositoryConfig);
|
|
62
|
-
const registerScopeTenRepository = new register_scope_ten_repository_1.RegisterScopeTenRepository(baseRepositoryConfig);
|
|
63
|
-
const registerScopeThirteenRepository = new register_scope_thirteen_repository_1.RegisterScopeThirteenRepository(baseRepositoryConfig);
|
|
64
|
-
const registerInscriptionProofRepository = new register_inscription_proof_repository_1.RegisterInscriptionProofRepository(baseRepositoryConfig);
|
|
65
|
-
const genericRepository = new generic_repository_1.GenericRepository(Object.assign(Object.assign({}, baseRepositoryConfig), { useSoap12: (_j = this.context.useSoap12) !== null && _j !== void 0 ? _j : true }));
|
|
66
|
-
this._electronicBillingService = new electronic_billing_service_1.ElectronicBillingService(electronicBillingRepository);
|
|
67
|
-
this._registerInscriptionProofService = new register_inscription_proof_service_1.RegisterInscriptionProofService(registerInscriptionProofRepository);
|
|
68
|
-
this._registerScopeFourService = new register_scope_four_service_1.RegisterScopeFourService(registerScopeFourRepository);
|
|
69
|
-
this._registerScopeFiveService = new register_scope_five_service_1.RegisterScopeFiveService(registerScopeFiveRepository);
|
|
70
|
-
this._registerScopeTenService = new register_scope_ten_service_1.RegisterScopeTenService(registerScopeTenRepository);
|
|
71
|
-
this._registerScopeThirteenService = new register_scope_thirteen_service_1.RegisterScopeThirteenService(registerScopeThirteenRepository);
|
|
72
|
-
this._genericService = new generic_service_1.GenericService(genericRepository);
|
|
73
|
-
}
|
|
74
|
-
get electronicBillingService() {
|
|
75
|
-
return this._electronicBillingService;
|
|
76
|
-
}
|
|
77
|
-
get registerInscriptionProofService() {
|
|
78
|
-
return this._registerInscriptionProofService;
|
|
79
|
-
}
|
|
80
|
-
get registerScopeFourService() {
|
|
81
|
-
return this._registerScopeFourService;
|
|
82
|
-
}
|
|
83
|
-
get registerScopeFiveService() {
|
|
84
|
-
return this._registerScopeFiveService;
|
|
85
|
-
}
|
|
86
|
-
get registerScopeTenService() {
|
|
87
|
-
return this._registerScopeTenService;
|
|
88
|
-
}
|
|
89
|
-
get registerScopeThirteenService() {
|
|
90
|
-
return this._registerScopeThirteenService;
|
|
91
|
-
}
|
|
92
|
-
get genericService() {
|
|
93
|
-
return this._genericService;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
exports.Arca = Arca;
|
|
97
|
-
//# sourceMappingURL=arca.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arca.js","sourceRoot":"","sources":["../../../../src/infrastructure/inbound/adapters/arca.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Authentication Repository
|
|
3
|
-
* Implements IAuthenticationRepositoryPort for WSAA authentication
|
|
4
|
-
*/
|
|
5
|
-
import { IAuthenticationRepositoryPort } from "../../../../application/ports/authentication/authentication-repository.port";
|
|
6
|
-
import { ISoapClientPort } from "../../../outbound/ports/soap/soap-client.port";
|
|
7
|
-
import { ITicketStoragePort } from "../../../outbound/ports/storage/ticket-storage.port";
|
|
8
|
-
import { AccessTicket } from "../../../../domain/entities/access-ticket.entity";
|
|
9
|
-
import { WSAuthParam } from "../../../../application/types";
|
|
10
|
-
export interface AuthRepositoryConfig {
|
|
11
|
-
cert: string;
|
|
12
|
-
key: string;
|
|
13
|
-
cuit: number;
|
|
14
|
-
production?: boolean;
|
|
15
|
-
handleTicket?: boolean;
|
|
16
|
-
ticketStorage?: ITicketStoragePort;
|
|
17
|
-
credentials?: import("../../../../domain/entities/access-ticket.entity").ILoginCredentials;
|
|
18
|
-
}
|
|
19
|
-
export declare class AuthRepository implements IAuthenticationRepositoryPort {
|
|
20
|
-
private readonly soapClient;
|
|
21
|
-
private cert;
|
|
22
|
-
private key;
|
|
23
|
-
private production;
|
|
24
|
-
private handleTicket;
|
|
25
|
-
private ticketStorage?;
|
|
26
|
-
constructor(soapClient: ISoapClientPort, config: AuthRepositoryConfig);
|
|
27
|
-
/**
|
|
28
|
-
* Get a valid ticket from storage if available
|
|
29
|
-
* @param serviceName Service name to get ticket for
|
|
30
|
-
* @returns AccessTicket if found and valid, null otherwise
|
|
31
|
-
*/
|
|
32
|
-
private getValidTicketFromStorage;
|
|
33
|
-
/**
|
|
34
|
-
* Login and get access ticket for a service
|
|
35
|
-
* @param serviceName Service name to authenticate for
|
|
36
|
-
* @returns AccessTicket
|
|
37
|
-
*/
|
|
38
|
-
login(serviceName: string): Promise<AccessTicket>;
|
|
39
|
-
/**
|
|
40
|
-
* Create and configure WSAA SOAP client
|
|
41
|
-
*/
|
|
42
|
-
private createAuthClient;
|
|
43
|
-
/**
|
|
44
|
-
* Request a new login ticket for a service
|
|
45
|
-
* @param serviceName Service name to authenticate for
|
|
46
|
-
* @returns AccessTicket
|
|
47
|
-
*/
|
|
48
|
-
requestLogin(serviceName: string): Promise<AccessTicket>;
|
|
49
|
-
/**
|
|
50
|
-
* Get authentication parameters formatted for SOAP requests
|
|
51
|
-
* @param ticket Access ticket
|
|
52
|
-
* @param cuit CUIT number
|
|
53
|
-
* @returns WSAuthParam formatted for SOAP
|
|
54
|
-
*/
|
|
55
|
-
getAuthParams(ticket: AccessTicket, cuit: number): WSAuthParam;
|
|
56
|
-
/**
|
|
57
|
-
* Create TRA (Token Request Authorization) JSON
|
|
58
|
-
* @param serviceName Service name to create TRA for
|
|
59
|
-
* @returns TRA JSON
|
|
60
|
-
*/
|
|
61
|
-
private getTRA;
|
|
62
|
-
/**
|
|
63
|
-
* Sign TRA (Token Request Authorization) XML
|
|
64
|
-
* @param traXml TRA XML to sign
|
|
65
|
-
* @returns Signed TRA XML
|
|
66
|
-
*/
|
|
67
|
-
private signTRA;
|
|
68
|
-
}
|
|
@@ -1,128 +0,0 @@
|
|
|
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.AuthRepository = void 0;
|
|
13
|
-
const access_ticket_entity_1 = require("../../../../domain/entities/access-ticket.entity");
|
|
14
|
-
const parser_1 = require("../../../utils/parser");
|
|
15
|
-
const crypt_data_1 = require("../../../utils/crypt-data");
|
|
16
|
-
const wsdl_path_enum_1 = require("../../../outbound/ports/soap/enums/wsdl-path.enum");
|
|
17
|
-
const endpoints_enum_1 = require("../../../outbound/ports/soap/enums/endpoints.enum");
|
|
18
|
-
class AuthRepository {
|
|
19
|
-
constructor(soapClient, config) {
|
|
20
|
-
var _a, _b;
|
|
21
|
-
this.soapClient = soapClient;
|
|
22
|
-
this.cert = config.cert;
|
|
23
|
-
this.key = config.key;
|
|
24
|
-
this.production = (_a = config.production) !== null && _a !== void 0 ? _a : false;
|
|
25
|
-
this.handleTicket = (_b = config.handleTicket) !== null && _b !== void 0 ? _b : false;
|
|
26
|
-
this.ticketStorage = config.ticketStorage;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Get a valid ticket from storage if available
|
|
30
|
-
* @param serviceName Service name to get ticket for
|
|
31
|
-
* @returns AccessTicket if found and valid, null otherwise
|
|
32
|
-
*/
|
|
33
|
-
getValidTicketFromStorage(serviceName) {
|
|
34
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
35
|
-
if (!this.ticketStorage)
|
|
36
|
-
return null;
|
|
37
|
-
const existingTicket = yield this.ticketStorage.get(serviceName);
|
|
38
|
-
if (existingTicket && !existingTicket.isExpired())
|
|
39
|
-
return existingTicket;
|
|
40
|
-
return null;
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* Login and get access ticket for a service
|
|
45
|
-
* @param serviceName Service name to authenticate for
|
|
46
|
-
* @returns AccessTicket
|
|
47
|
-
*/
|
|
48
|
-
login(serviceName) {
|
|
49
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
50
|
-
const existingTicket = yield this.getValidTicketFromStorage(serviceName);
|
|
51
|
-
if (existingTicket)
|
|
52
|
-
return existingTicket;
|
|
53
|
-
return this.requestLogin(serviceName);
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* Create and configure WSAA SOAP client
|
|
58
|
-
*/
|
|
59
|
-
createAuthClient() {
|
|
60
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
61
|
-
const client = yield this.soapClient.createClient(wsdl_path_enum_1.WsdlPathEnum.WSAA, { disableCache: true });
|
|
62
|
-
this.soapClient.setEndpoint(client, this.production ? endpoints_enum_1.EndpointsEnum.WSAA : endpoints_enum_1.EndpointsEnum.WSAA_TEST);
|
|
63
|
-
return client;
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Request a new login ticket for a service
|
|
68
|
-
* @param serviceName Service name to authenticate for
|
|
69
|
-
* @returns AccessTicket
|
|
70
|
-
*/
|
|
71
|
-
requestLogin(serviceName) {
|
|
72
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
73
|
-
const existingTicket = yield this.getValidTicketFromStorage(serviceName);
|
|
74
|
-
if (existingTicket)
|
|
75
|
-
return existingTicket;
|
|
76
|
-
const signedTRA = this.signTRA(yield parser_1.Parser.jsonToXml(this.getTRA(serviceName)));
|
|
77
|
-
const client = yield this.createAuthClient();
|
|
78
|
-
const [{ loginCmsReturn }] = yield this.soapClient.call(client, "loginCmsAsync", { in0: signedTRA });
|
|
79
|
-
const ticket = access_ticket_entity_1.AccessTicket.create((yield parser_1.Parser.xmlToJson(loginCmsReturn))
|
|
80
|
-
.loginticketresponse);
|
|
81
|
-
if (!this.handleTicket && this.ticketStorage) {
|
|
82
|
-
yield this.ticketStorage.save(ticket, serviceName);
|
|
83
|
-
}
|
|
84
|
-
return ticket;
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* Get authentication parameters formatted for SOAP requests
|
|
89
|
-
* @param ticket Access ticket
|
|
90
|
-
* @param cuit CUIT number
|
|
91
|
-
* @returns WSAuthParam formatted for SOAP
|
|
92
|
-
*/
|
|
93
|
-
getAuthParams(ticket, cuit) {
|
|
94
|
-
return ticket.getWSAuthFormat(cuit);
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* Create TRA (Token Request Authorization) JSON
|
|
98
|
-
* @param serviceName Service name to create TRA for
|
|
99
|
-
* @returns TRA JSON
|
|
100
|
-
*/
|
|
101
|
-
getTRA(serviceName) {
|
|
102
|
-
const date = new Date();
|
|
103
|
-
return {
|
|
104
|
-
loginTicketRequest: {
|
|
105
|
-
$: { version: "1.0" },
|
|
106
|
-
header: [
|
|
107
|
-
{
|
|
108
|
-
uniqueId: [Math.floor(date.getTime() / 1000)],
|
|
109
|
-
generationTime: [new Date(date.getTime() - 600000).toISOString()],
|
|
110
|
-
expirationTime: [new Date(date.getTime() + 600000).toISOString()],
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
|
-
service: [serviceName],
|
|
114
|
-
},
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* Sign TRA (Token Request Authorization) XML
|
|
119
|
-
* @param traXml TRA XML to sign
|
|
120
|
-
* @returns Signed TRA XML
|
|
121
|
-
*/
|
|
122
|
-
signTRA(traXml) {
|
|
123
|
-
const crypto = new crypt_data_1.Cryptography(this.cert, this.key);
|
|
124
|
-
return crypto.sign(traXml);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
exports.AuthRepository = AuthRepository;
|
|
128
|
-
//# sourceMappingURL=afip-auth.repository.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"afip-auth.repository.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/auth/afip-auth.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAOA,gFAAqE;AAErE,yDAAsD;AACtD,iEAAgE;AAMhE,6FAAwF;AACxF,6FAAyF;AAYzF,MAAa,cAAc;IAOzB,YACmB,UAA2B,EAC5C,MAA4B;;QADX,eAAU,GAAV,UAAU,CAAiB;QAG5C,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC;QACtB,IAAI,CAAC,UAAU,GAAG,MAAA,MAAM,CAAC,UAAU,mCAAI,KAAK,CAAC;QAC7C,IAAI,CAAC,YAAY,GAAG,MAAA,MAAM,CAAC,YAAY,mCAAI,KAAK,CAAC;QACjD,IAAI,CAAC,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;IAC5C,CAAC;IAED;;;;OAIG;IACW,yBAAyB,CACrC,WAAmB;;YAEnB,IAAI,CAAC,IAAI,CAAC,aAAa;gBAAE,OAAO,IAAI,CAAC;YAErC,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;YACjE,IAAI,cAAc,IAAI,CAAC,cAAc,CAAC,SAAS,EAAE;gBAAE,OAAO,cAAc,CAAC;YAEzE,OAAO,IAAI,CAAC;QACd,CAAC;KAAA;IAED;;;;OAIG;IACG,KAAK,CAAC,WAAmB;;YAC7B,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,yBAAyB,CAAC,WAAW,CAAC,CAAC;YACzE,IAAI,cAAc;gBAAE,OAAO,cAAc,CAAC;YAE1C,OAAO,IAAI,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC;QACxC,CAAC;KAAA;IAED;;OAEG;IACW,gBAAgB;;YAC5B,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,YAAY,CAC/C,6BAAY,CAAC,IAAI,EACjB,EAAE,YAAY,EAAE,IAAI,EAAE,CACvB,CAAC;YACF,IAAI,CAAC,UAAU,CAAC,WAAW,CACzB,MAAM,EACN,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,8BAAa,CAAC,IAAI,CAAC,CAAC,CAAC,8BAAa,CAAC,SAAS,CAC/D,CAAC;YACF,OAAO,MAAM,CAAC;QAChB,CAAC;KAAA;IAED;;;;OAIG;IACG,YAAY,CAAC,WAAmB;;YACpC,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,yBAAyB,CAAC,WAAW,CAAC,CAAC;YACzE,IAAI,cAAc;gBAAE,OAAO,cAAc,CAAC;YAE1C,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAC5B,MAAM,eAAM,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CACjD,CAAC;YAEF,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,gBAAgB,EAAE,CAAC;YAE7C,MAAM,CAAC,EAAE,cAAc,EAAE,CAAC,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAErD,MAAM,EAAE,eAAe,EAAE,EAAE,GAAG,EAAE,SAAS,EAAE,CAAC,CAAC;YAE/C,MAAM,MAAM,GAAG,mCAAY,CAAC,MAAM,CAChC,CAAC,MAAM,eAAM,CAAC,SAAS,CAAsB,cAAc,CAAC,CAAC;iBAC1D,mBAAmB,CACvB,CAAC;YAEF,IAAI,CAAC,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,aAAa,EAAE,CAAC;gBAC7C,MAAM,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;YACrD,CAAC;YAED,OAAO,MAAM,CAAC;QAChB,CAAC;KAAA;IAED;;;;;OAKG;IACH,aAAa,CAAC,MAAoB,EAAE,IAAY;QAC9C,OAAO,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;IACtC,CAAC;IAED;;;;OAIG;IACK,MAAM,CAAC,WAAmB;QAChC,MAAM,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QACxB,OAAO;YACL,kBAAkB,EAAE;gBAClB,CAAC,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;gBACrB,MAAM,EAAE;oBACN;wBACE,QAAQ,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,CAAC;wBAC7C,cAAc,EAAE,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,CAAC,WAAW,EAAE,CAAC;wBACjE,cAAc,EAAE,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,MAAM,CAAC,CAAC,WAAW,EAAE,CAAC;qBAClE;iBACF;gBACD,OAAO,EAAE,CAAC,WAAW,CAAC;aACvB;SACF,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,OAAO,CAAC,MAAc;QAC5B,MAAM,MAAM,GAAG,IAAI,yBAAY,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC;QACrD,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAC7B,CAAC;CACF;AArID,wCAqIC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"auth.repository.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/auth/auth.repository.ts"],"names":[],"mappings":"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"}
|
package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"electronic-billing-repository.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/electronic-billing/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,kEAAgD"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export declare enum EndpointsEnum {
|
|
2
|
-
/**
|
|
3
|
-
* WS Autoservicio de Acceso a APIs
|
|
4
|
-
**/
|
|
5
|
-
WSAA = "https://wsaa.afip.gov.ar/ws/services/LoginCms",
|
|
6
|
-
WSAA_TEST = "https://wsaahomo.afip.gov.ar/ws/services/LoginCms",
|
|
7
|
-
/**
|
|
8
|
-
* WS Facturacion Electronica
|
|
9
|
-
**/
|
|
10
|
-
WSFEV1 = "https://servicios1.afip.gov.ar/wsfev1/service.asmx",
|
|
11
|
-
WSFEV1_TEST = "https://wswhomo.afip.gov.ar/wsfev1/service.asmx",
|
|
12
|
-
/**
|
|
13
|
-
* WS Constancia inscripción
|
|
14
|
-
**/
|
|
15
|
-
WSSR_INSCRIPTION_PROOF = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA5",
|
|
16
|
-
WSSR_INSCRIPTION_PROOF_TEST = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA5",
|
|
17
|
-
/**
|
|
18
|
-
* WS Padron 4
|
|
19
|
-
**/
|
|
20
|
-
WSSR_PADRON_FOUR = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA4",
|
|
21
|
-
WSSR_PADRON_FOUR_TEST = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA4",
|
|
22
|
-
/**
|
|
23
|
-
* WS Padron 5
|
|
24
|
-
**/
|
|
25
|
-
WSSR_PADRON_FIVE = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA5",
|
|
26
|
-
WSSR_PADRON_FIVE_TEST = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA5",
|
|
27
|
-
/**
|
|
28
|
-
* WS Padron 10
|
|
29
|
-
**/
|
|
30
|
-
WSSR_PADRON_TEN = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA10",
|
|
31
|
-
WSSR_PADRON_TEN_TEST = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA10",
|
|
32
|
-
/**
|
|
33
|
-
* WS Padron 13
|
|
34
|
-
**/
|
|
35
|
-
WSSR_PADRON_THIRTEEN = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA13",
|
|
36
|
-
WSSR_PADRON_THIRTEEN_TEST = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA13"
|
|
37
|
-
}
|
|
38
|
-
export declare enum SoapServiceVersion {
|
|
39
|
-
/** Version 1.2 */
|
|
40
|
-
ServiceSoap12 = "ServiceSoap12",
|
|
41
|
-
/** Common version */
|
|
42
|
-
ServiceSoap = "ServiceSoap"
|
|
43
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SoapServiceVersion = exports.EndpointsEnum = void 0;
|
|
4
|
-
var EndpointsEnum;
|
|
5
|
-
(function (EndpointsEnum) {
|
|
6
|
-
/**
|
|
7
|
-
* WS Autoservicio de Acceso a APIs
|
|
8
|
-
**/
|
|
9
|
-
EndpointsEnum["WSAA"] = "https://wsaa.afip.gov.ar/ws/services/LoginCms";
|
|
10
|
-
EndpointsEnum["WSAA_TEST"] = "https://wsaahomo.afip.gov.ar/ws/services/LoginCms";
|
|
11
|
-
/**
|
|
12
|
-
* WS Facturacion Electronica
|
|
13
|
-
**/
|
|
14
|
-
EndpointsEnum["WSFEV1"] = "https://servicios1.afip.gov.ar/wsfev1/service.asmx";
|
|
15
|
-
EndpointsEnum["WSFEV1_TEST"] = "https://wswhomo.afip.gov.ar/wsfev1/service.asmx";
|
|
16
|
-
/**
|
|
17
|
-
* WS Constancia inscripción
|
|
18
|
-
**/
|
|
19
|
-
EndpointsEnum["WSSR_INSCRIPTION_PROOF"] = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA5";
|
|
20
|
-
EndpointsEnum["WSSR_INSCRIPTION_PROOF_TEST"] = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA5";
|
|
21
|
-
/**
|
|
22
|
-
* WS Padron 4
|
|
23
|
-
**/
|
|
24
|
-
EndpointsEnum["WSSR_PADRON_FOUR"] = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA4";
|
|
25
|
-
EndpointsEnum["WSSR_PADRON_FOUR_TEST"] = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA4";
|
|
26
|
-
/**
|
|
27
|
-
* WS Padron 5
|
|
28
|
-
**/
|
|
29
|
-
EndpointsEnum["WSSR_PADRON_FIVE"] = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA5";
|
|
30
|
-
EndpointsEnum["WSSR_PADRON_FIVE_TEST"] = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA5";
|
|
31
|
-
/**
|
|
32
|
-
* WS Padron 10
|
|
33
|
-
**/
|
|
34
|
-
EndpointsEnum["WSSR_PADRON_TEN"] = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA10";
|
|
35
|
-
EndpointsEnum["WSSR_PADRON_TEN_TEST"] = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA10";
|
|
36
|
-
/**
|
|
37
|
-
* WS Padron 13
|
|
38
|
-
**/
|
|
39
|
-
EndpointsEnum["WSSR_PADRON_THIRTEEN"] = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA13";
|
|
40
|
-
EndpointsEnum["WSSR_PADRON_THIRTEEN_TEST"] = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA13";
|
|
41
|
-
})(EndpointsEnum || (exports.EndpointsEnum = EndpointsEnum = {}));
|
|
42
|
-
var SoapServiceVersion;
|
|
43
|
-
(function (SoapServiceVersion) {
|
|
44
|
-
/** Version 1.2 */
|
|
45
|
-
SoapServiceVersion["ServiceSoap12"] = "ServiceSoap12";
|
|
46
|
-
/** Common version */
|
|
47
|
-
SoapServiceVersion["ServiceSoap"] = "ServiceSoap";
|
|
48
|
-
})(SoapServiceVersion || (exports.SoapServiceVersion = SoapServiceVersion = {}));
|
|
49
|
-
//# sourceMappingURL=enums.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/infrastructure/outbound/adapters/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,aA0CX;AA1CD,WAAY,aAAa;IACvB;;QAEI;IACJ,uEAAsD,CAAA;IACtD,gFAA+D,CAAA;IAE/D;;QAEI;IACJ,8EAA6D,CAAA;IAC7D,gFAA+D,CAAA;IAE/D;;QAEI;IACJ,0GAAyF,CAAA;IACzF,mHAAkG,CAAA;IAElG;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,yGAAwF,CAAA;IACxF,kHAAiG,CAAA;AACnG,CAAC,EA1CW,aAAa,6BAAb,aAAa,QA0CxB;AAED,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,kBAAkB;IAClB,qDAA+B,CAAA;IAC/B,qBAAqB;IACrB,iDAA2B,CAAA;AAC7B,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generic Repository
|
|
3
|
-
* Implements IGenericRepositoryPort for generic AFIP/ARCA requests
|
|
4
|
-
*/
|
|
5
|
-
import { IGenericRepositoryPort } from "../../../../application/ports/generic/generic-repository.port";
|
|
6
|
-
import { BaseSoapRepository } from "../soap/base-soap-repository";
|
|
7
|
-
import { BaseSoapRepositoryConstructorConfig } from "../../../outbound/ports/soap/soap-repository.types";
|
|
8
|
-
export declare class GenericRepository extends BaseSoapRepository implements IGenericRepositoryPort {
|
|
9
|
-
constructor(config: BaseSoapRepositoryConstructorConfig);
|
|
10
|
-
call(serviceName: string, methodName: string, params: any, options?: {
|
|
11
|
-
wsdlContent?: string;
|
|
12
|
-
}): Promise<any>;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generic-repository.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/generic/generic-repository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAKA,uEAAkE;AAElE,6FAA8F;AAE9F,MAAa,iBACX,SAAQ,yCAAkB;IAG1B,YAAY,MAA2C;QACrD,KAAK,CAAC,MAAM,CAAC,CAAC;IAChB,CAAC;IAEK,IAAI,CACR,WAAmB,EACnB,UAAkB,EAClB,MAAW,EACX,OAAkC;;YAElC,MAAM,QAAQ,GAAG,WAAW,CAAC;YAE7B,IAAI,MAAW,CAAC;YAChB,IAAI,WAA+B,CAAC;YAEpC,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;gBACnB,MAAM,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,EAAE;oBACpD,kBAAkB,EAAE,IAAI;oBACxB,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW;iBAClC,CAAC,CAAC;gBACH,WAAW,GAAG,mCAAkB,CAAC,aAAa,CAAC;YACjD,CAAC;iBAAM,CAAC;gBACN,MAAM,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,YAAY,CAAC,QAAQ,EAAE;oBACpD,kBAAkB,EAAE,KAAK;oBACzB,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW;iBAClC,CAAC,CAAC;gBACH,WAAW,GAAG,mCAAkB,CAAC,WAAW,CAAC;YAC/C,CAAC;YAED,MAAM,mBAAmB,GAAG,IAAI,CAAC,wBAAwB,CAAC,MAAM,EAAE;gBAChE,WAAW,EAAE,WAAkB;gBAC/B,kBAAkB,EAAE,KAAK;gBACzB,WAAW;aACZ,CAAC,CAAC;YAEH,MAAM,WAAW,GAAG,GAAG,UAAU,OAAO,CAAC;YAEzC,IAAI,OAAO,mBAAmB,CAAC,WAAW,CAAC,KAAK,UAAU,EAAE,CAAC;gBAC3D,MAAM,IAAI,KAAK,CACb,UAAU,UAAU,yBAAyB,WAAW,EAAE,CAC3D,CAAC;YACJ,CAAC;YAED,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,mBAAmB,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;YAChE,OAAO,MAAM,CAAC;QAChB,CAAC;KAAA;CACF;AAlDD,8CAkDC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Winston Logger
|
|
3
|
-
* Implements ILoggerPort using Winston
|
|
4
|
-
*/
|
|
5
|
-
import { ILoggerPort } from "../../../outbound/ports/logger/logger.port";
|
|
6
|
-
import { WinstonLoggerConfig } from "../../../outbound/ports/logger/logger.types";
|
|
7
|
-
export declare class WinstonLogger implements ILoggerPort {
|
|
8
|
-
private logger;
|
|
9
|
-
constructor(config?: WinstonLoggerConfig);
|
|
10
|
-
info(message: string, meta?: any): void;
|
|
11
|
-
error(message: string, error?: Error, meta?: any): void;
|
|
12
|
-
warn(message: string, meta?: any): void;
|
|
13
|
-
debug(message: string, meta?: any): void;
|
|
14
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WinstonLogger = void 0;
|
|
4
|
-
const logger_1 = require("../../../utils/logger");
|
|
5
|
-
class WinstonLogger {
|
|
6
|
-
constructor(config = {}) {
|
|
7
|
-
var _a;
|
|
8
|
-
this.logger = (0, logger_1.createArcaLogger)((_a = config.enableLogging) !== null && _a !== void 0 ? _a : false);
|
|
9
|
-
}
|
|
10
|
-
info(message, meta) {
|
|
11
|
-
this.logger.info(message, meta);
|
|
12
|
-
}
|
|
13
|
-
error(message, error, meta) {
|
|
14
|
-
this.logger.error(message, Object.assign({ error }, meta));
|
|
15
|
-
}
|
|
16
|
-
warn(message, meta) {
|
|
17
|
-
this.logger.warn(message, meta);
|
|
18
|
-
}
|
|
19
|
-
debug(message, meta) {
|
|
20
|
-
this.logger.debug(message, meta);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
exports.WinstonLogger = WinstonLogger;
|
|
24
|
-
//# sourceMappingURL=winston-logger.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"winston-logger.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/logger/winston-logger.ts"],"names":[],"mappings":";;;AAKA,yDAAgE;AAIhE,MAAa,aAAa;IAGxB,YAAY,SAA8B,EAAE;;QAC1C,IAAI,CAAC,MAAM,GAAG,IAAA,yBAAgB,EAAC,MAAA,MAAM,CAAC,aAAa,mCAAI,KAAK,CAAC,CAAC;IAChE,CAAC;IAED,IAAI,CAAC,OAAe,EAAE,IAAU;QAC9B,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IAClC,CAAC;IAED,KAAK,CAAC,OAAe,EAAE,KAAa,EAAE,IAAU;QAC9C,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,kBAAI,KAAK,IAAK,IAAI,EAAG,CAAC;IACjD,CAAC;IAED,IAAI,CAAC,OAAe,EAAE,IAAU;QAC9B,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IAClC,CAAC;IAED,KAAK,CAAC,OAAe,EAAE,IAAU;QAC/B,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;IACnC,CAAC;CACF;AAtBD,sCAsBC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/register/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,mEAAiD;AACjD,mEAAiD;AACjD,kEAAgD;AAChD,uEAAqD;AACrD,0EAAwD"}
|
package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Register Inscription Proof Repository
|
|
3
|
-
* Implements IRegisterInscriptionProofRepositoryPort
|
|
4
|
-
*/
|
|
5
|
-
import { IRegisterInscriptionProofRepositoryPort } from "../../../../application/ports/register/register-repository.ports";
|
|
6
|
-
import { BaseSoapRepository } from "../soap/base-soap-repository";
|
|
7
|
-
import { BaseSoapRepositoryConstructorConfig } from "../../../outbound/ports/soap/soap-repository.types";
|
|
8
|
-
import { RegisterServerStatusDto, TaxpayerDetailsDto, TaxpayersDetailsDto } from "../../../../application/dto/register.dto";
|
|
9
|
-
export declare class RegisterInscriptionProofRepository extends BaseSoapRepository implements IRegisterInscriptionProofRepositoryPort {
|
|
10
|
-
private client?;
|
|
11
|
-
constructor(config: BaseSoapRepositoryConstructorConfig);
|
|
12
|
-
private getClient;
|
|
13
|
-
getServerStatus(): Promise<RegisterServerStatusDto>;
|
|
14
|
-
getTaxpayerDetails(identifier: number): Promise<TaxpayerDetailsDto | null>;
|
|
15
|
-
getTaxpayersDetails(identifiers: number[]): Promise<TaxpayersDetailsDto>;
|
|
16
|
-
private mapPersonaReturnToDto;
|
|
17
|
-
private mapPersonaToDto;
|
|
18
|
-
}
|