@forwardslashns/taskit-validation-messages 1.0.45 → 1.0.46
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.
|
@@ -523,8 +523,8 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
523
523
|
};
|
|
524
524
|
readonly OUTSIDE_PROVIDER: {
|
|
525
525
|
readonly INVALID_TYPE: {
|
|
526
|
-
readonly message: "Outside provider
|
|
527
|
-
readonly params: readonly ["
|
|
526
|
+
readonly message: "Outside provider types with ids '{ids}' do not exist";
|
|
527
|
+
readonly params: readonly ["ids"];
|
|
528
528
|
};
|
|
529
529
|
readonly SAME_TYPE_TIMELINE_OVERLAP: {
|
|
530
530
|
readonly message: "The client already has {outsideProviderType} starting from {startDate}. Your entry overlaps with that time. Please adjust the dates so they don't overlap.";
|
|
@@ -530,8 +530,8 @@ exports.VALIDATION_MESSAGES = {
|
|
|
530
530
|
},
|
|
531
531
|
OUTSIDE_PROVIDER: {
|
|
532
532
|
INVALID_TYPE: {
|
|
533
|
-
message: `Outside provider
|
|
534
|
-
params: ['
|
|
533
|
+
message: `Outside provider types with ids '{ids}' do not exist`,
|
|
534
|
+
params: ['ids'],
|
|
535
535
|
},
|
|
536
536
|
SAME_TYPE_TIMELINE_OVERLAP: {
|
|
537
537
|
message: `The client already has {outsideProviderType} starting from {startDate}. Your entry overlaps with that time. Please adjust the dates so they don't overlap.`,
|
package/package.json
CHANGED
|
@@ -527,8 +527,8 @@ export const VALIDATION_MESSAGES = {
|
|
|
527
527
|
},
|
|
528
528
|
OUTSIDE_PROVIDER: {
|
|
529
529
|
INVALID_TYPE: {
|
|
530
|
-
message: `Outside provider
|
|
531
|
-
params: ['
|
|
530
|
+
message: `Outside provider types with ids '{ids}' do not exist`,
|
|
531
|
+
params: ['ids'],
|
|
532
532
|
},
|
|
533
533
|
SAME_TYPE_TIMELINE_OVERLAP: {
|
|
534
534
|
message: `The client already has {outsideProviderType} starting from {startDate}. Your entry overlaps with that time. Please adjust the dates so they don't overlap.`,
|