@kipicore/dbcore 1.1.235 → 1.1.236

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.
@@ -315,6 +315,7 @@ export declare enum USER_INSTITUTE_META_SUCCESS_MESSAGES {
315
315
  BULK_UPDATE_SUCCESS = "Bulk update completed successfully",
316
316
  SEND_EMAIL_SUCCESS = "Email sent successfully",
317
317
  EXPORT_USER_INSTITUTE_META_SUCCESS = "User institute meta report exported successfully",
318
+ BULK_IMPORT_DATA_SUCCESS = "add bulk data successfully",
318
319
  UPDATE_REPLACE_TEACHER = "Teacher replace successfully"
319
320
  }
320
321
  export declare enum PARENTS_SUCCESS_MESSAGES {
@@ -364,6 +364,7 @@ var USER_INSTITUTE_META_SUCCESS_MESSAGES;
364
364
  USER_INSTITUTE_META_SUCCESS_MESSAGES["BULK_UPDATE_SUCCESS"] = "Bulk update completed successfully";
365
365
  USER_INSTITUTE_META_SUCCESS_MESSAGES["SEND_EMAIL_SUCCESS"] = "Email sent successfully";
366
366
  USER_INSTITUTE_META_SUCCESS_MESSAGES["EXPORT_USER_INSTITUTE_META_SUCCESS"] = "User institute meta report exported successfully";
367
+ USER_INSTITUTE_META_SUCCESS_MESSAGES["BULK_IMPORT_DATA_SUCCESS"] = "add bulk data successfully";
367
368
  USER_INSTITUTE_META_SUCCESS_MESSAGES["UPDATE_REPLACE_TEACHER"] = "Teacher replace successfully";
368
369
  })(USER_INSTITUTE_META_SUCCESS_MESSAGES || (exports.USER_INSTITUTE_META_SUCCESS_MESSAGES = USER_INSTITUTE_META_SUCCESS_MESSAGES = {}));
369
370
  var PARENTS_SUCCESS_MESSAGES;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.235",
3
+ "version": "1.1.236",
4
4
  "description": "Reusable DB core package with Postgres, MongoDB, models, services, interfaces, and types",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",