@kipicore/dbcore 1.1.733 → 1.1.735

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.
@@ -423,7 +423,8 @@ export declare enum APP_TYPE {
423
423
  GLOBAL_APP = "GLOBAL_APP",
424
424
  STUDENT_APP = "STUDENT_APP",
425
425
  VENDOR_APP = "VENDOR_APP",
426
- ARENA_APP = "ARENA_APP"
426
+ ARENA_APP = "ARENA_APP",
427
+ COLLEGE_APP = "COLLEGE_APP"
427
428
  }
428
429
  export declare enum BANNER_TYPE {
429
430
  BANNER_IMAGE = "BANNER_IMAGE",
@@ -513,6 +513,7 @@ var APP_TYPE;
513
513
  APP_TYPE["STUDENT_APP"] = "STUDENT_APP";
514
514
  APP_TYPE["VENDOR_APP"] = "VENDOR_APP";
515
515
  APP_TYPE["ARENA_APP"] = "ARENA_APP";
516
+ APP_TYPE["COLLEGE_APP"] = "COLLEGE_APP";
516
517
  })(APP_TYPE || (exports.APP_TYPE = APP_TYPE = {}));
517
518
  var BANNER_TYPE;
518
519
  (function (BANNER_TYPE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.733",
3
+ "version": "1.1.735",
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",