@forwardslashns/taskit-validation-messages 1.0.35 → 1.0.36
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.
|
@@ -239,7 +239,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
239
239
|
readonly params: readonly ["dateEstablished", "earliestEntityType", "earliestEntityTypeStartDate"];
|
|
240
240
|
};
|
|
241
241
|
readonly ENTITY_TYPES_DATES_OVERLAP: {
|
|
242
|
-
readonly message: "The client already has {
|
|
242
|
+
readonly message: "The client already has {entityType} starting from {startDate2} to {endDate2}. Your current entity type overlaps with that time. Please adjust the dates so they don't overlap.";
|
|
243
243
|
readonly params: readonly ["entityType", "startDate1", "endDate1", "startDate2", "endDate2"];
|
|
244
244
|
};
|
|
245
245
|
readonly ALL_NON_LAST_ENTITY_TYPES_REQUIRE_ENDING_DATE: {
|
|
@@ -243,7 +243,7 @@ exports.VALIDATION_MESSAGES = {
|
|
|
243
243
|
params: ['dateEstablished', 'earliestEntityType', 'earliestEntityTypeStartDate'],
|
|
244
244
|
},
|
|
245
245
|
ENTITY_TYPES_DATES_OVERLAP: {
|
|
246
|
-
message: `The client already has {
|
|
246
|
+
message: `The client already has {entityType} starting from {startDate2} to {endDate2}. Your current entity type overlaps with that time. Please adjust the dates so they don't overlap.`,
|
|
247
247
|
params: ['entityType', 'startDate1', 'endDate1', 'startDate2', 'endDate2'],
|
|
248
248
|
},
|
|
249
249
|
ALL_NON_LAST_ENTITY_TYPES_REQUIRE_ENDING_DATE: {
|
package/package.json
CHANGED
|
@@ -240,7 +240,7 @@ export const VALIDATION_MESSAGES = {
|
|
|
240
240
|
params: ['dateEstablished', 'earliestEntityType', 'earliestEntityTypeStartDate'],
|
|
241
241
|
},
|
|
242
242
|
ENTITY_TYPES_DATES_OVERLAP: {
|
|
243
|
-
message: `The client already has {
|
|
243
|
+
message: `The client already has {entityType} starting from {startDate2} to {endDate2}. Your current entity type overlaps with that time. Please adjust the dates so they don't overlap.`,
|
|
244
244
|
params: ['entityType', 'startDate1', 'endDate1', 'startDate2', 'endDate2'],
|
|
245
245
|
},
|
|
246
246
|
ALL_NON_LAST_ENTITY_TYPES_REQUIRE_ENDING_DATE: {
|