@finsys/core 3.4.0 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -148,7 +148,6 @@
|
|
|
148
148
|
"companyRegNo": "Company Registration No.",
|
|
149
149
|
"ssmCompanyName": "Company Name (SSM)",
|
|
150
150
|
"ssmCompanyRegNo": "Registration No. (SSM)",
|
|
151
|
-
"ssmIncorporatedDate": "Incorporated Date (SSM)",
|
|
152
151
|
"ssmCompanyEntityType": "Entity Type (SSM)",
|
|
153
152
|
"ssmPaidUpCapital": "Paid-Up Capital (SSM)",
|
|
154
153
|
"businessCommencementDate": "Business Commencement Date",
|
package/dist/index.cjs
CHANGED
|
@@ -8493,7 +8493,7 @@ var form_field_base_specs_default = {
|
|
|
8493
8493
|
ihs_column_names: [
|
|
8494
8494
|
"ssmCompanyName",
|
|
8495
8495
|
"ssmCompanyRegNo",
|
|
8496
|
-
"
|
|
8496
|
+
"incorporatedDate",
|
|
8497
8497
|
"businessCommencementDate",
|
|
8498
8498
|
"businessNature",
|
|
8499
8499
|
"ssmCompanyEntityType",
|
|
@@ -9342,7 +9342,6 @@ var form_field_display_names_default = {
|
|
|
9342
9342
|
companyRegNo: "Company Registration No.",
|
|
9343
9343
|
ssmCompanyName: "Company Name (SSM)",
|
|
9344
9344
|
ssmCompanyRegNo: "Registration No. (SSM)",
|
|
9345
|
-
ssmIncorporatedDate: "Incorporated Date (SSM)",
|
|
9346
9345
|
ssmCompanyEntityType: "Entity Type (SSM)",
|
|
9347
9346
|
ssmPaidUpCapital: "Paid-Up Capital (SSM)",
|
|
9348
9347
|
businessCommencementDate: "Business Commencement Date",
|