@tudopz/model 0.0.1

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 (362) hide show
  1. package/dist/libs/model/libs/model/README.md +364 -0
  2. package/package.json +7 -0
  3. package/src/constant/audience-list.d.ts +2 -0
  4. package/src/constant/audience-list.js +6 -0
  5. package/src/constant/audience-list.js.map +1 -0
  6. package/src/constant/campaign.d.ts +2 -0
  7. package/src/constant/campaign.js +6 -0
  8. package/src/constant/campaign.js.map +1 -0
  9. package/src/constant/conversion-table.d.ts +1 -0
  10. package/src/constant/conversion-table.js +17 -0
  11. package/src/constant/conversion-table.js.map +1 -0
  12. package/src/constant/country.d.ts +1 -0
  13. package/src/constant/country.js +234 -0
  14. package/src/constant/country.js.map +1 -0
  15. package/src/constant/dimension.d.ts +2 -0
  16. package/src/constant/dimension.js +6 -0
  17. package/src/constant/dimension.js.map +1 -0
  18. package/src/constant/event.d.ts +158 -0
  19. package/src/constant/event.js +230 -0
  20. package/src/constant/event.js.map +1 -0
  21. package/src/constant/extracurricular-activity.d.ts +1 -0
  22. package/src/constant/extracurricular-activity.js +11 -0
  23. package/src/constant/extracurricular-activity.js.map +1 -0
  24. package/src/constant/guardian.d.ts +1 -0
  25. package/src/constant/guardian.js +5 -0
  26. package/src/constant/guardian.js.map +1 -0
  27. package/src/constant/lead-form.d.ts +7 -0
  28. package/src/constant/lead-form.js +35 -0
  29. package/src/constant/lead-form.js.map +1 -0
  30. package/src/constant/lead.d.ts +1 -0
  31. package/src/constant/lead.js +14 -0
  32. package/src/constant/lead.js.map +1 -0
  33. package/src/constant/location.d.ts +2 -0
  34. package/src/constant/location.js +24 -0
  35. package/src/constant/location.js.map +1 -0
  36. package/src/constant/nationality.d.ts +1 -0
  37. package/src/constant/nationality.js +200 -0
  38. package/src/constant/nationality.js.map +1 -0
  39. package/src/constant/neo-test.d.ts +7 -0
  40. package/src/constant/neo-test.js +11 -0
  41. package/src/constant/neo-test.js.map +1 -0
  42. package/src/constant/refund.d.ts +1 -0
  43. package/src/constant/refund.js +8 -0
  44. package/src/constant/refund.js.map +1 -0
  45. package/src/constant/sale.d.ts +103 -0
  46. package/src/constant/sale.js +247 -0
  47. package/src/constant/sale.js.map +1 -0
  48. package/src/constant/school.d.ts +10 -0
  49. package/src/constant/school.js +671 -0
  50. package/src/constant/school.js.map +1 -0
  51. package/src/constant/service-course.d.ts +1 -0
  52. package/src/constant/service-course.js +5 -0
  53. package/src/constant/service-course.js.map +1 -0
  54. package/src/constant/student-assignment.d.ts +1 -0
  55. package/src/constant/student-assignment.js +5 -0
  56. package/src/constant/student-assignment.js.map +1 -0
  57. package/src/constant/student-service.d.ts +21 -0
  58. package/src/constant/student-service.js +147 -0
  59. package/src/constant/student-service.js.map +1 -0
  60. package/src/constant/subject.d.ts +33 -0
  61. package/src/constant/subject.js +155 -0
  62. package/src/constant/subject.js.map +1 -0
  63. package/src/constant/task.d.ts +2 -0
  64. package/src/constant/task.js +6 -0
  65. package/src/constant/task.js.map +1 -0
  66. package/src/constant/university-preference.d.ts +3 -0
  67. package/src/constant/university-preference.js +11 -0
  68. package/src/constant/university-preference.js.map +1 -0
  69. package/src/constant/user.d.ts +2 -0
  70. package/src/constant/user.js +16 -0
  71. package/src/constant/user.js.map +1 -0
  72. package/src/constants.d.ts +23 -0
  73. package/src/constants.js +27 -0
  74. package/src/constants.js.map +1 -0
  75. package/src/index.d.ts +2 -0
  76. package/src/index.js +8 -0
  77. package/src/index.js.map +1 -0
  78. package/src/model/access-token.d.ts +12 -0
  79. package/src/model/access-token.js +49 -0
  80. package/src/model/access-token.js.map +1 -0
  81. package/src/model/answer-key.d.ts +7 -0
  82. package/src/model/answer-key.js +30 -0
  83. package/src/model/answer-key.js.map +1 -0
  84. package/src/model/audience-list.d.ts +24 -0
  85. package/src/model/audience-list.js +69 -0
  86. package/src/model/audience-list.js.map +1 -0
  87. package/src/model/audit-log.d.ts +12 -0
  88. package/src/model/audit-log.js +50 -0
  89. package/src/model/audit-log.js.map +1 -0
  90. package/src/model/campaign-signature.d.ts +9 -0
  91. package/src/model/campaign-signature.js +37 -0
  92. package/src/model/campaign-signature.js.map +1 -0
  93. package/src/model/campaign.d.ts +29 -0
  94. package/src/model/campaign.js +94 -0
  95. package/src/model/campaign.js.map +1 -0
  96. package/src/model/case-study.d.ts +7 -0
  97. package/src/model/case-study.js +29 -0
  98. package/src/model/case-study.js.map +1 -0
  99. package/src/model/conversion-table.d.ts +25 -0
  100. package/src/model/conversion-table.js +59 -0
  101. package/src/model/conversion-table.js.map +1 -0
  102. package/src/model/course-template-event.d.ts +12 -0
  103. package/src/model/course-template-event.js +47 -0
  104. package/src/model/course-template-event.js.map +1 -0
  105. package/src/model/course-template.d.ts +14 -0
  106. package/src/model/course-template.js +52 -0
  107. package/src/model/course-template.js.map +1 -0
  108. package/src/model/dimension.d.ts +20 -0
  109. package/src/model/dimension.js +53 -0
  110. package/src/model/dimension.js.map +1 -0
  111. package/src/model/education-system.d.ts +4 -0
  112. package/src/model/education-system.js +20 -0
  113. package/src/model/education-system.js.map +1 -0
  114. package/src/model/event-log.d.ts +11 -0
  115. package/src/model/event-log.js +44 -0
  116. package/src/model/event-log.js.map +1 -0
  117. package/src/model/event-registration.d.ts +10 -0
  118. package/src/model/event-registration.js +41 -0
  119. package/src/model/event-registration.js.map +1 -0
  120. package/src/model/event-to-user.d.ts +9 -0
  121. package/src/model/event-to-user.js +34 -0
  122. package/src/model/event-to-user.js.map +1 -0
  123. package/src/model/event.d.ts +94 -0
  124. package/src/model/event.js +210 -0
  125. package/src/model/event.js.map +1 -0
  126. package/src/model/extracurricular-activity.d.ts +22 -0
  127. package/src/model/extracurricular-activity.js +70 -0
  128. package/src/model/extracurricular-activity.js.map +1 -0
  129. package/src/model/file-access.d.ts +13 -0
  130. package/src/model/file-access.js +50 -0
  131. package/src/model/file-access.js.map +1 -0
  132. package/src/model/file-category.d.ts +8 -0
  133. package/src/model/file-category.js +33 -0
  134. package/src/model/file-category.js.map +1 -0
  135. package/src/model/file.d.ts +22 -0
  136. package/src/model/file.js +83 -0
  137. package/src/model/file.js.map +1 -0
  138. package/src/model/gmail-message-email-index.d.ts +15 -0
  139. package/src/model/gmail-message-email-index.js +47 -0
  140. package/src/model/gmail-message-email-index.js.map +1 -0
  141. package/src/model/gmail-message.d.ts +17 -0
  142. package/src/model/gmail-message.js +69 -0
  143. package/src/model/gmail-message.js.map +1 -0
  144. package/src/model/google-user.d.ts +9 -0
  145. package/src/model/google-user.js +40 -0
  146. package/src/model/google-user.js.map +1 -0
  147. package/src/model/guardian.d.ts +17 -0
  148. package/src/model/guardian.js +66 -0
  149. package/src/model/guardian.js.map +1 -0
  150. package/src/model/high-school-record.d.ts +18 -0
  151. package/src/model/high-school-record.js +70 -0
  152. package/src/model/high-school-record.js.map +1 -0
  153. package/src/model/holiday.d.ts +9 -0
  154. package/src/model/holiday.js +38 -0
  155. package/src/model/holiday.js.map +1 -0
  156. package/src/model/invoice.d.ts +14 -0
  157. package/src/model/invoice.js +55 -0
  158. package/src/model/invoice.js.map +1 -0
  159. package/src/model/journey-stage.d.ts +9 -0
  160. package/src/model/journey-stage.js +38 -0
  161. package/src/model/journey-stage.js.map +1 -0
  162. package/src/model/journey-to-student.d.ts +12 -0
  163. package/src/model/journey-to-student.js +46 -0
  164. package/src/model/journey-to-student.js.map +1 -0
  165. package/src/model/journey.d.ts +12 -0
  166. package/src/model/journey.js +44 -0
  167. package/src/model/journey.js.map +1 -0
  168. package/src/model/lead-assignment.d.ts +9 -0
  169. package/src/model/lead-assignment.js +38 -0
  170. package/src/model/lead-assignment.js.map +1 -0
  171. package/src/model/lead-form-field.d.ts +34 -0
  172. package/src/model/lead-form-field.js +83 -0
  173. package/src/model/lead-form-field.js.map +1 -0
  174. package/src/model/lead-form.d.ts +47 -0
  175. package/src/model/lead-form.js +131 -0
  176. package/src/model/lead-form.js.map +1 -0
  177. package/src/model/lead-ip-ban.d.ts +6 -0
  178. package/src/model/lead-ip-ban.js +28 -0
  179. package/src/model/lead-ip-ban.js.map +1 -0
  180. package/src/model/lead-queue.d.ts +5 -0
  181. package/src/model/lead-queue.js +24 -0
  182. package/src/model/lead-queue.js.map +1 -0
  183. package/src/model/lead.d.ts +46 -0
  184. package/src/model/lead.js +159 -0
  185. package/src/model/lead.js.map +1 -0
  186. package/src/model/log.d.ts +21 -0
  187. package/src/model/log.js +63 -0
  188. package/src/model/log.js.map +1 -0
  189. package/src/model/neo-tag.d.ts +12 -0
  190. package/src/model/neo-tag.js +38 -0
  191. package/src/model/neo-tag.js.map +1 -0
  192. package/src/model/neo-test-flow.d.ts +28 -0
  193. package/src/model/neo-test-flow.js +17 -0
  194. package/src/model/neo-test-flow.js.map +1 -0
  195. package/src/model/neo-test-question-answer.d.ts +8 -0
  196. package/src/model/neo-test-question-answer.js +34 -0
  197. package/src/model/neo-test-question-answer.js.map +1 -0
  198. package/src/model/neo-test-question-category.d.ts +8 -0
  199. package/src/model/neo-test-question-category.js +33 -0
  200. package/src/model/neo-test-question-category.js.map +1 -0
  201. package/src/model/neo-test-question.d.ts +30 -0
  202. package/src/model/neo-test-question.js +99 -0
  203. package/src/model/neo-test-question.js.map +1 -0
  204. package/src/model/neo-test-section-to-question.d.ts +9 -0
  205. package/src/model/neo-test-section-to-question.js +36 -0
  206. package/src/model/neo-test-section-to-question.js.map +1 -0
  207. package/src/model/neo-test-section.d.ts +10 -0
  208. package/src/model/neo-test-section.js +39 -0
  209. package/src/model/neo-test-section.js.map +1 -0
  210. package/src/model/neo-test.d.ts +19 -0
  211. package/src/model/neo-test.js +59 -0
  212. package/src/model/neo-test.js.map +1 -0
  213. package/src/model/pd-pipeline.d.ts +7 -0
  214. package/src/model/pd-pipeline.js +30 -0
  215. package/src/model/pd-pipeline.js.map +1 -0
  216. package/src/model/pd-user.d.ts +8 -0
  217. package/src/model/pd-user.js +34 -0
  218. package/src/model/pd-user.js.map +1 -0
  219. package/src/model/profile.d.ts +469 -0
  220. package/src/model/profile.js +588 -0
  221. package/src/model/profile.js.map +1 -0
  222. package/src/model/pup-lead.d.ts +49 -0
  223. package/src/model/pup-lead.js +164 -0
  224. package/src/model/pup-lead.js.map +1 -0
  225. package/src/model/refund.d.ts +23 -0
  226. package/src/model/refund.js +81 -0
  227. package/src/model/refund.js.map +1 -0
  228. package/src/model/sale-payment.d.ts +18 -0
  229. package/src/model/sale-payment.js +75 -0
  230. package/src/model/sale-payment.js.map +1 -0
  231. package/src/model/sale-split.d.ts +10 -0
  232. package/src/model/sale-split.js +41 -0
  233. package/src/model/sale-split.js.map +1 -0
  234. package/src/model/sale-sub-type-to-service.d.ts +8 -0
  235. package/src/model/sale-sub-type-to-service.js +31 -0
  236. package/src/model/sale-sub-type-to-service.js.map +1 -0
  237. package/src/model/sale-sub-type.d.ts +12 -0
  238. package/src/model/sale-sub-type.js +46 -0
  239. package/src/model/sale-sub-type.js.map +1 -0
  240. package/src/model/sale-to-event.d.ts +10 -0
  241. package/src/model/sale-to-event.js +38 -0
  242. package/src/model/sale-to-event.js.map +1 -0
  243. package/src/model/sale.d.ts +138 -0
  244. package/src/model/sale.js +322 -0
  245. package/src/model/sale.js.map +1 -0
  246. package/src/model/school.d.ts +14 -0
  247. package/src/model/school.js +40 -0
  248. package/src/model/school.js.map +1 -0
  249. package/src/model/service-course-session.d.ts +21 -0
  250. package/src/model/service-course-session.js +69 -0
  251. package/src/model/service-course-session.js.map +1 -0
  252. package/src/model/service-course.d.ts +12 -0
  253. package/src/model/service-course.js +49 -0
  254. package/src/model/service-course.js.map +1 -0
  255. package/src/model/service-prompt.d.ts +8 -0
  256. package/src/model/service-prompt.js +33 -0
  257. package/src/model/service-prompt.js.map +1 -0
  258. package/src/model/service-rate.d.ts +8 -0
  259. package/src/model/service-rate.js +36 -0
  260. package/src/model/service-rate.js.map +1 -0
  261. package/src/model/staff-availability.d.ts +15 -0
  262. package/src/model/staff-availability.js +45 -0
  263. package/src/model/staff-availability.js.map +1 -0
  264. package/src/model/staff-hour-log.d.ts +24 -0
  265. package/src/model/staff-hour-log.js +70 -0
  266. package/src/model/staff-hour-log.js.map +1 -0
  267. package/src/model/staff-hour.d.ts +116 -0
  268. package/src/model/staff-hour.js +568 -0
  269. package/src/model/staff-hour.js.map +1 -0
  270. package/src/model/staff-subject-tag.d.ts +9 -0
  271. package/src/model/staff-subject-tag.js +38 -0
  272. package/src/model/staff-subject-tag.js.map +1 -0
  273. package/src/model/student-answer.d.ts +12 -0
  274. package/src/model/student-answer.js +49 -0
  275. package/src/model/student-answer.js.map +1 -0
  276. package/src/model/student-assignment.d.ts +15 -0
  277. package/src/model/student-assignment.js +46 -0
  278. package/src/model/student-assignment.js.map +1 -0
  279. package/src/model/student-extra.d.ts +17 -0
  280. package/src/model/student-extra.js +70 -0
  281. package/src/model/student-extra.js.map +1 -0
  282. package/src/model/student-goal.d.ts +12 -0
  283. package/src/model/student-goal.js +47 -0
  284. package/src/model/student-goal.js.map +1 -0
  285. package/src/model/student-note-checklist-item.d.ts +8 -0
  286. package/src/model/student-note-checklist-item.js +34 -0
  287. package/src/model/student-note-checklist-item.js.map +1 -0
  288. package/src/model/student-note.d.ts +28 -0
  289. package/src/model/student-note.js +96 -0
  290. package/src/model/student-note.js.map +1 -0
  291. package/src/model/student-service-deadline.d.ts +8 -0
  292. package/src/model/student-service-deadline.js +33 -0
  293. package/src/model/student-service-deadline.js.map +1 -0
  294. package/src/model/student-service-membership-log.d.ts +27 -0
  295. package/src/model/student-service-membership-log.js +73 -0
  296. package/src/model/student-service-membership-log.js.map +1 -0
  297. package/src/model/student-service-membership.d.ts +19 -0
  298. package/src/model/student-service-membership.js +81 -0
  299. package/src/model/student-service-membership.js.map +1 -0
  300. package/src/model/student-service.d.ts +77 -0
  301. package/src/model/student-service.js +124 -0
  302. package/src/model/student-service.js.map +1 -0
  303. package/src/model/student-session-attendance.d.ts +17 -0
  304. package/src/model/student-session-attendance.js +64 -0
  305. package/src/model/student-session-attendance.js.map +1 -0
  306. package/src/model/student-target.d.ts +21 -0
  307. package/src/model/student-target.js +80 -0
  308. package/src/model/student-target.js.map +1 -0
  309. package/src/model/task-attachment.d.ts +17 -0
  310. package/src/model/task-attachment.js +68 -0
  311. package/src/model/task-attachment.js.map +1 -0
  312. package/src/model/task-comment.d.ts +13 -0
  313. package/src/model/task-comment.js +52 -0
  314. package/src/model/task-comment.js.map +1 -0
  315. package/src/model/task.d.ts +33 -0
  316. package/src/model/task.js +98 -0
  317. package/src/model/task.js.map +1 -0
  318. package/src/model/test-attempt.d.ts +27 -0
  319. package/src/model/test-attempt.js +90 -0
  320. package/src/model/test-attempt.js.map +1 -0
  321. package/src/model/test-category.d.ts +10 -0
  322. package/src/model/test-category.js +38 -0
  323. package/src/model/test-category.js.map +1 -0
  324. package/src/model/test-question.d.ts +28 -0
  325. package/src/model/test-question.js +88 -0
  326. package/src/model/test-question.js.map +1 -0
  327. package/src/model/test-report.d.ts +123 -0
  328. package/src/model/test-report.js +40 -0
  329. package/src/model/test-report.js.map +1 -0
  330. package/src/model/test-score.d.ts +12 -0
  331. package/src/model/test-score.js +50 -0
  332. package/src/model/test-score.js.map +1 -0
  333. package/src/model/test-section.d.ts +11 -0
  334. package/src/model/test-section.js +43 -0
  335. package/src/model/test-section.js.map +1 -0
  336. package/src/model/test.d.ts +18 -0
  337. package/src/model/test.js +62 -0
  338. package/src/model/test.js.map +1 -0
  339. package/src/model/timeline.d.ts +24 -0
  340. package/src/model/timeline.js +10 -0
  341. package/src/model/timeline.js.map +1 -0
  342. package/src/model/university-preference.d.ts +15 -0
  343. package/src/model/university-preference.js +62 -0
  344. package/src/model/university-preference.js.map +1 -0
  345. package/src/model/user-preference.d.ts +10 -0
  346. package/src/model/user-preference.js +41 -0
  347. package/src/model/user-preference.js.map +1 -0
  348. package/src/model/user-to-guardian.d.ts +21 -0
  349. package/src/model/user-to-guardian.js +67 -0
  350. package/src/model/user-to-guardian.js.map +1 -0
  351. package/src/model/user.d.ts +91 -0
  352. package/src/model/user.js +248 -0
  353. package/src/model/user.js.map +1 -0
  354. package/src/model/wa-message.d.ts +21 -0
  355. package/src/model/wa-message.js +74 -0
  356. package/src/model/wa-message.js.map +1 -0
  357. package/src/model/zoom-info.d.ts +9 -0
  358. package/src/model/zoom-info.js +37 -0
  359. package/src/model/zoom-info.js.map +1 -0
  360. package/src/models.d.ts +94 -0
  361. package/src/models.js +98 -0
  362. package/src/models.js.map +1 -0
@@ -0,0 +1,364 @@
1
+ # Models
2
+
3
+ ## Changelogs
4
+
5
+ ### v2.27.1
6
+
7
+ - Rename `part_time_assignments` to `student_assigments` and add appropriate fields
8
+
9
+ ### v2.26.4
10
+
11
+ - Add `TEMP_SAT` service and `TempSATReport`
12
+
13
+ ### v2.26.0
14
+
15
+ - Add more `USER_ROLE`
16
+
17
+ ### v2.25.0
18
+
19
+ - Add `fbclid` and `gclid` to `Lead`
20
+
21
+ ### v2.24.0
22
+
23
+ - Add `SUBJECT` and `StaffSubjectTag`
24
+
25
+ ### v2.23.11
26
+
27
+ - Add IEAT to NO_TARGET_SERVICE
28
+
29
+ ### v2.23.9
30
+
31
+ - Add `MARKING` to `TEST_ATTEMPT_STATUS`
32
+
33
+ ### v2.23.8
34
+
35
+ - Add timing and cs score for `TestAttempt`
36
+
37
+ ### v2.23.7
38
+
39
+ - Add `CaseStudy` and update Test models
40
+
41
+ ### v2.23.6
42
+
43
+ - Add `PDUser` and `PDPipeline`
44
+
45
+ ### v2.23.5
46
+
47
+ - Update to `LEAD_QUALITY`
48
+
49
+ ### v2.23.4
50
+
51
+ - Update to `LeadAssignment` and `LeadQueue`
52
+
53
+ ### v2.23.2
54
+
55
+ - Add `quality` to `Lead`
56
+
57
+ ### v2.23.1
58
+
59
+ - Add `PHONE` to `LEAD_FORM_FIELD_VALIDATION`
60
+
61
+ ### v2.23.0
62
+
63
+ - Add `LeadAssignment` and `PupLead`
64
+
65
+ ### v2.22.4
66
+
67
+ - Update `LEAD_FORM_FIELD_VALIDATION`
68
+
69
+ ### v2.22.3
70
+
71
+ - Add `IB_SPECIALISED`
72
+
73
+ ### v2.22.2
74
+
75
+ - Add `MYP` to `SCHOOL_CURRICULUM_SERVICES`
76
+
77
+ ### v2.22.1
78
+
79
+ - add `schools` to `Sale` and `StudentServiceMembership`
80
+
81
+ ### v2.22.0
82
+
83
+ - add `leadform` and `leadformfield`
84
+
85
+ ### v2.21.5
86
+
87
+ - Remove `No Preference` from university preference consts
88
+
89
+ ### v2.21.5
90
+
91
+ - Add `ongoing` to `ExtracurricularActivity`
92
+
93
+ ### v2.21.4
94
+
95
+ - Add `MYP` service
96
+
97
+ ### v2.21.3
98
+
99
+ - Add `TestScore`
100
+
101
+ ### v2.21.2
102
+
103
+ - Add `ExtracurricularActivity`
104
+
105
+ ### v2.21.1
106
+
107
+ - Add `UniversityPreference`
108
+
109
+ ### v2.20.0
110
+
111
+ - Add `HighSchoolRecord`
112
+
113
+ ### v2.20.0
114
+
115
+ - Add `FileCategory`
116
+
117
+ ### v2.19.2
118
+
119
+ - Add `PRE_MED` to `UNDERGRAD_TEST_SERVICES`
120
+
121
+ ### v2.19.1
122
+
123
+ - Add `PRE_MED` service
124
+
125
+ ### v2.18.1
126
+
127
+ - Add missing field to `Lead`
128
+
129
+ ### v2.18.0
130
+
131
+ - Add `Lead`
132
+
133
+ ### v2.17.5
134
+
135
+ - Add `SALE_PAYMENT_TYPE`.`CREDIT_TRANSFER`
136
+
137
+ ### v2.17.4
138
+
139
+ - Update StaffHour (add all categories)
140
+
141
+ ### v2.17.3
142
+
143
+ - Update ROOMS
144
+
145
+ ### v2.17.2
146
+
147
+ - Remove rooms from ROC and SPR
148
+
149
+ ### v2.17.1
150
+
151
+ - Add more fields to `StaffHour`
152
+
153
+ ### v2.17.0
154
+
155
+ - Revamp `StaffHour` and add more to `Event`
156
+
157
+ ### v2.16.0
158
+
159
+ - Add `StaffHour` and `StaffHourLog`
160
+
161
+ ### v2.15.13
162
+
163
+ - Add `No Service` to `STUDENT_SERVICE`
164
+
165
+ ### v2.15.12
166
+
167
+ - Add `Any room` for each office location
168
+
169
+ ### v2.15.11
170
+
171
+ - Add `Any room` to `ROOM`
172
+
173
+ ### v2.15.10
174
+
175
+ - Add more `EVENT_CATEGORY`
176
+
177
+ ### v2.15.9
178
+
179
+ - Add `AUDIT_SERVICE` to `MEMBERSHIP_LOG_TYPE`
180
+
181
+ ### v2.15.8
182
+
183
+ - Add `ORCHARD` to `OFFICE`
184
+
185
+ ### v2.15.7
186
+
187
+ - Add `GENERIC_ADMIN` to event category
188
+
189
+ ### v2.15.6
190
+
191
+ - Add `HAST` service
192
+
193
+ ### v2.15.5
194
+
195
+ - Change some services' name
196
+
197
+ ### v2.15.4
198
+
199
+ - Add `studentNotes` relation to `Event`
200
+
201
+ ### v2.15.3
202
+
203
+ - Add `isPublished` to `StudentNote`
204
+
205
+ ### v2.15.2
206
+
207
+ - Update `ISATReport`
208
+
209
+ ### v2.15.1
210
+
211
+ - Add `APTITUDE` to `CONVERSION_TABLE_TYPE`
212
+
213
+ ### v2.15.0
214
+
215
+ - Revamp `File` model to attach it to various other models
216
+
217
+ ### v2.14.5
218
+
219
+ - Add `extension` and `mime` to `File` model
220
+
221
+ ### v2.14.4
222
+
223
+ - Add `originalName` to `File` model
224
+
225
+ ### v2.14.3
226
+
227
+ - Update `LSATReport`
228
+
229
+ ### v2.14.2
230
+
231
+ - Add `ISATReport`
232
+
233
+ ### v2.14.1
234
+
235
+ - Add `MCATReport`
236
+
237
+ ### v2.14.0
238
+
239
+ - Add `LSATReport`
240
+
241
+ ### v2.13.1
242
+
243
+ - Add `eventId` to `StudentNote`
244
+
245
+ ### v2.13.0
246
+
247
+ - Add `PART_TIME_TRAINER` role
248
+ - Add `PartTimeAssignment` model
249
+
250
+ ### v2.12.1
251
+
252
+ - Fix `UserPreference` value col
253
+
254
+ ### v2.12.0
255
+
256
+ - Add `UserPreference` model
257
+
258
+ ### v2.11.1
259
+
260
+ - Add `name` and `description` to `ZoomInfo`, make its `type` not unique
261
+
262
+ ### v2.11.0
263
+
264
+ - Add `skypeId`, `zoomId`, `hangoutsId` to `Profile`
265
+ - Add `ZoomInfo` model
266
+
267
+ ### v2.10.1
268
+
269
+ - Add `country` to `Event`
270
+
271
+ ### v2.10.0
272
+
273
+ - Add `StudentNoteChecklistItem` model
274
+
275
+ ### v2.9.0
276
+
277
+ - Add `CourseTemplate` and `CourseTemplateEvent`
278
+ - Add unique index to `StudentAnswer`
279
+
280
+ ### v2.8.2
281
+
282
+ - Remove `StudentNote` rating, add 3 ratings
283
+
284
+ ### v2.8.1
285
+
286
+ - Fix `StudentNote` enum
287
+
288
+ ### v2.8.0
289
+
290
+ - Add `StudentNote` model
291
+
292
+ ### v2.7.3
293
+
294
+ - Add `notified` to `Event` model
295
+ - Add student's calendar view
296
+
297
+ ### v2.7.2
298
+
299
+ - Add `Show to students with group access` to event visibility
300
+
301
+ ### v2.7.1
302
+
303
+ - Add `adjustingHours` to `StudentServiceMembership`
304
+
305
+ ### v2.7.0
306
+
307
+ - Add `Journey`, `JourneyStage`, `JourneyToStudent` models
308
+
309
+ ### v2.6.4
310
+
311
+ - Add `StudentServiceMembershipLog` and `EventLog`
312
+ - Add `purchasedHours`, `scheduledHours`, `usedHours` to `StudentServiceMembership`
313
+ - Update `Event`'s `hoursTallied` to double
314
+
315
+ ### v2.6.3
316
+
317
+ - Export the additions that I forgot in v2.6.2
318
+
319
+ ### v2.6.2
320
+
321
+ - Add `status` to `Event`
322
+ - Update the `ROOMS` list
323
+
324
+ ### v2.6.1
325
+
326
+ - Add `Other` to school and education system list
327
+
328
+ ### v2.6.0
329
+
330
+ - Add `Event` model with many-to-many relationship to `User`
331
+ - Add `ROOMS` and `OFFICE_VALUES` constants
332
+
333
+ ### v2.5.0
334
+
335
+ - Add `School` and `EducationSystem` model
336
+ - Move `EDUCATION_SYSTEM_VALUES` and `SCHOOL_VALUES` constants to lib
337
+
338
+ ### v2.4.0
339
+
340
+ - Add `StudentServiceMembership` model
341
+ - Remove `Pending` status from `User` model
342
+ - Add 1-1 relation between `StudentService` and `StudentTarget`
343
+
344
+ ### v2.3.3
345
+
346
+ - Attach `FileAccess` to students' `User`
347
+
348
+ ### v2.3.2
349
+
350
+ - Add `autoOpen` to `File`
351
+ - Add relationship between `File` and `Test`
352
+ - Add `hasChangedPassword` and `hasUpdatedProfile` to `User`
353
+
354
+ ### v2.3.1
355
+
356
+ - Remove `user` relation from `FileAccess`
357
+
358
+ ### v2.3.0
359
+
360
+ - Add `File` and `FileAccess`
361
+
362
+ ### v2.2.0
363
+
364
+ - Add `status` (Active, Inactive, Lead, Pending) and `inviteCode` to `User`
package/package.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "@tudopz/model",
3
+ "version": "0.0.1",
4
+ "type": "commonjs",
5
+ "types": "./../../dist/libs/model/libs/model/src/index.d.ts",
6
+ "main": "./../../dist/libs/model/libs/model/src/index.js"
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare const AUDIENCE_LIST_TYPE_VALUES: string[];
2
+ export declare const AUDIENCE_LIST_UPDATE_FREQUENCY_VALUES: string[];
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AUDIENCE_LIST_UPDATE_FREQUENCY_VALUES = exports.AUDIENCE_LIST_TYPE_VALUES = void 0;
4
+ exports.AUDIENCE_LIST_TYPE_VALUES = ['Static', 'Automated'];
5
+ exports.AUDIENCE_LIST_UPDATE_FREQUENCY_VALUES = ['Daily', 'Weekly', 'Bi-Weekly', 'Monthly'];
6
+ //# sourceMappingURL=audience-list.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"audience-list.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/audience-list.ts"],"names":[],"mappings":";;;AAAa,QAAA,yBAAyB,GAAG,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;AAEpD,QAAA,qCAAqC,GAAG,CAAC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,SAAS,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const CAMPAIGN_AUTOMATION_STATUS_VALUES: string[];
2
+ export declare const CAMPAIGN_STATUS_VALUES: string[];
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CAMPAIGN_STATUS_VALUES = exports.CAMPAIGN_AUTOMATION_STATUS_VALUES = void 0;
4
+ exports.CAMPAIGN_AUTOMATION_STATUS_VALUES = ['None'];
5
+ exports.CAMPAIGN_STATUS_VALUES = ['Draft', 'Launched', 'Running'];
6
+ //# sourceMappingURL=campaign.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"campaign.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/campaign.ts"],"names":[],"mappings":";;;AAAa,QAAA,iCAAiC,GAAG,CAAC,MAAM,CAAC,CAAC;AAE7C,QAAA,sBAAsB,GAAG,CAAC,OAAO,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ export declare const CONVERSION_TABLE_TYPE_VALUES: string[];
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CONVERSION_TABLE_TYPE_VALUES = void 0;
4
+ exports.CONVERSION_TABLE_TYPE_VALUES = [
5
+ 'Mathematics',
6
+ 'Reading',
7
+ 'Writing',
8
+ 'Dimension',
9
+ 'English',
10
+ 'Science',
11
+ 'Verbal',
12
+ 'Quantitative',
13
+ 'Total',
14
+ 'Decision',
15
+ 'Abstract',
16
+ ];
17
+ //# sourceMappingURL=conversion-table.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"conversion-table.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/conversion-table.ts"],"names":[],"mappings":";;;AAAa,QAAA,4BAA4B,GAAG;IAC1C,aAAa;IACb,SAAS;IACT,SAAS;IACT,WAAW;IACX,SAAS;IACT,SAAS;IACT,QAAQ;IACR,cAAc;IACd,OAAO;IACP,UAAU;IACV,UAAU;CACX,CAAC"}
@@ -0,0 +1 @@
1
+ export declare const COUNTRY_VALUES: string[];
@@ -0,0 +1,234 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.COUNTRY_VALUES = void 0;
4
+ exports.COUNTRY_VALUES = [
5
+ 'Afghanistan',
6
+ 'Albania',
7
+ 'Algeria',
8
+ 'American Samoa',
9
+ 'Andorra, Principality of',
10
+ 'Angola',
11
+ 'Anguilla',
12
+ 'Antarctica',
13
+ 'Antigua and Barbuda',
14
+ 'Argentina',
15
+ 'Armenia',
16
+ 'Aruba',
17
+ 'Australia',
18
+ 'Austria',
19
+ 'Azerbaijan',
20
+ 'Bahamas, Commonwealth of The',
21
+ 'Bahrain, Kingdom of',
22
+ 'Bangladesh',
23
+ 'Barbados',
24
+ 'Belarus',
25
+ 'Belgium',
26
+ 'Belize',
27
+ 'Benin',
28
+ 'Bermuda',
29
+ 'Bhutan, Kingdom of',
30
+ 'Bolivia',
31
+ 'Bosnia and Herzegovina',
32
+ 'Botswana',
33
+ 'Brazil',
34
+ 'Brunei',
35
+ 'Bulgaria',
36
+ 'Burkina Faso',
37
+ 'Burundi',
38
+ 'Cambodia, Kingdom of',
39
+ 'Cameroon',
40
+ 'Canada',
41
+ 'Cape Verde',
42
+ 'Cayman Islands',
43
+ 'Central African Republic',
44
+ 'Chad',
45
+ 'Chile',
46
+ 'China',
47
+ 'Christmas Island',
48
+ 'Cocos (Keeling) Islands',
49
+ 'Colombia',
50
+ 'Comoros, Union of the',
51
+ 'Congo, Democratic Republic of the (Former Zaire)',
52
+ 'Congo, Republic of the',
53
+ 'Cook Islands',
54
+ 'Costa Rica',
55
+ "Cote D'Ivoire/ Ivory Coast",
56
+ 'Croatia',
57
+ 'Cuba',
58
+ 'Cyprus',
59
+ 'Czech Republic',
60
+ 'Denmark',
61
+ 'Djibouti',
62
+ 'Dominica',
63
+ 'Dominican Republic',
64
+ 'East Timor',
65
+ 'Ecuador',
66
+ 'Egypt',
67
+ 'El Salvador',
68
+ 'Equatorial Guinea',
69
+ 'Eritrea',
70
+ 'Estonia',
71
+ 'Ethiopia',
72
+ 'Falkland Islands',
73
+ 'Faroe Islands',
74
+ 'Fiji',
75
+ 'Finland',
76
+ 'France',
77
+ 'French Guyana',
78
+ 'French Polynesia',
79
+ 'Gabon',
80
+ 'Gambia, The',
81
+ 'Georgia',
82
+ 'Germany',
83
+ 'Ghana',
84
+ 'Gibraltar',
85
+ 'Greece',
86
+ 'Greenland',
87
+ 'Grenada',
88
+ 'Guadeloupe',
89
+ 'Guam',
90
+ 'Guatemala',
91
+ 'Guinea',
92
+ 'Guinea-Bissau',
93
+ 'Guyana',
94
+ 'Haiti',
95
+ 'Honduras',
96
+ 'Hong Kong',
97
+ 'Hungary',
98
+ 'Iceland',
99
+ 'India',
100
+ 'Indonesia',
101
+ 'Iran, Islamic Republic of',
102
+ 'Iraq',
103
+ 'Ireland',
104
+ 'Israel',
105
+ 'Italy',
106
+ 'Jamaica',
107
+ 'Japan',
108
+ 'Jordan',
109
+ 'Kazakhstan',
110
+ 'Kenya',
111
+ 'Kiribati',
112
+ "Korea, Democratic People's Republic of (North Korea)",
113
+ 'Korea, Republic of (South Korea)',
114
+ 'Kuwait',
115
+ 'Kyrgyzstan',
116
+ "Lao People's Democratic Republic (Laos)",
117
+ 'Latvia',
118
+ 'Lebanon',
119
+ 'Lesotho',
120
+ 'Liberia',
121
+ 'Libya',
122
+ 'Liechtenstein',
123
+ 'Lithuania',
124
+ 'Luxembourg',
125
+ 'Macau',
126
+ 'Macedonia, The Former Yugoslav Republic of',
127
+ 'Madagascar',
128
+ 'Malawi',
129
+ 'Malaysia',
130
+ 'Maldives',
131
+ 'Mali',
132
+ 'Malta',
133
+ 'Marshall Islands',
134
+ 'Martinique',
135
+ 'Mauritania',
136
+ 'Mauritius',
137
+ 'Mayotte',
138
+ 'Mexico',
139
+ 'Micronesia, Federated States of',
140
+ 'Moldova, Republic of',
141
+ 'Monaco, Principality of',
142
+ 'Mongolia',
143
+ 'Montserrat',
144
+ 'Morocco',
145
+ 'Mozambique',
146
+ 'Myanmar, Union of',
147
+ 'Namibia',
148
+ 'Nauru',
149
+ 'Nepal',
150
+ 'Netherlands',
151
+ 'Netherlands Antilles',
152
+ 'New Caledonia',
153
+ 'New Zealand',
154
+ 'Nicaragua',
155
+ 'Niger',
156
+ 'Nigeria',
157
+ 'Niue',
158
+ 'Norfolk Island',
159
+ 'Northern Mariana Islands',
160
+ 'Norway',
161
+ 'Oman, Sultanate of',
162
+ 'Pakistan',
163
+ 'Palau',
164
+ 'Palestinian State',
165
+ 'Panama',
166
+ 'Papua New Guinea',
167
+ 'Paraguay',
168
+ 'Peru',
169
+ 'Philippines',
170
+ 'Poland',
171
+ 'Portugal',
172
+ 'Puerto Rico',
173
+ 'Qatar, State of',
174
+ 'Reunion',
175
+ 'Romania',
176
+ 'Russian Federation',
177
+ 'Rwanda',
178
+ 'Saint Helena',
179
+ 'Saint Kitts and Nevis',
180
+ 'Saint Lucia',
181
+ 'Saint Pierre and Miquelon',
182
+ 'Saint Vincent and the Grenadines',
183
+ 'Samoa',
184
+ 'San Marino',
185
+ 'Sao Tome and Principe',
186
+ 'Saudi Arabia',
187
+ 'Senegal',
188
+ 'Seychelles',
189
+ 'Sierra Leone',
190
+ 'Singapore',
191
+ 'Slovakia',
192
+ 'Slovenia',
193
+ 'Solomon Islands',
194
+ 'Somalia',
195
+ 'South Africa',
196
+ 'Spain',
197
+ 'Sri Lanka',
198
+ 'Sudan',
199
+ 'Suriname',
200
+ 'Swaziland, Kingdom of',
201
+ 'Sweden',
202
+ 'Switzerland',
203
+ 'Syria',
204
+ 'Taiwan',
205
+ 'Tajikistan',
206
+ 'Tanzania, United Republic of',
207
+ 'Thailand',
208
+ 'Tokelau',
209
+ 'Tonga, Kingdom of',
210
+ 'Trinidad and Tobago',
211
+ 'Tunisia',
212
+ 'Turkey',
213
+ 'Turkmenistan',
214
+ 'Turks and Caicos Islands',
215
+ 'Tuvalu',
216
+ 'Uganda, Republic of',
217
+ 'Ukraine',
218
+ 'United Arab Emirates',
219
+ 'United Kingdom',
220
+ 'United States',
221
+ 'Uruguay, Oriental Republic of',
222
+ 'Uzbekistan',
223
+ 'Vanuatu',
224
+ 'Vatican City State',
225
+ 'Venezuela',
226
+ 'Vietnam',
227
+ 'Virgin Islands, British',
228
+ 'Virgin Islands, United States',
229
+ 'Wallis and Futuna Islands',
230
+ 'Yemen',
231
+ 'Zambia, Republic of',
232
+ 'Zimbabwe, Republic of',
233
+ ];
234
+ //# sourceMappingURL=country.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"country.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/country.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export declare const DIMENSION_TYPE_VALUES: string[];
2
+ export declare const DIMENSION_CATEGORY_VALUES: string[];
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DIMENSION_CATEGORY_VALUES = exports.DIMENSION_TYPE_VALUES = void 0;
4
+ exports.DIMENSION_TYPE_VALUES = ['Main', 'Sub'];
5
+ exports.DIMENSION_CATEGORY_VALUES = ['Verbal', 'Quantitative', 'Other'];
6
+ //# sourceMappingURL=dimension.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dimension.js","sourceRoot":"","sources":["../../../../../libs/model/src/constant/dimension.ts"],"names":[],"mappings":";;;AAAa,QAAA,qBAAqB,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAExC,QAAA,yBAAyB,GAAG,CAAC,QAAQ,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC"}