@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.js
CHANGED
|
@@ -9321,9 +9321,9 @@ var FIELD_GROUP_PREFIXES = [
|
|
|
9321
9321
|
["financials", "financials"],
|
|
9322
9322
|
["epf_statement", "epf_statements"],
|
|
9323
9323
|
["payslip_statement", "payslip_statements"],
|
|
9324
|
-
["ssm", "
|
|
9324
|
+
["ssm", "ssm_documents"],
|
|
9325
9325
|
["form9", "form9"],
|
|
9326
|
-
["ic", "
|
|
9326
|
+
["ic", "ic_documents"]
|
|
9327
9327
|
];
|
|
9328
9328
|
function groupFieldsByPattern(fields) {
|
|
9329
9329
|
const groups = {};
|
|
@@ -9347,8 +9347,8 @@ var GROUP_DISPLAY_NAMES = {
|
|
|
9347
9347
|
epf_statements: "EPF Statements",
|
|
9348
9348
|
payslip_statements: "Payslip Statements",
|
|
9349
9349
|
form9: "Form 9 / Section 17 / Form D",
|
|
9350
|
-
|
|
9351
|
-
|
|
9350
|
+
ssm_documents: "SSM Company Information",
|
|
9351
|
+
ic_documents: "Identification Card"
|
|
9352
9352
|
};
|
|
9353
9353
|
function isNumericField(fieldName) {
|
|
9354
9354
|
const patterns = [
|