Skip to content

Commit 75e68be

Browse files
authored
SDK-1609 remove trader details post processor rule (#239)
1 parent 6f6394a commit 75e68be

File tree

2 files changed

+0
-59
lines changed

2 files changed

+0
-59
lines changed

customizations/generator/openapi/src/main/resources/post-processor/src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {PaymentSessionsLinksProcessor} from './processors/payment-sessions-links
88
import {PropertyAvailabilityLinksProcessor} from './processors/property-availability-links-processor';
99
import {RateLinksProcessor} from './processors/rate-links-processor';
1010
import {RoomItineraryLinksProcessor} from './processors/room-itinerary-links-processor';
11-
import {TraderDetailsInnerProcessor} from './processors/trader-details-inner-processor';
1211
import {RoomPriceCheckLinksProcessor} from './processors/room-price-check-links-processor';
1312

1413
import * as path from 'path';
@@ -18,9 +17,6 @@ const filePath = args[0];
1817
const fileName = path.parse(filePath).name;
1918

2019
switch (fileName) {
21-
case 'TraderDetailsInner':
22-
new TraderDetailsInnerProcessor().process(filePath);
23-
break;
2420
case 'RoomItineraryLinks':
2521
new RoomItineraryLinksProcessor().process(filePath);
2622
break;

customizations/generator/openapi/src/main/resources/post-processor/src/processors/trader-details-inner-processor.ts

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

0 commit comments

Comments
 (0)