@kipicore/dbcore 1.1.283 → 1.1.284
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.
|
@@ -454,7 +454,7 @@ export declare enum MODULE_ERROR_MESSAGES {
|
|
|
454
454
|
}
|
|
455
455
|
export declare enum INSTITUTE_ERROR_MESSAGES {
|
|
456
456
|
CREATE_FAIL = "Unable to save institute data!",
|
|
457
|
-
DUPLICATE_INSTITUTE_NAME_OR_EMAIL = "Institute
|
|
457
|
+
DUPLICATE_INSTITUTE_NAME_OR_EMAIL = "Institute email already exist!",
|
|
458
458
|
GET_FAIL = "Unable to retrieve institute data!",
|
|
459
459
|
UPDATE_FAIL = "Unable to update institute data!",
|
|
460
460
|
DELETE_FAIL = "Unable to delete institute data!",
|
|
@@ -499,7 +499,7 @@ var MODULE_ERROR_MESSAGES;
|
|
|
499
499
|
var INSTITUTE_ERROR_MESSAGES;
|
|
500
500
|
(function (INSTITUTE_ERROR_MESSAGES) {
|
|
501
501
|
INSTITUTE_ERROR_MESSAGES["CREATE_FAIL"] = "Unable to save institute data!";
|
|
502
|
-
INSTITUTE_ERROR_MESSAGES["DUPLICATE_INSTITUTE_NAME_OR_EMAIL"] = "Institute
|
|
502
|
+
INSTITUTE_ERROR_MESSAGES["DUPLICATE_INSTITUTE_NAME_OR_EMAIL"] = "Institute email already exist!";
|
|
503
503
|
INSTITUTE_ERROR_MESSAGES["GET_FAIL"] = "Unable to retrieve institute data!";
|
|
504
504
|
INSTITUTE_ERROR_MESSAGES["UPDATE_FAIL"] = "Unable to update institute data!";
|
|
505
505
|
INSTITUTE_ERROR_MESSAGES["DELETE_FAIL"] = "Unable to delete institute data!";
|
package/package.json
CHANGED