File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import {
26
26
} from "./bridge-request.model" ;
27
27
import { CacheItemStateType } from "./cache-item-state.model" ;
28
28
import { CalendarFilterOptions } from "./calendar-filter-options.model" ;
29
- import { IntegrationErrorType } from "@sipgate/clinq-types " ;
29
+ import { IntegrationErrorType } from "./integration-error.model " ;
30
30
31
31
const CONTACT_FETCH_TIMEOUT : number = 3000 ;
32
32
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ export * from "./controller.model";
11
11
export * from "./custom-router.model" ;
12
12
export * from "./server-error.model" ;
13
13
export * from "./user.model" ;
14
+ export * from "./integration-error.model" ;
14
15
export * from "./integration-entity.model" ;
You can’t perform that action at this time.
0 commit comments