@forwardslashns/taskit-validation-messages 1.0.42 → 1.0.43
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.
|
@@ -56,8 +56,8 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
56
56
|
readonly message: "Zip codes with ids {ids} do not exist";
|
|
57
57
|
readonly params: readonly ["ids"];
|
|
58
58
|
};
|
|
59
|
-
readonly
|
|
60
|
-
readonly message: "
|
|
59
|
+
readonly CONTACT_ROLES_NOT_FOUND: {
|
|
60
|
+
readonly message: "Contact roles with ids {ids} do not exist";
|
|
61
61
|
readonly params: readonly ["ids"];
|
|
62
62
|
};
|
|
63
63
|
readonly CONTACT_TYPES_NOT_FOUND: {
|
|
@@ -59,8 +59,8 @@ exports.VALIDATION_MESSAGES = {
|
|
|
59
59
|
message: `Zip codes with ids {ids} do not exist`,
|
|
60
60
|
params: ['ids'],
|
|
61
61
|
},
|
|
62
|
-
|
|
63
|
-
message: `
|
|
62
|
+
CONTACT_ROLES_NOT_FOUND: {
|
|
63
|
+
message: `Contact roles with ids {ids} do not exist`,
|
|
64
64
|
params: ['ids'],
|
|
65
65
|
},
|
|
66
66
|
CONTACT_TYPES_NOT_FOUND: {
|
package/package.json
CHANGED
|
@@ -56,8 +56,8 @@ export const VALIDATION_MESSAGES = {
|
|
|
56
56
|
message: `Zip codes with ids {ids} do not exist`,
|
|
57
57
|
params: ['ids'],
|
|
58
58
|
},
|
|
59
|
-
|
|
60
|
-
message: `
|
|
59
|
+
CONTACT_ROLES_NOT_FOUND: {
|
|
60
|
+
message: `Contact roles with ids {ids} do not exist`,
|
|
61
61
|
params: ['ids'],
|
|
62
62
|
},
|
|
63
63
|
CONTACT_TYPES_NOT_FOUND: {
|