@forwardslashns/taskit-validation-messages 1.10.1 → 1.10.2
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/dist/validation/features/client-records-filing-statuses-histories.validation-messages.d.ts
CHANGED
|
@@ -70,8 +70,8 @@ export declare const CLIENT_RECORDS_FILING_STATUSES: {
|
|
|
70
70
|
readonly affectedFields: readonly ["filingStatus"];
|
|
71
71
|
};
|
|
72
72
|
readonly FILING_STATUS_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
|
|
73
|
-
readonly message: "There is a gap between the client's date established ({dateEstablished}) and the start date of
|
|
74
|
-
readonly params: readonly ["dateEstablished", "
|
|
73
|
+
readonly 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
|
+
readonly params: readonly ["dateEstablished", "earliestFilingStatusStartDate"];
|
|
75
75
|
readonly affectedFields: readonly ["filingStatus", "dateEstablished"];
|
|
76
76
|
};
|
|
77
77
|
readonly FILING_STATUSES_DATES_OVERLAP: {
|
package/dist/validation/features/client-records-filing-statuses-histories.validation-messages.js
CHANGED
|
@@ -73,8 +73,8 @@ exports.CLIENT_RECORDS_FILING_STATUSES = {
|
|
|
73
73
|
affectedFields: ['filingStatus'],
|
|
74
74
|
},
|
|
75
75
|
FILING_STATUS_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
|
|
76
|
-
message: `There is a gap between the client's date established ({dateEstablished}) and the start date of
|
|
77
|
-
params: ['dateEstablished', '
|
|
76
|
+
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.`,
|
|
77
|
+
params: ['dateEstablished', 'earliestFilingStatusStartDate'],
|
|
78
78
|
affectedFields: ['filingStatus', 'dateEstablished'],
|
|
79
79
|
},
|
|
80
80
|
FILING_STATUSES_DATES_OVERLAP: {
|
|
@@ -547,8 +547,8 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
547
547
|
readonly affectedFields: readonly ["filingStatus"];
|
|
548
548
|
};
|
|
549
549
|
readonly FILING_STATUS_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
|
|
550
|
-
readonly message: "There is a gap between the client's date established ({dateEstablished}) and the start date of
|
|
551
|
-
readonly params: readonly ["dateEstablished", "
|
|
550
|
+
readonly 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.";
|
|
551
|
+
readonly params: readonly ["dateEstablished", "earliestFilingStatusStartDate"];
|
|
552
552
|
readonly affectedFields: readonly ["filingStatus", "dateEstablished"];
|
|
553
553
|
};
|
|
554
554
|
readonly FILING_STATUSES_DATES_OVERLAP: {
|