Skip to content

Commit

Permalink
add NOW filing name and codes (#261)
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
  • Loading branch information
ArwenQin authored Dec 10, 2024
1 parent 1d7d2d2 commit 0db3244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/enums/filing-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export enum FilingCodes {
INCORPORATION_CC = 'BCINC',
INCORPORATION_CP = 'OTINC',
INCORPORATION_ULC = 'BCINC',
NOTICE_OF_WITHDRAWAL = 'NOIWD',
REGISTRATION_GP = 'FRREG',
REGISTRATION_SP = 'FRREG',
RESTORATION_FULL = 'RESTF', // for BC/BEN/CC/ULC
Expand Down
1 change: 1 addition & 0 deletions src/enums/filing-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export enum FilingNames {
DISSOLVED = 'Involuntary Dissolution',
INCORPORATION_APPLICATION = 'Incorporation Application',
INVOLUNTARY_DISSOLUTION = 'Involuntary Dissolution',
NOTICE_OF_WITHDRAWAL = 'Notice of Withdrawal',
PUT_BACK_ON = 'Put Back On',
REGISTRATION = 'Registration',
REGISTRARS_NOTATION = 'Registrar\'s Notation',
Expand Down

0 comments on commit 0db3244

Please # to comment.