Skip to content

Commit 6de829e

Browse files
committed
0.13.32
1 parent 0d9e2c6 commit 6de829e

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
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.13.31",
3+
"version": "0.13.32",
44
"description": "sipgate Integration Bridge Framework",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/models/adapter.model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
Contact,
99
ContactTemplate,
1010
ContactUpdate,
11-
UpdateCallEventBody,
1211
} from ".";
1312

1413
export interface Adapter {

src/models/controller.model.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import {
1212
ContactTemplate,
1313
ContactUpdate,
1414
ServerError,
15-
UpdateCallEventBridgeRequest,
1615
} from ".";
1716
import { calendarEventsSchema, contactsSchema } from "../schemas";
1817
import { anonymizeKey } from "../util/anonymize-key";
@@ -524,7 +523,7 @@ export class Controller {
524523
}
525524

526525
public async updateCallEvent(
527-
req: UpdateCallEventBridgeRequest,
526+
req: BridgeRequest,
528527
res: Response,
529528
next: NextFunction
530529
): Promise<void> {

0 commit comments

Comments
 (0)