Skip to content

Commit a242bd6

Browse files
committed
using IntegrationErrorTypes from integration-bridge-framework again
1 parent 03990e6 commit a242bd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/models/controller.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626
} from "./bridge-request.model";
2727
import { CacheItemStateType } from "./cache-item-state.model";
2828
import { CalendarFilterOptions } from "./calendar-filter-options.model";
29-
import { IntegrationErrorType } from "@sipgate/clinq-types";
29+
import { IntegrationErrorType } from "./integration-error.model";
3030

3131
const CONTACT_FETCH_TIMEOUT: number = 3000;
3232

src/models/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ export * from "./controller.model";
1111
export * from "./custom-router.model";
1212
export * from "./server-error.model";
1313
export * from "./user.model";
14+
export * from "./integration-error.model";
1415
export * from "./integration-entity.model";

0 commit comments

Comments
 (0)