Skip to content

Commit b779c64

Browse files
committed
0.17.3
1 parent c6da88c commit b779c64

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sipgate/integration-bridge",
3-
"version": "0.17.2",
3+
"version": "0.17.3",
44
"description": "sipgate Integration Bridge Framework",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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 "./integration-error.model";
29+
import { IntegrationErrorType } from "@sipgate/clinq-types";
3030

3131
const CONTACT_FETCH_TIMEOUT: number = 3000;
3232

src/models/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ 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";
1514
export * from "./integration-entity.model";

0 commit comments

Comments
 (0)