@finsys/core 1.6.0 → 2.0.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.js
CHANGED
|
@@ -8381,7 +8381,7 @@ var form_field_base_specs_default = {
|
|
|
8381
8381
|
category: "13"
|
|
8382
8382
|
},
|
|
8383
8383
|
{
|
|
8384
|
-
name: "
|
|
8384
|
+
name: "form9",
|
|
8385
8385
|
displayName: "Form 9 / Section 17 / Form D",
|
|
8386
8386
|
type: "file",
|
|
8387
8387
|
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
@@ -8393,7 +8393,7 @@ var form_field_base_specs_default = {
|
|
|
8393
8393
|
category: "13"
|
|
8394
8394
|
},
|
|
8395
8395
|
{
|
|
8396
|
-
name: "
|
|
8396
|
+
name: "ssm",
|
|
8397
8397
|
displayName: "SSM Company Profile",
|
|
8398
8398
|
type: "file",
|
|
8399
8399
|
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
@@ -8403,6 +8403,8 @@ var form_field_base_specs_default = {
|
|
|
8403
8403
|
"ssmIncorporatedDate",
|
|
8404
8404
|
"businessCommencementDate",
|
|
8405
8405
|
"businessNature",
|
|
8406
|
+
"ssmCompanyEntityType",
|
|
8407
|
+
"ssmPaidUpCapital",
|
|
8406
8408
|
"companyStatus",
|
|
8407
8409
|
"shareholders",
|
|
8408
8410
|
"directors",
|
|
@@ -8416,7 +8418,7 @@ var form_field_base_specs_default = {
|
|
|
8416
8418
|
category: "13"
|
|
8417
8419
|
},
|
|
8418
8420
|
{
|
|
8419
|
-
name: "
|
|
8421
|
+
name: "ic",
|
|
8420
8422
|
displayName: "Identification Card (Front)",
|
|
8421
8423
|
type: "file",
|
|
8422
8424
|
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
@@ -9257,6 +9259,8 @@ var form_field_display_names_default = {
|
|
|
9257
9259
|
ssmCompanyName: "Company Name (SSM)",
|
|
9258
9260
|
ssmCompanyRegNo: "Registration No. (SSM)",
|
|
9259
9261
|
ssmIncorporatedDate: "Incorporated Date (SSM)",
|
|
9262
|
+
ssmCompanyEntityType: "Entity Type (SSM)",
|
|
9263
|
+
ssmPaidUpCapital: "Paid-Up Capital (SSM)",
|
|
9260
9264
|
businessCommencementDate: "Business Commencement Date",
|
|
9261
9265
|
businessNature: "Business Nature",
|
|
9262
9266
|
companyStatus: "Company Status",
|
|
@@ -9317,9 +9321,9 @@ var FIELD_GROUP_PREFIXES = [
|
|
|
9317
9321
|
["financials", "financials"],
|
|
9318
9322
|
["epf_statement", "epf_statements"],
|
|
9319
9323
|
["payslip_statement", "payslip_statements"],
|
|
9320
|
-
["
|
|
9321
|
-
["
|
|
9322
|
-
["
|
|
9324
|
+
["ssm", "ssm_company_profile"],
|
|
9325
|
+
["form9", "form9"],
|
|
9326
|
+
["ic", "ic"]
|
|
9323
9327
|
];
|
|
9324
9328
|
function groupFieldsByPattern(fields) {
|
|
9325
9329
|
const groups = {};
|
|
@@ -9342,9 +9346,9 @@ var GROUP_DISPLAY_NAMES = {
|
|
|
9342
9346
|
financials: "Audited Financial Statements",
|
|
9343
9347
|
epf_statements: "EPF Statements",
|
|
9344
9348
|
payslip_statements: "Payslip Statements",
|
|
9345
|
-
|
|
9349
|
+
form9: "Form 9 / Section 17 / Form D",
|
|
9346
9350
|
ssm_company_profile: "SSM Company Profile",
|
|
9347
|
-
|
|
9351
|
+
ic: "Identification Card"
|
|
9348
9352
|
};
|
|
9349
9353
|
function isNumericField(fieldName) {
|
|
9350
9354
|
const patterns = [
|