@arcasdk/core 0.3.3 → 0.3.5

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 (102) hide show
  1. package/lib/application/dto/electronic-billing.dto.d.ts +1 -1
  2. package/lib/application/ports/authentication/authentication-repository.port.d.ts +2 -2
  3. package/lib/application/ports/electronic-billing/electronic-billing-repository.port.d.ts +3 -3
  4. package/lib/application/ports/register/register-repository.ports.d.ts +1 -1
  5. package/lib/application/services/electronic-billing.service.d.ts +4 -4
  6. package/lib/application/services/electronic-billing.service.js +23 -23
  7. package/lib/application/services/generic.service.d.ts +1 -1
  8. package/lib/application/services/register-inscription-proof.service.d.ts +2 -2
  9. package/lib/application/services/register-inscription-proof.service.js +3 -3
  10. package/lib/application/services/register-scope-five.service.d.ts +2 -2
  11. package/lib/application/services/register-scope-five.service.js +3 -3
  12. package/lib/application/services/register-scope-four.service.d.ts +2 -2
  13. package/lib/application/services/register-scope-four.service.js +2 -2
  14. package/lib/application/services/register-scope-ten.service.d.ts +2 -2
  15. package/lib/application/services/register-scope-ten.service.js +2 -2
  16. package/lib/application/services/register-scope-thirteen.service.d.ts +2 -2
  17. package/lib/application/services/register-scope-thirteen.service.js +3 -3
  18. package/lib/application/types/context.types.d.ts +1 -1
  19. package/lib/application/types/result.types.d.ts +1 -1
  20. package/lib/application/types/use-case-inputs.types.d.ts +1 -1
  21. package/lib/application/use-cases/authentication/get-auth-params.use-case.d.ts +2 -2
  22. package/lib/application/use-cases/authentication/login.use-case.d.ts +2 -2
  23. package/lib/application/use-cases/authentication/request-login.use-case.d.ts +2 -2
  24. package/lib/application/use-cases/electronic-billing/consult-caea-no-movement.use-case.d.ts +2 -2
  25. package/lib/application/use-cases/electronic-billing/consult-caea.use-case.d.ts +2 -2
  26. package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.d.ts +3 -3
  27. package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js +1 -1
  28. package/lib/application/use-cases/electronic-billing/create-voucher.use-case.d.ts +3 -3
  29. package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js +1 -1
  30. package/lib/application/use-cases/electronic-billing/get-activities.use-case.d.ts +2 -2
  31. package/lib/application/use-cases/electronic-billing/get-aliquot-types.use-case.d.ts +2 -2
  32. package/lib/application/use-cases/electronic-billing/get-caea.use-case.d.ts +2 -2
  33. package/lib/application/use-cases/electronic-billing/get-concept-types.use-case.d.ts +2 -2
  34. package/lib/application/use-cases/electronic-billing/get-countries.use-case.d.ts +2 -2
  35. package/lib/application/use-cases/electronic-billing/get-currency-types.use-case.d.ts +2 -2
  36. package/lib/application/use-cases/electronic-billing/get-document-types.use-case.d.ts +2 -2
  37. package/lib/application/use-cases/electronic-billing/get-iva-receptor-types.use-case.d.ts +2 -2
  38. package/lib/application/use-cases/electronic-billing/get-last-voucher.use-case.d.ts +3 -3
  39. package/lib/application/use-cases/electronic-billing/get-max-records.use-case.d.ts +2 -2
  40. package/lib/application/use-cases/electronic-billing/get-optional-types.use-case.d.ts +2 -2
  41. package/lib/application/use-cases/electronic-billing/get-parameter-types.use-case.d.ts +2 -2
  42. package/lib/application/use-cases/electronic-billing/get-quotation.use-case.d.ts +2 -2
  43. package/lib/application/use-cases/electronic-billing/get-sales-points.use-case.d.ts +2 -2
  44. package/lib/application/use-cases/electronic-billing/get-server-status.use-case.d.ts +2 -2
  45. package/lib/application/use-cases/electronic-billing/get-tax-types.use-case.d.ts +2 -2
  46. package/lib/application/use-cases/electronic-billing/get-voucher-info.use-case.d.ts +3 -3
  47. package/lib/application/use-cases/electronic-billing/get-voucher-types.use-case.d.ts +2 -2
  48. package/lib/application/use-cases/electronic-billing/inform-caea-no-movement.use-case.d.ts +2 -2
  49. package/lib/application/use-cases/electronic-billing/inform-caea-usage.use-case.d.ts +3 -3
  50. package/lib/application/use-cases/electronic-billing/inform-caea-usage.use-case.js +1 -1
  51. package/lib/application/use-cases/register/get-register-server-status.use-case.d.ts +2 -2
  52. package/lib/application/use-cases/register/get-tax-id-by-document.use-case.d.ts +2 -2
  53. package/lib/application/use-cases/register/get-taxpayer-details.use-case.d.ts +2 -2
  54. package/lib/application/use-cases/register/get-taxpayers-details.use-case.d.ts +2 -2
  55. package/lib/domain/entities/access-ticket.entity.d.ts +2 -2
  56. package/lib/index.d.ts +4 -1
  57. package/lib/index.js +7 -3
  58. package/lib/index.js.map +1 -1
  59. package/lib/{arca.d.ts → infrastructure/inbound/adapters/arca.d.ts} +8 -8
  60. package/lib/{arca.js → infrastructure/inbound/adapters/arca.js} +18 -19
  61. package/lib/infrastructure/inbound/adapters/arca.js.map +1 -0
  62. package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.d.ts +6 -6
  63. package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js +5 -5
  64. package/lib/infrastructure/outbound/adapters/auth/auth.repository.d.ts +4 -4
  65. package/lib/infrastructure/outbound/adapters/auth/auth.repository.js +5 -5
  66. package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.d.ts +5 -5
  67. package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.js +4 -4
  68. package/lib/infrastructure/outbound/adapters/generic/generic-repository.d.ts +2 -2
  69. package/lib/infrastructure/outbound/adapters/generic/generic-repository.js +1 -1
  70. package/lib/infrastructure/outbound/adapters/logger/winston-logger.d.ts +2 -2
  71. package/lib/infrastructure/outbound/adapters/logger/winston-logger.js +1 -1
  72. package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.d.ts +3 -3
  73. package/lib/infrastructure/outbound/adapters/register/register-inscription-proof.repository.js +3 -3
  74. package/lib/infrastructure/outbound/adapters/register/register-scope-five.repository.d.ts +3 -3
  75. package/lib/infrastructure/outbound/adapters/register/register-scope-five.repository.js +3 -3
  76. package/lib/infrastructure/outbound/adapters/register/register-scope-four.repository.d.ts +3 -3
  77. package/lib/infrastructure/outbound/adapters/register/register-scope-four.repository.js +3 -3
  78. package/lib/infrastructure/outbound/adapters/register/register-scope-ten.repository.d.ts +3 -3
  79. package/lib/infrastructure/outbound/adapters/register/register-scope-ten.repository.js +3 -3
  80. package/lib/infrastructure/outbound/adapters/register/register-scope-thirteen.repository.d.ts +3 -3
  81. package/lib/infrastructure/outbound/adapters/register/register-scope-thirteen.repository.js +3 -3
  82. package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.d.ts +4 -4
  83. package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js +1 -1
  84. package/lib/infrastructure/outbound/adapters/soap/soap-client.d.ts +1 -1
  85. package/lib/infrastructure/outbound/adapters/soap/soap-client.js +1 -1
  86. package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.d.ts +3 -3
  87. package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.js +1 -1
  88. package/lib/infrastructure/outbound/ports/auth/auth-repository.types.d.ts +1 -1
  89. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA10/PersonaServiceA10Port.d.ts +1 -1
  90. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA13/PersonaServiceA13Port.d.ts +1 -1
  91. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA4/PersonaServiceA4Port.d.ts +1 -1
  92. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.d.ts +1 -1
  93. package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceInscriptionProof/PersonaServiceInscriptionProofPort.d.ts +1 -1
  94. package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.d.ts +1 -1
  95. package/lib/infrastructure/outbound/ports/soap/interfaces/index.d.ts +1 -1
  96. package/lib/infrastructure/outbound/ports/soap/interfaces/index.js +1 -1
  97. package/lib/infrastructure/outbound/ports/soap/soap-repository.types.d.ts +1 -1
  98. package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.d.ts +1 -1
  99. package/lib/infrastructure/types/soap.types.d.ts +3 -3
  100. package/lib/infrastructure/utils/soap-to-dto.mapper.d.ts +1 -1
  101. package/package.json +3 -2
  102. package/lib/arca.js.map +0 -1
@@ -2,7 +2,7 @@
2
2
  * SOAP Client
3
3
  * Implements ISoapClientPort using the soap library
4
4
  */
5
- import { ISoapClientPort } from "@infrastructure/outbound/ports/soap/soap-client.port";
5
+ import { ISoapClientPort } from "../../../outbound/ports/soap/soap-client.port";
6
6
  import { Client } from "soap";
7
7
  export declare class SoapClient implements ISoapClientPort {
8
8
  createClient<T extends Client>(wsdlName: string, options?: any): Promise<T>;
@@ -45,7 +45,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
45
45
  exports.SoapClient = void 0;
46
46
  const soap_client_facade_1 = require("./soap-client-facade");
47
47
  const https = __importStar(require("https"));
48
- const ssl_constants_1 = require("@infrastructure/constants/ssl.constants");
48
+ const ssl_constants_1 = require("../../../constants/ssl.constants");
49
49
  const wsdl_strings_1 = require("./wsdl-strings");
50
50
  class SoapClient {
51
51
  createClient(wsdlName, options) {
@@ -2,9 +2,9 @@
2
2
  * File System Ticket Storage
3
3
  * Implements ITicketStoragePort using the file system
4
4
  */
5
- import { ITicketStoragePort } from "@infrastructure/outbound/ports/storage/ticket-storage.port";
6
- import { AccessTicket } from "@domain/entities/access-ticket.entity";
7
- import { FileSystemTicketStorageConfig } from "@infrastructure/outbound/ports/storage/ticket-storage.types";
5
+ import { ITicketStoragePort } from "../../../outbound/ports/storage/ticket-storage.port";
6
+ import { AccessTicket } from "../../../../domain/entities/access-ticket.entity";
7
+ import { FileSystemTicketStorageConfig } from "../../../outbound/ports/storage/ticket-storage.types";
8
8
  export declare class FileSystemTicketStorage implements ITicketStoragePort {
9
9
  private ticketPath;
10
10
  private cuit;
@@ -10,7 +10,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.FileSystemTicketStorage = void 0;
13
- const access_ticket_entity_1 = require("@domain/entities/access-ticket.entity");
13
+ const access_ticket_entity_1 = require("../../../../domain/entities/access-ticket.entity");
14
14
  const fs_1 = require("fs");
15
15
  const path_1 = require("path");
16
16
  class FileSystemTicketStorage {
@@ -4,7 +4,7 @@
4
4
  */
5
5
  import { ISoapClientPort } from "../soap/soap-client.port";
6
6
  import { ITicketStoragePort } from "../storage/ticket-storage.port";
7
- import { ILoginCredentials } from "@domain/entities/access-ticket.entity";
7
+ import { ILoginCredentials } from "../../../../domain/entities/access-ticket.entity";
8
8
  export interface AuthRepositoryConfig {
9
9
  soapClient?: ISoapClientPort;
10
10
  cert: string;
@@ -1,5 +1,5 @@
1
1
  import { Client } from "soap";
2
- import { SoapAsyncFunc } from "@infrastructure/types";
2
+ import { SoapAsyncFunc } from "../../../../../types";
3
3
  export interface IgetPersonaInput {
4
4
  /** http://a10.soap.ws.server.puc.sr/#xs:string(undefined) */
5
5
  token: string;
@@ -1,5 +1,5 @@
1
1
  import { Client } from "soap";
2
- import { SoapAsyncFunc } from "@infrastructure/types";
2
+ import { SoapAsyncFunc } from "../../../../../types";
3
3
  export interface IdummyInput {
4
4
  }
5
5
  export interface IdummyOutput {
@@ -1,5 +1,5 @@
1
1
  import { Client } from "soap";
2
- import { SoapAsyncFunc } from "@infrastructure/types";
2
+ import { SoapAsyncFunc } from "../../../../../types";
3
3
  export interface IdummyInput {
4
4
  }
5
5
  export interface IdummyOutput {
@@ -1,5 +1,5 @@
1
1
  import { Client } from "soap";
2
- import { SoapAsyncFunc } from "@infrastructure/types";
2
+ import { SoapAsyncFunc } from "../../../../../types";
3
3
  export interface IgetPersonaInput {
4
4
  /** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
5
5
  token: string;
@@ -1,5 +1,5 @@
1
1
  import { Client } from "soap";
2
- import { SoapAsyncFunc } from "@infrastructure/types";
2
+ import { SoapAsyncFunc } from "../../../../../types";
3
3
  export interface IgetPersonaInput {
4
4
  /** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
5
5
  token: string;
@@ -1,5 +1,5 @@
1
1
  import { Client } from "soap";
2
- import { SoapAsyncFunc } from "@infrastructure/types";
2
+ import { SoapAsyncFunc } from "../../../../../types";
3
3
  export interface IFECAESolicitarInput {
4
4
  FeCAEReq: ServiceSoap12Types.IFeCAEReq;
5
5
  }
@@ -3,7 +3,7 @@
3
3
  * Re-export interfaces with namespaces to avoid naming conflicts
4
4
  *
5
5
  * Note: Direct imports from specific files are recommended to avoid conflicts
6
- * Example: import { ILoginCmsSoap } from "@infrastructure/outbound/ports/soap/interfaces/LoginCMSService/LoginCms"
6
+ * Example: import { ILoginCmsSoap } from "../../../../outbound/ports/soap/interfaces/LoginCMSService/LoginCms"
7
7
  */
8
8
  export * as LoginCMSService from "./LoginCMSService/LoginCms";
9
9
  export * as PersonaServiceA10 from "./PersonaServiceA10/PersonaServiceA10Port";
@@ -4,7 +4,7 @@
4
4
  * Re-export interfaces with namespaces to avoid naming conflicts
5
5
  *
6
6
  * Note: Direct imports from specific files are recommended to avoid conflicts
7
- * Example: import { ILoginCmsSoap } from "@infrastructure/outbound/ports/soap/interfaces/LoginCMSService/LoginCms"
7
+ * Example: import { ILoginCmsSoap } from "../../../../outbound/ports/soap/interfaces/LoginCMSService/LoginCms"
8
8
  */
9
9
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
10
  if (k2 === undefined) k2 = k;
@@ -3,7 +3,7 @@
3
3
  * Configuration types for SOAP repositories
4
4
  */
5
5
  import { ISoapClientPort } from "./soap-client.port";
6
- import { IAuthenticationRepositoryPort } from "@application/ports/authentication/authentication-repository.port";
6
+ import { IAuthenticationRepositoryPort } from "../../../../application/ports/authentication/authentication-repository.port";
7
7
  import { ILoggerPort } from "../logger/logger.port";
8
8
  import { ServiceNamesEnum } from "./enums/service-names.enum";
9
9
  import { SoapServiceVersion } from "./enums/endpoints.enum";
@@ -2,7 +2,7 @@
2
2
  * Ticket Storage Port
3
3
  * Outbound port for ticket storage operations
4
4
  */
5
- import { AccessTicket } from "@domain/entities/access-ticket.entity";
5
+ import { AccessTicket } from "../../../../domain/entities/access-ticket.entity";
6
6
  export interface ITicketStoragePort {
7
7
  /**
8
8
  * Save an access ticket
@@ -3,9 +3,9 @@
3
3
  * Types related to SOAP infrastructure
4
4
  */
5
5
  import { IOptions } from "soap";
6
- import { WsdlPathEnum } from "@infrastructure/outbound/ports/soap/enums/wsdl-path.enum";
7
- import { EndpointsEnum, SoapServiceVersion } from "@infrastructure/outbound/ports/soap/enums/endpoints.enum";
8
- import { ServiceNamesEnum } from "@infrastructure/outbound/ports/soap/enums/service-names.enum";
6
+ import { WsdlPathEnum } from "../outbound/ports/soap/enums/wsdl-path.enum";
7
+ import { EndpointsEnum, SoapServiceVersion } from "../outbound/ports/soap/enums/endpoints.enum";
8
+ import { ServiceNamesEnum } from "../outbound/ports/soap/enums/service-names.enum";
9
9
  export type SoapAsyncFunc<I, O> = (input: I, options?: any, extraHeaders?: any) => Promise<[O, string, {
10
10
  [k: string]: any;
11
11
  }, string]>;
@@ -4,7 +4,7 @@
4
4
  * Maps from infrastructure (SOAP) to domain (business concepts)
5
5
  * This maintains architectural boundaries: Infrastructure -> Domain -> Application
6
6
  */
7
- import { SalesPoint, ServerStatus, LastVoucher, VoucherInfo, AliquotType, ParameterType, IvaReceptorType, CaeaResponse, CaeaUsageResponse, CaeaNoMovement, PaisType, ActividadType, CotizacionType, ErrorInfo } from "@domain/types/electronic-billing.types";
7
+ import { SalesPoint, ServerStatus, LastVoucher, VoucherInfo, AliquotType, ParameterType, IvaReceptorType, CaeaResponse, CaeaUsageResponse, CaeaNoMovement, PaisType, ActividadType, CotizacionType, ErrorInfo } from "../../domain/types/electronic-billing.types";
8
8
  /**
9
9
  * Map SOAP errors to Domain ErrorInfo
10
10
  */
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@arcasdk/core",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Arca TypeScript SDK - Core package for AFIP/ARCA integration",
5
5
  "source": "src/index.ts",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
9
- "build": "npx tsc -p tsconfig.build.json",
9
+ "build": "npx tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
10
10
  "test": "jest",
11
11
  "test:unit": "jest ./tests/unit",
12
12
  "test:integration": "jest ./tests/integration",
@@ -37,6 +37,7 @@
37
37
  "rimraf": "^5.0.7",
38
38
  "ts-jest": "^28.0.8",
39
39
  "ts-node": "^10.9.1",
40
+ "tsc-alias": "^1.8.16",
40
41
  "tsconfig-paths": "^4.2.0",
41
42
  "typescript": "^5.0.4"
42
43
  },
package/lib/arca.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"arca.js","sourceRoot":"","sources":["../src/arca.ts"],"names":[],"mappings":"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"}