@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.
- package/dist/validation/features/client-records-filing-types-histories.validation-messages.d.ts +2 -2
- package/dist/validation/features/client-records-filing-types-histories.validation-messages.js +2 -2
- package/dist/validation/validation-messages.d.ts +2 -2
- package/package.json +1 -1
- package/src/validation/features/client-records-filing-types-histories.validation-messages.ts +2 -2
package/dist/validation/features/client-records-filing-types-histories.validation-messages.d.ts
CHANGED
|
@@ -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
|
|
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 ({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: {
|
package/dist/validation/features/client-records-filing-types-histories.validation-messages.js
CHANGED
|
@@ -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
|
|
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 ({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
|
|
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 ({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
package/src/validation/features/client-records-filing-types-histories.validation-messages.ts
CHANGED
|
@@ -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
|
|
74
|
-
params: ['dateEstablished', '
|
|
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: {
|