@forwardslashns/taskit-validation-messages 1.10.0 → 1.10.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -70,8 +70,8 @@ export const CLIENT_RECORDS_FILING_STATUSES = {
70
70
  affectedFields: ['filingStatus'],
71
71
  },
72
72
  FILING_STATUS_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
73
- message: `There is a gap between the client's date established ({dateEstablished}) and the start date of {earliestFilingStatus} ({earliestFilingStatusStartDate}). Please ensure that the status of one Sub/Parent status matches the client's date established.`,
74
- params: ['dateEstablished', 'earliestFilingStatus', 'earliestFilingStatusStartDate'],
73
+ message: `There is a gap between the client's date established ({dateEstablished}) and the start date of the first Sub/Parent status ({earliestFilingStatusStartDate}). Please ensure that the status of one Sub/Parent status matches the client's date established.`,
74
+ params: ['dateEstablished', 'earliestFilingStatusStartDate'],
75
75
  affectedFields: ['filingStatus', 'dateEstablished'],
76
76
  },
77
77
  FILING_STATUSES_DATES_OVERLAP: {