File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1057,6 +1057,14 @@ function getUserAccountID(): number {
10571057 return userAccountID;
10581058}
10591059
1060+ function getAllTransactionDrafts(): NonNullable<OnyxCollection<OnyxTypes.Transaction>> {
1061+ return allTransactionDrafts;
1062+ }
1063+
1064+ function getAllReportNameValuePairs(): OnyxCollection<OnyxTypes.ReportNameValuePairs> {
1065+ return allReportNameValuePairs;
1066+ }
1067+
10601068/**
10611069 * This function uses Onyx.connect and should be replaced with useOnyx for reactive data access.
10621070 * TODO: remove `getPolicyTagsData` from this file (https://github.com/Expensify/App/issues/72721)
@@ -13485,6 +13493,8 @@ export {
1348513493 getAllTransactionViolations,
1348613494 getAllReports,
1348713495 getAllReportActionsFromIOU,
13496+ getAllTransactionDrafts,
13497+ getAllReportNameValuePairs,
1348813498 getCurrentUserEmail,
1348913499 getUserAccountID,
1349013500 getReceiptError,
You can’t perform that action at this time.
0 commit comments