Skip to content

Commit

Permalink
add NOW filing type
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin committed Dec 10, 2024
1 parent cf2bbb5 commit 3100874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/enums/filing-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/enums/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bcrs-shared-components/enums",
"version": "1.1.15",
"version": "1.1.16",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 3100874

Please sign in to comment.