@kipicore/dbcore 1.1.240 → 1.1.241

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