bhl-forms 0.8.8 → 0.8.9

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.
@@ -2338,6 +2338,13 @@ const nextStepsMapChildAndFamily = {
2338
2338
  },
2339
2339
  });
2340
2340
 
2341
+ ({
2342
+ values: {
2343
+ // Custom because we ask typeOfProperty on s1
2344
+ "*": ["amountPaymentsPastDue", "loanAmount", "defaultNotice", "ownRealEstate", ...nextStepsLegalDefault],
2345
+ },
2346
+ });
2347
+
2341
2348
  ({
2342
2349
  values: {
2343
2350
  Type_Of_Legal_Problem_Display: {
@@ -3031,6 +3031,13 @@ const nextStepsMapCivilTOLPDisplay = {
3031
3031
  },
3032
3032
  });
3033
3033
 
3034
+ ({
3035
+ values: {
3036
+ // Custom because we ask typeOfProperty on s1
3037
+ "*": ["amountPaymentsPastDue", "loanAmount", "defaultNotice", "ownRealEstate", ...nextStepsLegalDefault],
3038
+ },
3039
+ });
3040
+
3034
3041
  ({
3035
3042
  values: {
3036
3043
  Type_Of_Legal_Problem_Display: {
@@ -2827,6 +2827,13 @@ const nextStepsMapCriminalTOLPDisplay = {
2827
2827
  },
2828
2828
  });
2829
2829
 
2830
+ ({
2831
+ values: {
2832
+ // Custom because we ask typeOfProperty on s1
2833
+ "*": ["amountPaymentsPastDue", "loanAmount", "defaultNotice", "ownRealEstate", ...nextStepsLegalDefault],
2834
+ },
2835
+ });
2836
+
2830
2837
  ({
2831
2838
  values: {
2832
2839
  Type_Of_Legal_Problem_Display: {
@@ -2369,6 +2369,13 @@ const nextStepsMapDivorce = {
2369
2369
  },
2370
2370
  });
2371
2371
 
2372
+ ({
2373
+ values: {
2374
+ // Custom because we ask typeOfProperty on s1
2375
+ "*": ["amountPaymentsPastDue", "loanAmount", "defaultNotice", "ownRealEstate", ...nextStepsLegalDefault],
2376
+ },
2377
+ });
2378
+
2372
2379
  ({
2373
2380
  values: {
2374
2381
  Type_Of_Legal_Problem_Display: {