From c66522911d6b27e68411bf7a64059f3866f9bcb0 Mon Sep 17 00:00:00 2001 From: Arwen Qin <122495122+ArwenQin@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:45:53 -0800 Subject: [PATCH] 24657-Add NOW filing type (#260) * add NOW filing type Signed-off-by: Qin * revert version Signed-off-by: Qin --------- Signed-off-by: Qin --- src/enums/filing-types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/enums/filing-types.ts b/src/enums/filing-types.ts index 19a0334e..65761113 100644 --- a/src/enums/filing-types.ts +++ b/src/enums/filing-types.ts @@ -21,6 +21,7 @@ export enum FilingTypes { DISSOLUTION = 'dissolution', DISSOLVED = 'dissolved', INCORPORATION_APPLICATION = 'incorporationApplication', + NOTICE_OF_WITHDRAWAL = 'noticeOfWithdrawal', PUT_BACK_ON = 'putBackOn', REGISTRATION = 'registration', REGISTRARS_NOTATION = 'registrarsNotation',