@kipicore/dbcore 1.1.435 → 1.1.436

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.
@@ -1094,7 +1094,9 @@ export declare enum MAINTENANCE_MODULE_NAME {
1094
1094
  KIPI_STORAGE = "KIPI_STORAGE",
1095
1095
  ID_CARD = "ID_CARD",
1096
1096
  BLOG = "BLOG",
1097
- QR_CODE_SCANNER = "QR_CODE_SCANNER"
1097
+ QR_CODE_SCANNER = "QR_CODE_SCANNER",
1098
+ CALL_REGISTER = "CALL_REGISTER",
1099
+ POSTAL_DISPATCH = "POSTAL_DISPATCH"
1098
1100
  }
1099
1101
  export declare enum APPOINTMENT_STATUS {
1100
1102
  COMPLETED = "COMPLETED",
@@ -1341,6 +1341,8 @@ var MAINTENANCE_MODULE_NAME;
1341
1341
  MAINTENANCE_MODULE_NAME["ID_CARD"] = "ID_CARD";
1342
1342
  MAINTENANCE_MODULE_NAME["BLOG"] = "BLOG";
1343
1343
  MAINTENANCE_MODULE_NAME["QR_CODE_SCANNER"] = "QR_CODE_SCANNER";
1344
+ MAINTENANCE_MODULE_NAME["CALL_REGISTER"] = "CALL_REGISTER";
1345
+ MAINTENANCE_MODULE_NAME["POSTAL_DISPATCH"] = "POSTAL_DISPATCH";
1344
1346
  })(MAINTENANCE_MODULE_NAME || (exports.MAINTENANCE_MODULE_NAME = MAINTENANCE_MODULE_NAME = {}));
1345
1347
  var APPOINTMENT_STATUS;
1346
1348
  (function (APPOINTMENT_STATUS) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.435",
3
+ "version": "1.1.436",
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",