@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.
- package/README.md +20 -0
- package/package.json +2 -2
- package/lib/application/config/env.d.ts +0 -6
- package/lib/application/config/env.js +0 -14
- package/lib/application/config/env.js.map +0 -1
- package/lib/application/config/index.d.ts +0 -6
- package/lib/application/config/index.js +0 -15
- package/lib/application/config/index.js.map +0 -1
- package/lib/application/dto/electronic-billing.dto.d.ts +0 -114
- package/lib/application/dto/electronic-billing.dto.js +0 -3
- package/lib/application/dto/electronic-billing.dto.js.map +0 -1
- package/lib/application/dto/index.d.ts +0 -6
- package/lib/application/dto/index.js +0 -23
- package/lib/application/dto/index.js.map +0 -1
- package/lib/application/dto/register.dto.d.ts +0 -116
- package/lib/application/dto/register.dto.js +0 -8
- package/lib/application/dto/register.dto.js.map +0 -1
- package/lib/application/index.d.ts +0 -10
- package/lib/application/index.js +0 -27
- package/lib/application/index.js.map +0 -1
- package/lib/application/ports/authentication/authentication-repository.port.d.ts +0 -29
- package/lib/application/ports/authentication/authentication-repository.port.js +0 -3
- package/lib/application/ports/authentication/authentication-repository.port.js.map +0 -1
- package/lib/application/ports/authentication/index.d.ts +0 -5
- package/lib/application/ports/authentication/index.js +0 -22
- package/lib/application/ports/authentication/index.js.map +0 -1
- package/lib/application/ports/electronic-billing/electronic-billing-repository.port.d.ts +0 -77
- package/lib/application/ports/electronic-billing/electronic-billing-repository.port.js +0 -3
- package/lib/application/ports/electronic-billing/electronic-billing-repository.port.js.map +0 -1
- package/lib/application/ports/electronic-billing/index.d.ts +0 -5
- package/lib/application/ports/electronic-billing/index.js +0 -22
- package/lib/application/ports/electronic-billing/index.js.map +0 -1
- package/lib/application/ports/index.d.ts +0 -7
- package/lib/application/ports/index.js +0 -24
- package/lib/application/ports/index.js.map +0 -1
- package/lib/application/ports/register/index.d.ts +0 -5
- package/lib/application/ports/register/index.js +0 -22
- package/lib/application/ports/register/index.js.map +0 -1
- package/lib/application/ports/register/register-repository.port.d.ts +0 -42
- package/lib/application/ports/register/register-repository.port.js +0 -12
- package/lib/application/ports/register/register-repository.port.js.map +0 -1
- package/lib/application/services/electronic-billing.service.d.ts +0 -129
- package/lib/application/services/electronic-billing.service.js +0 -217
- package/lib/application/services/electronic-billing.service.js.map +0 -1
- package/lib/application/services/index.d.ts +0 -10
- package/lib/application/services/index.js +0 -27
- package/lib/application/services/index.js.map +0 -1
- package/lib/application/services/register-inscription-proof.service.d.ts +0 -35
- package/lib/application/services/register-inscription-proof.service.js +0 -101
- package/lib/application/services/register-inscription-proof.service.js.map +0 -1
- package/lib/application/services/register-scope-five.service.d.ts +0 -35
- package/lib/application/services/register-scope-five.service.js +0 -101
- package/lib/application/services/register-scope-five.service.js.map +0 -1
- package/lib/application/services/register-scope-four.service.d.ts +0 -28
- package/lib/application/services/register-scope-four.service.js +0 -72
- package/lib/application/services/register-scope-four.service.js.map +0 -1
- package/lib/application/services/register-scope-ten.service.d.ts +0 -28
- package/lib/application/services/register-scope-ten.service.js +0 -72
- package/lib/application/services/register-scope-ten.service.js.map +0 -1
- package/lib/application/services/register-scope-thirteen.service.d.ts +0 -36
- package/lib/application/services/register-scope-thirteen.service.js +0 -96
- package/lib/application/services/register-scope-thirteen.service.js.map +0 -1
- package/lib/application/types/auth.types.d.ts +0 -19
- package/lib/application/types/auth.types.js +0 -7
- package/lib/application/types/auth.types.js.map +0 -1
- package/lib/application/types/context.types.d.ts +0 -46
- package/lib/application/types/context.types.js +0 -3
- package/lib/application/types/context.types.js.map +0 -1
- package/lib/application/types/index.d.ts +0 -8
- package/lib/application/types/index.js +0 -25
- package/lib/application/types/index.js.map +0 -1
- package/lib/application/types/result.types.d.ts +0 -10
- package/lib/application/types/result.types.js +0 -3
- package/lib/application/types/result.types.js.map +0 -1
- package/lib/application/types/use-case-inputs.types.d.ts +0 -42
- package/lib/application/types/use-case-inputs.types.js +0 -3
- package/lib/application/types/use-case-inputs.types.js.map +0 -1
- package/lib/application/use-cases/authentication/get-auth-params.use-case.d.ts +0 -16
- package/lib/application/use-cases/authentication/get-auth-params.use-case.js +0 -29
- package/lib/application/use-cases/authentication/get-auth-params.use-case.js.map +0 -1
- package/lib/application/use-cases/authentication/index.d.ts +0 -7
- package/lib/application/use-cases/authentication/index.js +0 -24
- package/lib/application/use-cases/authentication/index.js.map +0 -1
- package/lib/application/use-cases/authentication/login.use-case.d.ts +0 -17
- package/lib/application/use-cases/authentication/login.use-case.js +0 -29
- package/lib/application/use-cases/authentication/login.use-case.js.map +0 -1
- package/lib/application/use-cases/authentication/request-login.use-case.d.ts +0 -16
- package/lib/application/use-cases/authentication/request-login.use-case.js +0 -29
- package/lib/application/use-cases/authentication/request-login.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.d.ts +0 -17
- package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js +0 -39
- package/lib/application/use-cases/electronic-billing/create-next-voucher.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/create-voucher.use-case.d.ts +0 -17
- package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js +0 -33
- package/lib/application/use-cases/electronic-billing/create-voucher.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-aliquot-types.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-aliquot-types.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-aliquot-types.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-concept-types.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-concept-types.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-concept-types.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-currency-types.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-currency-types.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-currency-types.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-document-types.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-document-types.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-document-types.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-last-voucher.use-case.d.ts +0 -17
- package/lib/application/use-cases/electronic-billing/get-last-voucher.use-case.js +0 -29
- package/lib/application/use-cases/electronic-billing/get-last-voucher.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-optional-types.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-optional-types.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-optional-types.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-parameter-types.use-case.d.ts +0 -40
- package/lib/application/use-cases/electronic-billing/get-parameter-types.use-case.js +0 -73
- package/lib/application/use-cases/electronic-billing/get-parameter-types.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-sales-points.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-sales-points.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-sales-points.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-server-status.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-server-status.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-server-status.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-tax-types.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-tax-types.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-tax-types.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-voucher-info.use-case.d.ts +0 -17
- package/lib/application/use-cases/electronic-billing/get-voucher-info.use-case.js +0 -29
- package/lib/application/use-cases/electronic-billing/get-voucher-info.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/get-voucher-types.use-case.d.ts +0 -15
- package/lib/application/use-cases/electronic-billing/get-voucher-types.use-case.js +0 -28
- package/lib/application/use-cases/electronic-billing/get-voucher-types.use-case.js.map +0 -1
- package/lib/application/use-cases/electronic-billing/index.d.ts +0 -18
- package/lib/application/use-cases/electronic-billing/index.js +0 -36
- package/lib/application/use-cases/electronic-billing/index.js.map +0 -1
- package/lib/application/use-cases/index.d.ts +0 -7
- package/lib/application/use-cases/index.js +0 -24
- package/lib/application/use-cases/index.js.map +0 -1
- package/lib/application/use-cases/register/get-server-status.use-case.d.ts +0 -17
- package/lib/application/use-cases/register/get-server-status.use-case.js +0 -29
- package/lib/application/use-cases/register/get-server-status.use-case.js.map +0 -1
- package/lib/application/use-cases/register/get-tax-id-by-document.use-case.d.ts +0 -18
- package/lib/application/use-cases/register/get-tax-id-by-document.use-case.js +0 -29
- package/lib/application/use-cases/register/get-tax-id-by-document.use-case.js.map +0 -1
- package/lib/application/use-cases/register/get-taxpayer-details.use-case.d.ts +0 -17
- package/lib/application/use-cases/register/get-taxpayer-details.use-case.js +0 -29
- package/lib/application/use-cases/register/get-taxpayer-details.use-case.js.map +0 -1
- package/lib/application/use-cases/register/get-taxpayers-details.use-case.d.ts +0 -18
- package/lib/application/use-cases/register/get-taxpayers-details.use-case.js +0 -29
- package/lib/application/use-cases/register/get-taxpayers-details.use-case.js.map +0 -1
- package/lib/application/use-cases/register/index.d.ts +0 -8
- package/lib/application/use-cases/register/index.js +0 -25
- package/lib/application/use-cases/register/index.js.map +0 -1
- package/lib/arca.d.ts +0 -23
- package/lib/arca.js +0 -83
- package/lib/arca.js.map +0 -1
- package/lib/domain/entities/access-ticket.entity.d.ts +0 -73
- package/lib/domain/entities/access-ticket.entity.js +0 -144
- package/lib/domain/entities/access-ticket.entity.js.map +0 -1
- package/lib/domain/entities/index.d.ts +0 -6
- package/lib/domain/entities/index.js +0 -23
- package/lib/domain/entities/index.js.map +0 -1
- package/lib/domain/entities/voucher.entity.d.ts +0 -113
- package/lib/domain/entities/voucher.entity.js +0 -216
- package/lib/domain/entities/voucher.entity.js.map +0 -1
- package/lib/domain/index.d.ts +0 -6
- package/lib/domain/index.js +0 -23
- package/lib/domain/index.js.map +0 -1
- package/lib/domain/types/electronic-billing.types.d.ts +0 -120
- package/lib/domain/types/electronic-billing.types.js +0 -8
- package/lib/domain/types/electronic-billing.types.js.map +0 -1
- package/lib/domain/types/index.d.ts +0 -6
- package/lib/domain/types/index.js +0 -23
- package/lib/domain/types/index.js.map +0 -1
- package/lib/domain/types/voucher.types.d.ts +0 -65
- package/lib/domain/types/voucher.types.js +0 -3
- package/lib/domain/types/voucher.types.js.map +0 -1
- package/lib/domain/value-objects/cae.vo.d.ts +0 -47
- package/lib/domain/value-objects/cae.vo.js +0 -80
- package/lib/domain/value-objects/cae.vo.js.map +0 -1
- package/lib/domain/value-objects/cuit.vo.d.ts +0 -49
- package/lib/domain/value-objects/cuit.vo.js +0 -98
- package/lib/domain/value-objects/cuit.vo.js.map +0 -1
- package/lib/domain/value-objects/index.d.ts +0 -7
- package/lib/domain/value-objects/index.js +0 -24
- package/lib/domain/value-objects/index.js.map +0 -1
- package/lib/domain/value-objects/voucher-number.vo.d.ts +0 -66
- package/lib/domain/value-objects/voucher-number.vo.js +0 -106
- package/lib/domain/value-objects/voucher-number.vo.js.map +0 -1
- package/lib/index.d.ts +0 -8
- package/lib/index.js +0 -27
- package/lib/index.js.map +0 -1
- package/lib/infrastructure/constants/index.d.ts +0 -5
- package/lib/infrastructure/constants/index.js +0 -22
- package/lib/infrastructure/constants/index.js.map +0 -1
- package/lib/infrastructure/constants/ssl.constants.d.ts +0 -16
- package/lib/infrastructure/constants/ssl.constants.js +0 -20
- package/lib/infrastructure/constants/ssl.constants.js.map +0 -1
- package/lib/infrastructure/index.d.ts +0 -5
- package/lib/infrastructure/index.js +0 -22
- package/lib/infrastructure/index.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.d.ts +0 -68
- package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js +0 -128
- package/lib/infrastructure/outbound/adapters/auth/afip-auth.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/auth/auth.repository.d.ts +0 -59
- package/lib/infrastructure/outbound/adapters/auth/auth.repository.js +0 -134
- package/lib/infrastructure/outbound/adapters/auth/auth.repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.d.ts +0 -31
- package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.js +0 -299
- package/lib/infrastructure/outbound/adapters/electronic-billing/electronic-billing-repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/electronic-billing/index.d.ts +0 -5
- package/lib/infrastructure/outbound/adapters/electronic-billing/index.js +0 -22
- package/lib/infrastructure/outbound/adapters/electronic-billing/index.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/enums.d.ts +0 -43
- package/lib/infrastructure/outbound/adapters/enums.js +0 -49
- package/lib/infrastructure/outbound/adapters/enums.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/index.d.ts +0 -10
- package/lib/infrastructure/outbound/adapters/index.js +0 -27
- package/lib/infrastructure/outbound/adapters/index.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/logger/winston-logger.d.ts +0 -14
- package/lib/infrastructure/outbound/adapters/logger/winston-logger.js +0 -24
- package/lib/infrastructure/outbound/adapters/logger/winston-logger.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/register/index.d.ts +0 -5
- package/lib/infrastructure/outbound/adapters/register/index.js +0 -22
- package/lib/infrastructure/outbound/adapters/register/index.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/register/register-repository.d.ts +0 -32
- package/lib/infrastructure/outbound/adapters/register/register-repository.js +0 -288
- package/lib/infrastructure/outbound/adapters/register/register-repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.d.ts +0 -30
- package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js +0 -63
- package/lib/infrastructure/outbound/adapters/soap/base-soap-repository.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.d.ts +0 -20
- package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js +0 -54
- package/lib/infrastructure/outbound/adapters/soap/soap-client-facade.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/soap/soap-client.d.ts +0 -11
- package/lib/infrastructure/outbound/adapters/soap/soap-client.js +0 -89
- package/lib/infrastructure/outbound/adapters/soap/soap-client.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.d.ts +0 -10
- package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.js +0 -5804
- package/lib/infrastructure/outbound/adapters/soap/wsdl-strings.js.map +0 -1
- package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.d.ts +0 -24
- package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.js +0 -98
- package/lib/infrastructure/outbound/adapters/storage/file-system-ticket-storage.js.map +0 -1
- package/lib/infrastructure/outbound/index.d.ts +0 -9
- package/lib/infrastructure/outbound/index.js +0 -26
- package/lib/infrastructure/outbound/index.js.map +0 -1
- package/lib/infrastructure/outbound/ports/auth/auth-repository.types.d.ts +0 -17
- package/lib/infrastructure/outbound/ports/auth/auth-repository.types.js +0 -3
- package/lib/infrastructure/outbound/ports/auth/auth-repository.types.js.map +0 -1
- package/lib/infrastructure/outbound/ports/index.d.ts +0 -11
- package/lib/infrastructure/outbound/ports/index.js +0 -28
- package/lib/infrastructure/outbound/ports/index.js.map +0 -1
- package/lib/infrastructure/outbound/ports/logger/logger.port.d.ts +0 -31
- package/lib/infrastructure/outbound/ports/logger/logger.port.js +0 -3
- package/lib/infrastructure/outbound/ports/logger/logger.port.js.map +0 -1
- package/lib/infrastructure/outbound/ports/logger/logger.types.d.ts +0 -7
- package/lib/infrastructure/outbound/ports/logger/logger.types.js +0 -3
- package/lib/infrastructure/outbound/ports/logger/logger.types.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.d.ts +0 -51
- package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.js +0 -57
- package/lib/infrastructure/outbound/ports/soap/enums/endpoints.enum.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/enums/index.d.ts +0 -7
- package/lib/infrastructure/outbound/ports/soap/enums/index.js +0 -24
- package/lib/infrastructure/outbound/ports/soap/enums/index.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.d.ts +0 -9
- package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.js +0 -14
- package/lib/infrastructure/outbound/ports/soap/enums/service-names.enum.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.d.ts +0 -15
- package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.js +0 -20
- package/lib/infrastructure/outbound/ports/soap/enums/wsdl-path.enum.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/index.d.ts +0 -7
- package/lib/infrastructure/outbound/ports/soap/index.js +0 -24
- package/lib/infrastructure/outbound/ports/soap/index.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/LoginCMSService/LoginCms.d.ts +0 -42
- package/lib/infrastructure/outbound/ports/soap/interfaces/LoginCMSService/LoginCms.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/interfaces/LoginCMSService/LoginCms.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA10/PersonaServiceA10Port.d.ts +0 -102
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA10/PersonaServiceA10Port.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA10/PersonaServiceA10Port.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA13/PersonaServiceA13Port.d.ts +0 -145
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA13/PersonaServiceA13Port.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA13/PersonaServiceA13Port.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA4/PersonaServiceA4Port.d.ts +0 -227
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA4/PersonaServiceA4Port.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA4/PersonaServiceA4Port.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.d.ts +0 -300
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceInscriptionProof/PersonaServiceInscriptionProofPort.d.ts +0 -301
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceInscriptionProof/PersonaServiceInscriptionProofPort.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceInscriptionProof/PersonaServiceInscriptionProofPort.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap.d.ts +0 -835
- package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.d.ts +0 -876
- package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/interfaces/index.d.ts +0 -15
- package/lib/infrastructure/outbound/ports/soap/interfaces/index.js +0 -53
- package/lib/infrastructure/outbound/ports/soap/interfaces/index.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/soap-client.port.d.ts +0 -28
- package/lib/infrastructure/outbound/ports/soap/soap-client.port.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/soap-client.port.js.map +0 -1
- package/lib/infrastructure/outbound/ports/soap/soap-repository.types.d.ts +0 -37
- package/lib/infrastructure/outbound/ports/soap/soap-repository.types.js +0 -3
- package/lib/infrastructure/outbound/ports/soap/soap-repository.types.js.map +0 -1
- package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.d.ts +0 -24
- package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.js +0 -3
- package/lib/infrastructure/outbound/ports/storage/ticket-storage.port.js.map +0 -1
- package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.d.ts +0 -9
- package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.js +0 -3
- package/lib/infrastructure/outbound/ports/storage/ticket-storage.types.js.map +0 -1
- package/lib/infrastructure/types/index.d.ts +0 -5
- package/lib/infrastructure/types/index.js +0 -22
- package/lib/infrastructure/types/index.js.map +0 -1
- package/lib/infrastructure/types/soap.types.d.ts +0 -29
- package/lib/infrastructure/types/soap.types.js +0 -3
- package/lib/infrastructure/types/soap.types.js.map +0 -1
- package/lib/infrastructure/utils/crypt-data.d.ts +0 -6
- package/lib/infrastructure/utils/crypt-data.js +0 -46
- package/lib/infrastructure/utils/crypt-data.js.map +0 -1
- package/lib/infrastructure/utils/env.d.ts +0 -10
- package/lib/infrastructure/utils/env.js +0 -32
- package/lib/infrastructure/utils/env.js.map +0 -1
- package/lib/infrastructure/utils/index.d.ts +0 -8
- package/lib/infrastructure/utils/index.js +0 -25
- package/lib/infrastructure/utils/index.js.map +0 -1
- package/lib/infrastructure/utils/logger.d.ts +0 -4
- package/lib/infrastructure/utils/logger.js +0 -21
- package/lib/infrastructure/utils/logger.js.map +0 -1
- package/lib/infrastructure/utils/parser.d.ts +0 -14
- package/lib/infrastructure/utils/parser.js +0 -36
- package/lib/infrastructure/utils/parser.js.map +0 -1
- package/lib/infrastructure/utils/soap-to-dto.mapper.d.ts +0 -104
- package/lib/infrastructure/utils/soap-to-dto.mapper.js +0 -111
- package/lib/infrastructure/utils/soap-to-dto.mapper.js.map +0 -1
package/lib/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.d.ts
DELETED
|
@@ -1,300 +0,0 @@
|
|
|
1
|
-
import { Client } from "soap";
|
|
2
|
-
import { SoapAsyncFunc } from "@infrastructure/types";
|
|
3
|
-
export interface IgetPersonaInput {
|
|
4
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
5
|
-
token: string;
|
|
6
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
7
|
-
sign: string;
|
|
8
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
9
|
-
cuitRepresentada: number;
|
|
10
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
11
|
-
idPersona: number;
|
|
12
|
-
}
|
|
13
|
-
export interface IgetPersonaOutput {
|
|
14
|
-
personaReturn: PersonaServiceA5PortTypes.IpersonaReturn;
|
|
15
|
-
}
|
|
16
|
-
export interface IgetPersonaListInput {
|
|
17
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
18
|
-
token: string;
|
|
19
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
20
|
-
sign: string;
|
|
21
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
22
|
-
cuitRepresentada: number;
|
|
23
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
24
|
-
idPersona: number;
|
|
25
|
-
}
|
|
26
|
-
export interface IgetPersonaListOutput {
|
|
27
|
-
personaListReturn: PersonaServiceA5PortTypes.IpersonaListReturn;
|
|
28
|
-
}
|
|
29
|
-
export interface IgetPersona_v2Input {
|
|
30
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
31
|
-
token: string;
|
|
32
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
33
|
-
sign: string;
|
|
34
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
35
|
-
cuitRepresentada: number;
|
|
36
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
37
|
-
idPersona: number;
|
|
38
|
-
}
|
|
39
|
-
export interface IgetPersona_v2Output {
|
|
40
|
-
personaReturn: PersonaServiceA5PortTypes.IpersonaReturn;
|
|
41
|
-
}
|
|
42
|
-
export interface IdummyInput {
|
|
43
|
-
}
|
|
44
|
-
export interface IdummyOutput {
|
|
45
|
-
return: PersonaServiceA5PortTypes.Ireturn;
|
|
46
|
-
}
|
|
47
|
-
export interface IgetPersonaList_v2Input {
|
|
48
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
49
|
-
token: string;
|
|
50
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
51
|
-
sign: string;
|
|
52
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
53
|
-
cuitRepresentada: number;
|
|
54
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
55
|
-
idPersona: number[];
|
|
56
|
-
}
|
|
57
|
-
export interface IgetPersonaList_v2Output {
|
|
58
|
-
personaListReturn: PersonaServiceA5PortTypes.IpersonaListReturn;
|
|
59
|
-
}
|
|
60
|
-
export interface IPersonaServiceA5PortSoap extends Client {
|
|
61
|
-
getPersona: (input: IgetPersonaInput, cb: (err: any | null, result: IgetPersonaOutput, raw: string, soapHeader: {
|
|
62
|
-
[k: string]: any;
|
|
63
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
64
|
-
getPersonaAsync: SoapAsyncFunc<IgetPersonaInput, IgetPersonaOutput>;
|
|
65
|
-
getPersonaList: (input: IgetPersonaListInput, cb: (err: any | null, result: IgetPersonaListOutput, raw: string, soapHeader: {
|
|
66
|
-
[k: string]: any;
|
|
67
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
68
|
-
getPersonaListAsync: SoapAsyncFunc<IgetPersonaListInput, IgetPersonaListOutput>;
|
|
69
|
-
getPersona_v2: (input: IgetPersona_v2Input, cb: (err: any | null, result: IgetPersona_v2Output, raw: string, soapHeader: {
|
|
70
|
-
[k: string]: any;
|
|
71
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
72
|
-
getPersona_v2Async: SoapAsyncFunc<IgetPersona_v2Input, IgetPersona_v2Output>;
|
|
73
|
-
dummy: (input: IdummyInput, cb: (err: any | null, result: IdummyOutput, raw: string, soapHeader: {
|
|
74
|
-
[k: string]: any;
|
|
75
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
76
|
-
dummyAsync: SoapAsyncFunc<IdummyInput, IdummyOutput>;
|
|
77
|
-
getPersonaList_v2: (input: IgetPersonaList_v2Input, cb: (err: any | null, result: IgetPersonaList_v2Output, raw: string, soapHeader: {
|
|
78
|
-
[k: string]: any;
|
|
79
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
80
|
-
getPersonaList_v2Async: SoapAsyncFunc<IgetPersonaList_v2Input, IgetPersonaList_v2Output>;
|
|
81
|
-
}
|
|
82
|
-
export declare namespace PersonaServiceA5PortTypes {
|
|
83
|
-
interface Icaracterizacion {
|
|
84
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
85
|
-
descripcionCaracterizacion: string;
|
|
86
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
87
|
-
idCaracterizacion: number;
|
|
88
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
89
|
-
periodo: number;
|
|
90
|
-
}
|
|
91
|
-
interface Idependencia {
|
|
92
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
93
|
-
codPostal: string;
|
|
94
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
95
|
-
descripcionDependencia: string;
|
|
96
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
97
|
-
descripcionProvincia: string;
|
|
98
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
99
|
-
direccion: string;
|
|
100
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
101
|
-
idDependencia: number;
|
|
102
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
103
|
-
idProvincia: number;
|
|
104
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
105
|
-
localidad: string;
|
|
106
|
-
}
|
|
107
|
-
interface IdomicilioFiscal {
|
|
108
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
109
|
-
codPostal: string;
|
|
110
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
111
|
-
datoAdicional: string;
|
|
112
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
113
|
-
descripcionProvincia: string;
|
|
114
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
115
|
-
direccion: string;
|
|
116
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
117
|
-
idProvincia: number;
|
|
118
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
119
|
-
localidad: string;
|
|
120
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
121
|
-
tipoDatoAdicional: string;
|
|
122
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
123
|
-
tipoDomicilio: string;
|
|
124
|
-
}
|
|
125
|
-
interface IdatosGenerales {
|
|
126
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
127
|
-
apellido: string;
|
|
128
|
-
caracterizacion: PersonaServiceA5PortTypes.Icaracterizacion[];
|
|
129
|
-
dependencia: PersonaServiceA5PortTypes.Idependencia;
|
|
130
|
-
domicilioFiscal: PersonaServiceA5PortTypes.IdomicilioFiscal;
|
|
131
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
132
|
-
estadoClave: string;
|
|
133
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
134
|
-
fechaContratoSocial: string;
|
|
135
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
136
|
-
fechaFallecimiento: string;
|
|
137
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
138
|
-
idPersona: number;
|
|
139
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
140
|
-
mesCierre: number;
|
|
141
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
142
|
-
nombre: string;
|
|
143
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
144
|
-
razonSocial: string;
|
|
145
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
146
|
-
tipoClave: string;
|
|
147
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
148
|
-
tipoPersona: string;
|
|
149
|
-
}
|
|
150
|
-
interface Iactividad {
|
|
151
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
152
|
-
descripcionActividad: string;
|
|
153
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
154
|
-
idActividad: number;
|
|
155
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
156
|
-
nomenclador: number;
|
|
157
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
158
|
-
orden: number;
|
|
159
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
160
|
-
periodo: number;
|
|
161
|
-
}
|
|
162
|
-
interface IactividadMonotributista {
|
|
163
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
164
|
-
descripcionActividad: string;
|
|
165
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
166
|
-
idActividad: number;
|
|
167
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
168
|
-
nomenclador: number;
|
|
169
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
170
|
-
orden: number;
|
|
171
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
172
|
-
periodo: number;
|
|
173
|
-
}
|
|
174
|
-
interface IcategoriaMonotributo {
|
|
175
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
176
|
-
descripcionCategoria: string;
|
|
177
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
178
|
-
idCategoria: number;
|
|
179
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
180
|
-
idImpuesto: number;
|
|
181
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
182
|
-
periodo: number;
|
|
183
|
-
}
|
|
184
|
-
interface IcomponenteDeSociedad {
|
|
185
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
186
|
-
apellidoPersonaAsociada: string;
|
|
187
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
188
|
-
ffRelacion: string;
|
|
189
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
190
|
-
ffVencimiento: string;
|
|
191
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
192
|
-
idPersonaAsociada: number;
|
|
193
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
194
|
-
nombrePersonaAsociada: string;
|
|
195
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
196
|
-
razonSocialPersonaAsociada: string;
|
|
197
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
198
|
-
tipoComponente: string;
|
|
199
|
-
}
|
|
200
|
-
interface Iimpuesto {
|
|
201
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
202
|
-
descripcionImpuesto: string;
|
|
203
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
204
|
-
idImpuesto: number;
|
|
205
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
206
|
-
periodo: number;
|
|
207
|
-
}
|
|
208
|
-
interface IdatosMonotributo {
|
|
209
|
-
actividad: PersonaServiceA5PortTypes.Iactividad[];
|
|
210
|
-
actividadMonotributista: PersonaServiceA5PortTypes.IactividadMonotributista;
|
|
211
|
-
categoriaMonotributo: PersonaServiceA5PortTypes.IcategoriaMonotributo;
|
|
212
|
-
componenteDeSociedad: PersonaServiceA5PortTypes.IcomponenteDeSociedad[];
|
|
213
|
-
impuesto: PersonaServiceA5PortTypes.Iimpuesto[];
|
|
214
|
-
}
|
|
215
|
-
interface IcategoriaAutonomo {
|
|
216
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
217
|
-
descripcionCategoria: string;
|
|
218
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
219
|
-
idCategoria: number;
|
|
220
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
221
|
-
idImpuesto: number;
|
|
222
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
223
|
-
periodo: number;
|
|
224
|
-
}
|
|
225
|
-
interface Iregimen {
|
|
226
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
227
|
-
descripcionRegimen: string;
|
|
228
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
229
|
-
idImpuesto: number;
|
|
230
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
231
|
-
idRegimen: number;
|
|
232
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
233
|
-
periodo: number;
|
|
234
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
235
|
-
tipoRegimen: string;
|
|
236
|
-
}
|
|
237
|
-
interface IdatosRegimenGeneral {
|
|
238
|
-
actividad: PersonaServiceA5PortTypes.Iactividad[];
|
|
239
|
-
categoriaAutonomo: PersonaServiceA5PortTypes.IcategoriaAutonomo;
|
|
240
|
-
impuesto: PersonaServiceA5PortTypes.Iimpuesto[];
|
|
241
|
-
regimen: PersonaServiceA5PortTypes.Iregimen[];
|
|
242
|
-
}
|
|
243
|
-
interface IerrorConstancia {
|
|
244
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
245
|
-
apellido: string;
|
|
246
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
247
|
-
error: string;
|
|
248
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
249
|
-
idPersona: number;
|
|
250
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
251
|
-
nombre: string;
|
|
252
|
-
}
|
|
253
|
-
interface IerrorMonotributo {
|
|
254
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
255
|
-
error: string;
|
|
256
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
257
|
-
mensaje: string;
|
|
258
|
-
}
|
|
259
|
-
interface IerrorRegimenGeneral {
|
|
260
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
261
|
-
error: string;
|
|
262
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
263
|
-
mensaje: string;
|
|
264
|
-
}
|
|
265
|
-
interface Imetadata {
|
|
266
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
267
|
-
fechaHora: string;
|
|
268
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
269
|
-
servidor: string;
|
|
270
|
-
}
|
|
271
|
-
interface IpersonaReturn {
|
|
272
|
-
datosGenerales: PersonaServiceA5PortTypes.IdatosGenerales;
|
|
273
|
-
datosMonotributo: PersonaServiceA5PortTypes.IdatosMonotributo;
|
|
274
|
-
datosRegimenGeneral: PersonaServiceA5PortTypes.IdatosRegimenGeneral;
|
|
275
|
-
errorConstancia: PersonaServiceA5PortTypes.IerrorConstancia;
|
|
276
|
-
errorMonotributo: PersonaServiceA5PortTypes.IerrorMonotributo;
|
|
277
|
-
errorRegimenGeneral: PersonaServiceA5PortTypes.IerrorRegimenGeneral;
|
|
278
|
-
metadata: PersonaServiceA5PortTypes.Imetadata;
|
|
279
|
-
}
|
|
280
|
-
interface Ipersona {
|
|
281
|
-
datosGenerales: PersonaServiceA5PortTypes.IdatosGenerales;
|
|
282
|
-
datosMonotributo: PersonaServiceA5PortTypes.IdatosMonotributo;
|
|
283
|
-
datosRegimenGeneral: PersonaServiceA5PortTypes.IdatosRegimenGeneral;
|
|
284
|
-
errorConstancia: PersonaServiceA5PortTypes.IerrorConstancia;
|
|
285
|
-
errorMonotributo: PersonaServiceA5PortTypes.IerrorMonotributo;
|
|
286
|
-
errorRegimenGeneral: PersonaServiceA5PortTypes.IerrorRegimenGeneral;
|
|
287
|
-
}
|
|
288
|
-
interface IpersonaListReturn {
|
|
289
|
-
metadata: PersonaServiceA5PortTypes.Imetadata;
|
|
290
|
-
persona: PersonaServiceA5PortTypes.Ipersona[];
|
|
291
|
-
}
|
|
292
|
-
interface Ireturn {
|
|
293
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
294
|
-
appserver: string;
|
|
295
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
296
|
-
authserver: string;
|
|
297
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
298
|
-
dbserver: string;
|
|
299
|
-
}
|
|
300
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaServiceA5Port.js","sourceRoot":"","sources":["../../../../../../../src/infrastructure/outbound/ports/soap/interfaces/PersonaServiceA5/PersonaServiceA5Port.ts"],"names":[],"mappings":""}
|
|
@@ -1,301 +0,0 @@
|
|
|
1
|
-
import { Client } from "soap";
|
|
2
|
-
import { SoapAsyncFunc } from "@infrastructure/types";
|
|
3
|
-
export interface IgetPersonaInput {
|
|
4
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
5
|
-
token: string;
|
|
6
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
7
|
-
sign: string;
|
|
8
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
9
|
-
cuitRepresentada: number;
|
|
10
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
11
|
-
idPersona: number;
|
|
12
|
-
}
|
|
13
|
-
export interface IgetPersonaOutput {
|
|
14
|
-
personaReturn: PersonaServiceInscriptionProofPortTypes.IpersonaReturn;
|
|
15
|
-
}
|
|
16
|
-
export interface IgetPersonaListInput {
|
|
17
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
18
|
-
token: string;
|
|
19
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
20
|
-
sign: string;
|
|
21
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
22
|
-
cuitRepresentada: number;
|
|
23
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
24
|
-
idPersona: number;
|
|
25
|
-
}
|
|
26
|
-
export interface IgetPersonaListOutput {
|
|
27
|
-
personaListReturn: PersonaServiceInscriptionProofPortTypes.IpersonaListReturn;
|
|
28
|
-
}
|
|
29
|
-
export interface IgetPersona_v2Input {
|
|
30
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
31
|
-
token: string;
|
|
32
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
33
|
-
sign: string;
|
|
34
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
35
|
-
cuitRepresentada: number;
|
|
36
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
37
|
-
idPersona: number;
|
|
38
|
-
}
|
|
39
|
-
export interface IgetPersona_v2Output {
|
|
40
|
-
personaReturn: PersonaServiceInscriptionProofPortTypes.IpersonaReturn;
|
|
41
|
-
}
|
|
42
|
-
export interface IdummyInput {
|
|
43
|
-
}
|
|
44
|
-
export interface IdummyOutput {
|
|
45
|
-
return: PersonaServiceInscriptionProofPortTypes.Ireturn;
|
|
46
|
-
}
|
|
47
|
-
export interface IgetPersonaList_v2Input {
|
|
48
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
49
|
-
token: string;
|
|
50
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
51
|
-
sign: string;
|
|
52
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
53
|
-
cuitRepresentada: number;
|
|
54
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
55
|
-
idPersona: number[];
|
|
56
|
-
}
|
|
57
|
-
export interface IgetPersonaList_v2Output {
|
|
58
|
-
personaListReturn: PersonaServiceInscriptionProofPortTypes.IpersonaListReturn;
|
|
59
|
-
}
|
|
60
|
-
export interface IPersonaServiceInscriptionProofPortSoap extends Client {
|
|
61
|
-
getPersona: (input: IgetPersonaInput, cb: (err: any | null, result: IgetPersonaOutput, raw: string, soapHeader: {
|
|
62
|
-
[k: string]: any;
|
|
63
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
64
|
-
getPersonaAsync: SoapAsyncFunc<IgetPersonaInput, IgetPersonaOutput>;
|
|
65
|
-
getPersonaList: (input: IgetPersonaListInput, cb: (err: any | null, result: IgetPersonaListOutput, raw: string, soapHeader: {
|
|
66
|
-
[k: string]: any;
|
|
67
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
68
|
-
getPersonaListAsync: SoapAsyncFunc<IgetPersonaListInput, IgetPersonaListOutput>;
|
|
69
|
-
getPersona_v2: (input: IgetPersona_v2Input, cb: (err: any | null, result: IgetPersona_v2Output, raw: string, soapHeader: {
|
|
70
|
-
[k: string]: any;
|
|
71
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
72
|
-
getPersona_v2Async: SoapAsyncFunc<IgetPersona_v2Input, IgetPersona_v2Output>;
|
|
73
|
-
dummy: (input: IdummyInput, cb: (err: any | null, result: IdummyOutput, raw: string, soapHeader: {
|
|
74
|
-
[k: string]: any;
|
|
75
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
76
|
-
dummyAsync: SoapAsyncFunc<IdummyInput, IdummyOutput>;
|
|
77
|
-
getPersonaList_v2: (input: IgetPersonaList_v2Input, cb: (err: any | null, result: IgetPersonaList_v2Output, raw: string, soapHeader: {
|
|
78
|
-
[k: string]: any;
|
|
79
|
-
}) => any, options?: any, extraHeaders?: any) => void;
|
|
80
|
-
getPersonaList_v2Async: SoapAsyncFunc<IgetPersonaList_v2Input, IgetPersonaList_v2Output>;
|
|
81
|
-
}
|
|
82
|
-
export declare namespace PersonaServiceInscriptionProofPortTypes {
|
|
83
|
-
interface Icaracterizacion {
|
|
84
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
85
|
-
descripcionCaracterizacion: string;
|
|
86
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
87
|
-
idCaracterizacion: number;
|
|
88
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
89
|
-
periodo: number;
|
|
90
|
-
}
|
|
91
|
-
interface Idependencia {
|
|
92
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
93
|
-
codPostal: string;
|
|
94
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
95
|
-
descripcionDependencia: string;
|
|
96
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
97
|
-
descripcionProvincia: string;
|
|
98
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
99
|
-
direccion: string;
|
|
100
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
101
|
-
idDependencia: number;
|
|
102
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
103
|
-
idProvincia: number;
|
|
104
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
105
|
-
localidad: string;
|
|
106
|
-
}
|
|
107
|
-
interface IdomicilioFiscal {
|
|
108
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
109
|
-
codPostal: string;
|
|
110
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
111
|
-
datoAdicional: string;
|
|
112
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
113
|
-
descripcionProvincia: string;
|
|
114
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
115
|
-
direccion: string;
|
|
116
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
117
|
-
idProvincia: number;
|
|
118
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
119
|
-
localidad: string;
|
|
120
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
121
|
-
tipoDatoAdicional: string;
|
|
122
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
123
|
-
tipoDomicilio: string;
|
|
124
|
-
}
|
|
125
|
-
interface IdatosGenerales {
|
|
126
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
127
|
-
apellido: string;
|
|
128
|
-
caracterizacion: PersonaServiceInscriptionProofPortTypes.Icaracterizacion[];
|
|
129
|
-
dependencia: PersonaServiceInscriptionProofPortTypes.Idependencia;
|
|
130
|
-
domicilioFiscal: PersonaServiceInscriptionProofPortTypes.IdomicilioFiscal;
|
|
131
|
-
esSucesion: string;
|
|
132
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
133
|
-
estadoClave: string;
|
|
134
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
135
|
-
fechaContratoSocial: string;
|
|
136
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
137
|
-
fechaFallecimiento: string;
|
|
138
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
139
|
-
idPersona: number;
|
|
140
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
141
|
-
mesCierre: number;
|
|
142
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
143
|
-
nombre: string;
|
|
144
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
145
|
-
razonSocial: string;
|
|
146
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
147
|
-
tipoClave: string;
|
|
148
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
149
|
-
tipoPersona: string;
|
|
150
|
-
}
|
|
151
|
-
interface Iactividad {
|
|
152
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
153
|
-
descripcionActividad: string;
|
|
154
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
155
|
-
idActividad: number;
|
|
156
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
157
|
-
nomenclador: number;
|
|
158
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
159
|
-
orden: number;
|
|
160
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
161
|
-
periodo: number;
|
|
162
|
-
}
|
|
163
|
-
interface IactividadMonotributista {
|
|
164
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
165
|
-
descripcionActividad: string;
|
|
166
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
167
|
-
idActividad: number;
|
|
168
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
169
|
-
nomenclador: number;
|
|
170
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
171
|
-
orden: number;
|
|
172
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
173
|
-
periodo: number;
|
|
174
|
-
}
|
|
175
|
-
interface IcategoriaMonotributo {
|
|
176
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
177
|
-
descripcionCategoria: string;
|
|
178
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
179
|
-
idCategoria: number;
|
|
180
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
181
|
-
idImpuesto: number;
|
|
182
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
183
|
-
periodo: number;
|
|
184
|
-
}
|
|
185
|
-
interface IcomponenteDeSociedad {
|
|
186
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
187
|
-
apellidoPersonaAsociada: string;
|
|
188
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
189
|
-
ffRelacion: string;
|
|
190
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
191
|
-
ffVencimiento: string;
|
|
192
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
193
|
-
idPersonaAsociada: number;
|
|
194
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
195
|
-
nombrePersonaAsociada: string;
|
|
196
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
197
|
-
razonSocialPersonaAsociada: string;
|
|
198
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
199
|
-
tipoComponente: string;
|
|
200
|
-
}
|
|
201
|
-
interface Iimpuesto {
|
|
202
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
203
|
-
descripcionImpuesto: string;
|
|
204
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
205
|
-
idImpuesto: number;
|
|
206
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
207
|
-
periodo: number;
|
|
208
|
-
}
|
|
209
|
-
interface IdatosMonotributo {
|
|
210
|
-
actividad: PersonaServiceInscriptionProofPortTypes.Iactividad[];
|
|
211
|
-
actividadMonotributista: PersonaServiceInscriptionProofPortTypes.IactividadMonotributista;
|
|
212
|
-
categoriaMonotributo: PersonaServiceInscriptionProofPortTypes.IcategoriaMonotributo;
|
|
213
|
-
componenteDeSociedad: PersonaServiceInscriptionProofPortTypes.IcomponenteDeSociedad[];
|
|
214
|
-
impuesto: PersonaServiceInscriptionProofPortTypes.Iimpuesto[];
|
|
215
|
-
}
|
|
216
|
-
interface IcategoriaAutonomo {
|
|
217
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
218
|
-
descripcionCategoria: string;
|
|
219
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
220
|
-
idCategoria: number;
|
|
221
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
222
|
-
idImpuesto: number;
|
|
223
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
224
|
-
periodo: number;
|
|
225
|
-
}
|
|
226
|
-
interface Iregimen {
|
|
227
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
228
|
-
descripcionRegimen: string;
|
|
229
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
230
|
-
idImpuesto: number;
|
|
231
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
232
|
-
idRegimen: number;
|
|
233
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:int(undefined) */
|
|
234
|
-
periodo: number;
|
|
235
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
236
|
-
tipoRegimen: string;
|
|
237
|
-
}
|
|
238
|
-
interface IdatosRegimenGeneral {
|
|
239
|
-
actividad: PersonaServiceInscriptionProofPortTypes.Iactividad[];
|
|
240
|
-
categoriaAutonomo: PersonaServiceInscriptionProofPortTypes.IcategoriaAutonomo;
|
|
241
|
-
impuesto: PersonaServiceInscriptionProofPortTypes.Iimpuesto[];
|
|
242
|
-
regimen: PersonaServiceInscriptionProofPortTypes.Iregimen[];
|
|
243
|
-
}
|
|
244
|
-
interface IerrorConstancia {
|
|
245
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
246
|
-
apellido: string;
|
|
247
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
248
|
-
error: string;
|
|
249
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:long(undefined) */
|
|
250
|
-
idPersona: number;
|
|
251
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
252
|
-
nombre: string;
|
|
253
|
-
}
|
|
254
|
-
interface IerrorMonotributo {
|
|
255
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
256
|
-
error: string;
|
|
257
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
258
|
-
mensaje: string;
|
|
259
|
-
}
|
|
260
|
-
interface IerrorRegimenGeneral {
|
|
261
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
262
|
-
error: string;
|
|
263
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
264
|
-
mensaje: string;
|
|
265
|
-
}
|
|
266
|
-
interface Imetadata {
|
|
267
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:dateTime(undefined) */
|
|
268
|
-
fechaHora: string;
|
|
269
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
270
|
-
servidor: string;
|
|
271
|
-
}
|
|
272
|
-
interface IpersonaReturn {
|
|
273
|
-
datosGenerales: PersonaServiceInscriptionProofPortTypes.IdatosGenerales;
|
|
274
|
-
datosMonotributo: PersonaServiceInscriptionProofPortTypes.IdatosMonotributo;
|
|
275
|
-
datosRegimenGeneral: PersonaServiceInscriptionProofPortTypes.IdatosRegimenGeneral;
|
|
276
|
-
errorConstancia: PersonaServiceInscriptionProofPortTypes.IerrorConstancia;
|
|
277
|
-
errorMonotributo: PersonaServiceInscriptionProofPortTypes.IerrorMonotributo;
|
|
278
|
-
errorRegimenGeneral: PersonaServiceInscriptionProofPortTypes.IerrorRegimenGeneral;
|
|
279
|
-
metadata: PersonaServiceInscriptionProofPortTypes.Imetadata;
|
|
280
|
-
}
|
|
281
|
-
interface Ipersona {
|
|
282
|
-
datosGenerales: PersonaServiceInscriptionProofPortTypes.IdatosGenerales;
|
|
283
|
-
datosMonotributo: PersonaServiceInscriptionProofPortTypes.IdatosMonotributo;
|
|
284
|
-
datosRegimenGeneral: PersonaServiceInscriptionProofPortTypes.IdatosRegimenGeneral;
|
|
285
|
-
errorConstancia: PersonaServiceInscriptionProofPortTypes.IerrorConstancia;
|
|
286
|
-
errorMonotributo: PersonaServiceInscriptionProofPortTypes.IerrorMonotributo;
|
|
287
|
-
errorRegimenGeneral: PersonaServiceInscriptionProofPortTypes.IerrorRegimenGeneral;
|
|
288
|
-
}
|
|
289
|
-
interface IpersonaListReturn {
|
|
290
|
-
metadata: PersonaServiceInscriptionProofPortTypes.Imetadata;
|
|
291
|
-
persona: PersonaServiceInscriptionProofPortTypes.Ipersona[];
|
|
292
|
-
}
|
|
293
|
-
interface Ireturn {
|
|
294
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
295
|
-
appserver: string;
|
|
296
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
297
|
-
authserver: string;
|
|
298
|
-
/** http://a5.soap.ws.server.puc.sr/#xs:string(undefined) */
|
|
299
|
-
dbserver: string;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaServiceInscriptionProofPort.js","sourceRoot":"","sources":["../../../../../../../src/infrastructure/outbound/ports/soap/interfaces/PersonaServiceInscriptionProof/PersonaServiceInscriptionProofPort.ts"],"names":[],"mappings":""}
|