@finsys/core 1.3.1 → 1.3.2
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/data/form-field-base-specs.json +42 -1
- package/dist/index.cjs +42 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +42 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8378,7 +8378,48 @@ var form_field_base_specs_default = {
|
|
|
8378
8378
|
displayName: "Form 9 / Section 17 / Form D",
|
|
8379
8379
|
type: "file",
|
|
8380
8380
|
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
8381
|
-
ihs_column_names: ["incorporatedDate"],
|
|
8381
|
+
ihs_column_names: ["incorporatedDate", "companyName", "companyRegNo"],
|
|
8382
|
+
category: "13"
|
|
8383
|
+
},
|
|
8384
|
+
{
|
|
8385
|
+
name: "ssm_business_information",
|
|
8386
|
+
displayName: "SSM Company Profile",
|
|
8387
|
+
type: "file",
|
|
8388
|
+
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
8389
|
+
ihs_column_names: [
|
|
8390
|
+
"ssmCompanyName",
|
|
8391
|
+
"ssmCompanyRegNo",
|
|
8392
|
+
"ssmIncorporatedDate",
|
|
8393
|
+
"businessCommencementDate",
|
|
8394
|
+
"businessNature",
|
|
8395
|
+
"companyStatus",
|
|
8396
|
+
"shareholders",
|
|
8397
|
+
"directors",
|
|
8398
|
+
"previousDirectors",
|
|
8399
|
+
"totalShareIssued",
|
|
8400
|
+
"companyLastOldName",
|
|
8401
|
+
"companyNameDateOfChange",
|
|
8402
|
+
"businessOrigin",
|
|
8403
|
+
"registeredAddress"
|
|
8404
|
+
],
|
|
8405
|
+
category: "13"
|
|
8406
|
+
},
|
|
8407
|
+
{
|
|
8408
|
+
name: "ic_front",
|
|
8409
|
+
displayName: "Identification Card (Front)",
|
|
8410
|
+
type: "file",
|
|
8411
|
+
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
8412
|
+
ihs_column_names: [
|
|
8413
|
+
"icNumber",
|
|
8414
|
+
"icName",
|
|
8415
|
+
"icAddress",
|
|
8416
|
+
"icGender",
|
|
8417
|
+
"icReligion",
|
|
8418
|
+
"icDateOfBirth",
|
|
8419
|
+
"icPlaceOfBirth",
|
|
8420
|
+
"icNationality",
|
|
8421
|
+
"icRace"
|
|
8422
|
+
],
|
|
8382
8423
|
category: "13"
|
|
8383
8424
|
},
|
|
8384
8425
|
{
|