11import { IOptions } from "soap" ;
2- import { ILoginCmsReturn } from ". /soap/interfaces/LoginCMSService/LoginCms" ;
3- import { ServiceSoapTypes } from ". /soap/interfaces/Service/ServiceSoap" ;
2+ import { ILoginCmsReturn } from "@infrastructure/outbound/ports /soap/interfaces/LoginCMSService/LoginCms" ;
3+ import { ServiceSoapTypes } from "@infrastructure/outbound/ports /soap/interfaces/Service/ServiceSoap" ;
44import {
55 IFEParamGetPtosVentaOutput ,
66 ServiceSoap12Types ,
7- } from ". /soap/interfaces/Service/ServiceSoap12" ;
7+ } from "@infrastructure/outbound/ports /soap/interfaces/Service/ServiceSoap12" ;
88import { EndpointsEnum , SoapServiceVersion } from "./enums" ;
9- import { WsdlPathEnum } from "./ soap/wsdl-path.enum" ;
10- import { ServiceNamesEnum } from "./ soap/service-names.enum" ;
9+ import { WsdlPathEnum } from "@infrastructure/outbound/ports/ soap/enums /wsdl-path.enum" ;
10+ import { ServiceNamesEnum } from "@infrastructure/outbound/ports/ soap/enums /service-names.enum" ;
1111
1212export type SoapAsyncFunc < I , O > = (
1313 input : I ,
@@ -29,7 +29,7 @@ export type SoapClientParams = {
2929} ;
3030
3131// eslint-disable-next-line @typescript-eslint/no-empty-interface
32- export interface ILoginCredentials extends ILoginCmsReturn { }
32+ export interface ILoginCredentials extends ILoginCmsReturn { }
3333
3434export interface IAccessTicket extends ILoginCredentials {
3535 getSign ( ) : string ;
@@ -177,4 +177,4 @@ export interface ICreateVoucherResult {
177177}
178178
179179// eslint-disable-next-line @typescript-eslint/no-empty-interface
180- export interface IGetSalesPointsResult extends IFEParamGetPtosVentaOutput { }
180+ export interface IGetSalesPointsResult extends IFEParamGetPtosVentaOutput { }
0 commit comments