@royalschedule/maps 4.0.31 → 4.1.0-beta.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 (1230) hide show
  1. package/dist/Additio/from/courses.mjs +28 -0
  2. package/dist/Additio/from/courses.mjs.map +1 -0
  3. package/dist/Additio/from/events.mjs +61 -0
  4. package/dist/Additio/from/events.mjs.map +1 -0
  5. package/dist/Additio/from/groups.mjs +14 -0
  6. package/dist/Additio/from/groups.mjs.map +1 -0
  7. package/dist/Additio/from/index.mjs +8 -0
  8. package/dist/Additio/from/index.mjs.map +1 -0
  9. package/dist/Additio/from/locations.mjs +13 -0
  10. package/dist/Additio/from/locations.mjs.map +1 -0
  11. package/dist/Additio/from/persons.mjs +30 -0
  12. package/dist/Additio/from/persons.mjs.map +1 -0
  13. package/dist/Additio/from/schedules.d.mts +39 -0
  14. package/dist/Additio/from/schedules.mjs +34 -0
  15. package/dist/Additio/from/schedules.mjs.map +1 -0
  16. package/dist/Additio/from/teachers.mjs +25 -0
  17. package/dist/Additio/from/teachers.mjs.map +1 -0
  18. package/dist/Additio/index.d.mts +14 -0
  19. package/dist/Additio/index.mjs +12 -0
  20. package/dist/Additio/index.mjs.map +1 -0
  21. package/dist/Additio/to/index.d.mts +23 -0
  22. package/dist/Additio/to/index.mjs +10 -0
  23. package/dist/Additio/to/index.mjs.map +1 -0
  24. package/dist/Additio/to/schedules.mjs +109 -0
  25. package/dist/Additio/to/schedules.mjs.map +1 -0
  26. package/dist/Additio/types/course-sections.d.mts +20 -0
  27. package/dist/Additio/types/courses.d.mts +17 -0
  28. package/dist/Additio/types/index.d.mts +27 -0
  29. package/dist/Additio/types/lessons.d.mts +27 -0
  30. package/dist/Additio/types/options.d.mts +16 -0
  31. package/dist/Additio/types/primary-groups.d.mts +30 -0
  32. package/dist/Additio/types/rooms.d.mts +12 -0
  33. package/dist/Additio/types/schedule-groups.d.mts +23 -0
  34. package/dist/Additio/types/schedules.d.mts +27 -0
  35. package/dist/Additio/types/schools.d.mts +11 -0
  36. package/dist/Additio/types/users.d.mts +20 -0
  37. package/dist/Admentum/from/courses.mjs +32 -0
  38. package/dist/Admentum/from/courses.mjs.map +1 -0
  39. package/dist/Admentum/from/events.mjs +62 -0
  40. package/dist/Admentum/from/events.mjs.map +1 -0
  41. package/dist/Admentum/from/groups.mjs +14 -0
  42. package/dist/Admentum/from/groups.mjs.map +1 -0
  43. package/dist/Admentum/from/index.mjs +8 -0
  44. package/dist/Admentum/from/index.mjs.map +1 -0
  45. package/dist/Admentum/from/locations.mjs +13 -0
  46. package/dist/Admentum/from/locations.mjs.map +1 -0
  47. package/dist/Admentum/from/persons.mjs +30 -0
  48. package/dist/Admentum/from/persons.mjs.map +1 -0
  49. package/dist/Admentum/from/schedules.d.mts +39 -0
  50. package/dist/Admentum/from/schedules.mjs +34 -0
  51. package/dist/Admentum/from/schedules.mjs.map +1 -0
  52. package/dist/Admentum/from/teachers.mjs +25 -0
  53. package/dist/Admentum/from/teachers.mjs.map +1 -0
  54. package/dist/Admentum/index.d.mts +14 -0
  55. package/dist/Admentum/index.mjs +12 -0
  56. package/dist/Admentum/index.mjs.map +1 -0
  57. package/dist/Admentum/to/index.d.mts +20 -0
  58. package/dist/Admentum/to/index.mjs +10 -0
  59. package/dist/Admentum/to/index.mjs.map +1 -0
  60. package/dist/Admentum/to/schedules.mjs +91 -0
  61. package/dist/Admentum/to/schedules.mjs.map +1 -0
  62. package/dist/Admentum/types/course-sections.d.mts +20 -0
  63. package/dist/Admentum/types/courses.d.mts +17 -0
  64. package/dist/Admentum/types/index.d.mts +25 -0
  65. package/dist/Admentum/types/lessons.d.mts +27 -0
  66. package/dist/Admentum/types/primary-groups.d.mts +30 -0
  67. package/dist/Admentum/types/rooms.d.mts +12 -0
  68. package/dist/Admentum/types/schedule-groups.d.mts +23 -0
  69. package/dist/Admentum/types/schedules.d.mts +27 -0
  70. package/dist/Admentum/types/schools.d.mts +11 -0
  71. package/dist/Admentum/types/users.d.mts +20 -0
  72. package/dist/Excel/index.d.mts +307 -0
  73. package/dist/Excel/index.mjs +13 -0
  74. package/dist/Excel/index.mjs.map +1 -0
  75. package/dist/Excel/v1/from/index.mjs +289 -0
  76. package/dist/Excel/v1/from/index.mjs.map +1 -0
  77. package/dist/Excel/v1/index.d.mts +240 -0
  78. package/dist/Excel/v1/index.mjs +10 -0
  79. package/dist/Excel/v1/index.mjs.map +1 -0
  80. package/dist/Excel/v1/types/index.d.mts +44 -0
  81. package/dist/Excel/v2/from/index.mjs +528 -0
  82. package/dist/Excel/v2/from/index.mjs.map +1 -0
  83. package/dist/Excel/v2/index.d.mts +302 -0
  84. package/dist/Excel/v2/index.mjs +10 -0
  85. package/dist/Excel/v2/index.mjs.map +1 -0
  86. package/dist/Excel/v2/types/index.d.mts +70 -0
  87. package/dist/IdunSoft/from/courses.mjs +16 -0
  88. package/dist/IdunSoft/from/courses.mjs.map +1 -0
  89. package/dist/IdunSoft/from/events.mjs +58 -0
  90. package/dist/IdunSoft/from/events.mjs.map +1 -0
  91. package/dist/IdunSoft/from/groups.mjs +17 -0
  92. package/dist/IdunSoft/from/groups.mjs.map +1 -0
  93. package/dist/IdunSoft/from/index.mjs +8 -0
  94. package/dist/IdunSoft/from/index.mjs.map +1 -0
  95. package/dist/IdunSoft/from/locations.mjs +16 -0
  96. package/dist/IdunSoft/from/locations.mjs.map +1 -0
  97. package/dist/IdunSoft/from/schedules.d.mts +24 -0
  98. package/dist/IdunSoft/from/schedules.mjs +20 -0
  99. package/dist/IdunSoft/from/schedules.mjs.map +1 -0
  100. package/dist/IdunSoft/from/teachers.mjs +16 -0
  101. package/dist/IdunSoft/from/teachers.mjs.map +1 -0
  102. package/dist/IdunSoft/index.d.mts +14 -0
  103. package/dist/IdunSoft/index.mjs +12 -0
  104. package/dist/IdunSoft/index.mjs.map +1 -0
  105. package/dist/IdunSoft/to/index.d.mts +10 -0
  106. package/dist/IdunSoft/to/index.mjs +10 -0
  107. package/dist/IdunSoft/to/index.mjs.map +1 -0
  108. package/dist/IdunSoft/to/schedules.mjs +55 -0
  109. package/dist/IdunSoft/to/schedules.mjs.map +1 -0
  110. package/dist/IdunSoft/types/courses.d.mts +8 -0
  111. package/dist/IdunSoft/types/events.d.mts +26 -0
  112. package/dist/IdunSoft/types/groups.d.mts +8 -0
  113. package/dist/IdunSoft/types/index.d.mts +20 -0
  114. package/dist/IdunSoft/types/locations.d.mts +8 -0
  115. package/dist/IdunSoft/types/schedules.d.mts +17 -0
  116. package/dist/IdunSoft/types/teachers.d.mts +8 -0
  117. package/dist/InfoMentor/index.d.mts +10 -0
  118. package/dist/InfoMentor/index.mjs +10 -0
  119. package/dist/InfoMentor/index.mjs.map +1 -0
  120. package/dist/InfoMentor/to/index.d.mts +10 -0
  121. package/dist/InfoMentor/to/index.mjs +10 -0
  122. package/dist/InfoMentor/to/index.mjs.map +1 -0
  123. package/dist/InfoMentor/to/schedules.mjs +57 -0
  124. package/dist/InfoMentor/to/schedules.mjs.map +1 -0
  125. package/dist/InfoMentor/types/events.d.mts +13 -0
  126. package/dist/InfoMentor/types/index.d.mts +9 -0
  127. package/dist/PlanDigital/from/index.mjs +8 -0
  128. package/dist/PlanDigital/from/index.mjs.map +1 -0
  129. package/dist/PlanDigital/from/schedules.mjs +70 -0
  130. package/dist/PlanDigital/from/schedules.mjs.map +1 -0
  131. package/dist/PlanDigital/index.d.mts +129 -0
  132. package/dist/PlanDigital/index.mjs +10 -0
  133. package/dist/PlanDigital/index.mjs.map +1 -0
  134. package/dist/PlanDigital/types/index.d.mts +34 -0
  135. package/dist/Quiculum/file/index.d.mts +9 -0
  136. package/dist/Quiculum/file/index.mjs +10 -0
  137. package/dist/Quiculum/file/index.mjs.map +1 -0
  138. package/dist/Quiculum/file/to/index.d.mts +21 -0
  139. package/dist/Quiculum/file/to/index.mjs +10 -0
  140. package/dist/Quiculum/file/to/index.mjs.map +1 -0
  141. package/dist/Quiculum/file/to/schedules.mjs +87 -0
  142. package/dist/Quiculum/file/to/schedules.mjs.map +1 -0
  143. package/dist/Quiculum/index.d.mts +11 -0
  144. package/dist/Quiculum/index.mjs +11 -0
  145. package/dist/Quiculum/index.mjs.map +1 -0
  146. package/dist/RS/from/division.d.mts +8 -0
  147. package/dist/RS/from/division.mjs +17 -0
  148. package/dist/RS/from/division.mjs.map +1 -0
  149. package/dist/RS/from/index.mjs +12 -0
  150. package/dist/RS/from/index.mjs.map +1 -0
  151. package/dist/RS/from/schedules.d.mts +9 -0
  152. package/dist/RS/from/schedules.mjs +37 -0
  153. package/dist/RS/from/schedules.mjs.map +1 -0
  154. package/dist/RS/index.d.mts +18 -0
  155. package/dist/RS/index.mjs +12 -0
  156. package/dist/RS/index.mjs.map +1 -0
  157. package/dist/RS/make-connected.d.mts +25 -0
  158. package/dist/RS/make-connected.mjs +207 -0
  159. package/dist/RS/make-connected.mjs.map +1 -0
  160. package/dist/RS/to/index.mjs +8 -0
  161. package/dist/RS/to/index.mjs.map +1 -0
  162. package/dist/RS/to/initial-configuration.mjs +41 -0
  163. package/dist/RS/to/initial-configuration.mjs.map +1 -0
  164. package/dist/RS/to/input/default.mjs +28 -0
  165. package/dist/RS/to/input/default.mjs.map +1 -0
  166. package/dist/RS/to/input/dependencies.mjs +31 -0
  167. package/dist/RS/to/input/dependencies.mjs.map +1 -0
  168. package/dist/RS/to/input/events.mjs +101 -0
  169. package/dist/RS/to/input/events.mjs.map +1 -0
  170. package/dist/RS/to/input/groups.mjs +32 -0
  171. package/dist/RS/to/input/groups.mjs.map +1 -0
  172. package/dist/RS/to/input/individuals.mjs +45 -0
  173. package/dist/RS/to/input/individuals.mjs.map +1 -0
  174. package/dist/RS/to/input/input.mjs +59 -0
  175. package/dist/RS/to/input/input.mjs.map +1 -0
  176. package/dist/RS/to/input/intervals.mjs +129 -0
  177. package/dist/RS/to/input/intervals.mjs.map +1 -0
  178. package/dist/RS/to/input/linked-events-sets.mjs +96 -0
  179. package/dist/RS/to/input/linked-events-sets.mjs.map +1 -0
  180. package/dist/RS/to/input/locked-times.mjs +88 -0
  181. package/dist/RS/to/input/locked-times.mjs.map +1 -0
  182. package/dist/RS/to/input/periods.mjs +57 -0
  183. package/dist/RS/to/input/periods.mjs.map +1 -0
  184. package/dist/RS/to/input/settings.mjs +13 -0
  185. package/dist/RS/to/input/settings.mjs.map +1 -0
  186. package/dist/RS/to/input/teachers.mjs +32 -0
  187. package/dist/RS/to/input/teachers.mjs.map +1 -0
  188. package/dist/RS/to/input/util/parse-days.mjs +10 -0
  189. package/dist/RS/to/input/util/parse-days.mjs.map +1 -0
  190. package/dist/RS/to/input/util/parse-group-references.mjs +50 -0
  191. package/dist/RS/to/input/util/parse-group-references.mjs.map +1 -0
  192. package/dist/RS/to/input/util/parse-location-references.mjs +24 -0
  193. package/dist/RS/to/input/util/parse-location-references.mjs.map +1 -0
  194. package/dist/RS/to/input/util/parse-max-working-hours.mjs +14 -0
  195. package/dist/RS/to/input/util/parse-max-working-hours.mjs.map +1 -0
  196. package/dist/RS/to/input/util/parse-minimum-break-length.mjs +19 -0
  197. package/dist/RS/to/input/util/parse-minimum-break-length.mjs.map +1 -0
  198. package/dist/RS/to/input/util/util.mjs +58 -0
  199. package/dist/RS/to/input/util/util.mjs.map +1 -0
  200. package/dist/RS/to/schedules.d.mts +7 -0
  201. package/dist/RS/to/schedules.mjs +51 -0
  202. package/dist/RS/to/schedules.mjs.map +1 -0
  203. package/dist/RS/types/algorithm-parameters.d.mts +17 -0
  204. package/dist/RS/types/configurations.d.mts +10 -0
  205. package/dist/RS/types/event-configuration.d.mts +20 -0
  206. package/dist/RS/types/index.d.mts +21 -0
  207. package/dist/RS/types/schedule-data.d.mts +20 -0
  208. package/dist/RS/types/to.d.mts +64 -0
  209. package/dist/RS/types/to.mjs +6 -0
  210. package/dist/RS/types/to.mjs.map +1 -0
  211. package/dist/SS12000/from/activities.mjs +35 -0
  212. package/dist/SS12000/from/activities.mjs.map +1 -0
  213. package/dist/SS12000/from/calendar-events.mjs +20 -0
  214. package/dist/SS12000/from/calendar-events.mjs.map +1 -0
  215. package/dist/SS12000/from/duties.mjs +31 -0
  216. package/dist/SS12000/from/duties.mjs.map +1 -0
  217. package/dist/SS12000/from/groups.mjs +23 -0
  218. package/dist/SS12000/from/groups.mjs.map +1 -0
  219. package/dist/SS12000/from/index.mjs +24 -0
  220. package/dist/SS12000/from/index.mjs.map +1 -0
  221. package/dist/SS12000/from/persons.mjs +43 -0
  222. package/dist/SS12000/from/persons.mjs.map +1 -0
  223. package/dist/SS12000/from/resources.mjs +9 -0
  224. package/dist/SS12000/from/resources.mjs.map +1 -0
  225. package/dist/SS12000/from/rooms.mjs +18 -0
  226. package/dist/SS12000/from/rooms.mjs.map +1 -0
  227. package/dist/SS12000/from/syllabuses.mjs +21 -0
  228. package/dist/SS12000/from/syllabuses.mjs.map +1 -0
  229. package/dist/SS12000/index.d.mts +37 -0
  230. package/dist/SS12000/index.mjs +12 -0
  231. package/dist/SS12000/index.mjs.map +1 -0
  232. package/dist/SS12000/to/activities.mjs +63 -0
  233. package/dist/SS12000/to/activities.mjs.map +1 -0
  234. package/dist/SS12000/to/calendar-events.mjs +53 -0
  235. package/dist/SS12000/to/calendar-events.mjs.map +1 -0
  236. package/dist/SS12000/to/common.mjs +25 -0
  237. package/dist/SS12000/to/common.mjs.map +1 -0
  238. package/dist/SS12000/to/duties.mjs +45 -0
  239. package/dist/SS12000/to/duties.mjs.map +1 -0
  240. package/dist/SS12000/to/groups.mjs +49 -0
  241. package/dist/SS12000/to/groups.mjs.map +1 -0
  242. package/dist/SS12000/to/index.d.mts +57 -0
  243. package/dist/SS12000/to/index.mjs +24 -0
  244. package/dist/SS12000/to/index.mjs.map +1 -0
  245. package/dist/SS12000/to/persons.mjs +40 -0
  246. package/dist/SS12000/to/persons.mjs.map +1 -0
  247. package/dist/SS12000/to/resources.mjs +27 -0
  248. package/dist/SS12000/to/resources.mjs.map +1 -0
  249. package/dist/SS12000/to/rooms.mjs +32 -0
  250. package/dist/SS12000/to/rooms.mjs.map +1 -0
  251. package/dist/SS12000/to/syllabuses.mjs +34 -0
  252. package/dist/SS12000/to/syllabuses.mjs.map +1 -0
  253. package/dist/SS12000/types/activities.d.mts +41 -0
  254. package/dist/SS12000/types/calendar-events.d.mts +23 -0
  255. package/dist/SS12000/types/codes.d.mts +9 -0
  256. package/dist/SS12000/types/duties.d.mts +23 -0
  257. package/dist/SS12000/types/duty-assignments.d.mts +13 -0
  258. package/dist/SS12000/types/groups.d.mts +23 -0
  259. package/dist/SS12000/types/index.d.mts +21 -0
  260. package/dist/SS12000/types/organisation.d.mts +20 -0
  261. package/dist/SS12000/types/persons.d.mts +30 -0
  262. package/dist/SS12000/types/resources.d.mts +13 -0
  263. package/dist/SS12000/types/rooms.d.mts +17 -0
  264. package/dist/SS12000/types/syllabus.d.mts +19 -0
  265. package/dist/SchoolSoft/api/from/index.mjs +8 -0
  266. package/dist/SchoolSoft/api/from/index.mjs.map +1 -0
  267. package/dist/SchoolSoft/api/from/schedules.mjs +163 -0
  268. package/dist/SchoolSoft/api/from/schedules.mjs.map +1 -0
  269. package/dist/SchoolSoft/api/index.d.mts +464 -0
  270. package/dist/SchoolSoft/api/index.mjs +10 -0
  271. package/dist/SchoolSoft/api/index.mjs.map +1 -0
  272. package/dist/SchoolSoft/api/types/group.d.mts +12 -0
  273. package/dist/SchoolSoft/api/types/index.d.mts +19 -0
  274. package/dist/SchoolSoft/api/types/lesson.d.mts +9 -0
  275. package/dist/SchoolSoft/api/types/location.d.mts +8 -0
  276. package/dist/SchoolSoft/api/types/persons.d.mts +31 -0
  277. package/dist/SchoolSoft/api/types/schedule.d.mts +17 -0
  278. package/dist/SchoolSoft/api/types/teacher.d.mts +13 -0
  279. package/dist/SchoolSoft/file/from/index.mjs +8 -0
  280. package/dist/SchoolSoft/file/from/index.mjs.map +1 -0
  281. package/dist/SchoolSoft/file/from/schedules.mjs +130 -0
  282. package/dist/SchoolSoft/file/from/schedules.mjs.map +1 -0
  283. package/dist/SchoolSoft/file/index.d.mts +16 -0
  284. package/dist/SchoolSoft/file/index.mjs +12 -0
  285. package/dist/SchoolSoft/file/index.mjs.map +1 -0
  286. package/dist/SchoolSoft/file/to/index.d.mts +14 -0
  287. package/dist/SchoolSoft/file/to/index.mjs +10 -0
  288. package/dist/SchoolSoft/file/to/index.mjs.map +1 -0
  289. package/dist/SchoolSoft/file/to/schedules.mjs +106 -0
  290. package/dist/SchoolSoft/file/to/schedules.mjs.map +1 -0
  291. package/dist/SchoolSoft/file/types/events.d.mts +27 -0
  292. package/dist/SchoolSoft/file/types/index.d.mts +17 -0
  293. package/dist/SchoolSoft/file/types/persons.d.mts +31 -0
  294. package/dist/SchoolSoft/index.d.mts +21 -0
  295. package/dist/SchoolSoft/index.mjs +14 -0
  296. package/dist/SchoolSoft/index.mjs.map +1 -0
  297. package/dist/Schoolity/index.d.mts +10 -0
  298. package/dist/Schoolity/index.mjs +10 -0
  299. package/dist/Schoolity/index.mjs.map +1 -0
  300. package/dist/Schoolity/txt/index.d.mts +10 -0
  301. package/dist/Schoolity/txt/index.mjs +10 -0
  302. package/dist/Schoolity/txt/index.mjs.map +1 -0
  303. package/dist/Schoolity/txt/to/index.d.mts +11 -0
  304. package/dist/Schoolity/txt/to/index.mjs +10 -0
  305. package/dist/Schoolity/txt/to/index.mjs.map +1 -0
  306. package/dist/Schoolity/txt/to/schedules.mjs +324 -0
  307. package/dist/Schoolity/txt/to/schedules.mjs.map +1 -0
  308. package/dist/Schoolity/txt/types/index.d.mts +119 -0
  309. package/dist/Skola24/index.d.mts +13 -0
  310. package/dist/Skola24/index.mjs +12 -0
  311. package/dist/Skola24/index.mjs.map +1 -0
  312. package/dist/Skola24/mdb/from/course-and-events.mjs +239 -0
  313. package/dist/Skola24/mdb/from/course-and-events.mjs.map +1 -0
  314. package/dist/Skola24/mdb/from/groups.mjs +12 -0
  315. package/dist/Skola24/mdb/from/groups.mjs.map +1 -0
  316. package/dist/Skola24/mdb/from/index.mjs +8 -0
  317. package/dist/Skola24/mdb/from/index.mjs.map +1 -0
  318. package/dist/Skola24/mdb/from/locations.mjs +11 -0
  319. package/dist/Skola24/mdb/from/locations.mjs.map +1 -0
  320. package/dist/Skola24/mdb/from/schedule.d.mts +28 -0
  321. package/dist/Skola24/mdb/from/schedule.mjs +97 -0
  322. package/dist/Skola24/mdb/from/schedule.mjs.map +1 -0
  323. package/dist/Skola24/mdb/from/teachers.mjs +11 -0
  324. package/dist/Skola24/mdb/from/teachers.mjs.map +1 -0
  325. package/dist/Skola24/mdb/index.d.mts +12 -0
  326. package/dist/Skola24/mdb/index.mjs +10 -0
  327. package/dist/Skola24/mdb/index.mjs.map +1 -0
  328. package/dist/Skola24/mdb/types/Course.d.mts +10 -0
  329. package/dist/Skola24/mdb/types/Group-group-link.d.mts +8 -0
  330. package/dist/Skola24/mdb/types/Group.d.mts +9 -0
  331. package/dist/Skola24/mdb/types/Lesson-group-link.d.mts +8 -0
  332. package/dist/Skola24/mdb/types/Lesson-period-link.d.mts +8 -0
  333. package/dist/Skola24/mdb/types/Lesson-room-link.d.mts +8 -0
  334. package/dist/Skola24/mdb/types/Lesson-teacher-link.d.mts +8 -0
  335. package/dist/Skola24/mdb/types/Lesson.d.mts +13 -0
  336. package/dist/Skola24/mdb/types/Options.d.mts +11 -0
  337. package/dist/Skola24/mdb/types/Period.d.mts +9 -0
  338. package/dist/Skola24/mdb/types/Plan-group-link.d.mts +8 -0
  339. package/dist/Skola24/mdb/types/Plan-period-link.d.mts +8 -0
  340. package/dist/Skola24/mdb/types/Plan-teacher-link.d.mts +10 -0
  341. package/dist/Skola24/mdb/types/Plan.d.mts +9 -0
  342. package/dist/Skola24/mdb/types/Room.d.mts +9 -0
  343. package/dist/Skola24/mdb/types/Schedule.d.mts +39 -0
  344. package/dist/Skola24/mdb/types/Subject.d.mts +8 -0
  345. package/dist/Skola24/mdb/types/Teacher.d.mts +10 -0
  346. package/dist/Skola24/mdb/types/index.d.mts +23 -0
  347. package/dist/Skola24/txt/from/calendar-exceptions.mjs +67 -0
  348. package/dist/Skola24/txt/from/calendar-exceptions.mjs.map +1 -0
  349. package/dist/Skola24/txt/from/division.mjs +44 -0
  350. package/dist/Skola24/txt/from/division.mjs.map +1 -0
  351. package/dist/Skola24/txt/from/index.mjs +12 -0
  352. package/dist/Skola24/txt/from/index.mjs.map +1 -0
  353. package/dist/Skola24/txt/from/period.mjs +95 -0
  354. package/dist/Skola24/txt/from/period.mjs.map +1 -0
  355. package/dist/Skola24/txt/from/schedules.d.mts +17 -0
  356. package/dist/Skola24/txt/from/schedules.mjs +273 -0
  357. package/dist/Skola24/txt/from/schedules.mjs.map +1 -0
  358. package/dist/Skola24/txt/from/util.mjs +17 -0
  359. package/dist/Skola24/txt/from/util.mjs.map +1 -0
  360. package/dist/Skola24/txt/index.d.mts +29 -0
  361. package/dist/Skola24/txt/index.mjs +12 -0
  362. package/dist/Skola24/txt/index.mjs.map +1 -0
  363. package/dist/Skola24/txt/to/index.d.mts +11 -0
  364. package/dist/Skola24/txt/to/index.mjs +10 -0
  365. package/dist/Skola24/txt/to/index.mjs.map +1 -0
  366. package/dist/Skola24/txt/to/schedules.mjs +290 -0
  367. package/dist/Skola24/txt/to/schedules.mjs.map +1 -0
  368. package/dist/Skola24/txt/types/index.d.mts +141 -0
  369. package/dist/common/constants.mjs +8 -0
  370. package/dist/common/constants.mjs.map +1 -0
  371. package/dist/common/functions.mjs +61 -0
  372. package/dist/common/functions.mjs.map +1 -0
  373. package/dist/common/get-date.mjs +15 -0
  374. package/dist/common/get-date.mjs.map +1 -0
  375. package/dist/common/make-chainable/index.mjs +36 -0
  376. package/dist/common/make-chainable/index.mjs.map +1 -0
  377. package/dist/common/types.d.mts +38 -0
  378. package/dist/core/from/configurations.mjs +12 -0
  379. package/dist/core/from/configurations.mjs.map +1 -0
  380. package/dist/core/from/courses.mjs +12 -0
  381. package/dist/core/from/courses.mjs.map +1 -0
  382. package/dist/core/from/events.mjs +13 -0
  383. package/dist/core/from/events.mjs.map +1 -0
  384. package/dist/core/from/exceptions.mjs +12 -0
  385. package/dist/core/from/exceptions.mjs.map +1 -0
  386. package/dist/core/from/groups.mjs +12 -0
  387. package/dist/core/from/groups.mjs.map +1 -0
  388. package/dist/core/from/index.mjs +23 -0
  389. package/dist/core/from/index.mjs.map +1 -0
  390. package/dist/core/from/locations.mjs +12 -0
  391. package/dist/core/from/locations.mjs.map +1 -0
  392. package/dist/core/from/locked-times.mjs +12 -0
  393. package/dist/core/from/locked-times.mjs.map +1 -0
  394. package/dist/core/from/overlap-groups.mjs +12 -0
  395. package/dist/core/from/overlap-groups.mjs.map +1 -0
  396. package/dist/core/from/periods.mjs +12 -0
  397. package/dist/core/from/periods.mjs.map +1 -0
  398. package/dist/core/from/persons.mjs +12 -0
  399. package/dist/core/from/persons.mjs.map +1 -0
  400. package/dist/core/from/root-intervals.mjs +12 -0
  401. package/dist/core/from/root-intervals.mjs.map +1 -0
  402. package/dist/core/from/schedules.d.mts +7 -0
  403. package/dist/core/from/schedules.mjs +38 -0
  404. package/dist/core/from/schedules.mjs.map +1 -0
  405. package/dist/core/from/settings.mjs +21 -0
  406. package/dist/core/from/settings.mjs.map +1 -0
  407. package/dist/core/from/syllabuses.mjs +13 -0
  408. package/dist/core/from/syllabuses.mjs.map +1 -0
  409. package/dist/core/from/teachers.mjs +12 -0
  410. package/dist/core/from/teachers.mjs.map +1 -0
  411. package/dist/core/index.d.mts +38 -0
  412. package/dist/core/index.mjs +16 -0
  413. package/dist/core/index.mjs.map +1 -0
  414. package/dist/core/interfaces/index.d.mts +23 -0
  415. package/dist/core/interfaces/index.mjs +6 -0
  416. package/dist/core/interfaces/other/companies.d.mts +132 -0
  417. package/dist/core/interfaces/other/companies.mjs +9 -0
  418. package/dist/core/interfaces/other/companies.mjs.map +1 -0
  419. package/dist/core/interfaces/other/etc.d.mts +19 -0
  420. package/dist/core/interfaces/other/index.d.mts +6 -0
  421. package/dist/core/interfaces/other/integrations.d.mts +17 -0
  422. package/dist/core/interfaces/other/operations.d.mts +36 -0
  423. package/dist/core/interfaces/other/policies.d.mts +31 -0
  424. package/dist/core/interfaces/other/sync-logs.d.mts +21 -0
  425. package/dist/core/interfaces/other/users.d.mts +35 -0
  426. package/dist/core/interfaces/vertices/companies.d.mts +8 -0
  427. package/dist/core/interfaces/vertices/configurations.d.mts +58 -0
  428. package/dist/core/interfaces/vertices/courses.d.mts +66 -0
  429. package/dist/core/interfaces/vertices/division-settings.d.mts +54 -0
  430. package/dist/core/interfaces/vertices/divisions.d.mts +31 -0
  431. package/dist/core/interfaces/vertices/events.d.mts +104 -0
  432. package/dist/core/interfaces/vertices/exceptions.d.mts +74 -0
  433. package/dist/core/interfaces/vertices/generations.d.mts +23 -0
  434. package/dist/core/interfaces/vertices/groups.d.mts +51 -0
  435. package/dist/core/interfaces/vertices/index.d.mts +231 -0
  436. package/dist/core/interfaces/vertices/index.mjs +3 -0
  437. package/dist/core/interfaces/vertices/linked-events-sets.d.mts +19 -0
  438. package/dist/core/interfaces/vertices/locations.d.mts +22 -0
  439. package/dist/core/interfaces/vertices/locked-times.d.mts +37 -0
  440. package/dist/core/interfaces/vertices/overlap-groups.d.mts +17 -0
  441. package/dist/core/interfaces/vertices/periods.d.mts +15 -0
  442. package/dist/core/interfaces/vertices/persons.d.mts +32 -0
  443. package/dist/core/interfaces/vertices/properties/belongs-to.d.mts +11 -0
  444. package/dist/core/interfaces/vertices/properties/coalesced.d.mts +8 -0
  445. package/dist/core/interfaces/vertices/properties/days.d.mts +9 -0
  446. package/dist/core/interfaces/vertices/properties/index.d.mts +15 -0
  447. package/dist/core/interfaces/vertices/properties/intervals.d.mts +10 -0
  448. package/dist/core/interfaces/vertices/properties/maximum-schedule-span.d.mts +19 -0
  449. package/dist/core/interfaces/vertices/properties/min-break-length.d.mts +5 -0
  450. package/dist/core/interfaces/vertices/properties/planned-scheduled-duration.d.mts +13 -0
  451. package/dist/core/interfaces/vertices/properties/species.d.mts +9 -0
  452. package/dist/core/interfaces/vertices/properties/tags.d.mts +9 -0
  453. package/dist/core/interfaces/vertices/properties/week.d.mts +22 -0
  454. package/dist/core/interfaces/vertices/properties/week.mjs +6 -0
  455. package/dist/core/interfaces/vertices/properties/week.mjs.map +1 -0
  456. package/dist/core/interfaces/vertices/root-intervals.d.mts +14 -0
  457. package/dist/core/interfaces/vertices/syllabuses.d.mts +18 -0
  458. package/dist/core/interfaces/vertices/teachers.d.mts +41 -0
  459. package/dist/core/interfaces/vertices/threads.d.mts +33 -0
  460. package/dist/core/interfaces/vertices/users.d.mts +11 -0
  461. package/dist/core/interfaces/vertices/util/common.d.mts +28 -0
  462. package/dist/core/interfaces/vertices/util/custom-vertex-export/assert-no-invalid-expand-keys.d.mts +16 -0
  463. package/dist/core/interfaces/vertices/util/custom-vertex-export/index.d.mts +34 -0
  464. package/dist/core/interfaces/vertices/util/custom-vertex-export/util.d.mts +52 -0
  465. package/dist/core/interfaces/vertices/util/deep-vertex-export/index.d.mts +65 -0
  466. package/dist/core/interfaces/vertices/util/edges.d.mts +123 -0
  467. package/dist/core/interfaces/vertices/util/index.d.mts +6 -0
  468. package/dist/core/interfaces/vertices/util/keys-of.d.mts +26 -0
  469. package/dist/core/interfaces/vertices/util/serialized-vertex-export.d.mts +11 -0
  470. package/dist/core/interfaces/vertices/util/util.d.mts +79 -0
  471. package/dist/core/interfaces/vertices/util/vertex-query/index.d.mts +50 -0
  472. package/dist/core/interfaces/vertices/util/vertex-query/util.d.mts +13 -0
  473. package/dist/core/interfaces/vertices/util/vertex.d.mts +69 -0
  474. package/dist/core/interfaces/vertices/vertex-query.d.mts +112 -0
  475. package/dist/core/interfaces/vertices/vertex-query.mjs +114 -0
  476. package/dist/core/interfaces/vertices/vertex-query.mjs.map +1 -0
  477. package/dist/core/to/configurations.mjs +16 -0
  478. package/dist/core/to/configurations.mjs.map +1 -0
  479. package/dist/core/to/courses.mjs +41 -0
  480. package/dist/core/to/courses.mjs.map +1 -0
  481. package/dist/core/to/division.mjs +10 -0
  482. package/dist/core/to/division.mjs.map +1 -0
  483. package/dist/core/to/events.mjs +43 -0
  484. package/dist/core/to/events.mjs.map +1 -0
  485. package/dist/core/to/exceptions.mjs +29 -0
  486. package/dist/core/to/exceptions.mjs.map +1 -0
  487. package/dist/core/to/groups.mjs +25 -0
  488. package/dist/core/to/groups.mjs.map +1 -0
  489. package/dist/core/to/index.d.mts +9 -0
  490. package/dist/core/to/index.mjs +10 -0
  491. package/dist/core/to/index.mjs.map +1 -0
  492. package/dist/core/to/locations.mjs +21 -0
  493. package/dist/core/to/locations.mjs.map +1 -0
  494. package/dist/core/to/locked-times.mjs +20 -0
  495. package/dist/core/to/locked-times.mjs.map +1 -0
  496. package/dist/core/to/overlap-groups.mjs +27 -0
  497. package/dist/core/to/overlap-groups.mjs.map +1 -0
  498. package/dist/core/to/periods.mjs +16 -0
  499. package/dist/core/to/periods.mjs.map +1 -0
  500. package/dist/core/to/persons.mjs +17 -0
  501. package/dist/core/to/persons.mjs.map +1 -0
  502. package/dist/core/to/root-intervals.mjs +16 -0
  503. package/dist/core/to/root-intervals.mjs.map +1 -0
  504. package/dist/core/to/schedules.d.mts +47 -0
  505. package/dist/core/to/schedules.mjs +42 -0
  506. package/dist/core/to/schedules.mjs.map +1 -0
  507. package/dist/core/to/settings.mjs +18 -0
  508. package/dist/core/to/settings.mjs.map +1 -0
  509. package/dist/core/to/syllabuses.mjs +16 -0
  510. package/dist/core/to/syllabuses.mjs.map +1 -0
  511. package/dist/core/to/teachers.mjs +24 -0
  512. package/dist/core/to/teachers.mjs.map +1 -0
  513. package/dist/core/to/util.d.mts +10 -0
  514. package/dist/core/to/util.mjs +24 -0
  515. package/dist/core/to/util.mjs.map +1 -0
  516. package/dist/core/types/common/index.d.mts +8 -0
  517. package/dist/core/types/common/meta.d.mts +15 -0
  518. package/dist/core/types/index.d.mts +137 -0
  519. package/dist/core/util.mjs +46 -0
  520. package/dist/core/util.mjs.map +1 -0
  521. package/dist/identify/constants/index.d.mts +144 -0
  522. package/dist/identify/constants/index.mjs +317 -0
  523. package/dist/identify/constants/index.mjs.map +1 -0
  524. package/dist/identify/index.d.mts +8 -0
  525. package/dist/identify/index.mjs +93 -0
  526. package/dist/identify/index.mjs.map +1 -0
  527. package/dist/identify/types/index.d.mts +15 -0
  528. package/dist/index.d.mts +57 -0
  529. package/dist/index.mjs +22 -0
  530. package/dist/sdui/from/classes.mjs +8 -0
  531. package/dist/sdui/from/classes.mjs.map +1 -0
  532. package/dist/sdui/from/courses.mjs +14 -0
  533. package/dist/sdui/from/courses.mjs.map +1 -0
  534. package/dist/sdui/from/holidays.mjs +8 -0
  535. package/dist/sdui/from/holidays.mjs.map +1 -0
  536. package/dist/sdui/from/hours.mjs +6 -0
  537. package/dist/sdui/from/hours.mjs.map +1 -0
  538. package/dist/sdui/from/index.mjs +30 -0
  539. package/dist/sdui/from/index.mjs.map +1 -0
  540. package/dist/sdui/from/lessons.mjs +23 -0
  541. package/dist/sdui/from/lessons.mjs.map +1 -0
  542. package/dist/sdui/from/rooms.mjs +11 -0
  543. package/dist/sdui/from/rooms.mjs.map +1 -0
  544. package/dist/sdui/from/schedules.d.mts +21 -0
  545. package/dist/sdui/from/schedules.mjs +24 -0
  546. package/dist/sdui/from/schedules.mjs.map +1 -0
  547. package/dist/sdui/from/school-years.mjs +11 -0
  548. package/dist/sdui/from/school-years.mjs.map +1 -0
  549. package/dist/sdui/from/subjects.mjs +6 -0
  550. package/dist/sdui/from/subjects.mjs.map +1 -0
  551. package/dist/sdui/from/substitution-plans.mjs +10 -0
  552. package/dist/sdui/from/substitution-plans.mjs.map +1 -0
  553. package/dist/sdui/from/teachers.mjs +15 -0
  554. package/dist/sdui/from/teachers.mjs.map +1 -0
  555. package/dist/sdui/index.d.mts +32 -0
  556. package/dist/sdui/index.mjs +12 -0
  557. package/dist/sdui/index.mjs.map +1 -0
  558. package/dist/sdui/to/classes.mjs +10 -0
  559. package/dist/sdui/to/classes.mjs.map +1 -0
  560. package/dist/sdui/to/courses.mjs +16 -0
  561. package/dist/sdui/to/courses.mjs.map +1 -0
  562. package/dist/sdui/to/holidays.mjs +16 -0
  563. package/dist/sdui/to/holidays.mjs.map +1 -0
  564. package/dist/sdui/to/hours.mjs +15 -0
  565. package/dist/sdui/to/hours.mjs.map +1 -0
  566. package/dist/sdui/to/index.d.mts +22 -0
  567. package/dist/sdui/to/index.mjs +30 -0
  568. package/dist/sdui/to/index.mjs.map +1 -0
  569. package/dist/sdui/to/lessons.mjs +24 -0
  570. package/dist/sdui/to/lessons.mjs.map +1 -0
  571. package/dist/sdui/to/rooms.mjs +13 -0
  572. package/dist/sdui/to/rooms.mjs.map +1 -0
  573. package/dist/sdui/to/schedules.mjs +26 -0
  574. package/dist/sdui/to/schedules.mjs.map +1 -0
  575. package/dist/sdui/to/school-years.mjs +18 -0
  576. package/dist/sdui/to/school-years.mjs.map +1 -0
  577. package/dist/sdui/to/subjects.mjs +8 -0
  578. package/dist/sdui/to/subjects.mjs.map +1 -0
  579. package/dist/sdui/to/substitution-plans.mjs +46 -0
  580. package/dist/sdui/to/substitution-plans.mjs.map +1 -0
  581. package/dist/sdui/to/teachers.mjs +20 -0
  582. package/dist/sdui/to/teachers.mjs.map +1 -0
  583. package/dist/sdui/types/classes.d.mts +8 -0
  584. package/dist/sdui/types/courses.d.mts +12 -0
  585. package/dist/sdui/types/holidays.d.mts +10 -0
  586. package/dist/sdui/types/hours.d.mts +10 -0
  587. package/dist/sdui/types/index.d.mts +31 -0
  588. package/dist/sdui/types/lessons.d.mts +13 -0
  589. package/dist/sdui/types/rooms.d.mts +9 -0
  590. package/dist/sdui/types/schedules.d.mts +27 -0
  591. package/dist/sdui/types/school-years.d.mts +9 -0
  592. package/dist/sdui/types/subjects.d.mts +9 -0
  593. package/dist/sdui/types/substitution-plans.d.mts +30 -0
  594. package/dist/sdui/types/teachers.d.mts +10 -0
  595. package/dist/vKlass/from/index.mjs +8 -0
  596. package/dist/vKlass/from/index.mjs.map +1 -0
  597. package/dist/vKlass/from/schedule.d.mts +24 -0
  598. package/dist/vKlass/from/schedule.mjs +71 -0
  599. package/dist/vKlass/from/schedule.mjs.map +1 -0
  600. package/dist/vKlass/index.d.mts +13 -0
  601. package/dist/vKlass/index.mjs +12 -0
  602. package/dist/vKlass/index.mjs.map +1 -0
  603. package/dist/vKlass/to/index.d.mts +9 -0
  604. package/dist/vKlass/to/index.mjs +10 -0
  605. package/dist/vKlass/to/index.mjs.map +1 -0
  606. package/dist/vKlass/to/schedules.d.mts +14 -0
  607. package/dist/vKlass/to/schedules.mjs +82 -0
  608. package/dist/vKlass/to/schedules.mjs.map +1 -0
  609. package/dist/vKlass/types/index.d.mts +53 -0
  610. package/package.json +29 -24
  611. package/dist/Additio/from/courses.js +0 -28
  612. package/dist/Additio/from/courses.js.map +0 -1
  613. package/dist/Additio/from/events.js +0 -61
  614. package/dist/Additio/from/events.js.map +0 -1
  615. package/dist/Additio/from/groups.js +0 -14
  616. package/dist/Additio/from/groups.js.map +0 -1
  617. package/dist/Additio/from/index.js +0 -8
  618. package/dist/Additio/from/index.js.map +0 -1
  619. package/dist/Additio/from/locations.js +0 -13
  620. package/dist/Additio/from/locations.js.map +0 -1
  621. package/dist/Additio/from/persons.js +0 -30
  622. package/dist/Additio/from/persons.js.map +0 -1
  623. package/dist/Additio/from/schedules.d.ts +0 -38
  624. package/dist/Additio/from/schedules.js +0 -36
  625. package/dist/Additio/from/schedules.js.map +0 -1
  626. package/dist/Additio/from/teachers.js +0 -25
  627. package/dist/Additio/from/teachers.js.map +0 -1
  628. package/dist/Additio/index.d.ts +0 -14
  629. package/dist/Additio/index.js +0 -12
  630. package/dist/Additio/index.js.map +0 -1
  631. package/dist/Additio/to/index.d.ts +0 -21
  632. package/dist/Additio/to/index.js +0 -10
  633. package/dist/Additio/to/index.js.map +0 -1
  634. package/dist/Additio/to/schedules.js +0 -111
  635. package/dist/Additio/to/schedules.js.map +0 -1
  636. package/dist/Additio/types/course-sections.d.ts +0 -20
  637. package/dist/Additio/types/courses.d.ts +0 -17
  638. package/dist/Additio/types/index.d.ts +0 -27
  639. package/dist/Additio/types/lessons.d.ts +0 -27
  640. package/dist/Additio/types/options.d.ts +0 -16
  641. package/dist/Additio/types/primary-groups.d.ts +0 -30
  642. package/dist/Additio/types/rooms.d.ts +0 -12
  643. package/dist/Additio/types/schedule-groups.d.ts +0 -23
  644. package/dist/Additio/types/schedules.d.ts +0 -27
  645. package/dist/Additio/types/schools.d.ts +0 -11
  646. package/dist/Additio/types/users.d.ts +0 -20
  647. package/dist/Admentum/from/courses.js +0 -32
  648. package/dist/Admentum/from/courses.js.map +0 -1
  649. package/dist/Admentum/from/events.js +0 -62
  650. package/dist/Admentum/from/events.js.map +0 -1
  651. package/dist/Admentum/from/groups.js +0 -14
  652. package/dist/Admentum/from/groups.js.map +0 -1
  653. package/dist/Admentum/from/index.js +0 -8
  654. package/dist/Admentum/from/index.js.map +0 -1
  655. package/dist/Admentum/from/locations.js +0 -13
  656. package/dist/Admentum/from/locations.js.map +0 -1
  657. package/dist/Admentum/from/persons.js +0 -30
  658. package/dist/Admentum/from/persons.js.map +0 -1
  659. package/dist/Admentum/from/schedules.d.ts +0 -38
  660. package/dist/Admentum/from/schedules.js +0 -37
  661. package/dist/Admentum/from/schedules.js.map +0 -1
  662. package/dist/Admentum/from/teachers.js +0 -25
  663. package/dist/Admentum/from/teachers.js.map +0 -1
  664. package/dist/Admentum/index.d.ts +0 -14
  665. package/dist/Admentum/index.js +0 -12
  666. package/dist/Admentum/index.js.map +0 -1
  667. package/dist/Admentum/to/index.d.ts +0 -19
  668. package/dist/Admentum/to/index.js +0 -10
  669. package/dist/Admentum/to/index.js.map +0 -1
  670. package/dist/Admentum/to/schedules.js +0 -94
  671. package/dist/Admentum/to/schedules.js.map +0 -1
  672. package/dist/Admentum/types/course-sections.d.ts +0 -20
  673. package/dist/Admentum/types/courses.d.ts +0 -17
  674. package/dist/Admentum/types/index.d.ts +0 -25
  675. package/dist/Admentum/types/lessons.d.ts +0 -27
  676. package/dist/Admentum/types/primary-groups.d.ts +0 -30
  677. package/dist/Admentum/types/rooms.d.ts +0 -12
  678. package/dist/Admentum/types/schedule-groups.d.ts +0 -23
  679. package/dist/Admentum/types/schedules.d.ts +0 -27
  680. package/dist/Admentum/types/schools.d.ts +0 -11
  681. package/dist/Admentum/types/users.d.ts +0 -20
  682. package/dist/Excel/index.d.ts +0 -305
  683. package/dist/Excel/index.js +0 -13
  684. package/dist/Excel/index.js.map +0 -1
  685. package/dist/Excel/v1/from/index.js +0 -289
  686. package/dist/Excel/v1/from/index.js.map +0 -1
  687. package/dist/Excel/v1/index.d.ts +0 -238
  688. package/dist/Excel/v1/index.js +0 -10
  689. package/dist/Excel/v1/index.js.map +0 -1
  690. package/dist/Excel/v1/types/index.d.ts +0 -44
  691. package/dist/Excel/v2/from/index.js +0 -537
  692. package/dist/Excel/v2/from/index.js.map +0 -1
  693. package/dist/Excel/v2/index.d.ts +0 -300
  694. package/dist/Excel/v2/index.js +0 -10
  695. package/dist/Excel/v2/index.js.map +0 -1
  696. package/dist/Excel/v2/types/index.d.ts +0 -70
  697. package/dist/IdunSoft/from/courses.js +0 -16
  698. package/dist/IdunSoft/from/courses.js.map +0 -1
  699. package/dist/IdunSoft/from/events.js +0 -59
  700. package/dist/IdunSoft/from/events.js.map +0 -1
  701. package/dist/IdunSoft/from/groups.js +0 -17
  702. package/dist/IdunSoft/from/groups.js.map +0 -1
  703. package/dist/IdunSoft/from/index.js +0 -8
  704. package/dist/IdunSoft/from/index.js.map +0 -1
  705. package/dist/IdunSoft/from/locations.js +0 -16
  706. package/dist/IdunSoft/from/locations.js.map +0 -1
  707. package/dist/IdunSoft/from/schedules.d.ts +0 -23
  708. package/dist/IdunSoft/from/schedules.js +0 -20
  709. package/dist/IdunSoft/from/schedules.js.map +0 -1
  710. package/dist/IdunSoft/from/teachers.js +0 -16
  711. package/dist/IdunSoft/from/teachers.js.map +0 -1
  712. package/dist/IdunSoft/index.d.ts +0 -14
  713. package/dist/IdunSoft/index.js +0 -12
  714. package/dist/IdunSoft/index.js.map +0 -1
  715. package/dist/IdunSoft/to/index.d.ts +0 -9
  716. package/dist/IdunSoft/to/index.js +0 -10
  717. package/dist/IdunSoft/to/index.js.map +0 -1
  718. package/dist/IdunSoft/to/schedules.js +0 -58
  719. package/dist/IdunSoft/to/schedules.js.map +0 -1
  720. package/dist/IdunSoft/types/courses.d.ts +0 -8
  721. package/dist/IdunSoft/types/events.d.ts +0 -26
  722. package/dist/IdunSoft/types/groups.d.ts +0 -8
  723. package/dist/IdunSoft/types/index.d.ts +0 -20
  724. package/dist/IdunSoft/types/locations.d.ts +0 -8
  725. package/dist/IdunSoft/types/schedules.d.ts +0 -17
  726. package/dist/IdunSoft/types/teachers.d.ts +0 -8
  727. package/dist/InfoMentor/index.d.ts +0 -10
  728. package/dist/InfoMentor/index.js +0 -10
  729. package/dist/InfoMentor/index.js.map +0 -1
  730. package/dist/InfoMentor/to/index.d.ts +0 -9
  731. package/dist/InfoMentor/to/index.js +0 -10
  732. package/dist/InfoMentor/to/index.js.map +0 -1
  733. package/dist/InfoMentor/to/schedules.js +0 -58
  734. package/dist/InfoMentor/to/schedules.js.map +0 -1
  735. package/dist/InfoMentor/types/events.d.ts +0 -13
  736. package/dist/InfoMentor/types/index.d.ts +0 -9
  737. package/dist/PlanDigital/from/index.js +0 -8
  738. package/dist/PlanDigital/from/index.js.map +0 -1
  739. package/dist/PlanDigital/from/schedules.js +0 -72
  740. package/dist/PlanDigital/from/schedules.js.map +0 -1
  741. package/dist/PlanDigital/index.d.ts +0 -128
  742. package/dist/PlanDigital/index.js +0 -10
  743. package/dist/PlanDigital/index.js.map +0 -1
  744. package/dist/PlanDigital/types/index.d.ts +0 -34
  745. package/dist/Quiculum/file/index.d.ts +0 -9
  746. package/dist/Quiculum/file/index.js +0 -10
  747. package/dist/Quiculum/file/index.js.map +0 -1
  748. package/dist/Quiculum/file/to/index.d.ts +0 -20
  749. package/dist/Quiculum/file/to/index.js +0 -10
  750. package/dist/Quiculum/file/to/index.js.map +0 -1
  751. package/dist/Quiculum/file/to/schedules.js +0 -91
  752. package/dist/Quiculum/file/to/schedules.js.map +0 -1
  753. package/dist/Quiculum/index.d.ts +0 -11
  754. package/dist/Quiculum/index.js +0 -11
  755. package/dist/Quiculum/index.js.map +0 -1
  756. package/dist/RS/from/division.d.ts +0 -7
  757. package/dist/RS/from/division.js +0 -18
  758. package/dist/RS/from/division.js.map +0 -1
  759. package/dist/RS/from/index.js +0 -12
  760. package/dist/RS/from/index.js.map +0 -1
  761. package/dist/RS/from/schedules.d.ts +0 -8
  762. package/dist/RS/from/schedules.js +0 -37
  763. package/dist/RS/from/schedules.js.map +0 -1
  764. package/dist/RS/index.d.ts +0 -18
  765. package/dist/RS/index.js +0 -12
  766. package/dist/RS/index.js.map +0 -1
  767. package/dist/RS/make-connected.d.ts +0 -23
  768. package/dist/RS/make-connected.js +0 -232
  769. package/dist/RS/make-connected.js.map +0 -1
  770. package/dist/RS/to/index.js +0 -8
  771. package/dist/RS/to/index.js.map +0 -1
  772. package/dist/RS/to/initial-configuration.js +0 -43
  773. package/dist/RS/to/initial-configuration.js.map +0 -1
  774. package/dist/RS/to/input/collections.js +0 -58
  775. package/dist/RS/to/input/collections.js.map +0 -1
  776. package/dist/RS/to/input/default.js +0 -35
  777. package/dist/RS/to/input/default.js.map +0 -1
  778. package/dist/RS/to/input/dependencies.js +0 -31
  779. package/dist/RS/to/input/dependencies.js.map +0 -1
  780. package/dist/RS/to/input/dynamic-locked-times.js +0 -70
  781. package/dist/RS/to/input/dynamic-locked-times.js.map +0 -1
  782. package/dist/RS/to/input/events.js +0 -90
  783. package/dist/RS/to/input/events.js.map +0 -1
  784. package/dist/RS/to/input/groups.js +0 -40
  785. package/dist/RS/to/input/groups.js.map +0 -1
  786. package/dist/RS/to/input/individuals.js +0 -49
  787. package/dist/RS/to/input/individuals.js.map +0 -1
  788. package/dist/RS/to/input/input.js +0 -54
  789. package/dist/RS/to/input/input.js.map +0 -1
  790. package/dist/RS/to/input/intervals.js +0 -131
  791. package/dist/RS/to/input/intervals.js.map +0 -1
  792. package/dist/RS/to/input/periods.js +0 -91
  793. package/dist/RS/to/input/periods.js.map +0 -1
  794. package/dist/RS/to/input/settings.js +0 -20
  795. package/dist/RS/to/input/settings.js.map +0 -1
  796. package/dist/RS/to/input/teachers.js +0 -40
  797. package/dist/RS/to/input/teachers.js.map +0 -1
  798. package/dist/RS/to/input/util/attach-locked-times.js +0 -27
  799. package/dist/RS/to/input/util/attach-locked-times.js.map +0 -1
  800. package/dist/RS/to/input/util/parse-days.js +0 -10
  801. package/dist/RS/to/input/util/parse-days.js.map +0 -1
  802. package/dist/RS/to/input/util/parse-group-references.js +0 -58
  803. package/dist/RS/to/input/util/parse-group-references.js.map +0 -1
  804. package/dist/RS/to/input/util/parse-intervals.js +0 -58
  805. package/dist/RS/to/input/util/parse-intervals.js.map +0 -1
  806. package/dist/RS/to/input/util/parse-location-references.js +0 -31
  807. package/dist/RS/to/input/util/parse-location-references.js.map +0 -1
  808. package/dist/RS/to/input/util/parse-max-working-hours.js +0 -17
  809. package/dist/RS/to/input/util/parse-max-working-hours.js.map +0 -1
  810. package/dist/RS/to/input/util/parse-minimum-break-length.js +0 -19
  811. package/dist/RS/to/input/util/parse-minimum-break-length.js.map +0 -1
  812. package/dist/RS/to/input/util/util.js +0 -66
  813. package/dist/RS/to/input/util/util.js.map +0 -1
  814. package/dist/RS/to/schedules.d.ts +0 -7
  815. package/dist/RS/to/schedules.js +0 -51
  816. package/dist/RS/to/schedules.js.map +0 -1
  817. package/dist/RS/types/algorithm-parameters.d.ts +0 -18
  818. package/dist/RS/types/collections.d.ts +0 -33
  819. package/dist/RS/types/configurations.d.ts +0 -10
  820. package/dist/RS/types/default.d.ts +0 -31
  821. package/dist/RS/types/dependencies.d.ts +0 -16
  822. package/dist/RS/types/event-configuration.d.ts +0 -20
  823. package/dist/RS/types/events.d.ts +0 -34
  824. package/dist/RS/types/groups.d.ts +0 -27
  825. package/dist/RS/types/index.d.ts +0 -50
  826. package/dist/RS/types/individuals.d.ts +0 -16
  827. package/dist/RS/types/locked-times.d.ts +0 -12
  828. package/dist/RS/types/period.d.ts +0 -27
  829. package/dist/RS/types/root-intervals.d.ts +0 -10
  830. package/dist/RS/types/schedule-data.d.ts +0 -23
  831. package/dist/RS/types/settings.d.ts +0 -15
  832. package/dist/RS/types/shared.d.ts +0 -27
  833. package/dist/RS/types/to.d.ts +0 -72
  834. package/dist/RS/types/to.js +0 -6
  835. package/dist/RS/types/to.js.map +0 -1
  836. package/dist/SS12000/from/activities.js +0 -36
  837. package/dist/SS12000/from/activities.js.map +0 -1
  838. package/dist/SS12000/from/calendar-events.js +0 -20
  839. package/dist/SS12000/from/calendar-events.js.map +0 -1
  840. package/dist/SS12000/from/duties.js +0 -31
  841. package/dist/SS12000/from/duties.js.map +0 -1
  842. package/dist/SS12000/from/groups.js +0 -23
  843. package/dist/SS12000/from/groups.js.map +0 -1
  844. package/dist/SS12000/from/index.js +0 -24
  845. package/dist/SS12000/from/index.js.map +0 -1
  846. package/dist/SS12000/from/persons.js +0 -43
  847. package/dist/SS12000/from/persons.js.map +0 -1
  848. package/dist/SS12000/from/resources.js +0 -9
  849. package/dist/SS12000/from/resources.js.map +0 -1
  850. package/dist/SS12000/from/rooms.js +0 -18
  851. package/dist/SS12000/from/rooms.js.map +0 -1
  852. package/dist/SS12000/from/syllabuses.js +0 -21
  853. package/dist/SS12000/from/syllabuses.js.map +0 -1
  854. package/dist/SS12000/index.d.ts +0 -12774
  855. package/dist/SS12000/index.js +0 -12
  856. package/dist/SS12000/index.js.map +0 -1
  857. package/dist/SS12000/to/activities.js +0 -63
  858. package/dist/SS12000/to/activities.js.map +0 -1
  859. package/dist/SS12000/to/calendar-events.js +0 -53
  860. package/dist/SS12000/to/calendar-events.js.map +0 -1
  861. package/dist/SS12000/to/common.js +0 -25
  862. package/dist/SS12000/to/common.js.map +0 -1
  863. package/dist/SS12000/to/duties.js +0 -45
  864. package/dist/SS12000/to/duties.js.map +0 -1
  865. package/dist/SS12000/to/groups.js +0 -49
  866. package/dist/SS12000/to/groups.js.map +0 -1
  867. package/dist/SS12000/to/index.d.ts +0 -56
  868. package/dist/SS12000/to/index.js +0 -24
  869. package/dist/SS12000/to/index.js.map +0 -1
  870. package/dist/SS12000/to/persons.js +0 -40
  871. package/dist/SS12000/to/persons.js.map +0 -1
  872. package/dist/SS12000/to/resources.js +0 -27
  873. package/dist/SS12000/to/resources.js.map +0 -1
  874. package/dist/SS12000/to/rooms.js +0 -32
  875. package/dist/SS12000/to/rooms.js.map +0 -1
  876. package/dist/SS12000/to/syllabuses.js +0 -34
  877. package/dist/SS12000/to/syllabuses.js.map +0 -1
  878. package/dist/SS12000/types/activities.d.ts +0 -41
  879. package/dist/SS12000/types/calendar-events.d.ts +0 -23
  880. package/dist/SS12000/types/codes.d.ts +0 -9
  881. package/dist/SS12000/types/duties.d.ts +0 -23
  882. package/dist/SS12000/types/duty-assignments.d.ts +0 -13
  883. package/dist/SS12000/types/groups.d.ts +0 -23
  884. package/dist/SS12000/types/index.d.ts +0 -21
  885. package/dist/SS12000/types/organisation.d.ts +0 -20
  886. package/dist/SS12000/types/persons.d.ts +0 -30
  887. package/dist/SS12000/types/resources.d.ts +0 -13
  888. package/dist/SS12000/types/rooms.d.ts +0 -17
  889. package/dist/SS12000/types/syllabus.d.ts +0 -19
  890. package/dist/SchoolSoft/api/from/index.js +0 -8
  891. package/dist/SchoolSoft/api/from/index.js.map +0 -1
  892. package/dist/SchoolSoft/api/from/schedules.js +0 -167
  893. package/dist/SchoolSoft/api/from/schedules.js.map +0 -1
  894. package/dist/SchoolSoft/api/index.d.ts +0 -461
  895. package/dist/SchoolSoft/api/index.js +0 -10
  896. package/dist/SchoolSoft/api/index.js.map +0 -1
  897. package/dist/SchoolSoft/api/types/group.d.ts +0 -12
  898. package/dist/SchoolSoft/api/types/index.d.ts +0 -19
  899. package/dist/SchoolSoft/api/types/lesson.d.ts +0 -9
  900. package/dist/SchoolSoft/api/types/location.d.ts +0 -8
  901. package/dist/SchoolSoft/api/types/persons.d.ts +0 -31
  902. package/dist/SchoolSoft/api/types/schedule.d.ts +0 -17
  903. package/dist/SchoolSoft/api/types/teacher.d.ts +0 -13
  904. package/dist/SchoolSoft/file/from/index.js +0 -8
  905. package/dist/SchoolSoft/file/from/index.js.map +0 -1
  906. package/dist/SchoolSoft/file/from/schedules.js +0 -134
  907. package/dist/SchoolSoft/file/from/schedules.js.map +0 -1
  908. package/dist/SchoolSoft/file/index.d.ts +0 -15
  909. package/dist/SchoolSoft/file/index.js +0 -12
  910. package/dist/SchoolSoft/file/index.js.map +0 -1
  911. package/dist/SchoolSoft/file/to/index.d.ts +0 -13
  912. package/dist/SchoolSoft/file/to/index.js +0 -10
  913. package/dist/SchoolSoft/file/to/index.js.map +0 -1
  914. package/dist/SchoolSoft/file/to/schedules.js +0 -107
  915. package/dist/SchoolSoft/file/to/schedules.js.map +0 -1
  916. package/dist/SchoolSoft/file/types/events.d.ts +0 -27
  917. package/dist/SchoolSoft/file/types/index.d.ts +0 -17
  918. package/dist/SchoolSoft/file/types/persons.d.ts +0 -31
  919. package/dist/SchoolSoft/index.d.ts +0 -20
  920. package/dist/SchoolSoft/index.js +0 -14
  921. package/dist/SchoolSoft/index.js.map +0 -1
  922. package/dist/Schoolity/index.d.ts +0 -10
  923. package/dist/Schoolity/index.js +0 -10
  924. package/dist/Schoolity/index.js.map +0 -1
  925. package/dist/Schoolity/txt/index.d.ts +0 -10
  926. package/dist/Schoolity/txt/index.js +0 -10
  927. package/dist/Schoolity/txt/index.js.map +0 -1
  928. package/dist/Schoolity/txt/to/index.d.ts +0 -10
  929. package/dist/Schoolity/txt/to/index.js +0 -10
  930. package/dist/Schoolity/txt/to/index.js.map +0 -1
  931. package/dist/Schoolity/txt/to/schedules.js +0 -331
  932. package/dist/Schoolity/txt/to/schedules.js.map +0 -1
  933. package/dist/Schoolity/txt/types/index.d.ts +0 -119
  934. package/dist/Skola24/index.d.ts +0 -13
  935. package/dist/Skola24/index.js +0 -12
  936. package/dist/Skola24/index.js.map +0 -1
  937. package/dist/Skola24/mdb/from/course-and-events.js +0 -241
  938. package/dist/Skola24/mdb/from/course-and-events.js.map +0 -1
  939. package/dist/Skola24/mdb/from/groups.js +0 -12
  940. package/dist/Skola24/mdb/from/groups.js.map +0 -1
  941. package/dist/Skola24/mdb/from/index.js +0 -8
  942. package/dist/Skola24/mdb/from/index.js.map +0 -1
  943. package/dist/Skola24/mdb/from/locations.js +0 -11
  944. package/dist/Skola24/mdb/from/locations.js.map +0 -1
  945. package/dist/Skola24/mdb/from/schedule.d.ts +0 -27
  946. package/dist/Skola24/mdb/from/schedule.js +0 -97
  947. package/dist/Skola24/mdb/from/schedule.js.map +0 -1
  948. package/dist/Skola24/mdb/from/teachers.js +0 -11
  949. package/dist/Skola24/mdb/from/teachers.js.map +0 -1
  950. package/dist/Skola24/mdb/index.d.ts +0 -12
  951. package/dist/Skola24/mdb/index.js +0 -10
  952. package/dist/Skola24/mdb/index.js.map +0 -1
  953. package/dist/Skola24/mdb/types/Course.d.ts +0 -10
  954. package/dist/Skola24/mdb/types/Group-group-link.d.ts +0 -8
  955. package/dist/Skola24/mdb/types/Group.d.ts +0 -9
  956. package/dist/Skola24/mdb/types/Lesson-group-link.d.ts +0 -8
  957. package/dist/Skola24/mdb/types/Lesson-period-link.d.ts +0 -8
  958. package/dist/Skola24/mdb/types/Lesson-room-link.d.ts +0 -8
  959. package/dist/Skola24/mdb/types/Lesson-teacher-link.d.ts +0 -8
  960. package/dist/Skola24/mdb/types/Lesson.d.ts +0 -13
  961. package/dist/Skola24/mdb/types/Options.d.ts +0 -11
  962. package/dist/Skola24/mdb/types/Period.d.ts +0 -9
  963. package/dist/Skola24/mdb/types/Plan-group-link.d.ts +0 -8
  964. package/dist/Skola24/mdb/types/Plan-period-link.d.ts +0 -8
  965. package/dist/Skola24/mdb/types/Plan-teacher-link.d.ts +0 -10
  966. package/dist/Skola24/mdb/types/Plan.d.ts +0 -9
  967. package/dist/Skola24/mdb/types/Room.d.ts +0 -9
  968. package/dist/Skola24/mdb/types/Schedule.d.ts +0 -39
  969. package/dist/Skola24/mdb/types/Subject.d.ts +0 -8
  970. package/dist/Skola24/mdb/types/Teacher.d.ts +0 -10
  971. package/dist/Skola24/mdb/types/index.d.ts +0 -23
  972. package/dist/Skola24/txt/from/calendar-exceptions.js +0 -68
  973. package/dist/Skola24/txt/from/calendar-exceptions.js.map +0 -1
  974. package/dist/Skola24/txt/from/division.js +0 -44
  975. package/dist/Skola24/txt/from/division.js.map +0 -1
  976. package/dist/Skola24/txt/from/index.js +0 -12
  977. package/dist/Skola24/txt/from/index.js.map +0 -1
  978. package/dist/Skola24/txt/from/period.js +0 -98
  979. package/dist/Skola24/txt/from/period.js.map +0 -1
  980. package/dist/Skola24/txt/from/schedules.d.ts +0 -16
  981. package/dist/Skola24/txt/from/schedules.js +0 -277
  982. package/dist/Skola24/txt/from/schedules.js.map +0 -1
  983. package/dist/Skola24/txt/from/util.js +0 -17
  984. package/dist/Skola24/txt/from/util.js.map +0 -1
  985. package/dist/Skola24/txt/index.d.ts +0 -28
  986. package/dist/Skola24/txt/index.js +0 -12
  987. package/dist/Skola24/txt/index.js.map +0 -1
  988. package/dist/Skola24/txt/to/index.d.ts +0 -10
  989. package/dist/Skola24/txt/to/index.js +0 -10
  990. package/dist/Skola24/txt/to/index.js.map +0 -1
  991. package/dist/Skola24/txt/to/schedules.js +0 -297
  992. package/dist/Skola24/txt/to/schedules.js.map +0 -1
  993. package/dist/Skola24/txt/types/index.d.ts +0 -141
  994. package/dist/common/constants.js +0 -8
  995. package/dist/common/constants.js.map +0 -1
  996. package/dist/common/functions.js +0 -61
  997. package/dist/common/functions.js.map +0 -1
  998. package/dist/common/get-date.js +0 -15
  999. package/dist/common/get-date.js.map +0 -1
  1000. package/dist/common/make-chainable/index.js +0 -36
  1001. package/dist/common/make-chainable/index.js.map +0 -1
  1002. package/dist/common/types.d.ts +0 -18
  1003. package/dist/core/from/configurations.js +0 -12
  1004. package/dist/core/from/configurations.js.map +0 -1
  1005. package/dist/core/from/courses.js +0 -12
  1006. package/dist/core/from/courses.js.map +0 -1
  1007. package/dist/core/from/events.js +0 -13
  1008. package/dist/core/from/events.js.map +0 -1
  1009. package/dist/core/from/exceptions.js +0 -12
  1010. package/dist/core/from/exceptions.js.map +0 -1
  1011. package/dist/core/from/groups.js +0 -12
  1012. package/dist/core/from/groups.js.map +0 -1
  1013. package/dist/core/from/index.js +0 -23
  1014. package/dist/core/from/index.js.map +0 -1
  1015. package/dist/core/from/locations.js +0 -12
  1016. package/dist/core/from/locations.js.map +0 -1
  1017. package/dist/core/from/locked-times.js +0 -12
  1018. package/dist/core/from/locked-times.js.map +0 -1
  1019. package/dist/core/from/overlap-groups.js +0 -12
  1020. package/dist/core/from/overlap-groups.js.map +0 -1
  1021. package/dist/core/from/periods.js +0 -12
  1022. package/dist/core/from/periods.js.map +0 -1
  1023. package/dist/core/from/persons.js +0 -12
  1024. package/dist/core/from/persons.js.map +0 -1
  1025. package/dist/core/from/root-intervals.js +0 -12
  1026. package/dist/core/from/root-intervals.js.map +0 -1
  1027. package/dist/core/from/schedules.d.ts +0 -7
  1028. package/dist/core/from/schedules.js +0 -38
  1029. package/dist/core/from/schedules.js.map +0 -1
  1030. package/dist/core/from/settings.js +0 -21
  1031. package/dist/core/from/settings.js.map +0 -1
  1032. package/dist/core/from/syllabuses.js +0 -13
  1033. package/dist/core/from/syllabuses.js.map +0 -1
  1034. package/dist/core/from/teachers.js +0 -12
  1035. package/dist/core/from/teachers.js.map +0 -1
  1036. package/dist/core/index.d.ts +0 -37
  1037. package/dist/core/index.js +0 -16
  1038. package/dist/core/index.js.map +0 -1
  1039. package/dist/core/interfaces/index.js +0 -6
  1040. package/dist/core/interfaces/other/companies.d.ts +0 -132
  1041. package/dist/core/interfaces/other/companies.js +0 -9
  1042. package/dist/core/interfaces/other/companies.js.map +0 -1
  1043. package/dist/core/interfaces/other/etc.d.ts +0 -19
  1044. package/dist/core/interfaces/other/integrations.d.ts +0 -17
  1045. package/dist/core/interfaces/other/operations.d.ts +0 -35
  1046. package/dist/core/interfaces/other/policies.d.ts +0 -31
  1047. package/dist/core/interfaces/other/sync-logs.d.ts +0 -21
  1048. package/dist/core/interfaces/other/users.d.ts +0 -35
  1049. package/dist/core/interfaces/vertices/companies.d.ts +0 -7
  1050. package/dist/core/interfaces/vertices/configurations.d.ts +0 -57
  1051. package/dist/core/interfaces/vertices/courses.d.ts +0 -67
  1052. package/dist/core/interfaces/vertices/division-settings.d.ts +0 -55
  1053. package/dist/core/interfaces/vertices/divisions.d.ts +0 -30
  1054. package/dist/core/interfaces/vertices/events.d.ts +0 -101
  1055. package/dist/core/interfaces/vertices/exceptions.d.ts +0 -73
  1056. package/dist/core/interfaces/vertices/generations.d.ts +0 -21
  1057. package/dist/core/interfaces/vertices/groups.d.ts +0 -52
  1058. package/dist/core/interfaces/vertices/index.d.ts +0 -222
  1059. package/dist/core/interfaces/vertices/index.js +0 -3
  1060. package/dist/core/interfaces/vertices/locations.d.ts +0 -21
  1061. package/dist/core/interfaces/vertices/locked-times.d.ts +0 -35
  1062. package/dist/core/interfaces/vertices/overlap-groups.d.ts +0 -16
  1063. package/dist/core/interfaces/vertices/periods.d.ts +0 -13
  1064. package/dist/core/interfaces/vertices/persons.d.ts +0 -31
  1065. package/dist/core/interfaces/vertices/properties/belongs-to.d.ts +0 -10
  1066. package/dist/core/interfaces/vertices/properties/coalesced.d.ts +0 -7
  1067. package/dist/core/interfaces/vertices/properties/days.d.ts +0 -9
  1068. package/dist/core/interfaces/vertices/properties/index.d.ts +0 -15
  1069. package/dist/core/interfaces/vertices/properties/intervals.d.ts +0 -10
  1070. package/dist/core/interfaces/vertices/properties/maximum-schedule-span.d.ts +0 -19
  1071. package/dist/core/interfaces/vertices/properties/min-break-length.d.ts +0 -5
  1072. package/dist/core/interfaces/vertices/properties/planned-scheduled-duration.d.ts +0 -13
  1073. package/dist/core/interfaces/vertices/properties/species.d.ts +0 -9
  1074. package/dist/core/interfaces/vertices/properties/tags.d.ts +0 -9
  1075. package/dist/core/interfaces/vertices/properties/week.d.ts +0 -22
  1076. package/dist/core/interfaces/vertices/properties/week.js +0 -6
  1077. package/dist/core/interfaces/vertices/properties/week.js.map +0 -1
  1078. package/dist/core/interfaces/vertices/root-intervals.d.ts +0 -12
  1079. package/dist/core/interfaces/vertices/syllabuses.d.ts +0 -17
  1080. package/dist/core/interfaces/vertices/teachers.d.ts +0 -42
  1081. package/dist/core/interfaces/vertices/threads.d.ts +0 -31
  1082. package/dist/core/interfaces/vertices/users.d.ts +0 -10
  1083. package/dist/core/interfaces/vertices/util/common.d.ts +0 -28
  1084. package/dist/core/interfaces/vertices/util/custom-vertex-export/assert-no-invalid-expand-keys.d.ts +0 -16
  1085. package/dist/core/interfaces/vertices/util/custom-vertex-export/index.d.ts +0 -34
  1086. package/dist/core/interfaces/vertices/util/custom-vertex-export/util.d.ts +0 -53
  1087. package/dist/core/interfaces/vertices/util/deep-vertex-export/index.d.ts +0 -65
  1088. package/dist/core/interfaces/vertices/util/edges.d.ts +0 -123
  1089. package/dist/core/interfaces/vertices/util/keys-of.d.ts +0 -27
  1090. package/dist/core/interfaces/vertices/util/serialized-vertex-export.d.ts +0 -12
  1091. package/dist/core/interfaces/vertices/util/util.d.ts +0 -84
  1092. package/dist/core/interfaces/vertices/util/vertex-query/index.d.ts +0 -51
  1093. package/dist/core/interfaces/vertices/util/vertex-query/util.d.ts +0 -13
  1094. package/dist/core/interfaces/vertices/util/vertex.d.ts +0 -70
  1095. package/dist/core/interfaces/vertices/vertex-query.d.ts +0 -108
  1096. package/dist/core/interfaces/vertices/vertex-query.js +0 -110
  1097. package/dist/core/interfaces/vertices/vertex-query.js.map +0 -1
  1098. package/dist/core/to/configurations.js +0 -17
  1099. package/dist/core/to/configurations.js.map +0 -1
  1100. package/dist/core/to/courses.js +0 -42
  1101. package/dist/core/to/courses.js.map +0 -1
  1102. package/dist/core/to/division.js +0 -10
  1103. package/dist/core/to/division.js.map +0 -1
  1104. package/dist/core/to/events.js +0 -43
  1105. package/dist/core/to/events.js.map +0 -1
  1106. package/dist/core/to/exceptions.js +0 -30
  1107. package/dist/core/to/exceptions.js.map +0 -1
  1108. package/dist/core/to/groups.js +0 -26
  1109. package/dist/core/to/groups.js.map +0 -1
  1110. package/dist/core/to/index.d.ts +0 -9
  1111. package/dist/core/to/index.js +0 -10
  1112. package/dist/core/to/index.js.map +0 -1
  1113. package/dist/core/to/locations.js +0 -22
  1114. package/dist/core/to/locations.js.map +0 -1
  1115. package/dist/core/to/locked-times.js +0 -21
  1116. package/dist/core/to/locked-times.js.map +0 -1
  1117. package/dist/core/to/overlap-groups.js +0 -28
  1118. package/dist/core/to/overlap-groups.js.map +0 -1
  1119. package/dist/core/to/periods.js +0 -17
  1120. package/dist/core/to/periods.js.map +0 -1
  1121. package/dist/core/to/persons.js +0 -18
  1122. package/dist/core/to/persons.js.map +0 -1
  1123. package/dist/core/to/root-intervals.js +0 -17
  1124. package/dist/core/to/root-intervals.js.map +0 -1
  1125. package/dist/core/to/schedules.d.ts +0 -46
  1126. package/dist/core/to/schedules.js +0 -42
  1127. package/dist/core/to/schedules.js.map +0 -1
  1128. package/dist/core/to/settings.js +0 -19
  1129. package/dist/core/to/settings.js.map +0 -1
  1130. package/dist/core/to/syllabuses.js +0 -17
  1131. package/dist/core/to/syllabuses.js.map +0 -1
  1132. package/dist/core/to/teachers.js +0 -25
  1133. package/dist/core/to/teachers.js.map +0 -1
  1134. package/dist/core/to/util.d.ts +0 -8
  1135. package/dist/core/to/util.js +0 -25
  1136. package/dist/core/to/util.js.map +0 -1
  1137. package/dist/core/types/common/index.d.ts +0 -8
  1138. package/dist/core/types/common/meta.d.ts +0 -15
  1139. package/dist/core/types/index.d.ts +0 -126
  1140. package/dist/core/util.js +0 -46
  1141. package/dist/core/util.js.map +0 -1
  1142. package/dist/identify/constants/index.d.ts +0 -144
  1143. package/dist/identify/constants/index.js +0 -317
  1144. package/dist/identify/constants/index.js.map +0 -1
  1145. package/dist/identify/index.d.ts +0 -8
  1146. package/dist/identify/index.js +0 -94
  1147. package/dist/identify/index.js.map +0 -1
  1148. package/dist/identify/types/index.d.ts +0 -15
  1149. package/dist/index.d.ts +0 -57
  1150. package/dist/index.js +0 -22
  1151. package/dist/sdui/from/classes.js +0 -8
  1152. package/dist/sdui/from/classes.js.map +0 -1
  1153. package/dist/sdui/from/courses.js +0 -14
  1154. package/dist/sdui/from/courses.js.map +0 -1
  1155. package/dist/sdui/from/holidays.js +0 -8
  1156. package/dist/sdui/from/holidays.js.map +0 -1
  1157. package/dist/sdui/from/hours.js +0 -6
  1158. package/dist/sdui/from/hours.js.map +0 -1
  1159. package/dist/sdui/from/index.js +0 -30
  1160. package/dist/sdui/from/index.js.map +0 -1
  1161. package/dist/sdui/from/lessons.js +0 -23
  1162. package/dist/sdui/from/lessons.js.map +0 -1
  1163. package/dist/sdui/from/rooms.js +0 -11
  1164. package/dist/sdui/from/rooms.js.map +0 -1
  1165. package/dist/sdui/from/schedules.d.ts +0 -19
  1166. package/dist/sdui/from/schedules.js +0 -24
  1167. package/dist/sdui/from/schedules.js.map +0 -1
  1168. package/dist/sdui/from/school-years.js +0 -11
  1169. package/dist/sdui/from/school-years.js.map +0 -1
  1170. package/dist/sdui/from/subjects.js +0 -6
  1171. package/dist/sdui/from/subjects.js.map +0 -1
  1172. package/dist/sdui/from/substitution-plans.js +0 -10
  1173. package/dist/sdui/from/substitution-plans.js.map +0 -1
  1174. package/dist/sdui/from/teachers.js +0 -15
  1175. package/dist/sdui/from/teachers.js.map +0 -1
  1176. package/dist/sdui/index.d.ts +0 -32
  1177. package/dist/sdui/index.js +0 -12
  1178. package/dist/sdui/index.js.map +0 -1
  1179. package/dist/sdui/to/classes.js +0 -10
  1180. package/dist/sdui/to/classes.js.map +0 -1
  1181. package/dist/sdui/to/courses.js +0 -16
  1182. package/dist/sdui/to/courses.js.map +0 -1
  1183. package/dist/sdui/to/holidays.js +0 -16
  1184. package/dist/sdui/to/holidays.js.map +0 -1
  1185. package/dist/sdui/to/hours.js +0 -15
  1186. package/dist/sdui/to/hours.js.map +0 -1
  1187. package/dist/sdui/to/index.d.ts +0 -20
  1188. package/dist/sdui/to/index.js +0 -30
  1189. package/dist/sdui/to/index.js.map +0 -1
  1190. package/dist/sdui/to/lessons.js +0 -24
  1191. package/dist/sdui/to/lessons.js.map +0 -1
  1192. package/dist/sdui/to/rooms.js +0 -13
  1193. package/dist/sdui/to/rooms.js.map +0 -1
  1194. package/dist/sdui/to/schedules.js +0 -26
  1195. package/dist/sdui/to/schedules.js.map +0 -1
  1196. package/dist/sdui/to/school-years.js +0 -18
  1197. package/dist/sdui/to/school-years.js.map +0 -1
  1198. package/dist/sdui/to/subjects.js +0 -8
  1199. package/dist/sdui/to/subjects.js.map +0 -1
  1200. package/dist/sdui/to/substitution-plans.js +0 -49
  1201. package/dist/sdui/to/substitution-plans.js.map +0 -1
  1202. package/dist/sdui/to/teachers.js +0 -20
  1203. package/dist/sdui/to/teachers.js.map +0 -1
  1204. package/dist/sdui/types/classes.d.ts +0 -8
  1205. package/dist/sdui/types/courses.d.ts +0 -12
  1206. package/dist/sdui/types/holidays.d.ts +0 -10
  1207. package/dist/sdui/types/hours.d.ts +0 -10
  1208. package/dist/sdui/types/index.d.ts +0 -31
  1209. package/dist/sdui/types/lessons.d.ts +0 -13
  1210. package/dist/sdui/types/rooms.d.ts +0 -9
  1211. package/dist/sdui/types/schedules.d.ts +0 -27
  1212. package/dist/sdui/types/school-years.d.ts +0 -9
  1213. package/dist/sdui/types/subjects.d.ts +0 -9
  1214. package/dist/sdui/types/substitution-plans.d.ts +0 -30
  1215. package/dist/sdui/types/teachers.d.ts +0 -10
  1216. package/dist/vKlass/from/index.js +0 -8
  1217. package/dist/vKlass/from/index.js.map +0 -1
  1218. package/dist/vKlass/from/schedule.d.ts +0 -23
  1219. package/dist/vKlass/from/schedule.js +0 -71
  1220. package/dist/vKlass/from/schedule.js.map +0 -1
  1221. package/dist/vKlass/index.d.ts +0 -13
  1222. package/dist/vKlass/index.js +0 -12
  1223. package/dist/vKlass/index.js.map +0 -1
  1224. package/dist/vKlass/to/index.d.ts +0 -9
  1225. package/dist/vKlass/to/index.js +0 -10
  1226. package/dist/vKlass/to/index.js.map +0 -1
  1227. package/dist/vKlass/to/schedules.d.ts +0 -14
  1228. package/dist/vKlass/to/schedules.js +0 -93
  1229. package/dist/vKlass/to/schedules.js.map +0 -1
  1230. package/dist/vKlass/types/index.d.ts +0 -53
@@ -1,17 +0,0 @@
1
- import { omitEdgesAndInternalProperties } from "./util.js";
2
-
3
- //#region src/core/to/root-intervals.ts
4
- var root_intervals_default = (rootIntervals, options) => {
5
- return rootIntervals.map((x) => {
6
- const edges = {};
7
- const nonEdges = omitEdgesAndInternalProperties(x, edges);
8
- return {
9
- ...nonEdges,
10
- ...edges
11
- };
12
- });
13
- };
14
-
15
- //#endregion
16
- export { root_intervals_default as default };
17
- //# sourceMappingURL=root-intervals.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"root-intervals.js","names":["edges: SerializedEdgesOnlyVertexExport<RootIntervalVertex>"],"sources":["../../../src/core/to/root-intervals.ts"],"sourcesContent":["import type { Types } from '../types';\nimport type { OutTypes } from './schedules';\nimport { omitEdgesAndInternalProperties, type SerializedEdgesOnlyVertexExport, type SerializedEdgesShape } from './util';\nimport type { BaseOptions } from '../../common/types';\nimport type { RootIntervalVertex } from '../interfaces/vertices/root-intervals';\n\nexport default (\n rootIntervals: Types.Mixed.RootInterval[],\n options: BaseOptions\n): OutTypes.rootInterval[] => {\n return rootIntervals\n .map(x => {\n const edges: SerializedEdgesOnlyVertexExport<RootIntervalVertex> = {\n } satisfies SerializedEdgesShape<SerializedEdgesOnlyVertexExport<RootIntervalVertex>>;\n const nonEdges = omitEdgesAndInternalProperties(x, edges);\n\n return { ...nonEdges, ...edges };\n });\n};\n"],"mappings":";;;AAMA,8BACE,eACA,YAC4B;AAC5B,QAAO,cACJ,KAAI,MAAK;EACR,MAAMA,QAA6D;EAEnE,MAAM,WAAW,+BAA+B,GAAG;AAEnD,SAAO;GAAE,GAAG;GAAU,GAAG"}
@@ -1,46 +0,0 @@
1
- import { InternalIdKey } from "../types/common/index.js";
2
- import { InternalKeysOmitted } from "./util.js";
3
- import { Types } from "../types/index.js";
4
-
5
- //#region src/core/to/schedules.d.ts
6
- declare namespace OutTypes {
7
- type division = Omit<InternalKeysOmitted<Types.Serialized.Division>, InternalIdKey>;
8
- type settings = InternalKeysOmitted<Types.Serialized.Settings>;
9
- type configuration = InternalKeysOmitted<Types.Serialized.Configuration>;
10
- type exception = InternalKeysOmitted<Types.Serialized.Exception>;
11
- type period = InternalKeysOmitted<Types.Serialized.Period>;
12
- type location = InternalKeysOmitted<Types.Serialized.Location>;
13
- type teacher = InternalKeysOmitted<Types.Serialized.Teacher>;
14
- type group = InternalKeysOmitted<Types.Serialized.Group>;
15
- type person = InternalKeysOmitted<Types.Serialized.Person>;
16
- type course = InternalKeysOmitted<Types.Serialized.Course>;
17
- type event = InternalKeysOmitted<Types.Serialized.Event>;
18
- type lockedTime = InternalKeysOmitted<Types.Serialized.LockedTime>;
19
- type overlapGroup = InternalKeysOmitted<Types.Serialized.OverlapGroup>;
20
- type rootInterval = InternalKeysOmitted<Types.Serialized.RootInterval>;
21
- type syllabus = InternalKeysOmitted<Types.Serialized.Syllabus>;
22
- }
23
- type Out = {
24
- division?: OutTypes.division;
25
- settings?: OutTypes.settings;
26
- exceptions?: OutTypes.exception[];
27
- periods?: OutTypes.period[];
28
- locations?: OutTypes.location[];
29
- teachers?: OutTypes.teacher[];
30
- groups?: OutTypes.group[];
31
- persons?: OutTypes.person[];
32
- courses?: OutTypes.course[];
33
- events?: OutTypes.event[];
34
- lockedTimes?: OutTypes.lockedTime[];
35
- overlapGroups?: OutTypes.overlapGroup[];
36
- rootIntervals?: OutTypes.rootInterval[];
37
- syllabuses?: OutTypes.syllabus[];
38
- configurations?: OutTypes.configuration[];
39
- meta: {
40
- structure: string;
41
- };
42
- };
43
- declare function export_default(schedule: Partial<Types.Mixed.Schedule>): Out;
44
- //#endregion
45
- export { export_default };
46
- //# sourceMappingURL=schedules.d.ts.map
@@ -1,42 +0,0 @@
1
- import exceptions_default from "./exceptions.js";
2
- import periods_default from "./periods.js";
3
- import locations_default from "./locations.js";
4
- import teachers_default from "./teachers.js";
5
- import groups_default from "./groups.js";
6
- import persons_default from "./persons.js";
7
- import courses_default from "./courses.js";
8
- import events_default from "./events.js";
9
- import locked_times_default from "./locked-times.js";
10
- import overlap_groups_default from "./overlap-groups.js";
11
- import root_intervals_default from "./root-intervals.js";
12
- import settings_default from "./settings.js";
13
- import division_default from "./division.js";
14
- import syllabuses_default from "./syllabuses.js";
15
- import configurations_default from "./configurations.js";
16
-
17
- //#region src/core/to/schedules.ts
18
- function schedules_default(schedule) {
19
- const options = {};
20
- return {
21
- meta: { structure: "RS/core-2.0.0" },
22
- ...schedule.divisions && { division: division_default(schedule.divisions, options) },
23
- ...schedule.settings && { settings: settings_default(schedule.settings, options) },
24
- ...schedule.exceptions && { exceptions: exceptions_default(schedule.exceptions, options) },
25
- ...schedule.periods && { periods: periods_default(schedule.periods, options) },
26
- ...schedule.locations && { locations: locations_default(schedule.locations, options) },
27
- ...schedule.teachers && { teachers: teachers_default(schedule.teachers, options) },
28
- ...schedule.groups && { groups: groups_default(schedule.groups, options) },
29
- ...schedule.persons && { persons: persons_default(schedule.persons, options) },
30
- ...schedule.courses && { courses: courses_default(schedule.courses, options) },
31
- ...schedule.events && { events: events_default(schedule.events, options) },
32
- ...schedule.lockedTimes && { lockedTimes: locked_times_default(schedule.lockedTimes, options) },
33
- ...schedule.overlapGroups && { overlapGroups: overlap_groups_default(schedule.overlapGroups, options) },
34
- ...schedule.rootIntervals && { rootIntervals: root_intervals_default(schedule.rootIntervals, options) },
35
- ...schedule.syllabuses && { syllabuses: syllabuses_default(schedule.syllabuses, options) },
36
- ...schedule.configurations && { configurations: configurations_default(schedule.configurations, options) }
37
- };
38
- }
39
-
40
- //#endregion
41
- export { schedules_default as default };
42
- //# sourceMappingURL=schedules.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schedules.js","names":["options: BaseOptions","_division","_settings","_exceptions","_periods","_locations","_teachers","_groups","_persons","_courses","_events","_lockedTimes","_overlapGroups","_rootIntervals","_syllabuses","_configurations"],"sources":["../../../src/core/to/schedules.ts"],"sourcesContent":["import type { CoreTypes } from '../';\nimport _exceptions from './exceptions';\nimport _periods from './periods';\nimport _locations from './locations';\nimport _teachers from './teachers';\nimport _groups from './groups';\nimport _persons from './persons';\nimport _courses from './courses';\nimport _events from './events';\nimport _lockedTimes from './locked-times';\nimport _overlapGroups from './overlap-groups';\nimport _rootIntervals from './root-intervals';\nimport _settings from './settings';\nimport _division from './division';\nimport _syllabuses from './syllabuses';\nimport _configurations from './configurations';\nimport type { InternalIdKey } from '../types/common';\nimport type { InternalKeysOmitted } from './util';\nimport type { BaseOptions } from '../../common/types';\n\nexport namespace OutTypes {\n export type division = Omit<InternalKeysOmitted<CoreTypes.Serialized.Division>, InternalIdKey>;\n export type settings = InternalKeysOmitted<CoreTypes.Serialized.Settings>;\n export type configuration = InternalKeysOmitted<CoreTypes.Serialized.Configuration>;\n export type exception = InternalKeysOmitted<CoreTypes.Serialized.Exception>;\n export type period = InternalKeysOmitted<CoreTypes.Serialized.Period>;\n export type location = InternalKeysOmitted<CoreTypes.Serialized.Location>;\n export type teacher = InternalKeysOmitted<CoreTypes.Serialized.Teacher>;\n export type group = InternalKeysOmitted<CoreTypes.Serialized.Group>;\n export type person = InternalKeysOmitted<CoreTypes.Serialized.Person>;\n export type course = InternalKeysOmitted<CoreTypes.Serialized.Course>;\n export type event = InternalKeysOmitted<CoreTypes.Serialized.Event>;\n export type lockedTime = InternalKeysOmitted<CoreTypes.Serialized.LockedTime>;\n export type overlapGroup = InternalKeysOmitted<CoreTypes.Serialized.OverlapGroup>;\n export type rootInterval = InternalKeysOmitted<CoreTypes.Serialized.RootInterval>;\n export type syllabus = InternalKeysOmitted<CoreTypes.Serialized.Syllabus>;\n}\n\ntype Out = {\n division?: OutTypes.division;\n settings?: OutTypes.settings;\n exceptions?: OutTypes.exception[];\n periods?: OutTypes.period[];\n locations?: OutTypes.location[];\n teachers?: OutTypes.teacher[];\n groups?: OutTypes.group[];\n persons?: OutTypes.person[];\n courses?: OutTypes.course[];\n events?: OutTypes.event[];\n lockedTimes?: OutTypes.lockedTime[];\n overlapGroups?: OutTypes.overlapGroup[];\n rootIntervals?: OutTypes.rootInterval[];\n syllabuses?: OutTypes.syllabus[];\n configurations?: OutTypes.configuration[];\n\n meta: { structure: string };\n};\n\nexport default function (\n schedule: Partial<CoreTypes.Mixed.Schedule>\n): Out {\n const options: BaseOptions = {};\n\n return {\n meta: { structure: 'RS/core-2.0.0' },\n ...schedule.divisions && { division: _division (schedule.divisions, options) },\n ...schedule.settings && { settings: _settings (schedule.settings, options) },\n ...schedule.exceptions && { exceptions: _exceptions (schedule.exceptions, options) },\n ...schedule.periods && { periods: _periods (schedule.periods, options) },\n ...schedule.locations && { locations: _locations (schedule.locations, options) },\n ...schedule.teachers && { teachers: _teachers (schedule.teachers, options) },\n ...schedule.groups && { groups: _groups (schedule.groups, options) },\n ...schedule.persons && { persons: _persons (schedule.persons, options) },\n ...schedule.courses && { courses: _courses (schedule.courses, options) },\n ...schedule.events && { events: _events (schedule.events, options) },\n ...schedule.lockedTimes && { lockedTimes: _lockedTimes (schedule.lockedTimes, options) },\n ...schedule.overlapGroups && { overlapGroups: _overlapGroups (schedule.overlapGroups, options) },\n ...schedule.rootIntervals && { rootIntervals: _rootIntervals (schedule.rootIntervals, options) },\n ...schedule.syllabuses && { syllabuses: _syllabuses (schedule.syllabuses, options) },\n ...schedule.configurations && { configurations: _configurations(schedule.configurations, options) },\n };\n}"],"mappings":";;;;;;;;;;;;;;;;;AA0DA,2BACE,UACK;CACL,MAAMA,UAAuB;AAE7B,QAAO;EACL,MAAM,EAAE,WAAW;EACnB,GAAG,SAAS,aAAkB,EAAE,UAAgBC,iBAAgB,SAAS,WAAgB;EACzF,GAAG,SAAS,YAAkB,EAAE,UAAgBC,iBAAgB,SAAS,UAAgB;EACzF,GAAG,SAAS,cAAkB,EAAE,YAAgBC,mBAAgB,SAAS,YAAgB;EACzF,GAAG,SAAS,WAAkB,EAAE,SAAgBC,gBAAgB,SAAS,SAAgB;EACzF,GAAG,SAAS,aAAkB,EAAE,WAAgBC,kBAAgB,SAAS,WAAgB;EACzF,GAAG,SAAS,YAAkB,EAAE,UAAgBC,iBAAgB,SAAS,UAAgB;EACzF,GAAG,SAAS,UAAkB,EAAE,QAAgBC,eAAgB,SAAS,QAAgB;EACzF,GAAG,SAAS,WAAkB,EAAE,SAAgBC,gBAAgB,SAAS,SAAgB;EACzF,GAAG,SAAS,WAAkB,EAAE,SAAgBC,gBAAgB,SAAS,SAAgB;EACzF,GAAG,SAAS,UAAkB,EAAE,QAAgBC,eAAgB,SAAS,QAAgB;EACzF,GAAG,SAAS,eAAkB,EAAE,aAAgBC,qBAAgB,SAAS,aAAgB;EACzF,GAAG,SAAS,iBAAkB,EAAE,eAAgBC,uBAAgB,SAAS,eAAgB;EACzF,GAAG,SAAS,iBAAkB,EAAE,eAAgBC,uBAAgB,SAAS,eAAgB;EACzF,GAAG,SAAS,cAAkB,EAAE,YAAgBC,mBAAgB,SAAS,YAAgB;EACzF,GAAG,SAAS,kBAAkB,EAAE,gBAAgBC,uBAAgB,SAAS,gBAAgB"}
@@ -1,19 +0,0 @@
1
- import { getVertexId } from "../util.js";
2
- import { omitEdgesAndInternalProperties } from "./util.js";
3
-
4
- //#region src/core/to/settings.ts
5
- var settings_default = (settings, options) => {
6
- const edges = {
7
- period: settings.period ? getVertexId(settings.period, options) : void 0,
8
- defaultRootInterval: settings.defaultRootInterval ? getVertexId(settings.defaultRootInterval, options) : void 0
9
- };
10
- const nonEdges = omitEdgesAndInternalProperties(settings, edges);
11
- return {
12
- ...nonEdges,
13
- ...edges
14
- };
15
- };
16
-
17
- //#endregion
18
- export { settings_default as default };
19
- //# sourceMappingURL=settings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"settings.js","names":["edges: SerializedEdgesOnlyVertexExport<DivisionSettingsVertex>"],"sources":["../../../src/core/to/settings.ts"],"sourcesContent":["import type { BaseOptions } from '../../common/types';\nimport type { DivisionSettingsVertex } from '../interfaces/vertices/division-settings';\nimport type { Types } from '../types';\nimport { getVertexId } from '../util';\nimport type { OutTypes } from './schedules';\nimport { omitEdgesAndInternalProperties, type SerializedEdgesOnlyVertexExport, type SerializedEdgesShape } from './util';\n\nexport default (\n settings: Types.Mixed.Settings,\n options: BaseOptions\n): OutTypes.settings => {\n const edges: SerializedEdgesOnlyVertexExport<DivisionSettingsVertex> = {\n period: settings.period ? getVertexId(settings.period, options) : undefined,\n defaultRootInterval: settings.defaultRootInterval ? getVertexId(settings.defaultRootInterval, options) : undefined,\n } satisfies SerializedEdgesShape<SerializedEdgesOnlyVertexExport<DivisionSettingsVertex>>;\n const nonEdges = omitEdgesAndInternalProperties(settings, edges);\n\n return { ...nonEdges, ...edges };\n};\n"],"mappings":";;;;AAOA,wBACE,UACA,YACsB;CACtB,MAAMA,QAAiE;EACrE,QAAqB,SAAS,SAAsB,YAAY,SAAS,QAAqB,WAAW;EACzG,qBAAqB,SAAS,sBAAsB,YAAY,SAAS,qBAAqB,WAAW;;CAE3G,MAAM,WAAW,+BAA+B,UAAU;AAE1D,QAAO;EAAE,GAAG;EAAU,GAAG"}
@@ -1,17 +0,0 @@
1
- import { omitEdgesAndInternalProperties } from "./util.js";
2
-
3
- //#region src/core/to/syllabuses.ts
4
- var syllabuses_default = (syllabuses, options) => {
5
- return syllabuses.map((x) => {
6
- const edges = {};
7
- const nonEdges = omitEdgesAndInternalProperties(x, edges);
8
- return {
9
- ...nonEdges,
10
- ...edges
11
- };
12
- });
13
- };
14
-
15
- //#endregion
16
- export { syllabuses_default as default };
17
- //# sourceMappingURL=syllabuses.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"syllabuses.js","names":["edges: SerializedEdgesOnlyVertexExport<SyllabusVertex>"],"sources":["../../../src/core/to/syllabuses.ts"],"sourcesContent":["import type { Types } from '../types';\nimport type { BaseOptions } from '../../common/types';\nimport { omitEdgesAndInternalProperties, type SerializedEdgesOnlyVertexExport, type SerializedEdgesShape } from './util';\nimport type { SyllabusVertex } from '../interfaces/vertices/syllabuses';\nimport type { OutTypes } from './schedules';\n\nexport default (\n syllabuses: Types.Mixed.Syllabus[],\n options: BaseOptions\n): OutTypes.syllabus[] => {\n return syllabuses\n .map(x => {\n const edges: SerializedEdgesOnlyVertexExport<SyllabusVertex> = {\n } satisfies SerializedEdgesShape<SerializedEdgesOnlyVertexExport<SyllabusVertex>>;\n const nonEdges = omitEdgesAndInternalProperties(x, edges);\n\n return { ...nonEdges, ...edges };\n });\n};\n"],"mappings":";;;AAMA,0BACE,YACA,YACwB;AACxB,QAAO,WACJ,KAAI,MAAK;EACR,MAAMA,QAAyD;EAE/D,MAAM,WAAW,+BAA+B,GAAG;AAEnD,SAAO;GAAE,GAAG;GAAU,GAAG"}
@@ -1,25 +0,0 @@
1
- import { getVertexId } from "../util.js";
2
- import { omitEdgesAndInternalProperties } from "./util.js";
3
-
4
- //#region src/core/to/teachers.ts
5
- var teachers_default = (teachers, options) => {
6
- return teachers.map((x) => {
7
- const edges = {
8
- rootInterval: x.rootInterval ? getVertexId(x.rootInterval, options) : void 0,
9
- person: x.person ? getVertexId(x.person, options) : void 0,
10
- exceptions: x.exceptions?.map((x$1) => getVertexId(x$1, options)),
11
- lockedTimes: x.lockedTimes?.map((x$1) => getVertexId(x$1, options)),
12
- lunch: x.lunch?.map((x$1) => getVertexId(x$1, options)),
13
- complementaryTimes: x.complementaryTimes?.map((x$1) => getVertexId(x$1, options))
14
- };
15
- const nonEdges = omitEdgesAndInternalProperties(x, edges);
16
- return {
17
- ...nonEdges,
18
- ...edges
19
- };
20
- });
21
- };
22
-
23
- //#endregion
24
- export { teachers_default as default };
25
- //# sourceMappingURL=teachers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"teachers.js","names":["edges: SerializedEdgesOnlyVertexExport<TeacherVertex>","x"],"sources":["../../../src/core/to/teachers.ts"],"sourcesContent":["import type { Types } from '../types';\nimport type { OutTypes } from './schedules';\nimport { getVertexId } from '../util';\nimport { omitEdgesAndInternalProperties, type SerializedEdgesOnlyVertexExport, type SerializedEdgesShape } from './util';\nimport type { BaseOptions } from '../../common/types';\nimport type { TeacherVertex } from '../interfaces/vertices/teachers';\n\nexport default (\n teachers: Types.Mixed.Teacher[],\n options: BaseOptions\n): OutTypes.teacher[] => {\n return teachers\n .map(x => {\n const edges: SerializedEdgesOnlyVertexExport<TeacherVertex> = {\n rootInterval: x.rootInterval ? getVertexId(x.rootInterval, options) : undefined,\n person: x.person ? getVertexId(x.person, options) : undefined,\n exceptions: x.exceptions ?.map(x => getVertexId(x, options)),\n lockedTimes: x.lockedTimes ?.map(x => getVertexId(x, options)),\n lunch: x.lunch ?.map(x => getVertexId(x, options)),\n complementaryTimes: x.complementaryTimes?.map(x => getVertexId(x, options)),\n } satisfies SerializedEdgesShape<SerializedEdgesOnlyVertexExport<TeacherVertex>>;\n const nonEdges = omitEdgesAndInternalProperties(x, edges);\n\n return { ...nonEdges, ...edges };\n });\n};\n"],"mappings":";;;;AAOA,wBACE,UACA,YACuB;AACvB,QAAO,SACJ,KAAI,MAAK;EACR,MAAMA,QAAwD;GAC5D,cAAoB,EAAE,eAAe,YAAY,EAAE,cAAc,WAAW;GAC5E,QAAoB,EAAE,SAAe,YAAY,EAAE,QAAc,WAAW;GAC5E,YAAoB,EAAE,YAAoB,KAAI,QAAK,YAAYC,KAAG;GAClE,aAAoB,EAAE,aAAoB,KAAI,QAAK,YAAYA,KAAG;GAClE,OAAoB,EAAE,OAAoB,KAAI,QAAK,YAAYA,KAAG;GAClE,oBAAoB,EAAE,oBAAoB,KAAI,QAAK,YAAYA,KAAG;;EAEpE,MAAM,WAAW,+BAA+B,GAAG;AAEnD,SAAO;GAAE,GAAG;GAAU,GAAG"}
@@ -1,8 +0,0 @@
1
- import { Intersect } from "../../common/types.js";
2
-
3
- //#region src/core/to/util.d.ts
4
- declare const keys: readonly ["_id", "createdAt", "updatedAt", "lastModifiedBy", "CONTEXT", "belongsTo", "domain", "derivedParentGroups"];
5
- type InternalKeysOmitted<V extends object> = Omit<Intersect<V>, typeof keys[number]>;
6
- //#endregion
7
- export { InternalKeysOmitted };
8
- //# sourceMappingURL=util.d.ts.map
@@ -1,25 +0,0 @@
1
- import { omit } from "lodash-es";
2
-
3
- //#region src/core/to/util.ts
4
- const keys = [
5
- "_id",
6
- "createdAt",
7
- "updatedAt",
8
- "lastModifiedBy",
9
- "CONTEXT",
10
- "belongsTo",
11
- "domain",
12
- "derivedParentGroups"
13
- ];
14
- /**
15
- * Returns a copy of the vertex with internal keys omitted, such as `_id`, `createdAt`, `updatedAt`, etc.
16
- * The output type also omits all edges for ease of use.
17
- */
18
- function omitEdgesAndInternalProperties(v, edgesRecord) {
19
- const a = omit(v, Object.keys(edgesRecord));
20
- return omit(a, keys);
21
- }
22
-
23
- //#endregion
24
- export { omitEdgesAndInternalProperties };
25
- //# sourceMappingURL=util.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.js","names":[],"sources":["../../../src/core/to/util.ts"],"sourcesContent":["import type { Intersect } from '../../common/types';\nimport type { Collection, SerializedVertexExport, Vertex } from '../interfaces/vertices/util';\nimport type { PickEdges } from '../interfaces/vertices/util/common';\nimport { omit } from 'lodash-es';\n\n\nconst keys = ['_id', 'createdAt', 'updatedAt', 'lastModifiedBy', 'CONTEXT', 'belongsTo', 'domain', 'derivedParentGroups'] as const;\nexport type InternalKeysOmitted<V extends object> = Omit<Intersect<V>, typeof keys[number]>;\n\nexport type SerializedEdgesOnlyVertexExport<\n V extends Vertex<Collection>\n> = {\n [K in keyof SerializedVertexExport<V> as K extends keyof InternalKeysOmitted<PickEdges<V>> ? K : never]: SerializedVertexExport<V>[K]\n};\n\n/**\n * Used only as `satisfies` to ensure that no edge property is missing.\n */\nexport type SerializedEdgesShape<V extends object> = Record<keyof Omit<V, 'belongsTo'>, unknown>;\n\n/**\n * Returns a copy of the vertex with internal keys omitted, such as `_id`, `createdAt`, `updatedAt`, etc.\n * The output type also omits all edges for ease of use.\n */\nexport function omitEdgesAndInternalProperties <\n V extends object,\n EdgesRecord extends object\n> (v: V, edgesRecord: EdgesRecord) {\n const a = omit(v, Object.keys(edgesRecord)) as unknown as Omit<V, keyof EdgesRecord>;\n return omit(a, keys) as unknown as InternalKeysOmitted<typeof a>;\n}\n"],"mappings":";;;AAMA,MAAM,OAAQ;CAAC;CAAQ;CAAa;CAAa;CAAkB;CAAW;CAAa;CAAU;;;;;;AAkBrG,SAAgB,+BAGb,GAAM,aAA0B;CACjC,MAAM,IAAI,KAAK,GAAG,OAAO,KAAK;AAC9B,QAAO,KAAK,GAAG"}
@@ -1,8 +0,0 @@
1
- import { IDKey, PrivateIDKey, PublicIDKey } from "../../interfaces/vertices/util/vertex.js";
2
-
3
- //#region src/core/types/common/index.d.ts
4
- type IdKey = IDKey | PrivateIDKey | PublicIDKey;
5
- type InternalIdKey = Exclude<IdKey, PublicIDKey>;
6
- //#endregion
7
- export { IdKey, InternalIdKey };
8
- //# sourceMappingURL=index.d.ts.map
@@ -1,15 +0,0 @@
1
- //#region src/core/types/common/meta.d.ts
2
- interface Meta {
3
- structure?: `RS/core-${number}.${number}.${number}`;
4
- warnings?: (string | {
5
- code: string;
6
- context?: any;
7
- })[];
8
- errors?: (string | {
9
- code: string;
10
- context?: any;
11
- })[];
12
- }
13
- //#endregion
14
- export { Meta };
15
- //# sourceMappingURL=meta.d.ts.map
@@ -1,126 +0,0 @@
1
- import { Meta } from "./common/meta.js";
2
- import { Day } from "../interfaces/vertices/properties/days.js";
3
- import { Interval } from "../interfaces/vertices/properties/intervals.js";
4
- import { MinBreakLength } from "../interfaces/vertices/properties/min-break-length.js";
5
- import { Deep, Mixed, MixedWithOptionalId, Serialized, SerializedWithOptionalId } from "../interfaces/vertices/index.js";
6
-
7
- //#region src/core/types/index.d.ts
8
- declare namespace Types {
9
- type breakLength = MinBreakLength;
10
- type day = Day;
11
- type interval = Interval;
12
- type meta = Meta;
13
- namespace Deep {
14
- type Configuration = Deep.Configuration.Base;
15
- type Teacher = Deep.Teacher;
16
- type Exception = Deep.Exception;
17
- type Event = Deep.Event;
18
- type ScheduleEvent = Deep.ScheduleEvent;
19
- type CalendarEvent = Deep.CalendarEvent;
20
- type Course = Deep.Course;
21
- type Settings = Deep.Settings;
22
- type Division = Deep.Division;
23
- type Generation = Deep.Generation;
24
- type Group = Deep.Group;
25
- type Location = Deep.Location;
26
- type LockedTime = Deep.LockedTime;
27
- type OverlapGroup = Deep.OverlapGroup;
28
- type Period = Deep.Period;
29
- type Person = Deep.Person;
30
- type RootInterval = Deep.RootInterval;
31
- type Syllabus = Deep.Syllabus;
32
- type User = Deep.User;
33
- type Schedule = Deep.Schedule;
34
- }
35
- namespace Serialized {
36
- type Configuration = Serialized.Configuration.Base;
37
- type Teacher = Serialized.Teacher;
38
- type Exception = Serialized.Exception;
39
- type Event = Serialized.Event;
40
- type ScheduleEvent = Serialized.ScheduleEvent;
41
- type CalendarEvent = Serialized.CalendarEvent;
42
- type Course = Serialized.Course;
43
- type Settings = Serialized.Settings;
44
- type Division = Serialized.Division;
45
- type Generation = Serialized.Generation;
46
- type Group = Serialized.Group;
47
- type Location = Serialized.Location;
48
- type LockedTime = Serialized.LockedTime;
49
- type OverlapGroup = Serialized.OverlapGroup;
50
- type Period = Serialized.Period;
51
- type Person = Serialized.Person;
52
- type RootInterval = Serialized.RootInterval;
53
- type Syllabus = Serialized.Syllabus;
54
- type User = Serialized.User;
55
- type Schedule = Serialized.Schedule;
56
- }
57
- namespace Mixed {
58
- type Configuration = Mixed.Configuration.Base;
59
- type Teacher = Mixed.Teacher;
60
- type Exception = Mixed.Exception;
61
- type Event = Mixed.Event;
62
- type ScheduleEvent = Mixed.ScheduleEvent;
63
- type CalendarEvent = Mixed.CalendarEvent;
64
- type Course = Mixed.Course;
65
- type Settings = Mixed.Settings;
66
- type Division = Mixed.Division;
67
- type Generation = Mixed.Generation;
68
- type Group = Mixed.Group;
69
- type Location = Mixed.Location;
70
- type LockedTime = Mixed.LockedTime;
71
- type OverlapGroup = Mixed.OverlapGroup;
72
- type Period = Mixed.Period;
73
- type Person = Mixed.Person;
74
- type RootInterval = Mixed.RootInterval;
75
- type Syllabus = Mixed.Syllabus;
76
- type User = Mixed.User;
77
- type Schedule = Mixed.Schedule;
78
- }
79
- namespace MixedWithoutInternalId {
80
- type Configuration = MixedWithOptionalId.Configuration.Base;
81
- type Teacher = MixedWithOptionalId.Teacher;
82
- type Exception = MixedWithOptionalId.Exception;
83
- type Event = MixedWithOptionalId.Event;
84
- type ScheduleEvent = MixedWithOptionalId.ScheduleEvent;
85
- type CalendarEvent = MixedWithOptionalId.CalendarEvent;
86
- type Course = MixedWithOptionalId.Course;
87
- type Settings = MixedWithOptionalId.Settings;
88
- type Division = MixedWithOptionalId.Division;
89
- type Generation = MixedWithOptionalId.Generation;
90
- type Group = MixedWithOptionalId.Group;
91
- type Location = MixedWithOptionalId.Location;
92
- type LockedTime = MixedWithOptionalId.LockedTime;
93
- type OverlapGroup = MixedWithOptionalId.OverlapGroup;
94
- type Period = MixedWithOptionalId.Period;
95
- type Person = MixedWithOptionalId.Person;
96
- type RootInterval = MixedWithOptionalId.RootInterval;
97
- type Syllabus = MixedWithOptionalId.Syllabus;
98
- type User = MixedWithOptionalId.User;
99
- type Schedule = MixedWithOptionalId.Schedule;
100
- }
101
- namespace SerializedWithOptionalId {
102
- type Configuration = SerializedWithOptionalId.Configuration.Base;
103
- type Teacher = SerializedWithOptionalId.Teacher;
104
- type Exception = SerializedWithOptionalId.Exception;
105
- type Event = SerializedWithOptionalId.Event;
106
- type ScheduleEvent = SerializedWithOptionalId.ScheduleEvent;
107
- type CalendarEvent = SerializedWithOptionalId.CalendarEvent;
108
- type Course = SerializedWithOptionalId.Course;
109
- type Settings = SerializedWithOptionalId.Settings;
110
- type Division = SerializedWithOptionalId.Division;
111
- type Generation = SerializedWithOptionalId.Generation;
112
- type Group = SerializedWithOptionalId.Group;
113
- type Location = SerializedWithOptionalId.Location;
114
- type LockedTime = SerializedWithOptionalId.LockedTime;
115
- type OverlapGroup = SerializedWithOptionalId.OverlapGroup;
116
- type Period = SerializedWithOptionalId.Period;
117
- type Person = SerializedWithOptionalId.Person;
118
- type RootInterval = SerializedWithOptionalId.RootInterval;
119
- type Syllabus = SerializedWithOptionalId.Syllabus;
120
- type User = SerializedWithOptionalId.User;
121
- type Schedule = SerializedWithOptionalId.Schedule;
122
- }
123
- }
124
- //#endregion
125
- export { Types };
126
- //# sourceMappingURL=index.d.ts.map
package/dist/core/util.js DELETED
@@ -1,46 +0,0 @@
1
- import moment from "moment";
2
- import { Types } from "mongoose";
3
-
4
- //#region src/core/util.ts
5
- /**
6
- * Returns the ID key to use for vertices, which can be either `id`, `_id`, or `ids`.
7
- */
8
- function getIdKey({ idKey }) {
9
- return idKey ?? "id";
10
- }
11
- /**
12
- * Returns the ID of a vertex, which can be either `_id`, `id`, or `ids`.
13
- */
14
- function getVertexId(edge, _idKey) {
15
- if (typeof edge === "string") return edge;
16
- if (edge instanceof Types.ObjectId) return edge.toString();
17
- const idKey = typeof _idKey === "string" ? _idKey : getIdKey(_idKey);
18
- if (idKey == "_id" && idKey in edge && edge[idKey]) return edge[idKey].toString();
19
- if (idKey == "id" && idKey in edge && edge[idKey]) return edge[idKey];
20
- if (idKey == "ids" && idKey in edge && edge[idKey]) return edge[idKey];
21
- throw new Error(`Unable to get vertex ID "${idKey}" from edge: ${JSON.stringify(edge)}`);
22
- }
23
- /**
24
- * Returns the day index in the range 0-6, where 0 is Monday and 6 is Sunday.
25
- */
26
- function getDayIndex(value) {
27
- const day = typeof value === "number" ? value : moment.utc(value).day();
28
- return (day + 6) % 7;
29
- }
30
- function parseDateInterval(interval, type) {
31
- if (!interval.start) throw new Error(`(RS::To::validateInterval) The interval ${type ? `"${type}"` : ""} is missing a start time`);
32
- if (!interval.end) throw new Error(`(RS::To::validateInterval) The interval ${type ? `"${type}"` : ""} is missing an end time`);
33
- const start = moment.utc(interval.start);
34
- const end = moment.utc(interval.end);
35
- if (!start.isValid()) throw new Error(`(RS::To::validateInterval) The interval ${type ? `"${type}"` : ""} has an invalid start time`);
36
- if (!end.isValid()) throw new Error(`(RS::To::validateInterval) The interval ${type ? `"${type}"` : ""} has an invalid end time`);
37
- if (end.isSameOrBefore(start)) throw new Error(`(RS::To::validateInterval) The interval ${type ? `"${type}"` : ""} is invalid: end time is before or equal to start time`);
38
- return {
39
- start,
40
- end
41
- };
42
- }
43
-
44
- //#endregion
45
- export { getDayIndex, getIdKey, getVertexId, parseDateInterval };
46
- //# sourceMappingURL=util.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.js","names":["MongooseTypes"],"sources":["../../src/core/util.ts"],"sourcesContent":["import moment from 'moment';\nimport { Types as MongooseTypes } from 'mongoose';\nimport type { IdKey } from './types/common';\nimport type { Vertex, Collection } from './interfaces/vertices/util';\nimport type { DateType } from '../common/types';\nimport type { Interval } from './interfaces';\nimport type { IDType, OmitInternalVertexKeys, PrivateIDType } from './interfaces/vertices/util/vertex';\n\n/**\n * Returns the ID key to use for vertices, which can be either `id`, `_id`, or `ids`.\n */\nexport function getIdKey ({ idKey }: { idKey?: IdKey }) {\n return idKey ?? 'id';\n}\n\n/**\n * Returns the ID of a vertex, which can be either `_id`, `id`, or `ids`.\n */\nexport function getVertexId (\n edge: IDType | PrivateIDType | Partial<OmitInternalVertexKeys<Vertex<Collection>>>,\n _idKey: IdKey | { idKey?: IdKey }\n): string {\n if (typeof edge === 'string') return edge;\n if (edge instanceof MongooseTypes.ObjectId) return edge.toString();\n\n const idKey = typeof _idKey === 'string' ? _idKey : getIdKey(_idKey);\n if (idKey == '_id' && idKey in edge && edge[idKey]) return edge[idKey].toString();\n if (idKey == 'id' && idKey in edge && edge[idKey]) return edge[idKey];\n if (idKey == 'ids' && idKey in edge && edge[idKey]) return edge[idKey];\n\n throw new Error(`Unable to get vertex ID \"${idKey}\" from edge: ${JSON.stringify(edge)}`);\n}\n\n\n/**\n * Returns the day index in the range 0-6, where 0 is Monday and 6 is Sunday.\n */\nexport function getDayIndex (value: DateType | number): number {\n const day = typeof value === 'number' ? value : moment.utc(value).day();\n return (day + 6) % 7;\n}\n\nexport function parseDateInterval (interval: Partial<Interval<DateType>>, type?: string): Interval<moment.Moment> {\n if (!interval.start) throw new Error(`(RS::To::validateInterval) The interval ${type ? `\"${type}\"` : ''} is missing a start time`);\n if (!interval.end ) throw new Error(`(RS::To::validateInterval) The interval ${type ? `\"${type}\"` : ''} is missing an end time`);\n\n const start = moment.utc(interval.start);\n const end = moment.utc(interval.end);\n if (!start.isValid()) throw new Error(`(RS::To::validateInterval) The interval ${type ? `\"${type}\"` : ''} has an invalid start time`);\n if (!end .isValid()) throw new Error(`(RS::To::validateInterval) The interval ${type ? `\"${type}\"` : ''} has an invalid end time`);\n\n if (end.isSameOrBefore(start)) throw new Error(`(RS::To::validateInterval) The interval ${type ? `\"${type}\"` : ''} is invalid: end time is before or equal to start time`);\n\n return { start, end };\n}"],"mappings":";;;;;;;AAWA,SAAgB,SAAU,EAAE,SAA4B;AACtD,QAAO,SAAS;;;;;AAMlB,SAAgB,YACd,MACA,QACQ;AACR,KAAI,OAAO,SAAS,SAAU,QAAO;AACrC,KAAI,gBAAgBA,MAAc,SAAU,QAAO,KAAK;CAExD,MAAM,QAAQ,OAAO,WAAW,WAAW,SAAS,SAAS;AAC7D,KAAI,SAAS,SAAS,SAAS,QAAQ,KAAK,OAAQ,QAAO,KAAK,OAAO;AACvE,KAAI,SAAS,QAAS,SAAS,QAAQ,KAAK,OAAQ,QAAO,KAAK;AAChE,KAAI,SAAS,SAAS,SAAS,QAAQ,KAAK,OAAQ,QAAO,KAAK;AAEhE,OAAM,IAAI,MAAM,4BAA4B,MAAM,eAAe,KAAK,UAAU;;;;;AAOlF,SAAgB,YAAa,OAAkC;CAC7D,MAAM,MAAM,OAAO,UAAU,WAAW,QAAQ,OAAO,IAAI,OAAO;AAClE,SAAQ,MAAM,KAAK;;AAGrB,SAAgB,kBAAmB,UAAuC,MAAwC;AAChH,KAAI,CAAC,SAAS,MAAO,OAAM,IAAI,MAAM,2CAA2C,OAAO,IAAI,KAAK,KAAK,GAAG;AACxG,KAAI,CAAC,SAAS,IAAO,OAAM,IAAI,MAAM,2CAA2C,OAAO,IAAI,KAAK,KAAK,GAAG;CAExG,MAAM,QAAQ,OAAO,IAAI,SAAS;CAClC,MAAM,MAAQ,OAAO,IAAI,SAAS;AAClC,KAAI,CAAC,MAAM,UAAW,OAAM,IAAI,MAAM,2CAA2C,OAAO,IAAI,KAAK,KAAK,GAAG;AACzG,KAAI,CAAC,IAAM,UAAW,OAAM,IAAI,MAAM,2CAA2C,OAAO,IAAI,KAAK,KAAK,GAAG;AAEzG,KAAI,IAAI,eAAe,OAAQ,OAAM,IAAI,MAAM,2CAA2C,OAAO,IAAI,KAAK,KAAK,GAAG;AAElH,QAAO;EAAE;EAAO"}
@@ -1,144 +0,0 @@
1
- import { CoreMap } from "../../core/index.js";
2
- import { Map } from "../../Skola24/txt/index.js";
3
- import { Event } from "../../SchoolSoft/file/types/events.js";
4
- import { Map as Map$1 } from "../../Skola24/mdb/index.js";
5
- import { Map as Map$2 } from "../../Excel/v1/index.js";
6
- import { Map as Map$3 } from "../../Excel/v2/index.js";
7
- import { SchoolSoftMap } from "../../SchoolSoft/index.js";
8
- import { PlanDigitalMap } from "../../PlanDigital/index.js";
9
- import { AdmentumMap } from "../../Admentum/index.js";
10
- import { IdunSoftMap } from "../../IdunSoft/index.js";
11
- import { RSMap } from "../../RS/index.js";
12
-
13
- //#region src/identify/constants/index.d.ts
14
- declare const maps: readonly [{
15
- readonly structure: null;
16
- readonly matchType: "string";
17
- readonly name: "Skola24 (txt)";
18
- readonly map: typeof Map;
19
- readonly meta: {
20
- readonly structure: "";
21
- };
22
- }, {
23
- readonly structure: {
24
- schools: string[];
25
- schedule: string[];
26
- rooms: string[];
27
- teachers: string[];
28
- principals: string[];
29
- courses: string[];
30
- schedule_groups: string[];
31
- primary_groups: string[];
32
- schedule_events: string[];
33
- schedule_event_instances: string[];
34
- lessons: string[];
35
- lesson_infos: string[];
36
- };
37
- readonly name: "Admentum";
38
- readonly map: typeof AdmentumMap;
39
- readonly meta: {
40
- readonly structure: "";
41
- };
42
- }, {
43
- readonly structure: (keyof Event)[];
44
- readonly name: "SchoolSoft";
45
- readonly map: typeof SchoolSoftMap;
46
- readonly meta: {
47
- readonly structure: "";
48
- };
49
- }, {
50
- readonly structure: {
51
- Perioder: string[];
52
- 'Tabell Tj\u00E4nstef\u00F6rdelning': string[];
53
- };
54
- readonly name: "Plan Digital";
55
- readonly map: typeof PlanDigitalMap;
56
- readonly meta: {
57
- readonly structure: "";
58
- };
59
- }, {
60
- readonly structure: {
61
- Grupp: string[];
62
- Lärare: string[];
63
- Rum: string[];
64
- Ämne: string[];
65
- Lektion: string[];
66
- };
67
- readonly name: "IdunSoft";
68
- readonly map: typeof IdunSoftMap;
69
- readonly meta: {
70
- readonly structure: "";
71
- };
72
- }, {
73
- readonly structure: {
74
- unit_tblroom: string[];
75
- school_tblsubject: string[];
76
- school_tblteacher: string[];
77
- school_tblgroup: string[];
78
- school_tblplan: string[];
79
- school_tblcourse: never[];
80
- school_tblschedule: string[];
81
- school_tblgroup_group: string[];
82
- school_tblplan_period: string[];
83
- school_tblplan_teacher: string[];
84
- school_tblplan_group: string[];
85
- unit_tblperiod_date: string[];
86
- school_tblschedule_period: string[];
87
- school_tblschedule_teacher: string[];
88
- school_tblschedule_group: string[];
89
- school_tblschedule_room: string[];
90
- };
91
- readonly name: "Skola24 (mdb)";
92
- readonly map: typeof Map$1;
93
- readonly meta: {
94
- readonly structure: "";
95
- };
96
- }, {
97
- readonly structure: {
98
- events: string[];
99
- };
100
- readonly name: "Royal Schedule Algorithm";
101
- readonly map: typeof RSMap;
102
- readonly meta: {
103
- readonly structure: "RS/algorithm-5.0.2";
104
- };
105
- }, {
106
- readonly structure: {
107
- groups: string[];
108
- locations: string[];
109
- teachers: string[];
110
- courses: string[];
111
- };
112
- readonly name: "Royal Schedule";
113
- readonly map: typeof CoreMap;
114
- readonly meta: {
115
- readonly structure: "RS/core-2.0.0";
116
- };
117
- }, {
118
- readonly structure: {
119
- meta: string[][];
120
- courses: never[];
121
- groups: never[];
122
- locations: never[];
123
- };
124
- readonly name: "Royal Schedule Excel";
125
- readonly map: typeof Map$2;
126
- readonly meta: {
127
- readonly structure: "RS/Excel-1.0.0";
128
- };
129
- }, {
130
- readonly structure: {
131
- meta: string[][];
132
- courses: never[];
133
- groups: never[];
134
- locations: never[];
135
- };
136
- readonly name: "Royal Schedule Excel";
137
- readonly map: typeof Map$3;
138
- readonly meta: {
139
- readonly structure: "RS/Excel-2.0.0";
140
- };
141
- }];
142
- //#endregion
143
- export { maps };
144
- //# sourceMappingURL=index.d.ts.map