@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.
Files changed (924) hide show
  1. package/lib/agent/agent.dto.js +2 -10
  2. package/lib/agent/agent.dto.js.map +1 -1
  3. package/lib/agent/agent.model.d.ts +1 -1
  4. package/lib/agent/agent.model.js +1 -1
  5. package/lib/agent/agent.model.js.map +1 -1
  6. package/lib/agent/index.d.ts +0 -2
  7. package/lib/agent/index.js +0 -2
  8. package/lib/agent/index.js.map +1 -1
  9. package/lib/alert/alert.model.d.ts +3 -5
  10. package/lib/alert/alert.model.js +1 -3
  11. package/lib/alert/alert.model.js.map +1 -1
  12. package/lib/alert/index.d.ts +0 -1
  13. package/lib/alert/index.js +0 -1
  14. package/lib/alert/index.js.map +1 -1
  15. package/lib/auth/signin.dto.js +4 -4
  16. package/lib/auth/signin.dto.js.map +1 -1
  17. package/lib/auth/signup.dto.js +3 -3
  18. package/lib/auth/signup.dto.js.map +1 -1
  19. package/lib/bank/account.model.js +6 -4
  20. package/lib/bank/account.model.js.map +1 -1
  21. package/lib/bill/bill.model.d.ts +1 -1
  22. package/lib/bill/bill.model.js +1 -1
  23. package/lib/bill/bill.model.js.map +1 -1
  24. package/lib/bill/index.d.ts +0 -2
  25. package/lib/bill/index.js +0 -2
  26. package/lib/bill/index.js.map +1 -1
  27. package/lib/calendar/appointment.d.ts +3 -4
  28. package/lib/calendar/appointment.js +16 -11
  29. package/lib/calendar/appointment.js.map +1 -1
  30. package/lib/calendar/date.js +6 -6
  31. package/lib/calendar/date.js.map +1 -1
  32. package/lib/calendar/index.d.ts +0 -1
  33. package/lib/calendar/index.js +0 -1
  34. package/lib/calendar/index.js.map +1 -1
  35. package/lib/calendar/token.d.ts +1 -1
  36. package/lib/calendar/working.d.ts +1 -1
  37. package/lib/calendar/working.js +2 -2
  38. package/lib/calendar/working.js.map +1 -1
  39. package/lib/common/content.d.ts +1 -1
  40. package/lib/common/content.js +10 -9
  41. package/lib/common/content.js.map +1 -1
  42. package/lib/common/email.js +3 -3
  43. package/lib/common/email.js.map +1 -1
  44. package/lib/common/id.js +2 -6
  45. package/lib/common/id.js.map +1 -1
  46. package/lib/common/index.d.ts +1 -1
  47. package/lib/common/index.js +1 -1
  48. package/lib/common/index.js.map +1 -1
  49. package/lib/common/language.d.ts +1 -6
  50. package/lib/common/language.js +3 -9
  51. package/lib/common/language.js.map +1 -1
  52. package/lib/common/phone.js +3 -3
  53. package/lib/common/phone.js.map +1 -1
  54. package/lib/common/price.js +2 -4
  55. package/lib/common/price.js.map +1 -1
  56. package/lib/common/promotion.js +2 -0
  57. package/lib/common/promotion.js.map +1 -1
  58. package/lib/common/search.js +2 -2
  59. package/lib/common/search.js.map +1 -1
  60. package/lib/common/social.js +2 -1
  61. package/lib/common/social.js.map +1 -1
  62. package/lib/common/sort.js +2 -6
  63. package/lib/common/sort.js.map +1 -1
  64. package/lib/common/url.js +2 -2
  65. package/lib/common/url.js.map +1 -1
  66. package/lib/company/company.model.d.ts +1 -2
  67. package/lib/company/company.model.js +1 -2
  68. package/lib/company/company.model.js.map +1 -1
  69. package/lib/country/country.dto.d.ts +1 -1
  70. package/lib/country/country.dto.js +14 -16
  71. package/lib/country/country.dto.js.map +1 -1
  72. package/lib/country/country.model.d.ts +1 -1
  73. package/lib/course/appointment.model.d.ts +1 -1
  74. package/lib/course/appointment.model.js +1 -1
  75. package/lib/course/appointment.model.js.map +1 -1
  76. package/lib/course/course.model.d.ts +2 -2
  77. package/lib/course/course.model.js +1 -1
  78. package/lib/course/course.model.js.map +1 -1
  79. package/lib/course/definition.model.d.ts +1 -1
  80. package/lib/course/dto.d.ts +2 -3
  81. package/lib/course/dto.js +14 -42
  82. package/lib/course/dto.js.map +1 -1
  83. package/lib/course/index.d.ts +0 -1
  84. package/lib/course/index.js +0 -1
  85. package/lib/course/index.js.map +1 -1
  86. package/lib/currency/currency.dto.js +11 -13
  87. package/lib/currency/currency.dto.js.map +1 -1
  88. package/lib/discount/discount.dto.js +2 -2
  89. package/lib/discount/discount.dto.js.map +1 -1
  90. package/lib/discount/discount.model.d.ts +2 -3
  91. package/lib/discount/discount.model.js +1 -2
  92. package/lib/discount/discount.model.js.map +1 -1
  93. package/lib/driving/category/category.dto.d.ts +1 -1
  94. package/lib/driving/category/category.dto.js +7 -7
  95. package/lib/driving/category/category.dto.js.map +1 -1
  96. package/lib/driving/category/category.model.d.ts +2 -1
  97. package/lib/driving/category/category.model.js +6 -0
  98. package/lib/driving/category/category.model.js.map +1 -1
  99. package/lib/driving/exam/exam.dto.d.ts +2 -2
  100. package/lib/driving/exam/exam.dto.js +4 -4
  101. package/lib/driving/exam/exam.dto.js.map +1 -1
  102. package/lib/driving/exam/exam.model.d.ts +2 -2
  103. package/lib/driving/exam/exam.model.js +1 -1
  104. package/lib/driving/exam/exam.model.js.map +1 -1
  105. package/lib/driving/index.d.ts +0 -1
  106. package/lib/driving/index.js +0 -1
  107. package/lib/driving/index.js.map +1 -1
  108. package/lib/driving/lesson/index.d.ts +0 -1
  109. package/lib/driving/lesson/index.js +0 -1
  110. package/lib/driving/lesson/index.js.map +1 -1
  111. package/lib/driving/lesson/skill.d.ts +2 -3
  112. package/lib/driving/lesson/skill.dto.d.ts +2 -2
  113. package/lib/driving/lesson/skill.dto.js +4 -4
  114. package/lib/driving/lesson/skill.dto.js.map +1 -1
  115. package/lib/driving/lesson/skill.js +1 -1
  116. package/lib/driving/lesson/skill.js.map +1 -1
  117. package/lib/driving/lesson/topic.d.ts +1 -1
  118. package/lib/driving/lesson/topic.dto.d.ts +2 -2
  119. package/lib/driving/lesson/topic.dto.js +7 -8
  120. package/lib/driving/lesson/topic.dto.js.map +1 -1
  121. package/lib/expense/category.model.d.ts +1 -1
  122. package/lib/expense/category.model.js +1 -1
  123. package/lib/expense/category.model.js.map +1 -1
  124. package/lib/expense/expense.dto.d.ts +2 -3
  125. package/lib/expense/expense.dto.js +14 -29
  126. package/lib/expense/expense.dto.js.map +1 -1
  127. package/lib/expense/expense.model.d.ts +2 -2
  128. package/lib/expense/expense.model.js +1 -1
  129. package/lib/expense/expense.model.js.map +1 -1
  130. package/lib/expense/index.d.ts +0 -1
  131. package/lib/expense/index.js +0 -1
  132. package/lib/expense/index.js.map +1 -1
  133. package/lib/finance/finance.dto.d.ts +7 -9
  134. package/lib/finance/finance.dto.js +38 -131
  135. package/lib/finance/finance.dto.js.map +1 -1
  136. package/lib/finance/finance.model.d.ts +3 -5
  137. package/lib/finance/finance.model.js +1 -3
  138. package/lib/finance/finance.model.js.map +1 -1
  139. package/lib/finance/index.d.ts +0 -1
  140. package/lib/finance/index.js +0 -1
  141. package/lib/finance/index.js.map +1 -1
  142. package/lib/free-benefit/free-benefit.model.d.ts +1 -1
  143. package/lib/free-benefit/free-benefit.model.js +1 -1
  144. package/lib/free-benefit/free-benefit.model.js.map +1 -1
  145. package/lib/free-benefit/index.d.ts +0 -1
  146. package/lib/free-benefit/index.js +0 -1
  147. package/lib/free-benefit/index.js.map +1 -1
  148. package/lib/geo/address.dto.js +7 -7
  149. package/lib/geo/address.dto.js.map +1 -1
  150. package/lib/geo/address.model.d.ts +6 -4
  151. package/lib/geo/address.model.js +13 -2
  152. package/lib/geo/address.model.js.map +1 -1
  153. package/lib/geo/coordinate.model.js +3 -3
  154. package/lib/geo/coordinate.model.js.map +1 -1
  155. package/lib/geo/pickup.model.d.ts +1 -1
  156. package/lib/geo/pickup.model.js.map +1 -1
  157. package/lib/giftcode/giftcode.dto.js +7 -7
  158. package/lib/giftcode/giftcode.dto.js.map +1 -1
  159. package/lib/handover/index.d.ts +0 -1
  160. package/lib/handover/index.js +0 -1
  161. package/lib/handover/index.js.map +1 -1
  162. package/lib/index.d.ts +1 -3
  163. package/lib/index.js +1 -3
  164. package/lib/index.js.map +1 -1
  165. package/lib/instructor/instructor.dto.d.ts +1 -3
  166. package/lib/instructor/instructor.dto.js +13 -33
  167. package/lib/instructor/instructor.dto.js.map +1 -1
  168. package/lib/instructor/instructor.model.d.ts +5 -7
  169. package/lib/instructor/instructor.model.js +7 -12
  170. package/lib/instructor/instructor.model.js.map +1 -1
  171. package/lib/invoice/index.d.ts +0 -1
  172. package/lib/invoice/index.js +0 -1
  173. package/lib/invoice/index.js.map +1 -1
  174. package/lib/invoice/invoice.dto.d.ts +2 -2
  175. package/lib/invoice/invoice.dto.js +7 -9
  176. package/lib/invoice/invoice.dto.js.map +1 -1
  177. package/lib/invoice/invoice.model.d.ts +2 -3
  178. package/lib/invoice/invoice.model.js +1 -2
  179. package/lib/invoice/invoice.model.js.map +1 -1
  180. package/lib/link/link.model.d.ts +2 -2
  181. package/lib/link/link.model.js +1 -1
  182. package/lib/link/link.model.js.map +1 -1
  183. package/lib/log/index.d.ts +0 -1
  184. package/lib/log/index.js +0 -1
  185. package/lib/log/index.js.map +1 -1
  186. package/lib/log/log.model.d.ts +1 -1
  187. package/lib/log/log.model.js +1 -1
  188. package/lib/log/log.model.js.map +1 -1
  189. package/lib/note/note.model.d.ts +1 -1
  190. package/lib/note/note.model.js.map +1 -1
  191. package/lib/notification/index.d.ts +0 -1
  192. package/lib/notification/index.js +0 -1
  193. package/lib/notification/index.js.map +1 -1
  194. package/lib/notification/notification.model.d.ts +2 -2
  195. package/lib/notification/notification.model.js +1 -1
  196. package/lib/notification/notification.model.js.map +1 -1
  197. package/lib/payment/company-payment.model.d.ts +3 -3
  198. package/lib/payment/company-payment.model.js +1 -1
  199. package/lib/payment/company-payment.model.js.map +1 -1
  200. package/lib/payment/index.d.ts +0 -1
  201. package/lib/payment/index.js +0 -1
  202. package/lib/payment/index.js.map +1 -1
  203. package/lib/payment/payment.dto.d.ts +1 -1
  204. package/lib/payment/payment.dto.js +5 -5
  205. package/lib/payment/payment.dto.js.map +1 -1
  206. package/lib/payment/payment.model.d.ts +2 -4
  207. package/lib/payment/payment.model.js +1 -3
  208. package/lib/payment/payment.model.js.map +1 -1
  209. package/lib/payout/index.d.ts +0 -1
  210. package/lib/payout/index.js +0 -1
  211. package/lib/payout/index.js.map +1 -1
  212. package/lib/payout/payout.model.d.ts +2 -2
  213. package/lib/payout/payout.model.js +1 -1
  214. package/lib/payout/payout.model.js.map +1 -1
  215. package/lib/priceplan/index.d.ts +0 -1
  216. package/lib/priceplan/index.js +0 -1
  217. package/lib/priceplan/index.js.map +1 -1
  218. package/lib/priceplan/plan.dto.d.ts +1 -1
  219. package/lib/priceplan/plan.dto.js +6 -6
  220. package/lib/priceplan/plan.dto.js.map +1 -1
  221. package/lib/priceplan/plan.model.d.ts +1 -1
  222. package/lib/priceplan/plan.model.js +1 -1
  223. package/lib/priceplan/plan.model.js.map +1 -1
  224. package/lib/refund/refund.dto.js +2 -2
  225. package/lib/refund/refund.dto.js.map +1 -1
  226. package/lib/refund/refund.model.d.ts +2 -3
  227. package/lib/refund/refund.model.js +1 -2
  228. package/lib/refund/refund.model.js.map +1 -1
  229. package/lib/security/index.d.ts +0 -4
  230. package/lib/security/index.js +0 -4
  231. package/lib/security/index.js.map +1 -1
  232. package/lib/security/role.dto.d.ts +1 -1
  233. package/lib/security/role.dto.js +2 -2
  234. package/lib/security/role.dto.js.map +1 -1
  235. package/lib/session/driving/session.topic.d.ts +2 -2
  236. package/lib/session/driving/session.topic.js +1 -1
  237. package/lib/session/driving/session.topic.js.map +1 -1
  238. package/lib/setting/index.d.ts +0 -1
  239. package/lib/setting/index.js +0 -1
  240. package/lib/setting/index.js.map +1 -1
  241. package/lib/setting/setting.dto.js +2 -2
  242. package/lib/setting/setting.dto.js.map +1 -1
  243. package/lib/setting/setting.model.d.ts +2 -2
  244. package/lib/setting/setting.model.js +1 -1
  245. package/lib/setting/setting.model.js.map +1 -1
  246. package/lib/student/student.dto.js +6 -8
  247. package/lib/student/student.dto.js.map +1 -1
  248. package/lib/student/student.model.d.ts +2 -3
  249. package/lib/student/student.model.js +1 -2
  250. package/lib/student/student.model.js.map +1 -1
  251. package/lib/ticket/index.d.ts +0 -1
  252. package/lib/ticket/index.js +0 -1
  253. package/lib/ticket/index.js.map +1 -1
  254. package/lib/ticket/ticket.dto.d.ts +1 -1
  255. package/lib/ticket/ticket.dto.js +7 -7
  256. package/lib/ticket/ticket.dto.js.map +1 -1
  257. package/lib/ticket/ticket.model.d.ts +1 -1
  258. package/lib/ticket/ticket.model.js +1 -1
  259. package/lib/ticket/ticket.model.js.map +1 -1
  260. package/lib/training/driving.model.d.ts +1 -1
  261. package/lib/training/driving.model.js +1 -1
  262. package/lib/training/driving.model.js.map +1 -1
  263. package/lib/training/index.d.ts +0 -1
  264. package/lib/training/index.js +0 -1
  265. package/lib/training/index.js.map +1 -1
  266. package/lib/training/request.dto.d.ts +2 -2
  267. package/lib/training/request.dto.js +2 -2
  268. package/lib/training/request.dto.js.map +1 -1
  269. package/lib/training/request.model.d.ts +2 -3
  270. package/lib/training/request.model.js +1 -2
  271. package/lib/training/request.model.js.map +1 -1
  272. package/lib/training/training.dto.d.ts +5 -6
  273. package/lib/training/training.dto.js +25 -80
  274. package/lib/training/training.dto.js.map +1 -1
  275. package/lib/training/training.model.d.ts +2 -3
  276. package/lib/training/training.model.js +6 -7
  277. package/lib/training/training.model.js.map +1 -1
  278. package/lib/tsconfig.tsbuildinfo +1 -1
  279. package/lib/user/agent.interface.d.ts +2 -2
  280. package/lib/user/agent.interface.js +0 -7
  281. package/lib/user/agent.interface.js.map +1 -1
  282. package/lib/user/index.d.ts +1 -2
  283. package/lib/user/index.js +1 -2
  284. package/lib/user/index.js.map +1 -1
  285. package/lib/user/profile.dto.d.ts +1 -2
  286. package/lib/user/profile.dto.js +8 -5
  287. package/lib/user/profile.dto.js.map +1 -1
  288. package/lib/user/user.model.d.ts +1 -3
  289. package/lib/user/user.model.js +2 -4
  290. package/lib/user/user.model.js.map +1 -1
  291. package/lib/utils/array.helper.d.ts +7 -0
  292. package/lib/utils/array.helper.js +11 -2
  293. package/lib/utils/array.helper.js.map +1 -1
  294. package/lib/utils/date.helper.d.ts +30 -1
  295. package/lib/utils/date.helper.js +59 -20
  296. package/lib/utils/date.helper.js.map +1 -1
  297. package/lib/utils/index.d.ts +3 -0
  298. package/lib/utils/index.js +3 -0
  299. package/lib/utils/index.js.map +1 -1
  300. package/package.json +2 -1
  301. package/lib/agent/asset.type.d.ts +0 -5
  302. package/lib/agent/asset.type.js +0 -10
  303. package/lib/agent/asset.type.js.map +0 -1
  304. package/lib/agent/earning.type.d.ts +0 -6
  305. package/lib/agent/earning.type.js +0 -3
  306. package/lib/agent/earning.type.js.map +0 -1
  307. package/lib/agent/payout.model.d.ts +0 -11
  308. package/lib/agent/payout.model.js +0 -59
  309. package/lib/agent/payout.model.js.map +0 -1
  310. package/lib/alert/alert.content.d.ts +0 -4
  311. package/lib/alert/alert.content.js +0 -9
  312. package/lib/alert/alert.content.js.map +0 -1
  313. package/lib/auth/biometric.dto.d.ts +0 -3
  314. package/lib/auth/biometric.dto.js +0 -25
  315. package/lib/auth/biometric.dto.js.map +0 -1
  316. package/lib/bill/bill-item.type.d.ts +0 -5
  317. package/lib/bill/bill-item.type.js +0 -10
  318. package/lib/bill/bill-item.type.js.map +0 -1
  319. package/lib/bill/bill.status.d.ts +0 -5
  320. package/lib/bill/bill.status.js +0 -13
  321. package/lib/bill/bill.status.js.map +0 -1
  322. package/lib/calendar/link.d.ts +0 -4
  323. package/lib/calendar/link.js +0 -9
  324. package/lib/calendar/link.js.map +0 -1
  325. package/lib/calendar/types.d.ts +0 -19
  326. package/lib/calendar/types.js +0 -25
  327. package/lib/calendar/types.js.map +0 -1
  328. package/lib/common/appointment.model.d.ts +0 -13
  329. package/lib/common/appointment.model.js +0 -79
  330. package/lib/common/appointment.model.js.map +0 -1
  331. package/lib/common/context.d.ts +0 -6
  332. package/lib/common/context.js +0 -11
  333. package/lib/common/context.js.map +0 -1
  334. package/lib/common/date.d.ts +0 -9
  335. package/lib/common/date.enum.d.ts +0 -9
  336. package/lib/common/date.enum.js +0 -14
  337. package/lib/common/date.enum.js.map +0 -1
  338. package/lib/common/date.js +0 -14
  339. package/lib/common/date.js.map +0 -1
  340. package/lib/common/general.dto.d.ts +0 -70
  341. package/lib/common/general.dto.js +0 -302
  342. package/lib/common/general.dto.js.map +0 -1
  343. package/lib/common/notification.enum.d.ts +0 -11
  344. package/lib/common/notification.enum.js +0 -17
  345. package/lib/common/notification.enum.js.map +0 -1
  346. package/lib/company/account.status.enum.d.ts +0 -8
  347. package/lib/company/account.status.enum.js +0 -13
  348. package/lib/company/account.status.enum.js.map +0 -1
  349. package/lib/company/common/appointment.type.enum.d.ts +0 -4
  350. package/lib/company/common/appointment.type.enum.js +0 -9
  351. package/lib/company/common/appointment.type.enum.js.map +0 -1
  352. package/lib/company/common/general.dto.d.ts +0 -46
  353. package/lib/company/common/general.dto.js +0 -182
  354. package/lib/company/common/general.dto.js.map +0 -1
  355. package/lib/company/common/index.d.ts +0 -4
  356. package/lib/company/common/index.js +0 -21
  357. package/lib/company/common/index.js.map +0 -1
  358. package/lib/company/common/request.status.enum.d.ts +0 -6
  359. package/lib/company/common/request.status.enum.js +0 -11
  360. package/lib/company/common/request.status.enum.js.map +0 -1
  361. package/lib/company/common/setting.enum.d.ts +0 -7
  362. package/lib/company/common/setting.enum.js +0 -12
  363. package/lib/company/common/setting.enum.js.map +0 -1
  364. package/lib/company/common/training.status.enum.d.ts +0 -11
  365. package/lib/company/common/training.status.enum.js +0 -17
  366. package/lib/company/common/training.status.enum.js.map +0 -1
  367. package/lib/company/course/appointment.model.d.ts +0 -10
  368. package/lib/company/course/appointment.model.js +0 -43
  369. package/lib/company/course/appointment.model.js.map +0 -1
  370. package/lib/company/course/course.enum.d.ts +0 -15
  371. package/lib/company/course/course.enum.js +0 -22
  372. package/lib/company/course/course.enum.js.map +0 -1
  373. package/lib/company/course/course.model.d.ts +0 -17
  374. package/lib/company/course/course.model.js +0 -94
  375. package/lib/company/course/course.model.js.map +0 -1
  376. package/lib/company/course/definition.model.d.ts +0 -11
  377. package/lib/company/course/definition.model.js +0 -57
  378. package/lib/company/course/definition.model.js.map +0 -1
  379. package/lib/company/course/finances/discount.model.d.ts +0 -8
  380. package/lib/company/course/finances/discount.model.js +0 -44
  381. package/lib/company/course/finances/discount.model.js.map +0 -1
  382. package/lib/company/course/finances/index.d.ts +0 -5
  383. package/lib/company/course/finances/index.js +0 -22
  384. package/lib/company/course/finances/index.js.map +0 -1
  385. package/lib/company/course/finances/invoice-item.model.d.ts +0 -7
  386. package/lib/company/course/finances/invoice-item.model.js +0 -43
  387. package/lib/company/course/finances/invoice-item.model.js.map +0 -1
  388. package/lib/company/course/finances/invoice.model.d.ts +0 -15
  389. package/lib/company/course/finances/invoice.model.js +0 -77
  390. package/lib/company/course/finances/invoice.model.js.map +0 -1
  391. package/lib/company/course/finances/payment.model.d.ts +0 -13
  392. package/lib/company/course/finances/payment.model.js +0 -68
  393. package/lib/company/course/finances/payment.model.js.map +0 -1
  394. package/lib/company/course/finances/refund.model.d.ts +0 -8
  395. package/lib/company/course/finances/refund.model.js +0 -44
  396. package/lib/company/course/finances/refund.model.js.map +0 -1
  397. package/lib/company/course/index.d.ts +0 -6
  398. package/lib/company/course/index.js +0 -23
  399. package/lib/company/course/index.js.map +0 -1
  400. package/lib/company/course/part.model.d.ts +0 -10
  401. package/lib/company/course/part.model.js +0 -56
  402. package/lib/company/course/part.model.js.map +0 -1
  403. package/lib/company/driving/appointment.type.enum.d.ts +0 -4
  404. package/lib/company/driving/appointment.type.enum.js +0 -9
  405. package/lib/company/driving/appointment.type.enum.js.map +0 -1
  406. package/lib/company/driving/category.model.d.ts +0 -18
  407. package/lib/company/driving/category.model.js +0 -100
  408. package/lib/company/driving/category.model.js.map +0 -1
  409. package/lib/company/driving/dto.d.ts +0 -5
  410. package/lib/company/driving/dto.js +0 -38
  411. package/lib/company/driving/dto.js.map +0 -1
  412. package/lib/company/driving/exam.enum.d.ts +0 -5
  413. package/lib/company/driving/exam.enum.js +0 -10
  414. package/lib/company/driving/exam.enum.js.map +0 -1
  415. package/lib/company/driving/exam.status.enum.d.ts +0 -5
  416. package/lib/company/driving/exam.status.enum.js +0 -10
  417. package/lib/company/driving/exam.status.enum.js.map +0 -1
  418. package/lib/company/driving/finances/discount.model.d.ts +0 -8
  419. package/lib/company/driving/finances/discount.model.js +0 -44
  420. package/lib/company/driving/finances/discount.model.js.map +0 -1
  421. package/lib/company/driving/finances/index.d.ts +0 -5
  422. package/lib/company/driving/finances/index.js +0 -22
  423. package/lib/company/driving/finances/index.js.map +0 -1
  424. package/lib/company/driving/finances/invoice-item.model.d.ts +0 -7
  425. package/lib/company/driving/finances/invoice-item.model.js +0 -43
  426. package/lib/company/driving/finances/invoice-item.model.js.map +0 -1
  427. package/lib/company/driving/finances/invoice.model.d.ts +0 -14
  428. package/lib/company/driving/finances/invoice.model.js +0 -71
  429. package/lib/company/driving/finances/invoice.model.js.map +0 -1
  430. package/lib/company/driving/finances/payment.model.d.ts +0 -13
  431. package/lib/company/driving/finances/payment.model.js +0 -68
  432. package/lib/company/driving/finances/payment.model.js.map +0 -1
  433. package/lib/company/driving/finances/refund.model.d.ts +0 -8
  434. package/lib/company/driving/finances/refund.model.js +0 -44
  435. package/lib/company/driving/finances/refund.model.js.map +0 -1
  436. package/lib/company/driving/index.d.ts +0 -9
  437. package/lib/company/driving/index.js +0 -26
  438. package/lib/company/driving/index.js.map +0 -1
  439. package/lib/company/driving/score.enum.d.ts +0 -12
  440. package/lib/company/driving/score.enum.js +0 -18
  441. package/lib/company/driving/score.enum.js.map +0 -1
  442. package/lib/company/driving/skill.model.d.ts +0 -8
  443. package/lib/company/driving/skill.model.js +0 -47
  444. package/lib/company/driving/skill.model.js.map +0 -1
  445. package/lib/company/driving/status.enum.d.ts +0 -5
  446. package/lib/company/driving/status.enum.js +0 -10
  447. package/lib/company/driving/status.enum.js.map +0 -1
  448. package/lib/company/driving/topic.model.d.ts +0 -10
  449. package/lib/company/driving/topic.model.js +0 -54
  450. package/lib/company/driving/topic.model.js.map +0 -1
  451. package/lib/company/driving/transmission.enum.d.ts +0 -4
  452. package/lib/company/driving/transmission.enum.js +0 -9
  453. package/lib/company/driving/transmission.enum.js.map +0 -1
  454. package/lib/company/event.model.d.ts +0 -8
  455. package/lib/company/event.model.js +0 -49
  456. package/lib/company/event.model.js.map +0 -1
  457. package/lib/company/finances/card.model.d.ts +0 -10
  458. package/lib/company/finances/card.model.js +0 -55
  459. package/lib/company/finances/card.model.js.map +0 -1
  460. package/lib/company/finances/credit.model.d.ts +0 -9
  461. package/lib/company/finances/credit.model.js +0 -50
  462. package/lib/company/finances/credit.model.js.map +0 -1
  463. package/lib/company/finances/expense-category.model.d.ts +0 -5
  464. package/lib/company/finances/expense-category.model.js +0 -31
  465. package/lib/company/finances/expense-category.model.js.map +0 -1
  466. package/lib/company/finances/expense.model.d.ts +0 -11
  467. package/lib/company/finances/expense.model.js +0 -55
  468. package/lib/company/finances/expense.model.js.map +0 -1
  469. package/lib/company/finances/finance.enum.d.ts +0 -22
  470. package/lib/company/finances/finance.enum.js +0 -31
  471. package/lib/company/finances/finance.enum.js.map +0 -1
  472. package/lib/company/finances/index.d.ts +0 -5
  473. package/lib/company/finances/index.js +0 -22
  474. package/lib/company/finances/index.js.map +0 -1
  475. package/lib/company/finances/payment.model.d.ts +0 -7
  476. package/lib/company/finances/payment.model.js +0 -39
  477. package/lib/company/finances/payment.model.js.map +0 -1
  478. package/lib/company/finances/priceplan.model.d.ts +0 -19
  479. package/lib/company/finances/priceplan.model.js +0 -95
  480. package/lib/company/finances/priceplan.model.js.map +0 -1
  481. package/lib/company/plan/index.d.ts +0 -2
  482. package/lib/company/plan/index.js +0 -19
  483. package/lib/company/plan/index.js.map +0 -1
  484. package/lib/company/plan/plan.enum.d.ts +0 -9
  485. package/lib/company/plan/plan.enum.js +0 -15
  486. package/lib/company/plan/plan.enum.js.map +0 -1
  487. package/lib/company/plan/plan.model.d.ts +0 -16
  488. package/lib/company/plan/plan.model.js +0 -87
  489. package/lib/company/plan/plan.model.js.map +0 -1
  490. package/lib/company/plan.enum.d.ts +0 -9
  491. package/lib/company/plan.enum.js +0 -15
  492. package/lib/company/plan.enum.js.map +0 -1
  493. package/lib/company/priceplan.model.d.ts +0 -16
  494. package/lib/company/priceplan.model.js +0 -87
  495. package/lib/company/priceplan.model.js.map +0 -1
  496. package/lib/company/setting.model.d.ts +0 -10
  497. package/lib/company/setting.model.js +0 -52
  498. package/lib/company/setting.model.js.map +0 -1
  499. package/lib/company/student/index.d.ts +0 -1
  500. package/lib/company/student/index.js +0 -18
  501. package/lib/company/student/index.js.map +0 -1
  502. package/lib/company/student/student.model.d.ts +0 -10
  503. package/lib/company/student/student.model.js +0 -43
  504. package/lib/company/student/student.model.js.map +0 -1
  505. package/lib/company/team/index.d.ts +0 -2
  506. package/lib/company/team/index.js +0 -19
  507. package/lib/company/team/index.js.map +0 -1
  508. package/lib/company/team/team.dto.d.ts +0 -6
  509. package/lib/company/team/team.dto.js +0 -39
  510. package/lib/company/team/team.dto.js.map +0 -1
  511. package/lib/company/team/user.model.d.ts +0 -33
  512. package/lib/company/team/user.model.js +0 -104
  513. package/lib/company/team/user.model.js.map +0 -1
  514. package/lib/company/team/user.status.enum.d.ts +0 -5
  515. package/lib/company/team/user.status.enum.js +0 -10
  516. package/lib/company/team/user.status.enum.js.map +0 -1
  517. package/lib/company/user.model.d.ts +0 -25
  518. package/lib/company/user.model.js +0 -124
  519. package/lib/company/user.model.js.map +0 -1
  520. package/lib/course/types.d.ts +0 -15
  521. package/lib/course/types.js +0 -22
  522. package/lib/course/types.js.map +0 -1
  523. package/lib/driving/lesson/types.d.ts +0 -15
  524. package/lib/driving/lesson/types.js +0 -21
  525. package/lib/driving/lesson/types.js.map +0 -1
  526. package/lib/driving/types.d.ts +0 -9
  527. package/lib/driving/types.js +0 -15
  528. package/lib/driving/types.js.map +0 -1
  529. package/lib/enums/date.d.ts +0 -9
  530. package/lib/enums/date.js +0 -14
  531. package/lib/enums/date.js.map +0 -1
  532. package/lib/enums/finance.d.ts +0 -22
  533. package/lib/enums/finance.js +0 -31
  534. package/lib/enums/finance.js.map +0 -1
  535. package/lib/enums/index.d.ts +0 -1
  536. package/lib/enums/index.js +0 -14
  537. package/lib/enums/index.js.map +0 -1
  538. package/lib/enums/language.d.ts +0 -6
  539. package/lib/enums/language.js +0 -11
  540. package/lib/enums/language.js.map +0 -1
  541. package/lib/enums/notification.d.ts +0 -11
  542. package/lib/enums/notification.js +0 -17
  543. package/lib/enums/notification.js.map +0 -1
  544. package/lib/enums/plan.d.ts +0 -9
  545. package/lib/enums/plan.js +0 -15
  546. package/lib/enums/plan.js.map +0 -1
  547. package/lib/enums/role.d.ts +0 -6
  548. package/lib/enums/role.js +0 -11
  549. package/lib/enums/role.js.map +0 -1
  550. package/lib/enums/score.d.ts +0 -12
  551. package/lib/enums/score.js +0 -18
  552. package/lib/enums/score.js.map +0 -1
  553. package/lib/enums/training.d.ts +0 -19
  554. package/lib/enums/training.js +0 -27
  555. package/lib/enums/training.js.map +0 -1
  556. package/lib/event/event.dto.d.ts +0 -24
  557. package/lib/event/event.dto.js +0 -146
  558. package/lib/event/event.dto.js.map +0 -1
  559. package/lib/event/event.model.d.ts +0 -8
  560. package/lib/event/event.model.js +0 -49
  561. package/lib/event/event.model.js.map +0 -1
  562. package/lib/event/index.d.ts +0 -2
  563. package/lib/event/index.js +0 -19
  564. package/lib/event/index.js.map +0 -1
  565. package/lib/events/agent/account.events.d.ts +0 -27
  566. package/lib/events/agent/account.events.js +0 -32
  567. package/lib/events/agent/account.events.js.map +0 -1
  568. package/lib/events/agent/payout.events.d.ts +0 -29
  569. package/lib/events/agent/payout.events.js +0 -34
  570. package/lib/events/agent/payout.events.js.map +0 -1
  571. package/lib/events/agent/profile.events.d.ts +0 -18
  572. package/lib/events/agent/profile.events.js +0 -23
  573. package/lib/events/agent/profile.events.js.map +0 -1
  574. package/lib/events/agent/promotion.events.d.ts +0 -42
  575. package/lib/events/agent/promotion.events.js +0 -47
  576. package/lib/events/agent/promotion.events.js.map +0 -1
  577. package/lib/events/auth/auth.events.d.ts +0 -16
  578. package/lib/events/auth/auth.events.js +0 -21
  579. package/lib/events/auth/auth.events.js.map +0 -1
  580. package/lib/events/auth/token.events.d.ts +0 -23
  581. package/lib/events/auth/token.events.js +0 -28
  582. package/lib/events/auth/token.events.js.map +0 -1
  583. package/lib/events/auth/verify.events.d.ts +0 -17
  584. package/lib/events/auth/verify.events.js +0 -22
  585. package/lib/events/auth/verify.events.js.map +0 -1
  586. package/lib/events/company/account/account.events.d.ts +0 -64
  587. package/lib/events/company/account/account.events.js +0 -69
  588. package/lib/events/company/account/account.events.js.map +0 -1
  589. package/lib/events/company/account/profile.events.d.ts +0 -169
  590. package/lib/events/company/account/profile.events.js +0 -174
  591. package/lib/events/company/account/profile.events.js.map +0 -1
  592. package/lib/events/company/course/appointment.events.d.ts +0 -56
  593. package/lib/events/company/course/appointment.events.js +0 -61
  594. package/lib/events/company/course/appointment.events.js.map +0 -1
  595. package/lib/events/company/course/course.events.d.ts +0 -118
  596. package/lib/events/company/course/course.events.js +0 -123
  597. package/lib/events/company/course/course.events.js.map +0 -1
  598. package/lib/events/company/course/lesson.events.d.ts +0 -56
  599. package/lib/events/company/course/lesson.events.js +0 -61
  600. package/lib/events/company/course/lesson.events.js.map +0 -1
  601. package/lib/events/company/course/topic.events.d.ts +0 -76
  602. package/lib/events/company/course/topic.events.js +0 -81
  603. package/lib/events/company/course/topic.events.js.map +0 -1
  604. package/lib/events/company/product/addon.events.d.ts +0 -34
  605. package/lib/events/company/product/addon.events.js +0 -39
  606. package/lib/events/company/product/addon.events.js.map +0 -1
  607. package/lib/events/company/product/campaign.events.d.ts +0 -13
  608. package/lib/events/company/product/campaign.events.js +0 -18
  609. package/lib/events/company/product/campaign.events.js.map +0 -1
  610. package/lib/events/company/product/product.events.d.ts +0 -54
  611. package/lib/events/company/product/product.events.js +0 -59
  612. package/lib/events/company/product/product.events.js.map +0 -1
  613. package/lib/events/index.d.ts +0 -25
  614. package/lib/events/index.js +0 -42
  615. package/lib/events/index.js.map +0 -1
  616. package/lib/events/instructor/account/account.events.d.ts +0 -123
  617. package/lib/events/instructor/account/account.events.js +0 -128
  618. package/lib/events/instructor/account/account.events.js.map +0 -1
  619. package/lib/events/instructor/account/profile.events.d.ts +0 -31
  620. package/lib/events/instructor/account/profile.events.js +0 -36
  621. package/lib/events/instructor/account/profile.events.js.map +0 -1
  622. package/lib/events/instructor/task/task.events.d.ts +0 -24
  623. package/lib/events/instructor/task/task.events.js +0 -29
  624. package/lib/events/instructor/task/task.events.js.map +0 -1
  625. package/lib/events/student/account/account.events.d.ts +0 -36
  626. package/lib/events/student/account/account.events.js +0 -41
  627. package/lib/events/student/account/account.events.js.map +0 -1
  628. package/lib/events/user/account.events.d.ts +0 -84
  629. package/lib/events/user/account.events.js +0 -89
  630. package/lib/events/user/account.events.js.map +0 -1
  631. package/lib/events/user/alert.events.d.ts +0 -16
  632. package/lib/events/user/alert.events.js +0 -21
  633. package/lib/events/user/alert.events.js.map +0 -1
  634. package/lib/events/user/device.events.d.ts +0 -30
  635. package/lib/events/user/device.events.js +0 -35
  636. package/lib/events/user/device.events.js.map +0 -1
  637. package/lib/events/user/notification.events.d.ts +0 -30
  638. package/lib/events/user/notification.events.js +0 -35
  639. package/lib/events/user/notification.events.js.map +0 -1
  640. package/lib/events/user/profile.events.d.ts +0 -60
  641. package/lib/events/user/profile.events.js +0 -65
  642. package/lib/events/user/profile.events.js.map +0 -1
  643. package/lib/expense/expense.types.d.ts +0 -5
  644. package/lib/expense/expense.types.js +0 -10
  645. package/lib/expense/expense.types.js.map +0 -1
  646. package/lib/finance/finance.type.d.ts +0 -21
  647. package/lib/finance/finance.type.js +0 -21
  648. package/lib/finance/finance.type.js.map +0 -1
  649. package/lib/finance/handover.dto.d.ts +0 -6
  650. package/lib/finance/handover.dto.js +0 -45
  651. package/lib/finance/handover.dto.js.map +0 -1
  652. package/lib/finance/handover.model.d.ts +0 -13
  653. package/lib/finance/handover.model.js +0 -65
  654. package/lib/finance/handover.model.js.map +0 -1
  655. package/lib/free-benefit/free-benefit.type.d.ts +0 -4
  656. package/lib/free-benefit/free-benefit.type.js +0 -9
  657. package/lib/free-benefit/free-benefit.type.js.map +0 -1
  658. package/lib/handover/handover.document.d.ts +0 -5
  659. package/lib/handover/handover.document.js +0 -3
  660. package/lib/handover/handover.document.js.map +0 -1
  661. package/lib/invoice/invoice.types.d.ts +0 -6
  662. package/lib/invoice/invoice.types.js +0 -11
  663. package/lib/invoice/invoice.types.js.map +0 -1
  664. package/lib/language/index.d.ts +0 -1
  665. package/lib/language/index.js +0 -18
  666. package/lib/language/index.js.map +0 -1
  667. package/lib/language/language.enum.d.ts +0 -6
  668. package/lib/language/language.enum.js +0 -11
  669. package/lib/language/language.enum.js.map +0 -1
  670. package/lib/log/log.type.d.ts +0 -9
  671. package/lib/log/log.type.js +0 -14
  672. package/lib/log/log.type.js.map +0 -1
  673. package/lib/notification/notification-preference.model.d.ts +0 -5
  674. package/lib/notification/notification-preference.model.js +0 -31
  675. package/lib/notification/notification-preference.model.js.map +0 -1
  676. package/lib/notification/notification.channel.d.ts +0 -6
  677. package/lib/notification/notification.channel.js +0 -11
  678. package/lib/notification/notification.channel.js.map +0 -1
  679. package/lib/notification/notification.enum.d.ts +0 -11
  680. package/lib/notification/notification.enum.js +0 -17
  681. package/lib/notification/notification.enum.js.map +0 -1
  682. package/lib/notification/notification.types.d.ts +0 -11
  683. package/lib/notification/notification.types.js +0 -17
  684. package/lib/notification/notification.types.js.map +0 -1
  685. package/lib/payment/payment.types.d.ts +0 -13
  686. package/lib/payment/payment.types.js +0 -20
  687. package/lib/payment/payment.types.js.map +0 -1
  688. package/lib/payout/payout.types.d.ts +0 -4
  689. package/lib/payout/payout.types.js +0 -9
  690. package/lib/payout/payout.types.js.map +0 -1
  691. package/lib/priceplan/plan.enum.d.ts +0 -23
  692. package/lib/priceplan/plan.enum.js +0 -29
  693. package/lib/priceplan/plan.enum.js.map +0 -1
  694. package/lib/product/index.d.ts +0 -3
  695. package/lib/product/index.js +0 -20
  696. package/lib/product/index.js.map +0 -1
  697. package/lib/product/product.dto.d.ts +0 -12
  698. package/lib/product/product.dto.js +0 -69
  699. package/lib/product/product.dto.js.map +0 -1
  700. package/lib/product/product.model.d.ts +0 -12
  701. package/lib/product/product.model.js +0 -61
  702. package/lib/product/product.model.js.map +0 -1
  703. package/lib/product/product.type.d.ts +0 -4
  704. package/lib/product/product.type.js +0 -9
  705. package/lib/product/product.type.js.map +0 -1
  706. package/lib/public/user-agent.interface.d.ts +0 -6
  707. package/lib/public/user-agent.interface.js +0 -3
  708. package/lib/public/user-agent.interface.js.map +0 -1
  709. package/lib/security/account.types.d.ts +0 -8
  710. package/lib/security/account.types.js +0 -13
  711. package/lib/security/account.types.js.map +0 -1
  712. package/lib/security/acl.d.ts +0 -6
  713. package/lib/security/acl.js +0 -11
  714. package/lib/security/acl.js.map +0 -1
  715. package/lib/security/permissions.d.ts +0 -9
  716. package/lib/security/permissions.js +0 -14
  717. package/lib/security/permissions.js.map +0 -1
  718. package/lib/security/role.types.d.ts +0 -41
  719. package/lib/security/role.types.js +0 -46
  720. package/lib/security/role.types.js.map +0 -1
  721. package/lib/security/roles.d.ts +0 -9
  722. package/lib/security/roles.js +0 -14
  723. package/lib/security/roles.js.map +0 -1
  724. package/lib/security/token.interface.d.ts +0 -7
  725. package/lib/security/token.interface.js +0 -3
  726. package/lib/security/token.interface.js.map +0 -1
  727. package/lib/session/course/index.d.ts +0 -1
  728. package/lib/session/course/index.js +0 -14
  729. package/lib/session/course/index.js.map +0 -1
  730. package/lib/session/course/session.model.d.ts +0 -8
  731. package/lib/session/course/session.model.js +0 -36
  732. package/lib/session/course/session.model.js.map +0 -1
  733. package/lib/session/driving/appointment-assessment.d.ts +0 -8
  734. package/lib/session/driving/appointment-assessment.js +0 -50
  735. package/lib/session/driving/appointment-assessment.js.map +0 -1
  736. package/lib/setting/setting.type.d.ts +0 -7
  737. package/lib/setting/setting.type.js +0 -12
  738. package/lib/setting/setting.type.js.map +0 -1
  739. package/lib/student/course/appointment.model.d.ts +0 -5
  740. package/lib/student/course/appointment.model.js +0 -32
  741. package/lib/student/course/appointment.model.js.map +0 -1
  742. package/lib/student/course/index.d.ts +0 -3
  743. package/lib/student/course/index.js +0 -20
  744. package/lib/student/course/index.js.map +0 -1
  745. package/lib/student/course/request.model.d.ts +0 -11
  746. package/lib/student/course/request.model.js +0 -62
  747. package/lib/student/course/request.model.js.map +0 -1
  748. package/lib/student/course/training.model.d.ts +0 -16
  749. package/lib/student/course/training.model.js +0 -92
  750. package/lib/student/course/training.model.js.map +0 -1
  751. package/lib/student/driving/appointment-skill.model.d.ts +0 -6
  752. package/lib/student/driving/appointment-skill.model.js +0 -32
  753. package/lib/student/driving/appointment-skill.model.js.map +0 -1
  754. package/lib/student/driving/appointment-topic.model.d.ts +0 -6
  755. package/lib/student/driving/appointment-topic.model.js +0 -32
  756. package/lib/student/driving/appointment-topic.model.js.map +0 -1
  757. package/lib/student/driving/appointment.model.d.ts +0 -12
  758. package/lib/student/driving/appointment.model.js +0 -67
  759. package/lib/student/driving/appointment.model.js.map +0 -1
  760. package/lib/student/driving/exam/exam-topic-assesment.model.d.ts +0 -8
  761. package/lib/student/driving/exam/exam-topic-assesment.model.js +0 -40
  762. package/lib/student/driving/exam/exam-topic-assesment.model.js.map +0 -1
  763. package/lib/student/driving/exam/exam.model.d.ts +0 -11
  764. package/lib/student/driving/exam/exam.model.js +0 -50
  765. package/lib/student/driving/exam/exam.model.js.map +0 -1
  766. package/lib/student/driving/exam/index.d.ts +0 -2
  767. package/lib/student/driving/exam/index.js +0 -19
  768. package/lib/student/driving/exam/index.js.map +0 -1
  769. package/lib/student/driving/index.d.ts +0 -8
  770. package/lib/student/driving/index.js +0 -25
  771. package/lib/student/driving/index.js.map +0 -1
  772. package/lib/student/driving/request.model.d.ts +0 -13
  773. package/lib/student/driving/request.model.js +0 -73
  774. package/lib/student/driving/request.model.js.map +0 -1
  775. package/lib/student/driving/skill.model.d.ts +0 -6
  776. package/lib/student/driving/skill.model.js +0 -32
  777. package/lib/student/driving/skill.model.js.map +0 -1
  778. package/lib/student/driving/topic.model.d.ts +0 -7
  779. package/lib/student/driving/topic.model.js +0 -38
  780. package/lib/student/driving/topic.model.js.map +0 -1
  781. package/lib/student/driving/training.model.d.ts +0 -23
  782. package/lib/student/driving/training.model.js +0 -131
  783. package/lib/student/driving/training.model.js.map +0 -1
  784. package/lib/student/signature.model.d.ts +0 -7
  785. package/lib/student/signature.model.js +0 -42
  786. package/lib/student/signature.model.js.map +0 -1
  787. package/lib/support/index.d.ts +0 -1
  788. package/lib/support/index.js +0 -18
  789. package/lib/support/index.js.map +0 -1
  790. package/lib/support/request.dto.d.ts +0 -5
  791. package/lib/support/request.dto.js +0 -39
  792. package/lib/support/request.dto.js.map +0 -1
  793. package/lib/system/country.model.d.ts +0 -15
  794. package/lib/system/country.model.js +0 -75
  795. package/lib/system/country.model.js.map +0 -1
  796. package/lib/system/driving/category.model.d.ts +0 -12
  797. package/lib/system/driving/category.model.js +0 -66
  798. package/lib/system/driving/category.model.js.map +0 -1
  799. package/lib/system/driving/category.trans.model.d.ts +0 -8
  800. package/lib/system/driving/category.trans.model.js +0 -42
  801. package/lib/system/driving/category.trans.model.js.map +0 -1
  802. package/lib/system/driving/index.d.ts +0 -6
  803. package/lib/system/driving/index.js +0 -23
  804. package/lib/system/driving/index.js.map +0 -1
  805. package/lib/system/driving/skill.model.d.ts +0 -11
  806. package/lib/system/driving/skill.model.js +0 -61
  807. package/lib/system/driving/skill.model.js.map +0 -1
  808. package/lib/system/driving/skill.trans.model.d.ts +0 -9
  809. package/lib/system/driving/skill.trans.model.js +0 -48
  810. package/lib/system/driving/skill.trans.model.js.map +0 -1
  811. package/lib/system/driving/topic.model.d.ts +0 -10
  812. package/lib/system/driving/topic.model.js +0 -55
  813. package/lib/system/driving/topic.model.js.map +0 -1
  814. package/lib/system/driving/topic.trans.model.d.ts +0 -8
  815. package/lib/system/driving/topic.trans.model.js +0 -42
  816. package/lib/system/driving/topic.trans.model.js.map +0 -1
  817. package/lib/system/finances/currency.model.d.ts +0 -9
  818. package/lib/system/finances/currency.model.js +0 -53
  819. package/lib/system/finances/currency.model.js.map +0 -1
  820. package/lib/system/finances/index.d.ts +0 -3
  821. package/lib/system/finances/index.js +0 -20
  822. package/lib/system/finances/index.js.map +0 -1
  823. package/lib/system/finances/priceplan.model.d.ts +0 -13
  824. package/lib/system/finances/priceplan.model.js +0 -67
  825. package/lib/system/finances/priceplan.model.js.map +0 -1
  826. package/lib/system/finances/priceplan.translation.d.ts +0 -8
  827. package/lib/system/finances/priceplan.translation.js +0 -42
  828. package/lib/system/finances/priceplan.translation.js.map +0 -1
  829. package/lib/system/index.d.ts +0 -3
  830. package/lib/system/index.js +0 -20
  831. package/lib/system/index.js.map +0 -1
  832. package/lib/ticket/ticket.enum.d.ts +0 -5
  833. package/lib/ticket/ticket.enum.js +0 -10
  834. package/lib/ticket/ticket.enum.js.map +0 -1
  835. package/lib/training/training.types.d.ts +0 -15
  836. package/lib/training/training.types.js +0 -22
  837. package/lib/training/training.types.js.map +0 -1
  838. package/lib/types/activity.type.d.ts +0 -46
  839. package/lib/types/activity.type.js +0 -51
  840. package/lib/types/activity.type.js.map +0 -1
  841. package/lib/types/addon.type.d.ts +0 -66
  842. package/lib/types/addon.type.js +0 -71
  843. package/lib/types/addon.type.js.map +0 -1
  844. package/lib/types/calendar.type.d.ts +0 -24
  845. package/lib/types/calendar.type.js +0 -31
  846. package/lib/types/calendar.type.js.map +0 -1
  847. package/lib/types/driving.type.d.ts +0 -12
  848. package/lib/types/driving.type.js +0 -18
  849. package/lib/types/driving.type.js.map +0 -1
  850. package/lib/types/earning.type.d.ts +0 -6
  851. package/lib/types/earning.type.js +0 -3
  852. package/lib/types/earning.type.js.map +0 -1
  853. package/lib/types/finance.type.d.ts +0 -67
  854. package/lib/types/finance.type.js +0 -77
  855. package/lib/types/finance.type.js.map +0 -1
  856. package/lib/types/index.d.ts +0 -15
  857. package/lib/types/index.js +0 -32
  858. package/lib/types/index.js.map +0 -1
  859. package/lib/types/interface.d.ts +0 -79
  860. package/lib/types/interface.js +0 -4
  861. package/lib/types/interface.js.map +0 -1
  862. package/lib/types/metric.type.d.ts +0 -34
  863. package/lib/types/metric.type.js +0 -39
  864. package/lib/types/metric.type.js.map +0 -1
  865. package/lib/types/policy.type.d.ts +0 -27
  866. package/lib/types/policy.type.js +0 -32
  867. package/lib/types/policy.type.js.map +0 -1
  868. package/lib/types/priceplan.type.d.ts +0 -39
  869. package/lib/types/priceplan.type.js +0 -48
  870. package/lib/types/priceplan.type.js.map +0 -1
  871. package/lib/types/product.type.d.ts +0 -202
  872. package/lib/types/product.type.js +0 -209
  873. package/lib/types/product.type.js.map +0 -1
  874. package/lib/types/program.type.d.ts +0 -23
  875. package/lib/types/program.type.js +0 -28
  876. package/lib/types/program.type.js.map +0 -1
  877. package/lib/types/security.type.d.ts +0 -54
  878. package/lib/types/security.type.js +0 -60
  879. package/lib/types/security.type.js.map +0 -1
  880. package/lib/types/support.type.d.ts +0 -127
  881. package/lib/types/support.type.js +0 -144
  882. package/lib/types/support.type.js.map +0 -1
  883. package/lib/types/training.type.d.ts +0 -16
  884. package/lib/types/training.type.js +0 -22
  885. package/lib/types/training.type.js.map +0 -1
  886. package/lib/user/biometric.dto.d.ts +0 -3
  887. package/lib/user/biometric.dto.js +0 -25
  888. package/lib/user/biometric.dto.js.map +0 -1
  889. package/lib/user/email.dto.d.ts +0 -4
  890. package/lib/user/email.dto.js +0 -32
  891. package/lib/user/email.dto.js.map +0 -1
  892. package/lib/user/notification/index.d.ts +0 -3
  893. package/lib/user/notification/index.js +0 -20
  894. package/lib/user/notification/index.js.map +0 -1
  895. package/lib/user/notification/notification-preference.model.d.ts +0 -5
  896. package/lib/user/notification/notification-preference.model.js +0 -31
  897. package/lib/user/notification/notification-preference.model.js.map +0 -1
  898. package/lib/user/notification/notification.enum.d.ts +0 -11
  899. package/lib/user/notification/notification.enum.js +0 -17
  900. package/lib/user/notification/notification.enum.js.map +0 -1
  901. package/lib/user/notification/notification.model.d.ts +0 -10
  902. package/lib/user/notification/notification.model.js +0 -53
  903. package/lib/user/notification/notification.model.js.map +0 -1
  904. package/lib/user/phone.dto.d.ts +0 -4
  905. package/lib/user/phone.dto.js +0 -32
  906. package/lib/user/phone.dto.js.map +0 -1
  907. package/lib/user/profile.type.d.ts +0 -10
  908. package/lib/user/profile.type.js +0 -15
  909. package/lib/user/profile.type.js.map +0 -1
  910. package/lib/user/sign.dto.d.ts +0 -5
  911. package/lib/user/sign.dto.js +0 -38
  912. package/lib/user/sign.dto.js.map +0 -1
  913. package/lib/user/user.device.model.d.ts +0 -8
  914. package/lib/user/user.device.model.js +0 -46
  915. package/lib/user/user.device.model.js.map +0 -1
  916. package/lib/validators/compare.validator.d.ts +0 -9
  917. package/lib/validators/compare.validator.js +0 -34
  918. package/lib/validators/compare.validator.js.map +0 -1
  919. package/lib/validators/index.d.ts +0 -2
  920. package/lib/validators/index.js +0 -19
  921. package/lib/validators/index.js.map +0 -1
  922. package/lib/validators/required.validator.d.ts +0 -21
  923. package/lib/validators/required.validator.js +0 -95
  924. package/lib/validators/required.validator.js.map +0 -1
@@ -1,174 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompanyProfileEvents = void 0;
4
- var CompanyProfileEvents;
5
- (function (CompanyProfileEvents) {
6
- /**
7
- * Company ownership is transferred to another user
8
- * @author Company owner
9
- * @fires Log instructor (new owner) for auditing purposes
10
- * @fires Log instructor (old owner) for auditing purposes (authoring)
11
- * @fires Log company for auditing purposes
12
- * @fires Log system for auditing purposes
13
- * @fires Notify new owner about the assignment
14
- * @fires Notify all active members (except old and new owner) about the company owner change
15
- * @param CompanyInstructorEntity New company owner
16
- * @param CompanyInstructorEntity Event author
17
- */
18
- CompanyProfileEvents["OwnerChanged"] = "company.profile.ownerChanged";
19
- /**
20
- * Company changes name
21
- * @author Company owner
22
- * @fires Log instructor for auditing purposes
23
- * @fires Log company for auditing purposes
24
- * @fires Log system for auditing purposes
25
- * @fires Notify all active members (except auth user) about the company name change
26
- * @param CompanyEntity Company which name is changed
27
- * @param String Previous company name
28
- * @param CompanyInstructorEntity Event author
29
- */
30
- CompanyProfileEvents["NameChanged"] = "company.profile.nameChanged";
31
- /**
32
- * Company changes description
33
- * @author Company manager
34
- * @fires Log instructor for auditing purposes
35
- * @fires Log company for auditing purposes
36
- * @param CompanyEntity Company which description is changed
37
- * @param CompanyInstructorEntity Event author
38
- */
39
- CompanyProfileEvents["DescriptionChanged"] = "company.profile.descriptionChanged";
40
- /**
41
- * Company changes logo
42
- * @author Company manager
43
- * @fires Log instructor for auditing purposes
44
- * @fires Log company for auditing purposes
45
- * @param CompanyEntity Company which logo is changed
46
- * @param CompanyInstructorEntity Event author
47
- */
48
- CompanyProfileEvents["LogoChanged"] = "company.profile.logoChanged";
49
- /**
50
- * Company changes language
51
- * @author Company manager
52
- * @fires Log instructor for auditing purposes
53
- * @fires Log company for auditing purposes
54
- * @fires Notify all active members about the company language change
55
- * @param CompanyEntity Company which language is changed
56
- * @param CompanyInstructorEntity Event author
57
- */
58
- CompanyProfileEvents["LanguageChanged"] = "company.profile.languageChanged";
59
- /**
60
- * Company changes address
61
- * @author Company manager
62
- * @fires Log instructor for auditing purposes
63
- * @fires Log company for auditing purposes
64
- * @fires Log system for auditing purposes
65
- * @param CompanyEntity Company which address is changed
66
- * @param CompanyInstructorEntity Event author
67
- */
68
- CompanyProfileEvents["AddressChanged"] = "company.profile.addressChanged";
69
- /**
70
- * Company changes homepage
71
- * @author Company manager
72
- * @fires Log instructor for auditing purposes
73
- * @fires Log company for auditing purposes
74
- * @param CompanyEntity Company which homepage is changed
75
- * @param CompanyInstructorEntity Event author
76
- */
77
- CompanyProfileEvents["HomepageChanged"] = "company.profile.homepageChanged";
78
- /**
79
- * Company changes social link
80
- * @author Company manager
81
- * @fires Log instructor for auditing purposes
82
- * @fires Log company for auditing purposes
83
- * @param CompanyEntity Company which social link is changed
84
- * @param CompanyInstructorEntity Event author
85
- */
86
- CompanyProfileEvents["SocialLinkChanged"] = "company.profile.socialLinkChanged";
87
- /**
88
- * Company changes phone
89
- * @author Company manager
90
- * @fires Log instructor for auditing purposes
91
- * @fires Log company for auditing purposes
92
- * @param CompanyEntity Company which phone is changed
93
- * @param CompanyInstructorEntity Event author
94
- */
95
- CompanyProfileEvents["PhoneChanged"] = "company.profile.phoneChanged";
96
- /**
97
- * Company changes email
98
- * @author Company manager
99
- * @fires Log instructor for auditing purposes
100
- * @fires Log company for auditing purposes
101
- * @param CompanyEntity Company which email is changed
102
- * @param CompanyInstructorEntity Event author
103
- */
104
- CompanyProfileEvents["EmailChanged"] = "company.profile.emailChanged";
105
- /**
106
- * Company changes timezone
107
- * @author Company manager
108
- * @fires Log instructor for auditing purposes
109
- * @fires Log company for auditing purposes
110
- * @param CompanyEntity Company which timezone is changed
111
- * @param CompanyInstructorEntity Event author
112
- */
113
- CompanyProfileEvents["TimezoneChanged"] = "company.profile.timezoneChanged";
114
- /**
115
- * Company changes workinhg hours
116
- * @author Company manager
117
- * @fires Log instructor for auditing purposes
118
- * @fires Log company for auditing purposes
119
- * @fires Notify all active members about the working hours changes
120
- * @param CompanyEntity Company which working hours are changed
121
- * @param CompanyInstructorEntity Event author
122
- */
123
- CompanyProfileEvents["WorkingScheduleChanged"] = "company.profile.workingScheduleChanged";
124
- /**
125
- * Company changes holydays
126
- * @author Company manager
127
- * @fires Log instructor for auditing purposes
128
- * @fires Log company for auditing purposes
129
- * @fires Notify all active members about the holidays changes
130
- * @param CompanyEntity Company which holidays are changed
131
- * @param CompanyInstructorEntity Event author
132
- */
133
- CompanyProfileEvents["HolidaysScheduleChanged"] = "company.profile.holidaysScheduleChanged";
134
- /**
135
- * Company changes search engine visibility changed
136
- * @author Company owner
137
- * @fires Log instructor for auditing purposes
138
- * @fires Log company for auditing purposes
139
- * @fires Log system for auditing purposes
140
- * @param CompanyEntity Company which public visibility is changed
141
- * @param CompanyInstructorEntity Event author
142
- */
143
- CompanyProfileEvents["SearchEngineVisibilityChanged"] = "company.profile.searchEngineVisibilityChanged";
144
- /**
145
- * Company changes pickup location
146
- * @author Company manager
147
- * @fires Log instructor for auditing purposes
148
- * @fires Log company for auditing purposes
149
- * @param CompanyEntity Company which pickup location is changed
150
- * @param CompanyInstructorEntity Event author
151
- */
152
- CompanyProfileEvents["LocationChanged"] = "company.profile.locationChanged";
153
- /**
154
- * Company changes session cancellation fee period
155
- * @author Company manager
156
- * @fires Log instructor for auditing purposes
157
- * @fires Log company for auditing purposes
158
- * @fires Notify all active members about the session cancellation fee period changes
159
- * @param CompanyEntity Company which session cancellation fee period is changed
160
- * @param CompanyInstructorEntity Event author
161
- */
162
- CompanyProfileEvents["RescheduleProtectionChanged"] = "company.profile.rescheduleProtectionChanged";
163
- /**
164
- * Company changes banking details
165
- * @author Company manager
166
- * @fires Log instructor for auditing purposes
167
- * @fires Log company for auditing purposes
168
- * @fires Log system for auditing purposes
169
- * @param CompanyEntity Company which banking details are changed
170
- * @param CompanyInstructorEntity Event author
171
- */
172
- CompanyProfileEvents["BankDetailsChanged"] = "company.profile.bankingDetailsChanged";
173
- })(CompanyProfileEvents || (exports.CompanyProfileEvents = CompanyProfileEvents = {}));
174
- //# sourceMappingURL=profile.events.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"profile.events.js","sourceRoot":"","sources":["../../../../src/events/company/account/profile.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAyLX;AAzLD,WAAY,oBAAoB;IAE/B;;;;;;;;;;;OAWG;IACH,qEAA6C,CAAA;IAE7C;;;;;;;;;;OAUG;IACH,mEAA2C,CAAA;IAE3C;;;;;;;OAOG;IACH,iFAAyD,CAAA;IAEzD;;;;;;;OAOG;IACH,mEAA2C,CAAA;IAE3C;;;;;;;;OAQG;IACH,2EAAmD,CAAA;IAEnD;;;;;;;;OAQG;IACH,yEAAiD,CAAA;IAEjD;;;;;;;OAOG;IACH,2EAAmD,CAAA;IAEnD;;;;;;;OAOG;IACH,+EAAuD,CAAA;IAEvD;;;;;;;OAOG;IACH,qEAA6C,CAAA;IAE7C;;;;;;;OAOG;IACH,qEAA6C,CAAA;IAE7C;;;;;;;OAOG;IACH,2EAAmD,CAAA;IAEnD;;;;;;;;OAQG;IACH,yFAAiE,CAAA;IAEjE;;;;;;;;OAQG;IACH,2FAAmE,CAAA;IAEnE;;;;;;;;OAQG;IACH,uGAA+E,CAAA;IAE/E;;;;;;;OAOG;IACH,2EAAmD,CAAA;IAEnD;;;;;;;;OAQG;IACH,mGAA2E,CAAA;IAE3E;;;;;;;;OAQG;IACH,oFAA4D,CAAA;AAC7D,CAAC,EAzLW,oBAAoB,oCAApB,oBAAoB,QAyL/B"}
@@ -1,56 +0,0 @@
1
- export declare enum CompanyCourseAppointmentEvents {
2
- /**
3
- * Course appointment is created
4
- * @author Company Manager
5
- * @fires Log instructor for auditing purposes
6
- * @fires Log company for auditing purposes
7
- * @param CompanyCourseAppointmentEntity Created course appointment
8
- * @param CompanyInstructorEntity Event author
9
- */
10
- Created = "company.course.appointment.created",
11
- /**
12
- * Course appointment is deleted
13
- * @author Company Manager
14
- * @fires Log instructor for auditing purposes
15
- * @fires Log company for auditing purposes
16
- * @fires Notify assigned instructor about the appointment part deletion
17
- * @fires Notify in-charge manager about the appointment part deletion
18
- * @param CompanyCourseAppointmentEntity Deleted appointment
19
- * @param CompanyInstructorEntity Event author
20
- */
21
- Deleted = "company.course.appointment.deleted",
22
- /**
23
- * Course appointment is changed
24
- * @author Company Manager
25
- * @fires Log instructor for auditing purposes
26
- * @fires Log company for auditing purposes
27
- * @fires Notify assigned instructor about the appointment part update
28
- * @fires Notify in-charge manager about the appointment part update
29
- * @param CompanyCourseAppointmentEntity Updated appointment
30
- * @param CompanyInstructorEntity Event author
31
- */
32
- Changed = "company.course.appointment.changed",
33
- /**
34
- * Course appointment is assigned to instructor
35
- * @author Company Manager
36
- * @fires Log instructor for auditing purposes
37
- * @fires Log company for auditing purposes
38
- * @fires Notify assigned instructor about the new appointment part
39
- * @fires Notify in-charge manager about the new appointment part
40
- * @param CoursePartEntity Created appointment part
41
- * @param CompanyInstructorEntity Event author
42
- */
43
- Assigned = "company.course.appointment.assigned",
44
- /**
45
- * Course appointment is reassigned to another instructor
46
- * @author Company Manager
47
- * @fires Log instructor for auditing purposes
48
- * @fires Log company for auditing purposes
49
- * @fires Notify previous assigned instructor about the appointment part reassignment
50
- * @fires Notify new assigned instructor about the appointment part reassignment
51
- * @fires Notify in-charge manager about the appointment part reassignment
52
- * @param CoursePartEntity Updated appointment part
53
- * @param CompanyInstructorEntity Event author
54
- */
55
- Reassigned = "company.course.appointment.reassigned"
56
- }
@@ -1,61 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompanyCourseAppointmentEvents = void 0;
4
- var CompanyCourseAppointmentEvents;
5
- (function (CompanyCourseAppointmentEvents) {
6
- /**
7
- * Course appointment is created
8
- * @author Company Manager
9
- * @fires Log instructor for auditing purposes
10
- * @fires Log company for auditing purposes
11
- * @param CompanyCourseAppointmentEntity Created course appointment
12
- * @param CompanyInstructorEntity Event author
13
- */
14
- CompanyCourseAppointmentEvents["Created"] = "company.course.appointment.created";
15
- /**
16
- * Course appointment is deleted
17
- * @author Company Manager
18
- * @fires Log instructor for auditing purposes
19
- * @fires Log company for auditing purposes
20
- * @fires Notify assigned instructor about the appointment part deletion
21
- * @fires Notify in-charge manager about the appointment part deletion
22
- * @param CompanyCourseAppointmentEntity Deleted appointment
23
- * @param CompanyInstructorEntity Event author
24
- */
25
- CompanyCourseAppointmentEvents["Deleted"] = "company.course.appointment.deleted";
26
- /**
27
- * Course appointment is changed
28
- * @author Company Manager
29
- * @fires Log instructor for auditing purposes
30
- * @fires Log company for auditing purposes
31
- * @fires Notify assigned instructor about the appointment part update
32
- * @fires Notify in-charge manager about the appointment part update
33
- * @param CompanyCourseAppointmentEntity Updated appointment
34
- * @param CompanyInstructorEntity Event author
35
- */
36
- CompanyCourseAppointmentEvents["Changed"] = "company.course.appointment.changed";
37
- /**
38
- * Course appointment is assigned to instructor
39
- * @author Company Manager
40
- * @fires Log instructor for auditing purposes
41
- * @fires Log company for auditing purposes
42
- * @fires Notify assigned instructor about the new appointment part
43
- * @fires Notify in-charge manager about the new appointment part
44
- * @param CoursePartEntity Created appointment part
45
- * @param CompanyInstructorEntity Event author
46
- */
47
- CompanyCourseAppointmentEvents["Assigned"] = "company.course.appointment.assigned";
48
- /**
49
- * Course appointment is reassigned to another instructor
50
- * @author Company Manager
51
- * @fires Log instructor for auditing purposes
52
- * @fires Log company for auditing purposes
53
- * @fires Notify previous assigned instructor about the appointment part reassignment
54
- * @fires Notify new assigned instructor about the appointment part reassignment
55
- * @fires Notify in-charge manager about the appointment part reassignment
56
- * @param CoursePartEntity Updated appointment part
57
- * @param CompanyInstructorEntity Event author
58
- */
59
- CompanyCourseAppointmentEvents["Reassigned"] = "company.course.appointment.reassigned";
60
- })(CompanyCourseAppointmentEvents || (exports.CompanyCourseAppointmentEvents = CompanyCourseAppointmentEvents = {}));
61
- //# sourceMappingURL=appointment.events.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"appointment.events.js","sourceRoot":"","sources":["../../../../src/events/company/course/appointment.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,8BA4DX;AA5DD,WAAY,8BAA8B;IAEzC;;;;;;;OAOG;IACH,gFAA8C,CAAA;IAE9C;;;;;;;;;OASG;IACH,gFAA8C,CAAA;IAE9C;;;;;;;;;OASG;IACH,gFAA8C,CAAA;IAE9C;;;;;;;;;OASG;IACH,kFAAgD,CAAA;IAEhD;;;;;;;;;;OAUG;IACH,sFAAoD,CAAA;AACrD,CAAC,EA5DW,8BAA8B,8CAA9B,8BAA8B,QA4DzC"}
@@ -1,118 +0,0 @@
1
- export declare enum CompanyCourseEvents {
2
- /**
3
- * Draft course is created
4
- * @author Company Manager
5
- * @fires Log instructor for auditing purposes
6
- * @fires Log company for auditing purposes
7
- * @param CompanyCourseEntity Created course
8
- * @param CompanyInstructorEntity Event author
9
- */
10
- Created = "company.course.created",
11
- /**
12
- * Course is deleted
13
- * @author Company Manager
14
- * @fires Log instructor for auditing purposes
15
- * @fires Log company for auditing purposes
16
- * @param CompanyCourseEntity Deleted course
17
- * @param CompanyInstructorEntity Event author
18
- */
19
- Deleted = "company.course.deleted",
20
- /**
21
- * Course title changed
22
- * @author Company Manager
23
- * @fires Log instructor for auditing purposes
24
- * @fires Log company for auditing purposes
25
- * @param CompanyCourseEntity Updated course
26
- * @param CompanyInstructorEntity Event author
27
- */
28
- TitleChanged = "company.course.titleChanged",
29
- /**
30
- * Course description changed
31
- * @author Company Manager
32
- * @fires Log instructor for auditing purposes
33
- * @fires Log company for auditing purposes
34
- * @param CompanyCourseEntity Updated course
35
- * @param CompanyInstructorEntity Event author
36
- */
37
- DescriptionChanged = "company.course.descriptionChanged",
38
- /**
39
- * In-charge instructor submitted the course for review
40
- * @author Course manager
41
- * @fires Log instructor for auditing purposes
42
- * @fires Log company for auditing purposes
43
- * @fires Notify In-charge manager about the course submission
44
- * @param CompanyCourseEntity Submitted course
45
- * @param CompanyInstructorEntity Event author
46
- */
47
- InChargeInstructorSubmitted = "company.course.inchargeInstructorSubmitted",
48
- /**
49
- * In-charge instructor changed for the course
50
- * @author Company Manager
51
- * @fires Log instructor for auditing purposes
52
- * @fires Log company for auditing purposes
53
- * @fires Notify previous In-charge instructor about the change
54
- * @fires Notify New in-charge instructor about the assignment
55
- * @param CompanyCourseEntity Updated course
56
- * @param CompanyInstructorEntity Event author
57
- */
58
- InChargeInstructorChanged = "company.course.inchargeInstructorChanged",
59
- /**
60
- * Course price changed
61
- * @author Company Manager
62
- * @fires Log instructor for auditing purposes
63
- * @fires Log company for auditing purposes
64
- * @fires Notify In-charge instructor about the price change
65
- * @param CompanyCourseEntity Updated course
66
- * @param CompanyInstructorEntity Event author
67
- */
68
- PriceChanged = "company.course.priceChanged",
69
- /**
70
- * Course duration changed
71
- * @author Company Manager
72
- * @fires Log instructor for auditing purposes
73
- * @fires Log company for auditing purposes
74
- * @fires Notify In-charge instructor about the duration change
75
- * @param CompanyCourseEntity Updated course
76
- * @param CompanyInstructorEntity Event author
77
- */
78
- DurationChanged = "company.course.durationChanged",
79
- /**
80
- * Course location changed
81
- * @author Company Manager
82
- * @fires Log instructor for auditing purposes
83
- * @fires Log company for auditing purposes
84
- * @fires Notify In-charge instructor about the location change
85
- * @param CompanyCourseEntity Updated course
86
- * @param CompanyInstructorEntity Event author
87
- */
88
- LocationChanged = "company.course.locationChanged",
89
- /**
90
- * Course is published
91
- * @author Company Manager
92
- * @fires Log instructor for auditing purposes
93
- * @fires Log company for auditing purposes
94
- * @fires Notify In-charge instructor about the course publication
95
- * @param CompanyCourseEntity Published course
96
- * @param CompanyInstructorEntity Event author
97
- */
98
- Published = "company.course.published",
99
- /**
100
- * Course is ended
101
- * @author Company Manager
102
- * @fires Log instructor for auditing purposes
103
- * @fires Log company for auditing purposes
104
- * @fires Notify In-charge instructor about the course ending
105
- * @param CompanyCourseEntity Ended course
106
- * @param CompanyInstructorEntity Event author
107
- */
108
- Ended = "company.course.ended",
109
- /**
110
- * Course lessons are sorted
111
- * @author Company Manager
112
- * @fires Log instructor for auditing purposes
113
- * @fires Log company for auditing purposes
114
- * @param CompanyCourseEntity Course with sorted lessons
115
- * @param CompanyInstructorEntity Event author
116
- */
117
- LessonsSorted = "company.course.lessonsSorted"
118
- }
@@ -1,123 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompanyCourseEvents = void 0;
4
- var CompanyCourseEvents;
5
- (function (CompanyCourseEvents) {
6
- /**
7
- * Draft course is created
8
- * @author Company Manager
9
- * @fires Log instructor for auditing purposes
10
- * @fires Log company for auditing purposes
11
- * @param CompanyCourseEntity Created course
12
- * @param CompanyInstructorEntity Event author
13
- */
14
- CompanyCourseEvents["Created"] = "company.course.created";
15
- /**
16
- * Course is deleted
17
- * @author Company Manager
18
- * @fires Log instructor for auditing purposes
19
- * @fires Log company for auditing purposes
20
- * @param CompanyCourseEntity Deleted course
21
- * @param CompanyInstructorEntity Event author
22
- */
23
- CompanyCourseEvents["Deleted"] = "company.course.deleted";
24
- /**
25
- * Course title changed
26
- * @author Company Manager
27
- * @fires Log instructor for auditing purposes
28
- * @fires Log company for auditing purposes
29
- * @param CompanyCourseEntity Updated course
30
- * @param CompanyInstructorEntity Event author
31
- */
32
- CompanyCourseEvents["TitleChanged"] = "company.course.titleChanged";
33
- /**
34
- * Course description changed
35
- * @author Company Manager
36
- * @fires Log instructor for auditing purposes
37
- * @fires Log company for auditing purposes
38
- * @param CompanyCourseEntity Updated course
39
- * @param CompanyInstructorEntity Event author
40
- */
41
- CompanyCourseEvents["DescriptionChanged"] = "company.course.descriptionChanged";
42
- /**
43
- * In-charge instructor submitted the course for review
44
- * @author Course manager
45
- * @fires Log instructor for auditing purposes
46
- * @fires Log company for auditing purposes
47
- * @fires Notify In-charge manager about the course submission
48
- * @param CompanyCourseEntity Submitted course
49
- * @param CompanyInstructorEntity Event author
50
- */
51
- CompanyCourseEvents["InChargeInstructorSubmitted"] = "company.course.inchargeInstructorSubmitted";
52
- /**
53
- * In-charge instructor changed for the course
54
- * @author Company Manager
55
- * @fires Log instructor for auditing purposes
56
- * @fires Log company for auditing purposes
57
- * @fires Notify previous In-charge instructor about the change
58
- * @fires Notify New in-charge instructor about the assignment
59
- * @param CompanyCourseEntity Updated course
60
- * @param CompanyInstructorEntity Event author
61
- */
62
- CompanyCourseEvents["InChargeInstructorChanged"] = "company.course.inchargeInstructorChanged";
63
- /**
64
- * Course price changed
65
- * @author Company Manager
66
- * @fires Log instructor for auditing purposes
67
- * @fires Log company for auditing purposes
68
- * @fires Notify In-charge instructor about the price change
69
- * @param CompanyCourseEntity Updated course
70
- * @param CompanyInstructorEntity Event author
71
- */
72
- CompanyCourseEvents["PriceChanged"] = "company.course.priceChanged";
73
- /**
74
- * Course duration changed
75
- * @author Company Manager
76
- * @fires Log instructor for auditing purposes
77
- * @fires Log company for auditing purposes
78
- * @fires Notify In-charge instructor about the duration change
79
- * @param CompanyCourseEntity Updated course
80
- * @param CompanyInstructorEntity Event author
81
- */
82
- CompanyCourseEvents["DurationChanged"] = "company.course.durationChanged";
83
- /**
84
- * Course location changed
85
- * @author Company Manager
86
- * @fires Log instructor for auditing purposes
87
- * @fires Log company for auditing purposes
88
- * @fires Notify In-charge instructor about the location change
89
- * @param CompanyCourseEntity Updated course
90
- * @param CompanyInstructorEntity Event author
91
- */
92
- CompanyCourseEvents["LocationChanged"] = "company.course.locationChanged";
93
- /**
94
- * Course is published
95
- * @author Company Manager
96
- * @fires Log instructor for auditing purposes
97
- * @fires Log company for auditing purposes
98
- * @fires Notify In-charge instructor about the course publication
99
- * @param CompanyCourseEntity Published course
100
- * @param CompanyInstructorEntity Event author
101
- */
102
- CompanyCourseEvents["Published"] = "company.course.published";
103
- /**
104
- * Course is ended
105
- * @author Company Manager
106
- * @fires Log instructor for auditing purposes
107
- * @fires Log company for auditing purposes
108
- * @fires Notify In-charge instructor about the course ending
109
- * @param CompanyCourseEntity Ended course
110
- * @param CompanyInstructorEntity Event author
111
- */
112
- CompanyCourseEvents["Ended"] = "company.course.ended";
113
- /**
114
- * Course lessons are sorted
115
- * @author Company Manager
116
- * @fires Log instructor for auditing purposes
117
- * @fires Log company for auditing purposes
118
- * @param CompanyCourseEntity Course with sorted lessons
119
- * @param CompanyInstructorEntity Event author
120
- */
121
- CompanyCourseEvents["LessonsSorted"] = "company.course.lessonsSorted";
122
- })(CompanyCourseEvents || (exports.CompanyCourseEvents = CompanyCourseEvents = {}));
123
- //# sourceMappingURL=course.events.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"course.events.js","sourceRoot":"","sources":["../../../../src/events/company/course/course.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAiIX;AAjID,WAAY,mBAAmB;IAE9B;;;;;;;OAOG;IACH,yDAAkC,CAAA;IAElC;;;;;;;OAOG;IACH,yDAAkC,CAAA;IAElC;;;;;;;OAOG;IACH,mEAA4C,CAAA;IAE5C;;;;;;;OAOG;IACH,+EAAwD,CAAA;IAExD;;;;;;;;OAQG;IACH,iGAA0E,CAAA;IAE1E;;;;;;;;;OASG;IACH,6FAAsE,CAAA;IAEtE;;;;;;;;OAQG;IACH,mEAA4C,CAAA;IAE5C;;;;;;;;OAQG;IACH,yEAAkD,CAAA;IAElD;;;;;;;;OAQG;IACH,yEAAkD,CAAA;IAElD;;;;;;;;OAQG;IACH,6DAAsC,CAAA;IAEtC;;;;;;;;OAQG;IACH,qDAA8B,CAAA;IAE9B;;;;;;;OAOG;IACH,qEAA8C,CAAA;AAC/C,CAAC,EAjIW,mBAAmB,mCAAnB,mBAAmB,QAiI9B"}
@@ -1,56 +0,0 @@
1
- export declare enum CompanyCourseLessonEvents {
2
- /**
3
- * Course lesson is created
4
- * @author Company Manager
5
- * @fires Log instructor for auditing purposes
6
- * @fires Log company for auditing purposes
7
- * @param CourseCourseLessonEntity Created course lesson
8
- * @param CompanyInstructorEntity Event author
9
- */
10
- Created = "company.course.lesson.created",
11
- /**
12
- * Course lesson is changed
13
- * @author Company Manager
14
- * @fires Log instructor for auditing purposes
15
- * @fires Log company for auditing purposes
16
- * @param CourseCourseLessonEntity Updated course lesson
17
- * @param CompanyInstructorEntity Event author
18
- */
19
- TitleChanged = "company.course.lesson.titleChanged",
20
- /**
21
- * Course lesson content is changed
22
- * @author Company Manager
23
- * @fires Log instructor for auditing purposes
24
- * @fires Log company for auditing purposes
25
- * @param CourseCourseLessonEntity Updated course lesson
26
- * @param CompanyInstructorEntity Event author
27
- */
28
- ContentChanged = "company.course.lesson.contentChanged",
29
- /**
30
- * Course lesson image is changed
31
- * @author Company Manager
32
- * @fires Log instructor for auditing purposes
33
- * @fires Log company for auditing purposes
34
- * @param CourseCourseLessonEntity Updated course lesson
35
- * @param CompanyInstructorEntity Event author
36
- */
37
- ImageChanged = "company.course.lesson.imageChanged",
38
- /**
39
- * Course lesson is deleted
40
- * @author Company Manager
41
- * @fires Log instructor for auditing purposes
42
- * @fires Log company for auditing purposes
43
- * @param CourseCourseLessonEntity Deleted course lesson
44
- * @param CompanyInstructorEntity Event author
45
- */
46
- Deleted = "company.course.lesson.deleted",
47
- /**
48
- * Course lesson topics are sorted
49
- * @author Company Manager
50
- * @fires Log instructor for auditing purposes
51
- * @fires Log company for auditing purposes
52
- * @param CourseCourseLessonEntity Course with sorted lessons
53
- * @param CompanyInstructorEntity Event author
54
- */
55
- TopicSorted = "company.course.lesson.topicsSorted"
56
- }
@@ -1,61 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CompanyCourseLessonEvents = void 0;
4
- var CompanyCourseLessonEvents;
5
- (function (CompanyCourseLessonEvents) {
6
- /**
7
- * Course lesson is created
8
- * @author Company Manager
9
- * @fires Log instructor for auditing purposes
10
- * @fires Log company for auditing purposes
11
- * @param CourseCourseLessonEntity Created course lesson
12
- * @param CompanyInstructorEntity Event author
13
- */
14
- CompanyCourseLessonEvents["Created"] = "company.course.lesson.created";
15
- /**
16
- * Course lesson is changed
17
- * @author Company Manager
18
- * @fires Log instructor for auditing purposes
19
- * @fires Log company for auditing purposes
20
- * @param CourseCourseLessonEntity Updated course lesson
21
- * @param CompanyInstructorEntity Event author
22
- */
23
- CompanyCourseLessonEvents["TitleChanged"] = "company.course.lesson.titleChanged";
24
- /**
25
- * Course lesson content is changed
26
- * @author Company Manager
27
- * @fires Log instructor for auditing purposes
28
- * @fires Log company for auditing purposes
29
- * @param CourseCourseLessonEntity Updated course lesson
30
- * @param CompanyInstructorEntity Event author
31
- */
32
- CompanyCourseLessonEvents["ContentChanged"] = "company.course.lesson.contentChanged";
33
- /**
34
- * Course lesson image is changed
35
- * @author Company Manager
36
- * @fires Log instructor for auditing purposes
37
- * @fires Log company for auditing purposes
38
- * @param CourseCourseLessonEntity Updated course lesson
39
- * @param CompanyInstructorEntity Event author
40
- */
41
- CompanyCourseLessonEvents["ImageChanged"] = "company.course.lesson.imageChanged";
42
- /**
43
- * Course lesson is deleted
44
- * @author Company Manager
45
- * @fires Log instructor for auditing purposes
46
- * @fires Log company for auditing purposes
47
- * @param CourseCourseLessonEntity Deleted course lesson
48
- * @param CompanyInstructorEntity Event author
49
- */
50
- CompanyCourseLessonEvents["Deleted"] = "company.course.lesson.deleted";
51
- /**
52
- * Course lesson topics are sorted
53
- * @author Company Manager
54
- * @fires Log instructor for auditing purposes
55
- * @fires Log company for auditing purposes
56
- * @param CourseCourseLessonEntity Course with sorted lessons
57
- * @param CompanyInstructorEntity Event author
58
- */
59
- CompanyCourseLessonEvents["TopicSorted"] = "company.course.lesson.topicsSorted";
60
- })(CompanyCourseLessonEvents || (exports.CompanyCourseLessonEvents = CompanyCourseLessonEvents = {}));
61
- //# sourceMappingURL=lesson.events.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lesson.events.js","sourceRoot":"","sources":["../../../../src/events/company/course/lesson.events.ts"],"names":[],"mappings":";;;AAAA,IAAY,yBA6DX;AA7DD,WAAY,yBAAyB;IAEpC;;;;;;;OAOG;IACH,sEAAyC,CAAA;IAEzC;;;;;;;OAOG;IACH,gFAAmD,CAAA;IAEnD;;;;;;;OAOG;IACH,oFAAuD,CAAA;IAEvD;;;;;;;OAOG;IACH,gFAAmD,CAAA;IAEnD;;;;;;;OAOG;IACH,sEAAyC,CAAA;IAEzC;;;;;;;OAOG;IACH,+EAAkD,CAAA;AACnD,CAAC,EA7DW,yBAAyB,yCAAzB,yBAAyB,QA6DpC"}