From dd6ea7268c22dd2c799e9b9b82990e5e76fec363 Mon Sep 17 00:00:00 2001 From: Yuwen Memon Date: Thu, 24 Oct 2024 19:39:53 -0700 Subject: [PATCH] Add accounting method constants to INTEGRATIONS consts --- lib/CONST.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/CONST.ts b/lib/CONST.ts index 28b72e32..29808777 100644 --- a/lib/CONST.ts +++ b/lib/CONST.ts @@ -576,6 +576,11 @@ const CONST = { PASSWORD_COMPLEXITY_REGEX_STRING: '^(?=.*[A-Z])(?=.*[0-9])(?=.*[a-z]).{8,}$', INTEGRATIONS: { + ACCOUNTING_METHOD: { + CASH: 'CASH', + ACCRUAL: 'ACCRUAL', + }, + /** * Constants that specify how to map (import) Integrations data to Expensify * Parallel to IntegrationEntityMappingTypeEnum in the IS