@finsys/core 1.3.3 → 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.
@@ -1102,7 +1102,7 @@
1102
1102
  "value": "SRB"
1103
1103
  },
1104
1104
  {
1105
- "text": "São Tomé and Príncipe",
1105
+ "text": "S\u00e3o Tom\u00e9 and Pr\u00edncipe",
1106
1106
  "value": "STP"
1107
1107
  },
1108
1108
  {
@@ -6117,6 +6117,12 @@
6117
6117
  "max": 2100,
6118
6118
  "category": "12"
6119
6119
  },
6120
+ {
6121
+ "name": "makeOfVehicle",
6122
+ "displayName": "Make of Vehicle",
6123
+ "type": "text",
6124
+ "category": "12"
6125
+ },
6120
6126
  {
6121
6127
  "name": "permanentaddressLine1",
6122
6128
  "displayName": "Permanent Address Line 1",
@@ -7166,7 +7172,11 @@
7166
7172
  "displayName": "Form 9 / Section 17 / Form D",
7167
7173
  "type": "file",
7168
7174
  "enableIf": "{formOfDisclosure} contains 'consented'",
7169
- "ihs_column_names": ["incorporatedDate", "companyName", "companyRegNo"],
7175
+ "ihs_column_names": [
7176
+ "incorporatedDate",
7177
+ "companyName",
7178
+ "companyRegNo"
7179
+ ],
7170
7180
  "category": "13"
7171
7181
  },
7172
7182
  {
package/dist/index.cjs CHANGED
@@ -7392,6 +7392,12 @@ var form_field_base_specs_default = {
7392
7392
  max: 2100,
7393
7393
  category: "12"
7394
7394
  },
7395
+ {
7396
+ name: "makeOfVehicle",
7397
+ displayName: "Make of Vehicle",
7398
+ type: "text",
7399
+ category: "12"
7400
+ },
7395
7401
  {
7396
7402
  name: "permanentaddressLine1",
7397
7403
  displayName: "Permanent Address Line 1",
@@ -8441,7 +8447,11 @@ var form_field_base_specs_default = {
8441
8447
  displayName: "Form 9 / Section 17 / Form D",
8442
8448
  type: "file",
8443
8449
  enableIf: "{formOfDisclosure} contains 'consented'",
8444
- ihs_column_names: ["incorporatedDate", "companyName", "companyRegNo"],
8450
+ ihs_column_names: [
8451
+ "incorporatedDate",
8452
+ "companyName",
8453
+ "companyRegNo"
8454
+ ],
8445
8455
  category: "13"
8446
8456
  },
8447
8457
  {