@forwardslashns/taskit-validation-messages 1.10.4 → 1.10.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -4,14 +4,6 @@ export const CLIENT_RECORDS_FILING_STATUSES = {
4
4
  params: ['id'],
5
5
  affectedFields: ['filingStatus'],
6
6
  },
7
- FILING_STATUS_PARENT_REQUIRED: {
8
- message: `Parent needs to be specified for filing status 'Files under parent'`,
9
- affectedFields: ['currentParent'],
10
- },
11
- CURRENT_FILING_STATUS_PARENT_REQUIRED: {
12
- message: `Parent needs to be specified for current filing status 'Files under parent'`,
13
- affectedFields: ['currentParent'],
14
- },
15
7
  NOT_ALIGNED_DATE_ESTABLISHED_FILING_STATUS_STARTING_DATE: {
16
8
  message: `The Sub/Parent status {filingStatus} starts on {filingStatusStartingDate} which is earlier than the client's date established, {clientDateEstablished}. Please adjust the start date of the Sub/Parent status or the client's date established.`,
17
9
  params: ['clientDateEstablished', 'filingStatus', 'filingStatusStartingDate'],