diff --git a/app/data/request_type_rules.json b/app/data/request_type_rules.json index 2c762aef..d0057e91 100644 --- a/app/data/request_type_rules.json +++ b/app/data/request_type_rules.json @@ -99,6 +99,16 @@ "is_lp_nwpta_type": false, "is_cp_nwpta_type": false }, + { + "request_type": "BECC", + "nwpta_required": false, + "jurisdiction_required": false, + "prev_nr_required": false, + "corp_num_required": true, + "additional_info_template": "****", + "is_lp_nwpta_type": false, + "is_cp_nwpta_type": false + }, { "request_type": "BECR", "nwpta_required": false, @@ -748,4 +758,4 @@ "is_lp_nwpta_type": false, "is_cp_nwpta_type": false } -] +] \ No newline at end of file diff --git a/app/data/request_types.json b/app/data/request_types.json index 0b5cc6e8..1f6dde6c 100644 --- a/app/data/request_types.json +++ b/app/data/request_types.json @@ -496,8 +496,8 @@ }, { "value": "CCV", - "short_desc": "CCC - BC to CCC Conversion", - "text": "CCC - BC to CCC Conversion", + "short_desc": "BC Limited to CCC Conversion", + "text": "BC Limited to Community Contribution Company Conversion", "class_type_cd": "CORP", "legacy_cd": "CN", "additional_info": "Change of Name", @@ -505,6 +505,17 @@ "entity_type_cd": "CC", "request_action_cd": "CNV" }, + { + "value": "BECC", + "short_desc": "Benefit Company to CCC Conversion", + "text": "Benefit Company to Community Contribution Company Conversion", + "class_type_cd": "CORP", + "legacy_cd": "BECC", + "additional_info": "", + "source_application": "COLIN", + "entity_type_cd": "CC", + "request_action_cd": "CNV" + }, { "value": "CCC", "short_desc": "CCC - Change of Name", @@ -552,26 +563,26 @@ { "value": "UC", "short_desc": "Unlimited Liability Company ", - "text": "BC to Unlimited Liability Company Conversion", + "text": "BC Limited to Unlimited Liability Company Conversion", "class_type_cd": "CORP", "legacy_cd": "UC", "additional_info": "", "source_application": "COLIN", - "entity_type_cd": "UC", + "entity_type_cd": "UL", "request_action_cd": "CNV" }, { "value": "ULCB", "short_desc": "B.C. Company", - "text": "B.C. Company - ULC to BC Conversion", + "text": "Unlimited Liability Company to BC Limited Conversion", "class_type_cd": "CORP", - "legacy_cd": "ULCB", + "legacy_cd": "ULCB", "additional_info": "", "source_application": "COLIN", "entity_type_cd": "CR", "request_action_cd": "CNV" }, -{ + { "value": "CUL", "short_desc": "Unlimited Liability Company ", "text": "Change of Name of Unlimited Liability Company", @@ -806,7 +817,7 @@ { "value": "BECV", "short_desc": "Benefit Company", - "text": "BC Benefit Company - BC to Benefit Conversion", + "text": "BC Limited to Benefit Company Conversion", "class_type_cd": "CORP", "legacy_cd": "BECV", "additional_info": "", @@ -817,7 +828,7 @@ { "value": "BECR", "short_desc": "Benefit Company", - "text": "BC Benefit Company - Benefit to BC Conversion", + "text": "Benefit Company to BC Limited Conversion", "class_type_cd": "CORP", "legacy_cd": "BECR", "additional_info": "", @@ -825,21 +836,10 @@ "entity_type_cd": "CR", "request_action_cd": "CNV" }, - { - "value": "ULCB", - "short_desc": "B.C. Company", - "text": "B.C. Company - ULC to BC Conversion", - "class_type_cd": "CORP", - "legacy_cd": "ULCB", - "additional_info": "", - "source_application": "COLIN", - "entity_type_cd": "CR", - "request_action_cd": "CNV" - }, { "value": "ULBE", "short_desc": "BC Benefit Company", - "text": "BC Benefit Company - ULC to Benefit Conversion", + "text": "Unlimited Liability Company to Benefit Company Conversion", "class_type_cd": "CORP", "legacy_cd": "ULBE", "additional_info": "", @@ -847,4 +847,4 @@ "entity_type_cd": "BC", "request_action_cd": "CNV" } -] +] \ No newline at end of file diff --git a/app/enums/codes.ts b/app/enums/codes.ts index 255af818..beb90563 100644 --- a/app/enums/codes.ts +++ b/app/enums/codes.ts @@ -176,6 +176,12 @@ export enum RequestTypeCode { BERE = 'BERE', /** BC Benefit Company - BC to Benefit Conversion */ BECV = 'BECV', + /** BC Benefit Company - Community Contribution Company Conversion */ + BECC = 'BECC', + /** Unlimited Liability Company - BC Limited Conversion */ + ULCB = 'ULCB', + /** Unlimited Liability Company - Benefit Company Conversion */ + ULBE = 'ULBE', /** BC Benefit Company - Benefit to BC Conversion */ BECR = 'BECR', } diff --git a/app/package-lock.json b/app/package-lock.json index 60a46c75..5d268ca9 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "name-examination", - "version": "1.2.32", + "version": "1.2.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "name-examination", - "version": "1.2.32", + "version": "1.2.36", "hasInstallScript": true, "dependencies": { "@headlessui/vue": "0.0.0-insiders.01a34cb", @@ -20256,4 +20256,4 @@ } } } -} +} \ No newline at end of file