@forwardslashns/taskit-validation-messages 1.0.55 → 1.0.56
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.
|
@@ -552,6 +552,9 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
552
552
|
readonly message: "User with id '{userId}' does not exist";
|
|
553
553
|
readonly params: readonly ["userId"];
|
|
554
554
|
};
|
|
555
|
+
readonly USER_PASSWORDS_DO_NOT_MATCH: {
|
|
556
|
+
readonly message: "User passwords do not match";
|
|
557
|
+
};
|
|
555
558
|
};
|
|
556
559
|
readonly ROLE_AND_PERMISSION: {
|
|
557
560
|
readonly ROLE_ALREADY_EXISTS: {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgnBtB,CAAC"}
|
|
@@ -558,6 +558,9 @@ exports.VALIDATION_MESSAGES = {
|
|
|
558
558
|
message: `User with id '{userId}' does not exist`,
|
|
559
559
|
params: ['userId'],
|
|
560
560
|
},
|
|
561
|
+
USER_PASSWORDS_DO_NOT_MATCH: {
|
|
562
|
+
message: `User passwords do not match`,
|
|
563
|
+
},
|
|
561
564
|
},
|
|
562
565
|
ROLE_AND_PERMISSION: {
|
|
563
566
|
ROLE_ALREADY_EXISTS: {
|
package/package.json
CHANGED
|
@@ -556,6 +556,9 @@ export const VALIDATION_MESSAGES = {
|
|
|
556
556
|
message: `User with id '{userId}' does not exist`,
|
|
557
557
|
params: ['userId'],
|
|
558
558
|
},
|
|
559
|
+
USER_PASSWORDS_DO_NOT_MATCH: {
|
|
560
|
+
message: `User passwords do not match`,
|
|
561
|
+
},
|
|
559
562
|
},
|
|
560
563
|
ROLE_AND_PERMISSION: {
|
|
561
564
|
ROLE_ALREADY_EXISTS: {
|