@arcasdk/core 0.3.6 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (483) 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 +6 -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 +0 -4
  260. package/lib/infrastructure/constants/default-config.constants.js +0 -4
  261. package/lib/infrastructure/constants/default-config.constants.js.map +1 -1
  262. package/lib/infrastructure/constants/index.d.ts +2 -4
  263. package/lib/infrastructure/constants/index.js +2 -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 +20 -13
  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 +21 -7
  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 +5 -8
  349. package/lib/infrastructure/outbound/adapters/soap/soap-client.js +38 -33
  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/{outbound/ports/auth → types}/auth-repository.types.d.ts +3 -7
  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 +11 -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 +15 -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 -97
  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 -55
  464. package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js.map +0 -1
  465. package/lib/infrastructure/outbound/ports/auth/auth-repository.types.js.map +0 -1
  466. package/lib/infrastructure/outbound/ports/logger/logger.port.d.ts +0 -31
  467. package/lib/infrastructure/outbound/ports/logger/logger.port.js.map +0 -1
  468. package/lib/infrastructure/outbound/ports/logger/logger.types.d.ts +0 -7
  469. package/lib/infrastructure/outbound/ports/logger/logger.types.js.map +0 -1
  470. package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.js.map +0 -1
  471. package/lib/infrastructure/outbound/ports/soap/soap-repository.types.js.map +0 -1
  472. package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.js.map +0 -1
  473. package/lib/infrastructure/utils/env.d.ts +0 -10
  474. package/lib/infrastructure/utils/env.js +0 -32
  475. package/lib/infrastructure/utils/env.js.map +0 -1
  476. package/lib/infrastructure/utils/logger.d.ts +0 -4
  477. package/lib/infrastructure/utils/logger.js +0 -21
  478. package/lib/infrastructure/utils/logger.js.map +0 -1
  479. package/lib/infrastructure/utils/soap-to-dto.mapper.js.map +0 -1
  480. /package/lib/infrastructure/{utils → mappers}/soap-to-dto.mapper.js +0 -0
  481. /package/lib/infrastructure/{outbound/ports/auth → types}/auth-repository.types.js +0 -0
  482. /package/lib/infrastructure/{outbound/ports/soap → types}/soap-repository.types.js +0 -0
  483. /package/lib/infrastructure/{outbound/ports/storage → types}/ticket-storage.types.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ServiceSoap.js","sourceRoot":"","sources":["../../../../../../../src/infrastructure/outbound/ports/soap/interfaces/FEXService/ServiceSoap.ts"],"names":[],"mappings":""}
@@ -0,0 +1,687 @@
1
+ import { Client } from "soap";
2
+ export interface IFEXAuthorizeInput {
3
+ Cmp: {
4
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
5
+ Id: number;
6
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
7
+ Fecha_cbte: string;
8
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
9
+ Cbte_Tipo: number;
10
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
11
+ Punto_vta: number;
12
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
13
+ Cbte_nro: number;
14
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
15
+ Tipo_expo: number;
16
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
17
+ Permiso_existente: string;
18
+ Permisos: ServiceSoap12Types.IPermisos;
19
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
20
+ Dst_cmp: number;
21
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
22
+ Cliente: string;
23
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
24
+ Cuit_pais_cliente: number;
25
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
26
+ Domicilio_cliente: string;
27
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
28
+ Id_impositivo: string;
29
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
30
+ Moneda_Id: string;
31
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
32
+ Moneda_ctz: number;
33
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
34
+ CanMisMonExt: string;
35
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
36
+ Obs_comerciales: string;
37
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
38
+ Imp_total: number;
39
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
40
+ Obs: string;
41
+ Cmps_asoc: ServiceSoap12Types.ICmps_asoc;
42
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
43
+ Forma_pago: string;
44
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
45
+ Incoterms: string;
46
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
47
+ Incoterms_Ds: string;
48
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
49
+ Idioma_cbte: number;
50
+ Items: ServiceSoap12Types.IItems;
51
+ Opcionales: ServiceSoap12Types.IOpcionales;
52
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
53
+ Fecha_pago: string;
54
+ Actividades: ServiceSoap12Types.IActividades;
55
+ };
56
+ }
57
+ export interface IFEXAuthorizeOutput {
58
+ FEXAuthorizeResult: ServiceSoap12Types.IFEXAuthorizeResult;
59
+ }
60
+ export interface IFEXGetCMPInput {
61
+ Cmp: {
62
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
63
+ Cbte_tipo: number;
64
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
65
+ Punto_vta: number;
66
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
67
+ Cbte_nro: number;
68
+ };
69
+ }
70
+ export interface IFEXGetCMPOutput {
71
+ FEXGetCMPResult: ServiceSoap12Types.IFEXGetCMPResult;
72
+ }
73
+ export interface IFEXGetPARAM_Cbte_TipoInput {
74
+ }
75
+ export interface IFEXGetPARAM_Cbte_TipoOutput {
76
+ FEXGetPARAM_Cbte_TipoResult: ServiceSoap12Types.IFEXGetPARAM_Cbte_TipoResult;
77
+ }
78
+ export interface IFEXGetPARAM_Tipo_ExpoInput {
79
+ }
80
+ export interface IFEXGetPARAM_Tipo_ExpoOutput {
81
+ FEXGetPARAM_Tipo_ExpoResult: ServiceSoap12Types.IFEXGetPARAM_Tipo_ExpoResult;
82
+ }
83
+ export interface IFEXGetPARAM_IncotermsInput {
84
+ }
85
+ export interface IFEXGetPARAM_IncotermsOutput {
86
+ FEXGetPARAM_IncotermsResult: ServiceSoap12Types.IFEXGetPARAM_IncotermsResult;
87
+ }
88
+ export interface IFEXGetPARAM_IdiomasInput {
89
+ }
90
+ export interface IFEXGetPARAM_IdiomasOutput {
91
+ FEXGetPARAM_IdiomasResult: ServiceSoap12Types.IFEXGetPARAM_IdiomasResult;
92
+ }
93
+ export interface IFEXGetPARAM_UMedInput {
94
+ }
95
+ export interface IFEXGetPARAM_UMedOutput {
96
+ FEXGetPARAM_UMedResult: ServiceSoap12Types.IFEXGetPARAM_UMedResult;
97
+ }
98
+ export interface IFEXGetPARAM_DST_paisInput {
99
+ }
100
+ export interface IFEXGetPARAM_DST_paisOutput {
101
+ FEXGetPARAM_DST_paisResult: ServiceSoap12Types.IFEXGetPARAM_DST_paisResult;
102
+ }
103
+ export interface IFEXGetPARAM_DST_CUITInput {
104
+ }
105
+ export interface IFEXGetPARAM_DST_CUITOutput {
106
+ FEXGetPARAM_DST_CUITResult: ServiceSoap12Types.IFEXGetPARAM_DST_CUITResult;
107
+ }
108
+ export interface IFEXGetPARAM_MONInput {
109
+ }
110
+ export interface IFEXGetPARAM_MONOutput {
111
+ FEXGetPARAM_MONResult: ServiceSoap12Types.IFEXGetPARAM_MONResult;
112
+ }
113
+ export interface IFEXGetPARAM_MON_CON_COTIZACIONInput {
114
+ /** s:string(undefined) */
115
+ Fecha_CTZ: string;
116
+ }
117
+ export interface IFEXGetPARAM_MON_CON_COTIZACIONOutput {
118
+ FEXGetPARAM_MON_CON_COTIZACIONResult: ServiceSoap12Types.IFEXGetPARAM_MON_CON_COTIZACIONResult;
119
+ }
120
+ export interface IFEXGetLast_CMPInput {
121
+ }
122
+ export interface IFEXGetLast_CMPOutput {
123
+ FEXGetLast_CMPResult: ServiceSoap12Types.IFEXGetLast_CMPResult;
124
+ }
125
+ export interface IFEXDummyInput {
126
+ }
127
+ export interface IFEXDummyOutput {
128
+ FEXDummyResult: ServiceSoap12Types.IFEXDummyResult;
129
+ }
130
+ export interface IFEXGetPARAM_CtzInput {
131
+ /** s:string(undefined) */
132
+ Mon_id: string;
133
+ /** s:string(undefined) */
134
+ FchCotiz: string;
135
+ }
136
+ export interface IFEXGetPARAM_CtzOutput {
137
+ FEXGetPARAM_CtzResult: ServiceSoap12Types.IFEXGetPARAM_CtzResult;
138
+ }
139
+ export interface IFEXGetLast_IDInput {
140
+ }
141
+ export interface IFEXGetLast_IDOutput {
142
+ FEXGetLast_IDResult: ServiceSoap12Types.IFEXGetLast_IDResult;
143
+ }
144
+ export interface IFEXGetPARAM_PtoVentaInput {
145
+ }
146
+ export interface IFEXGetPARAM_PtoVentaOutput {
147
+ FEXGetPARAM_PtoVentaResult: ServiceSoap12Types.IFEXGetPARAM_PtoVentaResult;
148
+ }
149
+ export interface IFEXCheck_PermisoInput {
150
+ /** s:string(undefined) */
151
+ ID_Permiso: string;
152
+ /** s: number(undefined) */
153
+ Dst_merc: number;
154
+ }
155
+ export interface IFEXCheck_PermisoOutput {
156
+ FEXCheck_PermisoResult: ServiceSoap12Types.IFEXCheck_PermisoResult;
157
+ }
158
+ export interface IFEXGetPARAM_OpcionalesInput {
159
+ }
160
+ export interface IFEXGetPARAM_OpcionalesOutput {
161
+ FEXGetPARAM_OpcionalesResult: ServiceSoap12Types.IFEXGetPARAM_OpcionalesResult;
162
+ }
163
+ export interface IFEXGetPARAM_ActividadesInput {
164
+ }
165
+ export interface IFEXGetPARAM_ActividadesOutput {
166
+ FEXGetPARAM_ActividadesResult: ServiceSoap12Types.IFEXGetPARAM_ActividadesResult;
167
+ }
168
+ export interface IServiceSoap12Soap extends Client {
169
+ FEXAuthorize: (input: IFEXAuthorizeInput, cb: (err: any | null, result: IFEXAuthorizeOutput, raw: string, soapHeader: {
170
+ [k: string]: any;
171
+ }) => any, options?: any, extraHeaders?: any) => void;
172
+ FEXGetCMP: (input: IFEXGetCMPInput, cb: (err: any | null, result: IFEXGetCMPOutput, raw: string, soapHeader: {
173
+ [k: string]: any;
174
+ }) => any, options?: any, extraHeaders?: any) => void;
175
+ FEXGetPARAM_Cbte_Tipo: (input: IFEXGetPARAM_Cbte_TipoInput, cb: (err: any | null, result: IFEXGetPARAM_Cbte_TipoOutput, raw: string, soapHeader: {
176
+ [k: string]: any;
177
+ }) => any, options?: any, extraHeaders?: any) => void;
178
+ FEXGetPARAM_Tipo_Expo: (input: IFEXGetPARAM_Tipo_ExpoInput, cb: (err: any | null, result: IFEXGetPARAM_Tipo_ExpoOutput, raw: string, soapHeader: {
179
+ [k: string]: any;
180
+ }) => any, options?: any, extraHeaders?: any) => void;
181
+ FEXGetPARAM_Incoterms: (input: IFEXGetPARAM_IncotermsInput, cb: (err: any | null, result: IFEXGetPARAM_IncotermsOutput, raw: string, soapHeader: {
182
+ [k: string]: any;
183
+ }) => any, options?: any, extraHeaders?: any) => void;
184
+ FEXGetPARAM_Idiomas: (input: IFEXGetPARAM_IdiomasInput, cb: (err: any | null, result: IFEXGetPARAM_IdiomasOutput, raw: string, soapHeader: {
185
+ [k: string]: any;
186
+ }) => any, options?: any, extraHeaders?: any) => void;
187
+ FEXGetPARAM_UMed: (input: IFEXGetPARAM_UMedInput, cb: (err: any | null, result: IFEXGetPARAM_UMedOutput, raw: string, soapHeader: {
188
+ [k: string]: any;
189
+ }) => any, options?: any, extraHeaders?: any) => void;
190
+ FEXGetPARAM_DST_pais: (input: IFEXGetPARAM_DST_paisInput, cb: (err: any | null, result: IFEXGetPARAM_DST_paisOutput, raw: string, soapHeader: {
191
+ [k: string]: any;
192
+ }) => any, options?: any, extraHeaders?: any) => void;
193
+ FEXGetPARAM_DST_CUIT: (input: IFEXGetPARAM_DST_CUITInput, cb: (err: any | null, result: IFEXGetPARAM_DST_CUITOutput, raw: string, soapHeader: {
194
+ [k: string]: any;
195
+ }) => any, options?: any, extraHeaders?: any) => void;
196
+ FEXGetPARAM_MON: (input: IFEXGetPARAM_MONInput, cb: (err: any | null, result: IFEXGetPARAM_MONOutput, raw: string, soapHeader: {
197
+ [k: string]: any;
198
+ }) => any, options?: any, extraHeaders?: any) => void;
199
+ FEXGetPARAM_MON_CON_COTIZACION: (input: IFEXGetPARAM_MON_CON_COTIZACIONInput, cb: (err: any | null, result: IFEXGetPARAM_MON_CON_COTIZACIONOutput, raw: string, soapHeader: {
200
+ [k: string]: any;
201
+ }) => any, options?: any, extraHeaders?: any) => void;
202
+ FEXGetLast_CMP: (input: IFEXGetLast_CMPInput, cb: (err: any | null, result: IFEXGetLast_CMPOutput, raw: string, soapHeader: {
203
+ [k: string]: any;
204
+ }) => any, options?: any, extraHeaders?: any) => void;
205
+ FEXDummy: (input: IFEXDummyInput, cb: (err: any | null, result: IFEXDummyOutput, raw: string, soapHeader: {
206
+ [k: string]: any;
207
+ }) => any, options?: any, extraHeaders?: any) => void;
208
+ FEXGetPARAM_Ctz: (input: IFEXGetPARAM_CtzInput, cb: (err: any | null, result: IFEXGetPARAM_CtzOutput, raw: string, soapHeader: {
209
+ [k: string]: any;
210
+ }) => any, options?: any, extraHeaders?: any) => void;
211
+ FEXGetLast_ID: (input: IFEXGetLast_IDInput, cb: (err: any | null, result: IFEXGetLast_IDOutput, raw: string, soapHeader: {
212
+ [k: string]: any;
213
+ }) => any, options?: any, extraHeaders?: any) => void;
214
+ FEXGetPARAM_PtoVenta: (input: IFEXGetPARAM_PtoVentaInput, cb: (err: any | null, result: IFEXGetPARAM_PtoVentaOutput, raw: string, soapHeader: {
215
+ [k: string]: any;
216
+ }) => any, options?: any, extraHeaders?: any) => void;
217
+ FEXCheck_Permiso: (input: IFEXCheck_PermisoInput, cb: (err: any | null, result: IFEXCheck_PermisoOutput, raw: string, soapHeader: {
218
+ [k: string]: any;
219
+ }) => any, options?: any, extraHeaders?: any) => void;
220
+ FEXGetPARAM_Opcionales: (input: IFEXGetPARAM_OpcionalesInput, cb: (err: any | null, result: IFEXGetPARAM_OpcionalesOutput, raw: string, soapHeader: {
221
+ [k: string]: any;
222
+ }) => any, options?: any, extraHeaders?: any) => void;
223
+ FEXGetPARAM_Actividades: (input: IFEXGetPARAM_ActividadesInput, cb: (err: any | null, result: IFEXGetPARAM_ActividadesOutput, raw: string, soapHeader: {
224
+ [k: string]: any;
225
+ }) => any, options?: any, extraHeaders?: any) => void;
226
+ FEXAuthorizeAsync: (input: IFEXAuthorizeInput) => Promise<[IFEXAuthorizeOutput, string, {
227
+ [k: string]: any;
228
+ }, any]>;
229
+ FEXGetCMPAsync: (input: IFEXGetCMPInput) => Promise<[IFEXGetCMPOutput, string, {
230
+ [k: string]: any;
231
+ }, any]>;
232
+ FEXGetPARAM_Cbte_TipoAsync: (input: IFEXGetPARAM_Cbte_TipoInput) => Promise<[IFEXGetPARAM_Cbte_TipoOutput, string, {
233
+ [k: string]: any;
234
+ }, any]>;
235
+ FEXGetPARAM_Tipo_ExpoAsync: (input: IFEXGetPARAM_Tipo_ExpoInput) => Promise<[IFEXGetPARAM_Tipo_ExpoOutput, string, {
236
+ [k: string]: any;
237
+ }, any]>;
238
+ FEXGetPARAM_IncotermsAsync: (input: IFEXGetPARAM_IncotermsInput) => Promise<[IFEXGetPARAM_IncotermsOutput, string, {
239
+ [k: string]: any;
240
+ }, any]>;
241
+ FEXGetPARAM_IdiomasAsync: (input: IFEXGetPARAM_IdiomasInput) => Promise<[IFEXGetPARAM_IdiomasOutput, string, {
242
+ [k: string]: any;
243
+ }, any]>;
244
+ FEXGetPARAM_UMedAsync: (input: IFEXGetPARAM_UMedInput) => Promise<[IFEXGetPARAM_UMedOutput, string, {
245
+ [k: string]: any;
246
+ }, any]>;
247
+ FEXGetPARAM_DST_paisAsync: (input: IFEXGetPARAM_DST_paisInput) => Promise<[IFEXGetPARAM_DST_paisOutput, string, {
248
+ [k: string]: any;
249
+ }, any]>;
250
+ FEXGetPARAM_DST_CUITAsync: (input: IFEXGetPARAM_DST_CUITInput) => Promise<[IFEXGetPARAM_DST_CUITOutput, string, {
251
+ [k: string]: any;
252
+ }, any]>;
253
+ FEXGetPARAM_MONAsync: (input: IFEXGetPARAM_MONInput) => Promise<[IFEXGetPARAM_MONOutput, string, {
254
+ [k: string]: any;
255
+ }, any]>;
256
+ FEXGetPARAM_MON_CON_COTIZACIONAsync: (input: IFEXGetPARAM_MON_CON_COTIZACIONInput) => Promise<[IFEXGetPARAM_MON_CON_COTIZACIONOutput, string, {
257
+ [k: string]: any;
258
+ }, any]>;
259
+ FEXGetLast_CMPAsync: (input: IFEXGetLast_CMPInput) => Promise<[IFEXGetLast_CMPOutput, string, {
260
+ [k: string]: any;
261
+ }, any]>;
262
+ FEXDummyAsync: (input: IFEXDummyInput) => Promise<[IFEXDummyOutput, string, {
263
+ [k: string]: any;
264
+ }, any]>;
265
+ FEXGetPARAM_CtzAsync: (input: IFEXGetPARAM_CtzInput) => Promise<[IFEXGetPARAM_CtzOutput, string, {
266
+ [k: string]: any;
267
+ }, any]>;
268
+ FEXGetLast_IDAsync: (input: IFEXGetLast_IDInput) => Promise<[IFEXGetLast_IDOutput, string, {
269
+ [k: string]: any;
270
+ }, any]>;
271
+ FEXGetPARAM_PtoVentaAsync: (input: IFEXGetPARAM_PtoVentaInput) => Promise<[IFEXGetPARAM_PtoVentaOutput, string, {
272
+ [k: string]: any;
273
+ }, any]>;
274
+ FEXCheck_PermisoAsync: (input: IFEXCheck_PermisoInput) => Promise<[IFEXCheck_PermisoOutput, string, {
275
+ [k: string]: any;
276
+ }, any]>;
277
+ FEXGetPARAM_OpcionalesAsync: (input: IFEXGetPARAM_OpcionalesInput) => Promise<[IFEXGetPARAM_OpcionalesOutput, string, {
278
+ [k: string]: any;
279
+ }, any]>;
280
+ FEXGetPARAM_ActividadesAsync: (input: IFEXGetPARAM_ActividadesInput) => Promise<[IFEXGetPARAM_ActividadesOutput, string, {
281
+ [k: string]: any;
282
+ }, any]>;
283
+ }
284
+ export declare namespace ServiceSoap12Types {
285
+ interface IPermiso {
286
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
287
+ Id_permiso: string;
288
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
289
+ Dst_merc: number;
290
+ }
291
+ interface IPermisos {
292
+ Permiso: ServiceSoap12Types.IPermiso[];
293
+ }
294
+ interface ICmp_asoc {
295
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
296
+ Cbte_tipo: number;
297
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
298
+ Cbte_punto_vta: number;
299
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
300
+ Cbte_nro: number;
301
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
302
+ Cbte_cuit: number;
303
+ }
304
+ interface ICmps_asoc {
305
+ Cmp_asoc: Array<ServiceSoap12Types.ICmp_asoc>;
306
+ }
307
+ interface IItem {
308
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
309
+ Pro_codigo: string;
310
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
311
+ Pro_ds: string;
312
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
313
+ Pro_qty: number;
314
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
315
+ Pro_umed: number;
316
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
317
+ Pro_precio_uni: number;
318
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
319
+ Pro_bonificacion: number;
320
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
321
+ Pro_total_item: number;
322
+ }
323
+ interface IItems {
324
+ Item: ServiceSoap12Types.IItem[];
325
+ }
326
+ interface IOpcional {
327
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
328
+ Id: string;
329
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
330
+ Valor: string;
331
+ }
332
+ interface IOpcionales {
333
+ Opcional: ServiceSoap12Types.IOpcional[];
334
+ }
335
+ interface IActividad {
336
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
337
+ Id: number;
338
+ }
339
+ interface IActividades {
340
+ Actividad: ServiceSoap12Types.IActividad[];
341
+ }
342
+ interface IFEXResultAuth {
343
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
344
+ Id: number;
345
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
346
+ Cuit: number;
347
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
348
+ Cbte_tipo: number;
349
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
350
+ Punto_vta: number;
351
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
352
+ Cbte_nro: number;
353
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
354
+ Cae: string;
355
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
356
+ Fch_venc_Cae: string;
357
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
358
+ Fch_cbte: string;
359
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
360
+ Resultado: string;
361
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
362
+ Reproceso: string;
363
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
364
+ Motivos_Obs: string;
365
+ }
366
+ interface IFEXErr {
367
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
368
+ ErrCode: number;
369
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
370
+ ErrMsg: string;
371
+ }
372
+ interface IFEXEvents {
373
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
374
+ EventCode: number;
375
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
376
+ EventMsg: string;
377
+ }
378
+ interface IFEXAuthorizeResult {
379
+ FEXResultAuth: ServiceSoap12Types.IFEXResultAuth;
380
+ FEXErr: ServiceSoap12Types.IFEXErr;
381
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
382
+ }
383
+ interface IFEXGetCMPResult {
384
+ FEXResultGet: {
385
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
386
+ Id: number;
387
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
388
+ Fecha_cbte: string;
389
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
390
+ Cbte_tipo: number;
391
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
392
+ Punto_vta: number;
393
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
394
+ Cbte_nro: number;
395
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
396
+ Tipo_expo: number;
397
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
398
+ Permiso_existente: string;
399
+ Permisos: ServiceSoap12Types.IPermisos;
400
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
401
+ Dst_cmp: number;
402
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
403
+ Cliente: string;
404
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
405
+ Cuit_pais_cliente: number;
406
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
407
+ Domicilio_cliente: string;
408
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
409
+ Id_impositivo: string;
410
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
411
+ Moneda_Id: string;
412
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
413
+ Moneda_ctz: number;
414
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
415
+ CanMisMonExt: string;
416
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
417
+ Obs_comerciales: string;
418
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
419
+ Imp_total: number;
420
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
421
+ Obs: string;
422
+ Cmps_asoc: ServiceSoap12Types.ICmps_asoc;
423
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
424
+ Forma_pago: string;
425
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
426
+ Incoterms: string;
427
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
428
+ Incoterms_Ds: string;
429
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
430
+ Idioma_cbte: number;
431
+ Items: ServiceSoap12Types.IItems;
432
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
433
+ Fecha_cbte_cae: string;
434
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
435
+ Fch_venc_Cae: string;
436
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
437
+ Cae: string;
438
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
439
+ Resultado: string;
440
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
441
+ Motivos_Obs: string;
442
+ Opcionales: ServiceSoap12Types.IOpcionales;
443
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
444
+ Fecha_pago: string;
445
+ Actividades: ServiceSoap12Types.IActividades;
446
+ };
447
+ FEXErr: ServiceSoap12Types.IFEXErr;
448
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
449
+ }
450
+ interface IClsFEXResponse_Cbte_Tipo {
451
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
452
+ Cbte_Id: number;
453
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
454
+ Cbte_Ds: string;
455
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
456
+ Cbte_vig_desde: string;
457
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
458
+ Cbte_vig_hasta: string;
459
+ }
460
+ interface IFEXGetPARAM_Cbte_TipoResult {
461
+ FEXResultGet: {
462
+ ClsFEXResponse_Cbte_Tipo: Array<ServiceSoap12Types.IClsFEXResponse_Cbte_Tipo>;
463
+ };
464
+ FEXErr: ServiceSoap12Types.IFEXErr;
465
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
466
+ }
467
+ interface IClsFEXResponse_Tex {
468
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
469
+ Tex_Id: number;
470
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
471
+ Tex_Ds: string;
472
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
473
+ Tex_vig_desde: string;
474
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
475
+ Tex_vig_hasta: string;
476
+ }
477
+ interface IFEXGetPARAM_Tipo_ExpoResult {
478
+ FEXResultGet: {
479
+ ClsFEXResponse_Tex: Array<ServiceSoap12Types.IClsFEXResponse_Tex>;
480
+ };
481
+ FEXErr: ServiceSoap12Types.IFEXErr;
482
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
483
+ }
484
+ interface IClsFEXResponse_Inc {
485
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
486
+ Inc_Id: string;
487
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
488
+ Inc_Ds: string;
489
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
490
+ Inc_vig_desde: string;
491
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
492
+ Inc_vig_hasta: string;
493
+ }
494
+ interface IFEXGetPARAM_IncotermsResult {
495
+ FEXResultGet: {
496
+ ClsFEXResponse_Inc: Array<ServiceSoap12Types.IClsFEXResponse_Inc>;
497
+ };
498
+ FEXErr: ServiceSoap12Types.IFEXErr;
499
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
500
+ }
501
+ interface IClsFEXResponse_Idi {
502
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
503
+ Idi_Id: number;
504
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
505
+ Idi_Ds: string;
506
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
507
+ Idi_vig_desde: string;
508
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
509
+ Idi_vig_hasta: string;
510
+ }
511
+ interface IFEXGetPARAM_IdiomasResult {
512
+ FEXResultGet: {
513
+ ClsFEXResponse_Idi: Array<ServiceSoap12Types.IClsFEXResponse_Idi>;
514
+ };
515
+ FEXErr: ServiceSoap12Types.IFEXErr;
516
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
517
+ }
518
+ interface IClsFEXResponse_UMed {
519
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
520
+ Umed_Id: number;
521
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
522
+ Umed_Ds: string;
523
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
524
+ Umed_vig_desde: string;
525
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
526
+ Umed_vig_hasta: string;
527
+ }
528
+ interface IFEXGetPARAM_UMedResult {
529
+ FEXResultGet: {
530
+ ClsFEXResponse_UMed: Array<ServiceSoap12Types.IClsFEXResponse_UMed>;
531
+ };
532
+ FEXErr: ServiceSoap12Types.IFEXErr;
533
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
534
+ }
535
+ interface IClsFEXResponse_DST_pais {
536
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
537
+ DST_Codigo: string;
538
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
539
+ DST_Ds: string;
540
+ }
541
+ interface IFEXGetPARAM_DST_paisResult {
542
+ FEXResultGet: {
543
+ ClsFEXResponse_DST_pais: Array<ServiceSoap12Types.IClsFEXResponse_DST_pais>;
544
+ };
545
+ FEXErr: ServiceSoap12Types.IFEXErr;
546
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
547
+ }
548
+ interface IClsFEXResponse_DST_cuit {
549
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
550
+ DST_CUIT: number;
551
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
552
+ DST_Ds: string;
553
+ }
554
+ interface IFEXGetPARAM_DST_CUITResult {
555
+ FEXResultGet: {
556
+ ClsFEXResponse_DST_cuit: Array<ServiceSoap12Types.IClsFEXResponse_DST_cuit>;
557
+ };
558
+ FEXErr: ServiceSoap12Types.IFEXErr;
559
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
560
+ }
561
+ interface IClsFEXResponse_Mon {
562
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
563
+ Mon_Id: string;
564
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
565
+ Mon_Ds: string;
566
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
567
+ Mon_vig_desde: string;
568
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
569
+ Mon_vig_hasta: string;
570
+ }
571
+ interface IFEXGetPARAM_MONResult {
572
+ FEXResultGet: {
573
+ ClsFEXResponse_Mon: Array<ServiceSoap12Types.IClsFEXResponse_Mon>;
574
+ };
575
+ FEXErr: ServiceSoap12Types.IFEXErr;
576
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
577
+ }
578
+ interface IClsFEXResponse_Mon_CON_Cotizacion {
579
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
580
+ Mon_Id: string;
581
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
582
+ Mon_Ds: string;
583
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
584
+ Mon_ctz: string;
585
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
586
+ Fecha_ctz: string;
587
+ }
588
+ interface IFEXGetPARAM_MON_CON_COTIZACIONResult {
589
+ FEXResultGet: {
590
+ ClsFEXResponse_Mon_CON_Cotizacion: Array<ServiceSoap12Types.IClsFEXResponse_Mon_CON_Cotizacion>;
591
+ };
592
+ FEXErr: ServiceSoap12Types.IFEXErr;
593
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
594
+ }
595
+ interface IFEXResult_LastCMP {
596
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
597
+ Cbte_nro: number;
598
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
599
+ Cbte_fecha: string;
600
+ }
601
+ interface IFEXGetLast_CMPResult {
602
+ FEXResult_LastCMP: ServiceSoap12Types.IFEXResult_LastCMP;
603
+ FEXErr: ServiceSoap12Types.IFEXErr;
604
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
605
+ }
606
+ interface IFEXDummyResult {
607
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
608
+ AppServer: string;
609
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
610
+ DbServer: string;
611
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
612
+ AuthServer: string;
613
+ }
614
+ interface IFEXGetPARAM_CtzResult {
615
+ FEXResultGet: {
616
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
617
+ Mon_ctz: number;
618
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
619
+ Mon_fecha: string;
620
+ };
621
+ FEXErr: ServiceSoap12Types.IFEXErr;
622
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
623
+ }
624
+ interface IFEXGetLast_IDResult {
625
+ FEXResultGet: {
626
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
627
+ Id: number;
628
+ };
629
+ FEXErr: ServiceSoap12Types.IFEXErr;
630
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
631
+ }
632
+ interface IClsFEXResponse_PtoVenta {
633
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
634
+ Pve_Nro: number;
635
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
636
+ Pve_Bloqueado: string;
637
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
638
+ Pve_FchBaja: string;
639
+ }
640
+ interface IFEXGetPARAM_PtoVentaResult {
641
+ FEXResultGet: {
642
+ ClsFEXResponse_PtoVenta: Array<ServiceSoap12Types.IClsFEXResponse_PtoVenta>;
643
+ };
644
+ FEXErr: ServiceSoap12Types.IFEXErr;
645
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
646
+ }
647
+ interface IFEXCheck_PermisoResult {
648
+ FEXResultGet: {
649
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
650
+ Status: string;
651
+ };
652
+ FEXErr: ServiceSoap12Types.IFEXErr;
653
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
654
+ }
655
+ interface IClsFEXResponse_Opc {
656
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
657
+ Opc_Id: number;
658
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
659
+ Opc_Ds: string;
660
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
661
+ Opc_vig_desde: string;
662
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
663
+ Opc_vig_hasta: string;
664
+ }
665
+ interface IFEXGetPARAM_OpcionalesResult {
666
+ FEXResultGet: {
667
+ ClsFEXResponse_Opc: Array<ServiceSoap12Types.IClsFEXResponse_Opc>;
668
+ };
669
+ FEXErr: ServiceSoap12Types.IFEXErr;
670
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
671
+ }
672
+ interface IClsFEXResponse_ActividadTipo {
673
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
674
+ Id: number;
675
+ /** http://ar.gov.afip.dif.fexv1/#s: number(undefined) */
676
+ Orden: number;
677
+ /** http://ar.gov.afip.dif.fexv1/#s:string(undefined) */
678
+ Desc: string;
679
+ }
680
+ interface IFEXGetPARAM_ActividadesResult {
681
+ FEXResultGet: {
682
+ ClsFEXResponse_ActividadTipo: Array<ServiceSoap12Types.IClsFEXResponse_ActividadTipo>;
683
+ };
684
+ FEXErr: ServiceSoap12Types.IFEXErr;
685
+ FEXEvents: ServiceSoap12Types.IFEXEvents;
686
+ }
687
+ }