@forwardslashns/taskit-validation-messages 1.10.25 → 1.10.26
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/template-information.validation-messages.d.ts +6 -0
- package/dist/validation/features/template-information.validation-messages.d.ts.map +1 -1
- package/dist/validation/features/template-information.validation-messages.js +6 -0
- package/dist/validation/validation-messages.d.ts +6 -0
- package/dist/validation/validation-messages.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/validation/features/template-information.validation-messages.ts +7 -0
|
@@ -188,6 +188,12 @@ export declare const TEMPLATE_INFORMATION: {
|
|
|
188
188
|
params: string[];
|
|
189
189
|
affectedFields: string[];
|
|
190
190
|
};
|
|
191
|
+
FILES_UNDER_PARENT_STATE_MISMATCH: {
|
|
192
|
+
severity: "error";
|
|
193
|
+
message: string;
|
|
194
|
+
params: string[];
|
|
195
|
+
affectedFields: string[];
|
|
196
|
+
};
|
|
191
197
|
TAX_PAYMENT_FILING_REQUIRED: {
|
|
192
198
|
severity: "error";
|
|
193
199
|
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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Q/B,CAAC"}
|
|
@@ -192,6 +192,12 @@ exports.TEMPLATE_INFORMATION = (0, validation_message_types_1.defineValidationFe
|
|
|
192
192
|
params: ['parentName'],
|
|
193
193
|
affectedFields: ['filesUnder'],
|
|
194
194
|
},
|
|
195
|
+
FILES_UNDER_PARENT_STATE_MISMATCH: {
|
|
196
|
+
severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
|
|
197
|
+
message: "{ParentFilingTemplateName} is set to {ParentFilingState} state, which conflicts with this filing template's state. Please select a different parent template or update the state before saving.",
|
|
198
|
+
params: ['ParentFilingTemplateName', 'ParentFilingState'],
|
|
199
|
+
affectedFields: ['filesUnder'],
|
|
200
|
+
},
|
|
195
201
|
TAX_PAYMENT_FILING_REQUIRED: {
|
|
196
202
|
severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
|
|
197
203
|
message: 'Tax payment filing is required',
|
|
@@ -1490,6 +1490,12 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
1490
1490
|
params: string[];
|
|
1491
1491
|
affectedFields: string[];
|
|
1492
1492
|
};
|
|
1493
|
+
FILES_UNDER_PARENT_STATE_MISMATCH: {
|
|
1494
|
+
severity: "error";
|
|
1495
|
+
message: string;
|
|
1496
|
+
params: string[];
|
|
1497
|
+
affectedFields: string[];
|
|
1498
|
+
};
|
|
1493
1499
|
TAX_PAYMENT_FILING_REQUIRED: {
|
|
1494
1500
|
severity: "error";
|
|
1495
1501
|
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
|
|
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
|
@@ -199,6 +199,13 @@ export const TEMPLATE_INFORMATION = defineValidationFeatureMessages({
|
|
|
199
199
|
params: ['parentName'],
|
|
200
200
|
affectedFields: ['filesUnder'],
|
|
201
201
|
},
|
|
202
|
+
FILES_UNDER_PARENT_STATE_MISMATCH: {
|
|
203
|
+
severity: VALIDATION_SEVERITY.ERROR,
|
|
204
|
+
message:
|
|
205
|
+
"{ParentFilingTemplateName} is set to {ParentFilingState} state, which conflicts with this filing template's state. Please select a different parent template or update the state before saving.",
|
|
206
|
+
params: ['ParentFilingTemplateName', 'ParentFilingState'],
|
|
207
|
+
affectedFields: ['filesUnder'],
|
|
208
|
+
},
|
|
202
209
|
TAX_PAYMENT_FILING_REQUIRED: {
|
|
203
210
|
severity: VALIDATION_SEVERITY.ERROR,
|
|
204
211
|
message: 'Tax payment filing is required',
|