@finsys/core 2.1.0 → 2.2.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.
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9397,9 +9397,9 @@ var FIELD_GROUP_PREFIXES = [
|
|
|
9397
9397
|
["financials", "financials"],
|
|
9398
9398
|
["epf_statement", "epf_statements"],
|
|
9399
9399
|
["payslip_statement", "payslip_statements"],
|
|
9400
|
-
["ssm", "
|
|
9400
|
+
["ssm", "ssm_documents"],
|
|
9401
9401
|
["form9", "form9"],
|
|
9402
|
-
["ic", "
|
|
9402
|
+
["ic", "ic_documents"]
|
|
9403
9403
|
];
|
|
9404
9404
|
function groupFieldsByPattern(fields) {
|
|
9405
9405
|
const groups = {};
|
|
@@ -9423,8 +9423,8 @@ var GROUP_DISPLAY_NAMES = {
|
|
|
9423
9423
|
epf_statements: "EPF Statements",
|
|
9424
9424
|
payslip_statements: "Payslip Statements",
|
|
9425
9425
|
form9: "Form 9 / Section 17 / Form D",
|
|
9426
|
-
|
|
9427
|
-
|
|
9426
|
+
ssm_documents: "SSM Company Information",
|
|
9427
|
+
ic_documents: "Identification Card"
|
|
9428
9428
|
};
|
|
9429
9429
|
function isNumericField(fieldName) {
|
|
9430
9430
|
const patterns = [
|