@finsys/core 1.5.0 → 1.5.1
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.
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9390,6 +9390,7 @@ var FIELD_GROUP_PREFIXES = [
|
|
|
9390
9390
|
["financials", "financials"],
|
|
9391
9391
|
["epf_statement", "epf_statements"],
|
|
9392
9392
|
["payslip_statement", "payslip_statements"],
|
|
9393
|
+
["ssm_business_information", "ssm_company_profile"],
|
|
9393
9394
|
["ssm", "ssm_documents"],
|
|
9394
9395
|
["ic_", "ic_documents"]
|
|
9395
9396
|
];
|
|
@@ -9414,7 +9415,8 @@ var GROUP_DISPLAY_NAMES = {
|
|
|
9414
9415
|
financials: "Audited Financial Statements",
|
|
9415
9416
|
epf_statements: "EPF Statements",
|
|
9416
9417
|
payslip_statements: "Payslip Statements",
|
|
9417
|
-
ssm_documents: "
|
|
9418
|
+
ssm_documents: "Form 9 / Section 17 / Form D",
|
|
9419
|
+
ssm_company_profile: "SSM Company Profile",
|
|
9418
9420
|
ic_documents: "Identification Card"
|
|
9419
9421
|
};
|
|
9420
9422
|
function isNumericField(fieldName) {
|