@forwardslashns/taskit-validation-messages 1.9.6 → 1.9.7

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.9.6",
3
+ "version": "1.9.7",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -126,14 +126,6 @@ export const CLIENT_CURRENT_ENTITY_STATUS = {
126
126
  message: `This client cannot be deleted because it has futures associated`,
127
127
  affectedFields: [],
128
128
  },
129
- CLIENT_COULD_NOT_BE_DELETED_PROJECTS_EXIST: {
130
- message: `This client cannot be deleted because it has projects associated`,
131
- affectedFields: [],
132
- },
133
- CLIENT_COULD_NOT_BE_DELETED_TASKS_EXIST: {
134
- message: `This client cannot be deleted because it has tasks associated`,
135
- affectedFields: [],
136
- },
137
129
  CLIENT_COULD_NOT_BE_DELETED_ADDRESSES_EXIST: {
138
130
  message: `This client cannot be deleted because it has addresses associated`,
139
131
  affectedFields: [],