Skip to content

Commit

Permalink
feat(entities)!: add new ControlUnitContact props
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `isEmailSubscriptionContact` & `isSmsSubscriptionContact` props are added to `ControlUnit.ControlUnitContact`.
  • Loading branch information
ivangabriele committed Apr 28, 2024
1 parent f7deba3 commit 437eb37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entities/ControlUnit/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export namespace ControlUnit {
controlUnitId: number
email: string | undefined
id: number
isEmailSubscriptionContact: boolean
isSmsSubscriptionContact: boolean
name: string
phone: string | undefined
}
Expand Down

0 comments on commit 437eb37

Please sign in to comment.