From 0e658c4473e8a01a6b361e90d9c80179dc150d00 Mon Sep 17 00:00:00 2001 From: Gianfranco Paoloni Date: Mon, 7 Oct 2024 19:41:52 -0300 Subject: [PATCH] nit --- hrm-domain/packages/hrm-types/ConversationMedia.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hrm-domain/packages/hrm-types/ConversationMedia.ts b/hrm-domain/packages/hrm-types/ConversationMedia.ts index bbd2c969..fbed6770 100644 --- a/hrm-domain/packages/hrm-types/ConversationMedia.ts +++ b/hrm-domain/packages/hrm-types/ConversationMedia.ts @@ -14,7 +14,7 @@ * along with this program. If not, see https://www.gnu.org/licenses/. */ -import { HrmAccountId } from '@tech-matters/types'; +import { AccountSID, HrmAccountId } from '@tech-matters/types'; type ConversationMediaCommons = { id: number; @@ -115,7 +115,7 @@ export type ExportTranscript = { }; export type ExportTranscriptDocument = { - accountSid: HrmAccountId; + accountSid: AccountSID; hrmAccountId: HrmAccountId; contactId: number; taskId: string;