@forwardslashns/taskit-validation-messages 1.0.6 → 1.0.7
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.
|
@@ -215,7 +215,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
215
215
|
readonly params: readonly ["currentState", "currentStateEndDate", "nextState", "nextStateStartDate"];
|
|
216
216
|
};
|
|
217
217
|
readonly DOMESTIC_STATE_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
|
|
218
|
-
readonly message: "There is a gap between the client's date established ({dateEstablished}) and the start of its first state ({earliestState} starting {
|
|
218
|
+
readonly message: "There is a gap between the client's date established ({dateEstablished}) and the start of its first state ({earliestState} starting {earliestStateStartDate}). There must be a state that begins on {dateEstablished}.";
|
|
219
219
|
readonly params: readonly ["dateEstablished", "earliestState", "earliestStateStartDate"];
|
|
220
220
|
};
|
|
221
221
|
};
|
|
@@ -222,7 +222,7 @@ exports.VALIDATION_MESSAGES = {
|
|
|
222
222
|
params: ['currentState', 'currentStateEndDate', 'nextState', 'nextStateStartDate'],
|
|
223
223
|
},
|
|
224
224
|
DOMESTIC_STATE_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
|
|
225
|
-
message: `There is a gap between the client's date established ({dateEstablished}) and the start of its first state ({earliestState} starting {
|
|
225
|
+
message: `There is a gap between the client's date established ({dateEstablished}) and the start of its first state ({earliestState} starting {earliestStateStartDate}). There must be a state that begins on {dateEstablished}.`,
|
|
226
226
|
params: ['dateEstablished', 'earliestState', 'earliestStateStartDate'],
|
|
227
227
|
},
|
|
228
228
|
},
|
package/package.json
CHANGED
|
@@ -219,7 +219,7 @@ export const VALIDATION_MESSAGES = {
|
|
|
219
219
|
params: ['currentState', 'currentStateEndDate', 'nextState', 'nextStateStartDate'],
|
|
220
220
|
},
|
|
221
221
|
DOMESTIC_STATE_EARLIEST_AND_DATE_ESTABLISHED_GAP_DETECTED: {
|
|
222
|
-
message: `There is a gap between the client's date established ({dateEstablished}) and the start of its first state ({earliestState} starting {
|
|
222
|
+
message: `There is a gap between the client's date established ({dateEstablished}) and the start of its first state ({earliestState} starting {earliestStateStartDate}). There must be a state that begins on {dateEstablished}.`,
|
|
223
223
|
params: ['dateEstablished', 'earliestState', 'earliestStateStartDate'],
|
|
224
224
|
},
|
|
225
225
|
},
|