@kipicore/dbcore 1.1.201 → 1.1.202

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.
@@ -658,7 +658,8 @@ export declare enum EMAIL_TEMPLATES {
658
658
  PARENTS_CREDENTIALS_TEMPLATE = "parentCredentialsTemplate",
659
659
  STUDENT_CREDENTIALS_TEMPLATE = "studentCredentialsTemplate",
660
660
  COMMON_TEMPLATE = "commonTemplate",
661
- CONTACT_FEEDBACK_TEMPLATE = "contactFeedbackTemplate"
661
+ CONTACT_FEEDBACK_TEMPLATE = "contactFeedbackTemplate",
662
+ ADMIN_STAFF_VERIFICATION = "adminStaffVerification"
662
663
  }
663
664
  export declare enum PDF_TEMPLATES {
664
665
  FEE_INVOICE_TEMPLATE = "feeInvoiceTemplate",
@@ -804,6 +804,7 @@ var EMAIL_TEMPLATES;
804
804
  EMAIL_TEMPLATES["STUDENT_CREDENTIALS_TEMPLATE"] = "studentCredentialsTemplate";
805
805
  EMAIL_TEMPLATES["COMMON_TEMPLATE"] = "commonTemplate";
806
806
  EMAIL_TEMPLATES["CONTACT_FEEDBACK_TEMPLATE"] = "contactFeedbackTemplate";
807
+ EMAIL_TEMPLATES["ADMIN_STAFF_VERIFICATION"] = "adminStaffVerification";
807
808
  })(EMAIL_TEMPLATES || (exports.EMAIL_TEMPLATES = EMAIL_TEMPLATES = {}));
808
809
  var PDF_TEMPLATES;
809
810
  (function (PDF_TEMPLATES) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.201",
3
+ "version": "1.1.202",
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",