@forwardslashns/taskit-validation-messages 1.0.57 → 1.0.59

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.
@@ -192,6 +192,9 @@ export declare const VALIDATION_MESSAGES: {
192
192
  readonly message: "Parent/Sub status with id '{id}' does not exist";
193
193
  readonly params: readonly ["id"];
194
194
  };
195
+ readonly FILING_TYPE_PARENT_REQUIRED: {
196
+ readonly message: "Parent needs to be specified for filing type 'Files under parent'";
197
+ };
195
198
  readonly STATE_ID_DOES_NOT_EXIST: {
196
199
  readonly message: "State with id '{id}' does not exist";
197
200
  readonly params: readonly ["id"];
@@ -282,8 +285,8 @@ export declare const VALIDATION_MESSAGES: {
282
285
  readonly CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_ADDRESS: {
283
286
  readonly message: "Create an Address - One address needs to have been saved to this client";
284
287
  };
285
- readonly CLIENT_COULD_NOT_BE_DELETED_CLIENT_CIRCLE_EXIST: {
286
- readonly message: "This client cannot be deleted because it has client circle associated";
288
+ readonly CLIENT_COULD_NOT_BE_DELETED_CLIENT_RELATIONSHIP_EXIST: {
289
+ readonly message: "This client cannot be deleted because it has client relationships associated";
287
290
  };
288
291
  readonly CLIENT_COULD_NOT_BE_DELETED_CLIENT_PROJECT_TEMPLATES_EXIST: {
289
292
  readonly message: "This client cannot be deleted because it has client project templates associated";
@@ -1 +1 @@
1
- {"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmnBtB,CAAC"}
1
+ {"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAunBtB,CAAC"}
@@ -195,6 +195,9 @@ exports.VALIDATION_MESSAGES = {
195
195
  message: `Parent/Sub status with id '{id}' does not exist`,
196
196
  params: ['id'],
197
197
  },
198
+ FILING_TYPE_PARENT_REQUIRED: {
199
+ message: `Parent needs to be specified for filing type 'Files under parent'`,
200
+ },
198
201
  STATE_ID_DOES_NOT_EXIST: {
199
202
  message: `State with id '{id}' does not exist`,
200
203
  params: ['id'],
@@ -285,8 +288,8 @@ exports.VALIDATION_MESSAGES = {
285
288
  CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_ADDRESS: {
286
289
  message: `Create an Address - One address needs to have been saved to this client`,
287
290
  },
288
- CLIENT_COULD_NOT_BE_DELETED_CLIENT_CIRCLE_EXIST: {
289
- message: `This client cannot be deleted because it has client circle associated`,
291
+ CLIENT_COULD_NOT_BE_DELETED_CLIENT_RELATIONSHIP_EXIST: {
292
+ message: `This client cannot be deleted because it has client relationships associated`,
290
293
  },
291
294
  CLIENT_COULD_NOT_BE_DELETED_CLIENT_PROJECT_TEMPLATES_EXIST: {
292
295
  message: `This client cannot be deleted because it has client project templates associated`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -124,7 +124,8 @@ export const VALIDATION_MESSAGES = {
124
124
  message: 'There must be at least one payment method marked as default. Please select a default payment method.',
125
125
  },
126
126
  MULTIPLE_DEFAULT_PAYMENT_METHODS: {
127
- message: 'There can only be one default payment method. Please ensure only one payment method is marked as default.',
127
+ message:
128
+ 'There can only be one default payment method. Please ensure only one payment method is marked as default.',
128
129
  },
129
130
  },
130
131
  CONTACT: {
@@ -193,6 +194,9 @@ export const VALIDATION_MESSAGES = {
193
194
  message: `Parent/Sub status with id '{id}' does not exist`,
194
195
  params: ['id'],
195
196
  },
197
+ FILING_TYPE_PARENT_REQUIRED: {
198
+ message: `Parent needs to be specified for filing type 'Files under parent'`,
199
+ },
196
200
  STATE_ID_DOES_NOT_EXIST: {
197
201
  message: `State with id '{id}' does not exist`,
198
202
  params: ['id'],
@@ -283,8 +287,8 @@ export const VALIDATION_MESSAGES = {
283
287
  CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_ADDRESS: {
284
288
  message: `Create an Address - One address needs to have been saved to this client`,
285
289
  },
286
- CLIENT_COULD_NOT_BE_DELETED_CLIENT_CIRCLE_EXIST: {
287
- message: `This client cannot be deleted because it has client circle associated`,
290
+ CLIENT_COULD_NOT_BE_DELETED_CLIENT_RELATIONSHIP_EXIST: {
291
+ message: `This client cannot be deleted because it has client relationships associated`,
288
292
  },
289
293
  CLIENT_COULD_NOT_BE_DELETED_CLIENT_PROJECT_TEMPLATES_EXIST: {
290
294
  message: `This client cannot be deleted because it has client project templates associated`,