Skip to content

Commit 489c0ab

Browse files
lauravikanisLemonaOna
authored andcommitted
✨ Add relation entity route
1 parent f7fbd2c commit 489c0ab

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/models/bridge-request.model.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ export interface IdBridgeRequest<BodyType> extends BridgeRequest<BodyType> {
1414
export interface IntegrationEntityBridgeRequest extends BridgeRequest<unknown> {
1515
params: { id: string; type: IntegrationEntityType };
1616
}
17+
18+
export interface IntegrationEntityBridgeRequest extends BridgeRequest<unknown> {
19+
params: { id: string; type: IntegrationEntityType };
20+
}

src/models/contact.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import {
33
IntegrationEntityType,
44
} from "./integration-entity.model";
55

6+
67
export enum PhoneNumberLabel {
78
WORK = "WORK",
89
MOBILE = "MOBILE",

0 commit comments

Comments
 (0)