@kipicore/dbcore 1.1.333 → 1.1.334

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.
@@ -693,7 +693,8 @@ export declare enum PDF_TEMPLATES {
693
693
  MOST_REGULAR_STUDENT_OF_STANDARD = "mostRegularStudentOfStandard",
694
694
  MOST_IRR_REGULAR_STUDENT_OF_SCHOOL = "mostIrrRegularStudentOfSchool",
695
695
  MOST_IRR_REGULAR_STUDENT_OF_STANDARD = "mostIrrRegularStudentOfStandard",
696
- GROUP_EXAM_RESULT = "groupExamResult"
696
+ GROUP_EXAM_RESULT = "groupExamResult",
697
+ FEE_COMMON_TEMPLATE = "feeCommonTemplate"
697
698
  }
698
699
  export declare enum EMAIL_SUBJECTS {
699
700
  CREATE_GUARDIAN_VERIFICATION = "Verification Of Guardian Request",
@@ -841,6 +841,7 @@ var PDF_TEMPLATES;
841
841
  PDF_TEMPLATES["MOST_IRR_REGULAR_STUDENT_OF_SCHOOL"] = "mostIrrRegularStudentOfSchool";
842
842
  PDF_TEMPLATES["MOST_IRR_REGULAR_STUDENT_OF_STANDARD"] = "mostIrrRegularStudentOfStandard";
843
843
  PDF_TEMPLATES["GROUP_EXAM_RESULT"] = "groupExamResult";
844
+ PDF_TEMPLATES["FEE_COMMON_TEMPLATE"] = "feeCommonTemplate";
844
845
  })(PDF_TEMPLATES || (exports.PDF_TEMPLATES = PDF_TEMPLATES = {}));
845
846
  var EMAIL_SUBJECTS;
846
847
  (function (EMAIL_SUBJECTS) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.333",
3
+ "version": "1.1.334",
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",