@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.js
CHANGED
|
@@ -9317,6 +9317,7 @@ var FIELD_GROUP_PREFIXES = [
|
|
|
9317
9317
|
["financials", "financials"],
|
|
9318
9318
|
["epf_statement", "epf_statements"],
|
|
9319
9319
|
["payslip_statement", "payslip_statements"],
|
|
9320
|
+
["ssm_business_information", "ssm_company_profile"],
|
|
9320
9321
|
["ssm", "ssm_documents"],
|
|
9321
9322
|
["ic_", "ic_documents"]
|
|
9322
9323
|
];
|
|
@@ -9341,7 +9342,8 @@ var GROUP_DISPLAY_NAMES = {
|
|
|
9341
9342
|
financials: "Audited Financial Statements",
|
|
9342
9343
|
epf_statements: "EPF Statements",
|
|
9343
9344
|
payslip_statements: "Payslip Statements",
|
|
9344
|
-
ssm_documents: "
|
|
9345
|
+
ssm_documents: "Form 9 / Section 17 / Form D",
|
|
9346
|
+
ssm_company_profile: "SSM Company Profile",
|
|
9345
9347
|
ic_documents: "Identification Card"
|
|
9346
9348
|
};
|
|
9347
9349
|
function isNumericField(fieldName) {
|