Skip to content

Commit

Permalink
Added necessary codes for Continuation In
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Jan 22, 2024
1 parent 5e387d1 commit 6ce72ce
Show file tree
Hide file tree
Showing 4 changed files with 4 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 @@ -13,6 +13,7 @@ export enum FilingCodes {
ANNUAL_REPORT_BC = 'BCANN', // BCOMP - Annual Report
ANNUAL_REPORT_OT = 'OTANN', // Others - Annual Report
CHANGE_OF_REGISTRATION = 'FMCHANGE',
CONTINUATION_IN = 'CONTI', // All entity types
CONSENT_CONTINUATION_OUT = 'CONTO', // All entity types
CONTINUATION_OUT = 'COUTI', // All entity types
CORRECTION = 'CRCTN', // Correction - for both BCOMP and Others
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 @@ -11,6 +11,7 @@ export enum FilingNames {
CHANGE_OF_NAME = 'Legal Name Change',
CHANGE_OF_REGISTRATION = 'Change of Registration',
CONVERSION = 'Record Conversion',
CONTINUATION_IN = 'Continuation In',
CONSENT_CONTINUATION_OUT = 'Consent to Continuation Out',
CONTINUATION_OUT = 'Continuation Out',
CORRECTION = 'Correction',
Expand Down
1 change: 1 addition & 0 deletions src/enums/filing-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export enum FilingTypes {
CHANGE_OF_DIRECTORS = 'changeOfDirectors',
CHANGE_OF_NAME = 'changeOfName',
CHANGE_OF_REGISTRATION = 'changeOfRegistration',
CONTINUATION_IN = 'continuationIn',
CONSENT_CONTINUATION_OUT = 'consentContinuationOut',
CONTINUATION_OUT = 'continuationOut',
CONVERSION = 'conversion',
Expand Down
1 change: 1 addition & 0 deletions src/modules/corp-type-module/corp-type-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export enum CorpTypeCd {
BC_COMPANY = 'BC',
BENEFIT_COMPANY = 'BEN',
CONTINUE_IN = 'C',
BEN_CONTINUE_IN = 'CBEN',
BC_CCC = 'CC',
CCC_CONTINUE_IN = 'CCC',
CEMETARY = 'CEM',
Expand Down

0 comments on commit 6ce72ce

Please sign in to comment.