@kipicore/dbcore 1.1.644 → 1.1.646

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.
Files changed (86) hide show
  1. package/dist/constants/app.d.ts +2 -14
  2. package/dist/constants/app.js +2 -17
  3. package/dist/constants/errorMessages.d.ts +9 -0
  4. package/dist/constants/errorMessages.js +11 -1
  5. package/dist/constants/successMessages.d.ts +7 -0
  6. package/dist/constants/successMessages.js +9 -1
  7. package/dist/db/psql/migrations/20260714131500-add_note_to_institutes.d.ts +2 -0
  8. package/dist/db/psql/migrations/20260714131500-add_note_to_institutes.js +20 -0
  9. package/dist/interfaces/index.d.ts +0 -11
  10. package/dist/interfaces/index.js +0 -12
  11. package/dist/interfaces/instituteInterface.d.ts +1 -0
  12. package/dist/models/mongodb/index.d.ts +0 -1
  13. package/dist/models/mongodb/index.js +1 -4
  14. package/dist/models/psql/index.d.ts +0 -10
  15. package/dist/models/psql/index.js +1 -22
  16. package/dist/models/psql/instituteModel.d.ts +1 -0
  17. package/dist/models/psql/instituteModel.js +4 -0
  18. package/dist/types/index.d.ts +0 -11
  19. package/dist/types/index.js +0 -12
  20. package/package.json +2 -2
  21. package/dist/interfaces/ageGroupInterface.d.ts +0 -9
  22. package/dist/interfaces/ageGroupInterface.js +0 -2
  23. package/dist/interfaces/assessmentTestInterface.d.ts +0 -24
  24. package/dist/interfaces/assessmentTestInterface.js +0 -2
  25. package/dist/interfaces/equipmentInterface.d.ts +0 -10
  26. package/dist/interfaces/equipmentInterface.js +0 -2
  27. package/dist/interfaces/facilityMasterInterface.d.ts +0 -9
  28. package/dist/interfaces/facilityMasterInterface.js +0 -2
  29. package/dist/interfaces/facilitySportInterface.d.ts +0 -6
  30. package/dist/interfaces/facilitySportInterface.js +0 -2
  31. package/dist/interfaces/skillInterface.d.ts +0 -15
  32. package/dist/interfaces/skillInterface.js +0 -2
  33. package/dist/interfaces/sportCategoryInterface.d.ts +0 -9
  34. package/dist/interfaces/sportCategoryInterface.js +0 -2
  35. package/dist/interfaces/sportInterface.d.ts +0 -10
  36. package/dist/interfaces/sportInterface.js +0 -2
  37. package/dist/interfaces/sportRoleInterface.d.ts +0 -11
  38. package/dist/interfaces/sportRoleInterface.js +0 -2
  39. package/dist/interfaces/sportSubCategoryInterface.d.ts +0 -10
  40. package/dist/interfaces/sportSubCategoryInterface.js +0 -2
  41. package/dist/interfaces/unitInterface.d.ts +0 -10
  42. package/dist/interfaces/unitInterface.js +0 -2
  43. package/dist/models/mongodb/assessmentTestModel.d.ts +0 -4
  44. package/dist/models/mongodb/assessmentTestModel.js +0 -72
  45. package/dist/models/psql/ageGroupModel.d.ts +0 -19
  46. package/dist/models/psql/ageGroupModel.js +0 -53
  47. package/dist/models/psql/equipmentModel.d.ts +0 -20
  48. package/dist/models/psql/equipmentModel.js +0 -57
  49. package/dist/models/psql/facilityMasterModel.d.ts +0 -18
  50. package/dist/models/psql/facilityMasterModel.js +0 -64
  51. package/dist/models/psql/facilitySportModel.d.ts +0 -12
  52. package/dist/models/psql/facilitySportModel.js +0 -51
  53. package/dist/models/psql/skillModel.d.ts +0 -25
  54. package/dist/models/psql/skillModel.js +0 -99
  55. package/dist/models/psql/sportCategoryModel.d.ts +0 -19
  56. package/dist/models/psql/sportCategoryModel.js +0 -53
  57. package/dist/models/psql/sportModel.d.ts +0 -20
  58. package/dist/models/psql/sportModel.js +0 -57
  59. package/dist/models/psql/sportRoleModel.d.ts +0 -21
  60. package/dist/models/psql/sportRoleModel.js +0 -70
  61. package/dist/models/psql/sportSubCategoryModel.d.ts +0 -20
  62. package/dist/models/psql/sportSubCategoryModel.js +0 -75
  63. package/dist/models/psql/unitModel.d.ts +0 -20
  64. package/dist/models/psql/unitModel.js +0 -57
  65. package/dist/types/ageGroupType.d.ts +0 -2
  66. package/dist/types/ageGroupType.js +0 -2
  67. package/dist/types/assessmentTestType.d.ts +0 -2
  68. package/dist/types/assessmentTestType.js +0 -2
  69. package/dist/types/equipmentType.d.ts +0 -2
  70. package/dist/types/equipmentType.js +0 -2
  71. package/dist/types/facilityMasterType.d.ts +0 -3
  72. package/dist/types/facilityMasterType.js +0 -2
  73. package/dist/types/facilitySportType.d.ts +0 -2
  74. package/dist/types/facilitySportType.js +0 -2
  75. package/dist/types/skillType.d.ts +0 -2
  76. package/dist/types/skillType.js +0 -2
  77. package/dist/types/sportCategoryType.d.ts +0 -2
  78. package/dist/types/sportCategoryType.js +0 -2
  79. package/dist/types/sportRoleType.d.ts +0 -2
  80. package/dist/types/sportRoleType.js +0 -2
  81. package/dist/types/sportSubCategoryType.d.ts +0 -2
  82. package/dist/types/sportSubCategoryType.js +0 -2
  83. package/dist/types/sportType.d.ts +0 -2
  84. package/dist/types/sportType.js +0 -2
  85. package/dist/types/unitType.d.ts +0 -2
  86. package/dist/types/unitType.js +0 -2
@@ -223,7 +223,8 @@ export declare enum FEE_PAYMENT_STATUS {
223
223
  }
224
224
  export declare enum INSTITUTE_STATUS {
225
225
  ACTIVE = "ACTIVE",
226
- INACTIVE = "INACTIVE"
226
+ INACTIVE = "INACTIVE",
227
+ BLOCK = "BLOCK"
227
228
  }
228
229
  export declare enum OFFER_TYPE {
229
230
  AMOUNT = "AMOUNT",
@@ -1836,16 +1837,3 @@ export declare enum APK_TYPE {
1836
1837
  STUDENT_DEMO = "STUDENT_DEMO",
1837
1838
  PLAYGROUP_DEMO = "PLAYGROUP_DEMO"
1838
1839
  }
1839
- export declare enum FACILITY_PLACE_TYPE {
1840
- INDOOR = "INDOOR",
1841
- OUTDOOR = "OUTDOOR"
1842
- }
1843
- export declare enum BETTER_VALUE_TYPE {
1844
- HIGHER = "HIGHER",
1845
- LOWER = "LOWER"
1846
- }
1847
- export declare enum ASSESSMENT_TEST_STATUS {
1848
- ACTIVE = "ACTIVE",
1849
- INACTIVE = "INACTIVE",
1850
- DRAFT = "DRAFT"
1851
- }
@@ -5,7 +5,7 @@ exports.EXAM_ANSWER_SHEET_QUESTION_RESULT = exports.PAYMENT_TERMS_TYPE = exports
5
5
  exports.PROJECT_ASSESSMENT_OPTION_STATUS = exports.USER_BOOK_ASSESSMENT_STATUS = exports.BOOK_ASSESSMENT_DATE_STATUS = exports.TASK_MANAGEMENT_STATUS = exports.USER_DETAILS_FILED = exports.DEVICE_TYPE = exports.templateKeyWord = exports.bankAccountRegexMap = exports.EMAIL_SUBJECTS = exports.PDF_TEMPLATES = exports.EMAIL_TEMPLATES = exports.PINCODE_API_URL = exports.APPLE_AUTH = exports.META_AUTH = exports.GOOGLE_AUTH = exports.API_URL = exports.DEFAULT_USER_LOGO = exports.DEFAULT_INSTITUTED_LOGO = exports.UPLOAD_PATH = exports.SVG_URL_PATH = exports.TO_DO_STATUS = exports.LECTURE_TITLE = exports.LECTURE_STATUS = exports.SCHOOL_INFORMATION_STEP = exports.CASTE = exports.RELIGION_CASTE = exports.NATIONALITY = exports.CATEGORY = exports.IS_PRINCIPAL = exports.FEE_TYPE = exports.BOOLEAN_STATUS = exports.PROPERTY_STATUS = exports.DESIGNATION_OF_PERSON = exports.TRUST_REGISTERED_UNDER = exports.TRUST_TYPE = exports.SVA_NAME = exports.QDC_NAME = exports.USER_PAYOUT_TYPE = exports.PARENTS_CHILDREN_CURRENT = exports.CHAPTER_INDEX_FILE_TYPE = exports.FEE_HISTORY_STATUS = exports.USER_CHAPTER_INDEX_STATUS = exports.CHAPTER_INDEX_TYPE = exports.IMAGE__NAME = exports.INQUIRY_STATUS = exports.INQUIRY_REFERRED_BY = exports.EXAM_GROUP_STANDARD_RESULT = exports.EXAM_GROUP_STATUS = exports.SUBJECT_INDEX_TYPE = exports.LECTURE_SLOT_DURATION = void 0;
6
6
  exports.COMPETITION_EVENTS = exports.PAYMENT_STATUS = exports.INCOME_EXPENSE_SOURCE = exports.INCOME_EXPENSE_TYPE = exports.APPOINTMENT_STATUS = exports.MAINTENANCE_MODULE_NAME = exports.MAINTENANCE_TYPE = exports.MAINTENANCE_MODE = exports.ASSIGN_FILE_TYPE = exports.LOST_FOUND_ITEM_STATUS = exports.PAYMENT_PROCESSING_CALLBACK_URL = exports.PAYMENT_PROCESSING_PAGE_URL = exports.PAYMENT_PROCESSING_STATUS_URL = exports.WALLET_TRANSACTION_VALID_DATE_FOR_OTP_IN_MINUTES = exports.WALLET_TRANSACTION_VALID_DATE_IN_MINUTES = exports.PAYMENT_METHODS = exports.PAYMENT_GATEWAY_TYPES = exports.JOB_ACTION = exports.ONE_GB_BYTES = exports.CHARGE_PER_TRANSACTION_ITEM_UNIT = exports.INSTITUTE_SUBSCRIPTION_PLAN_STATUS = exports.WALLET_TRANSACTION_USERS_TYPE = exports.WALLET_HISTORY_STATUS = exports.WALLET_HISTORY_ACTION = exports.WALLET_HISTORY_ITEM_TYPE = exports.WALLET_HISTORY_TYPE = exports.REPLACE_TEACHER_STATUS = exports.TEACHER_TYPE = exports.INVOICE_TYPE = exports.PURCHASE_STATUS = exports.COLUMN_LIST_TITLE = exports.INVOICE_PAYMENT_TYPE = exports.PDF_CHEQUE_FREQUENCY = exports.PDF_CHEQUE_STATUS = exports.LANGUAGES = exports.HOME_WORK_STATUS = exports.SOCKET_EVENTS = exports.SUBSCRIPTION_PLAN_FILES_TYPE = exports.VALID_CURRENCY = exports.SUBSCRIPTION_PLAN_TYPE = exports.SUBSCRIPTION_PLAN_CHARGE_INTERVAL = exports.DISCOUNT_TYPE = exports.CONTACT_FEED_BACK_TYPE = exports.PLANNER_SYNC_STATUS = exports.RMS_NOTIFICATION_DAYS = exports.NOTIFICATION_ACTION = exports.ONLINE_EXAM_NOTIFICATION_TYPE = exports.NOTIFICATION_MODULE_TYPE = exports.NOTIFICATION_STATUS = exports.NOTIFICATION_TYPE = void 0;
7
7
  exports.RMS_PRIORITY = exports.RMS_APPROVAL_STATUS = exports.RMS_TRANSACTION_TYPE = exports.RMS_RESOURCE_UNIT = exports.RMS_RESOURCE_TYPE = exports.RMS_ASSET_CONDITION = exports.CERTIFICATE_REQUEST_TYPE = exports.CERTIFICATE_REQUEST_STATUS = exports.FEE_SUBMISSION_STATUS = exports.VIDEO_DIRECTION_TYPE = exports.VIDEO_EVENT_TYPE = exports.USER_HAS_PENALTY_TITLE = exports.USER_HAS_PENALTY_TYPE = exports.PAYOUT_STATUS = exports.NOTICEBOARD_STATUS = exports.NOTICEBOARD_TYPE = exports.PERMISSION_TYPE = exports.NOTIFICATION_SEND_STATUS = exports.MEMBERSHIP_STATUS = exports.COMMUNITY_TYPE = exports.DESIGNATION_TYPE = exports.ADDITIONAL_PAYOUT_TYPE = exports.POSTAL_DISPATCH_STATUS = exports.CALL_TYPE = exports.SEARCH_TYPE = exports.REPORT_TYPE = exports.DEVICE_TYPE_APP_ANALYTICS = exports.APP_ANALYTICS_EVENT_TYPE = exports.EXPORT_SHEET_TYPE = exports.GRANT_AND_DONATION_TYPE = exports.TICKET_RAISE_PRIORITY = exports.TICKET_RAISE_STATUS = exports.TERM_AND_CONDITION_STATUS = exports.EDUCATION_OFFICER_TYPE = exports.HOME_WORK_TYPE = exports.STUDENT_FEE_PROCESS_STATUS = exports.FEE_COLLECTION_TYPE = exports.BANK_ACCOUNT_TYPE = exports.STUDENT_LEAVE_TYPE = exports.STUDENT_LEAVE_STATUS = exports.CERTIFICATE_TYPE = exports.CERTIFICATE_FOR = exports.SHEET_TYPE = exports.COMPETITION_USER_ROLE = exports.RESULT_STATUS = exports.COMPETITION_STATUS = exports.STATUS_BY_PARENTS = exports.COMPETITION_TYPE = exports.CAMPUS_CARNIVAL_STATUS = exports.COMPETITION_TYPE_CATEGORY = void 0;
8
- exports.ASSESSMENT_TEST_STATUS = exports.BETTER_VALUE_TYPE = exports.FACILITY_PLACE_TYPE = exports.APK_TYPE = exports.AccountAuditAction = exports.AccountBudgetType = exports.AccountTaxDirection = exports.AccountFundType = exports.AccountSyncAction = exports.AccountIntegrationProvider = exports.AccountApprovalActionType = exports.AccountDepreciationMethod = exports.AccountMatchStatus = exports.AccountExpensePaymentStatus = exports.AccountPaymentMode = exports.AccountVoucherTypeCode = exports.AccountCostCenterRefType = exports.AccountCostCenterType = exports.AccountPartyMode = exports.AccountPartyType = exports.AccountSourceModule = exports.AccountPostingEventStatus = exports.AccountBalanceType = exports.AccountApprovalStatus = exports.AccountVoucherStatus = exports.AccountLedgerType = exports.AccountNormalBalance = exports.AccountNature = exports.CONTACT_INTEREST_STATUS = exports.CONTACT_INTEREST_TYPE = exports.RMS_EXPENSE_TYPE = exports.RMS_DIGITAL_STATUS = exports.RMS_BOOKING_STATUS = exports.RMS_TICKET_PRIORITY = exports.RMS_TICKET_STATUS = exports.REFUND_ENTITY_TYPE = exports.REFUND_STATUS = exports.FINAL_RESULT_TYPE = exports.FINAL_RESULT = exports.GRADE = exports.RMS_STOCK_SCOPE = exports.RMS_AUDIT_ACTION = exports.RMS_ASSET_LIFECYCLE = exports.RMS_PO_FULFILLMENT_STATUS = exports.RMS_GRN_ACTION_TYPE = void 0;
8
+ exports.APK_TYPE = exports.AccountAuditAction = exports.AccountBudgetType = exports.AccountTaxDirection = exports.AccountFundType = exports.AccountSyncAction = exports.AccountIntegrationProvider = exports.AccountApprovalActionType = exports.AccountDepreciationMethod = exports.AccountMatchStatus = exports.AccountExpensePaymentStatus = exports.AccountPaymentMode = exports.AccountVoucherTypeCode = exports.AccountCostCenterRefType = exports.AccountCostCenterType = exports.AccountPartyMode = exports.AccountPartyType = exports.AccountSourceModule = exports.AccountPostingEventStatus = exports.AccountBalanceType = exports.AccountApprovalStatus = exports.AccountVoucherStatus = exports.AccountLedgerType = exports.AccountNormalBalance = exports.AccountNature = exports.CONTACT_INTEREST_STATUS = exports.CONTACT_INTEREST_TYPE = exports.RMS_EXPENSE_TYPE = exports.RMS_DIGITAL_STATUS = exports.RMS_BOOKING_STATUS = exports.RMS_TICKET_PRIORITY = exports.RMS_TICKET_STATUS = exports.REFUND_ENTITY_TYPE = exports.REFUND_STATUS = exports.FINAL_RESULT_TYPE = exports.FINAL_RESULT = exports.GRADE = exports.RMS_STOCK_SCOPE = exports.RMS_AUDIT_ACTION = exports.RMS_ASSET_LIFECYCLE = exports.RMS_PO_FULFILLMENT_STATUS = exports.RMS_GRN_ACTION_TYPE = void 0;
9
9
  const env_1 = require("../configs/env");
10
10
  exports.SIXTY = 60;
11
11
  exports.ONE_HUNDRED = 100;
@@ -274,6 +274,7 @@ var INSTITUTE_STATUS;
274
274
  (function (INSTITUTE_STATUS) {
275
275
  INSTITUTE_STATUS["ACTIVE"] = "ACTIVE";
276
276
  INSTITUTE_STATUS["INACTIVE"] = "INACTIVE";
277
+ INSTITUTE_STATUS["BLOCK"] = "BLOCK";
277
278
  })(INSTITUTE_STATUS || (exports.INSTITUTE_STATUS = INSTITUTE_STATUS = {}));
278
279
  var OFFER_TYPE;
279
280
  (function (OFFER_TYPE) {
@@ -2194,19 +2195,3 @@ var APK_TYPE;
2194
2195
  APK_TYPE["STUDENT_DEMO"] = "STUDENT_DEMO";
2195
2196
  APK_TYPE["PLAYGROUP_DEMO"] = "PLAYGROUP_DEMO";
2196
2197
  })(APK_TYPE || (exports.APK_TYPE = APK_TYPE = {}));
2197
- var FACILITY_PLACE_TYPE;
2198
- (function (FACILITY_PLACE_TYPE) {
2199
- FACILITY_PLACE_TYPE["INDOOR"] = "INDOOR";
2200
- FACILITY_PLACE_TYPE["OUTDOOR"] = "OUTDOOR";
2201
- })(FACILITY_PLACE_TYPE || (exports.FACILITY_PLACE_TYPE = FACILITY_PLACE_TYPE = {}));
2202
- var BETTER_VALUE_TYPE;
2203
- (function (BETTER_VALUE_TYPE) {
2204
- BETTER_VALUE_TYPE["HIGHER"] = "HIGHER";
2205
- BETTER_VALUE_TYPE["LOWER"] = "LOWER";
2206
- })(BETTER_VALUE_TYPE || (exports.BETTER_VALUE_TYPE = BETTER_VALUE_TYPE = {}));
2207
- var ASSESSMENT_TEST_STATUS;
2208
- (function (ASSESSMENT_TEST_STATUS) {
2209
- ASSESSMENT_TEST_STATUS["ACTIVE"] = "ACTIVE";
2210
- ASSESSMENT_TEST_STATUS["INACTIVE"] = "INACTIVE";
2211
- ASSESSMENT_TEST_STATUS["DRAFT"] = "DRAFT";
2212
- })(ASSESSMENT_TEST_STATUS || (exports.ASSESSMENT_TEST_STATUS = ASSESSMENT_TEST_STATUS = {}));
@@ -1510,6 +1510,15 @@ export declare enum RMS_ERROR_MESSAGES {
1510
1510
  APPROVE_SUBMITTED_ONLY = "Request must be submitted to be approved",
1511
1511
  REJECT_SUBMITTED_ONLY = "Request must be submitted to be rejected"
1512
1512
  }
1513
+ export declare enum MODULE_DOCS_ERROR_MESSAGES {
1514
+ NOT_FOUND = "Module document not found",
1515
+ MODULE_CODE_EXISTS = "Module code already exists",
1516
+ MODULE_NAME_EXISTS = "Module name already exists",
1517
+ FILE_NOT_FOUND = "File not found",
1518
+ FILE_STORAGE_NOT_FOUND = "File storage not found",
1519
+ INVALID_USER_TYPE = "Invalid user type",
1520
+ INVALID_APP_TYPE = "Invalid app type"
1521
+ }
1513
1522
  export declare enum REFUND_ERROR_MESSAGE {
1514
1523
  REFUND_ERROR = "If not received please contact with authorized person"
1515
1524
  }
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FILE_STORAGE_ERROR_MESSAGES = exports.EXAM_HAS_ANSWER_SHEET_ERROR_MESSAGES = exports.EXAM_ERROR_MESSAGES = exports.ANNOUCEMENT_ERROR_MESSAGES = exports.PARENTS_ERROR_MESSAGES = exports.USER_INSTITUTE_META_ERROR_MESSAGES = exports.INSTITUTE_ENTITY_ERROR_MESSAGES = exports.INSTITUTE_ENTITY_TYPE_ERROR_MESSAGES = exports.INSTITUTE_ERROR_MESSAGES = exports.MODULE_ERROR_MESSAGES = exports.ROLE_ERROR_MESSAGES = exports.TYPE_MANAGEMENT_ERROR_MESSAGES = exports.CLASSROOM_ERROR_MESSAGES = exports.BATCH_ERROR_MESSAGES = exports.ACADEMIC_CALENDAR_ERROR_MESSAGES = exports.EVENT_ERROR_MESSAGES = exports.HOLIDAY_ERROR_MESSAGES = exports.USER_HAS_ROLL_NUMBER_ERROR_MESSAGES = exports.USER_HAS_OFFER_ERROR_MESSAGES = exports.FEE_REMINDER_ERROR_MESSAGES = exports.FEE_REMINDER_SETTING_ERROR_MESSAGES = exports.FEEREMINDER_ERROR_MESSAGES = exports.FEESCOLLECTION_ERROR_MESSAGES = exports.USER_FEE_TYPE_ERROR_MESSAGES = exports.SCHOOL_FEE_ERROR_MESSAGES = exports.FEE_TYPE_ERROR_MESSAGES = exports.FACILITY_ERROR_MESSAGES = exports.OFFER_ERROR_MESSAGES = exports.INVENTORY_HISTORY_ERROR_MESSAGES = exports.PAYMENT_TERMS_ERROR_MESSAGES = exports.INVENTORY_ERROR_MESSAGES = exports.CATEGORY_ERROR_MESSAGES = exports.USER_HAS_INVENTORY_ERROR_MESSAGES = exports.SUBJECT_HAS_FEE_ERROR_MESSAGES = exports.FEE_HISTORY_ERROR_MESSAGES = exports.MASTER_LEAVE_ERROR_MESSAGES = exports.LEAVE_ERROR_MESSAGES = exports.SUBSCRIPTION_ERROR_MESSAGES = exports.FEEDBACK_ERROR_MESSAGES = exports.SCHOOL_FEES_COLLECTION_ERROR_MESSAGES = exports.ACCOUNT_RECEIPT_ERROR_MESSAGES = exports.SCHOOL_SHIFT_ERROR_MESSAGES = exports.BANK_ACCOUNT_DETAILS_ERROR_MESSAGES = exports.INFORMATION_SUPPORT_ERROR_MESSAGES = exports.INQUIRY_ERROR_MESSAGES = exports.APPROVE_REQUEST_ERROR_MESSAGES = exports.BANNER_ERROR_MESSAGES = exports.USER_FEE_TYPE_ACCOUNT_ERROR_MESSAGES = exports.USER_ERROR_MESSAGES = exports.ERROR_MESSAGES = void 0;
4
4
  exports.WALLET_ERROR_MESSAGES = exports.REPLACE_TEACHER_ERROR_MESSAGES = exports.CERTIFICATES_HISTORY_ERROR_MESSAGES = exports.CERTIFICATES_MANAGEMENT_ERROR_MESSAGES = exports.DASHBOARD_MANAGEMENT_ERROR_MESSAGES = exports.PDC_HISTORY_ERROR_MESSAGES = exports.COLUMN_ERROR_MESSAGES = exports.INVOICE_ERROR_MESSAGES = exports.PRODUCT_ERROR_MESSAGES = exports.SUB_CATEGORY_ERROR_MESSAGES = exports.VENDOR_MANAGEMENT_ERROR_MESSAGES = exports.COIN_PURCHASE_OFFER_ERROR_MESSAGES = exports.SYLLABUS_ERROR_MESSAGES = exports.DAILY_BOOK_ERROR_MESSAGES = exports.USER_HAS_HOME_WORK_ERROR_MESSAGES = exports.HOME_WORK_ERROR_MESSAGES = exports.CLOUD_STORAGE_ERROR_MESSAGES = exports.SUBSCRIPTION_PLAN_ERROR_MESSAGES = exports.FLOOR_MANAGEMENT_ERROR_MESSAGES = exports.SIGNED_URL_ERROR_MESSAGES = exports.CAREER_ERROR_MESSAGES = exports.RULES_REGULATION_ERROR_MESSAGES = exports.NOTIFICATION_ERROR_MESSAGES = exports.PHOTO_GALLERY_ERROR_MESSAGES = exports.CONTACT_FEED_BACK_ERROR_MESSAGES = exports.GENERATE_ID_CARD_ERROR_MESSAGES = exports.VEHICLE_ERROR_MESSAGES = exports.BATCH_SUBJECT_PROJECT_ASSESSMENT_ERROR_MESSAGES = exports.USER_BOOK_ASSESSMENT_ERROR_MESSAGES = exports.BATCH_SUBJECT_BOOK_ASSESSMENT_ERROR_MESSAGES = exports.TASK_MANAGEMENT_ERROR_MESSAGES = exports.EXAM_GROUP_ERROR_MESSAGES = exports.USER_PAYOUT_HISTORY_ERROR_MESSAGES = exports.USER_PAYOUT_ERROR_MESSAGES = exports.SUBJECT_INDEX_ERROR_MESSAGES = exports.TESTIMONIAL_ERROR_MESSAGES = exports.DRIVER_ERROR_MESSAGES = exports.BLOG_ERROR_MESSAGES = exports.VIDEO_ANALYST_ERROR_MESSAGES = exports.PDC_CHEQUE_ERROR_MESSAGES = exports.GREETING_ERROR_MESSAGES = exports.USER_HAS_COURSE_ERROR_MESSAGES = exports.COURSE_ERROR_MESSAGES = exports.TO_DO_ERROR_MESSAGES = exports.SLOT_ERROR_MESSAGES = exports.TRIP_ERROR_MESSAGES = exports.LECTURE_ERROR_MESSAGES = exports.WORKING_DAYS_ERROR_MESSAGES = exports.USER_SCHOOL_METADATA_ERROR_MESSAGES = exports.ATTENDANCE_ERROR_MESSAGES = void 0;
5
5
  exports.POSTAL_DISPATCH_ERROR_MESSAGES = exports.CALL_REGISTER_ERROR_MESSAGES = exports.VISITOR_BOOK_ERROR_MESSAGES = exports.PDC_CHEQUE_CONFIGURATION_ERROR_MESSAGES = exports.MARK_SHEET_CONFIGURATION_ERROR_MESSAGES = exports.INTERNAL_MARK_ERROR_MESSAGES = exports.APP_ANALYTICS_EVENT_ERROR_MESSAGES = exports.GRANT_AND_DONATION_ERROR_MESSAGES = exports.TICKET_RAISE_ERROR_MESSAGES = exports.TERM_AND_CONDITION_ERROR_MESSAGES = exports.EDUCATION_OFFICER_ERROR_MESSAGES = exports.USER_HAS_PENALTY_ERROR_MESSAGES = exports.PENALTY_ERROR_MESSAGES = exports.CLASS_ROOM_COLLECTION_ERROR_MESSAGES = exports.CLASS_ROOM_EVENT_ERROR_MESSAGES = exports.INSTITUTE_FEE_ERROR_MESSAGES = exports.USER_DIRECTORY_ERROR_MESSAGES = exports.STUDENT_LEAVE_REQUEST_ERROR_MESSAGES = exports.EVENT_TEMPLATES_ERROR_MESSAGES = exports.POLL_SELECTION_ERROR_MESSAGES = exports.POLL_CREATE_ERROR_MESSAGES = exports.SHEET_FIELD_ERROR_MESSAGES = exports.CLONE_LIST_ERROR_MESSAGES = exports.COMPETITION_USER_ERROR_MESSAGES = exports.COMPETITION_GROUP_ERROR_MESSAGES = exports.COMPETITION_ERROR_MESSAGES = exports.CAMPUS_CARNIVAL_ERROR_MESSAGES = exports.INCOME_EXPENSE_ERROR_MESSAGES = exports.APPOINTMENT_HISTORY_ERROR_MESSAGES = exports.APPOINTMENT_ERROR_MESSAGES = exports.MAINTENANCE_ERROR_MESSAGES = exports.SEATING_ARRANGEMENT_ERROR_MESSAGES = exports.ASSIGN_FILE_ERROR_MESSAGES = exports.THEME_ERROR_MESSAGES = exports.B_DAY_WISH_ERROR_MESSAGES = exports.ADDITIONAL_DETAIL_ERROR_MESSAGES = exports.ADVERTISEMENT_ERROR_MESSAGES = exports.WORK_OFF_DAYS_ERROR_MESSAGES = exports.ENTITY_WISE_CALENDAR_ERROR_MESSAGES = exports.CAMPUS_ERROR_MESSAGES = exports.CANTEEN_ERROR_MESSAGES = exports.LOST_FOUND_ITEM_ERROR_MESSAGES = exports.PAYMENT_TRANSACTION_ERROR_MESSAGES = exports.USER_REQUIRED_STEPS_ERROR_MESSAGES = exports.JOB_APPLY_ERROR_MESSAGES = exports.ENTITY_GROUP_ERROR_MESSAGES = exports.USER_HAS_STORAGE_ERROR_MESSAGES = exports.INSTITUTE_SUBSCRIPTION_PLAN_ERROR_MESSAGES = exports.WALLET_TRANSACTION_ERROR_MESSAGES = exports.WALLET_HISTORY_ERROR_MESSAGES = void 0;
6
- exports.VENDOR_COMPANY_META_ERROR_MESSAGES = exports.PRODUCT_META_ERROR_MESSAGES = exports.ACCOUNT_VOUCHER_TYPE_ERROR_MESSAGES = exports.ACCOUNT_COST_CENTER_ERROR_MESSAGES = exports.ACCOUNT_LEDGER_OPENING_ERROR_MESSAGES = exports.ACCOUNT_LEDGER_ERROR_MESSAGES = exports.ACCOUNT_GROUP_ERROR_MESSAGES = exports.ACCOUNT_NUMBER_SEQUENCE_ERROR_MESSAGES = exports.ACCOUNT_PERIOD_LOCK_ERROR_MESSAGES = exports.ACCOUNT_FINANCIAL_YEAR_ERROR_MESSAGES = exports.KIPIVERSE_CONTACT_FORM_ERROR_MESSAGES = exports.REFUND_ERROR_MESSAGE = exports.RMS_ERROR_MESSAGES = exports.ONLINE_LECTURE_ERROR_MESSAGES = exports.CERTIFICATE_REQUEST_ERROR_MESSAGES = exports.USER_HAS_FEE_SUBMISSION_ERROR_MESSAGES = exports.ASSIGN_SUBJECT_ERROR_MESSAGES = exports.FEE_SUBMISSION_ERROR_MESSAGES = exports.USER_HAS_PENALTY_HISTORY_ERROR_MESSAGES = exports.PAST_YEAR_RECORD_ERROR_MESSAGES = exports.NOTICEBOARD_ERROR_MESSAGES = exports.USER_HAS_PERMISSION_ERROR_MESSAGES = exports.ROLE_MANAGEMENT_ERROR_MESSAGES = exports.ROLE_HAS_PERMISSION_ERROR_MESSAGES = exports.PERMISSION_ERROR_MESSAGES = exports.COMMUNITY_MESSAGE_ERROR_MESSAGES = exports.GROUP_MEMBER_ERROR_MESSAGES = exports.COMMUNITY_GROUP_ERROR_MESSAGES = exports.DESIGNATION_ERROR_MESSAGES = exports.USER_HAS_OFFER_AND_DISCOUNT_ERROR_MESSAGES = exports.OFFER_AND_DISCOUNT_ERROR_MESSAGES = void 0;
6
+ exports.VENDOR_COMPANY_META_ERROR_MESSAGES = exports.PRODUCT_META_ERROR_MESSAGES = exports.ACCOUNT_VOUCHER_TYPE_ERROR_MESSAGES = exports.ACCOUNT_COST_CENTER_ERROR_MESSAGES = exports.ACCOUNT_LEDGER_OPENING_ERROR_MESSAGES = exports.ACCOUNT_LEDGER_ERROR_MESSAGES = exports.ACCOUNT_GROUP_ERROR_MESSAGES = exports.ACCOUNT_NUMBER_SEQUENCE_ERROR_MESSAGES = exports.ACCOUNT_PERIOD_LOCK_ERROR_MESSAGES = exports.ACCOUNT_FINANCIAL_YEAR_ERROR_MESSAGES = exports.KIPIVERSE_CONTACT_FORM_ERROR_MESSAGES = exports.REFUND_ERROR_MESSAGE = exports.MODULE_DOCS_ERROR_MESSAGES = exports.RMS_ERROR_MESSAGES = exports.ONLINE_LECTURE_ERROR_MESSAGES = exports.CERTIFICATE_REQUEST_ERROR_MESSAGES = exports.USER_HAS_FEE_SUBMISSION_ERROR_MESSAGES = exports.ASSIGN_SUBJECT_ERROR_MESSAGES = exports.FEE_SUBMISSION_ERROR_MESSAGES = exports.USER_HAS_PENALTY_HISTORY_ERROR_MESSAGES = exports.PAST_YEAR_RECORD_ERROR_MESSAGES = exports.NOTICEBOARD_ERROR_MESSAGES = exports.USER_HAS_PERMISSION_ERROR_MESSAGES = exports.ROLE_MANAGEMENT_ERROR_MESSAGES = exports.ROLE_HAS_PERMISSION_ERROR_MESSAGES = exports.PERMISSION_ERROR_MESSAGES = exports.COMMUNITY_MESSAGE_ERROR_MESSAGES = exports.GROUP_MEMBER_ERROR_MESSAGES = exports.COMMUNITY_GROUP_ERROR_MESSAGES = exports.DESIGNATION_ERROR_MESSAGES = exports.USER_HAS_OFFER_AND_DISCOUNT_ERROR_MESSAGES = exports.OFFER_AND_DISCOUNT_ERROR_MESSAGES = void 0;
7
7
  var ERROR_MESSAGES;
8
8
  (function (ERROR_MESSAGES) {
9
9
  ERROR_MESSAGES["CREATE_FAIL"] = "Unable to save data in DB!";
@@ -1683,6 +1683,16 @@ var RMS_ERROR_MESSAGES;
1683
1683
  RMS_ERROR_MESSAGES["APPROVE_SUBMITTED_ONLY"] = "Request must be submitted to be approved";
1684
1684
  RMS_ERROR_MESSAGES["REJECT_SUBMITTED_ONLY"] = "Request must be submitted to be rejected";
1685
1685
  })(RMS_ERROR_MESSAGES || (exports.RMS_ERROR_MESSAGES = RMS_ERROR_MESSAGES = {}));
1686
+ var MODULE_DOCS_ERROR_MESSAGES;
1687
+ (function (MODULE_DOCS_ERROR_MESSAGES) {
1688
+ MODULE_DOCS_ERROR_MESSAGES["NOT_FOUND"] = "Module document not found";
1689
+ MODULE_DOCS_ERROR_MESSAGES["MODULE_CODE_EXISTS"] = "Module code already exists";
1690
+ MODULE_DOCS_ERROR_MESSAGES["MODULE_NAME_EXISTS"] = "Module name already exists";
1691
+ MODULE_DOCS_ERROR_MESSAGES["FILE_NOT_FOUND"] = "File not found";
1692
+ MODULE_DOCS_ERROR_MESSAGES["FILE_STORAGE_NOT_FOUND"] = "File storage not found";
1693
+ MODULE_DOCS_ERROR_MESSAGES["INVALID_USER_TYPE"] = "Invalid user type";
1694
+ MODULE_DOCS_ERROR_MESSAGES["INVALID_APP_TYPE"] = "Invalid app type";
1695
+ })(MODULE_DOCS_ERROR_MESSAGES || (exports.MODULE_DOCS_ERROR_MESSAGES = MODULE_DOCS_ERROR_MESSAGES = {}));
1686
1696
  var REFUND_ERROR_MESSAGE;
1687
1697
  (function (REFUND_ERROR_MESSAGE) {
1688
1698
  REFUND_ERROR_MESSAGE["REFUND_ERROR"] = "If not received please contact with authorized person";
@@ -1094,6 +1094,13 @@ export declare enum RMS_SUCCESS_MESSAGES {
1094
1094
  PURCHASE_REQUEST_APPROVED = "Purchase request approved successfully",
1095
1095
  PURCHASE_REQUEST_REJECTED = "Purchase request rejected successfully"
1096
1096
  }
1097
+ export declare enum MODULE_DOCS_SUCCESS_MESSAGES {
1098
+ CREATE_SUCCESS = "Module document created successfully",
1099
+ UPDATE_SUCCESS = "Module document updated successfully",
1100
+ DELETE_SUCCESS = "Module document deleted successfully",
1101
+ GET_SUCCESS = "Module document fetched successfully",
1102
+ GET_ALL_SUCCESS = "Module documents fetched successfully"
1103
+ }
1097
1104
  export declare enum REFUND_SUCCESS_MESSAGES {
1098
1105
  REFUND_SUCCESS = "Refund has been initiated",
1099
1106
  REFUND_PENDING = "Refund is in progress",
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ANNOUCEMENT_SUCCESS_MESSAGES = exports.TYPE_MANAGEMENT_SUCCESS_MESSAGES = exports.PARENTS_SUCCESS_MESSAGES = exports.USER_INSTITUTE_META_SUCCESS_MESSAGES = exports.INSTITUTE_ENTITY_TYPE_SUCCESS_MESSAGES = exports.INSTITUTE_ENTITY_SUCCESS_MESSAGES = exports.WORKING_DAYS_SUCCESS_MESSAGES = exports.INSTITUTE_SUCCESS_MESSAGES = exports.MODULE_SUCCESS_MESSAGES = exports.ROLE_SUCCESS_MESSAGES = exports.CLASSROOM_SUCCESS_MESSAGES = exports.BATCH_SUCCESS_MESSAGES = exports.ACADEMIC_CALENDAR_SUCCESS_MESSAGES = exports.EVENT_SUCCESS_MESSAGES = exports.HOLIDAY_SUCCESS_MESSAGES = exports.USER_HAS_ROLL_NUMBER_SUCCESS_MESSAGES = exports.USER_HAS_OFFER_SUCCESS_MESSAGES = exports.FEE_REMINDER_SETTING_SUCCESS_MESSAGES = exports.FEEREMINDER_SUCCESS_MESSAGES = exports.FEESCOLLECTION_SUCCESS_MESSAGES = exports.OFFER_SUCCESS_MESSAGES = exports.CATEGORY_SUCCESS_MESSAGES = exports.INVENTORY_HISTORY_SUCCESS_MESSAGES = exports.INVENTORY_SUCCESS_MESSAGES = exports.USER_HAS_INVENTORY_HISTORY_SUCCESS_MESSAGES = exports.USER_HAS_INVENTORY_SUCCESS_MESSAGES = exports.SUBJECT_HAS_FEE_SUCCESS_MESSAGES = exports.FEE_HISTORY_SUCCESS_MESSAGES = exports.MASTER_LEAVE_SUCCESS_MESSAGES = exports.LEAVE_SUCCESS_MESSAGES = exports.PAYMENT_TERMS_SUCCESS_MESSAGES = exports.FACILITY_SUCCESS_MESSAGES = exports.FEE_REMINDER_SUCCESS_MESSAGES = exports.SCHOOL_SHIFT_SUCCESS_MESSAGES = exports.SUBSCRIPTION_SUCCESS_MESSAGES = exports.BANK_ACCOUNT_DETAILS_SUCCESS_MESSAGES = exports.ACCOUNT_RECEIPT_SUCCESS_MESSAGES = exports.FEE_TYPE_SUCCESS_MESSAGES = exports.FEEDBACK_SUCCESS_MESSAGES = exports.INFORMATION_SUPPORT_SUCCESS_MESSAGES = exports.INQUIRY_SUCCESS_MESSAGES = exports.FEE_SUCCESS_MESSAGES = exports.SCHOOL_FEES_COLLECTION_SUCCESS_MESSAGES = exports.USER_FEE_TYPE_SUCCESS_MESSAGES = exports.USER_FEE_TYPE_ACCOUNT_SUCCESS_MESSAGES = exports.ADMIN_SUCCESS_MESSAGES = exports.APPROVE_REQUEST_SUCCESS_MESSAGES = exports.BANNER_SUCCESS_MESSAGES = exports.USER_SUCCESS_MESSAGES = exports.SUCCESS_MESSAGES = void 0;
4
4
  exports.CERTIFICATES_HISTORY_SUCCESS_MESSAGES = exports.CERTIFICATES_MANAGEMENT_SUCCESS_MESSAGES = exports.DASHBOARD_MANAGEMENT_SUCCESS_MESSAGES = exports.PDC_HISTORY_SUCCESS_MESSAGES = exports.COLUMN_SUCCESS_MESSAGES = exports.INVOICE_SUCCESS_MESSAGES = exports.PRODUCT_SUCCESS_MESSAGES = exports.SUB_CATEGORY_SUCCESS_MESSAGES = exports.VENDOR_MANAGEMENT_SUCCESS_MESSAGES = exports.COIN_PURCHASE_OFFER_SUCCESS_MESSAGES = exports.SYLLABUS_SUCCESS_MESSAGES = exports.DAILY_BOOK_SUCCESS_MESSAGES = exports.USER_HAS_HOME_WORK_SUCCESS_MESSAGES = exports.HOME_WORK_SUCCESS_MESSAGES = exports.CLOUD_STORAGE_SUCCESS_MESSAGES = exports.SUBSCRIPTION_PLAN_SUCCESS_MESSAGES = exports.FLOOR_MANAGEMENT_SUCCESS_MESSAGES = exports.CAREER_SUCCESS_MESSAGES = exports.RULE_REGULATION_SUCCESS_MESSAGES = exports.CUSTOME_NOTIFICATION_SUCCESS_MESSAGES = exports.NOTIFICATION_SUCCESS_MESSAGES = exports.PHOTO_GALLERY_SUCCESS_MESSAGES = exports.CONTACT_FEED_BACK_SUCCESS_MESSAGES = exports.GENERATE_ID_CARD_SUCCESS_MESSAGES = exports.VEHICLE_SUCCESS_MESSAGES = exports.BATCH_SUBJECT_PROJECT_ASSESSMENT_SUCCESS_MESSAGES = exports.USER_BOOK_ASSESSMENT_SUCCESS_MESSAGES = exports.BATCH_SUBJECT_BOOK_ASSESSMENT_SUCCESS_MESSAGES = exports.TASK_MANAGEMENT_SUCCESS_MESSAGES = exports.EXAM_GROUP_SUCCESS_MESSAGES = exports.PLANNER_SUCCESS_MESSAGES = exports.USER_PAYOUT_HISTORY_SUCCESS_MESSAGES = exports.USER_PAYOUT_SUCCESS_MESSAGES = exports.SUBJECT_INDEX_SUCCESS_MESSAGES = exports.DRIVER_SUCCESS_MESSAGES = exports.BLOG_SUCCESS_MESSAGES = exports.VIDEO_ANALYST_SUCCESS_MESSAGES = exports.TESTIMONIAL_SUCCESS_MESSAGES = exports.PDC_CHEQUE_SUCCESS_MESSAGES = exports.GREETING_SUCCESS_MESSAGES = exports.USER_HAS_COURSE_SUCCESS_MESSAGES = exports.COURSE_SUCCESS_MESSAGES = exports.TO_DO_SUCCESS_MESSAGES = exports.SLOT_SUCCESS_MESSAGES = exports.TRIP_SUCCESS_MESSAGES = exports.LECTURE_SUCCESS_MESSAGES = exports.USER_SCHOOL_METADATA_SUCCESS_MESSAGES = exports.ATTENDANCE_SUCCESS_MESSAGES = exports.EXAM_HAS_ANSWER_SHEET_SUCCESS_MESSAGES = exports.EXAM_SUCCESS_MESSAGES = void 0;
5
5
  exports.PDC_CHEQUE_CONFIGURATION_SUCCESS_MESSAGES = exports.MARK_SHEET_CONFIGURATION_SUCCESS_MESSAGES = exports.INTERNAL_MARK_SUCCESS_MESSAGES = exports.APP_ANALYTICS_EVENT_SUCCESS_MESSAGES = exports.GRANT_AND_DONATION_SUCCESS_MESSAGES = exports.TICKET_RAISE_SUCCESS_MESSAGES = exports.TERM_AND_CONDITION_SUCCESS_MESSAGES = exports.EDUCATION_OFFICER_SUCCESS_MESSAGES = exports.USER_HAS_PENALTY_SUCCESS_MESSAGES = exports.PENALTY_SUCCESS_MESSAGES = exports.CLASSROOM_COLLECTION_SUCCESS_MESSAGES = exports.CLASSROOM_EVENT_SUCCESS_MESSAGES = exports.INSTITUTE_FEE_SUCCESS_MESSAGES = exports.FEE_CONFIG_SUCCESS_MESSAGES = exports.USER_DIRECTORY_SUCCESS_MESSAGES = exports.STUDENT_LEAVE_REQUEST_SUCCESS_MESSAGES = exports.EVENT_TEMPLATES_SUCCESS_MESSAGES = exports.POLL_SELECTION_SUCCESS_MESSAGES = exports.POLL_CREATE_SUCCESS_MESSAGES = exports.SHEET_FIELD_SUCCESS_MESSAGES = exports.CLONE_LIST_SUCCESS_MESSAGES = exports.COMPETITION_USER_SUCCESS_MESSAGES = exports.COMPETITION_GROUP_SUCCESS_MESSAGES = exports.COMPETITION_SUCCESS_MESSAGES = exports.CAMPUS_CARNIVAL_SUCCESS_MESSAGES = exports.INCOME_EXPENSE_SUCCESS_MESSAGES = exports.APPOINTMENT_HISTORY_SUCCESS_MESSAGES = exports.APPOINTMENT_SUCCESS_MESSAGES = exports.MAINTENANCE_SUCCESS_MESSAGES = exports.SEATING_ARRANGEMENT_SUCCESS_MESSAGES = exports.ASSIGN_FILE_SUCCESS_MESSAGES = exports.THEME_SUCCESS_MESSAGES = exports.B_DAY_WISH_SUCCESS_MESSAGES = exports.ADDITIONAL_DETAIL_SUCCESS_MESSAGES = exports.ADVERTISEMENT_SUCCESS_MESSAGES = exports.WORK_OFF_DAYS_SUCCESS_MESSAGES = exports.ENTITY_WISE_CALENDAR_SUCCESS_MESSAGES = exports.CAMPUS_SUCCESS_MESSAGES = exports.CANTEEN_SUCCESS_MESSAGES = exports.LOST_FOUND_ITEM_SUCCESS_MESSAGES = exports.PAYMENT_TRANSACTION_SUCCESS_MESSAGES = exports.USER_REQUIRED_STEPS_SUCCESS_MESSAGES = exports.JOB_APPLY_SUCCESS_MESSAGES = exports.ENTITY_GROUP_SUCCESS_MESSAGES = exports.USER_HAS_STORAGE_SUCCESS_MESSAGES = exports.INSTITUTE_SUBSCRIPTION_PLAN_SUCCESS_MESSAGES = exports.WALLET_TRANSACTION_SUCCESS_MESSAGES = exports.WALLET_HISTORY_SUCCESS_MESSAGES = exports.WALLET_SUCCESS_MESSAGES = exports.REPLACE_TEACHER_SUCCESS_MESSAGES = void 0;
6
- exports.VENDOR_COMPANY_META_SUCCESS_MESSAGES = exports.PRODUCT_META_SUCCESS_MESSAGES = exports.ACCOUNT_VOUCHER_TYPE_SUCCESS_MESSAGES = exports.ACCOUNT_COST_CENTER_SUCCESS_MESSAGES = exports.ACCOUNT_LEDGER_OPENING_SUCCESS_MESSAGES = exports.ACCOUNT_LEDGER_SUCCESS_MESSAGES = exports.ACCOUNT_GROUP_SUCCESS_MESSAGES = exports.ACCOUNT_NUMBER_SEQUENCE_SUCCESS_MESSAGES = exports.ACCOUNT_PERIOD_LOCK_SUCCESS_MESSAGES = exports.ACCOUNT_FINANCIAL_YEAR_SUCCESS_MESSAGES = exports.KIPIVERSE_CONTACT_FORM_SUCCESS_MESSAGES = exports.REFUND_SUCCESS_MESSAGES = exports.RMS_SUCCESS_MESSAGES = exports.ONLINE_LECTURE_SUCCESS_MESSAGES = exports.CERTIFICATE_REQUEST_SUCCESS_MESSAGE = exports.USER_HAS_FEE_SUBMISSION_SUCCESS_MESSAGES = exports.ASSIGN_SUBJECT_SUCCESS_MESSAGES = exports.FEE_SUBMISSION_SUCCESS_MESSAGES = exports.USER_HAS_PENALTY_HISTORY_SUCCESS_MESSAGES = exports.PAST_YEAR_RECORD_SUCCESS_MESSAGES = exports.NOTICEBOARD_SUCCESS_MESSAGES = exports.USER_HAS_PERMISSION_SUCCESS_MESSAGES = exports.ROLE_MANAGEMENT_SUCCESS_MESSAGES = exports.ROLE_HAS_PERMISSION_SUCCESS_MESSAGES = exports.PERMISSION_SUCCESS_MESSAGES = exports.COMMUNITY_MESSAGE_SUCCESS_MESSAGES = exports.COMMUNITY_GROUP_SUCCESS_MESSAGES = exports.MEMBER_ADDED_SUCCESS_MESSAGES = exports.DESIGNATION_SUCCESS_MESSAGES = exports.USER_HAS_OFFER_AND_DISCOUNT_SUCCESS_MESSAGES = exports.OFFER_AND_DISCOUNT_SUCCESS_MESSAGES = exports.POSTAL_DISPATCH_SUCCESS_MESSAGES = exports.CALL_REGISTER_SUCCESS_MESSAGES = exports.VISITOR_BOOK_SUCCESS_MESSAGES = void 0;
6
+ exports.VENDOR_COMPANY_META_SUCCESS_MESSAGES = exports.PRODUCT_META_SUCCESS_MESSAGES = exports.ACCOUNT_VOUCHER_TYPE_SUCCESS_MESSAGES = exports.ACCOUNT_COST_CENTER_SUCCESS_MESSAGES = exports.ACCOUNT_LEDGER_OPENING_SUCCESS_MESSAGES = exports.ACCOUNT_LEDGER_SUCCESS_MESSAGES = exports.ACCOUNT_GROUP_SUCCESS_MESSAGES = exports.ACCOUNT_NUMBER_SEQUENCE_SUCCESS_MESSAGES = exports.ACCOUNT_PERIOD_LOCK_SUCCESS_MESSAGES = exports.ACCOUNT_FINANCIAL_YEAR_SUCCESS_MESSAGES = exports.KIPIVERSE_CONTACT_FORM_SUCCESS_MESSAGES = exports.REFUND_SUCCESS_MESSAGES = exports.MODULE_DOCS_SUCCESS_MESSAGES = exports.RMS_SUCCESS_MESSAGES = exports.ONLINE_LECTURE_SUCCESS_MESSAGES = exports.CERTIFICATE_REQUEST_SUCCESS_MESSAGE = exports.USER_HAS_FEE_SUBMISSION_SUCCESS_MESSAGES = exports.ASSIGN_SUBJECT_SUCCESS_MESSAGES = exports.FEE_SUBMISSION_SUCCESS_MESSAGES = exports.USER_HAS_PENALTY_HISTORY_SUCCESS_MESSAGES = exports.PAST_YEAR_RECORD_SUCCESS_MESSAGES = exports.NOTICEBOARD_SUCCESS_MESSAGES = exports.USER_HAS_PERMISSION_SUCCESS_MESSAGES = exports.ROLE_MANAGEMENT_SUCCESS_MESSAGES = exports.ROLE_HAS_PERMISSION_SUCCESS_MESSAGES = exports.PERMISSION_SUCCESS_MESSAGES = exports.COMMUNITY_MESSAGE_SUCCESS_MESSAGES = exports.COMMUNITY_GROUP_SUCCESS_MESSAGES = exports.MEMBER_ADDED_SUCCESS_MESSAGES = exports.DESIGNATION_SUCCESS_MESSAGES = exports.USER_HAS_OFFER_AND_DISCOUNT_SUCCESS_MESSAGES = exports.OFFER_AND_DISCOUNT_SUCCESS_MESSAGES = exports.POSTAL_DISPATCH_SUCCESS_MESSAGES = exports.CALL_REGISTER_SUCCESS_MESSAGES = exports.VISITOR_BOOK_SUCCESS_MESSAGES = void 0;
7
7
  var SUCCESS_MESSAGES;
8
8
  (function (SUCCESS_MESSAGES) {
9
9
  SUCCESS_MESSAGES["CREATE_SUCCESS"] = "Resource created successfully";
@@ -1271,6 +1271,14 @@ var RMS_SUCCESS_MESSAGES;
1271
1271
  RMS_SUCCESS_MESSAGES["PURCHASE_REQUEST_APPROVED"] = "Purchase request approved successfully";
1272
1272
  RMS_SUCCESS_MESSAGES["PURCHASE_REQUEST_REJECTED"] = "Purchase request rejected successfully";
1273
1273
  })(RMS_SUCCESS_MESSAGES || (exports.RMS_SUCCESS_MESSAGES = RMS_SUCCESS_MESSAGES = {}));
1274
+ var MODULE_DOCS_SUCCESS_MESSAGES;
1275
+ (function (MODULE_DOCS_SUCCESS_MESSAGES) {
1276
+ MODULE_DOCS_SUCCESS_MESSAGES["CREATE_SUCCESS"] = "Module document created successfully";
1277
+ MODULE_DOCS_SUCCESS_MESSAGES["UPDATE_SUCCESS"] = "Module document updated successfully";
1278
+ MODULE_DOCS_SUCCESS_MESSAGES["DELETE_SUCCESS"] = "Module document deleted successfully";
1279
+ MODULE_DOCS_SUCCESS_MESSAGES["GET_SUCCESS"] = "Module document fetched successfully";
1280
+ MODULE_DOCS_SUCCESS_MESSAGES["GET_ALL_SUCCESS"] = "Module documents fetched successfully";
1281
+ })(MODULE_DOCS_SUCCESS_MESSAGES || (exports.MODULE_DOCS_SUCCESS_MESSAGES = MODULE_DOCS_SUCCESS_MESSAGES = {}));
1274
1282
  var REFUND_SUCCESS_MESSAGES;
1275
1283
  (function (REFUND_SUCCESS_MESSAGES) {
1276
1284
  REFUND_SUCCESS_MESSAGES["REFUND_SUCCESS"] = "Refund has been initiated";
@@ -0,0 +1,2 @@
1
+ export function up(queryInterface: any, Sequelize: any): Promise<void>;
2
+ export function down(queryInterface: any): Promise<void>;
@@ -0,0 +1,20 @@
1
+ 'use strict';
2
+ const up = async (queryInterface, Sequelize) => {
3
+ const table = await queryInterface.describeTable('institutes');
4
+ if (!table.note) {
5
+ await queryInterface.addColumn('institutes', 'note', {
6
+ type: Sequelize.STRING,
7
+ allowNull: true,
8
+ });
9
+ }
10
+ };
11
+ const down = async (queryInterface) => {
12
+ const table = await queryInterface.describeTable('institutes');
13
+ if (table.note) {
14
+ await queryInterface.removeColumn('institutes', 'note');
15
+ }
16
+ };
17
+ module.exports = {
18
+ up,
19
+ down,
20
+ };
@@ -254,14 +254,3 @@ export * from './accountCostCenterInterface';
254
254
  export * from './accountVoucherTypeInterface';
255
255
  export * from './vendorCompanyMetaInterface';
256
256
  export * from './productMetaInterface';
257
- export * from './sportInterface';
258
- export * from './sportCategoryInterface';
259
- export * from './sportSubCategoryInterface';
260
- export * from './sportRoleInterface';
261
- export * from './equipmentInterface';
262
- export * from './facilityMasterInterface';
263
- export * from './facilitySportInterface';
264
- export * from './unitInterface';
265
- export * from './skillInterface';
266
- export * from './ageGroupInterface';
267
- export * from './assessmentTestInterface';
@@ -270,15 +270,3 @@ __exportStar(require("./accountCostCenterInterface"), exports);
270
270
  __exportStar(require("./accountVoucherTypeInterface"), exports);
271
271
  __exportStar(require("./vendorCompanyMetaInterface"), exports);
272
272
  __exportStar(require("./productMetaInterface"), exports);
273
- // Arena Module
274
- __exportStar(require("./sportInterface"), exports);
275
- __exportStar(require("./sportCategoryInterface"), exports);
276
- __exportStar(require("./sportSubCategoryInterface"), exports);
277
- __exportStar(require("./sportRoleInterface"), exports);
278
- __exportStar(require("./equipmentInterface"), exports);
279
- __exportStar(require("./facilityMasterInterface"), exports);
280
- __exportStar(require("./facilitySportInterface"), exports);
281
- __exportStar(require("./unitInterface"), exports);
282
- __exportStar(require("./skillInterface"), exports);
283
- __exportStar(require("./ageGroupInterface"), exports);
284
- __exportStar(require("./assessmentTestInterface"), exports);
@@ -42,4 +42,5 @@ export interface IInstituteAttributes extends IDefaultAttributes {
42
42
  trialPlanCount: number;
43
43
  partnersIds?: string[];
44
44
  isPlayHouse?: boolean;
45
+ note?: string;
45
46
  }
@@ -79,4 +79,3 @@ export { default as UserFinalResultModel } from './userFinalResultModel';
79
79
  export { default as KipiverseContactFormModel } from './kipiverseContactFormModel';
80
80
  export { default as vendorCompanyMetaModel } from './vendorCompanyMetaModel';
81
81
  export { default as productMetaModel } from './productMetaModel';
82
- export { default as AssessmentTestModel } from './assessmentTestModel';
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.PollSelectionModel = exports.CreatePollModel = exports.SheetFieldMappingModel = exports.FileUploadUserDetails = exports.CompetitionUsersModel = exports.CompetitionGroupModel = exports.CompetitionModel = exports.CampusCarnivalModel = exports.AppointmentHistoryModel = exports.AppointmentModel = exports.SeatingArrangementModel = exports.AssignFileModel = exports.ThemeModel = exports.BDayWishModel = exports.AdditionalDetailModel = exports.CanteenModel = exports.WalletTransactionModel = exports.VideoAnalystModel = exports.UserSchoolMetaModel = exports.UserInstituteMetaModel = exports.UserDetailsModel = exports.UniqueNumberCounterModel = exports.TaskManagementModel = exports.SubscriptionPlanModel = exports.SubjectIndexModel = exports.ReplaceTeacherModel = exports.PlannerModel = exports.PhotosGalleryModel = exports.JobApplyModel = exports.InvoiceModel = exports.InquiryModel = exports.InformationSupportModel = exports.HolidayModel = exports.GenerateIdCardModel = exports.FeedBackModel = exports.FeeReminderTypeModel = exports.ExamModel = exports.ExamHasAnswerSheetModel = exports.ExamGroupModel = exports.EventModel = exports.DashboardManagementModel = exports.DailyBookModel = exports.ColumnModel = exports.CertificatesManagementModel = exports.CertificatesHistoryModel = exports.CareerModel = exports.BlogModel = exports.AttendanceModel = exports.ApprovalRequestModel = exports.connectMongoDb = void 0;
7
- exports.AssessmentTestModel = exports.productMetaModel = exports.vendorCompanyMetaModel = exports.KipiverseContactFormModel = exports.UserFinalResultModel = exports.RmsDigitalResourceAccessModel = exports.RmsDigitalResourceModel = exports.RmsAmcContractModel = exports.RmsResourceDetailsModel = exports.RmsAuditLogModel = exports.OnlineLectureModel = exports.PastYearRecordTopperModel = exports.FeeSubmissionModel = exports.AdvertisementModel = exports.RoleHasPermissionModel = exports.CommunityMessageModel = exports.CommunityGroupMemberModel = exports.CommunityGroupModel = exports.OfferAndDiscountModel = exports.SubscriptionConfigurationModel = exports.ModulePriceModel = exports.PdcChequeConfigurationModel = exports.FinalMarkSheetModel = exports.MarkSheetConfigurationModel = exports.AppAnalyticsEventModel = exports.GrantAndDonationModel = exports.TicketRaiseModel = exports.EducationOfficerModel = exports.InstituteFeeModel = exports.SchoolFee1Model = exports.FeeConfigModel = exports.EventTemplatesModel = void 0;
7
+ exports.productMetaModel = exports.vendorCompanyMetaModel = exports.KipiverseContactFormModel = exports.UserFinalResultModel = exports.RmsDigitalResourceAccessModel = exports.RmsDigitalResourceModel = exports.RmsAmcContractModel = exports.RmsResourceDetailsModel = exports.RmsAuditLogModel = exports.OnlineLectureModel = exports.PastYearRecordTopperModel = exports.FeeSubmissionModel = exports.AdvertisementModel = exports.RoleHasPermissionModel = exports.CommunityMessageModel = exports.CommunityGroupMemberModel = exports.CommunityGroupModel = exports.OfferAndDiscountModel = exports.SubscriptionConfigurationModel = exports.ModulePriceModel = exports.PdcChequeConfigurationModel = exports.FinalMarkSheetModel = exports.MarkSheetConfigurationModel = exports.AppAnalyticsEventModel = exports.GrantAndDonationModel = exports.TicketRaiseModel = exports.EducationOfficerModel = exports.InstituteFeeModel = exports.SchoolFee1Model = exports.FeeConfigModel = exports.EventTemplatesModel = void 0;
8
8
  const mongoose_1 = __importDefault(require("mongoose"));
9
9
  const env_1 = require("../../configs/env");
10
10
  const transformIdInQueryPlugin_1 = __importDefault(require("./plugin/transformIdInQueryPlugin"));
@@ -185,6 +185,3 @@ var vendorCompanyMetaModel_1 = require("./vendorCompanyMetaModel");
185
185
  Object.defineProperty(exports, "vendorCompanyMetaModel", { enumerable: true, get: function () { return __importDefault(vendorCompanyMetaModel_1).default; } });
186
186
  var productMetaModel_1 = require("./productMetaModel");
187
187
  Object.defineProperty(exports, "productMetaModel", { enumerable: true, get: function () { return __importDefault(productMetaModel_1).default; } });
188
- // Arena Module
189
- var assessmentTestModel_1 = require("./assessmentTestModel");
190
- Object.defineProperty(exports, "AssessmentTestModel", { enumerable: true, get: function () { return __importDefault(assessmentTestModel_1).default; } });
@@ -175,13 +175,3 @@ export { default as AccountLedgerModel } from './accountLedgerModel';
175
175
  export { default as AccountLedgerOpeningModel } from './accountLedgerOpeningModel';
176
176
  export { default as AccountCostCenterModel } from './accountCostCenterModel';
177
177
  export { default as AccountVoucherTypeModel } from './accountVoucherTypeModel';
178
- export { default as SportModel } from './sportModel';
179
- export { default as SportCategoryModel } from './sportCategoryModel';
180
- export { default as SportSubCategoryModel } from './sportSubCategoryModel';
181
- export { default as SportRoleModel } from './sportRoleModel';
182
- export { default as EquipmentModel } from './equipmentModel';
183
- export { default as FacilityMasterModel } from './facilityMasterModel';
184
- export { default as FacilitySportModel } from './facilitySportModel';
185
- export { default as UnitModel } from './unitModel';
186
- export { default as SkillModel } from './skillModel';
187
- export { default as AgeGroupModel } from './ageGroupModel';
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.ProjectAssessmentOptionModel = exports.ProductModel = exports.PincodeModel = exports.PdcHistoryModel = exports.PdcChequeModel = exports.OfferModel = exports.ModuleModel = exports.ModuleFeatureModel = exports.MasterLeaveModel = exports.LectureModel = exports.LectureHistoryModel = exports.InventoryModel = exports.InventoryHistoryModel = exports.InstituteSubscriptionPlanModel = exports.InstituteModel = exports.InstituteEntityTypeModel = exports.InstituteEntityModel = exports.HomeWorkModel = exports.GreetingsModel = exports.FloorManagementModel = exports.FileStorageModel = exports.FeeReminderSettingModel = exports.FeeReminderModel = exports.FeatureActionModel = exports.FacilityModel = exports.EntityGroupModel = exports.DriverModel = exports.CourseModel = exports.CourseHasVisitorsModel = exports.CountryModel = exports.ContactFeedBackModel = exports.CoinPurchaseOfferModel = exports.CloudStorageModel = exports.ClassRoomModel = exports.CityModel = exports.CategoriesModel = exports.BookAssessmentDateModel = exports.BatchSubjectProjectAssessmentModel = exports.BatchSubjectBookAssessmentModel = exports.BatchModel = exports.BannerModel = exports.BankAccountDetailsModel = exports.AreaModel = exports.AnnouncementModel = exports.AccountHasReceiptDetailsModel = exports.AcademicCalendarModel = exports.SubCategoriesModel = exports.Sequelize = exports.db = exports.sequelize = void 0;
7
7
  exports.StudentLeaveRequestModel = exports.CloneListModel = exports.IncomeExpenseModel = exports.MaintenanceModel = exports.WorkOffDaysModel = exports.EntityWiseCalendarModel = exports.CampusModel = exports.LostFoundItemModel = exports.WorkingShiftModel = exports.WorkingDayModel = exports.WalletModel = exports.WalletHistoryModel = exports.VendorManagementModel = exports.VehicleModel = exports.UserRequiredStepsModel = exports.UserProjectAssessmentOptionModel = exports.UserPayoutModel = exports.UserModel = exports.UserLeaveRequestModel = exports.UserHasSubjectFeeModel = exports.UserHasStorageModel = exports.UserHasRollNumberModel = exports.UserHasRoleModel = exports.UserHasParentModel = exports.UserHasOfferModel = exports.UserHasLeaveModel = exports.UserHasLeaveHistoryModel = exports.UserHasInventoryModel = exports.UserHasInventoryHistoryModel = exports.UserHasHomeWorkModel = exports.UserHasFileModel = exports.UserHasDeviceModel = exports.UserHasCourseModel = exports.UserHasBatchModel = exports.UserHasAnnouncementModel = exports.UserBookAssessmentModel = exports.TypeManagementModel = exports.TripModel = exports.TokenModel = exports.ToDoModel = exports.TestimonialModel = exports.SyllabusModel = exports.SubjectHasPayFeeHistoryModel = exports.SubjectHasFeeModel = exports.StateModel = exports.SlotModel = exports.SendNotificationModel = exports.SchoolOfferModel = exports.RulesRegulationModel = exports.RoleModel = void 0;
8
8
  exports.RmsPurchaseOrderModel = exports.RmsPurchaseRequestItemModel = exports.RmsPurchaseRequestModel = exports.RmsVendorDocumentModel = exports.RmsVendorModel = exports.RmsStockTransactionModel = exports.RmsStockModel = exports.RmsResourceModel = exports.RmsLocationModel = exports.RmsDepartmentModel = exports.ModuleDocsModel = exports.DynamicVariableLabelModel = exports.DynamicVariableModel = exports.CertificateRequestModel = exports.FeeSubmissionTrackModel = exports.UserHasFeeSubmissionModel = exports.AssignSubjectModel = exports.InstitutePartnersModel = exports.InstituteOwnershipHistoryModel = exports.UserHasPenaltyHistoryModel = exports.PastYearRecordModel = exports.PayoutTransactionHistoryModel = exports.AdditionalPayoutModel = exports.LoanEmiModel = exports.UserLoanModel = exports.NoticeboardModel = exports.UserPermissionModel = exports.RoleManagementModel = exports.PermissionModel = exports.DesignationModel = exports.AdditionalPayoutTypeModel = exports.VisitorBookModel = exports.PostalDispatchModel = exports.CallRegisterModel = exports.UserHasOfferAndDiscountModel = exports.UserAcceptedTermsAndCondition = exports.SubjectInternalMarkModel = exports.InternalMarkModel = exports.TermsAndConditionModel = exports.FeeType1Model = exports.StudentFeeTermsModel = exports.UserHasPenaltyModel = exports.PenaltyModel = exports.ClassRoomCollectionModel = exports.ClassRoomEventModel = exports.StudentFeeTypeCollectionModel = exports.SchoolFeeTermsModel = exports.StudentFeeHistoryModel = exports.StudentFeeCollectionModel = exports.UserDirectoryModel = void 0;
9
- exports.AgeGroupModel = exports.SkillModel = exports.UnitModel = exports.FacilitySportModel = exports.FacilityMasterModel = exports.EquipmentModel = exports.SportRoleModel = exports.SportSubCategoryModel = exports.SportCategoryModel = exports.SportModel = exports.AccountVoucherTypeModel = exports.AccountCostCenterModel = exports.AccountLedgerOpeningModel = exports.AccountLedgerModel = exports.AccountGroupModel = exports.AccountNumberSequenceModel = exports.AccountPeriodLockModel = exports.AccountFinancialYearModel = exports.RmsExpenseEntryModel = exports.RmsBudgetModel = exports.RmsFacilityBookingModel = exports.RmsFacilityModel = exports.RmsMaintenanceActivityModel = exports.RmsMaintenanceTicketModel = exports.RefundCollectionModule = exports.RmsAssetTransactionModel = exports.RmsStorageSlotModel = exports.RmsStorageRackModel = exports.UserHasGraceMarksModel = exports.GraceMarksModel = exports.RmsAssetModel = exports.RmsGrnItemTransactionModel = exports.RmsGrnItemModel = exports.RmsGrnModel = exports.RmsPurchaseOrderItemModel = void 0;
9
+ exports.AccountVoucherTypeModel = exports.AccountCostCenterModel = exports.AccountLedgerOpeningModel = exports.AccountLedgerModel = exports.AccountGroupModel = exports.AccountNumberSequenceModel = exports.AccountPeriodLockModel = exports.AccountFinancialYearModel = exports.RmsExpenseEntryModel = exports.RmsBudgetModel = exports.RmsFacilityBookingModel = exports.RmsFacilityModel = exports.RmsMaintenanceActivityModel = exports.RmsMaintenanceTicketModel = exports.RefundCollectionModule = exports.RmsAssetTransactionModel = exports.RmsStorageSlotModel = exports.RmsStorageRackModel = exports.UserHasGraceMarksModel = exports.GraceMarksModel = exports.RmsAssetModel = exports.RmsGrnItemTransactionModel = exports.RmsGrnItemModel = exports.RmsGrnModel = exports.RmsPurchaseOrderItemModel = void 0;
10
10
  const sequelize_1 = require("sequelize");
11
11
  Object.defineProperty(exports, "Sequelize", { enumerable: true, get: function () { return sequelize_1.Sequelize; } });
12
12
  const postgresConfig = require('../../configs/postgresConfig');
@@ -446,24 +446,3 @@ var accountCostCenterModel_1 = require("./accountCostCenterModel");
446
446
  Object.defineProperty(exports, "AccountCostCenterModel", { enumerable: true, get: function () { return __importDefault(accountCostCenterModel_1).default; } });
447
447
  var accountVoucherTypeModel_1 = require("./accountVoucherTypeModel");
448
448
  Object.defineProperty(exports, "AccountVoucherTypeModel", { enumerable: true, get: function () { return __importDefault(accountVoucherTypeModel_1).default; } });
449
- // Arena Module
450
- var sportModel_1 = require("./sportModel");
451
- Object.defineProperty(exports, "SportModel", { enumerable: true, get: function () { return __importDefault(sportModel_1).default; } });
452
- var sportCategoryModel_1 = require("./sportCategoryModel");
453
- Object.defineProperty(exports, "SportCategoryModel", { enumerable: true, get: function () { return __importDefault(sportCategoryModel_1).default; } });
454
- var sportSubCategoryModel_1 = require("./sportSubCategoryModel");
455
- Object.defineProperty(exports, "SportSubCategoryModel", { enumerable: true, get: function () { return __importDefault(sportSubCategoryModel_1).default; } });
456
- var sportRoleModel_1 = require("./sportRoleModel");
457
- Object.defineProperty(exports, "SportRoleModel", { enumerable: true, get: function () { return __importDefault(sportRoleModel_1).default; } });
458
- var equipmentModel_1 = require("./equipmentModel");
459
- Object.defineProperty(exports, "EquipmentModel", { enumerable: true, get: function () { return __importDefault(equipmentModel_1).default; } });
460
- var facilityMasterModel_1 = require("./facilityMasterModel");
461
- Object.defineProperty(exports, "FacilityMasterModel", { enumerable: true, get: function () { return __importDefault(facilityMasterModel_1).default; } });
462
- var facilitySportModel_1 = require("./facilitySportModel");
463
- Object.defineProperty(exports, "FacilitySportModel", { enumerable: true, get: function () { return __importDefault(facilitySportModel_1).default; } });
464
- var unitModel_1 = require("./unitModel");
465
- Object.defineProperty(exports, "UnitModel", { enumerable: true, get: function () { return __importDefault(unitModel_1).default; } });
466
- var skillModel_1 = require("./skillModel");
467
- Object.defineProperty(exports, "SkillModel", { enumerable: true, get: function () { return __importDefault(skillModel_1).default; } });
468
- var ageGroupModel_1 = require("./ageGroupModel");
469
- Object.defineProperty(exports, "AgeGroupModel", { enumerable: true, get: function () { return __importDefault(ageGroupModel_1).default; } });
@@ -43,6 +43,7 @@ declare class InstituteModel extends Model<IInstituteAttributes, TInstituteCreat
43
43
  mobileVerification?: MOBILE_VERIFICATION;
44
44
  partnersIds?: string[];
45
45
  isPlayHouse: boolean;
46
+ note?: string;
46
47
  createdBy: string;
47
48
  updatedBy: string;
48
49
  deletedBy: string;
@@ -154,6 +154,10 @@ InstituteModel.init({
154
154
  defaultValue: false,
155
155
  allowNull: true,
156
156
  },
157
+ note: {
158
+ type: sequelize_1.DataTypes.STRING,
159
+ allowNull: true,
160
+ },
157
161
  }, {
158
162
  modelName: 'InstituteModel',
159
163
  tableName: 'institutes',
@@ -243,14 +243,3 @@ export * from './accountCostCenterType';
243
243
  export * from './accountVoucherTypeType';
244
244
  export * from './vendorCompanyMetaType';
245
245
  export * from './productMetaType';
246
- export * from './sportType';
247
- export * from './sportCategoryType';
248
- export * from './sportSubCategoryType';
249
- export * from './sportRoleType';
250
- export * from './equipmentType';
251
- export * from './facilityMasterType';
252
- export * from './facilitySportType';
253
- export * from './unitType';
254
- export * from './skillType';
255
- export * from './ageGroupType';
256
- export * from './assessmentTestType';
@@ -259,15 +259,3 @@ __exportStar(require("./accountCostCenterType"), exports);
259
259
  __exportStar(require("./accountVoucherTypeType"), exports);
260
260
  __exportStar(require("./vendorCompanyMetaType"), exports);
261
261
  __exportStar(require("./productMetaType"), exports);
262
- // Arena Module
263
- __exportStar(require("./sportType"), exports);
264
- __exportStar(require("./sportCategoryType"), exports);
265
- __exportStar(require("./sportSubCategoryType"), exports);
266
- __exportStar(require("./sportRoleType"), exports);
267
- __exportStar(require("./equipmentType"), exports);
268
- __exportStar(require("./facilityMasterType"), exports);
269
- __exportStar(require("./facilitySportType"), exports);
270
- __exportStar(require("./unitType"), exports);
271
- __exportStar(require("./skillType"), exports);
272
- __exportStar(require("./ageGroupType"), exports);
273
- __exportStar(require("./assessmentTestType"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kipicore/dbcore",
3
- "version": "1.1.644",
3
+ "version": "1.1.646",
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",
@@ -72,4 +72,4 @@
72
72
  "LICENSE",
73
73
  ".sequelizerc"
74
74
  ]
75
- }
75
+ }
@@ -1,9 +0,0 @@
1
- import { COMMAN_STATUS } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface IAgeGroupModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- name: string;
6
- code: string;
7
- description?: string;
8
- status: COMMAN_STATUS;
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,24 +0,0 @@
1
- import { Document } from 'mongoose';
2
- import { ASSESSMENT_TEST_STATUS } from '../constants/app';
3
- import { IDefaultAttributes } from './commonInterface';
4
- export interface IAssessmentTestTargetSkill {
5
- skillId: string;
6
- ageGroupId?: string;
7
- minValue?: number;
8
- }
9
- export interface IAssessmentTestModelAttributes extends IDefaultAttributes, Document {
10
- id: string;
11
- sportId?: string;
12
- sportRoleId?: string;
13
- ageGroupId?: string;
14
- name: string;
15
- code: string;
16
- description?: string;
17
- passingRules?: string;
18
- scoreFormula?: string;
19
- documents?: string[];
20
- videos?: string[];
21
- targetSkills?: IAssessmentTestTargetSkill[];
22
- requiredEquipment?: string[];
23
- status: ASSESSMENT_TEST_STATUS;
24
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import { COMMAN_STATUS } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface IEquipmentModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- name: string;
6
- code: string;
7
- category?: string;
8
- description?: string;
9
- status: COMMAN_STATUS;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- import { COMMAN_STATUS, FACILITY_PLACE_TYPE } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface IFacilityMasterModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- name: string;
6
- code: string;
7
- type: FACILITY_PLACE_TYPE;
8
- status: COMMAN_STATUS;
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- import { IDefaultAttributes } from "./commonInterface";
2
- export interface IFacilitySportModelAttributes extends IDefaultAttributes {
3
- id: string;
4
- facilityId: string;
5
- sportId: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- import { BETTER_VALUE_TYPE, COMMAN_STATUS } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface ISkillModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- sportId?: string;
6
- unitId?: string;
7
- name: string;
8
- code: string;
9
- description?: string;
10
- minValue?: number;
11
- maxValue?: number;
12
- betterValueType?: BETTER_VALUE_TYPE;
13
- valueSide?: string[];
14
- status: COMMAN_STATUS;
15
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- import { COMMAN_STATUS } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface ISportCategoryModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- name: string;
6
- code: string;
7
- description?: string;
8
- status: COMMAN_STATUS;
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import { COMMAN_STATUS } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface ISportModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- name: string;
6
- code: string;
7
- description?: string;
8
- icon?: string;
9
- status: COMMAN_STATUS;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- import { COMMAN_STATUS } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface ISportRoleModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- sportId: string;
6
- name: string;
7
- code: string;
8
- description?: string;
9
- icon?: string;
10
- status: COMMAN_STATUS;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import { COMMAN_STATUS } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface ISportSubCategoryModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- sportId: string;
6
- categoryId: string;
7
- name: string;
8
- code: string;
9
- status: COMMAN_STATUS;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import { COMMAN_STATUS } from '../constants/app';
2
- import { IDefaultAttributes } from './commonInterface';
3
- export interface IUnitModelAttributes extends IDefaultAttributes {
4
- id: string;
5
- name: string;
6
- code: string;
7
- symbol: string;
8
- description?: string;
9
- status: COMMAN_STATUS;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- import { Model } from 'mongoose';
2
- import { IAssessmentTestModelAttributes } from '../../interfaces/assessmentTestInterface';
3
- declare const AssessmentTestModel: Model<IAssessmentTestModelAttributes>;
4
- export default AssessmentTestModel;