From c34c1ff053e63b4badff77698c95f3b3be7ad03c Mon Sep 17 00:00:00 2001 From: Tomasz Misiukiewicz Date: Tue, 19 Nov 2024 15:39:00 +0100 Subject: [PATCH 1/2] remove transactionThreadReportID from Report type --- src/types/onyx/Report.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/types/onyx/Report.ts b/src/types/onyx/Report.ts index 7eae6affd254..afa1c9886a8c 100644 --- a/src/types/onyx/Report.ts +++ b/src/types/onyx/Report.ts @@ -229,9 +229,6 @@ type Report = OnyxCommon.OnyxValueWithOfflineFeedback< /** Pending members of the report */ pendingChatMembers?: PendingChatMember[]; - /** The ID of the single transaction thread report associated with this report, if one exists */ - transactionThreadReportID?: string; - /** Collection of policy report fields, indexed by their fieldID */ fieldList?: Record; From 006507570732960bd59ecf7668c7d8752a1f6528 Mon Sep 17 00:00:00 2001 From: Tomasz Misiukiewicz Date: Thu, 21 Nov 2024 13:42:04 +0100 Subject: [PATCH 2/2] remove key from whitelisted keys --- src/types/utils/whitelistedReportKeys.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/utils/whitelistedReportKeys.ts b/src/types/utils/whitelistedReportKeys.ts index 71510e498854..4a05db21d260 100644 --- a/src/types/utils/whitelistedReportKeys.ts +++ b/src/types/utils/whitelistedReportKeys.ts @@ -60,7 +60,6 @@ type WhitelistedReport = OnyxCommon.OnyxValueWithOfflineFeedback< privateNotes: unknown; isLoadingPrivateNotes: unknown; pendingChatMembers: unknown; - transactionThreadReportID: unknown; fieldList: unknown; permissions: unknown; tripData: {