Skip to content

Commit

Permalink
18805 Changed amalgamation to amalgamationApplication (#222)
Browse files Browse the repository at this point in the history
* 18805 Changed amalgamation to amalgamationApplication

* Changed key name to AMALGAMATION_APPLICATION

* small change in response to Sev's comment
  • Loading branch information
JazzarKarim authored Dec 14, 2023
1 parent 63c020d commit a051f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 'amalgamation',
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 a051f0e

Please sign in to comment.