@kipicore/dbcore 1.1.333 → 1.1.335

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) {
@@ -1337,3 +1337,9 @@ export declare enum INTERNAL_MARK_ERROR_MESSAGES {
1337
1337
  NOT_AUTHORIZED = "You are not authorized to perform this action!",
1338
1338
  INVALID_DATA = "Invalid internal mark data provided!"
1339
1339
  }
1340
+ export declare enum MARK_SHEET_CONFIGURATION_ERROR_MESSAGES {
1341
+ NOT_FOUND = "mark Sheet Configuration not found!",
1342
+ ALREADY_EXISTS = "mark Sheet Configuration already exists!",
1343
+ NOT_AUTHORIZED = "You are not authorized to perform this action!",
1344
+ INVALID_DATA = "mark Sheet Configuration mark data provided!"
1345
+ }
@@ -934,3 +934,9 @@ export declare enum INTERNAL_MARK_SUCCESS_MESSAGES {
934
934
  UPDATE_SUCCESS = "Internal mark updated successfully!",
935
935
  UPSERT_SUCCESS = "Internal marks upserted successfully!"
936
936
  }
937
+ export declare enum MARK_SHEET_CONFIGURATION_SUCCESS_MESSAGES {
938
+ CREATE_SUCCESS = "markSheetConfiguration created successfully!",
939
+ GET_SUCCESS = "markSheetConfiguration retrieved successfully!",
940
+ UPDATE_SUCCESS = "markSheetConfiguration updated successfully!",
941
+ UPSERT_SUCCESS = "markSheetConfiguration upserted successfully!"
942
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.333",
3
+ "version": "1.1.335",
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",