@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
@@ -1 +1 @@
1
- {"version":3,"file":"wsdl-strings.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/soap/wsdl-strings.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA+YjB;IAClB,sBAAsB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA+YN;IAClB,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmHd;IACC,sBAAsB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA2jDN;IAClB,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA2jDK;CACnB,CAAC;AAEF,SAAgB,aAAa,CAAC,QAAgB;IAC5C,OAAO,oBAAY,CAAC,QAAQ,CAAC,CAAC;AAChC,CAAC"}
1
+ {"version":3,"file":"wsdl-strings.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/soap/wsdl-strings.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA+YjB;IAClB,sBAAsB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA+YN;IAClB,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmHd;IACC,sBAAsB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA2jDN;IAClB,WAAW,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA2jDK;IAClB,0BAA0B,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAywDV;IAClB,eAAe,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAywDC;IAClB,uBAAuB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAizCP;IAClB,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAizCI;CACnB,CAAC;AAEF,SAAgB,aAAa,CAAC,QAAgB;IAC5C,OAAO,oBAAY,CAAC,QAAQ,CAAC,CAAC;AAChC,CAAC"}
@@ -1,10 +1,6 @@
1
- /**
2
- * File System Ticket Storage
3
- * Implements ITicketStoragePort using the file system
4
- */
5
1
  import { ITicketStoragePort } from "../../../outbound/ports/storage/ticket-storage.port";
6
2
  import { AccessTicket } from "../../../../domain/entities/access-ticket.entity";
7
- import { FileSystemTicketStorageConfig } from "../../../outbound/ports/storage/ticket-storage.types";
3
+ import { FileSystemTicketStorageConfig } from "../../../types/ticket-storage.types";
8
4
  export declare class FileSystemTicketStorage implements ITicketStoragePort {
9
5
  private ticketPath;
10
6
  private cuit;
@@ -1 +1 @@
1
- {"version":3,"file":"file-system-ticket-storage.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/storage/file-system-ticket-storage.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"file-system-ticket-storage.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/storage/file-system-ticket-storage.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ import { ITicketStoragePort } from "../../../outbound/ports/storage/ticket-storage.port";
2
+ import { AccessTicket } from "../../../../domain/entities/access-ticket.entity";
3
+ export declare class MemoryTicketStorage implements ITicketStoragePort {
4
+ private static storage;
5
+ private readonly cuit;
6
+ private readonly production;
7
+ constructor(config: {
8
+ cuit: number;
9
+ production?: boolean;
10
+ });
11
+ private createKey;
12
+ save(ticket: AccessTicket, serviceName: string): Promise<void>;
13
+ get(serviceName: string): Promise<AccessTicket | null>;
14
+ delete(serviceName: string): Promise<void>;
15
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.MemoryTicketStorage = void 0;
13
+ const access_ticket_entity_1 = require("../../../../domain/entities/access-ticket.entity");
14
+ class MemoryTicketStorage {
15
+ constructor(config) {
16
+ var _a;
17
+ this.cuit = config.cuit;
18
+ this.production = (_a = config.production) !== null && _a !== void 0 ? _a : false;
19
+ }
20
+ createKey(serviceName) {
21
+ return `${this.cuit}-${serviceName}-${this.production ? "prod" : "test"}`;
22
+ }
23
+ save(ticket, serviceName) {
24
+ return __awaiter(this, void 0, void 0, function* () {
25
+ const key = this.createKey(serviceName);
26
+ const ticketData = {
27
+ header: ticket.getHeaders(),
28
+ credentials: ticket.getCredentials(),
29
+ };
30
+ MemoryTicketStorage.storage.set(key, JSON.stringify(ticketData));
31
+ });
32
+ }
33
+ get(serviceName) {
34
+ return __awaiter(this, void 0, void 0, function* () {
35
+ const key = this.createKey(serviceName);
36
+ const data = MemoryTicketStorage.storage.get(key);
37
+ if (!data)
38
+ return null;
39
+ try {
40
+ const ticketData = JSON.parse(data);
41
+ return access_ticket_entity_1.AccessTicket.create(ticketData);
42
+ }
43
+ catch (_a) {
44
+ return null;
45
+ }
46
+ });
47
+ }
48
+ delete(serviceName) {
49
+ return __awaiter(this, void 0, void 0, function* () {
50
+ const key = this.createKey(serviceName);
51
+ MemoryTicketStorage.storage.delete(key);
52
+ });
53
+ }
54
+ }
55
+ exports.MemoryTicketStorage = MemoryTicketStorage;
56
+ MemoryTicketStorage.storage = new Map();
57
+ //# sourceMappingURL=memory-ticket-storage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"memory-ticket-storage.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/adapters/storage/memory-ticket-storage.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,gFAAqE;AAErE,MAAa,mBAAmB;IAK9B,YAAY,MAA8C;;QACxD,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;QACxB,IAAI,CAAC,UAAU,GAAG,MAAA,MAAM,CAAC,UAAU,mCAAI,KAAK,CAAC;IAC/C,CAAC;IAEO,SAAS,CAAC,WAAmB;QACnC,OAAO,GAAG,IAAI,CAAC,IAAI,IAAI,WAAW,IAAI,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5E,CAAC;IAEK,IAAI,CAAC,MAAoB,EAAE,WAAmB;;YAClD,MAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;YACxC,MAAM,UAAU,GAAG;gBACjB,MAAM,EAAE,MAAM,CAAC,UAAU,EAAE;gBAC3B,WAAW,EAAE,MAAM,CAAC,cAAc,EAAE;aACrC,CAAC;YACF,mBAAmB,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC;QACnE,CAAC;KAAA;IAEK,GAAG,CAAC,WAAmB;;YAC3B,MAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;YACxC,MAAM,IAAI,GAAG,mBAAmB,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAClD,IAAI,CAAC,IAAI;gBAAE,OAAO,IAAI,CAAC;YAEvB,IAAI,CAAC;gBACH,MAAM,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBACpC,OAAO,mCAAY,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;YACzC,CAAC;YAAC,WAAM,CAAC;gBACP,OAAO,IAAI,CAAC;YACd,CAAC;QACH,CAAC;KAAA;IAEK,MAAM,CAAC,WAAmB;;YAC9B,MAAM,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;YACxC,mBAAmB,CAAC,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QAC1C,CAAC;KAAA;;AAvCH,kDAwCC;AAvCgB,2BAAO,GAAG,IAAI,GAAG,EAAkB,CAAC"}
@@ -1,9 +1,4 @@
1
- /**
2
- * Infrastructure Outbound Layer
3
- * Exports all ports and adapters
4
- */
5
1
  export * from "./ports";
6
2
  export * from "./adapters/soap/soap-client";
7
- export * from "./adapters/auth/auth.repository";
3
+ export * from "./adapters/repositories/auth/auth.repository";
8
4
  export * from "./adapters/storage/file-system-ticket-storage";
9
- export * from "./adapters/logger/winston-logger";
@@ -14,13 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /**
18
- * Infrastructure Outbound Layer
19
- * Exports all ports and adapters
20
- */
21
17
  __exportStar(require("./ports"), exports);
22
18
  __exportStar(require("./adapters/soap/soap-client"), exports);
23
- __exportStar(require("./adapters/auth/auth.repository"), exports);
19
+ __exportStar(require("./adapters/repositories/auth/auth.repository"), exports);
24
20
  __exportStar(require("./adapters/storage/file-system-ticket-storage"), exports);
25
- __exportStar(require("./adapters/logger/winston-logger"), exports);
26
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/infrastructure/outbound/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,0CAAwB;AACxB,8DAA4C;AAC5C,kEAAgD;AAChD,gFAA8D;AAC9D,mEAAiD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/infrastructure/outbound/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,8DAA4C;AAC5C,+EAA6D;AAC7D,gFAA8D"}
@@ -1,11 +1,5 @@
1
- /**
2
- * Outbound Ports
3
- * Exports all outbound ports (interfaces that infrastructure implements)
4
- */
5
- export * from "./auth/auth-repository.types";
6
1
  export * from "./soap/soap-client.port";
7
- export * from "./soap/soap-repository.types";
8
2
  export * from "./storage/ticket-storage.port";
9
- export * from "./storage/ticket-storage.types";
10
- export * from "./logger/logger.port";
11
- export * from "./logger/logger.types";
3
+ export * from "../../types/auth-repository.types";
4
+ export * from "../../types/soap-repository.types";
5
+ export * from "../../types/ticket-storage.types";
@@ -14,15 +14,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /**
18
- * Outbound Ports
19
- * Exports all outbound ports (interfaces that infrastructure implements)
20
- */
21
- __exportStar(require("./auth/auth-repository.types"), exports);
22
17
  __exportStar(require("./soap/soap-client.port"), exports);
23
- __exportStar(require("./soap/soap-repository.types"), exports);
24
18
  __exportStar(require("./storage/ticket-storage.port"), exports);
25
- __exportStar(require("./storage/ticket-storage.types"), exports);
26
- __exportStar(require("./logger/logger.port"), exports);
27
- __exportStar(require("./logger/logger.types"), exports);
19
+ __exportStar(require("../../types/auth-repository.types"), exports);
20
+ __exportStar(require("../../types/soap-repository.types"), exports);
21
+ __exportStar(require("../../types/ticket-storage.types"), exports);
28
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/infrastructure/outbound/ports/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,+DAA6C;AAC7C,0DAAwC;AACxC,+DAA6C;AAC7C,gEAA8C;AAC9C,iEAA+C;AAC/C,uDAAqC;AACrC,wDAAsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/infrastructure/outbound/ports/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,gEAA8C;AAE9C,8EAA4D;AAC5D,8EAA4D;AAC5D,6EAA2D"}
@@ -37,7 +37,17 @@ export declare enum EndpointsEnum {
37
37
  * WS Padron 13
38
38
  **/
39
39
  WSSR_PADRON_THIRTEEN = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA13",
40
- WSSR_PADRON_THIRTEEN_TEST = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA13"
40
+ WSSR_PADRON_THIRTEEN_TEST = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA13",
41
+ /**
42
+ * WS Facturacion Electronica de Exportacion
43
+ **/
44
+ WSFEX = "https://servicios1.afip.gov.ar/wsfexv1/service.asmx",
45
+ WSFEX_TEST = "https://wswhomo.afip.gov.ar/wsfexv1/service.asmx",
46
+ /**
47
+ * WS Factura de Credito Electronica
48
+ **/
49
+ WSFECRED = "https://serviciosjava.afip.gob.ar/wsfecred/FECredService",
50
+ WSFECRED_TEST = "https://fwshomo.afip.gov.ar/wsfecred/FECredService"
41
51
  }
42
52
  /**
43
53
  * SOAP Service Version Enum
@@ -42,6 +42,16 @@ var EndpointsEnum;
42
42
  **/
43
43
  EndpointsEnum["WSSR_PADRON_THIRTEEN"] = "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA13";
44
44
  EndpointsEnum["WSSR_PADRON_THIRTEEN_TEST"] = "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA13";
45
+ /**
46
+ * WS Facturacion Electronica de Exportacion
47
+ **/
48
+ EndpointsEnum["WSFEX"] = "https://servicios1.afip.gov.ar/wsfexv1/service.asmx";
49
+ EndpointsEnum["WSFEX_TEST"] = "https://wswhomo.afip.gov.ar/wsfexv1/service.asmx";
50
+ /**
51
+ * WS Factura de Credito Electronica
52
+ **/
53
+ EndpointsEnum["WSFECRED"] = "https://serviciosjava.afip.gob.ar/wsfecred/FECredService";
54
+ EndpointsEnum["WSFECRED_TEST"] = "https://fwshomo.afip.gov.ar/wsfecred/FECredService";
45
55
  })(EndpointsEnum || (exports.EndpointsEnum = EndpointsEnum = {}));
46
56
  /**
47
57
  * SOAP Service Version Enum
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.enum.js","sourceRoot":"","sources":["../../../../../../src/infrastructure/outbound/ports/soap/enums/endpoints.enum.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,aA0CX;AA1CD,WAAY,aAAa;IACvB;;QAEI;IACJ,uEAAsD,CAAA;IACtD,gFAA+D,CAAA;IAE/D;;QAEI;IACJ,8EAA6D,CAAA;IAC7D,gFAA+D,CAAA;IAE/D;;QAEI;IACJ,0GAAyF,CAAA;IACzF,mHAAkG,CAAA;IAElG;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,yGAAwF,CAAA;IACxF,kHAAiG,CAAA;AACnG,CAAC,EA1CW,aAAa,6BAAb,aAAa,QA0CxB;AAED;;;GAGG;AACH,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,kBAAkB;IAClB,qDAA+B,CAAA;IAC/B,qBAAqB;IACrB,iDAA2B,CAAA;AAC7B,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B"}
1
+ {"version":3,"file":"endpoints.enum.js","sourceRoot":"","sources":["../../../../../../src/infrastructure/outbound/ports/soap/enums/endpoints.enum.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,aAsDX;AAtDD,WAAY,aAAa;IACvB;;QAEI;IACJ,uEAAsD,CAAA;IACtD,gFAA+D,CAAA;IAE/D;;QAEI;IACJ,8EAA6D,CAAA;IAC7D,gFAA+D,CAAA;IAE/D;;QAEI;IACJ,0GAAyF,CAAA;IACzF,mHAAkG,CAAA;IAElG;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,oGAAmF,CAAA;IACnF,6GAA4F,CAAA;IAE5F;;QAEI;IACJ,yGAAwF,CAAA;IACxF,kHAAiG,CAAA;IAEjG;;QAEI;IACJ,8EAA6D,CAAA;IAC7D,gFAA+D,CAAA;IAE/D;;QAEI;IACJ,sFAAqE,CAAA;IACrE,qFAAoE,CAAA;AACtE,CAAC,EAtDW,aAAa,6BAAb,aAAa,QAsDxB;AAED;;;GAGG;AACH,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,kBAAkB;IAClB,qDAA+B,CAAA;IAC/B,qBAAqB;IACrB,iDAA2B,CAAA;AAC7B,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B"}
@@ -1,7 +1,2 @@
1
- /**
2
- * SOAP Enums
3
- * Exports all SOAP-related enums
4
- */
5
- export * from "./service-names.enum";
6
1
  export * from "./wsdl-path.enum";
7
2
  export * from "./endpoints.enum";
@@ -14,11 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /**
18
- * SOAP Enums
19
- * Exports all SOAP-related enums
20
- */
21
- __exportStar(require("./service-names.enum"), exports);
22
17
  __exportStar(require("./wsdl-path.enum"), exports);
23
18
  __exportStar(require("./endpoints.enum"), exports);
24
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/infrastructure/outbound/ports/soap/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,uDAAqC;AACrC,mDAAiC;AACjC,mDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/infrastructure/outbound/ports/soap/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,mDAAiC"}
@@ -11,5 +11,9 @@ export declare enum WsdlPathEnum {
11
11
  WSSR_PADRON_TEN = "ws_sr_padron_a10-production.wsdl",
12
12
  WSSR_PADRON_TEN_TEST = "ws_sr_padron_a10.wsdl",
13
13
  WSSR_PADRON_THIRTEEN = "ws_sr_padron_a13-production.wsdl",
14
- WSSR_PADRON_THIRTEEN_TEST = "ws_sr_padron_a13.wsdl"
14
+ WSSR_PADRON_THIRTEEN_TEST = "ws_sr_padron_a13.wsdl",
15
+ WSFEX = "wsfex-production.wsdl",
16
+ WSFEX_TEST = "wsfex.wsdl",
17
+ WSFECRED = "wsfecred-production.wsdl",
18
+ WSFECRED_TEST = "wsfecred.wsdl"
15
19
  }
@@ -16,5 +16,9 @@ var WsdlPathEnum;
16
16
  WsdlPathEnum["WSSR_PADRON_TEN_TEST"] = "ws_sr_padron_a10.wsdl";
17
17
  WsdlPathEnum["WSSR_PADRON_THIRTEEN"] = "ws_sr_padron_a13-production.wsdl";
18
18
  WsdlPathEnum["WSSR_PADRON_THIRTEEN_TEST"] = "ws_sr_padron_a13.wsdl";
19
+ WsdlPathEnum["WSFEX"] = "wsfex-production.wsdl";
20
+ WsdlPathEnum["WSFEX_TEST"] = "wsfex.wsdl";
21
+ WsdlPathEnum["WSFECRED"] = "wsfecred-production.wsdl";
22
+ WsdlPathEnum["WSFECRED_TEST"] = "wsfecred.wsdl";
19
23
  })(WsdlPathEnum || (exports.WsdlPathEnum = WsdlPathEnum = {}));
20
24
  //# sourceMappingURL=wsdl-path.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"wsdl-path.enum.js","sourceRoot":"","sources":["../../../../../../src/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAoBX;AApBD,WAAY,YAAY;IACtB,kCAAkB,CAAA;IAElB,6CAA6B,CAAA;IAC7B,uCAAuB,CAAA;IAEvB,kFAAkE,CAAA;IAClE,4EAA4D,CAAA;IAE5D,oEAAoD,CAAA;IACpD,8DAA8C,CAAA;IAE9C,oEAAoD,CAAA;IACpD,8DAA8C,CAAA;IAE9C,oEAAoD,CAAA;IACpD,8DAA8C,CAAA;IAE9C,yEAAyD,CAAA;IACzD,mEAAmD,CAAA;AACrD,CAAC,EApBW,YAAY,4BAAZ,YAAY,QAoBvB"}
1
+ {"version":3,"file":"wsdl-path.enum.js","sourceRoot":"","sources":["../../../../../../src/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,YA0BX;AA1BD,WAAY,YAAY;IACtB,kCAAkB,CAAA;IAElB,6CAA6B,CAAA;IAC7B,uCAAuB,CAAA;IAEvB,kFAAkE,CAAA;IAClE,4EAA4D,CAAA;IAE5D,oEAAoD,CAAA;IACpD,8DAA8C,CAAA;IAE9C,oEAAoD,CAAA;IACpD,8DAA8C,CAAA;IAE9C,oEAAoD,CAAA;IACpD,8DAA8C,CAAA;IAE9C,yEAAyD,CAAA;IACzD,mEAAmD,CAAA;IAEnD,+CAA+B,CAAA;IAC/B,yCAAyB,CAAA;IAEzB,qDAAqC,CAAA;IACrC,+CAA+B,CAAA;AACjC,CAAC,EA1BW,YAAY,4BAAZ,YAAY,QA0BvB"}
@@ -1,7 +1,3 @@
1
- /**
2
- * SOAP Ports
3
- * Exports all SOAP-related ports, interfaces, and enums
4
- */
5
1
  export * from "./soap-client.port";
6
2
  export * from "./interfaces";
7
3
  export * from "./enums";
@@ -14,10 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /**
18
- * SOAP Ports
19
- * Exports all SOAP-related ports, interfaces, and enums
20
- */
21
17
  __exportStar(require("./soap-client.port"), exports);
22
18
  __exportStar(require("./interfaces"), exports);
23
19
  __exportStar(require("./enums"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/ports/soap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,qDAAmC;AACnC,+CAA6B;AAC7B,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/infrastructure/outbound/ports/soap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,+CAA6B;AAC7B,0CAAwB"}