@arcasdk/core 0.3.5 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (484) hide show
  1. package/lib/application/dto/electronic-billing.dto.d.ts +0 -5
  2. package/lib/application/dto/index.d.ts +0 -4
  3. package/lib/application/dto/index.js +0 -4
  4. package/lib/application/dto/index.js.map +1 -1
  5. package/lib/application/dto/register.dto.d.ts +0 -60
  6. package/lib/application/dto/register.dto.js +0 -5
  7. package/lib/application/dto/register.dto.js.map +1 -1
  8. package/lib/application/index.d.ts +0 -1
  9. package/lib/application/index.js +0 -1
  10. package/lib/application/index.js.map +1 -1
  11. package/lib/application/ports/authentication/authentication-repository.port.d.ts +0 -5
  12. package/lib/application/ports/authentication/index.d.ts +0 -4
  13. package/lib/application/ports/authentication/index.js +0 -4
  14. package/lib/application/ports/authentication/index.js.map +1 -1
  15. package/lib/application/ports/electronic-billing/electronic-billing-repository.port.d.ts +0 -6
  16. package/lib/application/ports/electronic-billing/index.d.ts +0 -4
  17. package/lib/application/ports/electronic-billing/index.js +0 -4
  18. package/lib/application/ports/electronic-billing/index.js.map +1 -1
  19. package/lib/application/ports/fecred/fecred-repository.port.d.ts +118 -0
  20. package/lib/application/ports/fecred/fecred-repository.port.js +3 -0
  21. package/lib/application/ports/fecred/fecred-repository.port.js.map +1 -0
  22. package/lib/application/ports/fecred/index.d.ts +1 -0
  23. package/lib/application/ports/fecred/index.js +18 -0
  24. package/lib/application/ports/fecred/index.js.map +1 -0
  25. package/lib/application/ports/fex/fex-repository.port.d.ts +116 -0
  26. package/lib/application/ports/fex/fex-repository.port.js +3 -0
  27. package/lib/application/ports/fex/fex-repository.port.js.map +1 -0
  28. package/lib/application/ports/fex/index.d.ts +1 -0
  29. package/lib/application/ports/fex/index.js +18 -0
  30. package/lib/application/ports/fex/index.js.map +1 -0
  31. package/lib/application/ports/generic/generic-repository.port.d.ts +3 -6
  32. package/lib/application/ports/index.d.ts +2 -4
  33. package/lib/application/ports/index.js +2 -4
  34. package/lib/application/ports/index.js.map +1 -1
  35. package/lib/application/ports/register/index.d.ts +0 -4
  36. package/lib/application/ports/register/index.js +0 -4
  37. package/lib/application/ports/register/index.js.map +1 -1
  38. package/lib/application/ports/register/register-repository.ports.d.ts +0 -4
  39. package/lib/application/services/electronic-billing.service.d.ts +0 -5
  40. package/lib/application/services/electronic-billing.service.js +0 -2
  41. package/lib/application/services/electronic-billing.service.js.map +1 -1
  42. package/lib/application/services/generic.service.d.ts +3 -6
  43. package/lib/application/services/generic.service.js +1 -1
  44. package/lib/application/services/generic.service.js.map +1 -1
  45. package/lib/application/services/index.d.ts +2 -4
  46. package/lib/application/services/index.js +2 -4
  47. package/lib/application/services/index.js.map +1 -1
  48. package/lib/application/services/register-inscription-proof.service.d.ts +0 -5
  49. package/lib/application/services/register-inscription-proof.service.js.map +1 -1
  50. package/lib/application/services/register-scope-five.service.d.ts +0 -5
  51. package/lib/application/services/register-scope-five.service.js.map +1 -1
  52. package/lib/application/services/register-scope-four.service.d.ts +0 -5
  53. package/lib/application/services/register-scope-four.service.js +0 -5
  54. package/lib/application/services/register-scope-four.service.js.map +1 -1
  55. package/lib/application/services/register-scope-ten.service.d.ts +0 -5
  56. package/lib/application/services/register-scope-ten.service.js.map +1 -1
  57. package/lib/application/services/register-scope-thirteen.service.d.ts +0 -5
  58. package/lib/application/services/register-scope-thirteen.service.js.map +1 -1
  59. package/lib/application/services/wsfecred.service.d.ts +46 -0
  60. package/lib/application/services/wsfecred.service.js +173 -0
  61. package/lib/application/services/wsfecred.service.js.map +1 -0
  62. package/lib/application/services/wsfex.service.d.ts +44 -0
  63. package/lib/application/services/wsfex.service.js +152 -0
  64. package/lib/application/services/wsfex.service.js.map +1 -0
  65. package/lib/application/types/auth.types.d.ts +0 -4
  66. package/lib/application/types/auth.types.js +0 -4
  67. package/lib/application/types/auth.types.js.map +1 -1
  68. package/lib/application/types/context.types.d.ts +13 -10
  69. package/lib/application/types/index.d.ts +0 -4
  70. package/lib/application/types/index.js +0 -4
  71. package/lib/application/types/index.js.map +1 -1
  72. package/lib/application/types/result.types.d.ts +0 -4
  73. package/lib/application/types/use-case-inputs.types.d.ts +0 -4
  74. package/lib/application/types/use-case-inputs.types.js +0 -4
  75. package/lib/application/types/use-case-inputs.types.js.map +1 -1
  76. package/lib/application/use-cases/authentication/get-auth-params.use-case.d.ts +0 -4
  77. package/lib/application/use-cases/authentication/get-auth-params.use-case.js.map +1 -1
  78. package/lib/application/use-cases/authentication/index.d.ts +0 -4
  79. package/lib/application/use-cases/authentication/index.js +0 -4
  80. package/lib/application/use-cases/authentication/index.js.map +1 -1
  81. package/lib/application/use-cases/authentication/login.use-case.d.ts +0 -5
  82. package/lib/application/use-cases/authentication/login.use-case.js.map +1 -1
  83. package/lib/application/use-cases/authentication/request-login.use-case.d.ts +0 -4
  84. package/lib/application/use-cases/authentication/request-login.use-case.js.map +1 -1
  85. package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js +0 -4
  86. package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js.map +1 -1
  87. package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js +0 -2
  88. package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js.map +1 -1
  89. package/lib/application/use-cases/index.d.ts +2 -0
  90. package/lib/application/use-cases/index.js +2 -0
  91. package/lib/application/use-cases/index.js.map +1 -1
  92. package/lib/application/use-cases/register/get-register-server-status.use-case.d.ts +0 -4
  93. package/lib/application/use-cases/register/get-register-server-status.use-case.js.map +1 -1
  94. package/lib/application/use-cases/register/get-tax-id-by-document.use-case.d.ts +0 -4
  95. package/lib/application/use-cases/register/get-tax-id-by-document.use-case.js.map +1 -1
  96. package/lib/application/use-cases/register/get-taxpayer-details.use-case.d.ts +0 -4
  97. package/lib/application/use-cases/register/get-taxpayer-details.use-case.js.map +1 -1
  98. package/lib/application/use-cases/register/get-taxpayers-details.use-case.d.ts +0 -4
  99. package/lib/application/use-cases/register/get-taxpayers-details.use-case.js.map +1 -1
  100. package/lib/application/use-cases/wsfecred/aceptar-fecred.use-case.d.ts +7 -0
  101. package/lib/application/use-cases/wsfecred/aceptar-fecred.use-case.js +24 -0
  102. package/lib/application/use-cases/wsfecred/aceptar-fecred.use-case.js.map +1 -0
  103. package/lib/application/use-cases/wsfecred/consultar-comprobantes.use-case.d.ts +7 -0
  104. package/lib/application/use-cases/wsfecred/consultar-comprobantes.use-case.js +24 -0
  105. package/lib/application/use-cases/wsfecred/consultar-comprobantes.use-case.js.map +1 -0
  106. package/lib/application/use-cases/wsfecred/consultar-cta-cte.use-case.d.ts +7 -0
  107. package/lib/application/use-cases/wsfecred/consultar-cta-cte.use-case.js +24 -0
  108. package/lib/application/use-cases/wsfecred/consultar-cta-cte.use-case.js.map +1 -0
  109. package/lib/application/use-cases/wsfecred/consultar-ctas-ctes.use-case.d.ts +7 -0
  110. package/lib/application/use-cases/wsfecred/consultar-ctas-ctes.use-case.js +24 -0
  111. package/lib/application/use-cases/wsfecred/consultar-ctas-ctes.use-case.js.map +1 -0
  112. package/lib/application/use-cases/wsfecred/consultar-cuentas-en-agt-dpto-cltv.use-case.d.ts +7 -0
  113. package/lib/application/use-cases/wsfecred/consultar-cuentas-en-agt-dpto-cltv.use-case.js +24 -0
  114. package/lib/application/use-cases/wsfecred/consultar-cuentas-en-agt-dpto-cltv.use-case.js.map +1 -0
  115. package/lib/application/use-cases/wsfecred/consultar-facturas-agt-dpto-cltv.use-case.d.ts +7 -0
  116. package/lib/application/use-cases/wsfecred/consultar-facturas-agt-dpto-cltv.use-case.js +24 -0
  117. package/lib/application/use-cases/wsfecred/consultar-facturas-agt-dpto-cltv.use-case.js.map +1 -0
  118. package/lib/application/use-cases/wsfecred/consultar-historial-estados-comprobante.use-case.d.ts +7 -0
  119. package/lib/application/use-cases/wsfecred/consultar-historial-estados-comprobante.use-case.js +24 -0
  120. package/lib/application/use-cases/wsfecred/consultar-historial-estados-comprobante.use-case.js.map +1 -0
  121. package/lib/application/use-cases/wsfecred/consultar-historial-estados-cta-cte.use-case.d.ts +7 -0
  122. package/lib/application/use-cases/wsfecred/consultar-historial-estados-cta-cte.use-case.js +24 -0
  123. package/lib/application/use-cases/wsfecred/consultar-historial-estados-cta-cte.use-case.js.map +1 -0
  124. package/lib/application/use-cases/wsfecred/consultar-monto-obligado-recepcion.use-case.d.ts +7 -0
  125. package/lib/application/use-cases/wsfecred/consultar-monto-obligado-recepcion.use-case.js +24 -0
  126. package/lib/application/use-cases/wsfecred/consultar-monto-obligado-recepcion.use-case.js.map +1 -0
  127. package/lib/application/use-cases/wsfecred/consultar-obligado-recepcion.use-case.d.ts +7 -0
  128. package/lib/application/use-cases/wsfecred/consultar-obligado-recepcion.use-case.js +24 -0
  129. package/lib/application/use-cases/wsfecred/consultar-obligado-recepcion.use-case.js.map +1 -0
  130. package/lib/application/use-cases/wsfecred/consultar-tipos-ajustes-operacion.use-case.d.ts +7 -0
  131. package/lib/application/use-cases/wsfecred/consultar-tipos-ajustes-operacion.use-case.js +24 -0
  132. package/lib/application/use-cases/wsfecred/consultar-tipos-ajustes-operacion.use-case.js.map +1 -0
  133. package/lib/application/use-cases/wsfecred/consultar-tipos-formas-cancelacion.use-case.d.ts +7 -0
  134. package/lib/application/use-cases/wsfecred/consultar-tipos-formas-cancelacion.use-case.js +24 -0
  135. package/lib/application/use-cases/wsfecred/consultar-tipos-formas-cancelacion.use-case.js.map +1 -0
  136. package/lib/application/use-cases/wsfecred/consultar-tipos-motivos-rechazo.use-case.d.ts +7 -0
  137. package/lib/application/use-cases/wsfecred/consultar-tipos-motivos-rechazo.use-case.js +24 -0
  138. package/lib/application/use-cases/wsfecred/consultar-tipos-motivos-rechazo.use-case.js.map +1 -0
  139. package/lib/application/use-cases/wsfecred/consultar-tipos-retenciones.use-case.d.ts +7 -0
  140. package/lib/application/use-cases/wsfecred/consultar-tipos-retenciones.use-case.js +24 -0
  141. package/lib/application/use-cases/wsfecred/consultar-tipos-retenciones.use-case.js.map +1 -0
  142. package/lib/application/use-cases/wsfecred/index.d.ts +20 -0
  143. package/lib/application/use-cases/wsfecred/index.js +37 -0
  144. package/lib/application/use-cases/wsfecred/index.js.map +1 -0
  145. package/lib/application/use-cases/wsfecred/informar-cancelacion-total-fecred.use-case.d.ts +7 -0
  146. package/lib/application/use-cases/wsfecred/informar-cancelacion-total-fecred.use-case.js +24 -0
  147. package/lib/application/use-cases/wsfecred/informar-cancelacion-total-fecred.use-case.js.map +1 -0
  148. package/lib/application/use-cases/wsfecred/informar-factura-agt-dpto-cltv.use-case.d.ts +7 -0
  149. package/lib/application/use-cases/wsfecred/informar-factura-agt-dpto-cltv.use-case.js +24 -0
  150. package/lib/application/use-cases/wsfecred/informar-factura-agt-dpto-cltv.use-case.js.map +1 -0
  151. package/lib/application/use-cases/wsfecred/modificar-opcion-transferencia.use-case.d.ts +7 -0
  152. package/lib/application/use-cases/wsfecred/modificar-opcion-transferencia.use-case.js +24 -0
  153. package/lib/application/use-cases/wsfecred/modificar-opcion-transferencia.use-case.js.map +1 -0
  154. package/lib/application/use-cases/wsfecred/obtener-remitos.use-case.d.ts +7 -0
  155. package/lib/application/use-cases/wsfecred/obtener-remitos.use-case.js +24 -0
  156. package/lib/application/use-cases/wsfecred/obtener-remitos.use-case.js.map +1 -0
  157. package/lib/application/use-cases/wsfecred/rechazar-fecred.use-case.d.ts +7 -0
  158. package/lib/application/use-cases/wsfecred/rechazar-fecred.use-case.js +24 -0
  159. package/lib/application/use-cases/wsfecred/rechazar-fecred.use-case.js.map +1 -0
  160. package/lib/application/use-cases/wsfecred/rechazar-nota-dc.use-case.d.ts +7 -0
  161. package/lib/application/use-cases/wsfecred/rechazar-nota-dc.use-case.js +24 -0
  162. package/lib/application/use-cases/wsfecred/rechazar-nota-dc.use-case.js.map +1 -0
  163. package/lib/application/use-cases/wsfex/authorize.use-case.d.ts +7 -0
  164. package/lib/application/use-cases/wsfex/authorize.use-case.js +24 -0
  165. package/lib/application/use-cases/wsfex/authorize.use-case.js.map +1 -0
  166. package/lib/application/use-cases/wsfex/check-permiso.use-case.d.ts +7 -0
  167. package/lib/application/use-cases/wsfex/check-permiso.use-case.js +24 -0
  168. package/lib/application/use-cases/wsfex/check-permiso.use-case.js.map +1 -0
  169. package/lib/application/use-cases/wsfex/dummy.use-case.d.ts +7 -0
  170. package/lib/application/use-cases/wsfex/dummy.use-case.js +24 -0
  171. package/lib/application/use-cases/wsfex/dummy.use-case.js.map +1 -0
  172. package/lib/application/use-cases/wsfex/get-cmp.use-case.d.ts +7 -0
  173. package/lib/application/use-cases/wsfex/get-cmp.use-case.js +24 -0
  174. package/lib/application/use-cases/wsfex/get-cmp.use-case.js.map +1 -0
  175. package/lib/application/use-cases/wsfex/get-last-cmp.use-case.d.ts +7 -0
  176. package/lib/application/use-cases/wsfex/get-last-cmp.use-case.js +24 -0
  177. package/lib/application/use-cases/wsfex/get-last-cmp.use-case.js.map +1 -0
  178. package/lib/application/use-cases/wsfex/get-last-id.use-case.d.ts +7 -0
  179. package/lib/application/use-cases/wsfex/get-last-id.use-case.js +24 -0
  180. package/lib/application/use-cases/wsfex/get-last-id.use-case.js.map +1 -0
  181. package/lib/application/use-cases/wsfex/get-param-actividades.use-case.d.ts +7 -0
  182. package/lib/application/use-cases/wsfex/get-param-actividades.use-case.js +24 -0
  183. package/lib/application/use-cases/wsfex/get-param-actividades.use-case.js.map +1 -0
  184. package/lib/application/use-cases/wsfex/get-param-cbte-tipo.use-case.d.ts +7 -0
  185. package/lib/application/use-cases/wsfex/get-param-cbte-tipo.use-case.js +24 -0
  186. package/lib/application/use-cases/wsfex/get-param-cbte-tipo.use-case.js.map +1 -0
  187. package/lib/application/use-cases/wsfex/get-param-ctz.use-case.d.ts +7 -0
  188. package/lib/application/use-cases/wsfex/get-param-ctz.use-case.js +24 -0
  189. package/lib/application/use-cases/wsfex/get-param-ctz.use-case.js.map +1 -0
  190. package/lib/application/use-cases/wsfex/get-param-dst-cuit.use-case.d.ts +7 -0
  191. package/lib/application/use-cases/wsfex/get-param-dst-cuit.use-case.js +24 -0
  192. package/lib/application/use-cases/wsfex/get-param-dst-cuit.use-case.js.map +1 -0
  193. package/lib/application/use-cases/wsfex/get-param-dst-pais.use-case.d.ts +7 -0
  194. package/lib/application/use-cases/wsfex/get-param-dst-pais.use-case.js +24 -0
  195. package/lib/application/use-cases/wsfex/get-param-dst-pais.use-case.js.map +1 -0
  196. package/lib/application/use-cases/wsfex/get-param-idiomas.use-case.d.ts +7 -0
  197. package/lib/application/use-cases/wsfex/get-param-idiomas.use-case.js +24 -0
  198. package/lib/application/use-cases/wsfex/get-param-idiomas.use-case.js.map +1 -0
  199. package/lib/application/use-cases/wsfex/get-param-incoterms.use-case.d.ts +7 -0
  200. package/lib/application/use-cases/wsfex/get-param-incoterms.use-case.js +24 -0
  201. package/lib/application/use-cases/wsfex/get-param-incoterms.use-case.js.map +1 -0
  202. package/lib/application/use-cases/wsfex/get-param-mon-con-cotizacion.use-case.d.ts +7 -0
  203. package/lib/application/use-cases/wsfex/get-param-mon-con-cotizacion.use-case.js +24 -0
  204. package/lib/application/use-cases/wsfex/get-param-mon-con-cotizacion.use-case.js.map +1 -0
  205. package/lib/application/use-cases/wsfex/get-param-mon.use-case.d.ts +7 -0
  206. package/lib/application/use-cases/wsfex/get-param-mon.use-case.js +24 -0
  207. package/lib/application/use-cases/wsfex/get-param-mon.use-case.js.map +1 -0
  208. package/lib/application/use-cases/wsfex/get-param-opcionales.use-case.d.ts +7 -0
  209. package/lib/application/use-cases/wsfex/get-param-opcionales.use-case.js +24 -0
  210. package/lib/application/use-cases/wsfex/get-param-opcionales.use-case.js.map +1 -0
  211. package/lib/application/use-cases/wsfex/get-param-pto-venta.use-case.d.ts +7 -0
  212. package/lib/application/use-cases/wsfex/get-param-pto-venta.use-case.js +24 -0
  213. package/lib/application/use-cases/wsfex/get-param-pto-venta.use-case.js.map +1 -0
  214. package/lib/application/use-cases/wsfex/get-param-tipo-expo.use-case.d.ts +7 -0
  215. package/lib/application/use-cases/wsfex/get-param-tipo-expo.use-case.js +24 -0
  216. package/lib/application/use-cases/wsfex/get-param-tipo-expo.use-case.js.map +1 -0
  217. package/lib/application/use-cases/wsfex/get-param-umed.use-case.d.ts +7 -0
  218. package/lib/application/use-cases/wsfex/get-param-umed.use-case.js +24 -0
  219. package/lib/application/use-cases/wsfex/get-param-umed.use-case.js.map +1 -0
  220. package/lib/application/use-cases/wsfex/index.d.ts +19 -0
  221. package/lib/application/use-cases/wsfex/index.js +36 -0
  222. package/lib/application/use-cases/wsfex/index.js.map +1 -0
  223. package/lib/domain/entities/access-ticket.entity.js +6 -10
  224. package/lib/domain/entities/access-ticket.entity.js.map +1 -1
  225. package/lib/domain/entities/index.d.ts +0 -4
  226. package/lib/domain/entities/index.js +0 -4
  227. package/lib/domain/entities/index.js.map +1 -1
  228. package/lib/domain/entities/voucher.entity.d.ts +23 -10
  229. package/lib/domain/entities/voucher.entity.js +52 -14
  230. package/lib/domain/entities/voucher.entity.js.map +1 -1
  231. package/lib/domain/index.d.ts +0 -4
  232. package/lib/domain/index.js +0 -4
  233. package/lib/domain/index.js.map +1 -1
  234. package/lib/domain/types/electronic-billing.types.d.ts +0 -5
  235. package/lib/domain/types/electronic-billing.types.js +0 -5
  236. package/lib/domain/types/electronic-billing.types.js.map +1 -1
  237. package/lib/domain/types/index.d.ts +0 -4
  238. package/lib/domain/types/index.js +0 -4
  239. package/lib/domain/types/index.js.map +1 -1
  240. package/lib/domain/types/voucher.types.d.ts +0 -4
  241. package/lib/domain/value-objects/cae.vo.d.ts +0 -5
  242. package/lib/domain/value-objects/cae.vo.js +0 -5
  243. package/lib/domain/value-objects/cae.vo.js.map +1 -1
  244. package/lib/domain/value-objects/cuit.vo.d.ts +0 -5
  245. package/lib/domain/value-objects/cuit.vo.js +0 -5
  246. package/lib/domain/value-objects/cuit.vo.js.map +1 -1
  247. package/lib/domain/value-objects/index.d.ts +0 -4
  248. package/lib/domain/value-objects/index.js +0 -4
  249. package/lib/domain/value-objects/index.js.map +1 -1
  250. package/lib/domain/value-objects/voucher-number.vo.d.ts +0 -5
  251. package/lib/domain/value-objects/voucher-number.vo.js +0 -5
  252. package/lib/domain/value-objects/voucher-number.vo.js.map +1 -1
  253. package/lib/index.d.ts +6 -6
  254. package/lib/index.js +13 -7
  255. package/lib/index.js.map +1 -1
  256. package/lib/infrastructure/composition/arca.d.ts +32 -0
  257. package/lib/infrastructure/composition/arca.js +107 -0
  258. package/lib/infrastructure/composition/arca.js.map +1 -0
  259. package/lib/infrastructure/constants/default-config.constants.d.ts +13 -0
  260. package/lib/infrastructure/constants/default-config.constants.js +17 -0
  261. package/lib/infrastructure/constants/default-config.constants.js.map +1 -0
  262. package/lib/infrastructure/constants/index.d.ts +3 -4
  263. package/lib/infrastructure/constants/index.js +3 -4
  264. package/lib/infrastructure/constants/index.js.map +1 -1
  265. package/lib/infrastructure/{outbound/ports/soap/enums → constants}/service-names.enum.d.ts +3 -1
  266. package/lib/infrastructure/{outbound/ports/soap/enums → constants}/service-names.enum.js +2 -0
  267. package/lib/infrastructure/constants/service-names.enum.js.map +1 -0
  268. package/lib/infrastructure/constants/ssl.constants.d.ts +0 -4
  269. package/lib/infrastructure/constants/ssl.constants.js +0 -4
  270. package/lib/infrastructure/constants/ssl.constants.js.map +1 -1
  271. package/lib/infrastructure/constants/time.constants.d.ts +7 -0
  272. package/lib/infrastructure/constants/time.constants.js +11 -0
  273. package/lib/infrastructure/constants/time.constants.js.map +1 -0
  274. package/lib/infrastructure/index.d.ts +0 -4
  275. package/lib/infrastructure/index.js +0 -4
  276. package/lib/infrastructure/index.js.map +1 -1
  277. package/lib/infrastructure/mappers/index.d.ts +1 -0
  278. package/lib/infrastructure/mappers/index.js +18 -0
  279. package/lib/infrastructure/mappers/index.js.map +1 -0
  280. package/lib/infrastructure/{utils → mappers}/soap-to-dto.mapper.d.ts +0 -6
  281. package/lib/infrastructure/mappers/soap-to-dto.mapper.js.map +1 -0
  282. package/lib/infrastructure/outbound/adapters/index.d.ts +3 -8
  283. package/lib/infrastructure/outbound/adapters/index.js +3 -8
  284. package/lib/infrastructure/outbound/adapters/index.js.map +1 -1
  285. package/lib/infrastructure/outbound/adapters/{auth → repositories/auth}/auth.repository.d.ts +5 -8
  286. package/lib/infrastructure/outbound/adapters/{auth → repositories/auth}/auth.repository.js +25 -16
  287. package/lib/infrastructure/outbound/adapters/repositories/auth/auth.repository.js.map +1 -0
  288. package/lib/infrastructure/outbound/adapters/repositories/auth/index.d.ts +1 -0
  289. package/lib/infrastructure/outbound/adapters/repositories/auth/index.js +18 -0
  290. package/lib/infrastructure/outbound/adapters/repositories/auth/index.js.map +1 -0
  291. package/lib/infrastructure/outbound/adapters/{electronic-billing → repositories/electronic-billing}/electronic-billing-repository.d.ts +21 -12
  292. package/lib/infrastructure/outbound/adapters/{electronic-billing → repositories/electronic-billing}/electronic-billing-repository.js +107 -176
  293. package/lib/infrastructure/outbound/adapters/repositories/electronic-billing/electronic-billing-repository.js.map +1 -0
  294. package/lib/infrastructure/outbound/adapters/repositories/electronic-billing/index.d.ts +1 -0
  295. package/lib/infrastructure/outbound/adapters/{electronic-billing → repositories/electronic-billing}/index.js +0 -4
  296. package/lib/infrastructure/outbound/adapters/repositories/electronic-billing/index.js.map +1 -0
  297. package/lib/infrastructure/outbound/adapters/repositories/fecred/fecred.repository.d.ts +29 -0
  298. package/lib/infrastructure/outbound/adapters/repositories/fecred/fecred.repository.js +192 -0
  299. package/lib/infrastructure/outbound/adapters/repositories/fecred/fecred.repository.js.map +1 -0
  300. package/lib/infrastructure/outbound/adapters/repositories/fex/fex.repository.d.ts +28 -0
  301. package/lib/infrastructure/outbound/adapters/repositories/fex/fex.repository.js +177 -0
  302. package/lib/infrastructure/outbound/adapters/repositories/fex/fex.repository.js.map +1 -0
  303. package/lib/infrastructure/outbound/adapters/repositories/generic/generic-repository.d.ts +10 -0
  304. package/lib/infrastructure/outbound/adapters/{generic → repositories/generic}/generic-repository.js +7 -20
  305. package/lib/infrastructure/outbound/adapters/repositories/generic/generic-repository.js.map +1 -0
  306. package/lib/infrastructure/outbound/adapters/repositories/generic/index.d.ts +1 -0
  307. package/lib/infrastructure/outbound/adapters/repositories/generic/index.js +18 -0
  308. package/lib/infrastructure/outbound/adapters/repositories/generic/index.js.map +1 -0
  309. package/lib/infrastructure/outbound/adapters/repositories/register/base-batch-register-repository.d.ts +11 -0
  310. package/lib/infrastructure/outbound/adapters/repositories/register/base-batch-register-repository.js +51 -0
  311. package/lib/infrastructure/outbound/adapters/repositories/register/base-batch-register-repository.js.map +1 -0
  312. package/lib/infrastructure/outbound/adapters/repositories/register/base-register-repository.d.ts +24 -0
  313. package/lib/infrastructure/outbound/adapters/{register/register-scope-ten.repository.js → repositories/register/base-register-repository.js} +37 -35
  314. package/lib/infrastructure/outbound/adapters/repositories/register/base-register-repository.js.map +1 -0
  315. package/lib/infrastructure/outbound/adapters/{register → repositories/register}/index.d.ts +0 -4
  316. package/lib/infrastructure/outbound/adapters/{register → repositories/register}/index.js +0 -4
  317. package/lib/infrastructure/outbound/adapters/repositories/register/index.js.map +1 -0
  318. package/lib/infrastructure/outbound/adapters/repositories/register/register-inscription-proof.repository.d.ts +15 -0
  319. package/lib/infrastructure/outbound/adapters/repositories/register/register-inscription-proof.repository.js +21 -0
  320. package/lib/infrastructure/outbound/adapters/repositories/register/register-inscription-proof.repository.js.map +1 -0
  321. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-five.repository.d.ts +15 -0
  322. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-five.repository.js +21 -0
  323. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-five.repository.js.map +1 -0
  324. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-four.repository.d.ts +14 -0
  325. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-four.repository.js +20 -0
  326. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-four.repository.js.map +1 -0
  327. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-ten.repository.d.ts +14 -0
  328. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-ten.repository.js +20 -0
  329. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-ten.repository.js.map +1 -0
  330. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-thirteen.repository.d.ts +16 -0
  331. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-thirteen.repository.js +59 -0
  332. package/lib/infrastructure/outbound/adapters/repositories/register/register-scope-thirteen.repository.js.map +1 -0
  333. package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.d.ts +9 -11
  334. package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js +27 -11
  335. package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js.map +1 -1
  336. package/lib/infrastructure/outbound/adapters/soap/engines/index.d.ts +3 -0
  337. package/lib/infrastructure/outbound/adapters/soap/engines/index.js +8 -0
  338. package/lib/infrastructure/outbound/adapters/soap/engines/index.js.map +1 -0
  339. package/lib/infrastructure/outbound/adapters/soap/engines/node-security.engine.d.ts +1 -0
  340. package/lib/infrastructure/outbound/adapters/soap/engines/node-security.engine.js +69 -0
  341. package/lib/infrastructure/outbound/adapters/soap/engines/node-security.engine.js.map +1 -0
  342. package/lib/infrastructure/outbound/adapters/soap/engines/soap-engine.factory.d.ts +3 -0
  343. package/lib/infrastructure/outbound/adapters/soap/engines/soap-engine.factory.js +67 -0
  344. package/lib/infrastructure/outbound/adapters/soap/engines/soap-engine.factory.js.map +1 -0
  345. package/lib/infrastructure/outbound/adapters/soap/engines/universal-transport.engine.d.ts +5 -0
  346. package/lib/infrastructure/outbound/adapters/soap/engines/universal-transport.engine.js +43 -0
  347. package/lib/infrastructure/outbound/adapters/soap/engines/universal-transport.engine.js.map +1 -0
  348. package/lib/infrastructure/outbound/adapters/soap/soap-client.d.ts +6 -7
  349. package/lib/infrastructure/outbound/adapters/soap/soap-client.js +44 -25
  350. package/lib/infrastructure/outbound/adapters/soap/soap-client.js.map +1 -1
  351. package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.js +6264 -0
  352. package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.js.map +1 -1
  353. package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.d.ts +1 -5
  354. package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.js.map +1 -1
  355. package/lib/infrastructure/outbound/adapters/storage/memory-ticket-storage.d.ts +15 -0
  356. package/lib/infrastructure/outbound/adapters/storage/memory-ticket-storage.js +57 -0
  357. package/lib/infrastructure/outbound/adapters/storage/memory-ticket-storage.js.map +1 -0
  358. package/lib/infrastructure/outbound/index.d.ts +1 -6
  359. package/lib/infrastructure/outbound/index.js +1 -6
  360. package/lib/infrastructure/outbound/index.js.map +1 -1
  361. package/lib/infrastructure/outbound/ports/index.d.ts +3 -9
  362. package/lib/infrastructure/outbound/ports/index.js +3 -9
  363. package/lib/infrastructure/outbound/ports/index.js.map +1 -1
  364. package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.d.ts +11 -1
  365. package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.js +10 -0
  366. package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.js.map +1 -1
  367. package/lib/infrastructure/outbound/ports/soap/enums/index.d.ts +0 -5
  368. package/lib/infrastructure/outbound/ports/soap/enums/index.js +0 -5
  369. package/lib/infrastructure/outbound/ports/soap/enums/index.js.map +1 -1
  370. package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.d.ts +5 -1
  371. package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.js +4 -0
  372. package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.js.map +1 -1
  373. package/lib/infrastructure/outbound/ports/soap/index.d.ts +0 -4
  374. package/lib/infrastructure/outbound/ports/soap/index.js +0 -4
  375. package/lib/infrastructure/outbound/ports/soap/index.js.map +1 -1
  376. package/lib/infrastructure/outbound/ports/soap/interfaces/FECredService/ServiceSoap.d.ts +932 -0
  377. package/lib/infrastructure/outbound/ports/{logger/logger.port.js → soap/interfaces/FECredService/ServiceSoap.js} +1 -1
  378. package/lib/infrastructure/outbound/ports/soap/interfaces/FECredService/ServiceSoap.js.map +1 -0
  379. package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap.d.ts +687 -0
  380. package/lib/infrastructure/outbound/ports/{logger/logger.types.js → soap/interfaces/FEXService/ServiceSoap.js} +1 -1
  381. package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap.js.map +1 -0
  382. package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap12.d.ts +687 -0
  383. package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap12.js +3 -0
  384. package/lib/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap12.js.map +1 -0
  385. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap.d.ts +16 -8
  386. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.d.ts +16 -8
  387. package/lib/infrastructure/outbound/ports/soap/interfaces/index.d.ts +3 -0
  388. package/lib/infrastructure/outbound/ports/soap/interfaces/index.js +4 -1
  389. package/lib/infrastructure/outbound/ports/soap/interfaces/index.js.map +1 -1
  390. package/lib/infrastructure/outbound/ports/soap/soap-client.port.d.ts +4 -9
  391. package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.d.ts +0 -4
  392. package/lib/infrastructure/types/auth-repository.types.d.ts +19 -0
  393. package/lib/infrastructure/types/auth-repository.types.js.map +1 -0
  394. package/lib/infrastructure/types/index.d.ts +5 -4
  395. package/lib/infrastructure/types/index.js +5 -4
  396. package/lib/infrastructure/types/index.js.map +1 -1
  397. package/lib/infrastructure/types/soap-client.types.d.ts +21 -0
  398. package/lib/infrastructure/types/soap-client.types.js +3 -0
  399. package/lib/infrastructure/types/soap-client.types.js.map +1 -0
  400. package/lib/infrastructure/types/soap-engine.types.d.ts +19 -0
  401. package/lib/infrastructure/types/soap-engine.types.js +3 -0
  402. package/lib/infrastructure/types/soap-engine.types.js.map +1 -0
  403. package/lib/infrastructure/{outbound/ports/soap → types}/soap-repository.types.d.ts +17 -11
  404. package/lib/infrastructure/types/soap-repository.types.js.map +1 -0
  405. package/lib/infrastructure/types/soap.types.d.ts +9 -27
  406. package/lib/infrastructure/{outbound/ports/storage → types}/ticket-storage.types.d.ts +0 -4
  407. package/lib/infrastructure/types/ticket-storage.types.js.map +1 -0
  408. package/lib/infrastructure/utils/afip-errors.d.ts +1 -0
  409. package/lib/infrastructure/utils/afip-errors.js +11 -0
  410. package/lib/infrastructure/utils/afip-errors.js.map +1 -0
  411. package/lib/infrastructure/utils/crypt-data.js +1 -1
  412. package/lib/infrastructure/utils/crypt-data.js.map +1 -1
  413. package/lib/infrastructure/utils/datetime-ref.d.ts +20 -0
  414. package/lib/infrastructure/utils/datetime-ref.js +41 -0
  415. package/lib/infrastructure/utils/datetime-ref.js.map +1 -0
  416. package/lib/infrastructure/utils/index.d.ts +2 -6
  417. package/lib/infrastructure/utils/index.js +2 -6
  418. package/lib/infrastructure/utils/index.js.map +1 -1
  419. package/lib/infrastructure/utils/soap-runtime.d.ts +9 -0
  420. package/lib/infrastructure/utils/soap-runtime.js +17 -0
  421. package/lib/infrastructure/utils/soap-runtime.js.map +1 -0
  422. package/package.json +16 -17
  423. package/lib/application/config/env.d.ts +0 -6
  424. package/lib/application/config/env.js +0 -14
  425. package/lib/application/config/env.js.map +0 -1
  426. package/lib/application/config/index.d.ts +0 -6
  427. package/lib/application/config/index.js +0 -15
  428. package/lib/application/config/index.js.map +0 -1
  429. package/lib/infrastructure/inbound/adapters/arca.d.ts +0 -26
  430. package/lib/infrastructure/inbound/adapters/arca.js +0 -123
  431. package/lib/infrastructure/inbound/adapters/arca.js.map +0 -1
  432. package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.d.ts +0 -68
  433. package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js +0 -128
  434. package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js.map +0 -1
  435. package/lib/infrastructure/outbound/adapters/auth/auth.repository.js.map +0 -1
  436. package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.js.map +0 -1
  437. package/lib/infrastructure/outbound/adapters/electronic-billing/index.d.ts +0 -5
  438. package/lib/infrastructure/outbound/adapters/electronic-billing/index.js.map +0 -1
  439. package/lib/infrastructure/outbound/adapters/enums.d.ts +0 -43
  440. package/lib/infrastructure/outbound/adapters/enums.js +0 -49
  441. package/lib/infrastructure/outbound/adapters/enums.js.map +0 -1
  442. package/lib/infrastructure/outbound/adapters/generic/generic-repository.d.ts +0 -13
  443. package/lib/infrastructure/outbound/adapters/generic/generic-repository.js.map +0 -1
  444. package/lib/infrastructure/outbound/adapters/logger/winston-logger.d.ts +0 -14
  445. package/lib/infrastructure/outbound/adapters/logger/winston-logger.js +0 -24
  446. package/lib/infrastructure/outbound/adapters/logger/winston-logger.js.map +0 -1
  447. package/lib/infrastructure/outbound/adapters/register/index.js.map +0 -1
  448. package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.d.ts +0 -18
  449. package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.js +0 -143
  450. package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.js.map +0 -1
  451. package/lib/infrastructure/outbound/adapters/register/register-scope-five.repository.d.ts +0 -14
  452. package/lib/infrastructure/outbound/adapters/register/register-scope-five.repository.js +0 -136
  453. package/lib/infrastructure/outbound/adapters/register/register-scope-five.repository.js.map +0 -1
  454. package/lib/infrastructure/outbound/adapters/register/register-scope-four.repository.d.ts +0 -12
  455. package/lib/infrastructure/outbound/adapters/register/register-scope-four.repository.js +0 -103
  456. package/lib/infrastructure/outbound/adapters/register/register-scope-four.repository.js.map +0 -1
  457. package/lib/infrastructure/outbound/adapters/register/register-scope-ten.repository.d.ts +0 -12
  458. package/lib/infrastructure/outbound/adapters/register/register-scope-ten.repository.js.map +0 -1
  459. package/lib/infrastructure/outbound/adapters/register/register-scope-thirteen.repository.d.ts +0 -13
  460. package/lib/infrastructure/outbound/adapters/register/register-scope-thirteen.repository.js +0 -133
  461. package/lib/infrastructure/outbound/adapters/register/register-scope-thirteen.repository.js.map +0 -1
  462. package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.d.ts +0 -20
  463. package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js +0 -54
  464. package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js.map +0 -1
  465. package/lib/infrastructure/outbound/ports/auth/auth-repository.types.d.ts +0 -17
  466. package/lib/infrastructure/outbound/ports/auth/auth-repository.types.js.map +0 -1
  467. package/lib/infrastructure/outbound/ports/logger/logger.port.d.ts +0 -31
  468. package/lib/infrastructure/outbound/ports/logger/logger.port.js.map +0 -1
  469. package/lib/infrastructure/outbound/ports/logger/logger.types.d.ts +0 -7
  470. package/lib/infrastructure/outbound/ports/logger/logger.types.js.map +0 -1
  471. package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.js.map +0 -1
  472. package/lib/infrastructure/outbound/ports/soap/soap-repository.types.js.map +0 -1
  473. package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.js.map +0 -1
  474. package/lib/infrastructure/utils/env.d.ts +0 -10
  475. package/lib/infrastructure/utils/env.js +0 -32
  476. package/lib/infrastructure/utils/env.js.map +0 -1
  477. package/lib/infrastructure/utils/logger.d.ts +0 -4
  478. package/lib/infrastructure/utils/logger.js +0 -21
  479. package/lib/infrastructure/utils/logger.js.map +0 -1
  480. package/lib/infrastructure/utils/soap-to-dto.mapper.js.map +0 -1
  481. /package/lib/infrastructure/{utils → mappers}/soap-to-dto.mapper.js +0 -0
  482. /package/lib/infrastructure/{outbound/ports/auth → types}/auth-repository.types.js +0 -0
  483. /package/lib/infrastructure/{outbound/ports/soap → types}/soap-repository.types.js +0 -0
  484. /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
+ }