@arcasdk/core 0.1.0 → 0.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 (335) hide show
  1. package/README.md +20 -0
  2. package/package.json +2 -2
  3. package/lib/application/config/env.d.ts +0 -6
  4. package/lib/application/config/env.js +0 -14
  5. package/lib/application/config/env.js.map +0 -1
  6. package/lib/application/config/index.d.ts +0 -6
  7. package/lib/application/config/index.js +0 -15
  8. package/lib/application/config/index.js.map +0 -1
  9. package/lib/application/dto/electronic-billing.dto.d.ts +0 -114
  10. package/lib/application/dto/electronic-billing.dto.js +0 -3
  11. package/lib/application/dto/electronic-billing.dto.js.map +0 -1
  12. package/lib/application/dto/index.d.ts +0 -6
  13. package/lib/application/dto/index.js +0 -23
  14. package/lib/application/dto/index.js.map +0 -1
  15. package/lib/application/dto/register.dto.d.ts +0 -116
  16. package/lib/application/dto/register.dto.js +0 -8
  17. package/lib/application/dto/register.dto.js.map +0 -1
  18. package/lib/application/index.d.ts +0 -10
  19. package/lib/application/index.js +0 -27
  20. package/lib/application/index.js.map +0 -1
  21. package/lib/application/ports/authentication/authentication-repository.port.d.ts +0 -29
  22. package/lib/application/ports/authentication/authentication-repository.port.js +0 -3
  23. package/lib/application/ports/authentication/authentication-repository.port.js.map +0 -1
  24. package/lib/application/ports/authentication/index.d.ts +0 -5
  25. package/lib/application/ports/authentication/index.js +0 -22
  26. package/lib/application/ports/authentication/index.js.map +0 -1
  27. package/lib/application/ports/electronic-billing/electronic-billing-repository.port.d.ts +0 -77
  28. package/lib/application/ports/electronic-billing/electronic-billing-repository.port.js +0 -3
  29. package/lib/application/ports/electronic-billing/electronic-billing-repository.port.js.map +0 -1
  30. package/lib/application/ports/electronic-billing/index.d.ts +0 -5
  31. package/lib/application/ports/electronic-billing/index.js +0 -22
  32. package/lib/application/ports/electronic-billing/index.js.map +0 -1
  33. package/lib/application/ports/index.d.ts +0 -7
  34. package/lib/application/ports/index.js +0 -24
  35. package/lib/application/ports/index.js.map +0 -1
  36. package/lib/application/ports/register/index.d.ts +0 -5
  37. package/lib/application/ports/register/index.js +0 -22
  38. package/lib/application/ports/register/index.js.map +0 -1
  39. package/lib/application/ports/register/register-repository.port.d.ts +0 -42
  40. package/lib/application/ports/register/register-repository.port.js +0 -12
  41. package/lib/application/ports/register/register-repository.port.js.map +0 -1
  42. package/lib/application/services/electronic-billing.service.d.ts +0 -129
  43. package/lib/application/services/electronic-billing.service.js +0 -217
  44. package/lib/application/services/electronic-billing.service.js.map +0 -1
  45. package/lib/application/services/index.d.ts +0 -10
  46. package/lib/application/services/index.js +0 -27
  47. package/lib/application/services/index.js.map +0 -1
  48. package/lib/application/services/register-inscription-proof.service.d.ts +0 -35
  49. package/lib/application/services/register-inscription-proof.service.js +0 -101
  50. package/lib/application/services/register-inscription-proof.service.js.map +0 -1
  51. package/lib/application/services/register-scope-five.service.d.ts +0 -35
  52. package/lib/application/services/register-scope-five.service.js +0 -101
  53. package/lib/application/services/register-scope-five.service.js.map +0 -1
  54. package/lib/application/services/register-scope-four.service.d.ts +0 -28
  55. package/lib/application/services/register-scope-four.service.js +0 -72
  56. package/lib/application/services/register-scope-four.service.js.map +0 -1
  57. package/lib/application/services/register-scope-ten.service.d.ts +0 -28
  58. package/lib/application/services/register-scope-ten.service.js +0 -72
  59. package/lib/application/services/register-scope-ten.service.js.map +0 -1
  60. package/lib/application/services/register-scope-thirteen.service.d.ts +0 -36
  61. package/lib/application/services/register-scope-thirteen.service.js +0 -96
  62. package/lib/application/services/register-scope-thirteen.service.js.map +0 -1
  63. package/lib/application/types/auth.types.d.ts +0 -19
  64. package/lib/application/types/auth.types.js +0 -7
  65. package/lib/application/types/auth.types.js.map +0 -1
  66. package/lib/application/types/context.types.d.ts +0 -46
  67. package/lib/application/types/context.types.js +0 -3
  68. package/lib/application/types/context.types.js.map +0 -1
  69. package/lib/application/types/index.d.ts +0 -8
  70. package/lib/application/types/index.js +0 -25
  71. package/lib/application/types/index.js.map +0 -1
  72. package/lib/application/types/result.types.d.ts +0 -10
  73. package/lib/application/types/result.types.js +0 -3
  74. package/lib/application/types/result.types.js.map +0 -1
  75. package/lib/application/types/use-case-inputs.types.d.ts +0 -42
  76. package/lib/application/types/use-case-inputs.types.js +0 -3
  77. package/lib/application/types/use-case-inputs.types.js.map +0 -1
  78. package/lib/application/use-cases/authentication/get-auth-params.use-case.d.ts +0 -16
  79. package/lib/application/use-cases/authentication/get-auth-params.use-case.js +0 -29
  80. package/lib/application/use-cases/authentication/get-auth-params.use-case.js.map +0 -1
  81. package/lib/application/use-cases/authentication/index.d.ts +0 -7
  82. package/lib/application/use-cases/authentication/index.js +0 -24
  83. package/lib/application/use-cases/authentication/index.js.map +0 -1
  84. package/lib/application/use-cases/authentication/login.use-case.d.ts +0 -17
  85. package/lib/application/use-cases/authentication/login.use-case.js +0 -29
  86. package/lib/application/use-cases/authentication/login.use-case.js.map +0 -1
  87. package/lib/application/use-cases/authentication/request-login.use-case.d.ts +0 -16
  88. package/lib/application/use-cases/authentication/request-login.use-case.js +0 -29
  89. package/lib/application/use-cases/authentication/request-login.use-case.js.map +0 -1
  90. package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.d.ts +0 -17
  91. package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js +0 -39
  92. package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js.map +0 -1
  93. package/lib/application/use-cases/electronic-billing/create-voucher.use-case.d.ts +0 -17
  94. package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js +0 -33
  95. package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js.map +0 -1
  96. package/lib/application/use-cases/electronic-billing/get-aliquot-types.use-case.d.ts +0 -15
  97. package/lib/application/use-cases/electronic-billing/get-aliquot-types.use-case.js +0 -28
  98. package/lib/application/use-cases/electronic-billing/get-aliquot-types.use-case.js.map +0 -1
  99. package/lib/application/use-cases/electronic-billing/get-concept-types.use-case.d.ts +0 -15
  100. package/lib/application/use-cases/electronic-billing/get-concept-types.use-case.js +0 -28
  101. package/lib/application/use-cases/electronic-billing/get-concept-types.use-case.js.map +0 -1
  102. package/lib/application/use-cases/electronic-billing/get-currency-types.use-case.d.ts +0 -15
  103. package/lib/application/use-cases/electronic-billing/get-currency-types.use-case.js +0 -28
  104. package/lib/application/use-cases/electronic-billing/get-currency-types.use-case.js.map +0 -1
  105. package/lib/application/use-cases/electronic-billing/get-document-types.use-case.d.ts +0 -15
  106. package/lib/application/use-cases/electronic-billing/get-document-types.use-case.js +0 -28
  107. package/lib/application/use-cases/electronic-billing/get-document-types.use-case.js.map +0 -1
  108. package/lib/application/use-cases/electronic-billing/get-last-voucher.use-case.d.ts +0 -17
  109. package/lib/application/use-cases/electronic-billing/get-last-voucher.use-case.js +0 -29
  110. package/lib/application/use-cases/electronic-billing/get-last-voucher.use-case.js.map +0 -1
  111. package/lib/application/use-cases/electronic-billing/get-optional-types.use-case.d.ts +0 -15
  112. package/lib/application/use-cases/electronic-billing/get-optional-types.use-case.js +0 -28
  113. package/lib/application/use-cases/electronic-billing/get-optional-types.use-case.js.map +0 -1
  114. package/lib/application/use-cases/electronic-billing/get-parameter-types.use-case.d.ts +0 -40
  115. package/lib/application/use-cases/electronic-billing/get-parameter-types.use-case.js +0 -73
  116. package/lib/application/use-cases/electronic-billing/get-parameter-types.use-case.js.map +0 -1
  117. package/lib/application/use-cases/electronic-billing/get-sales-points.use-case.d.ts +0 -15
  118. package/lib/application/use-cases/electronic-billing/get-sales-points.use-case.js +0 -28
  119. package/lib/application/use-cases/electronic-billing/get-sales-points.use-case.js.map +0 -1
  120. package/lib/application/use-cases/electronic-billing/get-server-status.use-case.d.ts +0 -15
  121. package/lib/application/use-cases/electronic-billing/get-server-status.use-case.js +0 -28
  122. package/lib/application/use-cases/electronic-billing/get-server-status.use-case.js.map +0 -1
  123. package/lib/application/use-cases/electronic-billing/get-tax-types.use-case.d.ts +0 -15
  124. package/lib/application/use-cases/electronic-billing/get-tax-types.use-case.js +0 -28
  125. package/lib/application/use-cases/electronic-billing/get-tax-types.use-case.js.map +0 -1
  126. package/lib/application/use-cases/electronic-billing/get-voucher-info.use-case.d.ts +0 -17
  127. package/lib/application/use-cases/electronic-billing/get-voucher-info.use-case.js +0 -29
  128. package/lib/application/use-cases/electronic-billing/get-voucher-info.use-case.js.map +0 -1
  129. package/lib/application/use-cases/electronic-billing/get-voucher-types.use-case.d.ts +0 -15
  130. package/lib/application/use-cases/electronic-billing/get-voucher-types.use-case.js +0 -28
  131. package/lib/application/use-cases/electronic-billing/get-voucher-types.use-case.js.map +0 -1
  132. package/lib/application/use-cases/electronic-billing/index.d.ts +0 -18
  133. package/lib/application/use-cases/electronic-billing/index.js +0 -36
  134. package/lib/application/use-cases/electronic-billing/index.js.map +0 -1
  135. package/lib/application/use-cases/index.d.ts +0 -7
  136. package/lib/application/use-cases/index.js +0 -24
  137. package/lib/application/use-cases/index.js.map +0 -1
  138. package/lib/application/use-cases/register/get-server-status.use-case.d.ts +0 -17
  139. package/lib/application/use-cases/register/get-server-status.use-case.js +0 -29
  140. package/lib/application/use-cases/register/get-server-status.use-case.js.map +0 -1
  141. package/lib/application/use-cases/register/get-tax-id-by-document.use-case.d.ts +0 -18
  142. package/lib/application/use-cases/register/get-tax-id-by-document.use-case.js +0 -29
  143. package/lib/application/use-cases/register/get-tax-id-by-document.use-case.js.map +0 -1
  144. package/lib/application/use-cases/register/get-taxpayer-details.use-case.d.ts +0 -17
  145. package/lib/application/use-cases/register/get-taxpayer-details.use-case.js +0 -29
  146. package/lib/application/use-cases/register/get-taxpayer-details.use-case.js.map +0 -1
  147. package/lib/application/use-cases/register/get-taxpayers-details.use-case.d.ts +0 -18
  148. package/lib/application/use-cases/register/get-taxpayers-details.use-case.js +0 -29
  149. package/lib/application/use-cases/register/get-taxpayers-details.use-case.js.map +0 -1
  150. package/lib/application/use-cases/register/index.d.ts +0 -8
  151. package/lib/application/use-cases/register/index.js +0 -25
  152. package/lib/application/use-cases/register/index.js.map +0 -1
  153. package/lib/arca.d.ts +0 -23
  154. package/lib/arca.js +0 -83
  155. package/lib/arca.js.map +0 -1
  156. package/lib/domain/entities/access-ticket.entity.d.ts +0 -73
  157. package/lib/domain/entities/access-ticket.entity.js +0 -144
  158. package/lib/domain/entities/access-ticket.entity.js.map +0 -1
  159. package/lib/domain/entities/index.d.ts +0 -6
  160. package/lib/domain/entities/index.js +0 -23
  161. package/lib/domain/entities/index.js.map +0 -1
  162. package/lib/domain/entities/voucher.entity.d.ts +0 -113
  163. package/lib/domain/entities/voucher.entity.js +0 -216
  164. package/lib/domain/entities/voucher.entity.js.map +0 -1
  165. package/lib/domain/index.d.ts +0 -6
  166. package/lib/domain/index.js +0 -23
  167. package/lib/domain/index.js.map +0 -1
  168. package/lib/domain/types/electronic-billing.types.d.ts +0 -120
  169. package/lib/domain/types/electronic-billing.types.js +0 -8
  170. package/lib/domain/types/electronic-billing.types.js.map +0 -1
  171. package/lib/domain/types/index.d.ts +0 -6
  172. package/lib/domain/types/index.js +0 -23
  173. package/lib/domain/types/index.js.map +0 -1
  174. package/lib/domain/types/voucher.types.d.ts +0 -65
  175. package/lib/domain/types/voucher.types.js +0 -3
  176. package/lib/domain/types/voucher.types.js.map +0 -1
  177. package/lib/domain/value-objects/cae.vo.d.ts +0 -47
  178. package/lib/domain/value-objects/cae.vo.js +0 -80
  179. package/lib/domain/value-objects/cae.vo.js.map +0 -1
  180. package/lib/domain/value-objects/cuit.vo.d.ts +0 -49
  181. package/lib/domain/value-objects/cuit.vo.js +0 -98
  182. package/lib/domain/value-objects/cuit.vo.js.map +0 -1
  183. package/lib/domain/value-objects/index.d.ts +0 -7
  184. package/lib/domain/value-objects/index.js +0 -24
  185. package/lib/domain/value-objects/index.js.map +0 -1
  186. package/lib/domain/value-objects/voucher-number.vo.d.ts +0 -66
  187. package/lib/domain/value-objects/voucher-number.vo.js +0 -106
  188. package/lib/domain/value-objects/voucher-number.vo.js.map +0 -1
  189. package/lib/index.d.ts +0 -8
  190. package/lib/index.js +0 -27
  191. package/lib/index.js.map +0 -1
  192. package/lib/infrastructure/constants/index.d.ts +0 -5
  193. package/lib/infrastructure/constants/index.js +0 -22
  194. package/lib/infrastructure/constants/index.js.map +0 -1
  195. package/lib/infrastructure/constants/ssl.constants.d.ts +0 -16
  196. package/lib/infrastructure/constants/ssl.constants.js +0 -20
  197. package/lib/infrastructure/constants/ssl.constants.js.map +0 -1
  198. package/lib/infrastructure/index.d.ts +0 -5
  199. package/lib/infrastructure/index.js +0 -22
  200. package/lib/infrastructure/index.js.map +0 -1
  201. package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.d.ts +0 -68
  202. package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js +0 -128
  203. package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js.map +0 -1
  204. package/lib/infrastructure/outbound/adapters/auth/auth.repository.d.ts +0 -59
  205. package/lib/infrastructure/outbound/adapters/auth/auth.repository.js +0 -134
  206. package/lib/infrastructure/outbound/adapters/auth/auth.repository.js.map +0 -1
  207. package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.d.ts +0 -31
  208. package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.js +0 -299
  209. package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.js.map +0 -1
  210. package/lib/infrastructure/outbound/adapters/electronic-billing/index.d.ts +0 -5
  211. package/lib/infrastructure/outbound/adapters/electronic-billing/index.js +0 -22
  212. package/lib/infrastructure/outbound/adapters/electronic-billing/index.js.map +0 -1
  213. package/lib/infrastructure/outbound/adapters/enums.d.ts +0 -43
  214. package/lib/infrastructure/outbound/adapters/enums.js +0 -49
  215. package/lib/infrastructure/outbound/adapters/enums.js.map +0 -1
  216. package/lib/infrastructure/outbound/adapters/index.d.ts +0 -10
  217. package/lib/infrastructure/outbound/adapters/index.js +0 -27
  218. package/lib/infrastructure/outbound/adapters/index.js.map +0 -1
  219. package/lib/infrastructure/outbound/adapters/logger/winston-logger.d.ts +0 -14
  220. package/lib/infrastructure/outbound/adapters/logger/winston-logger.js +0 -24
  221. package/lib/infrastructure/outbound/adapters/logger/winston-logger.js.map +0 -1
  222. package/lib/infrastructure/outbound/adapters/register/index.d.ts +0 -5
  223. package/lib/infrastructure/outbound/adapters/register/index.js +0 -22
  224. package/lib/infrastructure/outbound/adapters/register/index.js.map +0 -1
  225. package/lib/infrastructure/outbound/adapters/register/register-repository.d.ts +0 -32
  226. package/lib/infrastructure/outbound/adapters/register/register-repository.js +0 -288
  227. package/lib/infrastructure/outbound/adapters/register/register-repository.js.map +0 -1
  228. package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.d.ts +0 -30
  229. package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js +0 -63
  230. package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js.map +0 -1
  231. package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.d.ts +0 -20
  232. package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js +0 -54
  233. package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js.map +0 -1
  234. package/lib/infrastructure/outbound/adapters/soap/soap-client.d.ts +0 -11
  235. package/lib/infrastructure/outbound/adapters/soap/soap-client.js +0 -89
  236. package/lib/infrastructure/outbound/adapters/soap/soap-client.js.map +0 -1
  237. package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.d.ts +0 -10
  238. package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.js +0 -5804
  239. package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.js.map +0 -1
  240. package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.d.ts +0 -24
  241. package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.js +0 -98
  242. package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.js.map +0 -1
  243. package/lib/infrastructure/outbound/index.d.ts +0 -9
  244. package/lib/infrastructure/outbound/index.js +0 -26
  245. package/lib/infrastructure/outbound/index.js.map +0 -1
  246. package/lib/infrastructure/outbound/ports/auth/auth-repository.types.d.ts +0 -17
  247. package/lib/infrastructure/outbound/ports/auth/auth-repository.types.js +0 -3
  248. package/lib/infrastructure/outbound/ports/auth/auth-repository.types.js.map +0 -1
  249. package/lib/infrastructure/outbound/ports/index.d.ts +0 -11
  250. package/lib/infrastructure/outbound/ports/index.js +0 -28
  251. package/lib/infrastructure/outbound/ports/index.js.map +0 -1
  252. package/lib/infrastructure/outbound/ports/logger/logger.port.d.ts +0 -31
  253. package/lib/infrastructure/outbound/ports/logger/logger.port.js +0 -3
  254. package/lib/infrastructure/outbound/ports/logger/logger.port.js.map +0 -1
  255. package/lib/infrastructure/outbound/ports/logger/logger.types.d.ts +0 -7
  256. package/lib/infrastructure/outbound/ports/logger/logger.types.js +0 -3
  257. package/lib/infrastructure/outbound/ports/logger/logger.types.js.map +0 -1
  258. package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.d.ts +0 -51
  259. package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.js +0 -57
  260. package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.js.map +0 -1
  261. package/lib/infrastructure/outbound/ports/soap/enums/index.d.ts +0 -7
  262. package/lib/infrastructure/outbound/ports/soap/enums/index.js +0 -24
  263. package/lib/infrastructure/outbound/ports/soap/enums/index.js.map +0 -1
  264. package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.d.ts +0 -9
  265. package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.js +0 -14
  266. package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.js.map +0 -1
  267. package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.d.ts +0 -15
  268. package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.js +0 -20
  269. package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.js.map +0 -1
  270. package/lib/infrastructure/outbound/ports/soap/index.d.ts +0 -7
  271. package/lib/infrastructure/outbound/ports/soap/index.js +0 -24
  272. package/lib/infrastructure/outbound/ports/soap/index.js.map +0 -1
  273. package/lib/infrastructure/outbound/ports/soap/interfaces/LoginCMSService/LoginCms.d.ts +0 -42
  274. package/lib/infrastructure/outbound/ports/soap/interfaces/LoginCMSService/LoginCms.js +0 -3
  275. package/lib/infrastructure/outbound/ports/soap/interfaces/LoginCMSService/LoginCms.js.map +0 -1
  276. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA10/PersonaServiceA10Port.d.ts +0 -102
  277. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA10/PersonaServiceA10Port.js +0 -3
  278. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA10/PersonaServiceA10Port.js.map +0 -1
  279. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA13/PersonaServiceA13Port.d.ts +0 -145
  280. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA13/PersonaServiceA13Port.js +0 -3
  281. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA13/PersonaServiceA13Port.js.map +0 -1
  282. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA4/PersonaServiceA4Port.d.ts +0 -227
  283. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA4/PersonaServiceA4Port.js +0 -3
  284. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA4/PersonaServiceA4Port.js.map +0 -1
  285. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.d.ts +0 -300
  286. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.js +0 -3
  287. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.js.map +0 -1
  288. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceInscriptionProof/PersonaServiceInscriptionProofPort.d.ts +0 -301
  289. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceInscriptionProof/PersonaServiceInscriptionProofPort.js +0 -3
  290. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceInscriptionProof/PersonaServiceInscriptionProofPort.js.map +0 -1
  291. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap.d.ts +0 -835
  292. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap.js +0 -3
  293. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap.js.map +0 -1
  294. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.d.ts +0 -876
  295. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.js +0 -3
  296. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.js.map +0 -1
  297. package/lib/infrastructure/outbound/ports/soap/interfaces/index.d.ts +0 -15
  298. package/lib/infrastructure/outbound/ports/soap/interfaces/index.js +0 -53
  299. package/lib/infrastructure/outbound/ports/soap/interfaces/index.js.map +0 -1
  300. package/lib/infrastructure/outbound/ports/soap/soap-client.port.d.ts +0 -28
  301. package/lib/infrastructure/outbound/ports/soap/soap-client.port.js +0 -3
  302. package/lib/infrastructure/outbound/ports/soap/soap-client.port.js.map +0 -1
  303. package/lib/infrastructure/outbound/ports/soap/soap-repository.types.d.ts +0 -37
  304. package/lib/infrastructure/outbound/ports/soap/soap-repository.types.js +0 -3
  305. package/lib/infrastructure/outbound/ports/soap/soap-repository.types.js.map +0 -1
  306. package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.d.ts +0 -24
  307. package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.js +0 -3
  308. package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.js.map +0 -1
  309. package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.d.ts +0 -9
  310. package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.js +0 -3
  311. package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.js.map +0 -1
  312. package/lib/infrastructure/types/index.d.ts +0 -5
  313. package/lib/infrastructure/types/index.js +0 -22
  314. package/lib/infrastructure/types/index.js.map +0 -1
  315. package/lib/infrastructure/types/soap.types.d.ts +0 -29
  316. package/lib/infrastructure/types/soap.types.js +0 -3
  317. package/lib/infrastructure/types/soap.types.js.map +0 -1
  318. package/lib/infrastructure/utils/crypt-data.d.ts +0 -6
  319. package/lib/infrastructure/utils/crypt-data.js +0 -46
  320. package/lib/infrastructure/utils/crypt-data.js.map +0 -1
  321. package/lib/infrastructure/utils/env.d.ts +0 -10
  322. package/lib/infrastructure/utils/env.js +0 -32
  323. package/lib/infrastructure/utils/env.js.map +0 -1
  324. package/lib/infrastructure/utils/index.d.ts +0 -8
  325. package/lib/infrastructure/utils/index.js +0 -25
  326. package/lib/infrastructure/utils/index.js.map +0 -1
  327. package/lib/infrastructure/utils/logger.d.ts +0 -4
  328. package/lib/infrastructure/utils/logger.js +0 -21
  329. package/lib/infrastructure/utils/logger.js.map +0 -1
  330. package/lib/infrastructure/utils/parser.d.ts +0 -14
  331. package/lib/infrastructure/utils/parser.js +0 -36
  332. package/lib/infrastructure/utils/parser.js.map +0 -1
  333. package/lib/infrastructure/utils/soap-to-dto.mapper.d.ts +0 -104
  334. package/lib/infrastructure/utils/soap-to-dto.mapper.js +0 -111
  335. package/lib/infrastructure/utils/soap-to-dto.mapper.js.map +0 -1
@@ -1,835 +0,0 @@
1
- import { Client } from "soap";
2
- export interface IFECAESolicitarInput {
3
- FeCAEReq: ServiceSoapTypes.IFeCAEReq;
4
- }
5
- export interface IFECAESolicitarOutput {
6
- FECAESolicitarResult: ServiceSoapTypes.IFECAESolicitarResult;
7
- }
8
- export interface IFECompTotXRequestInput {
9
- Auth: ServiceSoapTypes.IAuth;
10
- }
11
- export interface IFECompTotXRequestOutput {
12
- FECompTotXRequestResult: ServiceSoapTypes.IFECompTotXRequestResult;
13
- }
14
- export interface IFEDummyInput {
15
- }
16
- export interface IFEDummyOutput {
17
- FEDummyResult: ServiceSoapTypes.IFEDummyResult;
18
- }
19
- export interface IFECompUltimoAutorizadoInput {
20
- /** s:int(undefined) */
21
- PtoVta: number;
22
- /** s:int(undefined) */
23
- CbteTipo: number;
24
- }
25
- export interface IFECompUltimoAutorizadoOutput {
26
- FECompUltimoAutorizadoResult: ServiceSoapTypes.IFECompUltimoAutorizadoResult;
27
- }
28
- export interface IFECompConsultarInput {
29
- FeCompConsReq: ServiceSoapTypes.IFeCompConsReq;
30
- }
31
- export interface IFECompConsultarOutput {
32
- FECompConsultarResult: ServiceSoapTypes.IFECompConsultarResult;
33
- }
34
- export interface IFECAEARegInformativoInput {
35
- Auth: ServiceSoapTypes.IAuth;
36
- FeCAEARegInfReq: ServiceSoapTypes.IFeCAEARegInfReq;
37
- }
38
- export interface IFECAEARegInformativoOutput {
39
- FECAEARegInformativoResult: ServiceSoapTypes.IFECAEARegInformativoResult;
40
- }
41
- export interface IFECAEASolicitarInput {
42
- Auth: ServiceSoapTypes.IAuth;
43
- /** s:int(undefined) */
44
- Periodo: number;
45
- /** s:short(undefined) */
46
- Orden: number;
47
- }
48
- export interface IFECAEASolicitarOutput {
49
- FECAEASolicitarResult: ServiceSoapTypes.IFECAEASolicitarResult;
50
- }
51
- export interface IFECAEASinMovimientoConsultarInput {
52
- Auth: ServiceSoapTypes.IAuth;
53
- /** s:string(undefined) */
54
- CAEA: string;
55
- /** s:int(undefined) */
56
- PtoVta: number;
57
- }
58
- export interface IFECAEASinMovimientoConsultarOutput {
59
- FECAEASinMovimientoConsultarResult: ServiceSoapTypes.IFECAEASinMovimientoConsultarResult;
60
- }
61
- export interface IFECAEASinMovimientoInformarInput {
62
- Auth: ServiceSoapTypes.IAuth;
63
- /** s:int(undefined) */
64
- PtoVta: number;
65
- /** s:string(undefined) */
66
- CAEA: string;
67
- }
68
- export interface IFECAEASinMovimientoInformarOutput {
69
- FECAEASinMovimientoInformarResult: ServiceSoapTypes.IFECAEASinMovimientoInformarResult;
70
- }
71
- export interface IFECAEAConsultarInput {
72
- Auth: ServiceSoapTypes.IAuth;
73
- /** s:int(undefined) */
74
- Periodo: number;
75
- /** s:short(undefined) */
76
- Orden: number;
77
- }
78
- export interface IFECAEAConsultarOutput {
79
- FECAEAConsultarResult: ServiceSoapTypes.IFECAEAConsultarResult;
80
- }
81
- export interface IFEParamGetCotizacionInput {
82
- Auth: ServiceSoapTypes.IAuth;
83
- /** s:string(undefined) */
84
- MonId: string;
85
- }
86
- export interface IFEParamGetCotizacionOutput {
87
- FEParamGetCotizacionResult: ServiceSoapTypes.IFEParamGetCotizacionResult;
88
- }
89
- export interface IFEParamGetTiposTributosInput {
90
- Auth: ServiceSoapTypes.IAuth;
91
- }
92
- export interface IFEParamGetTiposTributosOutput {
93
- FEParamGetTiposTributosResult: ServiceSoapTypes.IFEParamGetTiposTributosResult;
94
- }
95
- export interface IFEParamGetTiposMonedasInput {
96
- Auth: ServiceSoapTypes.IAuth;
97
- }
98
- export interface IFEParamGetTiposMonedasOutput {
99
- FEParamGetTiposMonedasResult: ServiceSoapTypes.IFEParamGetTiposMonedasResult;
100
- }
101
- export interface IFEParamGetTiposIvaInput {
102
- Auth: ServiceSoapTypes.IAuth;
103
- }
104
- export interface IFEParamGetTiposIvaOutput {
105
- FEParamGetTiposIvaResult: ServiceSoapTypes.IFEParamGetTiposIvaResult;
106
- }
107
- export interface IFEParamGetTiposOpcionalInput {
108
- Auth: ServiceSoapTypes.IAuth;
109
- }
110
- export interface IFEParamGetTiposOpcionalOutput {
111
- FEParamGetTiposOpcionalResult: ServiceSoapTypes.IFEParamGetTiposOpcionalResult;
112
- }
113
- export interface IFEParamGetTiposConceptoInput {
114
- Auth: ServiceSoapTypes.IAuth;
115
- }
116
- export interface IFEParamGetTiposConceptoOutput {
117
- FEParamGetTiposConceptoResult: ServiceSoapTypes.IFEParamGetTiposConceptoResult;
118
- }
119
- export interface IFEParamGetPtosVentaInput {
120
- }
121
- export interface IFEParamGetPtosVentaOutput {
122
- FEParamGetPtosVentaResult: ServiceSoapTypes.IFEParamGetPtosVentaResult;
123
- }
124
- export interface IFEParamGetTiposCbteInput {
125
- Auth: ServiceSoapTypes.IAuth;
126
- }
127
- export interface IFEParamGetTiposCbteOutput {
128
- FEParamGetTiposCbteResult: ServiceSoapTypes.IFEParamGetTiposCbteResult;
129
- }
130
- export interface IFEParamGetTiposDocInput {
131
- Auth: ServiceSoapTypes.IAuth;
132
- }
133
- export interface IFEParamGetTiposDocOutput {
134
- FEParamGetTiposDocResult: ServiceSoapTypes.IFEParamGetTiposDocResult;
135
- }
136
- export interface IFEParamGetTiposPaisesInput {
137
- Auth: ServiceSoapTypes.IAuth;
138
- }
139
- export interface IFEParamGetTiposPaisesOutput {
140
- FEParamGetTiposPaisesResult: ServiceSoapTypes.IFEParamGetTiposPaisesResult;
141
- }
142
- export interface IServiceSoapSoap extends Client {
143
- FECAESolicitar: (input: IFECAESolicitarInput, cb: (err: any | null, result: IFECAESolicitarOutput, raw: string, soapHeader: {
144
- [k: string]: any;
145
- }) => any, options?: any, extraHeaders?: any) => void;
146
- FECAESolicitarAsync: (input: IFECAESolicitarInput, options?: any, extraHeaders?: any) => Promise<[IFECAESolicitarOutput, string, {
147
- [k: string]: any;
148
- }, string]>;
149
- FECompTotXRequest: (input: IFECompTotXRequestInput, cb: (err: any | null, result: IFECompTotXRequestOutput, raw: string, soapHeader: {
150
- [k: string]: any;
151
- }) => any, options?: any, extraHeaders?: any) => void;
152
- FEDummy: (input: IFEDummyInput, cb: (err: any | null, result: IFEDummyOutput, raw: string, soapHeader: {
153
- [k: string]: any;
154
- }) => any, options?: any, extraHeaders?: any) => void;
155
- FEDummyAsync: (input: IFEDummyInput, options?: any, extraHeaders?: any) => Promise<[IFEDummyOutput, string, {
156
- [k: string]: any;
157
- }, string]>;
158
- FECompUltimoAutorizado: (input: IFECompUltimoAutorizadoInput, cb: (err: any | null, result: IFECompUltimoAutorizadoOutput, raw: string, soapHeader: {
159
- [k: string]: any;
160
- }) => any, options?: any, extraHeaders?: any) => void;
161
- FECompUltimoAutorizadoAsync: (input: IFECompUltimoAutorizadoInput, options?: any, extraHeaders?: any) => Promise<[
162
- IFECompUltimoAutorizadoOutput,
163
- string,
164
- {
165
- [k: string]: any;
166
- },
167
- string
168
- ]>;
169
- FECompConsultar: (input: IFECompConsultarInput, cb: (err: any | null, result: IFECompConsultarOutput, raw: string, soapHeader: {
170
- [k: string]: any;
171
- }) => any, options?: any, extraHeaders?: any) => void;
172
- FECompConsultarAsync: (input: IFECompConsultarInput, options?: any, extraHeaders?: any) => Promise<[IFECompConsultarOutput, string, {
173
- [k: string]: any;
174
- }, string]>;
175
- FECAEARegInformativo: (input: IFECAEARegInformativoInput, cb: (err: any | null, result: IFECAEARegInformativoOutput, raw: string, soapHeader: {
176
- [k: string]: any;
177
- }) => any, options?: any, extraHeaders?: any) => void;
178
- FECAEASolicitar: (input: IFECAEASolicitarInput, cb: (err: any | null, result: IFECAEASolicitarOutput, raw: string, soapHeader: {
179
- [k: string]: any;
180
- }) => any, options?: any, extraHeaders?: any) => void;
181
- FECAEASinMovimientoConsultar: (input: IFECAEASinMovimientoConsultarInput, cb: (err: any | null, result: IFECAEASinMovimientoConsultarOutput, raw: string, soapHeader: {
182
- [k: string]: any;
183
- }) => any, options?: any, extraHeaders?: any) => void;
184
- FECAEASinMovimientoInformar: (input: IFECAEASinMovimientoInformarInput, cb: (err: any | null, result: IFECAEASinMovimientoInformarOutput, raw: string, soapHeader: {
185
- [k: string]: any;
186
- }) => any, options?: any, extraHeaders?: any) => void;
187
- FECAEAConsultar: (input: IFECAEAConsultarInput, cb: (err: any | null, result: IFECAEAConsultarOutput, raw: string, soapHeader: {
188
- [k: string]: any;
189
- }) => any, options?: any, extraHeaders?: any) => void;
190
- FEParamGetCotizacion: (input: IFEParamGetCotizacionInput, cb: (err: any | null, result: IFEParamGetCotizacionOutput, raw: string, soapHeader: {
191
- [k: string]: any;
192
- }) => any, options?: any, extraHeaders?: any) => void;
193
- FEParamGetTiposTributos: (input: IFEParamGetTiposTributosInput, cb: (err: any | null, result: IFEParamGetTiposTributosOutput, raw: string, soapHeader: {
194
- [k: string]: any;
195
- }) => any, options?: any, extraHeaders?: any) => void;
196
- FEParamGetTiposMonedas: (input: IFEParamGetTiposMonedasInput, cb: (err: any | null, result: IFEParamGetTiposMonedasOutput, raw: string, soapHeader: {
197
- [k: string]: any;
198
- }) => any, options?: any, extraHeaders?: any) => void;
199
- FEParamGetTiposIva: (input: IFEParamGetTiposIvaInput, cb: (err: any | null, result: IFEParamGetTiposIvaOutput, raw: string, soapHeader: {
200
- [k: string]: any;
201
- }) => any, options?: any, extraHeaders?: any) => void;
202
- FEParamGetTiposOpcional: (input: IFEParamGetTiposOpcionalInput, cb: (err: any | null, result: IFEParamGetTiposOpcionalOutput, raw: string, soapHeader: {
203
- [k: string]: any;
204
- }) => any, options?: any, extraHeaders?: any) => void;
205
- FEParamGetTiposConcepto: (input: IFEParamGetTiposConceptoInput, cb: (err: any | null, result: IFEParamGetTiposConceptoOutput, raw: string, soapHeader: {
206
- [k: string]: any;
207
- }) => any, options?: any, extraHeaders?: any) => void;
208
- FEParamGetPtosVentaAsync: (input: IFEParamGetPtosVentaInput, options?: any, extraHeaders?: any) => Promise<[
209
- IFEParamGetPtosVentaOutput,
210
- string,
211
- {
212
- [k: string]: any;
213
- },
214
- string
215
- ]>;
216
- FEParamGetPtosVenta: (input: IFEParamGetPtosVentaInput, cb: (err: any | null, result: IFEParamGetPtosVentaOutput, raw: string, soapHeader: {
217
- [k: string]: any;
218
- }) => any, options?: any, extraHeaders?: any) => void;
219
- FEParamGetTiposCbte: (input: IFEParamGetTiposCbteInput, cb: (err: any | null, result: IFEParamGetTiposCbteOutput, raw: string, soapHeader: {
220
- [k: string]: any;
221
- }) => any, options?: any, extraHeaders?: any) => void;
222
- FEParamGetTiposDoc: (input: IFEParamGetTiposDocInput, cb: (err: any | null, result: IFEParamGetTiposDocOutput, raw: string, soapHeader: {
223
- [k: string]: any;
224
- }) => any, options?: any, extraHeaders?: any) => void;
225
- FEParamGetTiposPaises: (input: IFEParamGetTiposPaisesInput, cb: (err: any | null, result: IFEParamGetTiposPaisesOutput, raw: string, soapHeader: {
226
- [k: string]: any;
227
- }) => any, options?: any, extraHeaders?: any) => void;
228
- }
229
- export declare namespace ServiceSoapTypes {
230
- interface IAuth {
231
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
232
- Token: string;
233
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
234
- Sign: string;
235
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
236
- Cuit: number;
237
- }
238
- interface IFeCabReq {
239
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
240
- CantReg: number;
241
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
242
- PtoVta: number;
243
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
244
- CbteTipo: number;
245
- }
246
- interface ICbteAsoc {
247
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
248
- Tipo: number;
249
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
250
- PtoVta: number;
251
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
252
- Nro: number;
253
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
254
- Cuit: string;
255
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
256
- CbteFch?: string;
257
- }
258
- interface ICbtesAsoc {
259
- CbteAsoc: ServiceSoapTypes.ICbteAsoc[];
260
- }
261
- interface ITributo {
262
- /** http://ar.gov.afip.dif.FEV1/#s:short(undefined) */
263
- Id: number;
264
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
265
- Desc: string;
266
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
267
- BaseImp: number;
268
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
269
- Alic: number;
270
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
271
- Importe: number;
272
- }
273
- interface ITributos {
274
- Tributo: ServiceSoapTypes.ITributo[];
275
- }
276
- interface IAlicIva {
277
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
278
- Id: number;
279
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
280
- BaseImp: number;
281
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
282
- Importe: number;
283
- }
284
- interface IIva {
285
- AlicIva: ServiceSoapTypes.IAlicIva[];
286
- }
287
- interface IOpcional {
288
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
289
- Id: string;
290
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
291
- Valor: string;
292
- }
293
- interface IOpcionales {
294
- Opcional: ServiceSoapTypes.IOpcional[];
295
- }
296
- interface IComprador {
297
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
298
- DocTipo: number;
299
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
300
- DocNro: number;
301
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
302
- Porcentaje: number;
303
- }
304
- interface ICompradores {
305
- Comprador: ServiceSoapTypes.IComprador[];
306
- }
307
- interface IPeriodoAsoc {
308
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
309
- FchDesde: string;
310
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
311
- FchHasta: string;
312
- }
313
- interface IFECAEDetRequest {
314
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
315
- Concepto: number;
316
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
317
- DocTipo: number;
318
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
319
- DocNro: number;
320
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
321
- CbteDesde: number;
322
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
323
- CbteHasta: number;
324
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
325
- CbteFch: string;
326
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
327
- ImpTotal: number;
328
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
329
- ImpTotConc: number;
330
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
331
- ImpNeto: number;
332
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
333
- ImpOpEx: number;
334
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
335
- ImpTrib: number;
336
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
337
- ImpIVA: number;
338
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
339
- FchServDesde?: string;
340
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
341
- FchServHasta?: string;
342
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
343
- FchVtoPago?: string;
344
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
345
- MonId: string;
346
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
347
- MonCotiz: number;
348
- CbtesAsoc?: ServiceSoapTypes.ICbtesAsoc;
349
- Tributos?: ServiceSoapTypes.ITributos;
350
- Iva?: ServiceSoapTypes.IIva;
351
- Opcionales?: ServiceSoapTypes.IOpcionales;
352
- Compradores?: ServiceSoapTypes.ICompradores;
353
- PeriodoAsoc?: ServiceSoapTypes.IPeriodoAsoc;
354
- }
355
- interface IFeCAEReq {
356
- FeCabReq: ServiceSoapTypes.IFeCabReq;
357
- FeDetReq: {
358
- FECAEDetRequest: ServiceSoapTypes.IFECAEDetRequest[];
359
- };
360
- }
361
- interface IFeCabResp {
362
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
363
- Cuit: number;
364
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
365
- PtoVta: number;
366
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
367
- CbteTipo: number;
368
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
369
- FchProceso: string;
370
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
371
- CantReg: number;
372
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
373
- Resultado: string;
374
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
375
- Reproceso: string;
376
- }
377
- interface IObs {
378
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
379
- Code: number;
380
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
381
- Msg: string;
382
- }
383
- interface IObservaciones {
384
- Obs: ServiceSoapTypes.IObs[];
385
- }
386
- interface IFECAEDetResponse {
387
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
388
- Concepto: number;
389
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
390
- DocTipo: number;
391
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
392
- DocNro: number;
393
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
394
- CbteDesde: number;
395
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
396
- CbteHasta: number;
397
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
398
- CbteFch: string;
399
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
400
- Resultado: string;
401
- Observaciones: ServiceSoapTypes.IObservaciones;
402
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
403
- CAE: string;
404
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
405
- CAEFchVto: string;
406
- }
407
- interface IEvt {
408
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
409
- Code: number;
410
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
411
- Msg: string;
412
- }
413
- interface IEvents {
414
- Evt: ServiceSoapTypes.IEvt[];
415
- }
416
- interface IErr {
417
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
418
- Code: number;
419
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
420
- Msg: string;
421
- }
422
- interface IErrors {
423
- Err: ServiceSoapTypes.IErr[];
424
- }
425
- interface IFECAESolicitarResult {
426
- FeCabResp: ServiceSoapTypes.IFeCabResp;
427
- FeDetResp: {
428
- FECAEDetResponse: ServiceSoapTypes.IFECAEDetResponse[];
429
- };
430
- Events: ServiceSoapTypes.IEvents;
431
- Errors: ServiceSoapTypes.IErrors;
432
- }
433
- interface IFECompTotXRequestResult {
434
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
435
- RegXReq: number;
436
- Errors: ServiceSoapTypes.IErrors;
437
- Events: ServiceSoapTypes.IEvents;
438
- }
439
- interface IFEDummyResult {
440
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
441
- AppServer: string;
442
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
443
- DbServer: string;
444
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
445
- AuthServer: string;
446
- }
447
- interface IFECompUltimoAutorizadoResult {
448
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
449
- PtoVta: number;
450
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
451
- CbteTipo: number;
452
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
453
- CbteNro: number;
454
- Errors: ServiceSoapTypes.IErrors;
455
- Events: ServiceSoapTypes.IEvents;
456
- }
457
- interface IFeCompConsReq {
458
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
459
- CbteTipo: number;
460
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
461
- CbteNro: number;
462
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
463
- PtoVta: number;
464
- }
465
- interface IFECompConsultarResult {
466
- ResultGet: {
467
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
468
- Concepto: number;
469
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
470
- DocTipo: number;
471
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
472
- DocNro: number;
473
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
474
- CbteDesde: number;
475
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
476
- CbteHasta: number;
477
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
478
- CbteFch: string;
479
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
480
- ImpTotal: number;
481
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
482
- ImpTotConc: number;
483
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
484
- ImpNeto: number;
485
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
486
- ImpOpEx: number;
487
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
488
- ImpTrib: number;
489
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
490
- ImpIVA: number;
491
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
492
- FchServDesde: string;
493
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
494
- FchServHasta: string;
495
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
496
- FchVtoPago: string;
497
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
498
- MonId: string;
499
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
500
- MonCotiz: number;
501
- CbtesAsoc: ServiceSoapTypes.ICbtesAsoc;
502
- Tributos: ServiceSoapTypes.ITributos;
503
- Iva: ServiceSoapTypes.IIva;
504
- Opcionales: ServiceSoapTypes.IOpcionales;
505
- Compradores: ServiceSoapTypes.ICompradores;
506
- PeriodoAsoc: ServiceSoapTypes.IPeriodoAsoc;
507
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
508
- Resultado: string;
509
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
510
- CodAutorizacion: string;
511
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
512
- EmisionTipo: string;
513
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
514
- FchVto: string;
515
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
516
- FchProceso: string;
517
- Observaciones: ServiceSoapTypes.IObservaciones;
518
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
519
- PtoVta: number;
520
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
521
- CbteTipo: number;
522
- };
523
- Errors: ServiceSoapTypes.IErrors;
524
- Events: ServiceSoapTypes.IEvents;
525
- }
526
- interface IFECAEADetRequest {
527
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
528
- Concepto: number;
529
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
530
- DocTipo: number;
531
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
532
- DocNro: number;
533
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
534
- CbteDesde: number;
535
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
536
- CbteHasta: number;
537
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
538
- CbteFch: string;
539
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
540
- ImpTotal: number;
541
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
542
- ImpTotConc: number;
543
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
544
- ImpNeto: number;
545
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
546
- ImpOpEx: number;
547
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
548
- ImpTrib: number;
549
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
550
- ImpIVA: number;
551
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
552
- FchServDesde: string;
553
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
554
- FchServHasta: string;
555
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
556
- FchVtoPago: string;
557
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
558
- MonId: string;
559
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
560
- MonCotiz: number;
561
- CbtesAsoc: ServiceSoapTypes.ICbtesAsoc;
562
- Tributos: ServiceSoapTypes.ITributos;
563
- Iva: ServiceSoapTypes.IIva;
564
- Opcionales: ServiceSoapTypes.IOpcionales;
565
- Compradores: ServiceSoapTypes.ICompradores;
566
- PeriodoAsoc: ServiceSoapTypes.IPeriodoAsoc;
567
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
568
- CAEA: string;
569
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
570
- CbteFchHsGen: string;
571
- }
572
- interface IFeCAEARegInfReq {
573
- FeCabReq: ServiceSoapTypes.IFeCabReq;
574
- FeDetReq: {
575
- FECAEADetRequest: ServiceSoapTypes.IFECAEADetRequest[];
576
- };
577
- }
578
- interface IFECAEADetResponse {
579
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
580
- Concepto: number;
581
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
582
- DocTipo: number;
583
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
584
- DocNro: number;
585
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
586
- CbteDesde: number;
587
- /** http://ar.gov.afip.dif.FEV1/#s:long(undefined) */
588
- CbteHasta: number;
589
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
590
- CbteFch: string;
591
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
592
- Resultado: string;
593
- Observaciones: ServiceSoapTypes.IObservaciones;
594
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
595
- CAEA: string;
596
- }
597
- interface IFECAEARegInformativoResult {
598
- FeCabResp: ServiceSoapTypes.IFeCabResp;
599
- FeDetResp: {
600
- FECAEADetResponse: ServiceSoapTypes.IFECAEADetResponse[];
601
- };
602
- Events: ServiceSoapTypes.IEvents;
603
- Errors: ServiceSoapTypes.IErrors;
604
- }
605
- interface IFECAEASolicitarResult {
606
- ResultGet: {
607
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
608
- CAEA: string;
609
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
610
- Periodo: number;
611
- /** http://ar.gov.afip.dif.FEV1/#s:short(undefined) */
612
- Orden: number;
613
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
614
- FchVigDesde: string;
615
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
616
- FchVigHasta: string;
617
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
618
- FchTopeInf: string;
619
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
620
- FchProceso: string;
621
- Observaciones: ServiceSoapTypes.IObservaciones;
622
- };
623
- Errors: ServiceSoapTypes.IErrors;
624
- Events: ServiceSoapTypes.IEvents;
625
- }
626
- interface IFECAEASinMov {
627
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
628
- CAEA: string;
629
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
630
- FchProceso: string;
631
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
632
- PtoVta: number;
633
- }
634
- interface IFECAEASinMovimientoConsultarResult {
635
- ResultGet: {
636
- FECAEASinMov: ServiceSoapTypes.IFECAEASinMov[];
637
- };
638
- Errors: ServiceSoapTypes.IErrors;
639
- Events: ServiceSoapTypes.IEvents;
640
- }
641
- interface IFECAEASinMovimientoInformarResult {
642
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
643
- CAEA: string;
644
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
645
- FchProceso: string;
646
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
647
- PtoVta: number;
648
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
649
- Resultado: string;
650
- Errors: ServiceSoapTypes.IErrors;
651
- Events: ServiceSoapTypes.IEvents;
652
- }
653
- interface IFECAEAConsultarResult {
654
- ResultGet: {
655
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
656
- CAEA: string;
657
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
658
- Periodo: number;
659
- /** http://ar.gov.afip.dif.FEV1/#s:short(undefined) */
660
- Orden: number;
661
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
662
- FchVigDesde: string;
663
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
664
- FchVigHasta: string;
665
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
666
- FchTopeInf: string;
667
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
668
- FchProceso: string;
669
- Observaciones: ServiceSoapTypes.IObservaciones;
670
- };
671
- Errors: ServiceSoapTypes.IErrors;
672
- Events: ServiceSoapTypes.IEvents;
673
- }
674
- interface IFEParamGetCotizacionResult {
675
- ResultGet: {
676
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
677
- MonId: string;
678
- /** http://ar.gov.afip.dif.FEV1/#s:double(undefined) */
679
- MonCotiz: number;
680
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
681
- FchCotiz: string;
682
- };
683
- Errors: ServiceSoapTypes.IErrors;
684
- Events: ServiceSoapTypes.IEvents;
685
- }
686
- interface ITributoTipo {
687
- /** http://ar.gov.afip.dif.FEV1/#s:short(undefined) */
688
- Id: number;
689
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
690
- Desc: string;
691
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
692
- FchDesde: string;
693
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
694
- FchHasta: string;
695
- }
696
- interface IFEParamGetTiposTributosResult {
697
- ResultGet: {
698
- TributoTipo: ServiceSoapTypes.ITributoTipo[];
699
- };
700
- Errors: ServiceSoapTypes.IErrors;
701
- Events: ServiceSoapTypes.IEvents;
702
- }
703
- interface IMoneda {
704
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
705
- Id: string;
706
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
707
- Desc: string;
708
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
709
- FchDesde: string;
710
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
711
- FchHasta: string;
712
- }
713
- interface IFEParamGetTiposMonedasResult {
714
- ResultGet: {
715
- Moneda: ServiceSoapTypes.IMoneda[];
716
- };
717
- Errors: ServiceSoapTypes.IErrors;
718
- Events: ServiceSoapTypes.IEvents;
719
- }
720
- interface IIvaTipo {
721
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
722
- Id: string;
723
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
724
- Desc: string;
725
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
726
- FchDesde: string;
727
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
728
- FchHasta: string;
729
- }
730
- interface IFEParamGetTiposIvaResult {
731
- ResultGet: {
732
- IvaTipo: ServiceSoapTypes.IIvaTipo[];
733
- };
734
- Errors: ServiceSoapTypes.IErrors;
735
- Events: ServiceSoapTypes.IEvents;
736
- }
737
- interface IOpcionalTipo {
738
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
739
- Id: string;
740
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
741
- Desc: string;
742
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
743
- FchDesde: string;
744
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
745
- FchHasta: string;
746
- }
747
- interface IFEParamGetTiposOpcionalResult {
748
- ResultGet: {
749
- OpcionalTipo: ServiceSoapTypes.IOpcionalTipo[];
750
- };
751
- Errors: ServiceSoapTypes.IErrors;
752
- Events: ServiceSoapTypes.IEvents;
753
- }
754
- interface IConceptoTipo {
755
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
756
- Id: number;
757
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
758
- Desc: string;
759
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
760
- FchDesde: string;
761
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
762
- FchHasta: string;
763
- }
764
- interface IFEParamGetTiposConceptoResult {
765
- ResultGet: {
766
- ConceptoTipo: ServiceSoapTypes.IConceptoTipo[];
767
- };
768
- Errors: ServiceSoapTypes.IErrors;
769
- Events: ServiceSoapTypes.IEvents;
770
- }
771
- interface IPtoVenta {
772
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
773
- Nro: number;
774
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
775
- EmisionTipo: string;
776
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
777
- Bloqueado: string;
778
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
779
- FchBaja: string;
780
- }
781
- interface IFEParamGetPtosVentaResult {
782
- ResultGet: {
783
- PtoVenta: ServiceSoapTypes.IPtoVenta[];
784
- };
785
- Errors: ServiceSoapTypes.IErrors;
786
- Events: ServiceSoapTypes.IEvents;
787
- }
788
- interface ICbteTipo {
789
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
790
- Id: number;
791
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
792
- Desc: string;
793
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
794
- FchDesde: string;
795
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
796
- FchHasta: string;
797
- }
798
- interface IFEParamGetTiposCbteResult {
799
- ResultGet: {
800
- CbteTipo: ServiceSoapTypes.ICbteTipo[];
801
- };
802
- Errors: ServiceSoapTypes.IErrors;
803
- Events: ServiceSoapTypes.IEvents;
804
- }
805
- interface IDocTipo {
806
- /** http://ar.gov.afip.dif.FEV1/#s:int(undefined) */
807
- Id: number;
808
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
809
- Desc: string;
810
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
811
- FchDesde: string;
812
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
813
- FchHasta: string;
814
- }
815
- interface IFEParamGetTiposDocResult {
816
- ResultGet: {
817
- DocTipo: ServiceSoapTypes.IDocTipo[];
818
- };
819
- Errors: ServiceSoapTypes.IErrors;
820
- Events: ServiceSoapTypes.IEvents;
821
- }
822
- interface IPaisTipo {
823
- /** http://ar.gov.afip.dif.FEV1/#s:short(undefined) */
824
- Id: number;
825
- /** http://ar.gov.afip.dif.FEV1/#s:string(undefined) */
826
- Desc: string;
827
- }
828
- interface IFEParamGetTiposPaisesResult {
829
- ResultGet: {
830
- PaisTipo: ServiceSoapTypes.IPaisTipo[];
831
- };
832
- Errors: ServiceSoapTypes.IErrors;
833
- Events: ServiceSoapTypes.IEvents;
834
- }
835
- }