@forwardslashns/taskit-validation-messages 1.0.62 → 1.0.63
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.
|
@@ -473,6 +473,11 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
473
473
|
readonly message: "The current domestic state cannot have an end date. Please remove the end date for this state.";
|
|
474
474
|
};
|
|
475
475
|
};
|
|
476
|
+
readonly CLIENT_RELATIONSHIP: {
|
|
477
|
+
readonly CURRENT_CLIENT_CANNOT_BE_RELATED_TO_CURRENT_CLIENT: {
|
|
478
|
+
readonly message: "A client cannot have a relationship with itself.";
|
|
479
|
+
};
|
|
480
|
+
};
|
|
476
481
|
readonly FILING_CATEGORY: {
|
|
477
482
|
readonly INVALID_REQUEST: {
|
|
478
483
|
readonly message: "Missing filing category id in request";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmoBtB,CAAC"}
|
|
@@ -479,6 +479,11 @@ exports.VALIDATION_MESSAGES = {
|
|
|
479
479
|
message: `The current domestic state cannot have an end date. Please remove the end date for this state.`,
|
|
480
480
|
},
|
|
481
481
|
},
|
|
482
|
+
CLIENT_RELATIONSHIP: {
|
|
483
|
+
CURRENT_CLIENT_CANNOT_BE_RELATED_TO_CURRENT_CLIENT: {
|
|
484
|
+
message: `A client cannot have a relationship with itself.`,
|
|
485
|
+
},
|
|
486
|
+
},
|
|
482
487
|
FILING_CATEGORY: {
|
|
483
488
|
INVALID_REQUEST: {
|
|
484
489
|
message: 'Missing filing category id in request',
|
package/package.json
CHANGED
|
@@ -478,6 +478,11 @@ export const VALIDATION_MESSAGES = {
|
|
|
478
478
|
message: `The current domestic state cannot have an end date. Please remove the end date for this state.`,
|
|
479
479
|
},
|
|
480
480
|
},
|
|
481
|
+
CLIENT_RELATIONSHIP: {
|
|
482
|
+
CURRENT_CLIENT_CANNOT_BE_RELATED_TO_CURRENT_CLIENT: {
|
|
483
|
+
message: `A client cannot have a relationship with itself.`,
|
|
484
|
+
},
|
|
485
|
+
},
|
|
481
486
|
FILING_CATEGORY: {
|
|
482
487
|
INVALID_REQUEST: {
|
|
483
488
|
message: 'Missing filing category id in request',
|