Skip to content

Commit c06ba44

Browse files
[DURACOM-327] update indexes and fix compilation issue
1 parent 40d5ed2 commit c06ba44

File tree

35 files changed

+4
-502
lines changed

35 files changed

+4
-502
lines changed

modules/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
// created from 'create-ts-index'
22

33
export * from './lib';
4-
export * from './test-setup';

modules/core/src/index.ts.bak

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/core/src/lib/core/access-status/index.ts.bak

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

modules/core/src/lib/core/admin/index.ts.bak

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

modules/core/src/lib/core/admin/ldn-services-data/index.ts.bak

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

modules/core/src/lib/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export * from './feedback';
1515
export * from './forward-client-ip';
1616
export * from './google-recaptcha';
1717
export * from './history';
18-
export * from './index';
18+
export * from './index/index';
1919
export * from './json-patch';
2020
export * from './locale';
2121
export * from './log';

modules/core/src/lib/core/index.ts.bak

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

modules/core/src/lib/core/mocks/index.ts

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

modules/core/src/lib/core/mocks/index.ts.bak

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

modules/core/src/lib/core/provide-core.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { EPerson } from './eperson';
2525
import { Group } from './eperson';
2626
import { MetadataField } from './metadata';
2727
import { MetadataSchema } from './metadata';
28-
import { EndpointMockingRestService } from './mocks';
2928

3029
import { QualityAssuranceEventObject } from './notifications';
3130
import { QualityAssuranceSourceObject } from './notifications';
@@ -84,7 +83,8 @@ import { RatingAdvancedWorkflowInfo } from './tasks';
8483
import { SelectReviewerAdvancedWorkflowInfo } from './tasks';
8584
import { TaskObject } from './tasks';
8685
import { WorkflowAction } from './tasks';
87-
import { MOCK_RESPONSE_MAP, ResponseMapMock } from "./mocks";
86+
import { MOCK_RESPONSE_MAP, ResponseMapMock } from "./mocks/response-map.mock";
87+
import { EndpointMockingRestService } from "./mocks/endpoint-mocking-rest.service";
8888

8989

9090
export const provideCore = () => {

0 commit comments

Comments
 (0)