@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
|
@@ -0,0 +1,932 @@
|
|
|
1
|
+
import { Client } from "soap";
|
|
2
|
+
export interface IdummyInput {
|
|
3
|
+
}
|
|
4
|
+
export interface IdummyOutput {
|
|
5
|
+
dummyReturn: FECredServiceSOAPTypes.IdummyReturn;
|
|
6
|
+
}
|
|
7
|
+
export interface IconsultarComprobantesInput {
|
|
8
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#RolSimpleType(Emisor,Receptor) */
|
|
9
|
+
rolCUITRepresentada: "Emisor" | "Receptor";
|
|
10
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
11
|
+
CUITContraparte: "minExclusive" | "maxInclusive";
|
|
12
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
13
|
+
codTipoCmp: number;
|
|
14
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#EstadoCmpSimpleType(PendienteRecepcion,Recepcionado,Aceptado,Rechazado,InformadaAgDpto) */
|
|
15
|
+
estadoCmp: "PendienteRecepcion" | "Recepcionado" | "Aceptado" | "Rechazado" | "InformadaAgDpto";
|
|
16
|
+
fecha: FECredServiceSOAPTypes.Ifecha;
|
|
17
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
18
|
+
codCtaCte: number;
|
|
19
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#EstadoCtaCteSimpleType(Modificable,Aceptada,Rechazada,CanceladaTotal,InformadaAgDpto) */
|
|
20
|
+
estadoCtaCte: "Modificable" | "Aceptada" | "Rechazada" | "CanceladaTotal" | "InformadaAgDpto";
|
|
21
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
22
|
+
nroPagina: number;
|
|
23
|
+
}
|
|
24
|
+
export interface IconsultarComprobantesOutput {
|
|
25
|
+
consultarCmpReturn: FECredServiceSOAPTypes.IconsultarCmpReturn;
|
|
26
|
+
}
|
|
27
|
+
export interface IrechazarNotaDCInput {
|
|
28
|
+
idComprobante: FECredServiceSOAPTypes.IidComprobante;
|
|
29
|
+
arrayMotivosRechazo: FECredServiceSOAPTypes.IarrayMotivosRechazo;
|
|
30
|
+
}
|
|
31
|
+
export interface IrechazarNotaDCOutput {
|
|
32
|
+
rechazarNotaDCReturn: FECredServiceSOAPTypes.IrechazarNotaDCReturn;
|
|
33
|
+
}
|
|
34
|
+
export interface IconsultarCtasCtesInput {
|
|
35
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#RolSimpleType(Emisor,Receptor) */
|
|
36
|
+
rolCUITRepresentada: "Emisor" | "Receptor";
|
|
37
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
38
|
+
CUITContraparte: "minExclusive" | "maxInclusive";
|
|
39
|
+
fecha: FECredServiceSOAPTypes.Ifecha;
|
|
40
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#EstadoCtaCteSimpleType(Modificable,Aceptada,Rechazada,CanceladaTotal,InformadaAgDpto) */
|
|
41
|
+
estadoCtaCte: "Modificable" | "Aceptada" | "Rechazada" | "CanceladaTotal" | "InformadaAgDpto";
|
|
42
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
43
|
+
nroPagina: number;
|
|
44
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#OpcionTransferenciaSimpleType(SCA,ADC) */
|
|
45
|
+
opcionTransferencia: "SCA" | "ADC";
|
|
46
|
+
}
|
|
47
|
+
export interface IconsultarCtasCtesOutput {
|
|
48
|
+
consultarCtasCtesReturn: FECredServiceSOAPTypes.IconsultarCtasCtesReturn;
|
|
49
|
+
}
|
|
50
|
+
export interface IconsultarCtaCteInput {
|
|
51
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
52
|
+
}
|
|
53
|
+
export interface IconsultarCtaCteOutput {
|
|
54
|
+
consultarCtaCteReturn: FECredServiceSOAPTypes.IconsultarCtaCteReturn;
|
|
55
|
+
}
|
|
56
|
+
export interface IinformarCancelacionTotalFECredInput {
|
|
57
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
58
|
+
arrayFormasCancelacion: FECredServiceSOAPTypes.IarrayFormasCancelacion;
|
|
59
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
60
|
+
importeCancelacion: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
61
|
+
}
|
|
62
|
+
export interface IinformarCancelacionTotalFECredOutput {
|
|
63
|
+
operacionFECredReturn: FECredServiceSOAPTypes.IoperacionFECredReturn;
|
|
64
|
+
}
|
|
65
|
+
export interface IaceptarFECredInput {
|
|
66
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
67
|
+
arrayConfirmarNotasDC: FECredServiceSOAPTypes.IarrayConfirmarNotasDC;
|
|
68
|
+
arrayFormasCancelacion: FECredServiceSOAPTypes.IarrayFormasCancelacion;
|
|
69
|
+
arrayRetenciones: FECredServiceSOAPTypes.IarrayRetenciones;
|
|
70
|
+
arrayAjustesOperacion: FECredServiceSOAPTypes.IarrayAjustesOperacion;
|
|
71
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#TipoCancelacionSimpleType(PAR,TOT) */
|
|
72
|
+
tipoCancelacion: "PAR" | "TOT";
|
|
73
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
74
|
+
importeCancelado: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
75
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
76
|
+
importeTotalRetPesos: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
77
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
78
|
+
importeEmbargoPesos: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
79
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
80
|
+
saldoAceptado: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
81
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
82
|
+
codMoneda: string;
|
|
83
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
84
|
+
cotizacionMonedaUlt: number;
|
|
85
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
86
|
+
informaCBU: "S" | "N";
|
|
87
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CBUSimpleType(length) */
|
|
88
|
+
CBUComprador: string;
|
|
89
|
+
}
|
|
90
|
+
export interface IaceptarFECredOutput {
|
|
91
|
+
operacionFECredReturn: FECredServiceSOAPTypes.IoperacionFECredReturn;
|
|
92
|
+
}
|
|
93
|
+
export interface IrechazarFECredInput {
|
|
94
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
95
|
+
arrayMotivosRechazo: FECredServiceSOAPTypes.IarrayMotivosRechazo;
|
|
96
|
+
}
|
|
97
|
+
export interface IrechazarFECredOutput {
|
|
98
|
+
operacionFECredReturn: FECredServiceSOAPTypes.IoperacionFECredReturn;
|
|
99
|
+
}
|
|
100
|
+
export interface IinformarFacturaAgtDptoCltvInput {
|
|
101
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
102
|
+
ctaAgente: FECredServiceSOAPTypes.IctaAgente;
|
|
103
|
+
}
|
|
104
|
+
export interface IinformarFacturaAgtDptoCltvOutput {
|
|
105
|
+
operacionFECredReturn: FECredServiceSOAPTypes.IoperacionFECredReturn;
|
|
106
|
+
}
|
|
107
|
+
export interface IconsultarFacturasAgtDptoCltvInput {
|
|
108
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
109
|
+
filtroFecha: FECredServiceSOAPTypes.IfiltroFecha;
|
|
110
|
+
}
|
|
111
|
+
export interface IconsultarFacturasAgtDptoCltvOutput {
|
|
112
|
+
consultarFacturasAgtDptoCltvReturn: FECredServiceSOAPTypes.IconsultarFacturasAgtDptoCltvReturn;
|
|
113
|
+
}
|
|
114
|
+
export interface IconsultarCuentasEnAgtDptoCltvInput {
|
|
115
|
+
}
|
|
116
|
+
export interface IconsultarCuentasEnAgtDptoCltvOutput {
|
|
117
|
+
consultarCuentasEnAgtDptoCltvReturn: FECredServiceSOAPTypes.IconsultarCuentasEnAgtDptoCltvReturn;
|
|
118
|
+
}
|
|
119
|
+
export interface IconsultarObligadoRecepcionInput {
|
|
120
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
121
|
+
cuitConsultada: "minExclusive" | "maxInclusive";
|
|
122
|
+
}
|
|
123
|
+
export interface IconsultarObligadoRecepcionOutput {
|
|
124
|
+
consultarObligadoRecepcionReturn: FECredServiceSOAPTypes.IconsultarObligadoRecepcionReturn;
|
|
125
|
+
}
|
|
126
|
+
export interface IconsultarTiposRetencionesInput {
|
|
127
|
+
}
|
|
128
|
+
export interface IconsultarTiposRetencionesOutput {
|
|
129
|
+
consultarTiposRetencionesReturn: FECredServiceSOAPTypes.IconsultarTiposRetencionesReturn;
|
|
130
|
+
}
|
|
131
|
+
export interface IconsultarTiposMotivosRechazoInput {
|
|
132
|
+
}
|
|
133
|
+
export interface IconsultarTiposMotivosRechazoOutput {
|
|
134
|
+
codigoDescripcionReturn: FECredServiceSOAPTypes.IcodigoDescripcionReturn;
|
|
135
|
+
}
|
|
136
|
+
export interface IconsultarTiposFormasCancelacionInput {
|
|
137
|
+
}
|
|
138
|
+
export interface IconsultarTiposFormasCancelacionOutput {
|
|
139
|
+
codigoDescripcionReturn: FECredServiceSOAPTypes.IcodigoDescripcionReturn;
|
|
140
|
+
}
|
|
141
|
+
export interface IobtenerRemitosInput {
|
|
142
|
+
idComprobante: FECredServiceSOAPTypes.IidComprobante;
|
|
143
|
+
}
|
|
144
|
+
export interface IobtenerRemitosOutput {
|
|
145
|
+
obtenerRemitosReturn: FECredServiceSOAPTypes.IobtenerRemitosReturn;
|
|
146
|
+
}
|
|
147
|
+
export interface IconsultarHistorialEstadosComprobanteInput {
|
|
148
|
+
idComprobante: FECredServiceSOAPTypes.IidComprobante;
|
|
149
|
+
}
|
|
150
|
+
export interface IconsultarHistorialEstadosComprobanteOutput {
|
|
151
|
+
consultarHistorialEstadosComprobanteReturn: FECredServiceSOAPTypes.IconsultarHistorialEstadosComprobanteReturn;
|
|
152
|
+
}
|
|
153
|
+
export interface IconsultarHistorialEstadosCtaCteInput {
|
|
154
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
155
|
+
}
|
|
156
|
+
export interface IconsultarHistorialEstadosCtaCteOutput {
|
|
157
|
+
consultarHistorialEstadosCtaCteReturn: FECredServiceSOAPTypes.IconsultarHistorialEstadosCtaCteReturn;
|
|
158
|
+
}
|
|
159
|
+
export interface IconsultarTiposAjustesOperacionInput {
|
|
160
|
+
}
|
|
161
|
+
export interface IconsultarTiposAjustesOperacionOutput {
|
|
162
|
+
codigoDescripcionReturn: FECredServiceSOAPTypes.IcodigoDescripcionReturn;
|
|
163
|
+
}
|
|
164
|
+
export interface IconsultarMontoObligadoRecepcionInput {
|
|
165
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
166
|
+
cuitConsultada: "minExclusive" | "maxInclusive";
|
|
167
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
168
|
+
fechaEmision: string;
|
|
169
|
+
}
|
|
170
|
+
export interface IconsultarMontoObligadoRecepcionOutput {
|
|
171
|
+
consultarMontoObligadoRecepcionReturn: FECredServiceSOAPTypes.IconsultarMontoObligadoRecepcionReturn;
|
|
172
|
+
}
|
|
173
|
+
export interface ImodificarOpcionTransferenciaInput {
|
|
174
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
175
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#OpcionTransferenciaSimpleType(SCA,ADC) */
|
|
176
|
+
opcionTransferencia: "SCA" | "ADC";
|
|
177
|
+
}
|
|
178
|
+
export interface ImodificarOpcionTransferenciaOutput {
|
|
179
|
+
operacionFECredReturn: FECredServiceSOAPTypes.IoperacionFECredReturn;
|
|
180
|
+
}
|
|
181
|
+
export interface IFECredServiceSOAPSoap extends Client {
|
|
182
|
+
dummy: (input: IdummyInput, cb: (err: any | null, result: IdummyOutput, raw: string, soapHeader: {
|
|
183
|
+
[k: string]: any;
|
|
184
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
185
|
+
consultarComprobantes: (input: IconsultarComprobantesInput, cb: (err: any | null, result: IconsultarComprobantesOutput, raw: string, soapHeader: {
|
|
186
|
+
[k: string]: any;
|
|
187
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
188
|
+
rechazarNotaDC: (input: IrechazarNotaDCInput, cb: (err: any | null, result: IrechazarNotaDCOutput, raw: string, soapHeader: {
|
|
189
|
+
[k: string]: any;
|
|
190
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
191
|
+
consultarCtasCtes: (input: IconsultarCtasCtesInput, cb: (err: any | null, result: IconsultarCtasCtesOutput, raw: string, soapHeader: {
|
|
192
|
+
[k: string]: any;
|
|
193
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
194
|
+
consultarCtaCte: (input: IconsultarCtaCteInput, cb: (err: any | null, result: IconsultarCtaCteOutput, raw: string, soapHeader: {
|
|
195
|
+
[k: string]: any;
|
|
196
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
197
|
+
informarCancelacionTotalFECred: (input: IinformarCancelacionTotalFECredInput, cb: (err: any | null, result: IinformarCancelacionTotalFECredOutput, raw: string, soapHeader: {
|
|
198
|
+
[k: string]: any;
|
|
199
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
200
|
+
aceptarFECred: (input: IaceptarFECredInput, cb: (err: any | null, result: IaceptarFECredOutput, raw: string, soapHeader: {
|
|
201
|
+
[k: string]: any;
|
|
202
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
203
|
+
rechazarFECred: (input: IrechazarFECredInput, cb: (err: any | null, result: IrechazarFECredOutput, raw: string, soapHeader: {
|
|
204
|
+
[k: string]: any;
|
|
205
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
206
|
+
informarFacturaAgtDptoCltv: (input: IinformarFacturaAgtDptoCltvInput, cb: (err: any | null, result: IinformarFacturaAgtDptoCltvOutput, raw: string, soapHeader: {
|
|
207
|
+
[k: string]: any;
|
|
208
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
209
|
+
consultarFacturasAgtDptoCltv: (input: IconsultarFacturasAgtDptoCltvInput, cb: (err: any | null, result: IconsultarFacturasAgtDptoCltvOutput, raw: string, soapHeader: {
|
|
210
|
+
[k: string]: any;
|
|
211
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
212
|
+
consultarCuentasEnAgtDptoCltv: (input: IconsultarCuentasEnAgtDptoCltvInput, cb: (err: any | null, result: IconsultarCuentasEnAgtDptoCltvOutput, raw: string, soapHeader: {
|
|
213
|
+
[k: string]: any;
|
|
214
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
215
|
+
consultarObligadoRecepcion: (input: IconsultarObligadoRecepcionInput, cb: (err: any | null, result: IconsultarObligadoRecepcionOutput, raw: string, soapHeader: {
|
|
216
|
+
[k: string]: any;
|
|
217
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
218
|
+
consultarTiposRetenciones: (input: IconsultarTiposRetencionesInput, cb: (err: any | null, result: IconsultarTiposRetencionesOutput, raw: string, soapHeader: {
|
|
219
|
+
[k: string]: any;
|
|
220
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
221
|
+
consultarTiposMotivosRechazo: (input: IconsultarTiposMotivosRechazoInput, cb: (err: any | null, result: IconsultarTiposMotivosRechazoOutput, raw: string, soapHeader: {
|
|
222
|
+
[k: string]: any;
|
|
223
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
224
|
+
consultarTiposFormasCancelacion: (input: IconsultarTiposFormasCancelacionInput, cb: (err: any | null, result: IconsultarTiposFormasCancelacionOutput, raw: string, soapHeader: {
|
|
225
|
+
[k: string]: any;
|
|
226
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
227
|
+
obtenerRemitos: (input: IobtenerRemitosInput, cb: (err: any | null, result: IobtenerRemitosOutput, raw: string, soapHeader: {
|
|
228
|
+
[k: string]: any;
|
|
229
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
230
|
+
consultarHistorialEstadosComprobante: (input: IconsultarHistorialEstadosComprobanteInput, cb: (err: any | null, result: IconsultarHistorialEstadosComprobanteOutput, raw: string, soapHeader: {
|
|
231
|
+
[k: string]: any;
|
|
232
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
233
|
+
consultarHistorialEstadosCtaCte: (input: IconsultarHistorialEstadosCtaCteInput, cb: (err: any | null, result: IconsultarHistorialEstadosCtaCteOutput, raw: string, soapHeader: {
|
|
234
|
+
[k: string]: any;
|
|
235
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
236
|
+
consultarTiposAjustesOperacion: (input: IconsultarTiposAjustesOperacionInput, cb: (err: any | null, result: IconsultarTiposAjustesOperacionOutput, raw: string, soapHeader: {
|
|
237
|
+
[k: string]: any;
|
|
238
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
239
|
+
consultarMontoObligadoRecepcion: (input: IconsultarMontoObligadoRecepcionInput, cb: (err: any | null, result: IconsultarMontoObligadoRecepcionOutput, raw: string, soapHeader: {
|
|
240
|
+
[k: string]: any;
|
|
241
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
242
|
+
modificarOpcionTransferencia: (input: ImodificarOpcionTransferenciaInput, cb: (err: any | null, result: ImodificarOpcionTransferenciaOutput, raw: string, soapHeader: {
|
|
243
|
+
[k: string]: any;
|
|
244
|
+
}) => any, options?: any, extraHeaders?: any) => void;
|
|
245
|
+
dummyAsync: (input: IdummyInput) => Promise<[IdummyOutput, string, {
|
|
246
|
+
[k: string]: any;
|
|
247
|
+
}, any]>;
|
|
248
|
+
consultarComprobantesAsync: (input: IconsultarComprobantesInput) => Promise<[IconsultarComprobantesOutput, string, {
|
|
249
|
+
[k: string]: any;
|
|
250
|
+
}, any]>;
|
|
251
|
+
rechazarNotaDCAsync: (input: IrechazarNotaDCInput) => Promise<[IrechazarNotaDCOutput, string, {
|
|
252
|
+
[k: string]: any;
|
|
253
|
+
}, any]>;
|
|
254
|
+
consultarCtasCtesAsync: (input: IconsultarCtasCtesInput) => Promise<[IconsultarCtasCtesOutput, string, {
|
|
255
|
+
[k: string]: any;
|
|
256
|
+
}, any]>;
|
|
257
|
+
consultarCtaCteAsync: (input: IconsultarCtaCteInput) => Promise<[IconsultarCtaCteOutput, string, {
|
|
258
|
+
[k: string]: any;
|
|
259
|
+
}, any]>;
|
|
260
|
+
informarCancelacionTotalFECredAsync: (input: IinformarCancelacionTotalFECredInput) => Promise<[IinformarCancelacionTotalFECredOutput, string, {
|
|
261
|
+
[k: string]: any;
|
|
262
|
+
}, any]>;
|
|
263
|
+
aceptarFECredAsync: (input: IaceptarFECredInput) => Promise<[IaceptarFECredOutput, string, {
|
|
264
|
+
[k: string]: any;
|
|
265
|
+
}, any]>;
|
|
266
|
+
rechazarFECredAsync: (input: IrechazarFECredInput) => Promise<[IrechazarFECredOutput, string, {
|
|
267
|
+
[k: string]: any;
|
|
268
|
+
}, any]>;
|
|
269
|
+
informarFacturaAgtDptoCltvAsync: (input: IinformarFacturaAgtDptoCltvInput) => Promise<[IinformarFacturaAgtDptoCltvOutput, string, {
|
|
270
|
+
[k: string]: any;
|
|
271
|
+
}, any]>;
|
|
272
|
+
consultarFacturasAgtDptoCltvAsync: (input: IconsultarFacturasAgtDptoCltvInput) => Promise<[IconsultarFacturasAgtDptoCltvOutput, string, {
|
|
273
|
+
[k: string]: any;
|
|
274
|
+
}, any]>;
|
|
275
|
+
consultarCuentasEnAgtDptoCltvAsync: (input: IconsultarCuentasEnAgtDptoCltvInput) => Promise<[IconsultarCuentasEnAgtDptoCltvOutput, string, {
|
|
276
|
+
[k: string]: any;
|
|
277
|
+
}, any]>;
|
|
278
|
+
consultarObligadoRecepcionAsync: (input: IconsultarObligadoRecepcionInput) => Promise<[IconsultarObligadoRecepcionOutput, string, {
|
|
279
|
+
[k: string]: any;
|
|
280
|
+
}, any]>;
|
|
281
|
+
consultarTiposRetencionesAsync: (input: IconsultarTiposRetencionesInput) => Promise<[IconsultarTiposRetencionesOutput, string, {
|
|
282
|
+
[k: string]: any;
|
|
283
|
+
}, any]>;
|
|
284
|
+
consultarTiposMotivosRechazoAsync: (input: IconsultarTiposMotivosRechazoInput) => Promise<[IconsultarTiposMotivosRechazoOutput, string, {
|
|
285
|
+
[k: string]: any;
|
|
286
|
+
}, any]>;
|
|
287
|
+
consultarTiposFormasCancelacionAsync: (input: IconsultarTiposFormasCancelacionInput) => Promise<[IconsultarTiposFormasCancelacionOutput, string, {
|
|
288
|
+
[k: string]: any;
|
|
289
|
+
}, any]>;
|
|
290
|
+
obtenerRemitosAsync: (input: IobtenerRemitosInput) => Promise<[IobtenerRemitosOutput, string, {
|
|
291
|
+
[k: string]: any;
|
|
292
|
+
}, any]>;
|
|
293
|
+
consultarHistorialEstadosComprobanteAsync: (input: IconsultarHistorialEstadosComprobanteInput) => Promise<[IconsultarHistorialEstadosComprobanteOutput, string, {
|
|
294
|
+
[k: string]: any;
|
|
295
|
+
}, any]>;
|
|
296
|
+
consultarHistorialEstadosCtaCteAsync: (input: IconsultarHistorialEstadosCtaCteInput) => Promise<[IconsultarHistorialEstadosCtaCteOutput, string, {
|
|
297
|
+
[k: string]: any;
|
|
298
|
+
}, any]>;
|
|
299
|
+
consultarTiposAjustesOperacionAsync: (input: IconsultarTiposAjustesOperacionInput) => Promise<[IconsultarTiposAjustesOperacionOutput, string, {
|
|
300
|
+
[k: string]: any;
|
|
301
|
+
}, any]>;
|
|
302
|
+
consultarMontoObligadoRecepcionAsync: (input: IconsultarMontoObligadoRecepcionInput) => Promise<[IconsultarMontoObligadoRecepcionOutput, string, {
|
|
303
|
+
[k: string]: any;
|
|
304
|
+
}, any]>;
|
|
305
|
+
modificarOpcionTransferenciaAsync: (input: ImodificarOpcionTransferenciaInput) => Promise<[ImodificarOpcionTransferenciaOutput, string, {
|
|
306
|
+
[k: string]: any;
|
|
307
|
+
}, any]>;
|
|
308
|
+
}
|
|
309
|
+
export declare namespace FECredServiceSOAPTypes {
|
|
310
|
+
interface IdummyReturn {
|
|
311
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
312
|
+
appserver: string;
|
|
313
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
314
|
+
authserver: string;
|
|
315
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
316
|
+
dbserver: string;
|
|
317
|
+
}
|
|
318
|
+
interface IauthRequest {
|
|
319
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
320
|
+
token: string;
|
|
321
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
322
|
+
sign: string;
|
|
323
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
324
|
+
cuitRepresentada: "minExclusive" | "maxInclusive";
|
|
325
|
+
}
|
|
326
|
+
interface Ifecha {
|
|
327
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#TipoFechaSimpleType(Emision,PuestaDispo,VenPago,VenAcep,Acep,InfoAgDptoCltv) */
|
|
328
|
+
tipo: "Emision" | "PuestaDispo" | "VenPago" | "VenAcep" | "Acep" | "InfoAgDptoCltv";
|
|
329
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
330
|
+
desde: string;
|
|
331
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
332
|
+
hasta: string;
|
|
333
|
+
}
|
|
334
|
+
interface IidComprobanteAsociado {
|
|
335
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
336
|
+
CUITEmisor: "minExclusive" | "maxInclusive";
|
|
337
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
338
|
+
codTipoCmp: number;
|
|
339
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PuntoVentaSimpleType(minInclusive,maxInclusive) */
|
|
340
|
+
ptoVta: "minInclusive" | "maxInclusive";
|
|
341
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#NumeroComprobanteSimpleType(minInclusive,maxInclusive) */
|
|
342
|
+
nroCmp: "minInclusive" | "maxInclusive";
|
|
343
|
+
}
|
|
344
|
+
interface IreferenciasComerciales {
|
|
345
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
346
|
+
texto: string;
|
|
347
|
+
}
|
|
348
|
+
interface IsubtotalIVA {
|
|
349
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
350
|
+
codigo: number;
|
|
351
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
352
|
+
baseImponible: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
353
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
354
|
+
importe: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
355
|
+
}
|
|
356
|
+
interface IarraySubtotalesIVA {
|
|
357
|
+
subtotalIVA: FECredServiceSOAPTypes.IsubtotalIVA[];
|
|
358
|
+
}
|
|
359
|
+
interface IotroTributo {
|
|
360
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
361
|
+
codigo: number;
|
|
362
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
363
|
+
detalle: string;
|
|
364
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
365
|
+
baseImponible: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
366
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
367
|
+
importe: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
368
|
+
}
|
|
369
|
+
interface IarrayOtrosTributos {
|
|
370
|
+
otroTributo: FECredServiceSOAPTypes.IotroTributo[];
|
|
371
|
+
}
|
|
372
|
+
interface Iitem {
|
|
373
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
374
|
+
orden: number;
|
|
375
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
376
|
+
unidadesMtx: number;
|
|
377
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
378
|
+
codigoMtx: string;
|
|
379
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
380
|
+
codigo: string;
|
|
381
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
382
|
+
descripcion: string;
|
|
383
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
384
|
+
codNomMercosur: string;
|
|
385
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#DecimalSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
386
|
+
cantidad: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
387
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
388
|
+
codigoUnidadMedida: number;
|
|
389
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
390
|
+
precioUnitario: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
391
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
392
|
+
importeBonificacion: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
393
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
394
|
+
codigoCondicionIVA: number;
|
|
395
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
396
|
+
importeIVA: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
397
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
398
|
+
importeItem: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
399
|
+
}
|
|
400
|
+
interface IarrayItems {
|
|
401
|
+
item: FECredServiceSOAPTypes.Iitem[];
|
|
402
|
+
}
|
|
403
|
+
interface Iestado {
|
|
404
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#EstadoCmpSimpleType(PendienteRecepcion,Recepcionado,Aceptado,Rechazado,InformadaAgDpto) */
|
|
405
|
+
estado: "PendienteRecepcion" | "Recepcionado" | "Aceptado" | "Rechazado" | "InformadaAgDpto";
|
|
406
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
407
|
+
fechaHoraEstado: string;
|
|
408
|
+
}
|
|
409
|
+
interface ImotivoRechazo {
|
|
410
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
411
|
+
codMotivo: number;
|
|
412
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
413
|
+
descMotivo: string;
|
|
414
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
415
|
+
justificacion: string;
|
|
416
|
+
}
|
|
417
|
+
interface IarrayMotivosRechazo {
|
|
418
|
+
motivoRechazo: FECredServiceSOAPTypes.ImotivoRechazo[];
|
|
419
|
+
}
|
|
420
|
+
interface IctaAgente {
|
|
421
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
422
|
+
cuitAgente: "minExclusive" | "maxInclusive";
|
|
423
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
424
|
+
razonSocialAgente: string;
|
|
425
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#IdCuentaAgenteSimpleType(minLength,maxLength) */
|
|
426
|
+
idCuenta: string;
|
|
427
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
428
|
+
denominacion: string;
|
|
429
|
+
}
|
|
430
|
+
interface IinfoAgtDptoCltv {
|
|
431
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
432
|
+
fechaInfo: string;
|
|
433
|
+
ctaAgente: FECredServiceSOAPTypes.IctaAgente;
|
|
434
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
435
|
+
recibida: "S" | "N";
|
|
436
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
437
|
+
fechaLectura: string;
|
|
438
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
439
|
+
fechaRecep: string;
|
|
440
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
441
|
+
aceptada: "S" | "N";
|
|
442
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
443
|
+
motivoRechazo: string;
|
|
444
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
445
|
+
idPagoAgtDptoCltv: string;
|
|
446
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CBUSimpleType(length) */
|
|
447
|
+
CBUAgtDptoCltv: string;
|
|
448
|
+
}
|
|
449
|
+
interface IinfoSCA {
|
|
450
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
451
|
+
fechaAceptacionFactura: string;
|
|
452
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
453
|
+
informaCBUReceptor: "S" | "N";
|
|
454
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CBUSimpleType(length) */
|
|
455
|
+
CBUReceptor: string;
|
|
456
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
457
|
+
CBUValidada: "S" | "N";
|
|
458
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
459
|
+
fechaLecturaSCA: string;
|
|
460
|
+
}
|
|
461
|
+
interface IinfoTransferencia {
|
|
462
|
+
infoAgtDptoCltv: FECredServiceSOAPTypes.IinfoAgtDptoCltv;
|
|
463
|
+
infoSCA: FECredServiceSOAPTypes.IinfoSCA;
|
|
464
|
+
}
|
|
465
|
+
interface Icomprobante {
|
|
466
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
467
|
+
cuitEmisor: "minExclusive" | "maxInclusive";
|
|
468
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
469
|
+
razonSocialEmi: string;
|
|
470
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
471
|
+
codTipoCmp: number;
|
|
472
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PuntoVentaSimpleType(minInclusive,maxInclusive) */
|
|
473
|
+
ptovta: "minInclusive" | "maxInclusive";
|
|
474
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#NumeroComprobanteSimpleType(minInclusive,maxInclusive) */
|
|
475
|
+
nroCmp: "minInclusive" | "maxInclusive";
|
|
476
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
477
|
+
cuitReceptor: "minExclusive" | "maxInclusive";
|
|
478
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
479
|
+
razonSocialRecep: string;
|
|
480
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#TipoCodAutorizacionType(A,E) */
|
|
481
|
+
tipoCodAuto: "A" | "E";
|
|
482
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
483
|
+
codAutorizacion: number;
|
|
484
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
485
|
+
fechaEmision: string;
|
|
486
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
487
|
+
fechaPuestaDispo: string;
|
|
488
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
489
|
+
fechaVenPago: string;
|
|
490
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
491
|
+
fechaVenAcep: string;
|
|
492
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
493
|
+
importeTotal: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
494
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
495
|
+
codMoneda: string;
|
|
496
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
497
|
+
cotizacionMoneda: number;
|
|
498
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CBUSimpleType(length) */
|
|
499
|
+
CBUEmisor: string;
|
|
500
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
501
|
+
AliasEmisor: string;
|
|
502
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
503
|
+
esAnulacion: "S" | "N";
|
|
504
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
505
|
+
esPostAceptacion: "S" | "N";
|
|
506
|
+
idComprobanteAsociado: FECredServiceSOAPTypes.IidComprobanteAsociado;
|
|
507
|
+
referenciasComerciales: FECredServiceSOAPTypes.IreferenciasComerciales;
|
|
508
|
+
arraySubtotalesIVA: FECredServiceSOAPTypes.IarraySubtotalesIVA;
|
|
509
|
+
arrayOtrosTributos: FECredServiceSOAPTypes.IarrayOtrosTributos;
|
|
510
|
+
arrayItems: FECredServiceSOAPTypes.IarrayItems;
|
|
511
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
512
|
+
datosGenerales: string;
|
|
513
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
514
|
+
datosComerciales: string;
|
|
515
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
516
|
+
leyendaComercial: string;
|
|
517
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
518
|
+
codCtaCte: number;
|
|
519
|
+
estado: FECredServiceSOAPTypes.Iestado;
|
|
520
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#TipoAceptacionSimpleType(Tacita,Expresa) */
|
|
521
|
+
tipoAcep: "Tacita" | "Expresa";
|
|
522
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
523
|
+
fechaHoraAcep: string;
|
|
524
|
+
arrayMotivosRechazo: FECredServiceSOAPTypes.IarrayMotivosRechazo;
|
|
525
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#OpcionTransferenciaSimpleType(SCA,ADC) */
|
|
526
|
+
opcionTransferencia: "SCA" | "ADC";
|
|
527
|
+
infoTransferencia: FECredServiceSOAPTypes.IinfoTransferencia;
|
|
528
|
+
}
|
|
529
|
+
interface IarrayComprobantes {
|
|
530
|
+
comprobante: FECredServiceSOAPTypes.Icomprobante[];
|
|
531
|
+
}
|
|
532
|
+
interface Ievento {
|
|
533
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
534
|
+
codigo: number;
|
|
535
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
536
|
+
descripcion: string;
|
|
537
|
+
}
|
|
538
|
+
interface IcodigoDescripcion {
|
|
539
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
540
|
+
codigo: number;
|
|
541
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
542
|
+
descripcion: string;
|
|
543
|
+
}
|
|
544
|
+
interface IarrayObservaciones {
|
|
545
|
+
codigoDescripcion: FECredServiceSOAPTypes.IcodigoDescripcion[];
|
|
546
|
+
}
|
|
547
|
+
interface IarrayErrores {
|
|
548
|
+
codigoDescripcion: FECredServiceSOAPTypes.IcodigoDescripcion[];
|
|
549
|
+
}
|
|
550
|
+
interface IcodigoDescripcionString {
|
|
551
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
552
|
+
codigo: string;
|
|
553
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
554
|
+
descripcion: string;
|
|
555
|
+
}
|
|
556
|
+
interface IarrayErroresFormato {
|
|
557
|
+
codigoDescripcionString: FECredServiceSOAPTypes.IcodigoDescripcionString[];
|
|
558
|
+
}
|
|
559
|
+
interface IconsultarCmpReturn {
|
|
560
|
+
arrayComprobantes: FECredServiceSOAPTypes.IarrayComprobantes;
|
|
561
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
562
|
+
nroPagina: number;
|
|
563
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
564
|
+
hayMas: "S" | "N";
|
|
565
|
+
evento: FECredServiceSOAPTypes.Ievento;
|
|
566
|
+
arrayObservaciones: FECredServiceSOAPTypes.IarrayObservaciones;
|
|
567
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
568
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
569
|
+
}
|
|
570
|
+
interface IidComprobante {
|
|
571
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
572
|
+
CUITEmisor: "minExclusive" | "maxInclusive";
|
|
573
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
574
|
+
codTipoCmp: number;
|
|
575
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PuntoVentaSimpleType(minInclusive,maxInclusive) */
|
|
576
|
+
ptoVta: "minInclusive" | "maxInclusive";
|
|
577
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#NumeroComprobanteSimpleType(minInclusive,maxInclusive) */
|
|
578
|
+
nroCmp: "minInclusive" | "maxInclusive";
|
|
579
|
+
}
|
|
580
|
+
interface IrechazarNotaDCReturn {
|
|
581
|
+
idComprobante: FECredServiceSOAPTypes.IidComprobante;
|
|
582
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ResultadoSimpleType(A,O,R) */
|
|
583
|
+
resultado: "A" | "O" | "R";
|
|
584
|
+
evento: FECredServiceSOAPTypes.Ievento;
|
|
585
|
+
arrayObservaciones: FECredServiceSOAPTypes.IarrayObservaciones;
|
|
586
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
587
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
588
|
+
}
|
|
589
|
+
interface IestadoCtaCte {
|
|
590
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#EstadoCtaCteSimpleType(Modificable,Aceptada,Rechazada,CanceladaTotal,InformadaAgDpto) */
|
|
591
|
+
estado: "Modificable" | "Aceptada" | "Rechazada" | "CanceladaTotal" | "InformadaAgDpto";
|
|
592
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
593
|
+
fechaHoraEstado: string;
|
|
594
|
+
}
|
|
595
|
+
interface IidFacturaCredito {
|
|
596
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
597
|
+
CUITEmisor: "minExclusive" | "maxInclusive";
|
|
598
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
599
|
+
codTipoCmp: number;
|
|
600
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PuntoVentaSimpleType(minInclusive,maxInclusive) */
|
|
601
|
+
ptoVta: "minInclusive" | "maxInclusive";
|
|
602
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#NumeroComprobanteSimpleType(minInclusive,maxInclusive) */
|
|
603
|
+
nroCmp: "minInclusive" | "maxInclusive";
|
|
604
|
+
}
|
|
605
|
+
interface IinfoCtaCte {
|
|
606
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
607
|
+
codCtaCte: number;
|
|
608
|
+
estadoCtaCte: FECredServiceSOAPTypes.IestadoCtaCte;
|
|
609
|
+
idFacturaCredito: FECredServiceSOAPTypes.IidFacturaCredito;
|
|
610
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
611
|
+
importeTotalFC: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
612
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
613
|
+
saldo: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
614
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
615
|
+
saldoAceptado: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
616
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
617
|
+
codMoneda: string;
|
|
618
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#OpcionTransferenciaSimpleType(SCA,ADC) */
|
|
619
|
+
opcionTransferencia: "SCA" | "ADC";
|
|
620
|
+
}
|
|
621
|
+
interface IarrayInfosCtaCte {
|
|
622
|
+
infoCtaCte: FECredServiceSOAPTypes.IinfoCtaCte[];
|
|
623
|
+
}
|
|
624
|
+
interface IconsultarCtasCtesReturn {
|
|
625
|
+
arrayInfosCtaCte: FECredServiceSOAPTypes.IarrayInfosCtaCte;
|
|
626
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
627
|
+
nroPagina: number;
|
|
628
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
629
|
+
hayMas: "S" | "N";
|
|
630
|
+
evento: FECredServiceSOAPTypes.Ievento;
|
|
631
|
+
arrayObservaciones: FECredServiceSOAPTypes.IarrayObservaciones;
|
|
632
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
633
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
634
|
+
}
|
|
635
|
+
interface IidFactura {
|
|
636
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
637
|
+
CUITEmisor: "minExclusive" | "maxInclusive";
|
|
638
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
639
|
+
codTipoCmp: number;
|
|
640
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PuntoVentaSimpleType(minInclusive,maxInclusive) */
|
|
641
|
+
ptoVta: "minInclusive" | "maxInclusive";
|
|
642
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#NumeroComprobanteSimpleType(minInclusive,maxInclusive) */
|
|
643
|
+
nroCmp: "minInclusive" | "maxInclusive";
|
|
644
|
+
}
|
|
645
|
+
interface IidCtaCte {
|
|
646
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
647
|
+
codCtaCte: number;
|
|
648
|
+
idFactura: FECredServiceSOAPTypes.IidFactura;
|
|
649
|
+
}
|
|
650
|
+
interface Ifactura {
|
|
651
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
652
|
+
cuitEmisor: "minExclusive" | "maxInclusive";
|
|
653
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
654
|
+
razonSocialEmi: string;
|
|
655
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
656
|
+
codTipoCmp: number;
|
|
657
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PuntoVentaSimpleType(minInclusive,maxInclusive) */
|
|
658
|
+
ptovta: "minInclusive" | "maxInclusive";
|
|
659
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#NumeroComprobanteSimpleType(minInclusive,maxInclusive) */
|
|
660
|
+
nroCmp: "minInclusive" | "maxInclusive";
|
|
661
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
662
|
+
cuitReceptor: "minExclusive" | "maxInclusive";
|
|
663
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
664
|
+
razonSocialRecep: string;
|
|
665
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#TipoCodAutorizacionType(A,E) */
|
|
666
|
+
tipoCodAuto: "A" | "E";
|
|
667
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
668
|
+
codAutorizacion: number;
|
|
669
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
670
|
+
fechaEmision: string;
|
|
671
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
672
|
+
fechaPuestaDispo: string;
|
|
673
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
674
|
+
fechaVenPago: string;
|
|
675
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
676
|
+
fechaVenAcep: string;
|
|
677
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
678
|
+
importeTotal: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
679
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
680
|
+
codMoneda: string;
|
|
681
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
682
|
+
cotizacionMoneda: number;
|
|
683
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CBUSimpleType(length) */
|
|
684
|
+
CBUEmisor: string;
|
|
685
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
686
|
+
AliasEmisor: string;
|
|
687
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
688
|
+
esAnulacion: "S" | "N";
|
|
689
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
690
|
+
esPostAceptacion: "S" | "N";
|
|
691
|
+
idComprobanteAsociado: FECredServiceSOAPTypes.IidComprobanteAsociado;
|
|
692
|
+
referenciasComerciales: FECredServiceSOAPTypes.IreferenciasComerciales;
|
|
693
|
+
arraySubtotalesIVA: FECredServiceSOAPTypes.IarraySubtotalesIVA;
|
|
694
|
+
arrayOtrosTributos: FECredServiceSOAPTypes.IarrayOtrosTributos;
|
|
695
|
+
arrayItems: FECredServiceSOAPTypes.IarrayItems;
|
|
696
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
697
|
+
datosGenerales: string;
|
|
698
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
699
|
+
datosComerciales: string;
|
|
700
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
701
|
+
leyendaComercial: string;
|
|
702
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
703
|
+
codCtaCte: number;
|
|
704
|
+
estado: FECredServiceSOAPTypes.Iestado;
|
|
705
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#TipoAceptacionSimpleType(Tacita,Expresa) */
|
|
706
|
+
tipoAcep: "Tacita" | "Expresa";
|
|
707
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
708
|
+
fechaHoraAcep: string;
|
|
709
|
+
arrayMotivosRechazo: FECredServiceSOAPTypes.IarrayMotivosRechazo;
|
|
710
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#OpcionTransferenciaSimpleType(SCA,ADC) */
|
|
711
|
+
opcionTransferencia: "SCA" | "ADC";
|
|
712
|
+
infoTransferencia: FECredServiceSOAPTypes.IinfoTransferencia;
|
|
713
|
+
}
|
|
714
|
+
interface IarrayNotasDCAsociadas {
|
|
715
|
+
comprobante: FECredServiceSOAPTypes.Icomprobante[];
|
|
716
|
+
}
|
|
717
|
+
interface IarrayFormasCancelacion {
|
|
718
|
+
codigoDescripcion: FECredServiceSOAPTypes.IcodigoDescripcion[];
|
|
719
|
+
}
|
|
720
|
+
interface Iretencion {
|
|
721
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
722
|
+
codTipo: number;
|
|
723
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
724
|
+
importe: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
725
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PorcentajeSimpleType(maxInclusive,minInclusive) */
|
|
726
|
+
porcentaje: "maxInclusive" | "minInclusive";
|
|
727
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
728
|
+
descMotivo: string;
|
|
729
|
+
}
|
|
730
|
+
interface IarrayRetenciones {
|
|
731
|
+
retencion: FECredServiceSOAPTypes.Iretencion[];
|
|
732
|
+
}
|
|
733
|
+
interface Iajuste {
|
|
734
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
735
|
+
codigo: number;
|
|
736
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
737
|
+
importe: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
738
|
+
}
|
|
739
|
+
interface IarrayAjustesOperacion {
|
|
740
|
+
ajuste: FECredServiceSOAPTypes.Iajuste[];
|
|
741
|
+
}
|
|
742
|
+
interface IctaCte {
|
|
743
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
744
|
+
codCtaCte: number;
|
|
745
|
+
estadoCtaCte: FECredServiceSOAPTypes.IestadoCtaCte;
|
|
746
|
+
factura: FECredServiceSOAPTypes.Ifactura;
|
|
747
|
+
arrayNotasDCAsociadas: FECredServiceSOAPTypes.IarrayNotasDCAsociadas;
|
|
748
|
+
arrayFormasCancelacion: FECredServiceSOAPTypes.IarrayFormasCancelacion;
|
|
749
|
+
arrayRetenciones: FECredServiceSOAPTypes.IarrayRetenciones;
|
|
750
|
+
arrayAjustesOperacion: FECredServiceSOAPTypes.IarrayAjustesOperacion;
|
|
751
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
752
|
+
importeInicial: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
753
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
754
|
+
importeTotalNotasDC: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
755
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
756
|
+
importeCancelado: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
757
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
758
|
+
importeTotalRetPesos: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
759
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
760
|
+
importeEmbargoPesos: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
761
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
762
|
+
saldoAceptado: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
763
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
764
|
+
saldo: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
765
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
766
|
+
codMoneda: string;
|
|
767
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
768
|
+
cotizacionMonedaUlt: number;
|
|
769
|
+
}
|
|
770
|
+
interface IconsultarCtaCteReturn {
|
|
771
|
+
ctaCte: FECredServiceSOAPTypes.IctaCte;
|
|
772
|
+
evento: FECredServiceSOAPTypes.Ievento;
|
|
773
|
+
arrayObservaciones: FECredServiceSOAPTypes.IarrayObservaciones;
|
|
774
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
775
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
776
|
+
}
|
|
777
|
+
interface IoperacionFECredReturn {
|
|
778
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ResultadoSimpleType(A,O,R) */
|
|
779
|
+
resultado: "A" | "O" | "R";
|
|
780
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
781
|
+
evento: FECredServiceSOAPTypes.Ievento;
|
|
782
|
+
arrayObservaciones: FECredServiceSOAPTypes.IarrayObservaciones;
|
|
783
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
784
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
785
|
+
}
|
|
786
|
+
interface IidNota {
|
|
787
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
788
|
+
CUITEmisor: "minExclusive" | "maxInclusive";
|
|
789
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
790
|
+
codTipoCmp: number;
|
|
791
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PuntoVentaSimpleType(minInclusive,maxInclusive) */
|
|
792
|
+
ptoVta: "minInclusive" | "maxInclusive";
|
|
793
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#NumeroComprobanteSimpleType(minInclusive,maxInclusive) */
|
|
794
|
+
nroCmp: "minInclusive" | "maxInclusive";
|
|
795
|
+
}
|
|
796
|
+
interface IconfirmarNota {
|
|
797
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
798
|
+
acepta: "S" | "N";
|
|
799
|
+
idNota: FECredServiceSOAPTypes.IidNota;
|
|
800
|
+
}
|
|
801
|
+
interface IarrayConfirmarNotasDC {
|
|
802
|
+
confirmarNota: FECredServiceSOAPTypes.IconfirmarNota[];
|
|
803
|
+
}
|
|
804
|
+
interface IfiltroFecha {
|
|
805
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#TipoFechaSimpleType(Emision,PuestaDispo,VenPago,VenAcep,Acep,InfoAgDptoCltv) */
|
|
806
|
+
tipo: "Emision" | "PuestaDispo" | "VenPago" | "VenAcep" | "Acep" | "InfoAgDptoCltv";
|
|
807
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
808
|
+
desde: string;
|
|
809
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
810
|
+
hasta: string;
|
|
811
|
+
}
|
|
812
|
+
interface IfacturaInformada {
|
|
813
|
+
idFactura: FECredServiceSOAPTypes.IidFactura;
|
|
814
|
+
infoAgtDptoCltv: FECredServiceSOAPTypes.IinfoAgtDptoCltv;
|
|
815
|
+
}
|
|
816
|
+
interface IarrayFacturasAgtDptoCltv {
|
|
817
|
+
facturaInformada: FECredServiceSOAPTypes.IfacturaInformada[];
|
|
818
|
+
}
|
|
819
|
+
interface IconsultarFacturasAgtDptoCltvReturn {
|
|
820
|
+
arrayFacturasAgtDptoCltv: FECredServiceSOAPTypes.IarrayFacturasAgtDptoCltv;
|
|
821
|
+
evento: FECredServiceSOAPTypes.Ievento;
|
|
822
|
+
arrayObservaciones: FECredServiceSOAPTypes.IarrayObservaciones;
|
|
823
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
824
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
825
|
+
}
|
|
826
|
+
interface IcuentaEnAgente {
|
|
827
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
828
|
+
cuitAgente: "minExclusive" | "maxInclusive";
|
|
829
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
830
|
+
razonSocialAgente: string;
|
|
831
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#IdCuentaAgenteSimpleType(minLength,maxLength) */
|
|
832
|
+
idCuenta: string;
|
|
833
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#Texto250SimpleType(minLength,maxLength) */
|
|
834
|
+
denominacion: string;
|
|
835
|
+
}
|
|
836
|
+
interface IarrayCuentasEnAgente {
|
|
837
|
+
cuentaEnAgente: FECredServiceSOAPTypes.IcuentaEnAgente[];
|
|
838
|
+
}
|
|
839
|
+
interface IarrayObservacion {
|
|
840
|
+
codigoDescripcion: FECredServiceSOAPTypes.IcodigoDescripcion[];
|
|
841
|
+
}
|
|
842
|
+
interface IconsultarCuentasEnAgtDptoCltvReturn {
|
|
843
|
+
arrayCuentasEnAgente: FECredServiceSOAPTypes.IarrayCuentasEnAgente;
|
|
844
|
+
arrayObservacion: FECredServiceSOAPTypes.IarrayObservacion;
|
|
845
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
846
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
847
|
+
}
|
|
848
|
+
interface IconsultarObligadoRecepcionReturn {
|
|
849
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
850
|
+
respuesta: "S" | "N";
|
|
851
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
852
|
+
desde: string;
|
|
853
|
+
arrayObservacion: FECredServiceSOAPTypes.IarrayObservacion;
|
|
854
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
855
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
856
|
+
}
|
|
857
|
+
interface ItipoRetencion {
|
|
858
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
859
|
+
codigoJurisdiccion: number;
|
|
860
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd:string(undefined) */
|
|
861
|
+
descripcionJurisdiccion: string;
|
|
862
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PorcentajeSimpleType(maxInclusive,minInclusive) */
|
|
863
|
+
porcentajeRetencion: "maxInclusive" | "minInclusive";
|
|
864
|
+
}
|
|
865
|
+
interface IarrayTiposRetenciones {
|
|
866
|
+
tipoRetencion: FECredServiceSOAPTypes.ItipoRetencion[];
|
|
867
|
+
}
|
|
868
|
+
interface IconsultarTiposRetencionesReturn {
|
|
869
|
+
arrayTiposRetenciones: FECredServiceSOAPTypes.IarrayTiposRetenciones;
|
|
870
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
871
|
+
}
|
|
872
|
+
interface IarrayCodigoDescripcion {
|
|
873
|
+
codigoDescripcion: FECredServiceSOAPTypes.IcodigoDescripcion[];
|
|
874
|
+
}
|
|
875
|
+
interface IcodigoDescripcionReturn {
|
|
876
|
+
arrayCodigoDescripcion: FECredServiceSOAPTypes.IarrayCodigoDescripcion;
|
|
877
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
878
|
+
}
|
|
879
|
+
interface IidsComprobantes {
|
|
880
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#CuitSimpleType(minExclusive,maxInclusive) */
|
|
881
|
+
CUITEmisor: "minExclusive" | "maxInclusive";
|
|
882
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: number(undefined) */
|
|
883
|
+
codTipoCmp: number;
|
|
884
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#PuntoVentaSimpleType(minInclusive,maxInclusive) */
|
|
885
|
+
ptoVta: "minInclusive" | "maxInclusive";
|
|
886
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#NumeroComprobanteSimpleType(minInclusive,maxInclusive) */
|
|
887
|
+
nroCmp: "minInclusive" | "maxInclusive";
|
|
888
|
+
}
|
|
889
|
+
interface IarrayIdsRemitos {
|
|
890
|
+
idsComprobantes: FECredServiceSOAPTypes.IidsComprobantes[];
|
|
891
|
+
}
|
|
892
|
+
interface IobtenerRemitosReturn {
|
|
893
|
+
arrayIdsRemitos: FECredServiceSOAPTypes.IarrayIdsRemitos;
|
|
894
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
895
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
896
|
+
}
|
|
897
|
+
interface IconsultarHistorialEstadosComprobanteReturn {
|
|
898
|
+
idComprobante: FECredServiceSOAPTypes.IidComprobante;
|
|
899
|
+
arrayHistorialEstados: {
|
|
900
|
+
estadoHistorico: Array<{
|
|
901
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#EstadoCmpSimpleType(PendienteRecepcion,Recepcionado,Aceptado,Rechazado,InformadaAgDpto) */
|
|
902
|
+
estado: "PendienteRecepcion" | "Recepcionado" | "Aceptado" | "Rechazado" | "InformadaAgDpto";
|
|
903
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
904
|
+
fechaHoraEstado: string;
|
|
905
|
+
}>;
|
|
906
|
+
};
|
|
907
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
908
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
909
|
+
}
|
|
910
|
+
interface IconsultarHistorialEstadosCtaCteReturn {
|
|
911
|
+
idCtaCte: FECredServiceSOAPTypes.IidCtaCte;
|
|
912
|
+
arrayHistorialEstados: {
|
|
913
|
+
estadoHistorico: Array<{
|
|
914
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#EstadoCtaCteSimpleType(Modificable,Aceptada,Rechazada,CanceladaTotal,InformadaAgDpto) */
|
|
915
|
+
estado: "Modificable" | "Aceptada" | "Rechazada" | "CanceladaTotal" | "InformadaAgDpto";
|
|
916
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#xsd: string(undefined) */
|
|
917
|
+
fechaHoraEstado: string;
|
|
918
|
+
}>;
|
|
919
|
+
};
|
|
920
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
921
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
922
|
+
}
|
|
923
|
+
interface IconsultarMontoObligadoRecepcionReturn {
|
|
924
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#SiNoSimpleType(length,S,N) */
|
|
925
|
+
obligado: "S" | "N";
|
|
926
|
+
/** http://ar.gob.afip.wsfecred/FECredService/#ImporteSimpleType(minInclusive,maxInclusive,totalDigits,fractionDigits) */
|
|
927
|
+
montoDesde: "minInclusive" | "maxInclusive" | "totalDigits" | "fractionDigits";
|
|
928
|
+
arrayObservacion: FECredServiceSOAPTypes.IarrayObservacion;
|
|
929
|
+
arrayErrores: FECredServiceSOAPTypes.IarrayErrores;
|
|
930
|
+
arrayErroresFormato: FECredServiceSOAPTypes.IarrayErroresFormato;
|
|
931
|
+
}
|
|
932
|
+
}
|