@kipicore/dbcore 1.1.243 → 1.1.244

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.
@@ -300,7 +300,8 @@ export declare enum BANNER_TYPE {
300
300
  export declare enum ACADEMIC_CALENDARS_STATUS {
301
301
  CURRENT_ACADEMIC_CALENDAR = "CURRENT_ACADEMIC_CALENDAR",
302
302
  FUTURE_ACADEMIC_CALENDAR = "FUTURE_ACADEMIC_CALENDAR",
303
- PAST_ACADEMIC_CALENDAR = "PAST_ACADEMIC_CALENDAR"
303
+ PAST_ACADEMIC_CALENDAR = "PAST_ACADEMIC_CALENDAR",
304
+ SUB_ACADEMIC_CALENDAR = "SUB_ACADEMIC_CALENDAR"
304
305
  }
305
306
  export declare enum FILE_TYPE {
306
307
  FILE_IMAGE = "FILE_IMAGE",
@@ -585,7 +586,8 @@ export declare enum RELIGION_CASTE {
585
586
  BUDDHIST = "BUDDHIST",
586
587
  JAIN = "JAIN",
587
588
  JEWISH = "JEWISH",
588
- PARSI = "PARSI"
589
+ PARSI = "PARSI",
590
+ OTHER = "OTHER"
589
591
  }
590
592
  export declare enum CASTE {
591
593
  GENERAL = "GENERAL",
@@ -370,6 +370,7 @@ var ACADEMIC_CALENDARS_STATUS;
370
370
  ACADEMIC_CALENDARS_STATUS["CURRENT_ACADEMIC_CALENDAR"] = "CURRENT_ACADEMIC_CALENDAR";
371
371
  ACADEMIC_CALENDARS_STATUS["FUTURE_ACADEMIC_CALENDAR"] = "FUTURE_ACADEMIC_CALENDAR";
372
372
  ACADEMIC_CALENDARS_STATUS["PAST_ACADEMIC_CALENDAR"] = "PAST_ACADEMIC_CALENDAR";
373
+ ACADEMIC_CALENDARS_STATUS["SUB_ACADEMIC_CALENDAR"] = "SUB_ACADEMIC_CALENDAR";
373
374
  })(ACADEMIC_CALENDARS_STATUS || (exports.ACADEMIC_CALENDARS_STATUS = ACADEMIC_CALENDARS_STATUS = {}));
374
375
  var FILE_TYPE;
375
376
  (function (FILE_TYPE) {
@@ -710,6 +711,7 @@ var RELIGION_CASTE;
710
711
  RELIGION_CASTE["JAIN"] = "JAIN";
711
712
  RELIGION_CASTE["JEWISH"] = "JEWISH";
712
713
  RELIGION_CASTE["PARSI"] = "PARSI";
714
+ RELIGION_CASTE["OTHER"] = "OTHER";
713
715
  })(RELIGION_CASTE || (exports.RELIGION_CASTE = RELIGION_CASTE = {}));
714
716
  var CASTE;
715
717
  (function (CASTE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.243",
3
+ "version": "1.1.244",
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",