@forwardslashns/taskit-validation-messages 1.10.30 → 1.10.31
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.
- package/dist/validation/features/client-templates.validation-messages.js +1 -1
- package/dist/validation/features/template-recurrence-settings.validation-messages.js +1 -1
- package/package.json +1 -1
- package/src/validation/features/client-templates.validation-messages.ts +1 -1
- package/src/validation/features/template-recurrence-settings.validation-messages.ts +1 -1
|
@@ -45,7 +45,7 @@ exports.CLIENT_TEMPLATES = (0, validation_message_types_1.defineValidationFeatur
|
|
|
45
45
|
},
|
|
46
46
|
DAY_OF_MONTH_OUT_OF_RANGE: {
|
|
47
47
|
severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
|
|
48
|
-
message: 'Day of month must be between 1 and
|
|
48
|
+
message: 'Day of month must be between 1 and 28',
|
|
49
49
|
affectedFields: ['billingAndPayments.dayOfMonth'],
|
|
50
50
|
},
|
|
51
51
|
BILLING_MUST_BE_SEPARATELY_CHARGED: {
|
|
@@ -123,7 +123,7 @@ exports.TEMPLATE_RECURRENCE_SETTINGS = (0, validation_message_types_1.defineVali
|
|
|
123
123
|
},
|
|
124
124
|
DAY_OF_MONTH_INVALID: {
|
|
125
125
|
severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
|
|
126
|
-
message: 'Day of month must be a value between 1 and
|
|
126
|
+
message: 'Day of month must be a value between 1 and 28.',
|
|
127
127
|
affectedFields: ['dayOfMonth'],
|
|
128
128
|
},
|
|
129
129
|
DUE_MONTH_REQUIRED: {
|
package/package.json
CHANGED
|
@@ -43,7 +43,7 @@ export const CLIENT_TEMPLATES = defineValidationFeatureMessages({
|
|
|
43
43
|
},
|
|
44
44
|
DAY_OF_MONTH_OUT_OF_RANGE: {
|
|
45
45
|
severity: VALIDATION_SEVERITY.ERROR,
|
|
46
|
-
message: 'Day of month must be between 1 and
|
|
46
|
+
message: 'Day of month must be between 1 and 28',
|
|
47
47
|
affectedFields: ['billingAndPayments.dayOfMonth'],
|
|
48
48
|
},
|
|
49
49
|
BILLING_MUST_BE_SEPARATELY_CHARGED: {
|
|
@@ -128,7 +128,7 @@ export const TEMPLATE_RECURRENCE_SETTINGS = defineValidationFeatureMessages({
|
|
|
128
128
|
},
|
|
129
129
|
DAY_OF_MONTH_INVALID: {
|
|
130
130
|
severity: VALIDATION_SEVERITY.ERROR,
|
|
131
|
-
message: 'Day of month must be a value between 1 and
|
|
131
|
+
message: 'Day of month must be a value between 1 and 28.',
|
|
132
132
|
affectedFields: ['dayOfMonth'],
|
|
133
133
|
},
|
|
134
134
|
DUE_MONTH_REQUIRED: {
|