@forwardslashns/taskit-validation-messages 1.9.8 → 1.9.10

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.
@@ -70,8 +70,8 @@ export declare const CLIENT_RECORDS_FILING_TYPES: {
70
70
  readonly affectedFields: readonly ["filingType"];
71
71
  };
72
72
  readonly FILING_TYPE_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
73
- readonly message: "There is a gap between the client's date established ({dateEstablished}) and the start of its first Sub/Parent status ({earliestFilingType} starting {earliestFilingTypeStartDate}). There must be a Sub/Parent status that begins on {dateEstablished}.";
74
- readonly params: readonly ["dateEstablished", "earliestFilingType", "earliestFilingTypeStartDate"];
73
+ readonly message: "There is a gap between the client's date established ({dateEstablished}) and the start date of the first Sub/Parent status ({earliestFilingTypeStartDate}). Please ensure that the status of one Sub/Parent status matches the client's date established.";
74
+ readonly params: readonly ["dateEstablished", "earliestFilingTypeStartDate"];
75
75
  readonly affectedFields: readonly ["filingType", "dateEstablished"];
76
76
  };
77
77
  readonly FILING_TYPES_DATES_OVERLAP: {
@@ -73,8 +73,8 @@ exports.CLIENT_RECORDS_FILING_TYPES = {
73
73
  affectedFields: ['filingType'],
74
74
  },
75
75
  FILING_TYPE_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
76
- message: `There is a gap between the client's date established ({dateEstablished}) and the start of its first Sub/Parent status ({earliestFilingType} starting {earliestFilingTypeStartDate}). There must be a Sub/Parent status that begins on {dateEstablished}.`,
77
- params: ['dateEstablished', 'earliestFilingType', 'earliestFilingTypeStartDate'],
76
+ message: `There is a gap between the client's date established ({dateEstablished}) and the start date of the first Sub/Parent status ({earliestFilingTypeStartDate}). Please ensure that the status of one Sub/Parent status matches the client's date established.`,
77
+ params: ['dateEstablished', 'earliestFilingTypeStartDate'],
78
78
  affectedFields: ['filingType', 'dateEstablished'],
79
79
  },
80
80
  FILING_TYPES_DATES_OVERLAP: {
@@ -547,8 +547,8 @@ export declare const VALIDATION_MESSAGES: {
547
547
  readonly affectedFields: readonly ["filingType"];
548
548
  };
549
549
  readonly FILING_TYPE_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
550
- readonly message: "There is a gap between the client's date established ({dateEstablished}) and the start of its first Sub/Parent status ({earliestFilingType} starting {earliestFilingTypeStartDate}). There must be a Sub/Parent status that begins on {dateEstablished}.";
551
- readonly params: readonly ["dateEstablished", "earliestFilingType", "earliestFilingTypeStartDate"];
550
+ readonly message: "There is a gap between the client's date established ({dateEstablished}) and the start date of the first Sub/Parent status ({earliestFilingTypeStartDate}). Please ensure that the status of one Sub/Parent status matches the client's date established.";
551
+ readonly params: readonly ["dateEstablished", "earliestFilingTypeStartDate"];
552
552
  readonly affectedFields: readonly ["filingType", "dateEstablished"];
553
553
  };
554
554
  readonly FILING_TYPES_DATES_OVERLAP: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.9.8",
3
+ "version": "1.9.10",
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_TYPES = {
70
70
  affectedFields: ['filingType'],
71
71
  },
72
72
  FILING_TYPE_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
73
- message: `There is a gap between the client's date established ({dateEstablished}) and the start of its first Sub/Parent status ({earliestFilingType} starting {earliestFilingTypeStartDate}). There must be a Sub/Parent status that begins on {dateEstablished}.`,
74
- params: ['dateEstablished', 'earliestFilingType', 'earliestFilingTypeStartDate'],
73
+ message: `There is a gap between the client's date established ({dateEstablished}) and the start date of the first Sub/Parent status ({earliestFilingTypeStartDate}). Please ensure that the status of one Sub/Parent status matches the client's date established.`,
74
+ params: ['dateEstablished', 'earliestFilingTypeStartDate'],
75
75
  affectedFields: ['filingType', 'dateEstablished'],
76
76
  },
77
77
  FILING_TYPES_DATES_OVERLAP: {