@kipicore/dbcore 1.1.449 → 1.1.451
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.
- package/dist/constants/app.d.ts +6 -0
- package/dist/constants/app.js +8 -1
- package/dist/db/psql/migrations/20260413045926-user_offer_discount_model.js +2 -2
- package/dist/db/psql/migrations/20260420120849-additional_payout_type_model_added.d.ts +2 -0
- package/dist/db/psql/migrations/20260420120849-additional_payout_type_model_added.js +68 -0
- package/dist/interfaces/additionalPayoutTypeInterface.d.ts +9 -0
- package/dist/interfaces/additionalPayoutTypeInterface.js +2 -0
- package/dist/interfaces/index.d.ts +1 -0
- package/dist/interfaces/index.js +1 -0
- package/dist/models/psql/additionalPayoutTypeModel.d.ts +19 -0
- package/dist/models/psql/additionalPayoutTypeModel.js +55 -0
- package/dist/models/psql/index.d.ts +1 -0
- package/dist/models/psql/index.js +3 -1
- package/dist/models/psql/userHasOfferAndDiscountModel.js +1 -1
- package/dist/types/additionalPayoutTypeType.d.ts +3 -0
- package/dist/types/additionalPayoutTypeType.js +2 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.js +1 -0
- package/package.json +1 -1
package/dist/constants/app.d.ts
CHANGED
|
@@ -1299,6 +1299,12 @@ export declare enum POSTAL_DISPATCH_STATUS {
|
|
|
1299
1299
|
INWARD = "INWARD",
|
|
1300
1300
|
OUTWARD = "OUTWARD"
|
|
1301
1301
|
}
|
|
1302
|
+
export declare enum ADDITIONAL_PAYOUT_TYPE {
|
|
1303
|
+
ADVANCED = "ADVANCED",
|
|
1304
|
+
ALLOWANCE = "ALLOWANCE",
|
|
1305
|
+
BONUS = "BONUS",
|
|
1306
|
+
LOAN = "LOAN"
|
|
1307
|
+
}
|
|
1302
1308
|
export declare enum DESIGNATION_TYPE {
|
|
1303
1309
|
TEACHING_STAFF = "TEACHING_STAFF",
|
|
1304
1310
|
NON_TEACHING_STAFF = "NON_TEACHING_STAFF",
|
package/dist/constants/app.js
CHANGED
|
@@ -4,7 +4,7 @@ exports.SCHOOL_SHIFT = exports.WORKIN_DAY_STATUS = exports.LEAVE_STATUS = export
|
|
|
4
4
|
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 = exports.EXAM_ANSWER_SHEET_QUESTION_RESULT = exports.PAYMENT_TERMS_TYPE = exports.PAYMENT_TERMS_STATUS = exports.EXAM_ANSWER_SHEET_RESULT_TYPE = exports.EXAM_ANSWER_SHEET_RESULT_STATUS = exports.EXAM_ANSWER_SHEET_STATUS = exports.EXAM_VALID_ANSWER_TYPE = exports.EXAM_ANSWER_SELECTION_TYPE = exports.EXAM_STATUS = exports.COURSE_STATUS = exports.EXAM_MODE = exports.GREETING_STATUS = exports.USER_HAS_ANNOUCEMENT_STATUS = exports.ANNOUCEMENT_STATUS = exports.TYPE_OF_USER = exports.ANNOUCEMENT_SCHEDULE_TYPE = exports.APPROVE_REQUEST_STATUS = exports.APPROVE_REQUEST_TYPE = exports.TYPE_MANAGEMENT_STATUS = exports.TYPE_MANAGEMENT_TYPE = exports.FILE_TYPE = exports.ACADEMIC_CALENDARS_STATUS = exports.BANNER_TYPE = exports.APP_TYPE = exports.FEED_BACK_STATUS = exports.FEED_BACK_TYPE = exports.FACILITY_TYPE = exports.EMPLOYMENT_TYPE = exports.USER_INSTITUTE_META_STATUS = exports.USER_HAS_PARENT_STATUS = exports.GUARDIANS_USER_META_MODEL_STATUS = exports.DISABILITY_TYPE = exports.WORK_CATEGORY = exports.BLOG_STATUS = exports.WORK_TYPE = exports.USER_DETAILS = exports.NO_TYPE = exports.ADMISSION_TYPE = exports.INSTITUTE_ENTITY_TYPE_SEQUENCE = exports.INSTITUTE_ENTITY_TYPE_STATUS = exports.INSTITUTE_ENTITY_STATUS = void 0;
|
|
5
5
|
exports.SUBSCRIPTION_PLAN_TYPE = exports.SUBSCRIPTION_PLAN_CHARGE_INTERVAL = exports.DISCOUNT_TYPE = exports.CONTACT_FEED_BACK_TYPE = exports.PLANNER_SYNC_STATUS = exports.NOTIFICATION_ACTION = exports.NOTIFICATION_MODULE_TYPE = exports.NOTIFICATION_STATUS = exports.NOTIFICATION_TYPE = 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 = void 0;
|
|
6
6
|
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 = 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 = void 0;
|
|
7
|
-
exports.NOTIFICATION_SEND_STATUS = exports.MEMBERSHIP_STATUS = exports.COMMUNITY_TYPE = exports.DESIGNATION_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 = void 0;
|
|
7
|
+
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 = void 0;
|
|
8
8
|
const env_1 = require("../configs/env");
|
|
9
9
|
exports.SIXTY = 60;
|
|
10
10
|
exports.ONE_HUNDRED = 100;
|
|
@@ -1580,6 +1580,13 @@ var POSTAL_DISPATCH_STATUS;
|
|
|
1580
1580
|
POSTAL_DISPATCH_STATUS["INWARD"] = "INWARD";
|
|
1581
1581
|
POSTAL_DISPATCH_STATUS["OUTWARD"] = "OUTWARD";
|
|
1582
1582
|
})(POSTAL_DISPATCH_STATUS || (exports.POSTAL_DISPATCH_STATUS = POSTAL_DISPATCH_STATUS = {}));
|
|
1583
|
+
var ADDITIONAL_PAYOUT_TYPE;
|
|
1584
|
+
(function (ADDITIONAL_PAYOUT_TYPE) {
|
|
1585
|
+
ADDITIONAL_PAYOUT_TYPE["ADVANCED"] = "ADVANCED";
|
|
1586
|
+
ADDITIONAL_PAYOUT_TYPE["ALLOWANCE"] = "ALLOWANCE";
|
|
1587
|
+
ADDITIONAL_PAYOUT_TYPE["BONUS"] = "BONUS";
|
|
1588
|
+
ADDITIONAL_PAYOUT_TYPE["LOAN"] = "LOAN";
|
|
1589
|
+
})(ADDITIONAL_PAYOUT_TYPE || (exports.ADDITIONAL_PAYOUT_TYPE = ADDITIONAL_PAYOUT_TYPE = {}));
|
|
1583
1590
|
var DESIGNATION_TYPE;
|
|
1584
1591
|
(function (DESIGNATION_TYPE) {
|
|
1585
1592
|
DESIGNATION_TYPE["TEACHING_STAFF"] = "TEACHING_STAFF";
|
|
@@ -48,7 +48,7 @@ const up = async (queryInterface, Sequelize) => {
|
|
|
48
48
|
allowNull: true,
|
|
49
49
|
},
|
|
50
50
|
offerAndDiscountId: {
|
|
51
|
-
type: Sequelize.
|
|
51
|
+
type: Sequelize.STRING,
|
|
52
52
|
field: 'offer_and_discount_id',
|
|
53
53
|
allowNull: true,
|
|
54
54
|
},
|
|
@@ -139,7 +139,7 @@ const up = async (queryInterface, Sequelize) => {
|
|
|
139
139
|
allowNull: true,
|
|
140
140
|
},
|
|
141
141
|
offerAndDiscountId: {
|
|
142
|
-
type: Sequelize.
|
|
142
|
+
type: Sequelize.STRING,
|
|
143
143
|
field: 'offer_and_discount_id',
|
|
144
144
|
allowNull: true,
|
|
145
145
|
},
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
const up = async (queryInterface, Sequelize) => {
|
|
3
|
+
const tableName = 'additional_payout_type';
|
|
4
|
+
const tableExists = await queryInterface
|
|
5
|
+
.describeTable(tableName)
|
|
6
|
+
.then(() => true)
|
|
7
|
+
.catch(() => false);
|
|
8
|
+
if (!tableExists) {
|
|
9
|
+
await queryInterface.createTable(tableName, {
|
|
10
|
+
id: {
|
|
11
|
+
type: Sequelize.UUID,
|
|
12
|
+
defaultValue: Sequelize.UUIDV4,
|
|
13
|
+
allowNull: false,
|
|
14
|
+
primaryKey: true,
|
|
15
|
+
},
|
|
16
|
+
title: {
|
|
17
|
+
type: Sequelize.STRING,
|
|
18
|
+
allowNull: true,
|
|
19
|
+
},
|
|
20
|
+
type: {
|
|
21
|
+
type: Sequelize.STRING,
|
|
22
|
+
allowNull: true,
|
|
23
|
+
},
|
|
24
|
+
action_in_payout: {
|
|
25
|
+
type: Sequelize.STRING,
|
|
26
|
+
allowNull: true,
|
|
27
|
+
},
|
|
28
|
+
institute_id: {
|
|
29
|
+
type: Sequelize.UUID,
|
|
30
|
+
allowNull: true,
|
|
31
|
+
},
|
|
32
|
+
created_by: {
|
|
33
|
+
type: Sequelize.UUID,
|
|
34
|
+
allowNull: true,
|
|
35
|
+
},
|
|
36
|
+
updated_by: {
|
|
37
|
+
type: Sequelize.UUID,
|
|
38
|
+
allowNull: true,
|
|
39
|
+
},
|
|
40
|
+
deleted_by: {
|
|
41
|
+
type: Sequelize.UUID,
|
|
42
|
+
allowNull: true,
|
|
43
|
+
},
|
|
44
|
+
created_at: {
|
|
45
|
+
type: Sequelize.DATE,
|
|
46
|
+
allowNull: false,
|
|
47
|
+
defaultValue: Sequelize.NOW,
|
|
48
|
+
},
|
|
49
|
+
updated_at: {
|
|
50
|
+
type: Sequelize.DATE,
|
|
51
|
+
allowNull: false,
|
|
52
|
+
defaultValue: Sequelize.NOW,
|
|
53
|
+
},
|
|
54
|
+
deleted_at: {
|
|
55
|
+
type: Sequelize.DATE,
|
|
56
|
+
allowNull: true,
|
|
57
|
+
},
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
const down = async (queryInterface) => {
|
|
62
|
+
const tableName = 'additional_payout_type';
|
|
63
|
+
await queryInterface.dropTable(tableName);
|
|
64
|
+
};
|
|
65
|
+
module.exports = {
|
|
66
|
+
up,
|
|
67
|
+
down,
|
|
68
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IDefaultAttributes } from './commonInterface';
|
|
2
|
+
import { ADDITIONAL_PAYOUT_TYPE } from '../constants/app';
|
|
3
|
+
export interface IAdditionalPayoutTypeModelAttributes extends IDefaultAttributes {
|
|
4
|
+
id: string;
|
|
5
|
+
title: string;
|
|
6
|
+
type: ADDITIONAL_PAYOUT_TYPE;
|
|
7
|
+
actionInPayout: 'CREDIT' | 'DEBIT';
|
|
8
|
+
instituteId: string;
|
|
9
|
+
}
|
|
@@ -182,6 +182,7 @@ export * from './userHasOfferAndDiscountInterface';
|
|
|
182
182
|
export * from './callRegisterInterface';
|
|
183
183
|
export * from './postalDispatchInterface';
|
|
184
184
|
export * from './visitorBookInterface';
|
|
185
|
+
export * from './additionalPayoutTypeInterface';
|
|
185
186
|
export * from './designationInterface';
|
|
186
187
|
export * from './communityGroupInterface';
|
|
187
188
|
export * from './communityGroupMemberInterface';
|
package/dist/interfaces/index.js
CHANGED
|
@@ -198,6 +198,7 @@ __exportStar(require("./userHasOfferAndDiscountInterface"), exports);
|
|
|
198
198
|
__exportStar(require("./callRegisterInterface"), exports);
|
|
199
199
|
__exportStar(require("./postalDispatchInterface"), exports);
|
|
200
200
|
__exportStar(require("./visitorBookInterface"), exports);
|
|
201
|
+
__exportStar(require("./additionalPayoutTypeInterface"), exports);
|
|
201
202
|
__exportStar(require("./designationInterface"), exports);
|
|
202
203
|
__exportStar(require("./communityGroupInterface"), exports);
|
|
203
204
|
__exportStar(require("./communityGroupMemberInterface"), exports);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Model } from 'sequelize';
|
|
2
|
+
import { IAdditionalPayoutTypeModelAttributes } from '../../interfaces/additionalPayoutTypeInterface';
|
|
3
|
+
import { TAdditionalPayoutTypeModelCreationAttributes } from '../../types/additionalPayoutTypeType';
|
|
4
|
+
import { ADDITIONAL_PAYOUT_TYPE } from '../../constants/app';
|
|
5
|
+
declare class AdditionalPayoutTypeModel extends Model<IAdditionalPayoutTypeModelAttributes, TAdditionalPayoutTypeModelCreationAttributes> {
|
|
6
|
+
id: string;
|
|
7
|
+
title: string;
|
|
8
|
+
type: ADDITIONAL_PAYOUT_TYPE;
|
|
9
|
+
actionInPayout: 'CREDIT' | 'DEBIT';
|
|
10
|
+
instituteId: string;
|
|
11
|
+
createdBy: string;
|
|
12
|
+
updatedBy: string;
|
|
13
|
+
deletedBy: string;
|
|
14
|
+
readonly createdAt: Date;
|
|
15
|
+
readonly deletedAt: Date;
|
|
16
|
+
readonly updatedAt: Date;
|
|
17
|
+
static associate(models: any): void;
|
|
18
|
+
}
|
|
19
|
+
export default AdditionalPayoutTypeModel;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const sequelize_1 = require("sequelize");
|
|
4
|
+
const index_1 = require("./index");
|
|
5
|
+
class AdditionalPayoutTypeModel extends sequelize_1.Model {
|
|
6
|
+
static associate(models) {
|
|
7
|
+
const { UserModel } = models;
|
|
8
|
+
AdditionalPayoutTypeModel.belongsTo(UserModel, {
|
|
9
|
+
foreignKey: { name: 'createdBy', allowNull: true, field: 'created_by' },
|
|
10
|
+
as: 'createdByUser',
|
|
11
|
+
});
|
|
12
|
+
AdditionalPayoutTypeModel.belongsTo(UserModel, {
|
|
13
|
+
foreignKey: { name: 'updatedBy', allowNull: true, field: 'updated_by' },
|
|
14
|
+
as: 'updatedByUser',
|
|
15
|
+
});
|
|
16
|
+
AdditionalPayoutTypeModel.belongsTo(UserModel, {
|
|
17
|
+
foreignKey: { name: 'deletedBy', allowNull: true, field: 'deleted_by' },
|
|
18
|
+
as: 'deletedByUser',
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
AdditionalPayoutTypeModel.init({
|
|
23
|
+
id: {
|
|
24
|
+
type: sequelize_1.DataTypes.UUID,
|
|
25
|
+
defaultValue: sequelize_1.DataTypes.UUIDV4,
|
|
26
|
+
allowNull: false,
|
|
27
|
+
primaryKey: true,
|
|
28
|
+
},
|
|
29
|
+
title: {
|
|
30
|
+
type: sequelize_1.DataTypes.STRING,
|
|
31
|
+
allowNull: false,
|
|
32
|
+
field: 'user_id',
|
|
33
|
+
},
|
|
34
|
+
type: {
|
|
35
|
+
type: sequelize_1.DataTypes.STRING,
|
|
36
|
+
allowNull: false,
|
|
37
|
+
},
|
|
38
|
+
instituteId: {
|
|
39
|
+
type: sequelize_1.DataTypes.UUID,
|
|
40
|
+
allowNull: false,
|
|
41
|
+
field: 'institute_id',
|
|
42
|
+
},
|
|
43
|
+
actionInPayout: {
|
|
44
|
+
type: sequelize_1.DataTypes.STRING,
|
|
45
|
+
allowNull: true,
|
|
46
|
+
defaultValue: 0,
|
|
47
|
+
field: 'total_payable_amount',
|
|
48
|
+
},
|
|
49
|
+
}, {
|
|
50
|
+
modelName: 'AdditionalPayoutTypeModel',
|
|
51
|
+
tableName: 'additional_payout_type',
|
|
52
|
+
timestamps: true,
|
|
53
|
+
sequelize: index_1.sequelize,
|
|
54
|
+
});
|
|
55
|
+
exports.default = AdditionalPayoutTypeModel;
|
|
@@ -122,4 +122,5 @@ export { default as UserHasOfferAndDiscountModel } from './userHasOfferAndDiscou
|
|
|
122
122
|
export { default as CallRegisterModel } from './callRegisterModel';
|
|
123
123
|
export { default as PostalDispatchModel } from './postalDispatchModel';
|
|
124
124
|
export { default as VisitorBookModel } from './visitorBookModel';
|
|
125
|
+
export { default as AdditionalPayoutTypeModel } from './additionalPayoutTypeModel';
|
|
125
126
|
export { default as DesignationModel } from './designationModel';
|
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
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.MaintenanceModel = exports.AdvertisementModel = 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.UserPayoutHistoryModel = exports.UserPayoutDetailsModel = 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
|
-
exports.DesignationModel = 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 = exports.StudentLeaveRequestModel = exports.CloneListModel = exports.IncomeExpenseModel = void 0;
|
|
8
|
+
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 = exports.StudentLeaveRequestModel = exports.CloneListModel = exports.IncomeExpenseModel = void 0;
|
|
9
9
|
const sequelize_1 = require("sequelize");
|
|
10
10
|
Object.defineProperty(exports, "Sequelize", { enumerable: true, get: function () { return sequelize_1.Sequelize; } });
|
|
11
11
|
const postgresConfig = require('../../configs/postgresConfig');
|
|
@@ -338,5 +338,7 @@ var postalDispatchModel_1 = require("./postalDispatchModel");
|
|
|
338
338
|
Object.defineProperty(exports, "PostalDispatchModel", { enumerable: true, get: function () { return __importDefault(postalDispatchModel_1).default; } });
|
|
339
339
|
var visitorBookModel_1 = require("./visitorBookModel");
|
|
340
340
|
Object.defineProperty(exports, "VisitorBookModel", { enumerable: true, get: function () { return __importDefault(visitorBookModel_1).default; } });
|
|
341
|
+
var additionalPayoutTypeModel_1 = require("./additionalPayoutTypeModel");
|
|
342
|
+
Object.defineProperty(exports, "AdditionalPayoutTypeModel", { enumerable: true, get: function () { return __importDefault(additionalPayoutTypeModel_1).default; } });
|
|
341
343
|
var designationModel_1 = require("./designationModel");
|
|
342
344
|
Object.defineProperty(exports, "DesignationModel", { enumerable: true, get: function () { return __importDefault(designationModel_1).default; } });
|
package/dist/types/index.d.ts
CHANGED
|
@@ -173,6 +173,7 @@ export * from './userHasOfferAndDiscountType';
|
|
|
173
173
|
export * from './callRegisterType';
|
|
174
174
|
export * from './postalDispatchType';
|
|
175
175
|
export * from './visitorBookType';
|
|
176
|
+
export * from './additionalPayoutTypeType';
|
|
176
177
|
export * from './designationType';
|
|
177
178
|
export * from './communityGroupType';
|
|
178
179
|
export * from './communityGroupMemberType';
|
package/dist/types/index.js
CHANGED
|
@@ -189,6 +189,7 @@ __exportStar(require("./userHasOfferAndDiscountType"), exports);
|
|
|
189
189
|
__exportStar(require("./callRegisterType"), exports);
|
|
190
190
|
__exportStar(require("./postalDispatchType"), exports);
|
|
191
191
|
__exportStar(require("./visitorBookType"), exports);
|
|
192
|
+
__exportStar(require("./additionalPayoutTypeType"), exports);
|
|
192
193
|
__exportStar(require("./designationType"), exports);
|
|
193
194
|
__exportStar(require("./communityGroupType"), exports);
|
|
194
195
|
__exportStar(require("./communityGroupMemberType"), exports);
|
package/package.json
CHANGED