@forwardslashns/taskit-validation-messages 1.0.8 → 1.0.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.
|
@@ -113,6 +113,10 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
113
113
|
readonly message: "The state, {domesticState}, starts on {domesticStateStartingDate}, which is earlier than the client's date established, {clientDateEstablished}. Please adjust the start date of the state or the client's date established.";
|
|
114
114
|
readonly params: readonly ["clientDateEstablished", "domesticState", "domesticStateStartingDate"];
|
|
115
115
|
};
|
|
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, {domesticStateStartingDate}.";
|
|
118
|
+
readonly params: readonly ["domesticStateStartingDate"];
|
|
119
|
+
};
|
|
116
120
|
readonly NOT_ALIGNED_DATE_ESTABLISHED_CLOSE_DATE: {
|
|
117
121
|
readonly message: "Adjust the close date to be after the date established.";
|
|
118
122
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4UtB,CAAC"}
|
|
@@ -120,6 +120,12 @@ exports.VALIDATION_MESSAGES = {
|
|
|
120
120
|
'domesticStateStartingDate',
|
|
121
121
|
],
|
|
122
122
|
},
|
|
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, {domesticStateStartingDate}.`,
|
|
125
|
+
params: [
|
|
126
|
+
'domesticStateStartingDate',
|
|
127
|
+
],
|
|
128
|
+
},
|
|
123
129
|
NOT_ALIGNED_DATE_ESTABLISHED_CLOSE_DATE: {
|
|
124
130
|
message: `Adjust the close date to be after the date established.`,
|
|
125
131
|
},
|
package/package.json
CHANGED
|
@@ -117,6 +117,12 @@ export const VALIDATION_MESSAGES = {
|
|
|
117
117
|
'domesticStateStartingDate',
|
|
118
118
|
],
|
|
119
119
|
},
|
|
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, {domesticStateStartingDate}.`,
|
|
122
|
+
params: [
|
|
123
|
+
'domesticStateStartingDate',
|
|
124
|
+
],
|
|
125
|
+
},
|
|
120
126
|
NOT_ALIGNED_DATE_ESTABLISHED_CLOSE_DATE: {
|
|
121
127
|
message: `Adjust the close date to be after the date established.`,
|
|
122
128
|
},
|