@finsys/core 1.3.1 → 1.3.3
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/NOTICE +5 -0
- 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 +3 -2
package/NOTICE
ADDED
|
@@ -7166,7 +7166,48 @@
|
|
|
7166
7166
|
"displayName": "Form 9 / Section 17 / Form D",
|
|
7167
7167
|
"type": "file",
|
|
7168
7168
|
"enableIf": "{formOfDisclosure} contains 'consented'",
|
|
7169
|
-
"ihs_column_names": ["incorporatedDate"],
|
|
7169
|
+
"ihs_column_names": ["incorporatedDate", "companyName", "companyRegNo"],
|
|
7170
|
+
"category": "13"
|
|
7171
|
+
},
|
|
7172
|
+
{
|
|
7173
|
+
"name": "ssm_business_information",
|
|
7174
|
+
"displayName": "SSM Company Profile",
|
|
7175
|
+
"type": "file",
|
|
7176
|
+
"enableIf": "{formOfDisclosure} contains 'consented'",
|
|
7177
|
+
"ihs_column_names": [
|
|
7178
|
+
"ssmCompanyName",
|
|
7179
|
+
"ssmCompanyRegNo",
|
|
7180
|
+
"ssmIncorporatedDate",
|
|
7181
|
+
"businessCommencementDate",
|
|
7182
|
+
"businessNature",
|
|
7183
|
+
"companyStatus",
|
|
7184
|
+
"shareholders",
|
|
7185
|
+
"directors",
|
|
7186
|
+
"previousDirectors",
|
|
7187
|
+
"totalShareIssued",
|
|
7188
|
+
"companyLastOldName",
|
|
7189
|
+
"companyNameDateOfChange",
|
|
7190
|
+
"businessOrigin",
|
|
7191
|
+
"registeredAddress"
|
|
7192
|
+
],
|
|
7193
|
+
"category": "13"
|
|
7194
|
+
},
|
|
7195
|
+
{
|
|
7196
|
+
"name": "ic_front",
|
|
7197
|
+
"displayName": "Identification Card (Front)",
|
|
7198
|
+
"type": "file",
|
|
7199
|
+
"enableIf": "{formOfDisclosure} contains 'consented'",
|
|
7200
|
+
"ihs_column_names": [
|
|
7201
|
+
"icNumber",
|
|
7202
|
+
"icName",
|
|
7203
|
+
"icAddress",
|
|
7204
|
+
"icGender",
|
|
7205
|
+
"icReligion",
|
|
7206
|
+
"icDateOfBirth",
|
|
7207
|
+
"icPlaceOfBirth",
|
|
7208
|
+
"icNationality",
|
|
7209
|
+
"icRace"
|
|
7210
|
+
],
|
|
7170
7211
|
"category": "13"
|
|
7171
7212
|
},
|
|
7172
7213
|
{
|
package/dist/index.cjs
CHANGED
|
@@ -8441,7 +8441,48 @@ var form_field_base_specs_default = {
|
|
|
8441
8441
|
displayName: "Form 9 / Section 17 / Form D",
|
|
8442
8442
|
type: "file",
|
|
8443
8443
|
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
8444
|
-
ihs_column_names: ["incorporatedDate"],
|
|
8444
|
+
ihs_column_names: ["incorporatedDate", "companyName", "companyRegNo"],
|
|
8445
|
+
category: "13"
|
|
8446
|
+
},
|
|
8447
|
+
{
|
|
8448
|
+
name: "ssm_business_information",
|
|
8449
|
+
displayName: "SSM Company Profile",
|
|
8450
|
+
type: "file",
|
|
8451
|
+
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
8452
|
+
ihs_column_names: [
|
|
8453
|
+
"ssmCompanyName",
|
|
8454
|
+
"ssmCompanyRegNo",
|
|
8455
|
+
"ssmIncorporatedDate",
|
|
8456
|
+
"businessCommencementDate",
|
|
8457
|
+
"businessNature",
|
|
8458
|
+
"companyStatus",
|
|
8459
|
+
"shareholders",
|
|
8460
|
+
"directors",
|
|
8461
|
+
"previousDirectors",
|
|
8462
|
+
"totalShareIssued",
|
|
8463
|
+
"companyLastOldName",
|
|
8464
|
+
"companyNameDateOfChange",
|
|
8465
|
+
"businessOrigin",
|
|
8466
|
+
"registeredAddress"
|
|
8467
|
+
],
|
|
8468
|
+
category: "13"
|
|
8469
|
+
},
|
|
8470
|
+
{
|
|
8471
|
+
name: "ic_front",
|
|
8472
|
+
displayName: "Identification Card (Front)",
|
|
8473
|
+
type: "file",
|
|
8474
|
+
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
8475
|
+
ihs_column_names: [
|
|
8476
|
+
"icNumber",
|
|
8477
|
+
"icName",
|
|
8478
|
+
"icAddress",
|
|
8479
|
+
"icGender",
|
|
8480
|
+
"icReligion",
|
|
8481
|
+
"icDateOfBirth",
|
|
8482
|
+
"icPlaceOfBirth",
|
|
8483
|
+
"icNationality",
|
|
8484
|
+
"icRace"
|
|
8485
|
+
],
|
|
8445
8486
|
category: "13"
|
|
8446
8487
|
},
|
|
8447
8488
|
{
|