@forwardslashns/taskit-validation-messages 1.0.8 → 1.0.9
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.
|
@@ -110,8 +110,8 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
110
110
|
readonly params: readonly ["clientDateEstablished", "filingType", "filingTypeStartingDate"];
|
|
111
111
|
};
|
|
112
112
|
readonly NOT_ALIGNED_DATE_ESTABLISHED_DOMESTIC_STATE_STARTING_DATE: {
|
|
113
|
-
readonly message: "
|
|
114
|
-
readonly params: readonly ["
|
|
113
|
+
readonly message: "Adjust the start date to be on or after the client's date established, {domesticStateStartingDate}.";
|
|
114
|
+
readonly params: readonly ["domesticStateStartingDate"];
|
|
115
115
|
};
|
|
116
116
|
readonly NOT_ALIGNED_DATE_ESTABLISHED_CLOSE_DATE: {
|
|
117
117
|
readonly message: "Adjust the close date to be after the date established.";
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoUtB,CAAC"}
|
|
@@ -113,10 +113,8 @@ exports.VALIDATION_MESSAGES = {
|
|
|
113
113
|
params: ['clientDateEstablished', 'filingType', 'filingTypeStartingDate'],
|
|
114
114
|
},
|
|
115
115
|
NOT_ALIGNED_DATE_ESTABLISHED_DOMESTIC_STATE_STARTING_DATE: {
|
|
116
|
-
message: `
|
|
116
|
+
message: `Adjust the start date to be on or after the client's date established, {domesticStateStartingDate}.`,
|
|
117
117
|
params: [
|
|
118
|
-
'clientDateEstablished',
|
|
119
|
-
'domesticState',
|
|
120
118
|
'domesticStateStartingDate',
|
|
121
119
|
],
|
|
122
120
|
},
|
package/package.json
CHANGED
|
@@ -110,10 +110,8 @@ export const VALIDATION_MESSAGES = {
|
|
|
110
110
|
params: ['clientDateEstablished', 'filingType', 'filingTypeStartingDate'],
|
|
111
111
|
},
|
|
112
112
|
NOT_ALIGNED_DATE_ESTABLISHED_DOMESTIC_STATE_STARTING_DATE: {
|
|
113
|
-
message: `
|
|
113
|
+
message: `Adjust the start date to be on or after the client's date established, {domesticStateStartingDate}.`,
|
|
114
114
|
params: [
|
|
115
|
-
'clientDateEstablished',
|
|
116
|
-
'domesticState',
|
|
117
115
|
'domesticStateStartingDate',
|
|
118
116
|
],
|
|
119
117
|
},
|