@finsys/core 1.6.0 → 2.0.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.
@@ -7168,7 +7168,7 @@
7168
7168
  "category": "13"
7169
7169
  },
7170
7170
  {
7171
- "name": "ssm",
7171
+ "name": "form9",
7172
7172
  "displayName": "Form 9 / Section 17 / Form D",
7173
7173
  "type": "file",
7174
7174
  "enableIf": "{formOfDisclosure} contains 'consented'",
@@ -7180,7 +7180,7 @@
7180
7180
  "category": "13"
7181
7181
  },
7182
7182
  {
7183
- "name": "ssm_business_information",
7183
+ "name": "ssm",
7184
7184
  "displayName": "SSM Company Profile",
7185
7185
  "type": "file",
7186
7186
  "enableIf": "{formOfDisclosure} contains 'consented'",
@@ -7190,6 +7190,8 @@
7190
7190
  "ssmIncorporatedDate",
7191
7191
  "businessCommencementDate",
7192
7192
  "businessNature",
7193
+ "ssmCompanyEntityType",
7194
+ "ssmPaidUpCapital",
7193
7195
  "companyStatus",
7194
7196
  "shareholders",
7195
7197
  "directors",
@@ -7203,7 +7205,7 @@
7203
7205
  "category": "13"
7204
7206
  },
7205
7207
  {
7206
- "name": "ic_front",
7208
+ "name": "ic",
7207
7209
  "displayName": "Identification Card (Front)",
7208
7210
  "type": "file",
7209
7211
  "enableIf": "{formOfDisclosure} contains 'consented'",
@@ -149,6 +149,8 @@
149
149
  "ssmCompanyName": "Company Name (SSM)",
150
150
  "ssmCompanyRegNo": "Registration No. (SSM)",
151
151
  "ssmIncorporatedDate": "Incorporated Date (SSM)",
152
+ "ssmCompanyEntityType": "Entity Type (SSM)",
153
+ "ssmPaidUpCapital": "Paid-Up Capital (SSM)",
152
154
  "businessCommencementDate": "Business Commencement Date",
153
155
  "businessNature": "Business Nature",
154
156
  "companyStatus": "Company Status",
package/dist/index.cjs CHANGED
@@ -8455,7 +8455,7 @@ var form_field_base_specs_default = {
8455
8455
  category: "13"
8456
8456
  },
8457
8457
  {
8458
- name: "ssm",
8458
+ name: "form9",
8459
8459
  displayName: "Form 9 / Section 17 / Form D",
8460
8460
  type: "file",
8461
8461
  enableIf: "{formOfDisclosure} contains 'consented'",
@@ -8467,7 +8467,7 @@ var form_field_base_specs_default = {
8467
8467
  category: "13"
8468
8468
  },
8469
8469
  {
8470
- name: "ssm_business_information",
8470
+ name: "ssm",
8471
8471
  displayName: "SSM Company Profile",
8472
8472
  type: "file",
8473
8473
  enableIf: "{formOfDisclosure} contains 'consented'",
@@ -8477,6 +8477,8 @@ var form_field_base_specs_default = {
8477
8477
  "ssmIncorporatedDate",
8478
8478
  "businessCommencementDate",
8479
8479
  "businessNature",
8480
+ "ssmCompanyEntityType",
8481
+ "ssmPaidUpCapital",
8480
8482
  "companyStatus",
8481
8483
  "shareholders",
8482
8484
  "directors",
@@ -8490,7 +8492,7 @@ var form_field_base_specs_default = {
8490
8492
  category: "13"
8491
8493
  },
8492
8494
  {
8493
- name: "ic_front",
8495
+ name: "ic",
8494
8496
  displayName: "Identification Card (Front)",
8495
8497
  type: "file",
8496
8498
  enableIf: "{formOfDisclosure} contains 'consented'",
@@ -9331,6 +9333,8 @@ var form_field_display_names_default = {
9331
9333
  ssmCompanyName: "Company Name (SSM)",
9332
9334
  ssmCompanyRegNo: "Registration No. (SSM)",
9333
9335
  ssmIncorporatedDate: "Incorporated Date (SSM)",
9336
+ ssmCompanyEntityType: "Entity Type (SSM)",
9337
+ ssmPaidUpCapital: "Paid-Up Capital (SSM)",
9334
9338
  businessCommencementDate: "Business Commencement Date",
9335
9339
  businessNature: "Business Nature",
9336
9340
  companyStatus: "Company Status",
@@ -9391,9 +9395,9 @@ var FIELD_GROUP_PREFIXES = [
9391
9395
  ["financials", "financials"],
9392
9396
  ["epf_statement", "epf_statements"],
9393
9397
  ["payslip_statement", "payslip_statements"],
9394
- ["ssm_business_information", "ssm_company_profile"],
9395
- ["ssm", "ssm_documents"],
9396
- ["ic_", "ic_documents"]
9398
+ ["ssm", "ssm_company_profile"],
9399
+ ["form9", "form9"],
9400
+ ["ic", "ic"]
9397
9401
  ];
9398
9402
  function groupFieldsByPattern(fields) {
9399
9403
  const groups = {};
@@ -9416,9 +9420,9 @@ var GROUP_DISPLAY_NAMES = {
9416
9420
  financials: "Audited Financial Statements",
9417
9421
  epf_statements: "EPF Statements",
9418
9422
  payslip_statements: "Payslip Statements",
9419
- ssm_documents: "Form 9 / Section 17 / Form D",
9423
+ form9: "Form 9 / Section 17 / Form D",
9420
9424
  ssm_company_profile: "SSM Company Profile",
9421
- ic_documents: "Identification Card"
9425
+ ic: "Identification Card"
9422
9426
  };
9423
9427
  function isNumericField(fieldName) {
9424
9428
  const patterns = [