@kipicore/dbcore 1.1.237 → 1.1.238

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.
@@ -485,7 +485,8 @@ export declare enum USER_CHAPTER_INDEX_STATUS {
485
485
  }
486
486
  export declare enum FEE_HISTORY_STATUS {
487
487
  COMPLETED = "COMPLETED",
488
- PENDING = "PENDING"
488
+ PENDING = "PENDING",
489
+ DELETED = "DELETED"
489
490
  }
490
491
  export declare enum CHAPTER_INDEX_FILE_TYPE {
491
492
  VIDEO = "VIDEO",
@@ -590,6 +590,7 @@ var FEE_HISTORY_STATUS;
590
590
  (function (FEE_HISTORY_STATUS) {
591
591
  FEE_HISTORY_STATUS["COMPLETED"] = "COMPLETED";
592
592
  FEE_HISTORY_STATUS["PENDING"] = "PENDING";
593
+ FEE_HISTORY_STATUS["DELETED"] = "DELETED";
593
594
  })(FEE_HISTORY_STATUS || (exports.FEE_HISTORY_STATUS = FEE_HISTORY_STATUS = {}));
594
595
  var CHAPTER_INDEX_FILE_TYPE;
595
596
  (function (CHAPTER_INDEX_FILE_TYPE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.237",
3
+ "version": "1.1.238",
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",