Skip to content

Commit d03eb41

Browse files
committed
fix: old services
1 parent 40a7d4f commit d03eb41

File tree

6 files changed

+7
-340
lines changed

6 files changed

+7
-340
lines changed

packages/core/src/infrastructure/outbound/adapters/services/register-inscription-proof.service.ts

Lines changed: 0 additions & 74 deletions
This file was deleted.

packages/core/src/infrastructure/outbound/adapters/services/register-scope-five.service.ts

Lines changed: 0 additions & 74 deletions
This file was deleted.

packages/core/src/infrastructure/outbound/adapters/services/register-scope-four.service.ts

Lines changed: 0 additions & 55 deletions
This file was deleted.

packages/core/src/infrastructure/outbound/adapters/services/register-scope-ten.service.ts

Lines changed: 0 additions & 55 deletions
This file was deleted.

packages/core/src/infrastructure/outbound/adapters/services/register-scope-thirteen.service.ts

Lines changed: 0 additions & 75 deletions
This file was deleted.

packages/core/src/infrastructure/outbound/adapters/types.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { 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";
44
import {
55
IFEParamGetPtosVentaOutput,
66
ServiceSoap12Types,
7-
} from "./soap/interfaces/Service/ServiceSoap12";
7+
} from "@infrastructure/outbound/ports/soap/interfaces/Service/ServiceSoap12";
88
import { 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

1212
export 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

3434
export 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

Comments
 (0)