@intelact/driveup 1.5.0 → 1.5.2
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/lib/agent/asset.type.d.ts +5 -0
- package/lib/agent/asset.type.js +10 -0
- package/lib/agent/asset.type.js.map +1 -0
- package/lib/agent/earning.type.d.ts +6 -0
- package/lib/agent/earning.type.js +3 -0
- package/lib/agent/earning.type.js.map +1 -0
- package/lib/agent/payout.model.d.ts +11 -0
- package/lib/agent/payout.model.js +59 -0
- package/lib/agent/payout.model.js.map +1 -0
- package/lib/alert/alert.content.d.ts +4 -0
- package/lib/alert/alert.content.js +9 -0
- package/lib/alert/alert.content.js.map +1 -0
- package/lib/auth/biometric.dto.d.ts +3 -0
- package/lib/auth/biometric.dto.js +25 -0
- package/lib/auth/biometric.dto.js.map +1 -0
- package/lib/bill/bill-item.type.d.ts +5 -0
- package/lib/bill/bill-item.type.js +10 -0
- package/lib/bill/bill-item.type.js.map +1 -0
- package/lib/bill/bill.status.d.ts +5 -0
- package/lib/bill/bill.status.js +13 -0
- package/lib/bill/bill.status.js.map +1 -0
- package/lib/calendar/appointment.d.ts +1 -0
- package/lib/calendar/appointment.js +6 -0
- package/lib/calendar/appointment.js.map +1 -1
- package/lib/calendar/link.d.ts +4 -0
- package/lib/calendar/link.js +9 -0
- package/lib/calendar/link.js.map +1 -0
- package/lib/calendar/types.d.ts +19 -0
- package/lib/calendar/types.js +25 -0
- package/lib/calendar/types.js.map +1 -0
- package/lib/common/appointment.model.d.ts +13 -0
- package/lib/common/appointment.model.js +79 -0
- package/lib/common/appointment.model.js.map +1 -0
- package/lib/common/context.d.ts +6 -0
- package/lib/common/context.js +11 -0
- package/lib/common/context.js.map +1 -0
- package/lib/common/date.d.ts +9 -0
- package/lib/common/date.enum.d.ts +9 -0
- package/lib/common/date.enum.js +14 -0
- package/lib/common/date.enum.js.map +1 -0
- package/lib/common/date.js +14 -0
- package/lib/common/date.js.map +1 -0
- package/lib/common/general.dto.d.ts +70 -0
- package/lib/common/general.dto.js +302 -0
- package/lib/common/general.dto.js.map +1 -0
- package/lib/common/index.d.ts +1 -0
- package/lib/common/index.js +1 -0
- package/lib/common/index.js.map +1 -1
- package/lib/common/notification.enum.d.ts +11 -0
- package/lib/common/notification.enum.js +17 -0
- package/lib/common/notification.enum.js.map +1 -0
- package/lib/common/person.d.ts +16 -0
- package/lib/common/person.js +60 -0
- package/lib/common/person.js.map +1 -0
- package/lib/company/account.status.enum.d.ts +8 -0
- package/lib/company/account.status.enum.js +13 -0
- package/lib/company/account.status.enum.js.map +1 -0
- package/lib/company/common/appointment.type.enum.d.ts +4 -0
- package/lib/company/common/appointment.type.enum.js +9 -0
- package/lib/company/common/appointment.type.enum.js.map +1 -0
- package/lib/company/common/general.dto.d.ts +46 -0
- package/lib/company/common/general.dto.js +182 -0
- package/lib/company/common/general.dto.js.map +1 -0
- package/lib/company/common/index.d.ts +4 -0
- package/lib/company/common/index.js +21 -0
- package/lib/company/common/index.js.map +1 -0
- package/lib/company/common/request.status.enum.d.ts +6 -0
- package/lib/company/common/request.status.enum.js +11 -0
- package/lib/company/common/request.status.enum.js.map +1 -0
- package/lib/company/common/setting.enum.d.ts +7 -0
- package/lib/company/common/setting.enum.js +12 -0
- package/lib/company/common/setting.enum.js.map +1 -0
- package/lib/company/common/training.status.enum.d.ts +11 -0
- package/lib/company/common/training.status.enum.js +17 -0
- package/lib/company/common/training.status.enum.js.map +1 -0
- package/lib/company/course/appointment.model.d.ts +10 -0
- package/lib/company/course/appointment.model.js +43 -0
- package/lib/company/course/appointment.model.js.map +1 -0
- package/lib/company/course/course.enum.d.ts +15 -0
- package/lib/company/course/course.enum.js +22 -0
- package/lib/company/course/course.enum.js.map +1 -0
- package/lib/company/course/course.model.d.ts +17 -0
- package/lib/company/course/course.model.js +94 -0
- package/lib/company/course/course.model.js.map +1 -0
- package/lib/company/course/definition.model.d.ts +11 -0
- package/lib/company/course/definition.model.js +57 -0
- package/lib/company/course/definition.model.js.map +1 -0
- package/lib/company/course/finances/discount.model.d.ts +8 -0
- package/lib/company/course/finances/discount.model.js +44 -0
- package/lib/company/course/finances/discount.model.js.map +1 -0
- package/lib/company/course/finances/index.d.ts +5 -0
- package/lib/company/course/finances/index.js +22 -0
- package/lib/company/course/finances/index.js.map +1 -0
- package/lib/company/course/finances/invoice-item.model.d.ts +7 -0
- package/lib/company/course/finances/invoice-item.model.js +43 -0
- package/lib/company/course/finances/invoice-item.model.js.map +1 -0
- package/lib/company/course/finances/invoice.model.d.ts +15 -0
- package/lib/company/course/finances/invoice.model.js +77 -0
- package/lib/company/course/finances/invoice.model.js.map +1 -0
- package/lib/company/course/finances/payment.model.d.ts +13 -0
- package/lib/company/course/finances/payment.model.js +68 -0
- package/lib/company/course/finances/payment.model.js.map +1 -0
- package/lib/company/course/finances/refund.model.d.ts +8 -0
- package/lib/company/course/finances/refund.model.js +44 -0
- package/lib/company/course/finances/refund.model.js.map +1 -0
- package/lib/company/course/index.d.ts +6 -0
- package/lib/company/course/index.js +23 -0
- package/lib/company/course/index.js.map +1 -0
- package/lib/company/course/part.model.d.ts +10 -0
- package/lib/company/course/part.model.js +56 -0
- package/lib/company/course/part.model.js.map +1 -0
- package/lib/company/driving/appointment.type.enum.d.ts +4 -0
- package/lib/company/driving/appointment.type.enum.js +9 -0
- package/lib/company/driving/appointment.type.enum.js.map +1 -0
- package/lib/company/driving/category.model.d.ts +18 -0
- package/lib/company/driving/category.model.js +100 -0
- package/lib/company/driving/category.model.js.map +1 -0
- package/lib/company/driving/dto.d.ts +5 -0
- package/lib/company/driving/dto.js +38 -0
- package/lib/company/driving/dto.js.map +1 -0
- package/lib/company/driving/exam.enum.d.ts +5 -0
- package/lib/company/driving/exam.enum.js +10 -0
- package/lib/company/driving/exam.enum.js.map +1 -0
- package/lib/company/driving/exam.status.enum.d.ts +5 -0
- package/lib/company/driving/exam.status.enum.js +10 -0
- package/lib/company/driving/exam.status.enum.js.map +1 -0
- package/lib/company/driving/finances/discount.model.d.ts +8 -0
- package/lib/company/driving/finances/discount.model.js +44 -0
- package/lib/company/driving/finances/discount.model.js.map +1 -0
- package/lib/company/driving/finances/index.d.ts +5 -0
- package/lib/company/driving/finances/index.js +22 -0
- package/lib/company/driving/finances/index.js.map +1 -0
- package/lib/company/driving/finances/invoice-item.model.d.ts +7 -0
- package/lib/company/driving/finances/invoice-item.model.js +43 -0
- package/lib/company/driving/finances/invoice-item.model.js.map +1 -0
- package/lib/company/driving/finances/invoice.model.d.ts +14 -0
- package/lib/company/driving/finances/invoice.model.js +71 -0
- package/lib/company/driving/finances/invoice.model.js.map +1 -0
- package/lib/company/driving/finances/payment.model.d.ts +13 -0
- package/lib/company/driving/finances/payment.model.js +68 -0
- package/lib/company/driving/finances/payment.model.js.map +1 -0
- package/lib/company/driving/finances/refund.model.d.ts +8 -0
- package/lib/company/driving/finances/refund.model.js +44 -0
- package/lib/company/driving/finances/refund.model.js.map +1 -0
- package/lib/company/driving/index.d.ts +9 -0
- package/lib/company/driving/index.js +26 -0
- package/lib/company/driving/index.js.map +1 -0
- package/lib/company/driving/score.enum.d.ts +12 -0
- package/lib/company/driving/score.enum.js +18 -0
- package/lib/company/driving/score.enum.js.map +1 -0
- package/lib/company/driving/skill.model.d.ts +8 -0
- package/lib/company/driving/skill.model.js +47 -0
- package/lib/company/driving/skill.model.js.map +1 -0
- package/lib/company/driving/status.enum.d.ts +5 -0
- package/lib/company/driving/status.enum.js +10 -0
- package/lib/company/driving/status.enum.js.map +1 -0
- package/lib/company/driving/topic.model.d.ts +10 -0
- package/lib/company/driving/topic.model.js +54 -0
- package/lib/company/driving/topic.model.js.map +1 -0
- package/lib/company/driving/transmission.enum.d.ts +4 -0
- package/lib/company/driving/transmission.enum.js +9 -0
- package/lib/company/driving/transmission.enum.js.map +1 -0
- package/lib/company/event.model.d.ts +8 -0
- package/lib/company/event.model.js +49 -0
- package/lib/company/event.model.js.map +1 -0
- package/lib/company/finances/card.model.d.ts +10 -0
- package/lib/company/finances/card.model.js +55 -0
- package/lib/company/finances/card.model.js.map +1 -0
- package/lib/company/finances/credit.model.d.ts +9 -0
- package/lib/company/finances/credit.model.js +50 -0
- package/lib/company/finances/credit.model.js.map +1 -0
- package/lib/company/finances/expense-category.model.d.ts +5 -0
- package/lib/company/finances/expense-category.model.js +31 -0
- package/lib/company/finances/expense-category.model.js.map +1 -0
- package/lib/company/finances/expense.model.d.ts +11 -0
- package/lib/company/finances/expense.model.js +55 -0
- package/lib/company/finances/expense.model.js.map +1 -0
- package/lib/company/finances/finance.enum.d.ts +22 -0
- package/lib/company/finances/finance.enum.js +31 -0
- package/lib/company/finances/finance.enum.js.map +1 -0
- package/lib/company/finances/index.d.ts +5 -0
- package/lib/company/finances/index.js +22 -0
- package/lib/company/finances/index.js.map +1 -0
- package/lib/company/finances/payment.model.d.ts +7 -0
- package/lib/company/finances/payment.model.js +39 -0
- package/lib/company/finances/payment.model.js.map +1 -0
- package/lib/company/finances/priceplan.model.d.ts +19 -0
- package/lib/company/finances/priceplan.model.js +95 -0
- package/lib/company/finances/priceplan.model.js.map +1 -0
- package/lib/company/plan/index.d.ts +2 -0
- package/lib/company/plan/index.js +19 -0
- package/lib/company/plan/index.js.map +1 -0
- package/lib/company/plan/plan.enum.d.ts +9 -0
- package/lib/company/plan/plan.enum.js +15 -0
- package/lib/company/plan/plan.enum.js.map +1 -0
- package/lib/company/plan/plan.model.d.ts +16 -0
- package/lib/company/plan/plan.model.js +87 -0
- package/lib/company/plan/plan.model.js.map +1 -0
- package/lib/company/plan.enum.d.ts +9 -0
- package/lib/company/plan.enum.js +15 -0
- package/lib/company/plan.enum.js.map +1 -0
- package/lib/company/priceplan.model.d.ts +16 -0
- package/lib/company/priceplan.model.js +87 -0
- package/lib/company/priceplan.model.js.map +1 -0
- package/lib/company/setting.model.d.ts +10 -0
- package/lib/company/setting.model.js +52 -0
- package/lib/company/setting.model.js.map +1 -0
- package/lib/company/student/index.d.ts +1 -0
- package/lib/company/student/index.js +18 -0
- package/lib/company/student/index.js.map +1 -0
- package/lib/company/student/student.model.d.ts +10 -0
- package/lib/company/student/student.model.js +43 -0
- package/lib/company/student/student.model.js.map +1 -0
- package/lib/company/team/index.d.ts +2 -0
- package/lib/company/team/index.js +19 -0
- package/lib/company/team/index.js.map +1 -0
- package/lib/company/team/team.dto.d.ts +6 -0
- package/lib/company/team/team.dto.js +39 -0
- package/lib/company/team/team.dto.js.map +1 -0
- package/lib/company/team/user.model.d.ts +33 -0
- package/lib/company/team/user.model.js +104 -0
- package/lib/company/team/user.model.js.map +1 -0
- package/lib/company/team/user.status.enum.d.ts +5 -0
- package/lib/company/team/user.status.enum.js +10 -0
- package/lib/company/team/user.status.enum.js.map +1 -0
- package/lib/company/user.model.d.ts +25 -0
- package/lib/company/user.model.js +124 -0
- package/lib/company/user.model.js.map +1 -0
- package/lib/course/types.d.ts +15 -0
- package/lib/course/types.js +22 -0
- package/lib/course/types.js.map +1 -0
- package/lib/driving/lesson/types.d.ts +15 -0
- package/lib/driving/lesson/types.js +21 -0
- package/lib/driving/lesson/types.js.map +1 -0
- package/lib/driving/types.d.ts +9 -0
- package/lib/driving/types.js +15 -0
- package/lib/driving/types.js.map +1 -0
- package/lib/enums/date.d.ts +9 -0
- package/lib/enums/date.js +14 -0
- package/lib/enums/date.js.map +1 -0
- package/lib/enums/finance.d.ts +22 -0
- package/lib/enums/finance.js +31 -0
- package/lib/enums/finance.js.map +1 -0
- package/lib/enums/index.d.ts +1 -0
- package/lib/enums/index.js +14 -0
- package/lib/enums/index.js.map +1 -0
- package/lib/enums/language.d.ts +6 -0
- package/lib/enums/language.js +11 -0
- package/lib/enums/language.js.map +1 -0
- package/lib/enums/notification.d.ts +11 -0
- package/lib/enums/notification.js +17 -0
- package/lib/enums/notification.js.map +1 -0
- package/lib/enums/plan.d.ts +9 -0
- package/lib/enums/plan.js +15 -0
- package/lib/enums/plan.js.map +1 -0
- package/lib/enums/role.d.ts +6 -0
- package/lib/enums/role.js +11 -0
- package/lib/enums/role.js.map +1 -0
- package/lib/enums/score.d.ts +12 -0
- package/lib/enums/score.js +18 -0
- package/lib/enums/score.js.map +1 -0
- package/lib/enums/training.d.ts +19 -0
- package/lib/enums/training.js +27 -0
- package/lib/enums/training.js.map +1 -0
- package/lib/events/agent/account.events.d.ts +27 -0
- package/lib/events/agent/account.events.js +32 -0
- package/lib/events/agent/account.events.js.map +1 -0
- package/lib/events/agent/payout.events.d.ts +29 -0
- package/lib/events/agent/payout.events.js +34 -0
- package/lib/events/agent/payout.events.js.map +1 -0
- package/lib/events/agent/profile.events.d.ts +18 -0
- package/lib/events/agent/profile.events.js +23 -0
- package/lib/events/agent/profile.events.js.map +1 -0
- package/lib/events/agent/promotion.events.d.ts +42 -0
- package/lib/events/agent/promotion.events.js +47 -0
- package/lib/events/agent/promotion.events.js.map +1 -0
- package/lib/events/auth/auth.events.d.ts +16 -0
- package/lib/events/auth/auth.events.js +21 -0
- package/lib/events/auth/auth.events.js.map +1 -0
- package/lib/events/auth/token.events.d.ts +23 -0
- package/lib/events/auth/token.events.js +28 -0
- package/lib/events/auth/token.events.js.map +1 -0
- package/lib/events/auth/verify.events.d.ts +17 -0
- package/lib/events/auth/verify.events.js +22 -0
- package/lib/events/auth/verify.events.js.map +1 -0
- package/lib/events/company/account/account.events.d.ts +64 -0
- package/lib/events/company/account/account.events.js +69 -0
- package/lib/events/company/account/account.events.js.map +1 -0
- package/lib/events/company/account/profile.events.d.ts +169 -0
- package/lib/events/company/account/profile.events.js +174 -0
- package/lib/events/company/account/profile.events.js.map +1 -0
- package/lib/events/company/course/appointment.events.d.ts +56 -0
- package/lib/events/company/course/appointment.events.js +61 -0
- package/lib/events/company/course/appointment.events.js.map +1 -0
- package/lib/events/company/course/course.events.d.ts +118 -0
- package/lib/events/company/course/course.events.js +123 -0
- package/lib/events/company/course/course.events.js.map +1 -0
- package/lib/events/company/course/lesson.events.d.ts +56 -0
- package/lib/events/company/course/lesson.events.js +61 -0
- package/lib/events/company/course/lesson.events.js.map +1 -0
- package/lib/events/company/course/topic.events.d.ts +76 -0
- package/lib/events/company/course/topic.events.js +81 -0
- package/lib/events/company/course/topic.events.js.map +1 -0
- package/lib/events/company/product/addon.events.d.ts +34 -0
- package/lib/events/company/product/addon.events.js +39 -0
- package/lib/events/company/product/addon.events.js.map +1 -0
- package/lib/events/company/product/campaign.events.d.ts +13 -0
- package/lib/events/company/product/campaign.events.js +18 -0
- package/lib/events/company/product/campaign.events.js.map +1 -0
- package/lib/events/company/product/product.events.d.ts +54 -0
- package/lib/events/company/product/product.events.js +59 -0
- package/lib/events/company/product/product.events.js.map +1 -0
- package/lib/events/index.d.ts +25 -0
- package/lib/events/index.js +42 -0
- package/lib/events/index.js.map +1 -0
- package/lib/events/instructor/account/account.events.d.ts +123 -0
- package/lib/events/instructor/account/account.events.js +128 -0
- package/lib/events/instructor/account/account.events.js.map +1 -0
- package/lib/events/instructor/account/profile.events.d.ts +31 -0
- package/lib/events/instructor/account/profile.events.js +36 -0
- package/lib/events/instructor/account/profile.events.js.map +1 -0
- package/lib/events/instructor/task/task.events.d.ts +24 -0
- package/lib/events/instructor/task/task.events.js +29 -0
- package/lib/events/instructor/task/task.events.js.map +1 -0
- package/lib/events/student/account/account.events.d.ts +36 -0
- package/lib/events/student/account/account.events.js +41 -0
- package/lib/events/student/account/account.events.js.map +1 -0
- package/lib/events/user/account.events.d.ts +84 -0
- package/lib/events/user/account.events.js +89 -0
- package/lib/events/user/account.events.js.map +1 -0
- package/lib/events/user/alert.events.d.ts +16 -0
- package/lib/events/user/alert.events.js +21 -0
- package/lib/events/user/alert.events.js.map +1 -0
- package/lib/events/user/device.events.d.ts +30 -0
- package/lib/events/user/device.events.js +35 -0
- package/lib/events/user/device.events.js.map +1 -0
- package/lib/events/user/notification.events.d.ts +30 -0
- package/lib/events/user/notification.events.js +35 -0
- package/lib/events/user/notification.events.js.map +1 -0
- package/lib/events/user/profile.events.d.ts +60 -0
- package/lib/events/user/profile.events.js +65 -0
- package/lib/events/user/profile.events.js.map +1 -0
- package/lib/expense/expense.types.d.ts +5 -0
- package/lib/expense/expense.types.js +10 -0
- package/lib/expense/expense.types.js.map +1 -0
- package/lib/finance/finance.type.d.ts +21 -0
- package/lib/finance/finance.type.js +21 -0
- package/lib/finance/finance.type.js.map +1 -0
- package/lib/finance/handover.dto.d.ts +6 -0
- package/lib/finance/handover.dto.js +45 -0
- package/lib/finance/handover.dto.js.map +1 -0
- package/lib/finance/handover.model.d.ts +13 -0
- package/lib/finance/handover.model.js +65 -0
- package/lib/finance/handover.model.js.map +1 -0
- package/lib/free-benefit/free-benefit.type.d.ts +4 -0
- package/lib/free-benefit/free-benefit.type.js +9 -0
- package/lib/free-benefit/free-benefit.type.js.map +1 -0
- package/lib/handover/handover.document.d.ts +5 -0
- package/lib/handover/handover.document.js +3 -0
- package/lib/handover/handover.document.js.map +1 -0
- package/lib/index.d.ts +4 -1
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/invoice/invoice.types.d.ts +6 -0
- package/lib/invoice/invoice.types.js +11 -0
- package/lib/invoice/invoice.types.js.map +1 -0
- package/lib/language/index.d.ts +1 -0
- package/lib/language/index.js +18 -0
- package/lib/language/index.js.map +1 -0
- package/lib/language/language.enum.d.ts +6 -0
- package/lib/language/language.enum.js +11 -0
- package/lib/language/language.enum.js.map +1 -0
- package/lib/log/log.type.d.ts +9 -0
- package/lib/log/log.type.js +14 -0
- package/lib/log/log.type.js.map +1 -0
- package/lib/notification/notification-preference.model.d.ts +5 -0
- package/lib/notification/notification-preference.model.js +31 -0
- package/lib/notification/notification-preference.model.js.map +1 -0
- package/lib/notification/notification.channel.d.ts +6 -0
- package/lib/notification/notification.channel.js +11 -0
- package/lib/notification/notification.channel.js.map +1 -0
- package/lib/notification/notification.enum.d.ts +11 -0
- package/lib/notification/notification.enum.js +17 -0
- package/lib/notification/notification.enum.js.map +1 -0
- package/lib/notification/notification.types.d.ts +11 -0
- package/lib/notification/notification.types.js +17 -0
- package/lib/notification/notification.types.js.map +1 -0
- package/lib/payment/payment.types.d.ts +13 -0
- package/lib/payment/payment.types.js +20 -0
- package/lib/payment/payment.types.js.map +1 -0
- package/lib/payout/payout.types.d.ts +4 -0
- package/lib/payout/payout.types.js +9 -0
- package/lib/payout/payout.types.js.map +1 -0
- package/lib/priceplan/plan.enum.d.ts +23 -0
- package/lib/priceplan/plan.enum.js +29 -0
- package/lib/priceplan/plan.enum.js.map +1 -0
- package/lib/product/index.d.ts +3 -0
- package/lib/product/index.js +20 -0
- package/lib/product/index.js.map +1 -0
- package/lib/product/product.dto.d.ts +12 -0
- package/lib/product/product.dto.js +69 -0
- package/lib/product/product.dto.js.map +1 -0
- package/lib/product/product.model.d.ts +12 -0
- package/lib/product/product.model.js +61 -0
- package/lib/product/product.model.js.map +1 -0
- package/lib/product/product.type.d.ts +4 -0
- package/lib/product/product.type.js +9 -0
- package/lib/product/product.type.js.map +1 -0
- package/lib/public/user-agent.interface.d.ts +6 -0
- package/lib/public/user-agent.interface.js +3 -0
- package/lib/public/user-agent.interface.js.map +1 -0
- package/lib/security/account.types.d.ts +8 -0
- package/lib/security/account.types.js +13 -0
- package/lib/security/account.types.js.map +1 -0
- package/lib/security/acl.d.ts +6 -0
- package/lib/security/acl.js +11 -0
- package/lib/security/acl.js.map +1 -0
- package/lib/security/permissions.d.ts +9 -0
- package/lib/security/permissions.js +14 -0
- package/lib/security/permissions.js.map +1 -0
- package/lib/security/role.types.d.ts +41 -0
- package/lib/security/role.types.js +46 -0
- package/lib/security/role.types.js.map +1 -0
- package/lib/security/roles.d.ts +9 -0
- package/lib/security/roles.js +14 -0
- package/lib/security/roles.js.map +1 -0
- package/lib/security/token.interface.d.ts +7 -0
- package/lib/security/token.interface.js +3 -0
- package/lib/security/token.interface.js.map +1 -0
- package/lib/session/course/index.d.ts +1 -0
- package/lib/session/course/index.js +14 -0
- package/lib/session/course/index.js.map +1 -0
- package/lib/session/course/session.model.d.ts +8 -0
- package/lib/session/course/session.model.js +36 -0
- package/lib/session/course/session.model.js.map +1 -0
- package/lib/session/driving/appointment-assessment.d.ts +8 -0
- package/lib/session/driving/appointment-assessment.js +50 -0
- package/lib/session/driving/appointment-assessment.js.map +1 -0
- package/lib/setting/setting.type.d.ts +7 -0
- package/lib/setting/setting.type.js +12 -0
- package/lib/setting/setting.type.js.map +1 -0
- package/lib/student/course/appointment.model.d.ts +5 -0
- package/lib/student/course/appointment.model.js +32 -0
- package/lib/student/course/appointment.model.js.map +1 -0
- package/lib/student/course/index.d.ts +3 -0
- package/lib/student/course/index.js +20 -0
- package/lib/student/course/index.js.map +1 -0
- package/lib/student/course/request.model.d.ts +11 -0
- package/lib/student/course/request.model.js +62 -0
- package/lib/student/course/request.model.js.map +1 -0
- package/lib/student/course/training.model.d.ts +16 -0
- package/lib/student/course/training.model.js +92 -0
- package/lib/student/course/training.model.js.map +1 -0
- package/lib/student/driving/appointment-skill.model.d.ts +6 -0
- package/lib/student/driving/appointment-skill.model.js +32 -0
- package/lib/student/driving/appointment-skill.model.js.map +1 -0
- package/lib/student/driving/appointment-topic.model.d.ts +6 -0
- package/lib/student/driving/appointment-topic.model.js +32 -0
- package/lib/student/driving/appointment-topic.model.js.map +1 -0
- package/lib/student/driving/appointment.model.d.ts +12 -0
- package/lib/student/driving/appointment.model.js +67 -0
- package/lib/student/driving/appointment.model.js.map +1 -0
- package/lib/student/driving/exam/exam-topic-assesment.model.d.ts +8 -0
- package/lib/student/driving/exam/exam-topic-assesment.model.js +40 -0
- package/lib/student/driving/exam/exam-topic-assesment.model.js.map +1 -0
- package/lib/student/driving/exam/exam.model.d.ts +11 -0
- package/lib/student/driving/exam/exam.model.js +50 -0
- package/lib/student/driving/exam/exam.model.js.map +1 -0
- package/lib/student/driving/exam/index.d.ts +2 -0
- package/lib/student/driving/exam/index.js +19 -0
- package/lib/student/driving/exam/index.js.map +1 -0
- package/lib/student/driving/index.d.ts +8 -0
- package/lib/student/driving/index.js +25 -0
- package/lib/student/driving/index.js.map +1 -0
- package/lib/student/driving/request.model.d.ts +13 -0
- package/lib/student/driving/request.model.js +73 -0
- package/lib/student/driving/request.model.js.map +1 -0
- package/lib/student/driving/skill.model.d.ts +6 -0
- package/lib/student/driving/skill.model.js +32 -0
- package/lib/student/driving/skill.model.js.map +1 -0
- package/lib/student/driving/topic.model.d.ts +7 -0
- package/lib/student/driving/topic.model.js +38 -0
- package/lib/student/driving/topic.model.js.map +1 -0
- package/lib/student/driving/training.model.d.ts +23 -0
- package/lib/student/driving/training.model.js +131 -0
- package/lib/student/driving/training.model.js.map +1 -0
- package/lib/student/signature.model.d.ts +7 -0
- package/lib/student/signature.model.js +42 -0
- package/lib/student/signature.model.js.map +1 -0
- package/lib/support/index.d.ts +1 -0
- package/lib/support/index.js +18 -0
- package/lib/support/index.js.map +1 -0
- package/lib/support/request.dto.d.ts +5 -0
- package/lib/support/request.dto.js +39 -0
- package/lib/support/request.dto.js.map +1 -0
- package/lib/system/country.model.d.ts +15 -0
- package/lib/system/country.model.js +75 -0
- package/lib/system/country.model.js.map +1 -0
- package/lib/system/driving/category.model.d.ts +12 -0
- package/lib/system/driving/category.model.js +66 -0
- package/lib/system/driving/category.model.js.map +1 -0
- package/lib/system/driving/category.trans.model.d.ts +8 -0
- package/lib/system/driving/category.trans.model.js +42 -0
- package/lib/system/driving/category.trans.model.js.map +1 -0
- package/lib/system/driving/index.d.ts +6 -0
- package/lib/system/driving/index.js +23 -0
- package/lib/system/driving/index.js.map +1 -0
- package/lib/system/driving/skill.model.d.ts +11 -0
- package/lib/system/driving/skill.model.js +61 -0
- package/lib/system/driving/skill.model.js.map +1 -0
- package/lib/system/driving/skill.trans.model.d.ts +9 -0
- package/lib/system/driving/skill.trans.model.js +48 -0
- package/lib/system/driving/skill.trans.model.js.map +1 -0
- package/lib/system/driving/topic.model.d.ts +10 -0
- package/lib/system/driving/topic.model.js +55 -0
- package/lib/system/driving/topic.model.js.map +1 -0
- package/lib/system/driving/topic.trans.model.d.ts +8 -0
- package/lib/system/driving/topic.trans.model.js +42 -0
- package/lib/system/driving/topic.trans.model.js.map +1 -0
- package/lib/system/finances/currency.model.d.ts +9 -0
- package/lib/system/finances/currency.model.js +53 -0
- package/lib/system/finances/currency.model.js.map +1 -0
- package/lib/system/finances/index.d.ts +3 -0
- package/lib/system/finances/index.js +20 -0
- package/lib/system/finances/index.js.map +1 -0
- package/lib/system/finances/priceplan.model.d.ts +13 -0
- package/lib/system/finances/priceplan.model.js +67 -0
- package/lib/system/finances/priceplan.model.js.map +1 -0
- package/lib/system/finances/priceplan.translation.d.ts +8 -0
- package/lib/system/finances/priceplan.translation.js +42 -0
- package/lib/system/finances/priceplan.translation.js.map +1 -0
- package/lib/system/index.d.ts +3 -0
- package/lib/system/index.js +20 -0
- package/lib/system/index.js.map +1 -0
- package/lib/task/index.d.ts +2 -0
- package/lib/task/index.js +19 -0
- package/lib/task/index.js.map +1 -0
- package/lib/task/task.dto.d.ts +24 -0
- package/lib/task/task.dto.js +142 -0
- package/lib/task/task.dto.js.map +1 -0
- package/lib/task/task.model.d.ts +8 -0
- package/lib/task/task.model.js +49 -0
- package/lib/task/task.model.js.map +1 -0
- package/lib/ticket/ticket.enum.d.ts +5 -0
- package/lib/ticket/ticket.enum.js +10 -0
- package/lib/ticket/ticket.enum.js.map +1 -0
- package/lib/training/training.types.d.ts +15 -0
- package/lib/training/training.types.js +22 -0
- package/lib/training/training.types.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/support.type.d.ts +1 -0
- package/lib/types/support.type.js +1 -0
- package/lib/types/support.type.js.map +1 -1
- package/lib/user/biometric.dto.d.ts +3 -0
- package/lib/user/biometric.dto.js +25 -0
- package/lib/user/biometric.dto.js.map +1 -0
- package/lib/user/email.dto.d.ts +4 -0
- package/lib/user/email.dto.js +32 -0
- package/lib/user/email.dto.js.map +1 -0
- package/lib/user/notification/index.d.ts +3 -0
- package/lib/user/notification/index.js +20 -0
- package/lib/user/notification/index.js.map +1 -0
- package/lib/user/notification/notification-preference.model.d.ts +5 -0
- package/lib/user/notification/notification-preference.model.js +31 -0
- package/lib/user/notification/notification-preference.model.js.map +1 -0
- package/lib/user/notification/notification.enum.d.ts +11 -0
- package/lib/user/notification/notification.enum.js +17 -0
- package/lib/user/notification/notification.enum.js.map +1 -0
- package/lib/user/notification/notification.model.d.ts +10 -0
- package/lib/user/notification/notification.model.js +53 -0
- package/lib/user/notification/notification.model.js.map +1 -0
- package/lib/user/phone.dto.d.ts +4 -0
- package/lib/user/phone.dto.js +32 -0
- package/lib/user/phone.dto.js.map +1 -0
- package/lib/user/profile.type.d.ts +10 -0
- package/lib/user/profile.type.js +15 -0
- package/lib/user/profile.type.js.map +1 -0
- package/lib/user/sign.dto.d.ts +5 -0
- package/lib/user/sign.dto.js +38 -0
- package/lib/user/sign.dto.js.map +1 -0
- package/lib/user/user.device.model.d.ts +8 -0
- package/lib/user/user.device.model.js +46 -0
- package/lib/user/user.device.model.js.map +1 -0
- package/lib/utils/date.helper.d.ts +28 -0
- package/lib/utils/date.helper.js +39 -0
- package/lib/utils/date.helper.js.map +1 -1
- package/lib/validators/compare.validator.d.ts +9 -0
- package/lib/validators/compare.validator.js +34 -0
- package/lib/validators/compare.validator.js.map +1 -0
- package/lib/validators/index.d.ts +2 -0
- package/lib/validators/index.js +19 -0
- package/lib/validators/index.js.map +1 -0
- package/lib/validators/required.validator.d.ts +21 -0
- package/lib/validators/required.validator.js +95 -0
- package/lib/validators/required.validator.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserAccountEvents = void 0;
|
|
4
|
+
var UserAccountEvents;
|
|
5
|
+
(function (UserAccountEvents) {
|
|
6
|
+
/**
|
|
7
|
+
* User account created
|
|
8
|
+
* @author Auth user
|
|
9
|
+
* @fires Log user for auditing purposes
|
|
10
|
+
* @fires Log system for auditing purposes
|
|
11
|
+
* @param UserEntity Event author
|
|
12
|
+
*/
|
|
13
|
+
UserAccountEvents["Created"] = "user.account.created";
|
|
14
|
+
/**
|
|
15
|
+
* User account overdated
|
|
16
|
+
* @author System/Job
|
|
17
|
+
* @description Overdated account policy can be configured by admin or console
|
|
18
|
+
* @fires Log user for auditing purposes
|
|
19
|
+
* @fires Log system for auditing purposes
|
|
20
|
+
* @fires Notify user about the account overdate (email only)
|
|
21
|
+
* @param UserEntity Event author
|
|
22
|
+
*/
|
|
23
|
+
UserAccountEvents["Overdated"] = "user.account.overdated";
|
|
24
|
+
/**
|
|
25
|
+
* Veryfy user account recovery request by email
|
|
26
|
+
* @author User himself
|
|
27
|
+
* @description User trying to recover his account by confirming OTP in recovery email
|
|
28
|
+
* @fires Log user for auditing purposes
|
|
29
|
+
* @fires Log system for auditing purposes
|
|
30
|
+
* @param UserEntity Event author
|
|
31
|
+
*/
|
|
32
|
+
UserAccountEvents["RecoveryVerify"] = "user.account.recoveryVerify";
|
|
33
|
+
/**
|
|
34
|
+
* User account recovered
|
|
35
|
+
* @author User himself
|
|
36
|
+
* @description Account recovery can be done by confirming OTP in recovery email
|
|
37
|
+
* @fires Log user for auditing purposes
|
|
38
|
+
* @fires Log system for auditing purposes
|
|
39
|
+
* @fires Notify user about the account recovery (by email)
|
|
40
|
+
* @param UserEntity Event author
|
|
41
|
+
*/
|
|
42
|
+
UserAccountEvents["Recovered"] = "user.account.recovered";
|
|
43
|
+
/**
|
|
44
|
+
* User account activated
|
|
45
|
+
* @author System/Job
|
|
46
|
+
* @fires Log user for auditing purposes
|
|
47
|
+
* @fires Log system for auditing purposes
|
|
48
|
+
* @fires Notify user about the account activation
|
|
49
|
+
* @param UserEntity Activated user
|
|
50
|
+
*/
|
|
51
|
+
UserAccountEvents["Activated"] = "user.account.activated";
|
|
52
|
+
/**
|
|
53
|
+
* User account suspended
|
|
54
|
+
* Takeover overdated phone number or suspicious activity
|
|
55
|
+
* @author System/Job
|
|
56
|
+
* @fires Log user for auditing purposes
|
|
57
|
+
* @fires Log system for auditing purposes
|
|
58
|
+
* @fires Notify user about the account suspension
|
|
59
|
+
* @param UserEntity Suspended user
|
|
60
|
+
* @param Metadata Additional render data
|
|
61
|
+
*/
|
|
62
|
+
UserAccountEvents["Suspended"] = "user.account.suspended";
|
|
63
|
+
/**
|
|
64
|
+
* User account closed
|
|
65
|
+
* @author User himself
|
|
66
|
+
* @description Say goodbye to user and mask personal data
|
|
67
|
+
* @fires Log user for auditing purposes
|
|
68
|
+
* @fires Log system for auditing purposes
|
|
69
|
+
* @param UserEntity Event author
|
|
70
|
+
*/
|
|
71
|
+
UserAccountEvents["Closed"] = "user.account.closed";
|
|
72
|
+
/**
|
|
73
|
+
* User account blocked
|
|
74
|
+
* @author System/Job
|
|
75
|
+
* @fires Log user for auditing purposes
|
|
76
|
+
* @fires Log system for auditing purposes
|
|
77
|
+
* @fires Notify user about the account blocking
|
|
78
|
+
* @param UserEntity Blocked user
|
|
79
|
+
*/
|
|
80
|
+
UserAccountEvents["Blocked"] = "user.account.blocked";
|
|
81
|
+
/**
|
|
82
|
+
* User switches active profile
|
|
83
|
+
* @author User himself
|
|
84
|
+
* @fires Log user for auditing purposes
|
|
85
|
+
* @param UserEntity Event author
|
|
86
|
+
*/
|
|
87
|
+
UserAccountEvents["SwitchProfile"] = "user.account.switchProfile";
|
|
88
|
+
})(UserAccountEvents || (exports.UserAccountEvents = UserAccountEvents = {}));
|
|
89
|
+
//# sourceMappingURL=account.events.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account.events.js","sourceRoot":"","sources":["../../../src/events/user/account.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBA4FX;AA5FD,WAAY,iBAAiB;IAE5B;;;;;;OAMG;IACH,qDAAgC,CAAA;IAEhC;;;;;;;;OAQG;IACH,yDAAoC,CAAA;IAEpC;;;;;;;OAOG;IACH,mEAA8C,CAAA;IAE9C;;;;;;;;OAQG;IACH,yDAAoC,CAAA;IAEpC;;;;;;;OAOG;IACH,yDAAoC,CAAA;IAEpC;;;;;;;;;OASG;IACH,yDAAoC,CAAA;IAEpC;;;;;;;OAOG;IACH,mDAA8B,CAAA;IAE9B;;;;;;;OAOG;IACH,qDAAgC,CAAA;IAEhC;;;;;OAKG;IACH,iEAA4C,CAAA;AAC7C,CAAC,EA5FW,iBAAiB,iCAAjB,iBAAiB,QA4F5B"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum UserAlertEvents {
|
|
2
|
+
/**
|
|
3
|
+
* User alert is created
|
|
4
|
+
* @author System/Job
|
|
5
|
+
* @fires Log user for auditing purposes
|
|
6
|
+
* @param UserAlertEntity Alerted user
|
|
7
|
+
*/
|
|
8
|
+
Created = "user.alert.created",
|
|
9
|
+
/**
|
|
10
|
+
* User alert is acknowledged
|
|
11
|
+
* @author User himself
|
|
12
|
+
* @fires Log user for auditing purposes
|
|
13
|
+
* @param UserAlertEntity Alerted user
|
|
14
|
+
*/
|
|
15
|
+
Acknowledged = "user.alert.acknowledged"
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserAlertEvents = void 0;
|
|
4
|
+
var UserAlertEvents;
|
|
5
|
+
(function (UserAlertEvents) {
|
|
6
|
+
/**
|
|
7
|
+
* User alert is created
|
|
8
|
+
* @author System/Job
|
|
9
|
+
* @fires Log user for auditing purposes
|
|
10
|
+
* @param UserAlertEntity Alerted user
|
|
11
|
+
*/
|
|
12
|
+
UserAlertEvents["Created"] = "user.alert.created";
|
|
13
|
+
/**
|
|
14
|
+
* User alert is acknowledged
|
|
15
|
+
* @author User himself
|
|
16
|
+
* @fires Log user for auditing purposes
|
|
17
|
+
* @param UserAlertEntity Alerted user
|
|
18
|
+
*/
|
|
19
|
+
UserAlertEvents["Acknowledged"] = "user.alert.acknowledged";
|
|
20
|
+
})(UserAlertEvents || (exports.UserAlertEvents = UserAlertEvents = {}));
|
|
21
|
+
//# sourceMappingURL=alert.events.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.events.js","sourceRoot":"","sources":["../../../src/events/user/alert.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAiBX;AAjBD,WAAY,eAAe;IAE1B;;;;;OAKG;IACH,iDAA8B,CAAA;IAE9B;;;;;OAKG;IACH,2DAAwC,CAAA;AACzC,CAAC,EAjBW,eAAe,+BAAf,eAAe,QAiB1B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare enum UserDeviceEvents {
|
|
2
|
+
/**
|
|
3
|
+
* New user device registered
|
|
4
|
+
* @author User himself
|
|
5
|
+
* @fires Log user for auditing purposes
|
|
6
|
+
* @param UserDeviceEntity User device
|
|
7
|
+
*/
|
|
8
|
+
Register = "user.device.register",
|
|
9
|
+
/**
|
|
10
|
+
* User device removed
|
|
11
|
+
* @author User himself
|
|
12
|
+
* @fires Log user for auditing purposes
|
|
13
|
+
* @param UserDeviceEntity User device
|
|
14
|
+
*/
|
|
15
|
+
Removed = "user.device.removed",
|
|
16
|
+
/**
|
|
17
|
+
* User enables push notifications on device
|
|
18
|
+
* @author User himself
|
|
19
|
+
* @fires Log user for auditing purposes
|
|
20
|
+
* @param UserDeviceEntity User device
|
|
21
|
+
*/
|
|
22
|
+
PushEnabled = "user.device.pushEnabled",
|
|
23
|
+
/**
|
|
24
|
+
* User disables push notifications on device
|
|
25
|
+
* @author User himself
|
|
26
|
+
* @fires Log user for auditing purposes
|
|
27
|
+
* @param UserDeviceEntity User device
|
|
28
|
+
*/
|
|
29
|
+
PushDisabled = "user.device.pushDisabled"
|
|
30
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserDeviceEvents = void 0;
|
|
4
|
+
var UserDeviceEvents;
|
|
5
|
+
(function (UserDeviceEvents) {
|
|
6
|
+
/**
|
|
7
|
+
* New user device registered
|
|
8
|
+
* @author User himself
|
|
9
|
+
* @fires Log user for auditing purposes
|
|
10
|
+
* @param UserDeviceEntity User device
|
|
11
|
+
*/
|
|
12
|
+
UserDeviceEvents["Register"] = "user.device.register";
|
|
13
|
+
/**
|
|
14
|
+
* User device removed
|
|
15
|
+
* @author User himself
|
|
16
|
+
* @fires Log user for auditing purposes
|
|
17
|
+
* @param UserDeviceEntity User device
|
|
18
|
+
*/
|
|
19
|
+
UserDeviceEvents["Removed"] = "user.device.removed";
|
|
20
|
+
/**
|
|
21
|
+
* User enables push notifications on device
|
|
22
|
+
* @author User himself
|
|
23
|
+
* @fires Log user for auditing purposes
|
|
24
|
+
* @param UserDeviceEntity User device
|
|
25
|
+
*/
|
|
26
|
+
UserDeviceEvents["PushEnabled"] = "user.device.pushEnabled";
|
|
27
|
+
/**
|
|
28
|
+
* User disables push notifications on device
|
|
29
|
+
* @author User himself
|
|
30
|
+
* @fires Log user for auditing purposes
|
|
31
|
+
* @param UserDeviceEntity User device
|
|
32
|
+
*/
|
|
33
|
+
UserDeviceEvents["PushDisabled"] = "user.device.pushDisabled";
|
|
34
|
+
})(UserDeviceEvents || (exports.UserDeviceEvents = UserDeviceEvents = {}));
|
|
35
|
+
//# sourceMappingURL=device.events.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"device.events.js","sourceRoot":"","sources":["../../../src/events/user/device.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAiCX;AAjCD,WAAY,gBAAgB;IAE3B;;;;;OAKG;IACH,qDAAiC,CAAA;IAEjC;;;;;OAKG;IACH,mDAA+B,CAAA;IAE9B;;;;;GAKE;IACH,2DAAuC,CAAA;IAEvC;;;;;OAKG;IACH,6DAAyC,CAAA;AAC1C,CAAC,EAjCW,gBAAgB,gCAAhB,gBAAgB,QAiC3B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare enum UserNotificationEvents {
|
|
2
|
+
/**
|
|
3
|
+
* User marks notification as seen
|
|
4
|
+
* @author User himself
|
|
5
|
+
* @fires Log user for auditing purposes
|
|
6
|
+
* @param UserEntity Event author
|
|
7
|
+
*/
|
|
8
|
+
MarkedAsSeen = "user.notification.markedAsSeen",
|
|
9
|
+
/**
|
|
10
|
+
* User dismisses a notification
|
|
11
|
+
* @author User himself
|
|
12
|
+
* @fires Log user for auditing purposes
|
|
13
|
+
* @param UserEntity Event author
|
|
14
|
+
*/
|
|
15
|
+
Dismissed = "user.notification.dismissed",
|
|
16
|
+
/**
|
|
17
|
+
* User dismisses all notifications
|
|
18
|
+
* @author User himself
|
|
19
|
+
* @fires Log user for auditing purposes
|
|
20
|
+
* @param UserEntity Event author
|
|
21
|
+
*/
|
|
22
|
+
DismissedAll = "user.notification.dismissedAll",
|
|
23
|
+
/**
|
|
24
|
+
* User changes his notification preference
|
|
25
|
+
* @author User himself
|
|
26
|
+
* @fires Log user for auditing purposes
|
|
27
|
+
* @param UserEntity Event author
|
|
28
|
+
*/
|
|
29
|
+
PreferenceChanged = "user.notification.preferenceChanged"
|
|
30
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserNotificationEvents = void 0;
|
|
4
|
+
var UserNotificationEvents;
|
|
5
|
+
(function (UserNotificationEvents) {
|
|
6
|
+
/**
|
|
7
|
+
* User marks notification as seen
|
|
8
|
+
* @author User himself
|
|
9
|
+
* @fires Log user for auditing purposes
|
|
10
|
+
* @param UserEntity Event author
|
|
11
|
+
*/
|
|
12
|
+
UserNotificationEvents["MarkedAsSeen"] = "user.notification.markedAsSeen";
|
|
13
|
+
/**
|
|
14
|
+
* User dismisses a notification
|
|
15
|
+
* @author User himself
|
|
16
|
+
* @fires Log user for auditing purposes
|
|
17
|
+
* @param UserEntity Event author
|
|
18
|
+
*/
|
|
19
|
+
UserNotificationEvents["Dismissed"] = "user.notification.dismissed";
|
|
20
|
+
/**
|
|
21
|
+
* User dismisses all notifications
|
|
22
|
+
* @author User himself
|
|
23
|
+
* @fires Log user for auditing purposes
|
|
24
|
+
* @param UserEntity Event author
|
|
25
|
+
*/
|
|
26
|
+
UserNotificationEvents["DismissedAll"] = "user.notification.dismissedAll";
|
|
27
|
+
/**
|
|
28
|
+
* User changes his notification preference
|
|
29
|
+
* @author User himself
|
|
30
|
+
* @fires Log user for auditing purposes
|
|
31
|
+
* @param UserEntity Event author
|
|
32
|
+
*/
|
|
33
|
+
UserNotificationEvents["PreferenceChanged"] = "user.notification.preferenceChanged";
|
|
34
|
+
})(UserNotificationEvents || (exports.UserNotificationEvents = UserNotificationEvents = {}));
|
|
35
|
+
//# sourceMappingURL=notification.events.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notification.events.js","sourceRoot":"","sources":["../../../src/events/user/notification.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAiCX;AAjCD,WAAY,sBAAsB;IAEjC;;;;;OAKG;IACH,yEAA+C,CAAA;IAE/C;;;;;OAKG;IACH,mEAAyC,CAAA;IAEzC;;;;;OAKG;IACH,yEAA+C,CAAA;IAE/C;;;;;OAKG;IACH,mFAAyD,CAAA;AAC1D,CAAC,EAjCW,sBAAsB,sCAAtB,sBAAsB,QAiCjC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export declare enum UserProfileEvents {
|
|
2
|
+
/**
|
|
3
|
+
* User changes his phone number
|
|
4
|
+
* @author User himself
|
|
5
|
+
* @fires Log user for auditing purposes
|
|
6
|
+
* @fires Notify training in-change instructor about the phone number change
|
|
7
|
+
* @fires Notify training instructor about the phone number change
|
|
8
|
+
* @param UserEntity Event author
|
|
9
|
+
*/
|
|
10
|
+
PhoneChanged = "user.profile.phoneChanged",
|
|
11
|
+
/**
|
|
12
|
+
* User changes his email
|
|
13
|
+
* @author User himself
|
|
14
|
+
* @fires Log user for auditing purposes
|
|
15
|
+
* @param UserEntity Event author
|
|
16
|
+
*/
|
|
17
|
+
EmailChanged = "user.profile.emailChanged",
|
|
18
|
+
/**
|
|
19
|
+
* User changes ui language
|
|
20
|
+
* @author User himself
|
|
21
|
+
* @fires Log user for auditing purposes
|
|
22
|
+
* @param UserEntity Event author
|
|
23
|
+
*/
|
|
24
|
+
LanguageChanged = "user.profile.languageChanged",
|
|
25
|
+
/**
|
|
26
|
+
* User changes his timezone
|
|
27
|
+
* @author User himself
|
|
28
|
+
* @fires Log user for auditing purposes
|
|
29
|
+
* @param UserEntity Event author
|
|
30
|
+
*/
|
|
31
|
+
TimezoneChanged = "user.profile.timezoneChanged",
|
|
32
|
+
/**
|
|
33
|
+
* User changes his account name
|
|
34
|
+
* @author User himself
|
|
35
|
+
* @fires Log user for auditing purposes
|
|
36
|
+
* @param UserEntity Event author
|
|
37
|
+
*/
|
|
38
|
+
NameChanged = "user.profile.nameChanged",
|
|
39
|
+
/**
|
|
40
|
+
* User changes his profile picture
|
|
41
|
+
* @author User himself
|
|
42
|
+
* @fires Log user for auditing purposes
|
|
43
|
+
* @param UserEntity Event author
|
|
44
|
+
*/
|
|
45
|
+
ImageChanged = "user.profile.imageChanged",
|
|
46
|
+
/**
|
|
47
|
+
* User changes his profile picture
|
|
48
|
+
* @author User himself
|
|
49
|
+
* @fires Log user for auditing purposes
|
|
50
|
+
* @param UserEntity Event author
|
|
51
|
+
*/
|
|
52
|
+
BirthdateChanged = "user.profile.birthdateChanged",
|
|
53
|
+
/**
|
|
54
|
+
* User changes his address
|
|
55
|
+
* @author User himself
|
|
56
|
+
* @fires Log user for auditing purposes
|
|
57
|
+
* @param UserEntity Event author
|
|
58
|
+
*/
|
|
59
|
+
AddressChanged = "user.profile.addressChanged"
|
|
60
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserProfileEvents = void 0;
|
|
4
|
+
var UserProfileEvents;
|
|
5
|
+
(function (UserProfileEvents) {
|
|
6
|
+
/**
|
|
7
|
+
* User changes his phone number
|
|
8
|
+
* @author User himself
|
|
9
|
+
* @fires Log user for auditing purposes
|
|
10
|
+
* @fires Notify training in-change instructor about the phone number change
|
|
11
|
+
* @fires Notify training instructor about the phone number change
|
|
12
|
+
* @param UserEntity Event author
|
|
13
|
+
*/
|
|
14
|
+
UserProfileEvents["PhoneChanged"] = "user.profile.phoneChanged";
|
|
15
|
+
/**
|
|
16
|
+
* User changes his email
|
|
17
|
+
* @author User himself
|
|
18
|
+
* @fires Log user for auditing purposes
|
|
19
|
+
* @param UserEntity Event author
|
|
20
|
+
*/
|
|
21
|
+
UserProfileEvents["EmailChanged"] = "user.profile.emailChanged";
|
|
22
|
+
/**
|
|
23
|
+
* User changes ui language
|
|
24
|
+
* @author User himself
|
|
25
|
+
* @fires Log user for auditing purposes
|
|
26
|
+
* @param UserEntity Event author
|
|
27
|
+
*/
|
|
28
|
+
UserProfileEvents["LanguageChanged"] = "user.profile.languageChanged";
|
|
29
|
+
/**
|
|
30
|
+
* User changes his timezone
|
|
31
|
+
* @author User himself
|
|
32
|
+
* @fires Log user for auditing purposes
|
|
33
|
+
* @param UserEntity Event author
|
|
34
|
+
*/
|
|
35
|
+
UserProfileEvents["TimezoneChanged"] = "user.profile.timezoneChanged";
|
|
36
|
+
/**
|
|
37
|
+
* User changes his account name
|
|
38
|
+
* @author User himself
|
|
39
|
+
* @fires Log user for auditing purposes
|
|
40
|
+
* @param UserEntity Event author
|
|
41
|
+
*/
|
|
42
|
+
UserProfileEvents["NameChanged"] = "user.profile.nameChanged";
|
|
43
|
+
/**
|
|
44
|
+
* User changes his profile picture
|
|
45
|
+
* @author User himself
|
|
46
|
+
* @fires Log user for auditing purposes
|
|
47
|
+
* @param UserEntity Event author
|
|
48
|
+
*/
|
|
49
|
+
UserProfileEvents["ImageChanged"] = "user.profile.imageChanged";
|
|
50
|
+
/**
|
|
51
|
+
* User changes his profile picture
|
|
52
|
+
* @author User himself
|
|
53
|
+
* @fires Log user for auditing purposes
|
|
54
|
+
* @param UserEntity Event author
|
|
55
|
+
*/
|
|
56
|
+
UserProfileEvents["BirthdateChanged"] = "user.profile.birthdateChanged";
|
|
57
|
+
/**
|
|
58
|
+
* User changes his address
|
|
59
|
+
* @author User himself
|
|
60
|
+
* @fires Log user for auditing purposes
|
|
61
|
+
* @param UserEntity Event author
|
|
62
|
+
*/
|
|
63
|
+
UserProfileEvents["AddressChanged"] = "user.profile.addressChanged";
|
|
64
|
+
})(UserProfileEvents || (exports.UserProfileEvents = UserProfileEvents = {}));
|
|
65
|
+
//# sourceMappingURL=profile.events.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"profile.events.js","sourceRoot":"","sources":["../../../src/events/user/profile.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAmEX;AAnED,WAAY,iBAAiB;IAE5B;;;;;;;OAOG;IACH,+DAA0C,CAAA;IAE1C;;;;;OAKG;IACH,+DAA0C,CAAA;IAE1C;;;;;OAKG;IACH,qEAAgD,CAAA;IAEhD;;;;;OAKG;IACH,qEAAgD,CAAA;IAEhD;;;;;OAKG;IACH,6DAAwC,CAAA;IAExC;;;;;OAKG;IACH,+DAA0C,CAAA;IAE1C;;;;;OAKG;IACH,uEAAkD,CAAA;IAElD;;;;;OAKG;IACH,mEAA8C,CAAA;AAC/C,CAAC,EAnEW,iBAAiB,iCAAjB,iBAAiB,QAmE5B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExpenseStatus = void 0;
|
|
4
|
+
var ExpenseStatus;
|
|
5
|
+
(function (ExpenseStatus) {
|
|
6
|
+
ExpenseStatus["Pending"] = "PENDING";
|
|
7
|
+
ExpenseStatus["Approved"] = "APPROVED";
|
|
8
|
+
ExpenseStatus["Rejected"] = "REJECTED";
|
|
9
|
+
})(ExpenseStatus || (exports.ExpenseStatus = ExpenseStatus = {}));
|
|
10
|
+
//# sourceMappingURL=expense.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expense.types.js","sourceRoot":"","sources":["../../src/expense/expense.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAIX;AAJD,WAAY,aAAa;IACxB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;AACtB,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare enum FinanceType {
|
|
2
|
+
Payment = "PAYMENT",
|
|
3
|
+
Refund = "REFUND",
|
|
4
|
+
Discount = "DISCOUNT",
|
|
5
|
+
Expense = "EXPENSE",
|
|
6
|
+
GeneratedValue = "GENERATED_VALUE",
|
|
7
|
+
SoldServices = "SOLD_SERVICES"
|
|
8
|
+
}
|
|
9
|
+
export declare enum FinanceStatus {
|
|
10
|
+
Pending = "PENDING",
|
|
11
|
+
Approved = "APPROVED",
|
|
12
|
+
Canceled = "CANCELED",
|
|
13
|
+
Rejected = "REJECTED",
|
|
14
|
+
Skipped = "SKIPPED"
|
|
15
|
+
}
|
|
16
|
+
export type FinancialHistory = {
|
|
17
|
+
/** Finance type */
|
|
18
|
+
type: FinanceType;
|
|
19
|
+
/** [timestamp, amount] */
|
|
20
|
+
data: [number, number][];
|
|
21
|
+
}[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FinanceStatus = exports.FinanceType = void 0;
|
|
4
|
+
var FinanceType;
|
|
5
|
+
(function (FinanceType) {
|
|
6
|
+
FinanceType["Payment"] = "PAYMENT";
|
|
7
|
+
FinanceType["Refund"] = "REFUND";
|
|
8
|
+
FinanceType["Discount"] = "DISCOUNT";
|
|
9
|
+
FinanceType["Expense"] = "EXPENSE";
|
|
10
|
+
FinanceType["GeneratedValue"] = "GENERATED_VALUE";
|
|
11
|
+
FinanceType["SoldServices"] = "SOLD_SERVICES";
|
|
12
|
+
})(FinanceType || (exports.FinanceType = FinanceType = {}));
|
|
13
|
+
var FinanceStatus;
|
|
14
|
+
(function (FinanceStatus) {
|
|
15
|
+
FinanceStatus["Pending"] = "PENDING";
|
|
16
|
+
FinanceStatus["Approved"] = "APPROVED";
|
|
17
|
+
FinanceStatus["Canceled"] = "CANCELED";
|
|
18
|
+
FinanceStatus["Rejected"] = "REJECTED";
|
|
19
|
+
FinanceStatus["Skipped"] = "SKIPPED";
|
|
20
|
+
})(FinanceStatus || (exports.FinanceStatus = FinanceStatus = {}));
|
|
21
|
+
//# sourceMappingURL=finance.type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"finance.type.js","sourceRoot":"","sources":["../../src/finance/finance.type.ts"],"names":[],"mappings":";;;AACA,IAAY,WAOX;AAPD,WAAY,WAAW;IACtB,kCAAmB,CAAA;IACnB,gCAAiB,CAAA;IACjB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,iDAAkC,CAAA;IAClC,6CAA8B,CAAA;AAC/B,CAAC,EAPW,WAAW,2BAAX,WAAW,QAOtB;AAED,IAAY,aAMX;AAND,WAAY,aAAa;IACxB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,oCAAmB,CAAA;AACpB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.HandoverSubmitDto = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class HandoverSubmitDto {
|
|
15
|
+
approvedDrivingPayments;
|
|
16
|
+
approvedCoursePayments;
|
|
17
|
+
approvedExpenses;
|
|
18
|
+
rejectedExpenses;
|
|
19
|
+
}
|
|
20
|
+
exports.HandoverSubmitDto = HandoverSubmitDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsOptional)(),
|
|
23
|
+
(0, class_validator_1.IsArray)(),
|
|
24
|
+
(0, class_validator_1.IsNumber)({}, { each: true }),
|
|
25
|
+
__metadata("design:type", Array)
|
|
26
|
+
], HandoverSubmitDto.prototype, "approvedDrivingPayments", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, class_validator_1.IsOptional)(),
|
|
29
|
+
(0, class_validator_1.IsArray)(),
|
|
30
|
+
(0, class_validator_1.IsNumber)({}, { each: true }),
|
|
31
|
+
__metadata("design:type", Array)
|
|
32
|
+
], HandoverSubmitDto.prototype, "approvedCoursePayments", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_validator_1.IsArray)(),
|
|
36
|
+
(0, class_validator_1.IsNumber)({}, { each: true }),
|
|
37
|
+
__metadata("design:type", Array)
|
|
38
|
+
], HandoverSubmitDto.prototype, "approvedExpenses", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
(0, class_validator_1.IsArray)(),
|
|
42
|
+
(0, class_validator_1.IsNumber)({}, { each: true }),
|
|
43
|
+
__metadata("design:type", Array)
|
|
44
|
+
], HandoverSubmitDto.prototype, "rejectedExpenses", void 0);
|
|
45
|
+
//# sourceMappingURL=handover.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handover.dto.js","sourceRoot":"","sources":["../../src/finance/handover.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAgE;AAEhE,MAAa,iBAAiB;IAI7B,uBAAuB,CAAW;IAKlC,sBAAsB,CAAW;IAKjC,gBAAgB,CAAW;IAK3B,gBAAgB,CAAW;CAC3B;AApBD,8CAoBC;AAhBA;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;kEACK;AAKlC;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;iEACI;AAKjC;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DACF;AAK3B;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;2DACF"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Instructor } from "../instructor/instructor.model";
|
|
2
|
+
import { Payment } from "../payment/payment.model";
|
|
3
|
+
import { Expense } from "../expense/expense.model";
|
|
4
|
+
export declare class Handover {
|
|
5
|
+
id: number;
|
|
6
|
+
createdOn: Date;
|
|
7
|
+
handoverInstructor: Instructor;
|
|
8
|
+
handoverManager: Instructor;
|
|
9
|
+
approvedPayments: Payment[];
|
|
10
|
+
approvedExpenses: Expense[];
|
|
11
|
+
rejectedExpenses: Expense[];
|
|
12
|
+
constructor(props?: Partial<Handover>);
|
|
13
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.Handover = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const instructor_model_1 = require("../instructor/instructor.model");
|
|
15
|
+
const payment_model_1 = require("../payment/payment.model");
|
|
16
|
+
const expense_model_1 = require("../expense/expense.model");
|
|
17
|
+
class Handover {
|
|
18
|
+
id;
|
|
19
|
+
createdOn;
|
|
20
|
+
handoverInstructor;
|
|
21
|
+
handoverManager;
|
|
22
|
+
approvedPayments;
|
|
23
|
+
approvedExpenses;
|
|
24
|
+
rejectedExpenses;
|
|
25
|
+
constructor(props) {
|
|
26
|
+
Object.assign(this, props);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.Handover = Handover;
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_transformer_1.Expose)(),
|
|
32
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], Handover.prototype, "id", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, class_transformer_1.Expose)(),
|
|
37
|
+
(0, class_transformer_1.Type)(() => Date),
|
|
38
|
+
__metadata("design:type", Date)
|
|
39
|
+
], Handover.prototype, "createdOn", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, class_transformer_1.Expose)(),
|
|
42
|
+
(0, class_transformer_1.Type)(() => instructor_model_1.Instructor),
|
|
43
|
+
__metadata("design:type", instructor_model_1.Instructor)
|
|
44
|
+
], Handover.prototype, "handoverInstructor", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, class_transformer_1.Expose)(),
|
|
47
|
+
(0, class_transformer_1.Type)(() => instructor_model_1.Instructor),
|
|
48
|
+
__metadata("design:type", instructor_model_1.Instructor)
|
|
49
|
+
], Handover.prototype, "handoverManager", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, class_transformer_1.Expose)(),
|
|
52
|
+
(0, class_transformer_1.Type)(() => payment_model_1.Payment),
|
|
53
|
+
__metadata("design:type", Array)
|
|
54
|
+
], Handover.prototype, "approvedPayments", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
(0, class_transformer_1.Expose)(),
|
|
57
|
+
(0, class_transformer_1.Type)(() => expense_model_1.Expense),
|
|
58
|
+
__metadata("design:type", Array)
|
|
59
|
+
], Handover.prototype, "approvedExpenses", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, class_transformer_1.Expose)(),
|
|
62
|
+
(0, class_transformer_1.Type)(() => expense_model_1.Expense),
|
|
63
|
+
__metadata("design:type", Array)
|
|
64
|
+
], Handover.prototype, "rejectedExpenses", void 0);
|
|
65
|
+
//# sourceMappingURL=handover.model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handover.model.js","sourceRoot":"","sources":["../../src/finance/handover.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,qEAA4D;AAC5D,4DAAmD;AACnD,4DAAmD;AAEnD,MAAa,QAAQ;IAGpB,EAAE,CAAS;IAIX,SAAS,CAAO;IAIhB,kBAAkB,CAAa;IAI/B,eAAe,CAAa;IAI5B,gBAAgB,CAAY;IAI5B,gBAAgB,CAAY;IAI5B,gBAAgB,CAAY;IAI5B,YAAY,KAAyB;QACpC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAlCD,4BAkCC;AA/BA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;oCACR;AAIX;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,IAAI,CAAC;8BACN,IAAI;2CAAC;AAIhB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAU,CAAC;8BACH,6BAAU;oDAAC;AAI/B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,6BAAU,CAAC;8BACN,6BAAU;iDAAC;AAI5B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAO,CAAC;;kDACQ;AAI5B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAO,CAAC;;kDACQ;AAI5B;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAO,CAAC;;kDACQ"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FreeBenefitType = void 0;
|
|
4
|
+
var FreeBenefitType;
|
|
5
|
+
(function (FreeBenefitType) {
|
|
6
|
+
FreeBenefitType["Training"] = "training";
|
|
7
|
+
FreeBenefitType["StudentRequest"] = "student_request";
|
|
8
|
+
})(FreeBenefitType || (exports.FreeBenefitType = FreeBenefitType = {}));
|
|
9
|
+
//# sourceMappingURL=free-benefit.type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"free-benefit.type.js","sourceRoot":"","sources":["../../src/free-benefit/free-benefit.type.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAGX;AAHD,WAAY,eAAe;IAC1B,wCAAqB,CAAA;IACrB,qDAAkC,CAAA;AACnC,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B"}
|