@forwardslashns/taskit-validation-messages 1.10.23 → 1.10.24

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.
@@ -203,6 +203,36 @@ export declare const TEMPLATE_INFORMATION: {
203
203
  message: string;
204
204
  affectedFields: string[];
205
205
  };
206
+ TAX_PAYMENT_FILING_MUST_HAVE_ANNUAL_RECURRENCE: {
207
+ severity: "error";
208
+ message: string;
209
+ params: string[];
210
+ affectedFields: string[];
211
+ };
212
+ TAX_PAYMENT_FILING_MUST_BE_INCOME_TAX: {
213
+ severity: "error";
214
+ message: string;
215
+ params: string[];
216
+ affectedFields: string[];
217
+ };
218
+ TAX_PAYMENT_FILING_STATE_MISMATCH: {
219
+ severity: "error";
220
+ message: string;
221
+ params: string[];
222
+ affectedFields: string[];
223
+ };
224
+ TAX_PAYMENT_FILING_MUST_FILE_SEPARATELY: {
225
+ severity: "error";
226
+ message: string;
227
+ params: string[];
228
+ affectedFields: string[];
229
+ };
230
+ TAX_PAYMENT_FILING_ASSOCIATED_ENTITIES_MISMATCH: {
231
+ severity: "error";
232
+ message: string;
233
+ params: string[];
234
+ affectedFields: string[];
235
+ };
206
236
  SETUP_TEMPLATE_MUST_BE_SETUP_TYPE: {
207
237
  severity: "error";
208
238
  message: string;
@@ -1 +1 @@
1
- {"version":3,"file":"template-information.validation-messages.d.ts","sourceRoot":"","sources":["../../../src/validation/features/template-information.validation-messages.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqO/B,CAAC"}
1
+ {"version":3,"file":"template-information.validation-messages.d.ts","sourceRoot":"","sources":["../../../src/validation/features/template-information.validation-messages.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwQ/B,CAAC"}
@@ -207,6 +207,36 @@ exports.TEMPLATE_INFORMATION = (0, validation_message_types_1.defineValidationFe
207
207
  message: 'The selected tax payment filing must be a Filing type template',
208
208
  affectedFields: ['taxPaymentFiling'],
209
209
  },
210
+ TAX_PAYMENT_FILING_MUST_HAVE_ANNUAL_RECURRENCE: {
211
+ severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
212
+ message: 'Tax payments can only be associated with filings on an annual recurrence. {FilingTemplateName} is not set to recur annually. Please add an annual recurrence to {FilingTemplateName}, or select a different filing template.',
213
+ params: ['FilingTemplateName'],
214
+ affectedFields: ['taxPaymentFiling'],
215
+ },
216
+ TAX_PAYMENT_FILING_MUST_BE_INCOME_TAX: {
217
+ severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
218
+ message: 'A tax payment must be associated with an income tax filing. {FilingTemplateName} is set to {FilingTemplateFilingType}. Please select a filing template with filing type set to income tax.',
219
+ params: ['FilingTemplateName', 'FilingTemplateFilingType'],
220
+ affectedFields: ['taxPaymentFiling'],
221
+ },
222
+ TAX_PAYMENT_FILING_STATE_MISMATCH: {
223
+ severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
224
+ message: "{FilingTemplateName} is set to {FilingTemplateState}, which conflicts with this template's state. Please select a different filing template or update the state before saving.",
225
+ params: ['FilingTemplateName', 'FilingTemplateState'],
226
+ affectedFields: ['taxPaymentFiling'],
227
+ },
228
+ TAX_PAYMENT_FILING_MUST_FILE_SEPARATELY: {
229
+ severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
230
+ message: "Tax payments can only be associated with filings that file separately. {FilingTemplateName} is set as 'Filing under parent'. Please select a different filing template.",
231
+ params: ['FilingTemplateName'],
232
+ affectedFields: ['taxPaymentFiling'],
233
+ },
234
+ TAX_PAYMENT_FILING_ASSOCIATED_ENTITIES_MISMATCH: {
235
+ severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
236
+ message: "{FilingTemplateName} is set to {FilingTemplateAssociatedEntities}, which conflicts with this template's associated entities. Please update the associated entities before saving.",
237
+ params: ['FilingTemplateName', 'FilingTemplateAssociatedEntities'],
238
+ affectedFields: ['taxPaymentFiling'],
239
+ },
210
240
  SETUP_TEMPLATE_MUST_BE_SETUP_TYPE: {
211
241
  severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
212
242
  message: 'The selected associated setup template must be a Setup type template',
@@ -1505,6 +1505,36 @@ export declare const VALIDATION_MESSAGES: {
1505
1505
  message: string;
1506
1506
  affectedFields: string[];
1507
1507
  };
1508
+ TAX_PAYMENT_FILING_MUST_HAVE_ANNUAL_RECURRENCE: {
1509
+ severity: "error";
1510
+ message: string;
1511
+ params: string[];
1512
+ affectedFields: string[];
1513
+ };
1514
+ TAX_PAYMENT_FILING_MUST_BE_INCOME_TAX: {
1515
+ severity: "error";
1516
+ message: string;
1517
+ params: string[];
1518
+ affectedFields: string[];
1519
+ };
1520
+ TAX_PAYMENT_FILING_STATE_MISMATCH: {
1521
+ severity: "error";
1522
+ message: string;
1523
+ params: string[];
1524
+ affectedFields: string[];
1525
+ };
1526
+ TAX_PAYMENT_FILING_MUST_FILE_SEPARATELY: {
1527
+ severity: "error";
1528
+ message: string;
1529
+ params: string[];
1530
+ affectedFields: string[];
1531
+ };
1532
+ TAX_PAYMENT_FILING_ASSOCIATED_ENTITIES_MISMATCH: {
1533
+ severity: "error";
1534
+ message: string;
1535
+ params: string[];
1536
+ affectedFields: string[];
1537
+ };
1508
1538
  SETUP_TEMPLATE_MUST_BE_SETUP_TYPE: {
1509
1539
  severity: "error";
1510
1540
  message: string;
@@ -1 +1 @@
1
- {"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BtB,CAAC"}
1
+ {"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BtB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.10.23",
3
+ "version": "1.10.24",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -214,6 +214,41 @@ export const TEMPLATE_INFORMATION = defineValidationFeatureMessages({
214
214
  message: 'The selected tax payment filing must be a Filing type template',
215
215
  affectedFields: ['taxPaymentFiling'],
216
216
  },
217
+ TAX_PAYMENT_FILING_MUST_HAVE_ANNUAL_RECURRENCE: {
218
+ severity: VALIDATION_SEVERITY.ERROR,
219
+ message:
220
+ 'Tax payments can only be associated with filings on an annual recurrence. {FilingTemplateName} is not set to recur annually. Please add an annual recurrence to {FilingTemplateName}, or select a different filing template.',
221
+ params: ['FilingTemplateName'],
222
+ affectedFields: ['taxPaymentFiling'],
223
+ },
224
+ TAX_PAYMENT_FILING_MUST_BE_INCOME_TAX: {
225
+ severity: VALIDATION_SEVERITY.ERROR,
226
+ message:
227
+ 'A tax payment must be associated with an income tax filing. {FilingTemplateName} is set to {FilingTemplateFilingType}. Please select a filing template with filing type set to income tax.',
228
+ params: ['FilingTemplateName', 'FilingTemplateFilingType'],
229
+ affectedFields: ['taxPaymentFiling'],
230
+ },
231
+ TAX_PAYMENT_FILING_STATE_MISMATCH: {
232
+ severity: VALIDATION_SEVERITY.ERROR,
233
+ message:
234
+ "{FilingTemplateName} is set to {FilingTemplateState}, which conflicts with this template's state. Please select a different filing template or update the state before saving.",
235
+ params: ['FilingTemplateName', 'FilingTemplateState'],
236
+ affectedFields: ['taxPaymentFiling'],
237
+ },
238
+ TAX_PAYMENT_FILING_MUST_FILE_SEPARATELY: {
239
+ severity: VALIDATION_SEVERITY.ERROR,
240
+ message:
241
+ "Tax payments can only be associated with filings that file separately. {FilingTemplateName} is set as 'Filing under parent'. Please select a different filing template.",
242
+ params: ['FilingTemplateName'],
243
+ affectedFields: ['taxPaymentFiling'],
244
+ },
245
+ TAX_PAYMENT_FILING_ASSOCIATED_ENTITIES_MISMATCH: {
246
+ severity: VALIDATION_SEVERITY.ERROR,
247
+ message:
248
+ "{FilingTemplateName} is set to {FilingTemplateAssociatedEntities}, which conflicts with this template's associated entities. Please update the associated entities before saving.",
249
+ params: ['FilingTemplateName', 'FilingTemplateAssociatedEntities'],
250
+ affectedFields: ['taxPaymentFiling'],
251
+ },
217
252
  SETUP_TEMPLATE_MUST_BE_SETUP_TYPE: {
218
253
  severity: VALIDATION_SEVERITY.ERROR,
219
254
  message: 'The selected associated setup template must be a Setup type template',