@finsys/core 1.3.2 → 1.3.4
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 +12 -2
- package/dist/index.cjs +11 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -7329,6 +7329,12 @@ var form_field_base_specs_default = {
|
|
|
7329
7329
|
max: 2100,
|
|
7330
7330
|
category: "12"
|
|
7331
7331
|
},
|
|
7332
|
+
{
|
|
7333
|
+
name: "makeOfVehicle",
|
|
7334
|
+
displayName: "Make of Vehicle",
|
|
7335
|
+
type: "text",
|
|
7336
|
+
category: "12"
|
|
7337
|
+
},
|
|
7332
7338
|
{
|
|
7333
7339
|
name: "permanentaddressLine1",
|
|
7334
7340
|
displayName: "Permanent Address Line 1",
|
|
@@ -8378,7 +8384,11 @@ var form_field_base_specs_default = {
|
|
|
8378
8384
|
displayName: "Form 9 / Section 17 / Form D",
|
|
8379
8385
|
type: "file",
|
|
8380
8386
|
enableIf: "{formOfDisclosure} contains 'consented'",
|
|
8381
|
-
ihs_column_names: [
|
|
8387
|
+
ihs_column_names: [
|
|
8388
|
+
"incorporatedDate",
|
|
8389
|
+
"companyName",
|
|
8390
|
+
"companyRegNo"
|
|
8391
|
+
],
|
|
8382
8392
|
category: "13"
|
|
8383
8393
|
},
|
|
8384
8394
|
{
|