@forwardslashns/taskit-validation-messages 1.0.14 → 1.0.15
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.
|
@@ -114,8 +114,8 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
114
114
|
readonly params: readonly ["clientDateEstablished", "domesticState", "domesticStateStartingDate"];
|
|
115
115
|
};
|
|
116
116
|
readonly NOT_ALIGNED_DATE_ESTABLISHED_DOMESTIC_STATES_STARTING_DATE: {
|
|
117
|
-
readonly message: "Adjust the start date to be on or after the client's date established, {
|
|
118
|
-
readonly params: readonly ["
|
|
117
|
+
readonly message: "Adjust the start date to be on or after the client's date established, {clientStartDate}.";
|
|
118
|
+
readonly params: readonly ["clientStartDate"];
|
|
119
119
|
};
|
|
120
120
|
readonly NOT_ALIGNED_CLOSE_DATE_DOMESTIC_STATES_STARTING_DATE: {
|
|
121
121
|
readonly message: "Adjust the start date to be before the client's close date, {clientCloseDate}.";
|
|
@@ -121,9 +121,9 @@ exports.VALIDATION_MESSAGES = {
|
|
|
121
121
|
],
|
|
122
122
|
},
|
|
123
123
|
NOT_ALIGNED_DATE_ESTABLISHED_DOMESTIC_STATES_STARTING_DATE: {
|
|
124
|
-
message: `Adjust the start date to be on or after the client's date established, {
|
|
124
|
+
message: `Adjust the start date to be on or after the client's date established, {clientStartDate}.`,
|
|
125
125
|
params: [
|
|
126
|
-
'
|
|
126
|
+
'clientStartDate',
|
|
127
127
|
],
|
|
128
128
|
},
|
|
129
129
|
NOT_ALIGNED_CLOSE_DATE_DOMESTIC_STATES_STARTING_DATE: {
|
package/package.json
CHANGED
|
@@ -118,9 +118,9 @@ export const VALIDATION_MESSAGES = {
|
|
|
118
118
|
],
|
|
119
119
|
},
|
|
120
120
|
NOT_ALIGNED_DATE_ESTABLISHED_DOMESTIC_STATES_STARTING_DATE: {
|
|
121
|
-
message: `Adjust the start date to be on or after the client's date established, {
|
|
121
|
+
message: `Adjust the start date to be on or after the client's date established, {clientStartDate}.`,
|
|
122
122
|
params: [
|
|
123
|
-
'
|
|
123
|
+
'clientStartDate',
|
|
124
124
|
],
|
|
125
125
|
},
|
|
126
126
|
NOT_ALIGNED_CLOSE_DATE_DOMESTIC_STATES_STARTING_DATE: {
|