@forwardslashns/taskit-validation-messages 1.9.0 → 1.9.1

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.
@@ -34,7 +34,7 @@ export declare const CLIENT_CURRENT_ENTITY_STATUS: {
34
34
  };
35
35
  readonly INVALID_CLIENT_ACTIVITY_STATUS: {
36
36
  readonly message: "The 'Is active' field only applies to our clients. Please update the client type to 'Not our client' or update the 'Is active' status to 'Active'.";
37
- readonly affectedFields: readonly ["isActive", "clientType"];
37
+ readonly affectedFields: readonly ["isActive", "isClient"];
38
38
  };
39
39
  readonly INVALID_FEDERAL_LEGAL_ID: {
40
40
  readonly message: "Enter a valid federal legal ID {legalIdType} (e.g. {legalIdValue})";
@@ -37,7 +37,7 @@ exports.CLIENT_CURRENT_ENTITY_STATUS = {
37
37
  },
38
38
  INVALID_CLIENT_ACTIVITY_STATUS: {
39
39
  message: `The 'Is active' field only applies to our clients. Please update the client type to 'Not our client' or update the 'Is active' status to 'Active'.`,
40
- affectedFields: ['isActive', 'clientType'],
40
+ affectedFields: ['isActive', 'isClient'],
41
41
  },
42
42
  INVALID_FEDERAL_LEGAL_ID: {
43
43
  message: `Enter a valid federal legal ID {legalIdType} (e.g. {legalIdValue})`,
@@ -250,7 +250,7 @@ export declare const VALIDATION_MESSAGES: {
250
250
  };
251
251
  readonly INVALID_CLIENT_ACTIVITY_STATUS: {
252
252
  readonly message: "The 'Is active' field only applies to our clients. Please update the client type to 'Not our client' or update the 'Is active' status to 'Active'.";
253
- readonly affectedFields: readonly ["isActive", "clientType"];
253
+ readonly affectedFields: readonly ["isActive", "isClient"];
254
254
  };
255
255
  readonly INVALID_FEDERAL_LEGAL_ID: {
256
256
  readonly message: "Enter a valid federal legal ID {legalIdType} (e.g. {legalIdValue})";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardslashns/taskit-validation-messages",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "commonjs",
@@ -34,7 +34,7 @@ export const CLIENT_CURRENT_ENTITY_STATUS = {
34
34
  },
35
35
  INVALID_CLIENT_ACTIVITY_STATUS: {
36
36
  message: `The 'Is active' field only applies to our clients. Please update the client type to 'Not our client' or update the 'Is active' status to 'Active'.`,
37
- affectedFields: ['isActive', 'clientType'],
37
+ affectedFields: ['isActive', 'isClient'],
38
38
  },
39
39
  INVALID_FEDERAL_LEGAL_ID: {
40
40
  message: `Enter a valid federal legal ID {legalIdType} (e.g. {legalIdValue})`,