Skip to content

Commit

Permalink
Changed key name to AMALGAMATION_APPLICATION
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Dec 14, 2023
1 parent fbdce61 commit 78f8984
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/enums/filing-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export enum FilingCodes {
AFFIDAVIT = 'AFDVT',
ALTERATION = 'ALTER',
ALTERATION_BC_TO_ULC = 'NOALU', // different fee for BC to ULC
AMALGAMATION_HORIZONTAL = 'AMALH', // Amalgamation Application (Short Form - Horizontal)
AMALGAMATION_REGULAR = 'AMALR', // Amalgamation Application (Regular)
AMALGAMATION_VERTICAL = 'AMALV', // Amalgamation Application (Short Form - Vertical)
AMALGAMATION_APPLICATION_HORIZONTAL = 'AMALH', // Amalgamation Application (Short Form - Horizontal)
AMALGAMATION_APPLICATION_REGULAR = 'AMALR', // Amalgamation Application (Regular)
AMALGAMATION_APPLICATION_VERTICAL = 'AMALV', // Amalgamation Application (Short Form - Vertical)

This comment has been minimized.

Copy link
@severinbeauvais

severinbeauvais Dec 14, 2023

Collaborator

Hahaha.

But actually, I wouldn't change these, just so they're consistent with the INCORPORATION_xx codes below.

This comment has been minimized.

Copy link
@JazzarKarim

JazzarKarim Dec 14, 2023

Author Collaborator

OK, deal.

ANNUAL_REPORT_BC = 'BCANN', // BCOMP - Annual Report
ANNUAL_REPORT_OT = 'OTANN', // Others - Annual Report
CHANGE_OF_REGISTRATION = 'FMCHANGE',
Expand Down
2 changes: 1 addition & 1 deletion src/enums/filing-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export enum FilingNames {
AGM_EXTENSION = 'AGM Extension',
AGM_LOCATION_CHANGE = 'AGM Location Change',
ALTERATION = 'Alteration',
AMALGAMATION = 'Amalgamation Application',
AMALGAMATION_APPLICATION = 'Amalgamation Application',
ANNUAL_REPORT = 'Annual Report',
CHANGE_OF_ADDRESS = 'Address Change',
CHANGE_OF_COMPANY_INFO = 'Change of Company Information',
Expand Down
2 changes: 1 addition & 1 deletion src/enums/filing-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export enum FilingTypes {
ALTERATION = 'alteration',
AGM_EXTENSION = 'agmExtension',
AGM_LOCATION_CHANGE = 'agmLocationChange',
AMALGAMATION = 'amalgamationApplication',
AMALGAMATION_APPLICATION = 'amalgamationApplication',
ANNUAL_REPORT = 'annualReport',
CHANGE_OF_ADDRESS = 'changeOfAddress',
CHANGE_OF_COMPANY_INFO = 'changeOfCompanyInfo', // a type of alteration
Expand Down

0 comments on commit 78f8984

Please sign in to comment.