@intelact/driveup 1.5.9 → 1.7.0
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/agent.dto.js +2 -10
- package/lib/agent/agent.dto.js.map +1 -1
- package/lib/agent/agent.model.d.ts +1 -1
- package/lib/agent/agent.model.js +1 -1
- package/lib/agent/agent.model.js.map +1 -1
- package/lib/agent/index.d.ts +0 -2
- package/lib/agent/index.js +0 -2
- package/lib/agent/index.js.map +1 -1
- package/lib/alert/alert.model.d.ts +3 -5
- package/lib/alert/alert.model.js +1 -3
- package/lib/alert/alert.model.js.map +1 -1
- package/lib/alert/index.d.ts +0 -1
- package/lib/alert/index.js +0 -1
- package/lib/alert/index.js.map +1 -1
- package/lib/auth/signin.dto.js +4 -4
- package/lib/auth/signin.dto.js.map +1 -1
- package/lib/auth/signup.dto.js +3 -3
- package/lib/auth/signup.dto.js.map +1 -1
- package/lib/bank/account.model.js +6 -4
- package/lib/bank/account.model.js.map +1 -1
- package/lib/bill/bill.model.d.ts +1 -1
- package/lib/bill/bill.model.js +1 -1
- package/lib/bill/bill.model.js.map +1 -1
- package/lib/bill/index.d.ts +0 -2
- package/lib/bill/index.js +0 -2
- package/lib/bill/index.js.map +1 -1
- package/lib/calendar/appointment.d.ts +3 -4
- package/lib/calendar/appointment.js +16 -11
- package/lib/calendar/appointment.js.map +1 -1
- package/lib/calendar/date.js +6 -6
- package/lib/calendar/date.js.map +1 -1
- package/lib/calendar/index.d.ts +0 -1
- package/lib/calendar/index.js +0 -1
- package/lib/calendar/index.js.map +1 -1
- package/lib/calendar/token.d.ts +1 -1
- package/lib/calendar/working.d.ts +1 -1
- package/lib/calendar/working.js +2 -2
- package/lib/calendar/working.js.map +1 -1
- package/lib/common/content.d.ts +1 -1
- package/lib/common/content.js +10 -9
- package/lib/common/content.js.map +1 -1
- package/lib/common/email.js +3 -3
- package/lib/common/email.js.map +1 -1
- package/lib/common/id.js +2 -6
- package/lib/common/id.js.map +1 -1
- package/lib/common/index.d.ts +1 -1
- package/lib/common/index.js +1 -1
- package/lib/common/index.js.map +1 -1
- package/lib/common/language.d.ts +1 -6
- package/lib/common/language.js +3 -9
- package/lib/common/language.js.map +1 -1
- package/lib/common/phone.js +3 -3
- package/lib/common/phone.js.map +1 -1
- package/lib/common/price.js +2 -4
- package/lib/common/price.js.map +1 -1
- package/lib/common/promotion.js +2 -0
- package/lib/common/promotion.js.map +1 -1
- package/lib/common/search.js +2 -2
- package/lib/common/search.js.map +1 -1
- package/lib/common/social.js +2 -1
- package/lib/common/social.js.map +1 -1
- package/lib/common/sort.js +2 -6
- package/lib/common/sort.js.map +1 -1
- package/lib/common/url.js +2 -2
- package/lib/common/url.js.map +1 -1
- package/lib/company/company.model.d.ts +1 -2
- package/lib/company/company.model.js +1 -2
- package/lib/company/company.model.js.map +1 -1
- package/lib/country/country.dto.d.ts +1 -1
- package/lib/country/country.dto.js +14 -16
- package/lib/country/country.dto.js.map +1 -1
- package/lib/country/country.model.d.ts +1 -1
- package/lib/course/appointment.model.d.ts +1 -1
- package/lib/course/appointment.model.js +1 -1
- package/lib/course/appointment.model.js.map +1 -1
- package/lib/course/course.model.d.ts +2 -2
- package/lib/course/course.model.js +1 -1
- package/lib/course/course.model.js.map +1 -1
- package/lib/course/definition.model.d.ts +1 -1
- package/lib/course/dto.d.ts +2 -3
- package/lib/course/dto.js +14 -42
- package/lib/course/dto.js.map +1 -1
- package/lib/course/index.d.ts +0 -1
- package/lib/course/index.js +0 -1
- package/lib/course/index.js.map +1 -1
- package/lib/currency/currency.dto.js +11 -13
- package/lib/currency/currency.dto.js.map +1 -1
- package/lib/discount/discount.dto.js +2 -2
- package/lib/discount/discount.dto.js.map +1 -1
- package/lib/discount/discount.model.d.ts +2 -3
- package/lib/discount/discount.model.js +1 -2
- package/lib/discount/discount.model.js.map +1 -1
- package/lib/driving/category/category.dto.d.ts +1 -1
- package/lib/driving/category/category.dto.js +7 -7
- package/lib/driving/category/category.dto.js.map +1 -1
- package/lib/driving/category/category.model.d.ts +2 -1
- package/lib/driving/category/category.model.js +6 -0
- package/lib/driving/category/category.model.js.map +1 -1
- package/lib/driving/exam/exam.dto.d.ts +2 -2
- package/lib/driving/exam/exam.dto.js +4 -4
- package/lib/driving/exam/exam.dto.js.map +1 -1
- package/lib/driving/exam/exam.model.d.ts +2 -2
- package/lib/driving/exam/exam.model.js +1 -1
- package/lib/driving/exam/exam.model.js.map +1 -1
- package/lib/driving/index.d.ts +0 -1
- package/lib/driving/index.js +0 -1
- package/lib/driving/index.js.map +1 -1
- package/lib/driving/lesson/index.d.ts +0 -1
- package/lib/driving/lesson/index.js +0 -1
- package/lib/driving/lesson/index.js.map +1 -1
- package/lib/driving/lesson/skill.d.ts +2 -3
- package/lib/driving/lesson/skill.dto.d.ts +2 -2
- package/lib/driving/lesson/skill.dto.js +4 -4
- package/lib/driving/lesson/skill.dto.js.map +1 -1
- package/lib/driving/lesson/skill.js +1 -1
- package/lib/driving/lesson/skill.js.map +1 -1
- package/lib/driving/lesson/topic.d.ts +1 -1
- package/lib/driving/lesson/topic.dto.d.ts +2 -2
- package/lib/driving/lesson/topic.dto.js +7 -8
- package/lib/driving/lesson/topic.dto.js.map +1 -1
- package/lib/expense/category.model.d.ts +1 -1
- package/lib/expense/category.model.js +1 -1
- package/lib/expense/category.model.js.map +1 -1
- package/lib/expense/expense.dto.d.ts +2 -3
- package/lib/expense/expense.dto.js +14 -29
- package/lib/expense/expense.dto.js.map +1 -1
- package/lib/expense/expense.model.d.ts +2 -2
- package/lib/expense/expense.model.js +1 -1
- package/lib/expense/expense.model.js.map +1 -1
- package/lib/expense/index.d.ts +0 -1
- package/lib/expense/index.js +0 -1
- package/lib/expense/index.js.map +1 -1
- package/lib/finance/finance.dto.d.ts +7 -9
- package/lib/finance/finance.dto.js +38 -131
- package/lib/finance/finance.dto.js.map +1 -1
- package/lib/finance/finance.model.d.ts +3 -5
- package/lib/finance/finance.model.js +1 -3
- package/lib/finance/finance.model.js.map +1 -1
- package/lib/finance/index.d.ts +0 -1
- package/lib/finance/index.js +0 -1
- package/lib/finance/index.js.map +1 -1
- package/lib/free-benefit/free-benefit.model.d.ts +1 -1
- package/lib/free-benefit/free-benefit.model.js +1 -1
- package/lib/free-benefit/free-benefit.model.js.map +1 -1
- package/lib/free-benefit/index.d.ts +0 -1
- package/lib/free-benefit/index.js +0 -1
- package/lib/free-benefit/index.js.map +1 -1
- package/lib/geo/address.dto.js +7 -7
- package/lib/geo/address.dto.js.map +1 -1
- package/lib/geo/address.model.d.ts +6 -4
- package/lib/geo/address.model.js +13 -2
- package/lib/geo/address.model.js.map +1 -1
- package/lib/geo/coordinate.model.js +3 -3
- package/lib/geo/coordinate.model.js.map +1 -1
- package/lib/geo/pickup.model.d.ts +1 -1
- package/lib/geo/pickup.model.js.map +1 -1
- package/lib/giftcode/giftcode.dto.js +7 -7
- package/lib/giftcode/giftcode.dto.js.map +1 -1
- package/lib/handover/index.d.ts +0 -1
- package/lib/handover/index.js +0 -1
- package/lib/handover/index.js.map +1 -1
- package/lib/index.d.ts +1 -3
- package/lib/index.js +1 -3
- package/lib/index.js.map +1 -1
- package/lib/instructor/instructor.dto.d.ts +1 -3
- package/lib/instructor/instructor.dto.js +13 -33
- package/lib/instructor/instructor.dto.js.map +1 -1
- package/lib/instructor/instructor.model.d.ts +5 -7
- package/lib/instructor/instructor.model.js +7 -12
- package/lib/instructor/instructor.model.js.map +1 -1
- package/lib/invoice/index.d.ts +0 -1
- package/lib/invoice/index.js +0 -1
- package/lib/invoice/index.js.map +1 -1
- package/lib/invoice/invoice.dto.d.ts +2 -2
- package/lib/invoice/invoice.dto.js +7 -9
- package/lib/invoice/invoice.dto.js.map +1 -1
- package/lib/invoice/invoice.model.d.ts +2 -3
- package/lib/invoice/invoice.model.js +1 -2
- package/lib/invoice/invoice.model.js.map +1 -1
- package/lib/link/link.model.d.ts +2 -2
- package/lib/link/link.model.js +1 -1
- package/lib/link/link.model.js.map +1 -1
- package/lib/log/index.d.ts +0 -1
- package/lib/log/index.js +0 -1
- package/lib/log/index.js.map +1 -1
- package/lib/log/log.model.d.ts +1 -1
- package/lib/log/log.model.js +1 -1
- package/lib/log/log.model.js.map +1 -1
- package/lib/note/note.model.d.ts +1 -1
- package/lib/note/note.model.js.map +1 -1
- package/lib/notification/index.d.ts +0 -1
- package/lib/notification/index.js +0 -1
- package/lib/notification/index.js.map +1 -1
- package/lib/notification/notification.model.d.ts +2 -2
- package/lib/notification/notification.model.js +1 -1
- package/lib/notification/notification.model.js.map +1 -1
- package/lib/payment/company-payment.model.d.ts +3 -3
- package/lib/payment/company-payment.model.js +1 -1
- package/lib/payment/company-payment.model.js.map +1 -1
- package/lib/payment/index.d.ts +0 -1
- package/lib/payment/index.js +0 -1
- package/lib/payment/index.js.map +1 -1
- package/lib/payment/payment.dto.d.ts +1 -1
- package/lib/payment/payment.dto.js +5 -5
- package/lib/payment/payment.dto.js.map +1 -1
- package/lib/payment/payment.model.d.ts +2 -4
- package/lib/payment/payment.model.js +1 -3
- package/lib/payment/payment.model.js.map +1 -1
- package/lib/payout/index.d.ts +0 -1
- package/lib/payout/index.js +0 -1
- package/lib/payout/index.js.map +1 -1
- package/lib/payout/payout.model.d.ts +2 -2
- package/lib/payout/payout.model.js +1 -1
- package/lib/payout/payout.model.js.map +1 -1
- package/lib/priceplan/index.d.ts +0 -1
- package/lib/priceplan/index.js +0 -1
- package/lib/priceplan/index.js.map +1 -1
- package/lib/priceplan/plan.dto.d.ts +1 -1
- package/lib/priceplan/plan.dto.js +6 -6
- package/lib/priceplan/plan.dto.js.map +1 -1
- package/lib/priceplan/plan.model.d.ts +1 -1
- package/lib/priceplan/plan.model.js +1 -1
- package/lib/priceplan/plan.model.js.map +1 -1
- package/lib/refund/refund.dto.js +2 -2
- package/lib/refund/refund.dto.js.map +1 -1
- package/lib/refund/refund.model.d.ts +2 -3
- package/lib/refund/refund.model.js +1 -2
- package/lib/refund/refund.model.js.map +1 -1
- package/lib/security/index.d.ts +0 -4
- package/lib/security/index.js +0 -4
- package/lib/security/index.js.map +1 -1
- package/lib/security/role.dto.d.ts +1 -1
- package/lib/security/role.dto.js +2 -2
- package/lib/security/role.dto.js.map +1 -1
- package/lib/session/driving/session.topic.d.ts +2 -2
- package/lib/session/driving/session.topic.js +1 -1
- package/lib/session/driving/session.topic.js.map +1 -1
- package/lib/setting/index.d.ts +0 -1
- package/lib/setting/index.js +0 -1
- package/lib/setting/index.js.map +1 -1
- package/lib/setting/setting.dto.js +2 -2
- package/lib/setting/setting.dto.js.map +1 -1
- package/lib/setting/setting.model.d.ts +2 -2
- package/lib/setting/setting.model.js +1 -1
- package/lib/setting/setting.model.js.map +1 -1
- package/lib/student/student.dto.js +6 -8
- package/lib/student/student.dto.js.map +1 -1
- package/lib/student/student.model.d.ts +2 -3
- package/lib/student/student.model.js +1 -2
- package/lib/student/student.model.js.map +1 -1
- package/lib/ticket/index.d.ts +0 -1
- package/lib/ticket/index.js +0 -1
- package/lib/ticket/index.js.map +1 -1
- package/lib/ticket/ticket.dto.d.ts +1 -1
- package/lib/ticket/ticket.dto.js +7 -7
- package/lib/ticket/ticket.dto.js.map +1 -1
- package/lib/ticket/ticket.model.d.ts +1 -1
- package/lib/ticket/ticket.model.js +1 -1
- package/lib/ticket/ticket.model.js.map +1 -1
- package/lib/training/driving.model.d.ts +1 -1
- package/lib/training/driving.model.js +1 -1
- package/lib/training/driving.model.js.map +1 -1
- package/lib/training/index.d.ts +0 -1
- package/lib/training/index.js +0 -1
- package/lib/training/index.js.map +1 -1
- package/lib/training/request.dto.d.ts +2 -2
- package/lib/training/request.dto.js +2 -2
- package/lib/training/request.dto.js.map +1 -1
- package/lib/training/request.model.d.ts +2 -3
- package/lib/training/request.model.js +1 -2
- package/lib/training/request.model.js.map +1 -1
- package/lib/training/training.dto.d.ts +5 -6
- package/lib/training/training.dto.js +25 -80
- package/lib/training/training.dto.js.map +1 -1
- package/lib/training/training.model.d.ts +2 -3
- package/lib/training/training.model.js +6 -7
- package/lib/training/training.model.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/user/agent.interface.d.ts +2 -2
- package/lib/user/agent.interface.js +0 -7
- package/lib/user/agent.interface.js.map +1 -1
- package/lib/user/index.d.ts +1 -2
- package/lib/user/index.js +1 -2
- package/lib/user/index.js.map +1 -1
- package/lib/user/profile.dto.d.ts +1 -2
- package/lib/user/profile.dto.js +8 -5
- package/lib/user/profile.dto.js.map +1 -1
- package/lib/user/user.model.d.ts +1 -3
- package/lib/user/user.model.js +2 -4
- package/lib/user/user.model.js.map +1 -1
- package/lib/utils/array.helper.d.ts +7 -0
- package/lib/utils/array.helper.js +11 -2
- package/lib/utils/array.helper.js.map +1 -1
- package/lib/utils/date.helper.d.ts +30 -1
- package/lib/utils/date.helper.js +59 -20
- package/lib/utils/date.helper.js.map +1 -1
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.js +3 -0
- package/lib/utils/index.js.map +1 -1
- package/package.json +2 -1
- package/lib/agent/asset.type.d.ts +0 -5
- package/lib/agent/asset.type.js +0 -10
- package/lib/agent/asset.type.js.map +0 -1
- package/lib/agent/earning.type.d.ts +0 -6
- package/lib/agent/earning.type.js +0 -3
- package/lib/agent/earning.type.js.map +0 -1
- package/lib/agent/payout.model.d.ts +0 -11
- package/lib/agent/payout.model.js +0 -59
- package/lib/agent/payout.model.js.map +0 -1
- package/lib/alert/alert.content.d.ts +0 -4
- package/lib/alert/alert.content.js +0 -9
- package/lib/alert/alert.content.js.map +0 -1
- package/lib/auth/biometric.dto.d.ts +0 -3
- package/lib/auth/biometric.dto.js +0 -25
- package/lib/auth/biometric.dto.js.map +0 -1
- package/lib/bill/bill-item.type.d.ts +0 -5
- package/lib/bill/bill-item.type.js +0 -10
- package/lib/bill/bill-item.type.js.map +0 -1
- package/lib/bill/bill.status.d.ts +0 -5
- package/lib/bill/bill.status.js +0 -13
- package/lib/bill/bill.status.js.map +0 -1
- package/lib/calendar/link.d.ts +0 -4
- package/lib/calendar/link.js +0 -9
- package/lib/calendar/link.js.map +0 -1
- package/lib/calendar/types.d.ts +0 -19
- package/lib/calendar/types.js +0 -25
- package/lib/calendar/types.js.map +0 -1
- package/lib/common/appointment.model.d.ts +0 -13
- package/lib/common/appointment.model.js +0 -79
- package/lib/common/appointment.model.js.map +0 -1
- package/lib/common/context.d.ts +0 -6
- package/lib/common/context.js +0 -11
- package/lib/common/context.js.map +0 -1
- package/lib/common/date.d.ts +0 -9
- package/lib/common/date.enum.d.ts +0 -9
- package/lib/common/date.enum.js +0 -14
- package/lib/common/date.enum.js.map +0 -1
- package/lib/common/date.js +0 -14
- package/lib/common/date.js.map +0 -1
- package/lib/common/general.dto.d.ts +0 -70
- package/lib/common/general.dto.js +0 -302
- package/lib/common/general.dto.js.map +0 -1
- package/lib/common/notification.enum.d.ts +0 -11
- package/lib/common/notification.enum.js +0 -17
- package/lib/common/notification.enum.js.map +0 -1
- package/lib/company/account.status.enum.d.ts +0 -8
- package/lib/company/account.status.enum.js +0 -13
- package/lib/company/account.status.enum.js.map +0 -1
- package/lib/company/common/appointment.type.enum.d.ts +0 -4
- package/lib/company/common/appointment.type.enum.js +0 -9
- package/lib/company/common/appointment.type.enum.js.map +0 -1
- package/lib/company/common/general.dto.d.ts +0 -46
- package/lib/company/common/general.dto.js +0 -182
- package/lib/company/common/general.dto.js.map +0 -1
- package/lib/company/common/index.d.ts +0 -4
- package/lib/company/common/index.js +0 -21
- package/lib/company/common/index.js.map +0 -1
- package/lib/company/common/request.status.enum.d.ts +0 -6
- package/lib/company/common/request.status.enum.js +0 -11
- package/lib/company/common/request.status.enum.js.map +0 -1
- package/lib/company/common/setting.enum.d.ts +0 -7
- package/lib/company/common/setting.enum.js +0 -12
- package/lib/company/common/setting.enum.js.map +0 -1
- package/lib/company/common/training.status.enum.d.ts +0 -11
- package/lib/company/common/training.status.enum.js +0 -17
- package/lib/company/common/training.status.enum.js.map +0 -1
- package/lib/company/course/appointment.model.d.ts +0 -10
- package/lib/company/course/appointment.model.js +0 -43
- package/lib/company/course/appointment.model.js.map +0 -1
- package/lib/company/course/course.enum.d.ts +0 -15
- package/lib/company/course/course.enum.js +0 -22
- package/lib/company/course/course.enum.js.map +0 -1
- package/lib/company/course/course.model.d.ts +0 -17
- package/lib/company/course/course.model.js +0 -94
- package/lib/company/course/course.model.js.map +0 -1
- package/lib/company/course/definition.model.d.ts +0 -11
- package/lib/company/course/definition.model.js +0 -57
- package/lib/company/course/definition.model.js.map +0 -1
- package/lib/company/course/finances/discount.model.d.ts +0 -8
- package/lib/company/course/finances/discount.model.js +0 -44
- package/lib/company/course/finances/discount.model.js.map +0 -1
- package/lib/company/course/finances/index.d.ts +0 -5
- package/lib/company/course/finances/index.js +0 -22
- package/lib/company/course/finances/index.js.map +0 -1
- package/lib/company/course/finances/invoice-item.model.d.ts +0 -7
- package/lib/company/course/finances/invoice-item.model.js +0 -43
- package/lib/company/course/finances/invoice-item.model.js.map +0 -1
- package/lib/company/course/finances/invoice.model.d.ts +0 -15
- package/lib/company/course/finances/invoice.model.js +0 -77
- package/lib/company/course/finances/invoice.model.js.map +0 -1
- package/lib/company/course/finances/payment.model.d.ts +0 -13
- package/lib/company/course/finances/payment.model.js +0 -68
- package/lib/company/course/finances/payment.model.js.map +0 -1
- package/lib/company/course/finances/refund.model.d.ts +0 -8
- package/lib/company/course/finances/refund.model.js +0 -44
- package/lib/company/course/finances/refund.model.js.map +0 -1
- package/lib/company/course/index.d.ts +0 -6
- package/lib/company/course/index.js +0 -23
- package/lib/company/course/index.js.map +0 -1
- package/lib/company/course/part.model.d.ts +0 -10
- package/lib/company/course/part.model.js +0 -56
- package/lib/company/course/part.model.js.map +0 -1
- package/lib/company/driving/appointment.type.enum.d.ts +0 -4
- package/lib/company/driving/appointment.type.enum.js +0 -9
- package/lib/company/driving/appointment.type.enum.js.map +0 -1
- package/lib/company/driving/category.model.d.ts +0 -18
- package/lib/company/driving/category.model.js +0 -100
- package/lib/company/driving/category.model.js.map +0 -1
- package/lib/company/driving/dto.d.ts +0 -5
- package/lib/company/driving/dto.js +0 -38
- package/lib/company/driving/dto.js.map +0 -1
- package/lib/company/driving/exam.enum.d.ts +0 -5
- package/lib/company/driving/exam.enum.js +0 -10
- package/lib/company/driving/exam.enum.js.map +0 -1
- package/lib/company/driving/exam.status.enum.d.ts +0 -5
- package/lib/company/driving/exam.status.enum.js +0 -10
- package/lib/company/driving/exam.status.enum.js.map +0 -1
- package/lib/company/driving/finances/discount.model.d.ts +0 -8
- package/lib/company/driving/finances/discount.model.js +0 -44
- package/lib/company/driving/finances/discount.model.js.map +0 -1
- package/lib/company/driving/finances/index.d.ts +0 -5
- package/lib/company/driving/finances/index.js +0 -22
- package/lib/company/driving/finances/index.js.map +0 -1
- package/lib/company/driving/finances/invoice-item.model.d.ts +0 -7
- package/lib/company/driving/finances/invoice-item.model.js +0 -43
- package/lib/company/driving/finances/invoice-item.model.js.map +0 -1
- package/lib/company/driving/finances/invoice.model.d.ts +0 -14
- package/lib/company/driving/finances/invoice.model.js +0 -71
- package/lib/company/driving/finances/invoice.model.js.map +0 -1
- package/lib/company/driving/finances/payment.model.d.ts +0 -13
- package/lib/company/driving/finances/payment.model.js +0 -68
- package/lib/company/driving/finances/payment.model.js.map +0 -1
- package/lib/company/driving/finances/refund.model.d.ts +0 -8
- package/lib/company/driving/finances/refund.model.js +0 -44
- package/lib/company/driving/finances/refund.model.js.map +0 -1
- package/lib/company/driving/index.d.ts +0 -9
- package/lib/company/driving/index.js +0 -26
- package/lib/company/driving/index.js.map +0 -1
- package/lib/company/driving/score.enum.d.ts +0 -12
- package/lib/company/driving/score.enum.js +0 -18
- package/lib/company/driving/score.enum.js.map +0 -1
- package/lib/company/driving/skill.model.d.ts +0 -8
- package/lib/company/driving/skill.model.js +0 -47
- package/lib/company/driving/skill.model.js.map +0 -1
- package/lib/company/driving/status.enum.d.ts +0 -5
- package/lib/company/driving/status.enum.js +0 -10
- package/lib/company/driving/status.enum.js.map +0 -1
- package/lib/company/driving/topic.model.d.ts +0 -10
- package/lib/company/driving/topic.model.js +0 -54
- package/lib/company/driving/topic.model.js.map +0 -1
- package/lib/company/driving/transmission.enum.d.ts +0 -4
- package/lib/company/driving/transmission.enum.js +0 -9
- package/lib/company/driving/transmission.enum.js.map +0 -1
- package/lib/company/event.model.d.ts +0 -8
- package/lib/company/event.model.js +0 -49
- package/lib/company/event.model.js.map +0 -1
- package/lib/company/finances/card.model.d.ts +0 -10
- package/lib/company/finances/card.model.js +0 -55
- package/lib/company/finances/card.model.js.map +0 -1
- package/lib/company/finances/credit.model.d.ts +0 -9
- package/lib/company/finances/credit.model.js +0 -50
- package/lib/company/finances/credit.model.js.map +0 -1
- package/lib/company/finances/expense-category.model.d.ts +0 -5
- package/lib/company/finances/expense-category.model.js +0 -31
- package/lib/company/finances/expense-category.model.js.map +0 -1
- package/lib/company/finances/expense.model.d.ts +0 -11
- package/lib/company/finances/expense.model.js +0 -55
- package/lib/company/finances/expense.model.js.map +0 -1
- package/lib/company/finances/finance.enum.d.ts +0 -22
- package/lib/company/finances/finance.enum.js +0 -31
- package/lib/company/finances/finance.enum.js.map +0 -1
- package/lib/company/finances/index.d.ts +0 -5
- package/lib/company/finances/index.js +0 -22
- package/lib/company/finances/index.js.map +0 -1
- package/lib/company/finances/payment.model.d.ts +0 -7
- package/lib/company/finances/payment.model.js +0 -39
- package/lib/company/finances/payment.model.js.map +0 -1
- package/lib/company/finances/priceplan.model.d.ts +0 -19
- package/lib/company/finances/priceplan.model.js +0 -95
- package/lib/company/finances/priceplan.model.js.map +0 -1
- package/lib/company/plan/index.d.ts +0 -2
- package/lib/company/plan/index.js +0 -19
- package/lib/company/plan/index.js.map +0 -1
- package/lib/company/plan/plan.enum.d.ts +0 -9
- package/lib/company/plan/plan.enum.js +0 -15
- package/lib/company/plan/plan.enum.js.map +0 -1
- package/lib/company/plan/plan.model.d.ts +0 -16
- package/lib/company/plan/plan.model.js +0 -87
- package/lib/company/plan/plan.model.js.map +0 -1
- package/lib/company/plan.enum.d.ts +0 -9
- package/lib/company/plan.enum.js +0 -15
- package/lib/company/plan.enum.js.map +0 -1
- package/lib/company/priceplan.model.d.ts +0 -16
- package/lib/company/priceplan.model.js +0 -87
- package/lib/company/priceplan.model.js.map +0 -1
- package/lib/company/setting.model.d.ts +0 -10
- package/lib/company/setting.model.js +0 -52
- package/lib/company/setting.model.js.map +0 -1
- package/lib/company/student/index.d.ts +0 -1
- package/lib/company/student/index.js +0 -18
- package/lib/company/student/index.js.map +0 -1
- package/lib/company/student/student.model.d.ts +0 -10
- package/lib/company/student/student.model.js +0 -43
- package/lib/company/student/student.model.js.map +0 -1
- package/lib/company/team/index.d.ts +0 -2
- package/lib/company/team/index.js +0 -19
- package/lib/company/team/index.js.map +0 -1
- package/lib/company/team/team.dto.d.ts +0 -6
- package/lib/company/team/team.dto.js +0 -39
- package/lib/company/team/team.dto.js.map +0 -1
- package/lib/company/team/user.model.d.ts +0 -33
- package/lib/company/team/user.model.js +0 -104
- package/lib/company/team/user.model.js.map +0 -1
- package/lib/company/team/user.status.enum.d.ts +0 -5
- package/lib/company/team/user.status.enum.js +0 -10
- package/lib/company/team/user.status.enum.js.map +0 -1
- package/lib/company/user.model.d.ts +0 -25
- package/lib/company/user.model.js +0 -124
- package/lib/company/user.model.js.map +0 -1
- package/lib/course/types.d.ts +0 -15
- package/lib/course/types.js +0 -22
- package/lib/course/types.js.map +0 -1
- package/lib/driving/lesson/types.d.ts +0 -15
- package/lib/driving/lesson/types.js +0 -21
- package/lib/driving/lesson/types.js.map +0 -1
- package/lib/driving/types.d.ts +0 -9
- package/lib/driving/types.js +0 -15
- package/lib/driving/types.js.map +0 -1
- package/lib/enums/date.d.ts +0 -9
- package/lib/enums/date.js +0 -14
- package/lib/enums/date.js.map +0 -1
- package/lib/enums/finance.d.ts +0 -22
- package/lib/enums/finance.js +0 -31
- package/lib/enums/finance.js.map +0 -1
- package/lib/enums/index.d.ts +0 -1
- package/lib/enums/index.js +0 -14
- package/lib/enums/index.js.map +0 -1
- package/lib/enums/language.d.ts +0 -6
- package/lib/enums/language.js +0 -11
- package/lib/enums/language.js.map +0 -1
- package/lib/enums/notification.d.ts +0 -11
- package/lib/enums/notification.js +0 -17
- package/lib/enums/notification.js.map +0 -1
- package/lib/enums/plan.d.ts +0 -9
- package/lib/enums/plan.js +0 -15
- package/lib/enums/plan.js.map +0 -1
- package/lib/enums/role.d.ts +0 -6
- package/lib/enums/role.js +0 -11
- package/lib/enums/role.js.map +0 -1
- package/lib/enums/score.d.ts +0 -12
- package/lib/enums/score.js +0 -18
- package/lib/enums/score.js.map +0 -1
- package/lib/enums/training.d.ts +0 -19
- package/lib/enums/training.js +0 -27
- package/lib/enums/training.js.map +0 -1
- package/lib/event/event.dto.d.ts +0 -24
- package/lib/event/event.dto.js +0 -146
- package/lib/event/event.dto.js.map +0 -1
- package/lib/event/event.model.d.ts +0 -8
- package/lib/event/event.model.js +0 -49
- package/lib/event/event.model.js.map +0 -1
- package/lib/event/index.d.ts +0 -2
- package/lib/event/index.js +0 -19
- package/lib/event/index.js.map +0 -1
- package/lib/events/agent/account.events.d.ts +0 -27
- package/lib/events/agent/account.events.js +0 -32
- package/lib/events/agent/account.events.js.map +0 -1
- package/lib/events/agent/payout.events.d.ts +0 -29
- package/lib/events/agent/payout.events.js +0 -34
- package/lib/events/agent/payout.events.js.map +0 -1
- package/lib/events/agent/profile.events.d.ts +0 -18
- package/lib/events/agent/profile.events.js +0 -23
- package/lib/events/agent/profile.events.js.map +0 -1
- package/lib/events/agent/promotion.events.d.ts +0 -42
- package/lib/events/agent/promotion.events.js +0 -47
- package/lib/events/agent/promotion.events.js.map +0 -1
- package/lib/events/auth/auth.events.d.ts +0 -16
- package/lib/events/auth/auth.events.js +0 -21
- package/lib/events/auth/auth.events.js.map +0 -1
- package/lib/events/auth/token.events.d.ts +0 -23
- package/lib/events/auth/token.events.js +0 -28
- package/lib/events/auth/token.events.js.map +0 -1
- package/lib/events/auth/verify.events.d.ts +0 -17
- package/lib/events/auth/verify.events.js +0 -22
- package/lib/events/auth/verify.events.js.map +0 -1
- package/lib/events/company/account/account.events.d.ts +0 -64
- package/lib/events/company/account/account.events.js +0 -69
- package/lib/events/company/account/account.events.js.map +0 -1
- package/lib/events/company/account/profile.events.d.ts +0 -169
- package/lib/events/company/account/profile.events.js +0 -174
- package/lib/events/company/account/profile.events.js.map +0 -1
- package/lib/events/company/course/appointment.events.d.ts +0 -56
- package/lib/events/company/course/appointment.events.js +0 -61
- package/lib/events/company/course/appointment.events.js.map +0 -1
- package/lib/events/company/course/course.events.d.ts +0 -118
- package/lib/events/company/course/course.events.js +0 -123
- package/lib/events/company/course/course.events.js.map +0 -1
- package/lib/events/company/course/lesson.events.d.ts +0 -56
- package/lib/events/company/course/lesson.events.js +0 -61
- package/lib/events/company/course/lesson.events.js.map +0 -1
- package/lib/events/company/course/topic.events.d.ts +0 -76
- package/lib/events/company/course/topic.events.js +0 -81
- package/lib/events/company/course/topic.events.js.map +0 -1
- package/lib/events/company/product/addon.events.d.ts +0 -34
- package/lib/events/company/product/addon.events.js +0 -39
- package/lib/events/company/product/addon.events.js.map +0 -1
- package/lib/events/company/product/campaign.events.d.ts +0 -13
- package/lib/events/company/product/campaign.events.js +0 -18
- package/lib/events/company/product/campaign.events.js.map +0 -1
- package/lib/events/company/product/product.events.d.ts +0 -54
- package/lib/events/company/product/product.events.js +0 -59
- package/lib/events/company/product/product.events.js.map +0 -1
- package/lib/events/index.d.ts +0 -25
- package/lib/events/index.js +0 -42
- package/lib/events/index.js.map +0 -1
- package/lib/events/instructor/account/account.events.d.ts +0 -123
- package/lib/events/instructor/account/account.events.js +0 -128
- package/lib/events/instructor/account/account.events.js.map +0 -1
- package/lib/events/instructor/account/profile.events.d.ts +0 -31
- package/lib/events/instructor/account/profile.events.js +0 -36
- package/lib/events/instructor/account/profile.events.js.map +0 -1
- package/lib/events/instructor/task/task.events.d.ts +0 -24
- package/lib/events/instructor/task/task.events.js +0 -29
- package/lib/events/instructor/task/task.events.js.map +0 -1
- package/lib/events/student/account/account.events.d.ts +0 -36
- package/lib/events/student/account/account.events.js +0 -41
- package/lib/events/student/account/account.events.js.map +0 -1
- package/lib/events/user/account.events.d.ts +0 -84
- package/lib/events/user/account.events.js +0 -89
- package/lib/events/user/account.events.js.map +0 -1
- package/lib/events/user/alert.events.d.ts +0 -16
- package/lib/events/user/alert.events.js +0 -21
- package/lib/events/user/alert.events.js.map +0 -1
- package/lib/events/user/device.events.d.ts +0 -30
- package/lib/events/user/device.events.js +0 -35
- package/lib/events/user/device.events.js.map +0 -1
- package/lib/events/user/notification.events.d.ts +0 -30
- package/lib/events/user/notification.events.js +0 -35
- package/lib/events/user/notification.events.js.map +0 -1
- package/lib/events/user/profile.events.d.ts +0 -60
- package/lib/events/user/profile.events.js +0 -65
- package/lib/events/user/profile.events.js.map +0 -1
- package/lib/expense/expense.types.d.ts +0 -5
- package/lib/expense/expense.types.js +0 -10
- package/lib/expense/expense.types.js.map +0 -1
- package/lib/finance/finance.type.d.ts +0 -21
- package/lib/finance/finance.type.js +0 -21
- package/lib/finance/finance.type.js.map +0 -1
- package/lib/finance/handover.dto.d.ts +0 -6
- package/lib/finance/handover.dto.js +0 -45
- package/lib/finance/handover.dto.js.map +0 -1
- package/lib/finance/handover.model.d.ts +0 -13
- package/lib/finance/handover.model.js +0 -65
- package/lib/finance/handover.model.js.map +0 -1
- package/lib/free-benefit/free-benefit.type.d.ts +0 -4
- package/lib/free-benefit/free-benefit.type.js +0 -9
- package/lib/free-benefit/free-benefit.type.js.map +0 -1
- package/lib/handover/handover.document.d.ts +0 -5
- package/lib/handover/handover.document.js +0 -3
- package/lib/handover/handover.document.js.map +0 -1
- package/lib/invoice/invoice.types.d.ts +0 -6
- package/lib/invoice/invoice.types.js +0 -11
- package/lib/invoice/invoice.types.js.map +0 -1
- package/lib/language/index.d.ts +0 -1
- package/lib/language/index.js +0 -18
- package/lib/language/index.js.map +0 -1
- package/lib/language/language.enum.d.ts +0 -6
- package/lib/language/language.enum.js +0 -11
- package/lib/language/language.enum.js.map +0 -1
- package/lib/log/log.type.d.ts +0 -9
- package/lib/log/log.type.js +0 -14
- package/lib/log/log.type.js.map +0 -1
- package/lib/notification/notification-preference.model.d.ts +0 -5
- package/lib/notification/notification-preference.model.js +0 -31
- package/lib/notification/notification-preference.model.js.map +0 -1
- package/lib/notification/notification.channel.d.ts +0 -6
- package/lib/notification/notification.channel.js +0 -11
- package/lib/notification/notification.channel.js.map +0 -1
- package/lib/notification/notification.enum.d.ts +0 -11
- package/lib/notification/notification.enum.js +0 -17
- package/lib/notification/notification.enum.js.map +0 -1
- package/lib/notification/notification.types.d.ts +0 -11
- package/lib/notification/notification.types.js +0 -17
- package/lib/notification/notification.types.js.map +0 -1
- package/lib/payment/payment.types.d.ts +0 -13
- package/lib/payment/payment.types.js +0 -20
- package/lib/payment/payment.types.js.map +0 -1
- package/lib/payout/payout.types.d.ts +0 -4
- package/lib/payout/payout.types.js +0 -9
- package/lib/payout/payout.types.js.map +0 -1
- package/lib/priceplan/plan.enum.d.ts +0 -23
- package/lib/priceplan/plan.enum.js +0 -29
- package/lib/priceplan/plan.enum.js.map +0 -1
- package/lib/product/index.d.ts +0 -3
- package/lib/product/index.js +0 -20
- package/lib/product/index.js.map +0 -1
- package/lib/product/product.dto.d.ts +0 -12
- package/lib/product/product.dto.js +0 -69
- package/lib/product/product.dto.js.map +0 -1
- package/lib/product/product.model.d.ts +0 -12
- package/lib/product/product.model.js +0 -61
- package/lib/product/product.model.js.map +0 -1
- package/lib/product/product.type.d.ts +0 -4
- package/lib/product/product.type.js +0 -9
- package/lib/product/product.type.js.map +0 -1
- package/lib/public/user-agent.interface.d.ts +0 -6
- package/lib/public/user-agent.interface.js +0 -3
- package/lib/public/user-agent.interface.js.map +0 -1
- package/lib/security/account.types.d.ts +0 -8
- package/lib/security/account.types.js +0 -13
- package/lib/security/account.types.js.map +0 -1
- package/lib/security/acl.d.ts +0 -6
- package/lib/security/acl.js +0 -11
- package/lib/security/acl.js.map +0 -1
- package/lib/security/permissions.d.ts +0 -9
- package/lib/security/permissions.js +0 -14
- package/lib/security/permissions.js.map +0 -1
- package/lib/security/role.types.d.ts +0 -41
- package/lib/security/role.types.js +0 -46
- package/lib/security/role.types.js.map +0 -1
- package/lib/security/roles.d.ts +0 -9
- package/lib/security/roles.js +0 -14
- package/lib/security/roles.js.map +0 -1
- package/lib/security/token.interface.d.ts +0 -7
- package/lib/security/token.interface.js +0 -3
- package/lib/security/token.interface.js.map +0 -1
- package/lib/session/course/index.d.ts +0 -1
- package/lib/session/course/index.js +0 -14
- package/lib/session/course/index.js.map +0 -1
- package/lib/session/course/session.model.d.ts +0 -8
- package/lib/session/course/session.model.js +0 -36
- package/lib/session/course/session.model.js.map +0 -1
- package/lib/session/driving/appointment-assessment.d.ts +0 -8
- package/lib/session/driving/appointment-assessment.js +0 -50
- package/lib/session/driving/appointment-assessment.js.map +0 -1
- package/lib/setting/setting.type.d.ts +0 -7
- package/lib/setting/setting.type.js +0 -12
- package/lib/setting/setting.type.js.map +0 -1
- package/lib/student/course/appointment.model.d.ts +0 -5
- package/lib/student/course/appointment.model.js +0 -32
- package/lib/student/course/appointment.model.js.map +0 -1
- package/lib/student/course/index.d.ts +0 -3
- package/lib/student/course/index.js +0 -20
- package/lib/student/course/index.js.map +0 -1
- package/lib/student/course/request.model.d.ts +0 -11
- package/lib/student/course/request.model.js +0 -62
- package/lib/student/course/request.model.js.map +0 -1
- package/lib/student/course/training.model.d.ts +0 -16
- package/lib/student/course/training.model.js +0 -92
- package/lib/student/course/training.model.js.map +0 -1
- package/lib/student/driving/appointment-skill.model.d.ts +0 -6
- package/lib/student/driving/appointment-skill.model.js +0 -32
- package/lib/student/driving/appointment-skill.model.js.map +0 -1
- package/lib/student/driving/appointment-topic.model.d.ts +0 -6
- package/lib/student/driving/appointment-topic.model.js +0 -32
- package/lib/student/driving/appointment-topic.model.js.map +0 -1
- package/lib/student/driving/appointment.model.d.ts +0 -12
- package/lib/student/driving/appointment.model.js +0 -67
- package/lib/student/driving/appointment.model.js.map +0 -1
- package/lib/student/driving/exam/exam-topic-assesment.model.d.ts +0 -8
- package/lib/student/driving/exam/exam-topic-assesment.model.js +0 -40
- package/lib/student/driving/exam/exam-topic-assesment.model.js.map +0 -1
- package/lib/student/driving/exam/exam.model.d.ts +0 -11
- package/lib/student/driving/exam/exam.model.js +0 -50
- package/lib/student/driving/exam/exam.model.js.map +0 -1
- package/lib/student/driving/exam/index.d.ts +0 -2
- package/lib/student/driving/exam/index.js +0 -19
- package/lib/student/driving/exam/index.js.map +0 -1
- package/lib/student/driving/index.d.ts +0 -8
- package/lib/student/driving/index.js +0 -25
- package/lib/student/driving/index.js.map +0 -1
- package/lib/student/driving/request.model.d.ts +0 -13
- package/lib/student/driving/request.model.js +0 -73
- package/lib/student/driving/request.model.js.map +0 -1
- package/lib/student/driving/skill.model.d.ts +0 -6
- package/lib/student/driving/skill.model.js +0 -32
- package/lib/student/driving/skill.model.js.map +0 -1
- package/lib/student/driving/topic.model.d.ts +0 -7
- package/lib/student/driving/topic.model.js +0 -38
- package/lib/student/driving/topic.model.js.map +0 -1
- package/lib/student/driving/training.model.d.ts +0 -23
- package/lib/student/driving/training.model.js +0 -131
- package/lib/student/driving/training.model.js.map +0 -1
- package/lib/student/signature.model.d.ts +0 -7
- package/lib/student/signature.model.js +0 -42
- package/lib/student/signature.model.js.map +0 -1
- package/lib/support/index.d.ts +0 -1
- package/lib/support/index.js +0 -18
- package/lib/support/index.js.map +0 -1
- package/lib/support/request.dto.d.ts +0 -5
- package/lib/support/request.dto.js +0 -39
- package/lib/support/request.dto.js.map +0 -1
- package/lib/system/country.model.d.ts +0 -15
- package/lib/system/country.model.js +0 -75
- package/lib/system/country.model.js.map +0 -1
- package/lib/system/driving/category.model.d.ts +0 -12
- package/lib/system/driving/category.model.js +0 -66
- package/lib/system/driving/category.model.js.map +0 -1
- package/lib/system/driving/category.trans.model.d.ts +0 -8
- package/lib/system/driving/category.trans.model.js +0 -42
- package/lib/system/driving/category.trans.model.js.map +0 -1
- package/lib/system/driving/index.d.ts +0 -6
- package/lib/system/driving/index.js +0 -23
- package/lib/system/driving/index.js.map +0 -1
- package/lib/system/driving/skill.model.d.ts +0 -11
- package/lib/system/driving/skill.model.js +0 -61
- package/lib/system/driving/skill.model.js.map +0 -1
- package/lib/system/driving/skill.trans.model.d.ts +0 -9
- package/lib/system/driving/skill.trans.model.js +0 -48
- package/lib/system/driving/skill.trans.model.js.map +0 -1
- package/lib/system/driving/topic.model.d.ts +0 -10
- package/lib/system/driving/topic.model.js +0 -55
- package/lib/system/driving/topic.model.js.map +0 -1
- package/lib/system/driving/topic.trans.model.d.ts +0 -8
- package/lib/system/driving/topic.trans.model.js +0 -42
- package/lib/system/driving/topic.trans.model.js.map +0 -1
- package/lib/system/finances/currency.model.d.ts +0 -9
- package/lib/system/finances/currency.model.js +0 -53
- package/lib/system/finances/currency.model.js.map +0 -1
- package/lib/system/finances/index.d.ts +0 -3
- package/lib/system/finances/index.js +0 -20
- package/lib/system/finances/index.js.map +0 -1
- package/lib/system/finances/priceplan.model.d.ts +0 -13
- package/lib/system/finances/priceplan.model.js +0 -67
- package/lib/system/finances/priceplan.model.js.map +0 -1
- package/lib/system/finances/priceplan.translation.d.ts +0 -8
- package/lib/system/finances/priceplan.translation.js +0 -42
- package/lib/system/finances/priceplan.translation.js.map +0 -1
- package/lib/system/index.d.ts +0 -3
- package/lib/system/index.js +0 -20
- package/lib/system/index.js.map +0 -1
- package/lib/ticket/ticket.enum.d.ts +0 -5
- package/lib/ticket/ticket.enum.js +0 -10
- package/lib/ticket/ticket.enum.js.map +0 -1
- package/lib/training/training.types.d.ts +0 -15
- package/lib/training/training.types.js +0 -22
- package/lib/training/training.types.js.map +0 -1
- package/lib/types/activity.type.d.ts +0 -46
- package/lib/types/activity.type.js +0 -51
- package/lib/types/activity.type.js.map +0 -1
- package/lib/types/addon.type.d.ts +0 -66
- package/lib/types/addon.type.js +0 -71
- package/lib/types/addon.type.js.map +0 -1
- package/lib/types/calendar.type.d.ts +0 -24
- package/lib/types/calendar.type.js +0 -31
- package/lib/types/calendar.type.js.map +0 -1
- package/lib/types/driving.type.d.ts +0 -12
- package/lib/types/driving.type.js +0 -18
- package/lib/types/driving.type.js.map +0 -1
- package/lib/types/earning.type.d.ts +0 -6
- package/lib/types/earning.type.js +0 -3
- package/lib/types/earning.type.js.map +0 -1
- package/lib/types/finance.type.d.ts +0 -67
- package/lib/types/finance.type.js +0 -77
- package/lib/types/finance.type.js.map +0 -1
- package/lib/types/index.d.ts +0 -15
- package/lib/types/index.js +0 -32
- package/lib/types/index.js.map +0 -1
- package/lib/types/interface.d.ts +0 -79
- package/lib/types/interface.js +0 -4
- package/lib/types/interface.js.map +0 -1
- package/lib/types/metric.type.d.ts +0 -34
- package/lib/types/metric.type.js +0 -39
- package/lib/types/metric.type.js.map +0 -1
- package/lib/types/policy.type.d.ts +0 -27
- package/lib/types/policy.type.js +0 -32
- package/lib/types/policy.type.js.map +0 -1
- package/lib/types/priceplan.type.d.ts +0 -39
- package/lib/types/priceplan.type.js +0 -48
- package/lib/types/priceplan.type.js.map +0 -1
- package/lib/types/product.type.d.ts +0 -202
- package/lib/types/product.type.js +0 -209
- package/lib/types/product.type.js.map +0 -1
- package/lib/types/program.type.d.ts +0 -23
- package/lib/types/program.type.js +0 -28
- package/lib/types/program.type.js.map +0 -1
- package/lib/types/security.type.d.ts +0 -54
- package/lib/types/security.type.js +0 -60
- package/lib/types/security.type.js.map +0 -1
- package/lib/types/support.type.d.ts +0 -127
- package/lib/types/support.type.js +0 -144
- package/lib/types/support.type.js.map +0 -1
- package/lib/types/training.type.d.ts +0 -16
- package/lib/types/training.type.js +0 -22
- package/lib/types/training.type.js.map +0 -1
- package/lib/user/biometric.dto.d.ts +0 -3
- package/lib/user/biometric.dto.js +0 -25
- package/lib/user/biometric.dto.js.map +0 -1
- package/lib/user/email.dto.d.ts +0 -4
- package/lib/user/email.dto.js +0 -32
- package/lib/user/email.dto.js.map +0 -1
- package/lib/user/notification/index.d.ts +0 -3
- package/lib/user/notification/index.js +0 -20
- package/lib/user/notification/index.js.map +0 -1
- package/lib/user/notification/notification-preference.model.d.ts +0 -5
- package/lib/user/notification/notification-preference.model.js +0 -31
- package/lib/user/notification/notification-preference.model.js.map +0 -1
- package/lib/user/notification/notification.enum.d.ts +0 -11
- package/lib/user/notification/notification.enum.js +0 -17
- package/lib/user/notification/notification.enum.js.map +0 -1
- package/lib/user/notification/notification.model.d.ts +0 -10
- package/lib/user/notification/notification.model.js +0 -53
- package/lib/user/notification/notification.model.js.map +0 -1
- package/lib/user/phone.dto.d.ts +0 -4
- package/lib/user/phone.dto.js +0 -32
- package/lib/user/phone.dto.js.map +0 -1
- package/lib/user/profile.type.d.ts +0 -10
- package/lib/user/profile.type.js +0 -15
- package/lib/user/profile.type.js.map +0 -1
- package/lib/user/sign.dto.d.ts +0 -5
- package/lib/user/sign.dto.js +0 -38
- package/lib/user/sign.dto.js.map +0 -1
- package/lib/user/user.device.model.d.ts +0 -8
- package/lib/user/user.device.model.js +0 -46
- package/lib/user/user.device.model.js.map +0 -1
- package/lib/validators/compare.validator.d.ts +0 -9
- package/lib/validators/compare.validator.js +0 -34
- package/lib/validators/compare.validator.js.map +0 -1
- package/lib/validators/index.d.ts +0 -2
- package/lib/validators/index.js +0 -19
- package/lib/validators/index.js.map +0 -1
- package/lib/validators/required.validator.d.ts +0 -21
- package/lib/validators/required.validator.js +0 -95
- package/lib/validators/required.validator.js.map +0 -1
|
@@ -1,67 +0,0 @@
|
|
|
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.PricePlan = void 0;
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const company_1 = require("../../company");
|
|
15
|
-
const priceplan_translation_1 = require("./priceplan.translation");
|
|
16
|
-
class PricePlan {
|
|
17
|
-
id;
|
|
18
|
-
name;
|
|
19
|
-
model;
|
|
20
|
-
icon;
|
|
21
|
-
price;
|
|
22
|
-
startCredit;
|
|
23
|
-
active;
|
|
24
|
-
translations;
|
|
25
|
-
constructor(props) {
|
|
26
|
-
Object.assign(this, props);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
exports.PricePlan = PricePlan;
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, class_transformer_1.Expose)(),
|
|
32
|
-
(0, class_transformer_1.Type)(() => Number),
|
|
33
|
-
__metadata("design:type", Number)
|
|
34
|
-
], PricePlan.prototype, "id", void 0);
|
|
35
|
-
__decorate([
|
|
36
|
-
(0, class_transformer_1.Expose)(),
|
|
37
|
-
__metadata("design:type", String)
|
|
38
|
-
], PricePlan.prototype, "name", void 0);
|
|
39
|
-
__decorate([
|
|
40
|
-
(0, class_transformer_1.Expose)(),
|
|
41
|
-
__metadata("design:type", String)
|
|
42
|
-
], PricePlan.prototype, "model", void 0);
|
|
43
|
-
__decorate([
|
|
44
|
-
(0, class_transformer_1.Expose)(),
|
|
45
|
-
__metadata("design:type", String)
|
|
46
|
-
], PricePlan.prototype, "icon", void 0);
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, class_transformer_1.Expose)(),
|
|
49
|
-
(0, class_transformer_1.Type)(() => Number),
|
|
50
|
-
__metadata("design:type", Number)
|
|
51
|
-
], PricePlan.prototype, "price", void 0);
|
|
52
|
-
__decorate([
|
|
53
|
-
(0, class_transformer_1.Expose)(),
|
|
54
|
-
(0, class_transformer_1.Type)(() => Number),
|
|
55
|
-
__metadata("design:type", Number)
|
|
56
|
-
], PricePlan.prototype, "startCredit", void 0);
|
|
57
|
-
__decorate([
|
|
58
|
-
(0, class_transformer_1.Expose)(),
|
|
59
|
-
(0, class_transformer_1.Type)(() => Boolean),
|
|
60
|
-
__metadata("design:type", Boolean)
|
|
61
|
-
], PricePlan.prototype, "active", void 0);
|
|
62
|
-
__decorate([
|
|
63
|
-
(0, class_transformer_1.Expose)(),
|
|
64
|
-
(0, class_transformer_1.Type)(() => priceplan_translation_1.PricePlanTranslation),
|
|
65
|
-
__metadata("design:type", Array)
|
|
66
|
-
], PricePlan.prototype, "translations", void 0);
|
|
67
|
-
//# sourceMappingURL=priceplan.model.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"priceplan.model.js","sourceRoot":"","sources":["../../../src/system/finances/priceplan.model.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,2CAA+C;AAC/C,mEAA+D;AAE/D,MAAa,SAAS;IAGrB,EAAE,CAAS;IAGX,IAAI,CAAS;IAGb,KAAK,CAAiB;IAGtB,IAAI,CAAS;IAMb,KAAK,CAAS;IAId,WAAW,CAAS;IAMpB,MAAM,CAAU;IAMhB,YAAY,CAAyB;IAIrC,YAAY,KAA0B;QACrC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAzCD,8BAyCC;AAtCA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;qCACR;AAGX;IADC,IAAA,0BAAM,GAAE;;uCACI;AAGb;IADC,IAAA,0BAAM,GAAE;;wCACa;AAGtB;IADC,IAAA,0BAAM,GAAE;;uCACI;AAMb;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;wCACL;AAId;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;8CACC;AAMpB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,OAAO,CAAC;;yCACJ;AAMhB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4CAAoB,CAAC;;+CACI"}
|
|
@@ -1,42 +0,0 @@
|
|
|
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.PricePlanTranslation = void 0;
|
|
13
|
-
const class_transformer_1 = require("class-transformer");
|
|
14
|
-
const language_1 = require("../../language");
|
|
15
|
-
class PricePlanTranslation {
|
|
16
|
-
id;
|
|
17
|
-
title;
|
|
18
|
-
description;
|
|
19
|
-
language;
|
|
20
|
-
constructor(props) {
|
|
21
|
-
Object.assign(this, props);
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
exports.PricePlanTranslation = PricePlanTranslation;
|
|
25
|
-
__decorate([
|
|
26
|
-
(0, class_transformer_1.Expose)(),
|
|
27
|
-
(0, class_transformer_1.Type)(() => Number),
|
|
28
|
-
__metadata("design:type", Number)
|
|
29
|
-
], PricePlanTranslation.prototype, "id", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, class_transformer_1.Expose)(),
|
|
32
|
-
__metadata("design:type", String)
|
|
33
|
-
], PricePlanTranslation.prototype, "title", void 0);
|
|
34
|
-
__decorate([
|
|
35
|
-
(0, class_transformer_1.Expose)(),
|
|
36
|
-
__metadata("design:type", String)
|
|
37
|
-
], PricePlanTranslation.prototype, "description", void 0);
|
|
38
|
-
__decorate([
|
|
39
|
-
(0, class_transformer_1.Expose)(),
|
|
40
|
-
__metadata("design:type", String)
|
|
41
|
-
], PricePlanTranslation.prototype, "language", void 0);
|
|
42
|
-
//# sourceMappingURL=priceplan.translation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"priceplan.translation.js","sourceRoot":"","sources":["../../../src/system/finances/priceplan.translation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,6CAA0C;AAE1C,MAAa,oBAAoB;IAGhC,EAAE,CAAS;IAGX,KAAK,CAAS;IAGd,WAAW,CAAS;IAGpB,QAAQ,CAAW;IAInB,YAAY,KAAqC;QAChD,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC5B,CAAC;CACD;AAnBD,oDAmBC;AAhBA;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;;gDACR;AAGX;IADC,IAAA,0BAAM,GAAE;;mDACK;AAGd;IADC,IAAA,0BAAM,GAAE;;yDACW;AAGpB;IADC,IAAA,0BAAM,GAAE;;sDACU"}
|
package/lib/system/index.d.ts
DELETED
package/lib/system/index.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./driving"), exports);
|
|
18
|
-
__exportStar(require("./finances"), exports);
|
|
19
|
-
__exportStar(require("./country.model"), exports);
|
|
20
|
-
//# sourceMappingURL=index.js.map
|
package/lib/system/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAA2B;AAC3B,kDAAgC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TicketType = void 0;
|
|
4
|
-
var TicketType;
|
|
5
|
-
(function (TicketType) {
|
|
6
|
-
TicketType["Recovery"] = "recovery";
|
|
7
|
-
TicketType["Call"] = "call";
|
|
8
|
-
TicketType["EnterprisePlan"] = "enterprise_plan";
|
|
9
|
-
})(TicketType || (exports.TicketType = TicketType = {}));
|
|
10
|
-
//# sourceMappingURL=ticket.enum.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ticket.enum.js","sourceRoot":"","sources":["../../src/ticket/ticket.enum.ts"],"names":[],"mappings":";;;AACA,IAAY,UAIX;AAJD,WAAY,UAAU;IACrB,mCAAqB,CAAA;IACrB,2BAAa,CAAA;IACV,gDAAkC,CAAA;AACtC,CAAC,EAJW,UAAU,0BAAV,UAAU,QAIrB"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare enum TrainingType {
|
|
2
|
-
Driving = "DRIVING",
|
|
3
|
-
Course = "COURSE"
|
|
4
|
-
}
|
|
5
|
-
export declare enum TrainingStatus {
|
|
6
|
-
InProgress = "INPROGRESS",
|
|
7
|
-
Completed = "COMPLETED",
|
|
8
|
-
Terminated = "TERMINATED"
|
|
9
|
-
}
|
|
10
|
-
export declare enum TrainingRequestStatus {
|
|
11
|
-
Pending = "PENDING",
|
|
12
|
-
Accepted = "ACCEPTED",
|
|
13
|
-
Rejected = "REJECTED",
|
|
14
|
-
Canceled = "CANCELED"
|
|
15
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TrainingRequestStatus = exports.TrainingStatus = exports.TrainingType = void 0;
|
|
4
|
-
var TrainingType;
|
|
5
|
-
(function (TrainingType) {
|
|
6
|
-
TrainingType["Driving"] = "DRIVING";
|
|
7
|
-
TrainingType["Course"] = "COURSE";
|
|
8
|
-
})(TrainingType || (exports.TrainingType = TrainingType = {}));
|
|
9
|
-
var TrainingStatus;
|
|
10
|
-
(function (TrainingStatus) {
|
|
11
|
-
TrainingStatus["InProgress"] = "INPROGRESS";
|
|
12
|
-
TrainingStatus["Completed"] = "COMPLETED";
|
|
13
|
-
TrainingStatus["Terminated"] = "TERMINATED";
|
|
14
|
-
})(TrainingStatus || (exports.TrainingStatus = TrainingStatus = {}));
|
|
15
|
-
var TrainingRequestStatus;
|
|
16
|
-
(function (TrainingRequestStatus) {
|
|
17
|
-
TrainingRequestStatus["Pending"] = "PENDING";
|
|
18
|
-
TrainingRequestStatus["Accepted"] = "ACCEPTED";
|
|
19
|
-
TrainingRequestStatus["Rejected"] = "REJECTED";
|
|
20
|
-
TrainingRequestStatus["Canceled"] = "CANCELED";
|
|
21
|
-
})(TrainingRequestStatus || (exports.TrainingRequestStatus = TrainingRequestStatus = {}));
|
|
22
|
-
//# sourceMappingURL=training.types.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"training.types.js","sourceRoot":"","sources":["../../src/training/training.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAGX;AAHD,WAAY,YAAY;IACvB,mCAAmB,CAAA;IACnB,iCAAiB,CAAA;AAClB,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,cAIX;AAJD,WAAY,cAAc;IACzB,2CAAyB,CAAA;IACzB,yCAAuB,CAAA;IACvB,2CAAyB,CAAA;AAC1B,CAAC,EAJW,cAAc,8BAAd,cAAc,QAIzB;AAED,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAChC,4CAAmB,CAAA;IACnB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;AACtB,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
export declare enum ActivityType {
|
|
2
|
-
createdBy = "createdBy",
|
|
3
|
-
createdOn = "createdOn",
|
|
4
|
-
updatedBy = "updatedBy",
|
|
5
|
-
updatedOn = "updatedOn",
|
|
6
|
-
closedBy = "closedBy",
|
|
7
|
-
closedOn = "closedOn",
|
|
8
|
-
endedBy = "endedBy",
|
|
9
|
-
endedOn = "endedOn",
|
|
10
|
-
canceledBy = "canceledBy",
|
|
11
|
-
canceledOn = "canceledOn",
|
|
12
|
-
blockedBy = "blockedBy",
|
|
13
|
-
blockedOn = "blockedOn",
|
|
14
|
-
activatedBy = "activatedBy",
|
|
15
|
-
activatedOn = "activatedOn",
|
|
16
|
-
deactivatedBy = "deactivatedBy",
|
|
17
|
-
deactivatedOn = "deactivatedOn",
|
|
18
|
-
enabledBy = "enabledBy",
|
|
19
|
-
enabledOn = "enabledOn",
|
|
20
|
-
disabledBy = "disabledBy",
|
|
21
|
-
disabledOn = "disabledOn",
|
|
22
|
-
completedBy = "completedBy",
|
|
23
|
-
completedOn = "completedOn",
|
|
24
|
-
terminatedBy = "terminatedBy",
|
|
25
|
-
terminatedOn = "terminatedOn",
|
|
26
|
-
acceptedBy = "acceptedBy",
|
|
27
|
-
acceptedOn = "acceptedOn",
|
|
28
|
-
rejectedBy = "rejectedBy",
|
|
29
|
-
rejectedOn = "rejectedOn",
|
|
30
|
-
approvedBy = "approvedBy",
|
|
31
|
-
approvedOn = "approvedOn",
|
|
32
|
-
skippedBy = "skippedBy",
|
|
33
|
-
skippedOn = "skippedOn",
|
|
34
|
-
publishedBy = "publishedBy",
|
|
35
|
-
publishedOn = "publishedOn",
|
|
36
|
-
invitedBy = "invitedBy",
|
|
37
|
-
invitedOn = "invitedOn",
|
|
38
|
-
generatedBy = "generatedBy",
|
|
39
|
-
generatedOn = "generatedOn",
|
|
40
|
-
registredBy = "registredBy",
|
|
41
|
-
registredOn = "registredOn",
|
|
42
|
-
paidBy = "paidBy",
|
|
43
|
-
paidOn = "paidOn",
|
|
44
|
-
failedOn = "failedOn",
|
|
45
|
-
pendingOn = "pendingOn"
|
|
46
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActivityType = void 0;
|
|
4
|
-
var ActivityType;
|
|
5
|
-
(function (ActivityType) {
|
|
6
|
-
ActivityType["createdBy"] = "createdBy";
|
|
7
|
-
ActivityType["createdOn"] = "createdOn";
|
|
8
|
-
ActivityType["updatedBy"] = "updatedBy";
|
|
9
|
-
ActivityType["updatedOn"] = "updatedOn";
|
|
10
|
-
ActivityType["closedBy"] = "closedBy";
|
|
11
|
-
ActivityType["closedOn"] = "closedOn";
|
|
12
|
-
ActivityType["endedBy"] = "endedBy";
|
|
13
|
-
ActivityType["endedOn"] = "endedOn";
|
|
14
|
-
ActivityType["canceledBy"] = "canceledBy";
|
|
15
|
-
ActivityType["canceledOn"] = "canceledOn";
|
|
16
|
-
ActivityType["blockedBy"] = "blockedBy";
|
|
17
|
-
ActivityType["blockedOn"] = "blockedOn";
|
|
18
|
-
ActivityType["activatedBy"] = "activatedBy";
|
|
19
|
-
ActivityType["activatedOn"] = "activatedOn";
|
|
20
|
-
ActivityType["deactivatedBy"] = "deactivatedBy";
|
|
21
|
-
ActivityType["deactivatedOn"] = "deactivatedOn";
|
|
22
|
-
ActivityType["enabledBy"] = "enabledBy";
|
|
23
|
-
ActivityType["enabledOn"] = "enabledOn";
|
|
24
|
-
ActivityType["disabledBy"] = "disabledBy";
|
|
25
|
-
ActivityType["disabledOn"] = "disabledOn";
|
|
26
|
-
ActivityType["completedBy"] = "completedBy";
|
|
27
|
-
ActivityType["completedOn"] = "completedOn";
|
|
28
|
-
ActivityType["terminatedBy"] = "terminatedBy";
|
|
29
|
-
ActivityType["terminatedOn"] = "terminatedOn";
|
|
30
|
-
ActivityType["acceptedBy"] = "acceptedBy";
|
|
31
|
-
ActivityType["acceptedOn"] = "acceptedOn";
|
|
32
|
-
ActivityType["rejectedBy"] = "rejectedBy";
|
|
33
|
-
ActivityType["rejectedOn"] = "rejectedOn";
|
|
34
|
-
ActivityType["approvedBy"] = "approvedBy";
|
|
35
|
-
ActivityType["approvedOn"] = "approvedOn";
|
|
36
|
-
ActivityType["skippedBy"] = "skippedBy";
|
|
37
|
-
ActivityType["skippedOn"] = "skippedOn";
|
|
38
|
-
ActivityType["publishedBy"] = "publishedBy";
|
|
39
|
-
ActivityType["publishedOn"] = "publishedOn";
|
|
40
|
-
ActivityType["invitedBy"] = "invitedBy";
|
|
41
|
-
ActivityType["invitedOn"] = "invitedOn";
|
|
42
|
-
ActivityType["generatedBy"] = "generatedBy";
|
|
43
|
-
ActivityType["generatedOn"] = "generatedOn";
|
|
44
|
-
ActivityType["registredBy"] = "registredBy";
|
|
45
|
-
ActivityType["registredOn"] = "registredOn";
|
|
46
|
-
ActivityType["paidBy"] = "paidBy";
|
|
47
|
-
ActivityType["paidOn"] = "paidOn";
|
|
48
|
-
ActivityType["failedOn"] = "failedOn";
|
|
49
|
-
ActivityType["pendingOn"] = "pendingOn";
|
|
50
|
-
})(ActivityType || (exports.ActivityType = ActivityType = {}));
|
|
51
|
-
//# sourceMappingURL=activity.type.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"activity.type.js","sourceRoot":"","sources":["../../src/types/activity.type.ts"],"names":[],"mappings":";;;AAAA,IAAY,YA6CX;AA7CD,WAAY,YAAY;IACvB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IACxB,qCAAuB,CAAA;IACvB,qCAAuB,CAAA;IACvB,mCAAsB,CAAA;IACtB,mCAAsB,CAAA;IACtB,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,uCAAuB,CAAA;IACvB,uCAAuB,CAAA;IACvB,2CAA4B,CAAA;IAC5B,2CAA4B,CAAA;IAC5B,+CAA+B,CAAA;IAC/B,+CAA+B,CAAA;IAC/B,uCAAwB,CAAA;IACxB,uCAAwB,CAAA;IACxB,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,2CAA2B,CAAA;IAC3B,2CAA2B,CAAA;IAC3B,6CAA6B,CAAA;IAC7B,6CAA6B,CAAA;IAC7B,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,uCAAuB,CAAA;IACvB,uCAAuB,CAAA;IACvB,2CAA2B,CAAA;IAC3B,2CAA2B,CAAA;IAC3B,uCAAuB,CAAA;IACvB,uCAAuB,CAAA;IACvB,2CAA2B,CAAA;IAC3B,2CAA2B,CAAA;IAC3B,2CAA2B,CAAA;IAC3B,2CAA2B,CAAA;IAC3B,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,uCAAuB,CAAA;AACxB,CAAC,EA7CW,YAAY,4BAAZ,YAAY,QA6CvB"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
export declare enum AddonType {
|
|
2
|
-
/**
|
|
3
|
-
* Enrollment request sent by student to join a training
|
|
4
|
-
*/
|
|
5
|
-
StudentRequestEnrollment = "StudentRequestEnrollment",
|
|
6
|
-
/**
|
|
7
|
-
* Allows students to manage their own training appointments
|
|
8
|
-
*/
|
|
9
|
-
StudentManageTrainingAppointments = "StudentManageTrainingAppointments",
|
|
10
|
-
/**
|
|
11
|
-
* Reminds students about upcoming appointments
|
|
12
|
-
*/
|
|
13
|
-
StudentAppointmentReminder = "StudentAppointmentReminder",
|
|
14
|
-
/**
|
|
15
|
-
* Reminds instructors about upcoming appointments
|
|
16
|
-
*/
|
|
17
|
-
InstructorAppointmentReminder = "InstructorAppointmentReminder",
|
|
18
|
-
/**
|
|
19
|
-
* Protection in case a student does not show up for a booked appointment
|
|
20
|
-
*/
|
|
21
|
-
StudentNoShowProtection = "StudentNoShowProtection",
|
|
22
|
-
/**
|
|
23
|
-
* Protection in case an instructor does not show up for a booked appointment
|
|
24
|
-
*/
|
|
25
|
-
InstructorNoShowProtection = "InstructorNoShowProtection",
|
|
26
|
-
/**
|
|
27
|
-
* Package of extra lessons that can be booked in addition to the main product
|
|
28
|
-
*/
|
|
29
|
-
ExtraLessonPackage = "ExtraLessonPackage",
|
|
30
|
-
/**
|
|
31
|
-
* Allows students to reschedule their booked appointments
|
|
32
|
-
*/
|
|
33
|
-
RescheduleProtection = "RescheduleProtection",
|
|
34
|
-
/**
|
|
35
|
-
* Package to prepare students for their final exam
|
|
36
|
-
*/
|
|
37
|
-
ExamPreparationPackage = "ExamPreparationPackage",
|
|
38
|
-
/**
|
|
39
|
-
* Package of financing options for products
|
|
40
|
-
*/
|
|
41
|
-
FinancePackage = "FinancePackage",
|
|
42
|
-
/**
|
|
43
|
-
* Package of assessments for products to track progress or performance
|
|
44
|
-
*/
|
|
45
|
-
AssessmentPackage = "AssessmentPackage",
|
|
46
|
-
/**
|
|
47
|
-
* Package of reports for products to track progress or performance
|
|
48
|
-
*/
|
|
49
|
-
ReportsPackage = "ReportsPackage",
|
|
50
|
-
/**
|
|
51
|
-
* Improves the visibility of the profile in search engines
|
|
52
|
-
*/
|
|
53
|
-
SearchEngineVisibility = "SearchEngineVisibility",
|
|
54
|
-
/**
|
|
55
|
-
* Boosts the visibility of the profile in search engines
|
|
56
|
-
*/
|
|
57
|
-
SearchEngineVisibilityBoost = "SearchEngineVisibilityBoost",
|
|
58
|
-
/**
|
|
59
|
-
* Homepage package of profile on driveup platform
|
|
60
|
-
*/
|
|
61
|
-
HomepagePackage = "HomepagePackage",
|
|
62
|
-
/**
|
|
63
|
-
* API access package to integrate with driveup platform
|
|
64
|
-
*/
|
|
65
|
-
OpenApiAccessPackage = "OpenApiAccessPackage"
|
|
66
|
-
}
|
package/lib/types/addon.type.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddonType = void 0;
|
|
4
|
-
var AddonType;
|
|
5
|
-
(function (AddonType) {
|
|
6
|
-
/**
|
|
7
|
-
* Enrollment request sent by student to join a training
|
|
8
|
-
*/
|
|
9
|
-
AddonType["StudentRequestEnrollment"] = "StudentRequestEnrollment";
|
|
10
|
-
/**
|
|
11
|
-
* Allows students to manage their own training appointments
|
|
12
|
-
*/
|
|
13
|
-
AddonType["StudentManageTrainingAppointments"] = "StudentManageTrainingAppointments";
|
|
14
|
-
/**
|
|
15
|
-
* Reminds students about upcoming appointments
|
|
16
|
-
*/
|
|
17
|
-
AddonType["StudentAppointmentReminder"] = "StudentAppointmentReminder";
|
|
18
|
-
/**
|
|
19
|
-
* Reminds instructors about upcoming appointments
|
|
20
|
-
*/
|
|
21
|
-
AddonType["InstructorAppointmentReminder"] = "InstructorAppointmentReminder";
|
|
22
|
-
/**
|
|
23
|
-
* Protection in case a student does not show up for a booked appointment
|
|
24
|
-
*/
|
|
25
|
-
AddonType["StudentNoShowProtection"] = "StudentNoShowProtection";
|
|
26
|
-
/**
|
|
27
|
-
* Protection in case an instructor does not show up for a booked appointment
|
|
28
|
-
*/
|
|
29
|
-
AddonType["InstructorNoShowProtection"] = "InstructorNoShowProtection";
|
|
30
|
-
/**
|
|
31
|
-
* Package of extra lessons that can be booked in addition to the main product
|
|
32
|
-
*/
|
|
33
|
-
AddonType["ExtraLessonPackage"] = "ExtraLessonPackage";
|
|
34
|
-
/**
|
|
35
|
-
* Allows students to reschedule their booked appointments
|
|
36
|
-
*/
|
|
37
|
-
AddonType["RescheduleProtection"] = "RescheduleProtection";
|
|
38
|
-
/**
|
|
39
|
-
* Package to prepare students for their final exam
|
|
40
|
-
*/
|
|
41
|
-
AddonType["ExamPreparationPackage"] = "ExamPreparationPackage";
|
|
42
|
-
/**
|
|
43
|
-
* Package of financing options for products
|
|
44
|
-
*/
|
|
45
|
-
AddonType["FinancePackage"] = "FinancePackage";
|
|
46
|
-
/**
|
|
47
|
-
* Package of assessments for products to track progress or performance
|
|
48
|
-
*/
|
|
49
|
-
AddonType["AssessmentPackage"] = "AssessmentPackage";
|
|
50
|
-
/**
|
|
51
|
-
* Package of reports for products to track progress or performance
|
|
52
|
-
*/
|
|
53
|
-
AddonType["ReportsPackage"] = "ReportsPackage";
|
|
54
|
-
/**
|
|
55
|
-
* Improves the visibility of the profile in search engines
|
|
56
|
-
*/
|
|
57
|
-
AddonType["SearchEngineVisibility"] = "SearchEngineVisibility";
|
|
58
|
-
/**
|
|
59
|
-
* Boosts the visibility of the profile in search engines
|
|
60
|
-
*/
|
|
61
|
-
AddonType["SearchEngineVisibilityBoost"] = "SearchEngineVisibilityBoost";
|
|
62
|
-
/**
|
|
63
|
-
* Homepage package of profile on driveup platform
|
|
64
|
-
*/
|
|
65
|
-
AddonType["HomepagePackage"] = "HomepagePackage";
|
|
66
|
-
/**
|
|
67
|
-
* API access package to integrate with driveup platform
|
|
68
|
-
*/
|
|
69
|
-
AddonType["OpenApiAccessPackage"] = "OpenApiAccessPackage";
|
|
70
|
-
})(AddonType || (exports.AddonType = AddonType = {}));
|
|
71
|
-
//# sourceMappingURL=addon.type.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"addon.type.js","sourceRoot":"","sources":["../../src/types/addon.type.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAiFX;AAjFD,WAAY,SAAS;IAEpB;;OAEG;IACH,kEAAqD,CAAA;IAErD;;OAEG;IACH,oFAAuE,CAAA;IAEvE;;OAEG;IACH,sEAAyD,CAAA;IAEzD;;OAEG;IACH,4EAA+D,CAAA;IAE/D;;OAEG;IACH,gEAAmD,CAAA;IAEnD;;OAEG;IACH,sEAAyD,CAAA;IAEzD;;OAEG;IACH,sDAAyC,CAAA;IAEzC;;OAEG;IACH,0DAA6C,CAAA;IAE7C;;OAEG;IACH,8DAAiD,CAAA;IAEjD;;OAEG;IACH,8CAAiC,CAAA;IAEjC;;OAEG;IACH,oDAAuC,CAAA;IAEvC;;OAEG;IACH,8CAAiC,CAAA;IAEjC;;OAEG;IACH,8DAAiD,CAAA;IAEjD;;OAEG;IACH,wEAA2D,CAAA;IAE3D;;OAEG;IACH,gDAAmC,CAAA;IAEnC;;OAEG;IACH,0DAA6C,CAAA;AAC9C,CAAC,EAjFW,SAAS,yBAAT,SAAS,QAiFpB"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare enum AppointmentType {
|
|
2
|
-
Medical = "medical",
|
|
3
|
-
Course = "course",
|
|
4
|
-
Driving = "driving",
|
|
5
|
-
Task = "task",
|
|
6
|
-
NonWorking = "nonworking",
|
|
7
|
-
Holiday = "holiday",
|
|
8
|
-
OffDay = "offday"
|
|
9
|
-
}
|
|
10
|
-
export declare enum AppointmentRepetition {
|
|
11
|
-
None = "none",
|
|
12
|
-
Daily = "daily",
|
|
13
|
-
Weekly = "weekly",
|
|
14
|
-
Monthly = "monthly"
|
|
15
|
-
}
|
|
16
|
-
export declare enum WeekDay {
|
|
17
|
-
Monday = "monday",
|
|
18
|
-
Tuesday = "tuesday",
|
|
19
|
-
Wednesday = "wednesday",
|
|
20
|
-
Thursday = "thursday",
|
|
21
|
-
Friday = "friday",
|
|
22
|
-
Saturday = "saturday",
|
|
23
|
-
Sunday = "sunday"
|
|
24
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WeekDay = exports.AppointmentRepetition = exports.AppointmentType = void 0;
|
|
4
|
-
var AppointmentType;
|
|
5
|
-
(function (AppointmentType) {
|
|
6
|
-
AppointmentType["Medical"] = "medical";
|
|
7
|
-
AppointmentType["Course"] = "course";
|
|
8
|
-
AppointmentType["Driving"] = "driving";
|
|
9
|
-
AppointmentType["Task"] = "task";
|
|
10
|
-
AppointmentType["NonWorking"] = "nonworking";
|
|
11
|
-
AppointmentType["Holiday"] = "holiday";
|
|
12
|
-
AppointmentType["OffDay"] = "offday";
|
|
13
|
-
})(AppointmentType || (exports.AppointmentType = AppointmentType = {}));
|
|
14
|
-
var AppointmentRepetition;
|
|
15
|
-
(function (AppointmentRepetition) {
|
|
16
|
-
AppointmentRepetition["None"] = "none";
|
|
17
|
-
AppointmentRepetition["Daily"] = "daily";
|
|
18
|
-
AppointmentRepetition["Weekly"] = "weekly";
|
|
19
|
-
AppointmentRepetition["Monthly"] = "monthly";
|
|
20
|
-
})(AppointmentRepetition || (exports.AppointmentRepetition = AppointmentRepetition = {}));
|
|
21
|
-
var WeekDay;
|
|
22
|
-
(function (WeekDay) {
|
|
23
|
-
WeekDay["Monday"] = "monday";
|
|
24
|
-
WeekDay["Tuesday"] = "tuesday";
|
|
25
|
-
WeekDay["Wednesday"] = "wednesday";
|
|
26
|
-
WeekDay["Thursday"] = "thursday";
|
|
27
|
-
WeekDay["Friday"] = "friday";
|
|
28
|
-
WeekDay["Saturday"] = "saturday";
|
|
29
|
-
WeekDay["Sunday"] = "sunday";
|
|
30
|
-
})(WeekDay || (exports.WeekDay = WeekDay = {}));
|
|
31
|
-
//# sourceMappingURL=calendar.type.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"calendar.type.js","sourceRoot":"","sources":["../../src/types/calendar.type.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAQX;AARD,WAAY,eAAe;IAC1B,sCAAmB,CAAA;IACnB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;IACnB,gCAAa,CAAA;IACb,4CAAyB,CAAA;IACtB,sCAAmB,CAAA;IACtB,oCAAiB,CAAA;AAClB,CAAC,EARW,eAAe,+BAAf,eAAe,QAQ1B;AAED,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAChC,sCAAa,CAAA;IACb,wCAAe,CAAA;IACf,0CAAiB,CAAA;IACjB,4CAAmB,CAAA;AACpB,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC;AAED,IAAY,OAQX;AARD,WAAY,OAAO;IAClB,4BAAiB,CAAA;IACjB,8BAAmB,CAAA;IACnB,kCAAuB,CAAA;IACvB,gCAAqB,CAAA;IACrB,4BAAiB,CAAA;IACjB,gCAAqB,CAAA;IACrB,4BAAiB,CAAA;AAClB,CAAC,EARW,OAAO,uBAAP,OAAO,QAQlB"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CarTransmission = exports.Score = void 0;
|
|
4
|
-
var Score;
|
|
5
|
-
(function (Score) {
|
|
6
|
-
Score[Score["NoScoreSubmitted"] = 0] = "NoScoreSubmitted";
|
|
7
|
-
Score[Score["Poor"] = 1] = "Poor";
|
|
8
|
-
Score[Score["Weak"] = 2] = "Weak";
|
|
9
|
-
Score[Score["Fair"] = 3] = "Fair";
|
|
10
|
-
Score[Score["Great"] = 4] = "Great";
|
|
11
|
-
Score[Score["Excellent"] = 5] = "Excellent";
|
|
12
|
-
})(Score || (exports.Score = Score = {}));
|
|
13
|
-
var CarTransmission;
|
|
14
|
-
(function (CarTransmission) {
|
|
15
|
-
CarTransmission["Automatic"] = "automatic";
|
|
16
|
-
CarTransmission["Manual"] = "manual";
|
|
17
|
-
})(CarTransmission || (exports.CarTransmission = CarTransmission = {}));
|
|
18
|
-
//# sourceMappingURL=driving.type.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"driving.type.js","sourceRoot":"","sources":["../../src/types/driving.type.ts"],"names":[],"mappings":";;;AAAA,IAAY,KAOX;AAPD,WAAY,KAAK;IAChB,yDAAoB,CAAA;IACpB,iCAAQ,CAAA;IACR,iCAAQ,CAAA;IACR,iCAAQ,CAAA;IACR,mCAAS,CAAA;IACT,2CAAa,CAAA;AACd,CAAC,EAPW,KAAK,qBAAL,KAAK,QAOhB;AAED,IAAY,eAGX;AAHD,WAAY,eAAe;IAC1B,0CAAuB,CAAA;IACvB,oCAAiB,CAAA;AAClB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"earning.type.js","sourceRoot":"","sources":["../../src/types/earning.type.ts"],"names":[],"mappings":""}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
export declare enum BillStatus {
|
|
2
|
-
Open = "open",
|
|
3
|
-
Paid = "paid",
|
|
4
|
-
Unpaid = "unpaid"
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Payment types available
|
|
8
|
-
* Members: Cash, Online, Invoice
|
|
9
|
-
*/
|
|
10
|
-
export declare enum PaymentType {
|
|
11
|
-
/**
|
|
12
|
-
* Cash paid
|
|
13
|
-
*/
|
|
14
|
-
Cash = "cash",
|
|
15
|
-
/**
|
|
16
|
-
* Online paid
|
|
17
|
-
*/
|
|
18
|
-
Online = "online",
|
|
19
|
-
/**
|
|
20
|
-
* Paid by invoice
|
|
21
|
-
*/
|
|
22
|
-
Invoice = "invoice"
|
|
23
|
-
}
|
|
24
|
-
export declare enum TransactionType {
|
|
25
|
-
/**
|
|
26
|
-
* Online payment transaction
|
|
27
|
-
*/
|
|
28
|
-
Payment = "payment",
|
|
29
|
-
/**
|
|
30
|
-
* Refund issued to student
|
|
31
|
-
*/
|
|
32
|
-
Refund = "refund",
|
|
33
|
-
/**
|
|
34
|
-
* Discount applied to student
|
|
35
|
-
*/
|
|
36
|
-
Discount = "discount",
|
|
37
|
-
/**
|
|
38
|
-
* Student exspense like exam coste
|
|
39
|
-
*/
|
|
40
|
-
Expense = "expense",
|
|
41
|
-
/**
|
|
42
|
-
* Administration fee charged to student
|
|
43
|
-
*/
|
|
44
|
-
Administration = "administration",
|
|
45
|
-
/**
|
|
46
|
-
* Cancelation transaction for previous payment
|
|
47
|
-
*/
|
|
48
|
-
Cancelation = "cancelation"
|
|
49
|
-
}
|
|
50
|
-
export declare enum TaxType {
|
|
51
|
-
VAT = "vat",
|
|
52
|
-
GST = "gst",
|
|
53
|
-
SALES_TAX = "sales_tax",
|
|
54
|
-
SERVICE_TAX = "service_tax",
|
|
55
|
-
OTHER = "other"
|
|
56
|
-
}
|
|
57
|
-
export declare enum PaymentProvider {
|
|
58
|
-
Stripe = "stripe"
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* @description Use ProductType in next version
|
|
62
|
-
*/
|
|
63
|
-
export declare enum CompanyBillItemType {
|
|
64
|
-
StudentTraining = "bill.item.studentTraining",
|
|
65
|
-
InstructorSubscription = "bill.item.instructorSubscription",
|
|
66
|
-
EnterpriseSeats = "bill.item.enterpriseSeats"
|
|
67
|
-
}
|