@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.
@@ -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 31',
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 31.',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.10.30",
3
+ "version": "1.10.31",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -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 31',
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 31.',
131
+ message: 'Day of month must be a value between 1 and 28.',
132
132
  affectedFields: ['dayOfMonth'],
133
133
  },
134
134
  DUE_MONTH_REQUIRED: {