@forwardslashns/taskit-validation-messages 1.10.33 → 1.10.34
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.
|
@@ -21,7 +21,7 @@ exports.CLIENT_TEMPLATES = (0, validation_message_types_1.defineValidationFeatur
|
|
|
21
21
|
CUSTOMER_CONTACT_INVALID: {
|
|
22
22
|
severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
|
|
23
23
|
message: 'Selected customer contact does not belong to the client',
|
|
24
|
-
affectedFields: ['billingAndPayments.
|
|
24
|
+
affectedFields: ['billingAndPayments.customerContact'],
|
|
25
25
|
},
|
|
26
26
|
ENDING_BEFORE_STARTING: {
|
|
27
27
|
severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
|
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@ export const CLIENT_TEMPLATES = defineValidationFeatureMessages({
|
|
|
19
19
|
CUSTOMER_CONTACT_INVALID: {
|
|
20
20
|
severity: VALIDATION_SEVERITY.ERROR,
|
|
21
21
|
message: 'Selected customer contact does not belong to the client',
|
|
22
|
-
affectedFields: ['billingAndPayments.
|
|
22
|
+
affectedFields: ['billingAndPayments.customerContact'],
|
|
23
23
|
},
|
|
24
24
|
ENDING_BEFORE_STARTING: {
|
|
25
25
|
severity: VALIDATION_SEVERITY.ERROR,
|