@royalschedule/maps 4.0.32 → 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.
- package/dist/Additio/from/courses.mjs +28 -0
- package/dist/Additio/from/courses.mjs.map +1 -0
- package/dist/Additio/from/events.mjs +61 -0
- package/dist/Additio/from/events.mjs.map +1 -0
- package/dist/Additio/from/groups.mjs +14 -0
- package/dist/Additio/from/groups.mjs.map +1 -0
- package/dist/Additio/from/index.mjs +8 -0
- package/dist/Additio/from/index.mjs.map +1 -0
- package/dist/Additio/from/locations.mjs +13 -0
- package/dist/Additio/from/locations.mjs.map +1 -0
- package/dist/Additio/from/persons.mjs +30 -0
- package/dist/Additio/from/persons.mjs.map +1 -0
- package/dist/Additio/from/schedules.d.mts +39 -0
- package/dist/Additio/from/schedules.mjs +34 -0
- package/dist/Additio/from/schedules.mjs.map +1 -0
- package/dist/Additio/from/teachers.mjs +25 -0
- package/dist/Additio/from/teachers.mjs.map +1 -0
- package/dist/Additio/index.d.mts +14 -0
- package/dist/Additio/index.mjs +12 -0
- package/dist/Additio/index.mjs.map +1 -0
- package/dist/Additio/to/index.d.mts +23 -0
- package/dist/Additio/to/index.mjs +10 -0
- package/dist/Additio/to/index.mjs.map +1 -0
- package/dist/Additio/to/schedules.mjs +109 -0
- package/dist/Additio/to/schedules.mjs.map +1 -0
- package/dist/Additio/types/course-sections.d.mts +20 -0
- package/dist/Additio/types/courses.d.mts +17 -0
- package/dist/Additio/types/index.d.mts +27 -0
- package/dist/Additio/types/lessons.d.mts +27 -0
- package/dist/Additio/types/options.d.mts +16 -0
- package/dist/Additio/types/primary-groups.d.mts +30 -0
- package/dist/Additio/types/rooms.d.mts +12 -0
- package/dist/Additio/types/schedule-groups.d.mts +23 -0
- package/dist/Additio/types/schedules.d.mts +27 -0
- package/dist/Additio/types/schools.d.mts +11 -0
- package/dist/Additio/types/users.d.mts +20 -0
- package/dist/Admentum/from/courses.mjs +32 -0
- package/dist/Admentum/from/courses.mjs.map +1 -0
- package/dist/Admentum/from/events.mjs +62 -0
- package/dist/Admentum/from/events.mjs.map +1 -0
- package/dist/Admentum/from/groups.mjs +14 -0
- package/dist/Admentum/from/groups.mjs.map +1 -0
- package/dist/Admentum/from/index.mjs +8 -0
- package/dist/Admentum/from/index.mjs.map +1 -0
- package/dist/Admentum/from/locations.mjs +13 -0
- package/dist/Admentum/from/locations.mjs.map +1 -0
- package/dist/Admentum/from/persons.mjs +30 -0
- package/dist/Admentum/from/persons.mjs.map +1 -0
- package/dist/Admentum/from/schedules.d.mts +39 -0
- package/dist/Admentum/from/schedules.mjs +34 -0
- package/dist/Admentum/from/schedules.mjs.map +1 -0
- package/dist/Admentum/from/teachers.mjs +25 -0
- package/dist/Admentum/from/teachers.mjs.map +1 -0
- package/dist/Admentum/index.d.mts +14 -0
- package/dist/Admentum/index.mjs +12 -0
- package/dist/Admentum/index.mjs.map +1 -0
- package/dist/Admentum/to/index.d.mts +20 -0
- package/dist/Admentum/to/index.mjs +10 -0
- package/dist/Admentum/to/index.mjs.map +1 -0
- package/dist/Admentum/to/schedules.mjs +91 -0
- package/dist/Admentum/to/schedules.mjs.map +1 -0
- package/dist/Admentum/types/course-sections.d.mts +20 -0
- package/dist/Admentum/types/courses.d.mts +17 -0
- package/dist/Admentum/types/index.d.mts +25 -0
- package/dist/Admentum/types/lessons.d.mts +27 -0
- package/dist/Admentum/types/primary-groups.d.mts +30 -0
- package/dist/Admentum/types/rooms.d.mts +12 -0
- package/dist/Admentum/types/schedule-groups.d.mts +23 -0
- package/dist/Admentum/types/schedules.d.mts +27 -0
- package/dist/Admentum/types/schools.d.mts +11 -0
- package/dist/Admentum/types/users.d.mts +20 -0
- package/dist/Excel/index.d.mts +307 -0
- package/dist/Excel/index.mjs +13 -0
- package/dist/Excel/index.mjs.map +1 -0
- package/dist/Excel/v1/from/index.mjs +289 -0
- package/dist/Excel/v1/from/index.mjs.map +1 -0
- package/dist/Excel/v1/index.d.mts +240 -0
- package/dist/Excel/v1/index.mjs +10 -0
- package/dist/Excel/v1/index.mjs.map +1 -0
- package/dist/Excel/v1/types/index.d.mts +44 -0
- package/dist/Excel/v2/from/index.mjs +528 -0
- package/dist/Excel/v2/from/index.mjs.map +1 -0
- package/dist/Excel/v2/index.d.mts +302 -0
- package/dist/Excel/v2/index.mjs +10 -0
- package/dist/Excel/v2/index.mjs.map +1 -0
- package/dist/Excel/v2/types/index.d.mts +70 -0
- package/dist/IdunSoft/from/courses.mjs +16 -0
- package/dist/IdunSoft/from/courses.mjs.map +1 -0
- package/dist/IdunSoft/from/events.mjs +58 -0
- package/dist/IdunSoft/from/events.mjs.map +1 -0
- package/dist/IdunSoft/from/groups.mjs +17 -0
- package/dist/IdunSoft/from/groups.mjs.map +1 -0
- package/dist/IdunSoft/from/index.mjs +8 -0
- package/dist/IdunSoft/from/index.mjs.map +1 -0
- package/dist/IdunSoft/from/locations.mjs +16 -0
- package/dist/IdunSoft/from/locations.mjs.map +1 -0
- package/dist/IdunSoft/from/schedules.d.mts +24 -0
- package/dist/IdunSoft/from/schedules.mjs +20 -0
- package/dist/IdunSoft/from/schedules.mjs.map +1 -0
- package/dist/IdunSoft/from/teachers.mjs +16 -0
- package/dist/IdunSoft/from/teachers.mjs.map +1 -0
- package/dist/IdunSoft/index.d.mts +14 -0
- package/dist/IdunSoft/index.mjs +12 -0
- package/dist/IdunSoft/index.mjs.map +1 -0
- package/dist/IdunSoft/to/index.d.mts +10 -0
- package/dist/IdunSoft/to/index.mjs +10 -0
- package/dist/IdunSoft/to/index.mjs.map +1 -0
- package/dist/IdunSoft/to/schedules.mjs +55 -0
- package/dist/IdunSoft/to/schedules.mjs.map +1 -0
- package/dist/IdunSoft/types/courses.d.mts +8 -0
- package/dist/IdunSoft/types/events.d.mts +26 -0
- package/dist/IdunSoft/types/groups.d.mts +8 -0
- package/dist/IdunSoft/types/index.d.mts +20 -0
- package/dist/IdunSoft/types/locations.d.mts +8 -0
- package/dist/IdunSoft/types/schedules.d.mts +17 -0
- package/dist/IdunSoft/types/teachers.d.mts +8 -0
- package/dist/InfoMentor/index.d.mts +10 -0
- package/dist/InfoMentor/index.mjs +10 -0
- package/dist/InfoMentor/index.mjs.map +1 -0
- package/dist/InfoMentor/to/index.d.mts +10 -0
- package/dist/InfoMentor/to/index.mjs +10 -0
- package/dist/InfoMentor/to/index.mjs.map +1 -0
- package/dist/InfoMentor/to/schedules.mjs +57 -0
- package/dist/InfoMentor/to/schedules.mjs.map +1 -0
- package/dist/InfoMentor/types/events.d.mts +13 -0
- package/dist/InfoMentor/types/index.d.mts +9 -0
- package/dist/PlanDigital/from/index.mjs +8 -0
- package/dist/PlanDigital/from/index.mjs.map +1 -0
- package/dist/PlanDigital/from/schedules.mjs +70 -0
- package/dist/PlanDigital/from/schedules.mjs.map +1 -0
- package/dist/PlanDigital/index.d.mts +129 -0
- package/dist/PlanDigital/index.mjs +10 -0
- package/dist/PlanDigital/index.mjs.map +1 -0
- package/dist/PlanDigital/types/index.d.mts +34 -0
- package/dist/Quiculum/file/index.d.mts +9 -0
- package/dist/Quiculum/file/index.mjs +10 -0
- package/dist/Quiculum/file/index.mjs.map +1 -0
- package/dist/Quiculum/file/to/index.d.mts +21 -0
- package/dist/Quiculum/file/to/index.mjs +10 -0
- package/dist/Quiculum/file/to/index.mjs.map +1 -0
- package/dist/Quiculum/file/to/schedules.mjs +87 -0
- package/dist/Quiculum/file/to/schedules.mjs.map +1 -0
- package/dist/Quiculum/index.d.mts +11 -0
- package/dist/Quiculum/index.mjs +11 -0
- package/dist/Quiculum/index.mjs.map +1 -0
- package/dist/RS/from/division.d.mts +8 -0
- package/dist/RS/from/division.mjs +17 -0
- package/dist/RS/from/division.mjs.map +1 -0
- package/dist/RS/from/index.mjs +12 -0
- package/dist/RS/from/index.mjs.map +1 -0
- package/dist/RS/from/schedules.d.mts +9 -0
- package/dist/RS/from/schedules.mjs +37 -0
- package/dist/RS/from/schedules.mjs.map +1 -0
- package/dist/RS/index.d.mts +18 -0
- package/dist/RS/index.mjs +12 -0
- package/dist/RS/index.mjs.map +1 -0
- package/dist/RS/make-connected.d.mts +25 -0
- package/dist/RS/make-connected.mjs +207 -0
- package/dist/RS/make-connected.mjs.map +1 -0
- package/dist/RS/to/index.mjs +8 -0
- package/dist/RS/to/index.mjs.map +1 -0
- package/dist/RS/to/initial-configuration.mjs +41 -0
- package/dist/RS/to/initial-configuration.mjs.map +1 -0
- package/dist/RS/to/input/default.mjs +28 -0
- package/dist/RS/to/input/default.mjs.map +1 -0
- package/dist/RS/to/input/dependencies.mjs +31 -0
- package/dist/RS/to/input/dependencies.mjs.map +1 -0
- package/dist/RS/to/input/events.mjs +101 -0
- package/dist/RS/to/input/events.mjs.map +1 -0
- package/dist/RS/to/input/groups.mjs +32 -0
- package/dist/RS/to/input/groups.mjs.map +1 -0
- package/dist/RS/to/input/individuals.mjs +45 -0
- package/dist/RS/to/input/individuals.mjs.map +1 -0
- package/dist/RS/to/input/input.mjs +59 -0
- package/dist/RS/to/input/input.mjs.map +1 -0
- package/dist/RS/to/input/intervals.mjs +129 -0
- package/dist/RS/to/input/intervals.mjs.map +1 -0
- package/dist/RS/to/input/linked-events-sets.mjs +96 -0
- package/dist/RS/to/input/linked-events-sets.mjs.map +1 -0
- package/dist/RS/to/input/locked-times.mjs +88 -0
- package/dist/RS/to/input/locked-times.mjs.map +1 -0
- package/dist/RS/to/input/periods.mjs +57 -0
- package/dist/RS/to/input/periods.mjs.map +1 -0
- package/dist/RS/to/input/settings.mjs +13 -0
- package/dist/RS/to/input/settings.mjs.map +1 -0
- package/dist/RS/to/input/teachers.mjs +32 -0
- package/dist/RS/to/input/teachers.mjs.map +1 -0
- package/dist/RS/to/input/util/parse-days.mjs +10 -0
- package/dist/RS/to/input/util/parse-days.mjs.map +1 -0
- package/dist/RS/to/input/util/parse-group-references.mjs +50 -0
- package/dist/RS/to/input/util/parse-group-references.mjs.map +1 -0
- package/dist/RS/to/input/util/parse-location-references.mjs +24 -0
- package/dist/RS/to/input/util/parse-location-references.mjs.map +1 -0
- package/dist/RS/to/input/util/parse-max-working-hours.mjs +14 -0
- package/dist/RS/to/input/util/parse-max-working-hours.mjs.map +1 -0
- package/dist/RS/to/input/util/parse-minimum-break-length.mjs +19 -0
- package/dist/RS/to/input/util/parse-minimum-break-length.mjs.map +1 -0
- package/dist/RS/to/input/util/util.mjs +58 -0
- package/dist/RS/to/input/util/util.mjs.map +1 -0
- package/dist/RS/to/schedules.d.mts +7 -0
- package/dist/RS/to/schedules.mjs +51 -0
- package/dist/RS/to/schedules.mjs.map +1 -0
- package/dist/RS/types/algorithm-parameters.d.mts +17 -0
- package/dist/RS/types/configurations.d.mts +10 -0
- package/dist/RS/types/event-configuration.d.mts +20 -0
- package/dist/RS/types/index.d.mts +21 -0
- package/dist/RS/types/schedule-data.d.mts +20 -0
- package/dist/RS/types/to.d.mts +64 -0
- package/dist/RS/types/to.mjs +6 -0
- package/dist/RS/types/to.mjs.map +1 -0
- package/dist/SS12000/from/activities.mjs +35 -0
- package/dist/SS12000/from/activities.mjs.map +1 -0
- package/dist/SS12000/from/calendar-events.mjs +20 -0
- package/dist/SS12000/from/calendar-events.mjs.map +1 -0
- package/dist/SS12000/from/duties.mjs +31 -0
- package/dist/SS12000/from/duties.mjs.map +1 -0
- package/dist/SS12000/from/groups.mjs +23 -0
- package/dist/SS12000/from/groups.mjs.map +1 -0
- package/dist/SS12000/from/index.mjs +24 -0
- package/dist/SS12000/from/index.mjs.map +1 -0
- package/dist/SS12000/from/persons.mjs +43 -0
- package/dist/SS12000/from/persons.mjs.map +1 -0
- package/dist/SS12000/from/resources.mjs +9 -0
- package/dist/SS12000/from/resources.mjs.map +1 -0
- package/dist/SS12000/from/rooms.mjs +18 -0
- package/dist/SS12000/from/rooms.mjs.map +1 -0
- package/dist/SS12000/from/syllabuses.mjs +21 -0
- package/dist/SS12000/from/syllabuses.mjs.map +1 -0
- package/dist/SS12000/index.d.mts +37 -0
- package/dist/SS12000/index.mjs +12 -0
- package/dist/SS12000/index.mjs.map +1 -0
- package/dist/SS12000/to/activities.mjs +63 -0
- package/dist/SS12000/to/activities.mjs.map +1 -0
- package/dist/SS12000/to/calendar-events.mjs +53 -0
- package/dist/SS12000/to/calendar-events.mjs.map +1 -0
- package/dist/SS12000/to/common.mjs +25 -0
- package/dist/SS12000/to/common.mjs.map +1 -0
- package/dist/SS12000/to/duties.mjs +45 -0
- package/dist/SS12000/to/duties.mjs.map +1 -0
- package/dist/SS12000/to/groups.mjs +49 -0
- package/dist/SS12000/to/groups.mjs.map +1 -0
- package/dist/SS12000/to/index.d.mts +57 -0
- package/dist/SS12000/to/index.mjs +24 -0
- package/dist/SS12000/to/index.mjs.map +1 -0
- package/dist/SS12000/to/persons.mjs +40 -0
- package/dist/SS12000/to/persons.mjs.map +1 -0
- package/dist/SS12000/to/resources.mjs +27 -0
- package/dist/SS12000/to/resources.mjs.map +1 -0
- package/dist/SS12000/to/rooms.mjs +32 -0
- package/dist/SS12000/to/rooms.mjs.map +1 -0
- package/dist/SS12000/to/syllabuses.mjs +34 -0
- package/dist/SS12000/to/syllabuses.mjs.map +1 -0
- package/dist/SS12000/types/activities.d.mts +41 -0
- package/dist/SS12000/types/calendar-events.d.mts +23 -0
- package/dist/SS12000/types/codes.d.mts +9 -0
- package/dist/SS12000/types/duties.d.mts +23 -0
- package/dist/SS12000/types/duty-assignments.d.mts +13 -0
- package/dist/SS12000/types/groups.d.mts +23 -0
- package/dist/SS12000/types/index.d.mts +21 -0
- package/dist/SS12000/types/organisation.d.mts +20 -0
- package/dist/SS12000/types/persons.d.mts +30 -0
- package/dist/SS12000/types/resources.d.mts +13 -0
- package/dist/SS12000/types/rooms.d.mts +17 -0
- package/dist/SS12000/types/syllabus.d.mts +19 -0
- package/dist/SchoolSoft/api/from/index.mjs +8 -0
- package/dist/SchoolSoft/api/from/index.mjs.map +1 -0
- package/dist/SchoolSoft/api/from/schedules.mjs +163 -0
- package/dist/SchoolSoft/api/from/schedules.mjs.map +1 -0
- package/dist/SchoolSoft/api/index.d.mts +464 -0
- package/dist/SchoolSoft/api/index.mjs +10 -0
- package/dist/SchoolSoft/api/index.mjs.map +1 -0
- package/dist/SchoolSoft/api/types/group.d.mts +12 -0
- package/dist/SchoolSoft/api/types/index.d.mts +19 -0
- package/dist/SchoolSoft/api/types/lesson.d.mts +9 -0
- package/dist/SchoolSoft/api/types/location.d.mts +8 -0
- package/dist/SchoolSoft/api/types/persons.d.mts +31 -0
- package/dist/SchoolSoft/api/types/schedule.d.mts +17 -0
- package/dist/SchoolSoft/api/types/teacher.d.mts +13 -0
- package/dist/SchoolSoft/file/from/index.mjs +8 -0
- package/dist/SchoolSoft/file/from/index.mjs.map +1 -0
- package/dist/SchoolSoft/file/from/schedules.mjs +130 -0
- package/dist/SchoolSoft/file/from/schedules.mjs.map +1 -0
- package/dist/SchoolSoft/file/index.d.mts +16 -0
- package/dist/SchoolSoft/file/index.mjs +12 -0
- package/dist/SchoolSoft/file/index.mjs.map +1 -0
- package/dist/SchoolSoft/file/to/index.d.mts +14 -0
- package/dist/SchoolSoft/file/to/index.mjs +10 -0
- package/dist/SchoolSoft/file/to/index.mjs.map +1 -0
- package/dist/SchoolSoft/file/to/schedules.mjs +106 -0
- package/dist/SchoolSoft/file/to/schedules.mjs.map +1 -0
- package/dist/SchoolSoft/file/types/events.d.mts +27 -0
- package/dist/SchoolSoft/file/types/index.d.mts +17 -0
- package/dist/SchoolSoft/file/types/persons.d.mts +31 -0
- package/dist/SchoolSoft/index.d.mts +21 -0
- package/dist/SchoolSoft/index.mjs +14 -0
- package/dist/SchoolSoft/index.mjs.map +1 -0
- package/dist/Schoolity/index.d.mts +10 -0
- package/dist/Schoolity/index.mjs +10 -0
- package/dist/Schoolity/index.mjs.map +1 -0
- package/dist/Schoolity/txt/index.d.mts +10 -0
- package/dist/Schoolity/txt/index.mjs +10 -0
- package/dist/Schoolity/txt/index.mjs.map +1 -0
- package/dist/Schoolity/txt/to/index.d.mts +11 -0
- package/dist/Schoolity/txt/to/index.mjs +10 -0
- package/dist/Schoolity/txt/to/index.mjs.map +1 -0
- package/dist/Schoolity/txt/to/schedules.mjs +324 -0
- package/dist/Schoolity/txt/to/schedules.mjs.map +1 -0
- package/dist/Schoolity/txt/types/index.d.mts +119 -0
- package/dist/Skola24/index.d.mts +13 -0
- package/dist/Skola24/index.mjs +12 -0
- package/dist/Skola24/index.mjs.map +1 -0
- package/dist/Skola24/mdb/from/course-and-events.mjs +239 -0
- package/dist/Skola24/mdb/from/course-and-events.mjs.map +1 -0
- package/dist/Skola24/mdb/from/groups.mjs +12 -0
- package/dist/Skola24/mdb/from/groups.mjs.map +1 -0
- package/dist/Skola24/mdb/from/index.mjs +8 -0
- package/dist/Skola24/mdb/from/index.mjs.map +1 -0
- package/dist/Skola24/mdb/from/locations.mjs +11 -0
- package/dist/Skola24/mdb/from/locations.mjs.map +1 -0
- package/dist/Skola24/mdb/from/schedule.d.mts +28 -0
- package/dist/Skola24/mdb/from/schedule.mjs +97 -0
- package/dist/Skola24/mdb/from/schedule.mjs.map +1 -0
- package/dist/Skola24/mdb/from/teachers.mjs +11 -0
- package/dist/Skola24/mdb/from/teachers.mjs.map +1 -0
- package/dist/Skola24/mdb/index.d.mts +12 -0
- package/dist/Skola24/mdb/index.mjs +10 -0
- package/dist/Skola24/mdb/index.mjs.map +1 -0
- package/dist/Skola24/mdb/types/Course.d.mts +10 -0
- package/dist/Skola24/mdb/types/Group-group-link.d.mts +8 -0
- package/dist/Skola24/mdb/types/Group.d.mts +9 -0
- package/dist/Skola24/mdb/types/Lesson-group-link.d.mts +8 -0
- package/dist/Skola24/mdb/types/Lesson-period-link.d.mts +8 -0
- package/dist/Skola24/mdb/types/Lesson-room-link.d.mts +8 -0
- package/dist/Skola24/mdb/types/Lesson-teacher-link.d.mts +8 -0
- package/dist/Skola24/mdb/types/Lesson.d.mts +13 -0
- package/dist/Skola24/mdb/types/Options.d.mts +11 -0
- package/dist/Skola24/mdb/types/Period.d.mts +9 -0
- package/dist/Skola24/mdb/types/Plan-group-link.d.mts +8 -0
- package/dist/Skola24/mdb/types/Plan-period-link.d.mts +8 -0
- package/dist/Skola24/mdb/types/Plan-teacher-link.d.mts +10 -0
- package/dist/Skola24/mdb/types/Plan.d.mts +9 -0
- package/dist/Skola24/mdb/types/Room.d.mts +9 -0
- package/dist/Skola24/mdb/types/Schedule.d.mts +39 -0
- package/dist/Skola24/mdb/types/Subject.d.mts +8 -0
- package/dist/Skola24/mdb/types/Teacher.d.mts +10 -0
- package/dist/Skola24/mdb/types/index.d.mts +23 -0
- package/dist/Skola24/txt/from/calendar-exceptions.mjs +67 -0
- package/dist/Skola24/txt/from/calendar-exceptions.mjs.map +1 -0
- package/dist/Skola24/txt/from/division.mjs +44 -0
- package/dist/Skola24/txt/from/division.mjs.map +1 -0
- package/dist/Skola24/txt/from/index.mjs +12 -0
- package/dist/Skola24/txt/from/index.mjs.map +1 -0
- package/dist/Skola24/txt/from/period.mjs +95 -0
- package/dist/Skola24/txt/from/period.mjs.map +1 -0
- package/dist/Skola24/txt/from/schedules.d.mts +17 -0
- package/dist/Skola24/txt/from/schedules.mjs +273 -0
- package/dist/Skola24/txt/from/schedules.mjs.map +1 -0
- package/dist/Skola24/txt/from/util.mjs +17 -0
- package/dist/Skola24/txt/from/util.mjs.map +1 -0
- package/dist/Skola24/txt/index.d.mts +29 -0
- package/dist/Skola24/txt/index.mjs +12 -0
- package/dist/Skola24/txt/index.mjs.map +1 -0
- package/dist/Skola24/txt/to/index.d.mts +11 -0
- package/dist/Skola24/txt/to/index.mjs +10 -0
- package/dist/Skola24/txt/to/index.mjs.map +1 -0
- package/dist/Skola24/txt/to/schedules.mjs +290 -0
- package/dist/Skola24/txt/to/schedules.mjs.map +1 -0
- package/dist/Skola24/txt/types/index.d.mts +141 -0
- package/dist/common/constants.mjs +8 -0
- package/dist/common/constants.mjs.map +1 -0
- package/dist/common/functions.mjs +61 -0
- package/dist/common/functions.mjs.map +1 -0
- package/dist/common/get-date.mjs +15 -0
- package/dist/common/get-date.mjs.map +1 -0
- package/dist/common/make-chainable/index.mjs +36 -0
- package/dist/common/make-chainable/index.mjs.map +1 -0
- package/dist/common/types.d.mts +38 -0
- package/dist/core/from/configurations.mjs +12 -0
- package/dist/core/from/configurations.mjs.map +1 -0
- package/dist/core/from/courses.mjs +12 -0
- package/dist/core/from/courses.mjs.map +1 -0
- package/dist/core/from/events.mjs +13 -0
- package/dist/core/from/events.mjs.map +1 -0
- package/dist/core/from/exceptions.mjs +12 -0
- package/dist/core/from/exceptions.mjs.map +1 -0
- package/dist/core/from/groups.mjs +12 -0
- package/dist/core/from/groups.mjs.map +1 -0
- package/dist/core/from/index.mjs +23 -0
- package/dist/core/from/index.mjs.map +1 -0
- package/dist/core/from/locations.mjs +12 -0
- package/dist/core/from/locations.mjs.map +1 -0
- package/dist/core/from/locked-times.mjs +12 -0
- package/dist/core/from/locked-times.mjs.map +1 -0
- package/dist/core/from/overlap-groups.mjs +12 -0
- package/dist/core/from/overlap-groups.mjs.map +1 -0
- package/dist/core/from/periods.mjs +12 -0
- package/dist/core/from/periods.mjs.map +1 -0
- package/dist/core/from/persons.mjs +12 -0
- package/dist/core/from/persons.mjs.map +1 -0
- package/dist/core/from/root-intervals.mjs +12 -0
- package/dist/core/from/root-intervals.mjs.map +1 -0
- package/dist/core/from/schedules.d.mts +7 -0
- package/dist/core/from/schedules.mjs +38 -0
- package/dist/core/from/schedules.mjs.map +1 -0
- package/dist/core/from/settings.mjs +21 -0
- package/dist/core/from/settings.mjs.map +1 -0
- package/dist/core/from/syllabuses.mjs +13 -0
- package/dist/core/from/syllabuses.mjs.map +1 -0
- package/dist/core/from/teachers.mjs +12 -0
- package/dist/core/from/teachers.mjs.map +1 -0
- package/dist/core/index.d.mts +38 -0
- package/dist/core/index.mjs +16 -0
- package/dist/core/index.mjs.map +1 -0
- package/dist/core/interfaces/index.d.mts +23 -0
- package/dist/core/interfaces/index.mjs +6 -0
- package/dist/core/interfaces/other/companies.d.mts +132 -0
- package/dist/core/interfaces/other/companies.mjs +9 -0
- package/dist/core/interfaces/other/companies.mjs.map +1 -0
- package/dist/core/interfaces/other/etc.d.mts +19 -0
- package/dist/core/interfaces/other/index.d.mts +6 -0
- package/dist/core/interfaces/other/integrations.d.mts +17 -0
- package/dist/core/interfaces/other/operations.d.mts +36 -0
- package/dist/core/interfaces/other/policies.d.mts +31 -0
- package/dist/core/interfaces/other/sync-logs.d.mts +21 -0
- package/dist/core/interfaces/other/users.d.mts +35 -0
- package/dist/core/interfaces/vertices/companies.d.mts +8 -0
- package/dist/core/interfaces/vertices/configurations.d.mts +58 -0
- package/dist/core/interfaces/vertices/courses.d.mts +66 -0
- package/dist/core/interfaces/vertices/division-settings.d.mts +54 -0
- package/dist/core/interfaces/vertices/divisions.d.mts +31 -0
- package/dist/core/interfaces/vertices/events.d.mts +104 -0
- package/dist/core/interfaces/vertices/exceptions.d.mts +74 -0
- package/dist/core/interfaces/vertices/generations.d.mts +23 -0
- package/dist/core/interfaces/vertices/groups.d.mts +51 -0
- package/dist/core/interfaces/vertices/index.d.mts +231 -0
- package/dist/core/interfaces/vertices/index.mjs +3 -0
- package/dist/core/interfaces/vertices/linked-events-sets.d.mts +19 -0
- package/dist/core/interfaces/vertices/locations.d.mts +22 -0
- package/dist/core/interfaces/vertices/locked-times.d.mts +37 -0
- package/dist/core/interfaces/vertices/overlap-groups.d.mts +17 -0
- package/dist/core/interfaces/vertices/periods.d.mts +15 -0
- package/dist/core/interfaces/vertices/persons.d.mts +32 -0
- package/dist/core/interfaces/vertices/properties/belongs-to.d.mts +11 -0
- package/dist/core/interfaces/vertices/properties/coalesced.d.mts +8 -0
- package/dist/core/interfaces/vertices/properties/days.d.mts +9 -0
- package/dist/core/interfaces/vertices/properties/index.d.mts +15 -0
- package/dist/core/interfaces/vertices/properties/intervals.d.mts +10 -0
- package/dist/core/interfaces/vertices/properties/maximum-schedule-span.d.mts +19 -0
- package/dist/core/interfaces/vertices/properties/min-break-length.d.mts +5 -0
- package/dist/core/interfaces/vertices/properties/planned-scheduled-duration.d.mts +13 -0
- package/dist/core/interfaces/vertices/properties/species.d.mts +9 -0
- package/dist/core/interfaces/vertices/properties/tags.d.mts +9 -0
- package/dist/core/interfaces/vertices/properties/week.d.mts +22 -0
- package/dist/core/interfaces/vertices/properties/week.mjs +6 -0
- package/dist/core/interfaces/vertices/properties/week.mjs.map +1 -0
- package/dist/core/interfaces/vertices/root-intervals.d.mts +14 -0
- package/dist/core/interfaces/vertices/syllabuses.d.mts +18 -0
- package/dist/core/interfaces/vertices/teachers.d.mts +41 -0
- package/dist/core/interfaces/vertices/threads.d.mts +33 -0
- package/dist/core/interfaces/vertices/users.d.mts +11 -0
- package/dist/core/interfaces/vertices/util/common.d.mts +28 -0
- package/dist/core/interfaces/vertices/util/custom-vertex-export/assert-no-invalid-expand-keys.d.mts +16 -0
- package/dist/core/interfaces/vertices/util/custom-vertex-export/index.d.mts +34 -0
- package/dist/core/interfaces/vertices/util/custom-vertex-export/util.d.mts +52 -0
- package/dist/core/interfaces/vertices/util/deep-vertex-export/index.d.mts +65 -0
- package/dist/core/interfaces/vertices/util/edges.d.mts +123 -0
- package/dist/core/interfaces/vertices/util/index.d.mts +6 -0
- package/dist/core/interfaces/vertices/util/keys-of.d.mts +26 -0
- package/dist/core/interfaces/vertices/util/serialized-vertex-export.d.mts +11 -0
- package/dist/core/interfaces/vertices/util/util.d.mts +79 -0
- package/dist/core/interfaces/vertices/util/vertex-query/index.d.mts +50 -0
- package/dist/core/interfaces/vertices/util/vertex-query/util.d.mts +13 -0
- package/dist/core/interfaces/vertices/util/vertex.d.mts +69 -0
- package/dist/core/interfaces/vertices/vertex-query.d.mts +112 -0
- package/dist/core/interfaces/vertices/vertex-query.mjs +114 -0
- package/dist/core/interfaces/vertices/vertex-query.mjs.map +1 -0
- package/dist/core/to/configurations.mjs +16 -0
- package/dist/core/to/configurations.mjs.map +1 -0
- package/dist/core/to/courses.mjs +41 -0
- package/dist/core/to/courses.mjs.map +1 -0
- package/dist/core/to/division.mjs +10 -0
- package/dist/core/to/division.mjs.map +1 -0
- package/dist/core/to/events.mjs +43 -0
- package/dist/core/to/events.mjs.map +1 -0
- package/dist/core/to/exceptions.mjs +29 -0
- package/dist/core/to/exceptions.mjs.map +1 -0
- package/dist/core/to/groups.mjs +25 -0
- package/dist/core/to/groups.mjs.map +1 -0
- package/dist/core/to/index.d.mts +9 -0
- package/dist/core/to/index.mjs +10 -0
- package/dist/core/to/index.mjs.map +1 -0
- package/dist/core/to/locations.mjs +21 -0
- package/dist/core/to/locations.mjs.map +1 -0
- package/dist/core/to/locked-times.mjs +20 -0
- package/dist/core/to/locked-times.mjs.map +1 -0
- package/dist/core/to/overlap-groups.mjs +27 -0
- package/dist/core/to/overlap-groups.mjs.map +1 -0
- package/dist/core/to/periods.mjs +16 -0
- package/dist/core/to/periods.mjs.map +1 -0
- package/dist/core/to/persons.mjs +17 -0
- package/dist/core/to/persons.mjs.map +1 -0
- package/dist/core/to/root-intervals.mjs +16 -0
- package/dist/core/to/root-intervals.mjs.map +1 -0
- package/dist/core/to/schedules.d.mts +47 -0
- package/dist/core/to/schedules.mjs +42 -0
- package/dist/core/to/schedules.mjs.map +1 -0
- package/dist/core/to/settings.mjs +18 -0
- package/dist/core/to/settings.mjs.map +1 -0
- package/dist/core/to/syllabuses.mjs +16 -0
- package/dist/core/to/syllabuses.mjs.map +1 -0
- package/dist/core/to/teachers.mjs +24 -0
- package/dist/core/to/teachers.mjs.map +1 -0
- package/dist/core/to/util.d.mts +10 -0
- package/dist/core/to/util.mjs +24 -0
- package/dist/core/to/util.mjs.map +1 -0
- package/dist/core/types/common/index.d.mts +8 -0
- package/dist/core/types/common/meta.d.mts +15 -0
- package/dist/core/types/index.d.mts +137 -0
- package/dist/core/util.mjs +46 -0
- package/dist/core/util.mjs.map +1 -0
- package/dist/identify/constants/index.d.mts +144 -0
- package/dist/identify/constants/index.mjs +317 -0
- package/dist/identify/constants/index.mjs.map +1 -0
- package/dist/identify/index.d.mts +8 -0
- package/dist/identify/index.mjs +93 -0
- package/dist/identify/index.mjs.map +1 -0
- package/dist/identify/types/index.d.mts +15 -0
- package/dist/index.d.mts +57 -0
- package/dist/index.mjs +22 -0
- package/dist/sdui/from/classes.mjs +8 -0
- package/dist/sdui/from/classes.mjs.map +1 -0
- package/dist/sdui/from/courses.mjs +14 -0
- package/dist/sdui/from/courses.mjs.map +1 -0
- package/dist/sdui/from/holidays.mjs +8 -0
- package/dist/sdui/from/holidays.mjs.map +1 -0
- package/dist/sdui/from/hours.mjs +6 -0
- package/dist/sdui/from/hours.mjs.map +1 -0
- package/dist/sdui/from/index.mjs +30 -0
- package/dist/sdui/from/index.mjs.map +1 -0
- package/dist/sdui/from/lessons.mjs +23 -0
- package/dist/sdui/from/lessons.mjs.map +1 -0
- package/dist/sdui/from/rooms.mjs +11 -0
- package/dist/sdui/from/rooms.mjs.map +1 -0
- package/dist/sdui/from/schedules.d.mts +21 -0
- package/dist/sdui/from/schedules.mjs +24 -0
- package/dist/sdui/from/schedules.mjs.map +1 -0
- package/dist/sdui/from/school-years.mjs +11 -0
- package/dist/sdui/from/school-years.mjs.map +1 -0
- package/dist/sdui/from/subjects.mjs +6 -0
- package/dist/sdui/from/subjects.mjs.map +1 -0
- package/dist/sdui/from/substitution-plans.mjs +10 -0
- package/dist/sdui/from/substitution-plans.mjs.map +1 -0
- package/dist/sdui/from/teachers.mjs +15 -0
- package/dist/sdui/from/teachers.mjs.map +1 -0
- package/dist/sdui/index.d.mts +32 -0
- package/dist/sdui/index.mjs +12 -0
- package/dist/sdui/index.mjs.map +1 -0
- package/dist/sdui/to/classes.mjs +10 -0
- package/dist/sdui/to/classes.mjs.map +1 -0
- package/dist/sdui/to/courses.mjs +16 -0
- package/dist/sdui/to/courses.mjs.map +1 -0
- package/dist/sdui/to/holidays.mjs +16 -0
- package/dist/sdui/to/holidays.mjs.map +1 -0
- package/dist/sdui/to/hours.mjs +15 -0
- package/dist/sdui/to/hours.mjs.map +1 -0
- package/dist/sdui/to/index.d.mts +22 -0
- package/dist/sdui/to/index.mjs +30 -0
- package/dist/sdui/to/index.mjs.map +1 -0
- package/dist/sdui/to/lessons.mjs +24 -0
- package/dist/sdui/to/lessons.mjs.map +1 -0
- package/dist/sdui/to/rooms.mjs +13 -0
- package/dist/sdui/to/rooms.mjs.map +1 -0
- package/dist/sdui/to/schedules.mjs +26 -0
- package/dist/sdui/to/schedules.mjs.map +1 -0
- package/dist/sdui/to/school-years.mjs +18 -0
- package/dist/sdui/to/school-years.mjs.map +1 -0
- package/dist/sdui/to/subjects.mjs +8 -0
- package/dist/sdui/to/subjects.mjs.map +1 -0
- package/dist/sdui/to/substitution-plans.mjs +46 -0
- package/dist/sdui/to/substitution-plans.mjs.map +1 -0
- package/dist/sdui/to/teachers.mjs +20 -0
- package/dist/sdui/to/teachers.mjs.map +1 -0
- package/dist/sdui/types/classes.d.mts +8 -0
- package/dist/sdui/types/courses.d.mts +12 -0
- package/dist/sdui/types/holidays.d.mts +10 -0
- package/dist/sdui/types/hours.d.mts +10 -0
- package/dist/sdui/types/index.d.mts +31 -0
- package/dist/sdui/types/lessons.d.mts +13 -0
- package/dist/sdui/types/rooms.d.mts +9 -0
- package/dist/sdui/types/schedules.d.mts +27 -0
- package/dist/sdui/types/school-years.d.mts +9 -0
- package/dist/sdui/types/subjects.d.mts +9 -0
- package/dist/sdui/types/substitution-plans.d.mts +30 -0
- package/dist/sdui/types/teachers.d.mts +10 -0
- package/dist/vKlass/from/index.mjs +8 -0
- package/dist/vKlass/from/index.mjs.map +1 -0
- package/dist/vKlass/from/schedule.d.mts +24 -0
- package/dist/vKlass/from/schedule.mjs +71 -0
- package/dist/vKlass/from/schedule.mjs.map +1 -0
- package/dist/vKlass/index.d.mts +13 -0
- package/dist/vKlass/index.mjs +12 -0
- package/dist/vKlass/index.mjs.map +1 -0
- package/dist/vKlass/to/index.d.mts +9 -0
- package/dist/vKlass/to/index.mjs +10 -0
- package/dist/vKlass/to/index.mjs.map +1 -0
- package/dist/vKlass/to/schedules.d.mts +14 -0
- package/dist/vKlass/to/schedules.mjs +82 -0
- package/dist/vKlass/to/schedules.mjs.map +1 -0
- package/dist/vKlass/types/index.d.mts +53 -0
- package/package.json +29 -24
- package/dist/Additio/from/courses.js +0 -28
- package/dist/Additio/from/courses.js.map +0 -1
- package/dist/Additio/from/events.js +0 -61
- package/dist/Additio/from/events.js.map +0 -1
- package/dist/Additio/from/groups.js +0 -14
- package/dist/Additio/from/groups.js.map +0 -1
- package/dist/Additio/from/index.js +0 -8
- package/dist/Additio/from/index.js.map +0 -1
- package/dist/Additio/from/locations.js +0 -13
- package/dist/Additio/from/locations.js.map +0 -1
- package/dist/Additio/from/persons.js +0 -30
- package/dist/Additio/from/persons.js.map +0 -1
- package/dist/Additio/from/schedules.d.ts +0 -38
- package/dist/Additio/from/schedules.js +0 -36
- package/dist/Additio/from/schedules.js.map +0 -1
- package/dist/Additio/from/teachers.js +0 -25
- package/dist/Additio/from/teachers.js.map +0 -1
- package/dist/Additio/index.d.ts +0 -14
- package/dist/Additio/index.js +0 -12
- package/dist/Additio/index.js.map +0 -1
- package/dist/Additio/to/index.d.ts +0 -21
- package/dist/Additio/to/index.js +0 -10
- package/dist/Additio/to/index.js.map +0 -1
- package/dist/Additio/to/schedules.js +0 -111
- package/dist/Additio/to/schedules.js.map +0 -1
- package/dist/Additio/types/course-sections.d.ts +0 -20
- package/dist/Additio/types/courses.d.ts +0 -17
- package/dist/Additio/types/index.d.ts +0 -27
- package/dist/Additio/types/lessons.d.ts +0 -27
- package/dist/Additio/types/options.d.ts +0 -16
- package/dist/Additio/types/primary-groups.d.ts +0 -30
- package/dist/Additio/types/rooms.d.ts +0 -12
- package/dist/Additio/types/schedule-groups.d.ts +0 -23
- package/dist/Additio/types/schedules.d.ts +0 -27
- package/dist/Additio/types/schools.d.ts +0 -11
- package/dist/Additio/types/users.d.ts +0 -20
- package/dist/Admentum/from/courses.js +0 -32
- package/dist/Admentum/from/courses.js.map +0 -1
- package/dist/Admentum/from/events.js +0 -62
- package/dist/Admentum/from/events.js.map +0 -1
- package/dist/Admentum/from/groups.js +0 -14
- package/dist/Admentum/from/groups.js.map +0 -1
- package/dist/Admentum/from/index.js +0 -8
- package/dist/Admentum/from/index.js.map +0 -1
- package/dist/Admentum/from/locations.js +0 -13
- package/dist/Admentum/from/locations.js.map +0 -1
- package/dist/Admentum/from/persons.js +0 -30
- package/dist/Admentum/from/persons.js.map +0 -1
- package/dist/Admentum/from/schedules.d.ts +0 -38
- package/dist/Admentum/from/schedules.js +0 -37
- package/dist/Admentum/from/schedules.js.map +0 -1
- package/dist/Admentum/from/teachers.js +0 -25
- package/dist/Admentum/from/teachers.js.map +0 -1
- package/dist/Admentum/index.d.ts +0 -14
- package/dist/Admentum/index.js +0 -12
- package/dist/Admentum/index.js.map +0 -1
- package/dist/Admentum/to/index.d.ts +0 -19
- package/dist/Admentum/to/index.js +0 -10
- package/dist/Admentum/to/index.js.map +0 -1
- package/dist/Admentum/to/schedules.js +0 -94
- package/dist/Admentum/to/schedules.js.map +0 -1
- package/dist/Admentum/types/course-sections.d.ts +0 -20
- package/dist/Admentum/types/courses.d.ts +0 -17
- package/dist/Admentum/types/index.d.ts +0 -25
- package/dist/Admentum/types/lessons.d.ts +0 -27
- package/dist/Admentum/types/primary-groups.d.ts +0 -30
- package/dist/Admentum/types/rooms.d.ts +0 -12
- package/dist/Admentum/types/schedule-groups.d.ts +0 -23
- package/dist/Admentum/types/schedules.d.ts +0 -27
- package/dist/Admentum/types/schools.d.ts +0 -11
- package/dist/Admentum/types/users.d.ts +0 -20
- package/dist/Excel/index.d.ts +0 -305
- package/dist/Excel/index.js +0 -13
- package/dist/Excel/index.js.map +0 -1
- package/dist/Excel/v1/from/index.js +0 -289
- package/dist/Excel/v1/from/index.js.map +0 -1
- package/dist/Excel/v1/index.d.ts +0 -238
- package/dist/Excel/v1/index.js +0 -10
- package/dist/Excel/v1/index.js.map +0 -1
- package/dist/Excel/v1/types/index.d.ts +0 -44
- package/dist/Excel/v2/from/index.js +0 -537
- package/dist/Excel/v2/from/index.js.map +0 -1
- package/dist/Excel/v2/index.d.ts +0 -300
- package/dist/Excel/v2/index.js +0 -10
- package/dist/Excel/v2/index.js.map +0 -1
- package/dist/Excel/v2/types/index.d.ts +0 -70
- package/dist/IdunSoft/from/courses.js +0 -16
- package/dist/IdunSoft/from/courses.js.map +0 -1
- package/dist/IdunSoft/from/events.js +0 -59
- package/dist/IdunSoft/from/events.js.map +0 -1
- package/dist/IdunSoft/from/groups.js +0 -17
- package/dist/IdunSoft/from/groups.js.map +0 -1
- package/dist/IdunSoft/from/index.js +0 -8
- package/dist/IdunSoft/from/index.js.map +0 -1
- package/dist/IdunSoft/from/locations.js +0 -16
- package/dist/IdunSoft/from/locations.js.map +0 -1
- package/dist/IdunSoft/from/schedules.d.ts +0 -23
- package/dist/IdunSoft/from/schedules.js +0 -20
- package/dist/IdunSoft/from/schedules.js.map +0 -1
- package/dist/IdunSoft/from/teachers.js +0 -16
- package/dist/IdunSoft/from/teachers.js.map +0 -1
- package/dist/IdunSoft/index.d.ts +0 -14
- package/dist/IdunSoft/index.js +0 -12
- package/dist/IdunSoft/index.js.map +0 -1
- package/dist/IdunSoft/to/index.d.ts +0 -9
- package/dist/IdunSoft/to/index.js +0 -10
- package/dist/IdunSoft/to/index.js.map +0 -1
- package/dist/IdunSoft/to/schedules.js +0 -58
- package/dist/IdunSoft/to/schedules.js.map +0 -1
- package/dist/IdunSoft/types/courses.d.ts +0 -8
- package/dist/IdunSoft/types/events.d.ts +0 -26
- package/dist/IdunSoft/types/groups.d.ts +0 -8
- package/dist/IdunSoft/types/index.d.ts +0 -20
- package/dist/IdunSoft/types/locations.d.ts +0 -8
- package/dist/IdunSoft/types/schedules.d.ts +0 -17
- package/dist/IdunSoft/types/teachers.d.ts +0 -8
- package/dist/InfoMentor/index.d.ts +0 -10
- package/dist/InfoMentor/index.js +0 -10
- package/dist/InfoMentor/index.js.map +0 -1
- package/dist/InfoMentor/to/index.d.ts +0 -9
- package/dist/InfoMentor/to/index.js +0 -10
- package/dist/InfoMentor/to/index.js.map +0 -1
- package/dist/InfoMentor/to/schedules.js +0 -58
- package/dist/InfoMentor/to/schedules.js.map +0 -1
- package/dist/InfoMentor/types/events.d.ts +0 -13
- package/dist/InfoMentor/types/index.d.ts +0 -9
- package/dist/PlanDigital/from/index.js +0 -8
- package/dist/PlanDigital/from/index.js.map +0 -1
- package/dist/PlanDigital/from/schedules.js +0 -72
- package/dist/PlanDigital/from/schedules.js.map +0 -1
- package/dist/PlanDigital/index.d.ts +0 -128
- package/dist/PlanDigital/index.js +0 -10
- package/dist/PlanDigital/index.js.map +0 -1
- package/dist/PlanDigital/types/index.d.ts +0 -34
- package/dist/Quiculum/file/index.d.ts +0 -9
- package/dist/Quiculum/file/index.js +0 -10
- package/dist/Quiculum/file/index.js.map +0 -1
- package/dist/Quiculum/file/to/index.d.ts +0 -20
- package/dist/Quiculum/file/to/index.js +0 -10
- package/dist/Quiculum/file/to/index.js.map +0 -1
- package/dist/Quiculum/file/to/schedules.js +0 -91
- package/dist/Quiculum/file/to/schedules.js.map +0 -1
- package/dist/Quiculum/index.d.ts +0 -11
- package/dist/Quiculum/index.js +0 -11
- package/dist/Quiculum/index.js.map +0 -1
- package/dist/RS/from/division.d.ts +0 -7
- package/dist/RS/from/division.js +0 -18
- package/dist/RS/from/division.js.map +0 -1
- package/dist/RS/from/index.js +0 -12
- package/dist/RS/from/index.js.map +0 -1
- package/dist/RS/from/schedules.d.ts +0 -8
- package/dist/RS/from/schedules.js +0 -37
- package/dist/RS/from/schedules.js.map +0 -1
- package/dist/RS/index.d.ts +0 -18
- package/dist/RS/index.js +0 -12
- package/dist/RS/index.js.map +0 -1
- package/dist/RS/make-connected.d.ts +0 -23
- package/dist/RS/make-connected.js +0 -232
- package/dist/RS/make-connected.js.map +0 -1
- package/dist/RS/to/index.js +0 -8
- package/dist/RS/to/index.js.map +0 -1
- package/dist/RS/to/initial-configuration.js +0 -43
- package/dist/RS/to/initial-configuration.js.map +0 -1
- package/dist/RS/to/input/collections.js +0 -58
- package/dist/RS/to/input/collections.js.map +0 -1
- package/dist/RS/to/input/default.js +0 -35
- package/dist/RS/to/input/default.js.map +0 -1
- package/dist/RS/to/input/dependencies.js +0 -31
- package/dist/RS/to/input/dependencies.js.map +0 -1
- package/dist/RS/to/input/dynamic-locked-times.js +0 -70
- package/dist/RS/to/input/dynamic-locked-times.js.map +0 -1
- package/dist/RS/to/input/events.js +0 -90
- package/dist/RS/to/input/events.js.map +0 -1
- package/dist/RS/to/input/groups.js +0 -40
- package/dist/RS/to/input/groups.js.map +0 -1
- package/dist/RS/to/input/individuals.js +0 -49
- package/dist/RS/to/input/individuals.js.map +0 -1
- package/dist/RS/to/input/input.js +0 -54
- package/dist/RS/to/input/input.js.map +0 -1
- package/dist/RS/to/input/intervals.js +0 -131
- package/dist/RS/to/input/intervals.js.map +0 -1
- package/dist/RS/to/input/periods.js +0 -91
- package/dist/RS/to/input/periods.js.map +0 -1
- package/dist/RS/to/input/settings.js +0 -20
- package/dist/RS/to/input/settings.js.map +0 -1
- package/dist/RS/to/input/teachers.js +0 -40
- package/dist/RS/to/input/teachers.js.map +0 -1
- package/dist/RS/to/input/util/attach-locked-times.js +0 -27
- package/dist/RS/to/input/util/attach-locked-times.js.map +0 -1
- package/dist/RS/to/input/util/parse-days.js +0 -10
- package/dist/RS/to/input/util/parse-days.js.map +0 -1
- package/dist/RS/to/input/util/parse-group-references.js +0 -58
- package/dist/RS/to/input/util/parse-group-references.js.map +0 -1
- package/dist/RS/to/input/util/parse-intervals.js +0 -58
- package/dist/RS/to/input/util/parse-intervals.js.map +0 -1
- package/dist/RS/to/input/util/parse-location-references.js +0 -31
- package/dist/RS/to/input/util/parse-location-references.js.map +0 -1
- package/dist/RS/to/input/util/parse-max-working-hours.js +0 -17
- package/dist/RS/to/input/util/parse-max-working-hours.js.map +0 -1
- package/dist/RS/to/input/util/parse-minimum-break-length.js +0 -19
- package/dist/RS/to/input/util/parse-minimum-break-length.js.map +0 -1
- package/dist/RS/to/input/util/util.js +0 -66
- package/dist/RS/to/input/util/util.js.map +0 -1
- package/dist/RS/to/schedules.d.ts +0 -7
- package/dist/RS/to/schedules.js +0 -51
- package/dist/RS/to/schedules.js.map +0 -1
- package/dist/RS/types/algorithm-parameters.d.ts +0 -18
- package/dist/RS/types/collections.d.ts +0 -33
- package/dist/RS/types/configurations.d.ts +0 -10
- package/dist/RS/types/default.d.ts +0 -31
- package/dist/RS/types/dependencies.d.ts +0 -16
- package/dist/RS/types/event-configuration.d.ts +0 -20
- package/dist/RS/types/events.d.ts +0 -34
- package/dist/RS/types/groups.d.ts +0 -27
- package/dist/RS/types/index.d.ts +0 -50
- package/dist/RS/types/individuals.d.ts +0 -16
- package/dist/RS/types/locked-times.d.ts +0 -12
- package/dist/RS/types/period.d.ts +0 -27
- package/dist/RS/types/root-intervals.d.ts +0 -10
- package/dist/RS/types/schedule-data.d.ts +0 -23
- package/dist/RS/types/settings.d.ts +0 -15
- package/dist/RS/types/shared.d.ts +0 -27
- package/dist/RS/types/to.d.ts +0 -72
- package/dist/RS/types/to.js +0 -6
- package/dist/RS/types/to.js.map +0 -1
- package/dist/SS12000/from/activities.js +0 -36
- package/dist/SS12000/from/activities.js.map +0 -1
- package/dist/SS12000/from/calendar-events.js +0 -20
- package/dist/SS12000/from/calendar-events.js.map +0 -1
- package/dist/SS12000/from/duties.js +0 -31
- package/dist/SS12000/from/duties.js.map +0 -1
- package/dist/SS12000/from/groups.js +0 -23
- package/dist/SS12000/from/groups.js.map +0 -1
- package/dist/SS12000/from/index.js +0 -24
- package/dist/SS12000/from/index.js.map +0 -1
- package/dist/SS12000/from/persons.js +0 -43
- package/dist/SS12000/from/persons.js.map +0 -1
- package/dist/SS12000/from/resources.js +0 -9
- package/dist/SS12000/from/resources.js.map +0 -1
- package/dist/SS12000/from/rooms.js +0 -18
- package/dist/SS12000/from/rooms.js.map +0 -1
- package/dist/SS12000/from/syllabuses.js +0 -21
- package/dist/SS12000/from/syllabuses.js.map +0 -1
- package/dist/SS12000/index.d.ts +0 -12774
- package/dist/SS12000/index.js +0 -12
- package/dist/SS12000/index.js.map +0 -1
- package/dist/SS12000/to/activities.js +0 -63
- package/dist/SS12000/to/activities.js.map +0 -1
- package/dist/SS12000/to/calendar-events.js +0 -53
- package/dist/SS12000/to/calendar-events.js.map +0 -1
- package/dist/SS12000/to/common.js +0 -25
- package/dist/SS12000/to/common.js.map +0 -1
- package/dist/SS12000/to/duties.js +0 -45
- package/dist/SS12000/to/duties.js.map +0 -1
- package/dist/SS12000/to/groups.js +0 -49
- package/dist/SS12000/to/groups.js.map +0 -1
- package/dist/SS12000/to/index.d.ts +0 -56
- package/dist/SS12000/to/index.js +0 -24
- package/dist/SS12000/to/index.js.map +0 -1
- package/dist/SS12000/to/persons.js +0 -40
- package/dist/SS12000/to/persons.js.map +0 -1
- package/dist/SS12000/to/resources.js +0 -27
- package/dist/SS12000/to/resources.js.map +0 -1
- package/dist/SS12000/to/rooms.js +0 -32
- package/dist/SS12000/to/rooms.js.map +0 -1
- package/dist/SS12000/to/syllabuses.js +0 -34
- package/dist/SS12000/to/syllabuses.js.map +0 -1
- package/dist/SS12000/types/activities.d.ts +0 -41
- package/dist/SS12000/types/calendar-events.d.ts +0 -23
- package/dist/SS12000/types/codes.d.ts +0 -9
- package/dist/SS12000/types/duties.d.ts +0 -23
- package/dist/SS12000/types/duty-assignments.d.ts +0 -13
- package/dist/SS12000/types/groups.d.ts +0 -23
- package/dist/SS12000/types/index.d.ts +0 -21
- package/dist/SS12000/types/organisation.d.ts +0 -20
- package/dist/SS12000/types/persons.d.ts +0 -30
- package/dist/SS12000/types/resources.d.ts +0 -13
- package/dist/SS12000/types/rooms.d.ts +0 -17
- package/dist/SS12000/types/syllabus.d.ts +0 -19
- package/dist/SchoolSoft/api/from/index.js +0 -8
- package/dist/SchoolSoft/api/from/index.js.map +0 -1
- package/dist/SchoolSoft/api/from/schedules.js +0 -167
- package/dist/SchoolSoft/api/from/schedules.js.map +0 -1
- package/dist/SchoolSoft/api/index.d.ts +0 -461
- package/dist/SchoolSoft/api/index.js +0 -10
- package/dist/SchoolSoft/api/index.js.map +0 -1
- package/dist/SchoolSoft/api/types/group.d.ts +0 -12
- package/dist/SchoolSoft/api/types/index.d.ts +0 -19
- package/dist/SchoolSoft/api/types/lesson.d.ts +0 -9
- package/dist/SchoolSoft/api/types/location.d.ts +0 -8
- package/dist/SchoolSoft/api/types/persons.d.ts +0 -31
- package/dist/SchoolSoft/api/types/schedule.d.ts +0 -17
- package/dist/SchoolSoft/api/types/teacher.d.ts +0 -13
- package/dist/SchoolSoft/file/from/index.js +0 -8
- package/dist/SchoolSoft/file/from/index.js.map +0 -1
- package/dist/SchoolSoft/file/from/schedules.js +0 -134
- package/dist/SchoolSoft/file/from/schedules.js.map +0 -1
- package/dist/SchoolSoft/file/index.d.ts +0 -15
- package/dist/SchoolSoft/file/index.js +0 -12
- package/dist/SchoolSoft/file/index.js.map +0 -1
- package/dist/SchoolSoft/file/to/index.d.ts +0 -13
- package/dist/SchoolSoft/file/to/index.js +0 -10
- package/dist/SchoolSoft/file/to/index.js.map +0 -1
- package/dist/SchoolSoft/file/to/schedules.js +0 -107
- package/dist/SchoolSoft/file/to/schedules.js.map +0 -1
- package/dist/SchoolSoft/file/types/events.d.ts +0 -27
- package/dist/SchoolSoft/file/types/index.d.ts +0 -17
- package/dist/SchoolSoft/file/types/persons.d.ts +0 -31
- package/dist/SchoolSoft/index.d.ts +0 -20
- package/dist/SchoolSoft/index.js +0 -14
- package/dist/SchoolSoft/index.js.map +0 -1
- package/dist/Schoolity/index.d.ts +0 -10
- package/dist/Schoolity/index.js +0 -10
- package/dist/Schoolity/index.js.map +0 -1
- package/dist/Schoolity/txt/index.d.ts +0 -10
- package/dist/Schoolity/txt/index.js +0 -10
- package/dist/Schoolity/txt/index.js.map +0 -1
- package/dist/Schoolity/txt/to/index.d.ts +0 -10
- package/dist/Schoolity/txt/to/index.js +0 -10
- package/dist/Schoolity/txt/to/index.js.map +0 -1
- package/dist/Schoolity/txt/to/schedules.js +0 -331
- package/dist/Schoolity/txt/to/schedules.js.map +0 -1
- package/dist/Schoolity/txt/types/index.d.ts +0 -119
- package/dist/Skola24/index.d.ts +0 -13
- package/dist/Skola24/index.js +0 -12
- package/dist/Skola24/index.js.map +0 -1
- package/dist/Skola24/mdb/from/course-and-events.js +0 -241
- package/dist/Skola24/mdb/from/course-and-events.js.map +0 -1
- package/dist/Skola24/mdb/from/groups.js +0 -12
- package/dist/Skola24/mdb/from/groups.js.map +0 -1
- package/dist/Skola24/mdb/from/index.js +0 -8
- package/dist/Skola24/mdb/from/index.js.map +0 -1
- package/dist/Skola24/mdb/from/locations.js +0 -11
- package/dist/Skola24/mdb/from/locations.js.map +0 -1
- package/dist/Skola24/mdb/from/schedule.d.ts +0 -27
- package/dist/Skola24/mdb/from/schedule.js +0 -97
- package/dist/Skola24/mdb/from/schedule.js.map +0 -1
- package/dist/Skola24/mdb/from/teachers.js +0 -11
- package/dist/Skola24/mdb/from/teachers.js.map +0 -1
- package/dist/Skola24/mdb/index.d.ts +0 -12
- package/dist/Skola24/mdb/index.js +0 -10
- package/dist/Skola24/mdb/index.js.map +0 -1
- package/dist/Skola24/mdb/types/Course.d.ts +0 -10
- package/dist/Skola24/mdb/types/Group-group-link.d.ts +0 -8
- package/dist/Skola24/mdb/types/Group.d.ts +0 -9
- package/dist/Skola24/mdb/types/Lesson-group-link.d.ts +0 -8
- package/dist/Skola24/mdb/types/Lesson-period-link.d.ts +0 -8
- package/dist/Skola24/mdb/types/Lesson-room-link.d.ts +0 -8
- package/dist/Skola24/mdb/types/Lesson-teacher-link.d.ts +0 -8
- package/dist/Skola24/mdb/types/Lesson.d.ts +0 -13
- package/dist/Skola24/mdb/types/Options.d.ts +0 -11
- package/dist/Skola24/mdb/types/Period.d.ts +0 -9
- package/dist/Skola24/mdb/types/Plan-group-link.d.ts +0 -8
- package/dist/Skola24/mdb/types/Plan-period-link.d.ts +0 -8
- package/dist/Skola24/mdb/types/Plan-teacher-link.d.ts +0 -10
- package/dist/Skola24/mdb/types/Plan.d.ts +0 -9
- package/dist/Skola24/mdb/types/Room.d.ts +0 -9
- package/dist/Skola24/mdb/types/Schedule.d.ts +0 -39
- package/dist/Skola24/mdb/types/Subject.d.ts +0 -8
- package/dist/Skola24/mdb/types/Teacher.d.ts +0 -10
- package/dist/Skola24/mdb/types/index.d.ts +0 -23
- package/dist/Skola24/txt/from/calendar-exceptions.js +0 -68
- package/dist/Skola24/txt/from/calendar-exceptions.js.map +0 -1
- package/dist/Skola24/txt/from/division.js +0 -44
- package/dist/Skola24/txt/from/division.js.map +0 -1
- package/dist/Skola24/txt/from/index.js +0 -12
- package/dist/Skola24/txt/from/index.js.map +0 -1
- package/dist/Skola24/txt/from/period.js +0 -98
- package/dist/Skola24/txt/from/period.js.map +0 -1
- package/dist/Skola24/txt/from/schedules.d.ts +0 -16
- package/dist/Skola24/txt/from/schedules.js +0 -277
- package/dist/Skola24/txt/from/schedules.js.map +0 -1
- package/dist/Skola24/txt/from/util.js +0 -17
- package/dist/Skola24/txt/from/util.js.map +0 -1
- package/dist/Skola24/txt/index.d.ts +0 -28
- package/dist/Skola24/txt/index.js +0 -12
- package/dist/Skola24/txt/index.js.map +0 -1
- package/dist/Skola24/txt/to/index.d.ts +0 -10
- package/dist/Skola24/txt/to/index.js +0 -10
- package/dist/Skola24/txt/to/index.js.map +0 -1
- package/dist/Skola24/txt/to/schedules.js +0 -297
- package/dist/Skola24/txt/to/schedules.js.map +0 -1
- package/dist/Skola24/txt/types/index.d.ts +0 -141
- package/dist/common/constants.js +0 -8
- package/dist/common/constants.js.map +0 -1
- package/dist/common/functions.js +0 -61
- package/dist/common/functions.js.map +0 -1
- package/dist/common/get-date.js +0 -15
- package/dist/common/get-date.js.map +0 -1
- package/dist/common/make-chainable/index.js +0 -36
- package/dist/common/make-chainable/index.js.map +0 -1
- package/dist/common/types.d.ts +0 -18
- package/dist/core/from/configurations.js +0 -12
- package/dist/core/from/configurations.js.map +0 -1
- package/dist/core/from/courses.js +0 -12
- package/dist/core/from/courses.js.map +0 -1
- package/dist/core/from/events.js +0 -13
- package/dist/core/from/events.js.map +0 -1
- package/dist/core/from/exceptions.js +0 -12
- package/dist/core/from/exceptions.js.map +0 -1
- package/dist/core/from/groups.js +0 -12
- package/dist/core/from/groups.js.map +0 -1
- package/dist/core/from/index.js +0 -23
- package/dist/core/from/index.js.map +0 -1
- package/dist/core/from/locations.js +0 -12
- package/dist/core/from/locations.js.map +0 -1
- package/dist/core/from/locked-times.js +0 -12
- package/dist/core/from/locked-times.js.map +0 -1
- package/dist/core/from/overlap-groups.js +0 -12
- package/dist/core/from/overlap-groups.js.map +0 -1
- package/dist/core/from/periods.js +0 -12
- package/dist/core/from/periods.js.map +0 -1
- package/dist/core/from/persons.js +0 -12
- package/dist/core/from/persons.js.map +0 -1
- package/dist/core/from/root-intervals.js +0 -12
- package/dist/core/from/root-intervals.js.map +0 -1
- package/dist/core/from/schedules.d.ts +0 -7
- package/dist/core/from/schedules.js +0 -38
- package/dist/core/from/schedules.js.map +0 -1
- package/dist/core/from/settings.js +0 -21
- package/dist/core/from/settings.js.map +0 -1
- package/dist/core/from/syllabuses.js +0 -13
- package/dist/core/from/syllabuses.js.map +0 -1
- package/dist/core/from/teachers.js +0 -12
- package/dist/core/from/teachers.js.map +0 -1
- package/dist/core/index.d.ts +0 -37
- package/dist/core/index.js +0 -16
- package/dist/core/index.js.map +0 -1
- package/dist/core/interfaces/index.js +0 -6
- package/dist/core/interfaces/other/companies.d.ts +0 -132
- package/dist/core/interfaces/other/companies.js +0 -9
- package/dist/core/interfaces/other/companies.js.map +0 -1
- package/dist/core/interfaces/other/etc.d.ts +0 -19
- package/dist/core/interfaces/other/integrations.d.ts +0 -17
- package/dist/core/interfaces/other/operations.d.ts +0 -35
- package/dist/core/interfaces/other/policies.d.ts +0 -31
- package/dist/core/interfaces/other/sync-logs.d.ts +0 -21
- package/dist/core/interfaces/other/users.d.ts +0 -35
- package/dist/core/interfaces/vertices/companies.d.ts +0 -7
- package/dist/core/interfaces/vertices/configurations.d.ts +0 -57
- package/dist/core/interfaces/vertices/courses.d.ts +0 -67
- package/dist/core/interfaces/vertices/division-settings.d.ts +0 -55
- package/dist/core/interfaces/vertices/divisions.d.ts +0 -30
- package/dist/core/interfaces/vertices/events.d.ts +0 -101
- package/dist/core/interfaces/vertices/exceptions.d.ts +0 -73
- package/dist/core/interfaces/vertices/generations.d.ts +0 -21
- package/dist/core/interfaces/vertices/groups.d.ts +0 -52
- package/dist/core/interfaces/vertices/index.d.ts +0 -222
- package/dist/core/interfaces/vertices/index.js +0 -3
- package/dist/core/interfaces/vertices/locations.d.ts +0 -21
- package/dist/core/interfaces/vertices/locked-times.d.ts +0 -35
- package/dist/core/interfaces/vertices/overlap-groups.d.ts +0 -16
- package/dist/core/interfaces/vertices/periods.d.ts +0 -13
- package/dist/core/interfaces/vertices/persons.d.ts +0 -31
- package/dist/core/interfaces/vertices/properties/belongs-to.d.ts +0 -10
- package/dist/core/interfaces/vertices/properties/coalesced.d.ts +0 -7
- package/dist/core/interfaces/vertices/properties/days.d.ts +0 -9
- package/dist/core/interfaces/vertices/properties/index.d.ts +0 -15
- package/dist/core/interfaces/vertices/properties/intervals.d.ts +0 -10
- package/dist/core/interfaces/vertices/properties/maximum-schedule-span.d.ts +0 -19
- package/dist/core/interfaces/vertices/properties/min-break-length.d.ts +0 -5
- package/dist/core/interfaces/vertices/properties/planned-scheduled-duration.d.ts +0 -13
- package/dist/core/interfaces/vertices/properties/species.d.ts +0 -9
- package/dist/core/interfaces/vertices/properties/tags.d.ts +0 -9
- package/dist/core/interfaces/vertices/properties/week.d.ts +0 -22
- package/dist/core/interfaces/vertices/properties/week.js +0 -6
- package/dist/core/interfaces/vertices/properties/week.js.map +0 -1
- package/dist/core/interfaces/vertices/root-intervals.d.ts +0 -12
- package/dist/core/interfaces/vertices/syllabuses.d.ts +0 -17
- package/dist/core/interfaces/vertices/teachers.d.ts +0 -42
- package/dist/core/interfaces/vertices/threads.d.ts +0 -31
- package/dist/core/interfaces/vertices/users.d.ts +0 -10
- package/dist/core/interfaces/vertices/util/common.d.ts +0 -28
- package/dist/core/interfaces/vertices/util/custom-vertex-export/assert-no-invalid-expand-keys.d.ts +0 -16
- package/dist/core/interfaces/vertices/util/custom-vertex-export/index.d.ts +0 -34
- package/dist/core/interfaces/vertices/util/custom-vertex-export/util.d.ts +0 -53
- package/dist/core/interfaces/vertices/util/deep-vertex-export/index.d.ts +0 -65
- package/dist/core/interfaces/vertices/util/edges.d.ts +0 -123
- package/dist/core/interfaces/vertices/util/keys-of.d.ts +0 -27
- package/dist/core/interfaces/vertices/util/serialized-vertex-export.d.ts +0 -12
- package/dist/core/interfaces/vertices/util/util.d.ts +0 -84
- package/dist/core/interfaces/vertices/util/vertex-query/index.d.ts +0 -51
- package/dist/core/interfaces/vertices/util/vertex-query/util.d.ts +0 -13
- package/dist/core/interfaces/vertices/util/vertex.d.ts +0 -70
- package/dist/core/interfaces/vertices/vertex-query.d.ts +0 -108
- package/dist/core/interfaces/vertices/vertex-query.js +0 -110
- package/dist/core/interfaces/vertices/vertex-query.js.map +0 -1
- package/dist/core/to/configurations.js +0 -17
- package/dist/core/to/configurations.js.map +0 -1
- package/dist/core/to/courses.js +0 -42
- package/dist/core/to/courses.js.map +0 -1
- package/dist/core/to/division.js +0 -10
- package/dist/core/to/division.js.map +0 -1
- package/dist/core/to/events.js +0 -43
- package/dist/core/to/events.js.map +0 -1
- package/dist/core/to/exceptions.js +0 -30
- package/dist/core/to/exceptions.js.map +0 -1
- package/dist/core/to/groups.js +0 -26
- package/dist/core/to/groups.js.map +0 -1
- package/dist/core/to/index.d.ts +0 -9
- package/dist/core/to/index.js +0 -10
- package/dist/core/to/index.js.map +0 -1
- package/dist/core/to/locations.js +0 -22
- package/dist/core/to/locations.js.map +0 -1
- package/dist/core/to/locked-times.js +0 -21
- package/dist/core/to/locked-times.js.map +0 -1
- package/dist/core/to/overlap-groups.js +0 -28
- package/dist/core/to/overlap-groups.js.map +0 -1
- package/dist/core/to/periods.js +0 -17
- package/dist/core/to/periods.js.map +0 -1
- package/dist/core/to/persons.js +0 -18
- package/dist/core/to/persons.js.map +0 -1
- package/dist/core/to/root-intervals.js +0 -17
- package/dist/core/to/root-intervals.js.map +0 -1
- package/dist/core/to/schedules.d.ts +0 -46
- package/dist/core/to/schedules.js +0 -42
- package/dist/core/to/schedules.js.map +0 -1
- package/dist/core/to/settings.js +0 -19
- package/dist/core/to/settings.js.map +0 -1
- package/dist/core/to/syllabuses.js +0 -17
- package/dist/core/to/syllabuses.js.map +0 -1
- package/dist/core/to/teachers.js +0 -25
- package/dist/core/to/teachers.js.map +0 -1
- package/dist/core/to/util.d.ts +0 -8
- package/dist/core/to/util.js +0 -25
- package/dist/core/to/util.js.map +0 -1
- package/dist/core/types/common/index.d.ts +0 -8
- package/dist/core/types/common/meta.d.ts +0 -15
- package/dist/core/types/index.d.ts +0 -131
- package/dist/core/util.js +0 -46
- package/dist/core/util.js.map +0 -1
- package/dist/identify/constants/index.d.ts +0 -144
- package/dist/identify/constants/index.js +0 -317
- package/dist/identify/constants/index.js.map +0 -1
- package/dist/identify/index.d.ts +0 -8
- package/dist/identify/index.js +0 -94
- package/dist/identify/index.js.map +0 -1
- package/dist/identify/types/index.d.ts +0 -15
- package/dist/index.d.ts +0 -57
- package/dist/index.js +0 -22
- package/dist/sdui/from/classes.js +0 -8
- package/dist/sdui/from/classes.js.map +0 -1
- package/dist/sdui/from/courses.js +0 -14
- package/dist/sdui/from/courses.js.map +0 -1
- package/dist/sdui/from/holidays.js +0 -8
- package/dist/sdui/from/holidays.js.map +0 -1
- package/dist/sdui/from/hours.js +0 -6
- package/dist/sdui/from/hours.js.map +0 -1
- package/dist/sdui/from/index.js +0 -30
- package/dist/sdui/from/index.js.map +0 -1
- package/dist/sdui/from/lessons.js +0 -23
- package/dist/sdui/from/lessons.js.map +0 -1
- package/dist/sdui/from/rooms.js +0 -11
- package/dist/sdui/from/rooms.js.map +0 -1
- package/dist/sdui/from/schedules.d.ts +0 -19
- package/dist/sdui/from/schedules.js +0 -24
- package/dist/sdui/from/schedules.js.map +0 -1
- package/dist/sdui/from/school-years.js +0 -11
- package/dist/sdui/from/school-years.js.map +0 -1
- package/dist/sdui/from/subjects.js +0 -6
- package/dist/sdui/from/subjects.js.map +0 -1
- package/dist/sdui/from/substitution-plans.js +0 -10
- package/dist/sdui/from/substitution-plans.js.map +0 -1
- package/dist/sdui/from/teachers.js +0 -15
- package/dist/sdui/from/teachers.js.map +0 -1
- package/dist/sdui/index.d.ts +0 -32
- package/dist/sdui/index.js +0 -12
- package/dist/sdui/index.js.map +0 -1
- package/dist/sdui/to/classes.js +0 -10
- package/dist/sdui/to/classes.js.map +0 -1
- package/dist/sdui/to/courses.js +0 -16
- package/dist/sdui/to/courses.js.map +0 -1
- package/dist/sdui/to/holidays.js +0 -16
- package/dist/sdui/to/holidays.js.map +0 -1
- package/dist/sdui/to/hours.js +0 -15
- package/dist/sdui/to/hours.js.map +0 -1
- package/dist/sdui/to/index.d.ts +0 -20
- package/dist/sdui/to/index.js +0 -30
- package/dist/sdui/to/index.js.map +0 -1
- package/dist/sdui/to/lessons.js +0 -24
- package/dist/sdui/to/lessons.js.map +0 -1
- package/dist/sdui/to/rooms.js +0 -13
- package/dist/sdui/to/rooms.js.map +0 -1
- package/dist/sdui/to/schedules.js +0 -26
- package/dist/sdui/to/schedules.js.map +0 -1
- package/dist/sdui/to/school-years.js +0 -18
- package/dist/sdui/to/school-years.js.map +0 -1
- package/dist/sdui/to/subjects.js +0 -8
- package/dist/sdui/to/subjects.js.map +0 -1
- package/dist/sdui/to/substitution-plans.js +0 -49
- package/dist/sdui/to/substitution-plans.js.map +0 -1
- package/dist/sdui/to/teachers.js +0 -20
- package/dist/sdui/to/teachers.js.map +0 -1
- package/dist/sdui/types/classes.d.ts +0 -8
- package/dist/sdui/types/courses.d.ts +0 -12
- package/dist/sdui/types/holidays.d.ts +0 -10
- package/dist/sdui/types/hours.d.ts +0 -10
- package/dist/sdui/types/index.d.ts +0 -31
- package/dist/sdui/types/lessons.d.ts +0 -13
- package/dist/sdui/types/rooms.d.ts +0 -9
- package/dist/sdui/types/schedules.d.ts +0 -27
- package/dist/sdui/types/school-years.d.ts +0 -9
- package/dist/sdui/types/subjects.d.ts +0 -9
- package/dist/sdui/types/substitution-plans.d.ts +0 -30
- package/dist/sdui/types/teachers.d.ts +0 -10
- package/dist/vKlass/from/index.js +0 -8
- package/dist/vKlass/from/index.js.map +0 -1
- package/dist/vKlass/from/schedule.d.ts +0 -23
- package/dist/vKlass/from/schedule.js +0 -71
- package/dist/vKlass/from/schedule.js.map +0 -1
- package/dist/vKlass/index.d.ts +0 -13
- package/dist/vKlass/index.js +0 -12
- package/dist/vKlass/index.js.map +0 -1
- package/dist/vKlass/to/index.d.ts +0 -9
- package/dist/vKlass/to/index.js +0 -10
- package/dist/vKlass/to/index.js.map +0 -1
- package/dist/vKlass/to/schedules.d.ts +0 -14
- package/dist/vKlass/to/schedules.js +0 -93
- package/dist/vKlass/to/schedules.js.map +0 -1
- package/dist/vKlass/types/index.d.ts +0 -53
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import { EdgeWrapper, Plain, Wrapped } from "./util/edges.mjs";
|
|
3
|
+
import "./util/index.mjs";
|
|
4
|
+
import { Day } from "./properties/days.mjs";
|
|
5
|
+
import { Interval } from "./properties/intervals.mjs";
|
|
6
|
+
import { Tag } from "./properties/tags.mjs";
|
|
7
|
+
import { MaximumScheduleSpan } from "./properties/maximum-schedule-span.mjs";
|
|
8
|
+
import { RootIntervalVertex } from "./root-intervals.mjs";
|
|
9
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
10
|
+
import { PersonVertex } from "./persons.mjs";
|
|
11
|
+
import { ExceptionVertex } from "./exceptions.mjs";
|
|
12
|
+
import { LockedTimeVertex } from "./locked-times.mjs";
|
|
13
|
+
|
|
14
|
+
//#region src/core/interfaces/vertices/groups.d.ts
|
|
15
|
+
type DerivedParentGroupOpts = {
|
|
16
|
+
implicit?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* If the group is explicitly defined as a parent group.
|
|
19
|
+
*/
|
|
20
|
+
explicit?: boolean;
|
|
21
|
+
};
|
|
22
|
+
type GroupVertex = VertexFactory<'groups', BelongsTo & {
|
|
23
|
+
tags?: Tag[];
|
|
24
|
+
minBreakLength?: number; /** @deprecated replaced by maximumScheduleSpan */
|
|
25
|
+
maxNumWorkingHours?: number | false; /** @deprecated replaced by maximumScheduleSpan */
|
|
26
|
+
maxNumDailyWorkingHours?: number | number[] | false;
|
|
27
|
+
maximumScheduleSpan?: MaximumScheduleSpan;
|
|
28
|
+
forbidOverlappingEvents?: boolean;
|
|
29
|
+
disableDayLengthPunishment?: boolean;
|
|
30
|
+
weight?: number;
|
|
31
|
+
species?: 'class';
|
|
32
|
+
/**
|
|
33
|
+
* @note an empty array is the same as undefined
|
|
34
|
+
*/
|
|
35
|
+
intervals?: Interval[];
|
|
36
|
+
days?: Day[];
|
|
37
|
+
parentGroups?: EdgeWrapper<'array', Plain.Edge<GroupVertex>>;
|
|
38
|
+
subGroups?: EdgeWrapper<'array', Plain.Edge<GroupVertex>>;
|
|
39
|
+
lockedTimes?: EdgeWrapper<'array', Plain.Edge<LockedTimeVertex>>;
|
|
40
|
+
lunch?: EdgeWrapper<'array', Plain.Edge<LockedTimeVertex>>;
|
|
41
|
+
exceptions?: EdgeWrapper<'array', Plain.Edge<ExceptionVertex>>;
|
|
42
|
+
members?: EdgeWrapper<'array', Plain.Edge<PersonVertex>>;
|
|
43
|
+
rootInterval?: EdgeWrapper<'single', Plain.Edge<RootIntervalVertex>>;
|
|
44
|
+
/**
|
|
45
|
+
* Source only?
|
|
46
|
+
*/
|
|
47
|
+
derivedParentGroups?: EdgeWrapper<'array', Wrapped.Edge<'group', GroupVertex, DerivedParentGroupOpts>>;
|
|
48
|
+
}>;
|
|
49
|
+
//#endregion
|
|
50
|
+
export { GroupVertex };
|
|
51
|
+
//# sourceMappingURL=groups.d.mts.map
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
import { Collection, Vertex } from "./util/vertex.mjs";
|
|
2
|
+
import { IdKey, InternalIdKey } from "../../types/common/index.mjs";
|
|
3
|
+
import { DeepVertexExport, DeepVertexExportOmitPrivateId, MixedVertexExport, MixedWithOptionalIdVertexExport } from "./util/deep-vertex-export/index.mjs";
|
|
4
|
+
import { SerializedVertexExport } from "./util/serialized-vertex-export.mjs";
|
|
5
|
+
import "./util/index.mjs";
|
|
6
|
+
import { PeriodVertex } from "./periods.mjs";
|
|
7
|
+
import { RootIntervalVertex } from "./root-intervals.mjs";
|
|
8
|
+
import { CalendarException, DivisionSettingsVertex } from "./division-settings.mjs";
|
|
9
|
+
import { GenerationVertex } from "./generations.mjs";
|
|
10
|
+
import { DivisionVertex, StepGuideProgress } from "./divisions.mjs";
|
|
11
|
+
import { PersonVertex } from "./persons.mjs";
|
|
12
|
+
import { LocationVertex } from "./locations.mjs";
|
|
13
|
+
import { LinkedEventsSetVertex } from "./linked-events-sets.mjs";
|
|
14
|
+
import { UserVertex } from "./users.mjs";
|
|
15
|
+
import { ThreadVertex } from "./threads.mjs";
|
|
16
|
+
import { CalendarEventVertex, EventVertex, ScheduleEventVertex } from "./events.mjs";
|
|
17
|
+
import { OverlapGroupVertex } from "./overlap-groups.mjs";
|
|
18
|
+
import { SyllabusVertex } from "./syllabuses.mjs";
|
|
19
|
+
import { CourseVertex } from "./courses.mjs";
|
|
20
|
+
import { CalendarExceptionAction, ExceptionStatus, ExceptionVertex } from "./exceptions.mjs";
|
|
21
|
+
import { GroupVertex } from "./groups.mjs";
|
|
22
|
+
import { LockedTimeType, LockedTimeVertex } from "./locked-times.mjs";
|
|
23
|
+
import { TeacherVertex } from "./teachers.mjs";
|
|
24
|
+
import { ConfigurationFilterVertex, ConfigurationRuleVertex, ConfigurationTemplateVertex, ConfigurationVertex } from "./configurations.mjs";
|
|
25
|
+
import { Infer, VertexQuery, createVertexQuery } from "./vertex-query.mjs";
|
|
26
|
+
|
|
27
|
+
//#region src/core/interfaces/vertices/index.d.ts
|
|
28
|
+
type Is<C extends Collection> = Pick<Vertex<C>, 'is'>;
|
|
29
|
+
type ScheduleOf<TDivision extends Is<'divisions'>, TSettings extends Is<'settings'>, TException extends Is<'exceptions'>, TGroup extends Is<'groups'>, TTeacher extends Is<'teachers'>, TLocation extends Is<'locations'>, TCourse extends Is<'courses'>, TEvent extends Is<'events'>, TOverlapGroup extends Is<'overlapGroups'>, TPeriod extends Is<'periods'>, TPerson extends Is<'persons'>, TLockedTime extends Is<'lockedTimes'>, TRootInterval extends Is<'rootIntervals'>, TSyllabus extends Is<'syllabuses'>, TConfiguration extends Is<'configurations'>, TLinkedEventsSet extends Is<'linkedEventsSets'>> = {
|
|
30
|
+
divisions: TDivision;
|
|
31
|
+
settings: TSettings;
|
|
32
|
+
exceptions: TException[];
|
|
33
|
+
groups: TGroup[];
|
|
34
|
+
teachers: TTeacher[];
|
|
35
|
+
locations: TLocation[];
|
|
36
|
+
courses: TCourse[];
|
|
37
|
+
events: TEvent[];
|
|
38
|
+
overlapGroups: TOverlapGroup[];
|
|
39
|
+
periods: TPeriod[];
|
|
40
|
+
persons: TPerson[];
|
|
41
|
+
lockedTimes: TLockedTime[];
|
|
42
|
+
rootIntervals: TRootInterval[];
|
|
43
|
+
syllabuses: TSyllabus[];
|
|
44
|
+
configurations: TConfiguration[];
|
|
45
|
+
linkedEventsSets: TLinkedEventsSet[];
|
|
46
|
+
};
|
|
47
|
+
declare namespace Serialized {
|
|
48
|
+
type Teacher = SerializedVertexExport<TeacherVertex>;
|
|
49
|
+
type Exception = SerializedVertexExport<ExceptionVertex>;
|
|
50
|
+
type Event = SerializedVertexExport<EventVertex>;
|
|
51
|
+
type ScheduleEvent = SerializedVertexExport<ScheduleEventVertex>;
|
|
52
|
+
type CalendarEvent = SerializedVertexExport<CalendarEventVertex>;
|
|
53
|
+
type Course = SerializedVertexExport<CourseVertex>;
|
|
54
|
+
type Settings = SerializedVertexExport<DivisionSettingsVertex>;
|
|
55
|
+
type Division = SerializedVertexExport<DivisionVertex>;
|
|
56
|
+
type Generation = SerializedVertexExport<GenerationVertex>;
|
|
57
|
+
type Group = SerializedVertexExport<GroupVertex>;
|
|
58
|
+
type Location = SerializedVertexExport<LocationVertex>;
|
|
59
|
+
type LockedTime = SerializedVertexExport<LockedTimeVertex>;
|
|
60
|
+
type OverlapGroup = SerializedVertexExport<OverlapGroupVertex>;
|
|
61
|
+
type LinkedEventsSet = SerializedVertexExport<LinkedEventsSetVertex>;
|
|
62
|
+
type Period = SerializedVertexExport<PeriodVertex>;
|
|
63
|
+
type Person = SerializedVertexExport<PersonVertex>;
|
|
64
|
+
type RootInterval = SerializedVertexExport<RootIntervalVertex>;
|
|
65
|
+
type Syllabus = SerializedVertexExport<SyllabusVertex>;
|
|
66
|
+
type Thread = SerializedVertexExport<ThreadVertex>;
|
|
67
|
+
type User = SerializedVertexExport<UserVertex>;
|
|
68
|
+
namespace Configuration {
|
|
69
|
+
type Base = SerializedVertexExport<ConfigurationVertex>;
|
|
70
|
+
type Filter = SerializedVertexExport<ConfigurationFilterVertex>;
|
|
71
|
+
type Template = SerializedVertexExport<ConfigurationTemplateVertex>;
|
|
72
|
+
type Rule = SerializedVertexExport<ConfigurationRuleVertex>;
|
|
73
|
+
type Mixed = Filter | Template | Rule;
|
|
74
|
+
}
|
|
75
|
+
type Schedule = ScheduleOf<Division, Settings, Exception, Group, Teacher, Location, Course, Event, OverlapGroup, Period, Person, LockedTime, RootInterval, Syllabus, Configuration.Base, LinkedEventsSet>;
|
|
76
|
+
}
|
|
77
|
+
declare namespace Deep {
|
|
78
|
+
type Teacher = DeepVertexExport<TeacherVertex>;
|
|
79
|
+
type Exception = DeepVertexExport<ExceptionVertex>;
|
|
80
|
+
type Event = DeepVertexExport<EventVertex>;
|
|
81
|
+
type ScheduleEvent = DeepVertexExport<ScheduleEventVertex>;
|
|
82
|
+
type CalendarEvent = DeepVertexExport<CalendarEventVertex>;
|
|
83
|
+
type Course = DeepVertexExport<CourseVertex>;
|
|
84
|
+
type Settings = DeepVertexExport<DivisionSettingsVertex>;
|
|
85
|
+
type Division = DeepVertexExport<DivisionVertex>;
|
|
86
|
+
type Generation = DeepVertexExport<GenerationVertex>;
|
|
87
|
+
type Group = DeepVertexExport<GroupVertex>;
|
|
88
|
+
type Location = DeepVertexExport<LocationVertex>;
|
|
89
|
+
type LockedTime = DeepVertexExport<LockedTimeVertex>;
|
|
90
|
+
type OverlapGroup = DeepVertexExport<OverlapGroupVertex>;
|
|
91
|
+
type LinkedEventsSet = DeepVertexExport<LinkedEventsSetVertex>;
|
|
92
|
+
type Period = DeepVertexExport<PeriodVertex>;
|
|
93
|
+
type Person = DeepVertexExport<PersonVertex>;
|
|
94
|
+
type RootInterval = DeepVertexExport<RootIntervalVertex>;
|
|
95
|
+
type Syllabus = DeepVertexExport<SyllabusVertex>;
|
|
96
|
+
type Thread = DeepVertexExport<ThreadVertex>;
|
|
97
|
+
type User = DeepVertexExport<UserVertex>;
|
|
98
|
+
namespace Configuration {
|
|
99
|
+
type Base = DeepVertexExport<ConfigurationVertex>;
|
|
100
|
+
type Filter = DeepVertexExport<ConfigurationFilterVertex>;
|
|
101
|
+
type Template = DeepVertexExport<ConfigurationTemplateVertex>;
|
|
102
|
+
type Rule = DeepVertexExport<ConfigurationRuleVertex>;
|
|
103
|
+
type Mixed = Filter | Template | Rule;
|
|
104
|
+
}
|
|
105
|
+
type Schedule = ScheduleOf<Division, Settings, Exception, Group, Teacher, Location, Course, Event, OverlapGroup, Period, Person, LockedTime, RootInterval, Syllabus, Configuration.Base, LinkedEventsSet>;
|
|
106
|
+
}
|
|
107
|
+
declare namespace DeepWithoutPrivateId {
|
|
108
|
+
type Teacher = DeepVertexExportOmitPrivateId<TeacherVertex>;
|
|
109
|
+
type Exception = DeepVertexExportOmitPrivateId<ExceptionVertex>;
|
|
110
|
+
type Event = DeepVertexExportOmitPrivateId<EventVertex>;
|
|
111
|
+
type ScheduleEvent = DeepVertexExportOmitPrivateId<ScheduleEventVertex>;
|
|
112
|
+
type CalendarEvent = DeepVertexExportOmitPrivateId<CalendarEventVertex>;
|
|
113
|
+
type Course = DeepVertexExportOmitPrivateId<CourseVertex>;
|
|
114
|
+
type Settings = DeepVertexExportOmitPrivateId<DivisionSettingsVertex>;
|
|
115
|
+
type Division = DeepVertexExportOmitPrivateId<DivisionVertex>;
|
|
116
|
+
type Generation = DeepVertexExportOmitPrivateId<GenerationVertex>;
|
|
117
|
+
type Group = DeepVertexExportOmitPrivateId<GroupVertex>;
|
|
118
|
+
type Location = DeepVertexExportOmitPrivateId<LocationVertex>;
|
|
119
|
+
type LockedTime = DeepVertexExportOmitPrivateId<LockedTimeVertex>;
|
|
120
|
+
type OverlapGroup = DeepVertexExportOmitPrivateId<OverlapGroupVertex>;
|
|
121
|
+
type LinkedEventsSet = DeepVertexExportOmitPrivateId<LinkedEventsSetVertex>;
|
|
122
|
+
type Period = DeepVertexExportOmitPrivateId<PeriodVertex>;
|
|
123
|
+
type Person = DeepVertexExportOmitPrivateId<PersonVertex>;
|
|
124
|
+
type RootInterval = DeepVertexExportOmitPrivateId<RootIntervalVertex>;
|
|
125
|
+
type Syllabus = DeepVertexExportOmitPrivateId<SyllabusVertex>;
|
|
126
|
+
type Thread = DeepVertexExportOmitPrivateId<ThreadVertex>;
|
|
127
|
+
type User = DeepVertexExportOmitPrivateId<UserVertex>;
|
|
128
|
+
namespace Configuration {
|
|
129
|
+
type Base = DeepVertexExport<ConfigurationVertex>;
|
|
130
|
+
type Filter = DeepVertexExport<ConfigurationFilterVertex>;
|
|
131
|
+
type Template = DeepVertexExport<ConfigurationTemplateVertex>;
|
|
132
|
+
type Rule = DeepVertexExport<ConfigurationRuleVertex>;
|
|
133
|
+
type Mixed = Filter | Template | Rule;
|
|
134
|
+
}
|
|
135
|
+
type Schedule = ScheduleOf<Division, Settings, Exception, Group, Teacher, Location, Course, Event, OverlapGroup, Period, Person, LockedTime, RootInterval, Syllabus, Configuration.Base, LinkedEventsSet>;
|
|
136
|
+
}
|
|
137
|
+
declare namespace Mixed {
|
|
138
|
+
type Teacher = MixedVertexExport<TeacherVertex>;
|
|
139
|
+
type Exception = MixedVertexExport<ExceptionVertex>;
|
|
140
|
+
type Event = MixedVertexExport<EventVertex>;
|
|
141
|
+
type ScheduleEvent = MixedVertexExport<ScheduleEventVertex>;
|
|
142
|
+
type CalendarEvent = MixedVertexExport<CalendarEventVertex>;
|
|
143
|
+
type Course = MixedVertexExport<CourseVertex>;
|
|
144
|
+
type Settings = MixedVertexExport<DivisionSettingsVertex>;
|
|
145
|
+
type Division = MixedVertexExport<DivisionVertex>;
|
|
146
|
+
type Generation = MixedVertexExport<GenerationVertex>;
|
|
147
|
+
type Group = MixedVertexExport<GroupVertex>;
|
|
148
|
+
type Location = MixedVertexExport<LocationVertex>;
|
|
149
|
+
type LockedTime = MixedVertexExport<LockedTimeVertex>;
|
|
150
|
+
type OverlapGroup = MixedVertexExport<OverlapGroupVertex>;
|
|
151
|
+
type LinkedEventsSet = MixedVertexExport<LinkedEventsSetVertex>;
|
|
152
|
+
type Period = MixedVertexExport<PeriodVertex>;
|
|
153
|
+
type Person = MixedVertexExport<PersonVertex>;
|
|
154
|
+
type RootInterval = MixedVertexExport<RootIntervalVertex>;
|
|
155
|
+
type Syllabus = MixedVertexExport<SyllabusVertex>;
|
|
156
|
+
type Thread = MixedVertexExport<ThreadVertex>;
|
|
157
|
+
type User = MixedVertexExport<UserVertex>;
|
|
158
|
+
namespace Configuration {
|
|
159
|
+
type Base = MixedVertexExport<ConfigurationVertex>;
|
|
160
|
+
type Filter = MixedVertexExport<ConfigurationFilterVertex>;
|
|
161
|
+
type Template = MixedVertexExport<ConfigurationTemplateVertex>;
|
|
162
|
+
type Rule = MixedVertexExport<ConfigurationRuleVertex>;
|
|
163
|
+
type Mixed = Filter | Template | Rule;
|
|
164
|
+
}
|
|
165
|
+
type Schedule = ScheduleOf<Division, Settings, Exception, Group, Teacher, Location, Course, Event, OverlapGroup, Period, Person, LockedTime, RootInterval, Syllabus, Configuration.Base, LinkedEventsSet>;
|
|
166
|
+
}
|
|
167
|
+
declare namespace MixedWithOptionalId {
|
|
168
|
+
type Teacher = MixedWithOptionalIdVertexExport<TeacherVertex>;
|
|
169
|
+
type Exception = MixedWithOptionalIdVertexExport<ExceptionVertex>;
|
|
170
|
+
type Event = MixedWithOptionalIdVertexExport<EventVertex>;
|
|
171
|
+
type ScheduleEvent = MixedWithOptionalIdVertexExport<ScheduleEventVertex>;
|
|
172
|
+
type CalendarEvent = MixedWithOptionalIdVertexExport<CalendarEventVertex>;
|
|
173
|
+
type Course = MixedWithOptionalIdVertexExport<CourseVertex>;
|
|
174
|
+
type Settings = MixedWithOptionalIdVertexExport<DivisionSettingsVertex>;
|
|
175
|
+
type Division = MixedWithOptionalIdVertexExport<DivisionVertex>;
|
|
176
|
+
type Generation = MixedWithOptionalIdVertexExport<GenerationVertex>;
|
|
177
|
+
type Group = MixedWithOptionalIdVertexExport<GroupVertex>;
|
|
178
|
+
type Location = MixedWithOptionalIdVertexExport<LocationVertex>;
|
|
179
|
+
type LockedTime = MixedWithOptionalIdVertexExport<LockedTimeVertex>;
|
|
180
|
+
type OverlapGroup = MixedWithOptionalIdVertexExport<OverlapGroupVertex>;
|
|
181
|
+
type LinkedEventsSet = MixedWithOptionalIdVertexExport<LinkedEventsSetVertex>;
|
|
182
|
+
type Period = MixedWithOptionalIdVertexExport<PeriodVertex>;
|
|
183
|
+
type Person = MixedWithOptionalIdVertexExport<PersonVertex>;
|
|
184
|
+
type RootInterval = MixedWithOptionalIdVertexExport<RootIntervalVertex>;
|
|
185
|
+
type Syllabus = MixedWithOptionalIdVertexExport<SyllabusVertex>;
|
|
186
|
+
type Thread = MixedWithOptionalIdVertexExport<ThreadVertex>;
|
|
187
|
+
type User = MixedWithOptionalIdVertexExport<UserVertex>;
|
|
188
|
+
namespace Configuration {
|
|
189
|
+
type Base = MixedWithOptionalIdVertexExport<ConfigurationVertex>;
|
|
190
|
+
type Filter = MixedWithOptionalIdVertexExport<ConfigurationFilterVertex>;
|
|
191
|
+
type Template = MixedWithOptionalIdVertexExport<ConfigurationTemplateVertex>;
|
|
192
|
+
type Rule = MixedWithOptionalIdVertexExport<ConfigurationRuleVertex>;
|
|
193
|
+
type Mixed = Filter | Template | Rule;
|
|
194
|
+
}
|
|
195
|
+
type Schedule = ScheduleOf<Division, Settings, Exception, Group, Teacher, Location, Course, Event, OverlapGroup, Period, Person, LockedTime, RootInterval, Syllabus, Configuration.Base, LinkedEventsSet>;
|
|
196
|
+
}
|
|
197
|
+
declare namespace SerializedWithOptionalId {
|
|
198
|
+
type MakeIdsOptional<T extends Pick<Vertex<Collection>, IdKey | InternalIdKey>> = Omit<T, IdKey | InternalIdKey> & Partial<Pick<T, IdKey | InternalIdKey>>;
|
|
199
|
+
export type Teacher = MakeIdsOptional<Serialized.Teacher>;
|
|
200
|
+
export type Exception = MakeIdsOptional<Serialized.Exception>;
|
|
201
|
+
export type Event = MakeIdsOptional<Serialized.Event>;
|
|
202
|
+
export type ScheduleEvent = MakeIdsOptional<Serialized.ScheduleEvent>;
|
|
203
|
+
export type CalendarEvent = MakeIdsOptional<Serialized.CalendarEvent>;
|
|
204
|
+
export type Course = MakeIdsOptional<Serialized.Course>;
|
|
205
|
+
export type Settings = MakeIdsOptional<Serialized.Settings>;
|
|
206
|
+
export type Division = MakeIdsOptional<Serialized.Division>;
|
|
207
|
+
export type Generation = MakeIdsOptional<Serialized.Generation>;
|
|
208
|
+
export type Group = MakeIdsOptional<Serialized.Group>;
|
|
209
|
+
export type Location = MakeIdsOptional<Serialized.Location>;
|
|
210
|
+
export type LockedTime = MakeIdsOptional<Serialized.LockedTime>;
|
|
211
|
+
export type OverlapGroup = MakeIdsOptional<Serialized.OverlapGroup>;
|
|
212
|
+
export type LinkedEventsSet = MakeIdsOptional<Serialized.LinkedEventsSet>;
|
|
213
|
+
export type Period = MakeIdsOptional<Serialized.Period>;
|
|
214
|
+
export type Person = MakeIdsOptional<Serialized.Person>;
|
|
215
|
+
export type RootInterval = MakeIdsOptional<Serialized.RootInterval>;
|
|
216
|
+
export type Syllabus = MakeIdsOptional<Serialized.Syllabus>;
|
|
217
|
+
export type Thread = MakeIdsOptional<Serialized.Thread>;
|
|
218
|
+
export type User = MakeIdsOptional<Serialized.User>;
|
|
219
|
+
export namespace Configuration {
|
|
220
|
+
type Base = MakeIdsOptional<Serialized.Configuration.Base>;
|
|
221
|
+
type Filter = MakeIdsOptional<Serialized.Configuration.Filter>;
|
|
222
|
+
type Template = MakeIdsOptional<Serialized.Configuration.Template>;
|
|
223
|
+
type Rule = MakeIdsOptional<Serialized.Configuration.Rule>;
|
|
224
|
+
type Mixed = Filter | Template | Rule;
|
|
225
|
+
}
|
|
226
|
+
export type Schedule = ScheduleOf<Division, Settings, Exception, Group, Teacher, Location, Course, Event, OverlapGroup, Period, Person, LockedTime, RootInterval, Syllabus, Configuration.Base, LinkedEventsSet>;
|
|
227
|
+
export {};
|
|
228
|
+
}
|
|
229
|
+
//#endregion
|
|
230
|
+
export { Deep, DeepWithoutPrivateId, Mixed, MixedWithOptionalId, Serialized, SerializedWithOptionalId };
|
|
231
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import { EdgeWrapper, Plain } from "./util/edges.mjs";
|
|
3
|
+
import "./util/index.mjs";
|
|
4
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
5
|
+
import { EventVertex } from "./events.mjs";
|
|
6
|
+
|
|
7
|
+
//#region src/core/interfaces/vertices/linked-events-sets.d.ts
|
|
8
|
+
type LinkedEventsSetVertex = VertexFactory<'linkedEventsSets', BelongsTo & {
|
|
9
|
+
type?: 'parallel' | 'sequential' | 'custom';
|
|
10
|
+
anchor?: 'start' | 'middle' | 'end';
|
|
11
|
+
gap?: {
|
|
12
|
+
min: number;
|
|
13
|
+
max: number;
|
|
14
|
+
};
|
|
15
|
+
events: EdgeWrapper<'array', Plain.Edge<EventVertex>>;
|
|
16
|
+
}>;
|
|
17
|
+
//#endregion
|
|
18
|
+
export { LinkedEventsSetVertex };
|
|
19
|
+
//# sourceMappingURL=linked-events-sets.d.mts.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import { EdgeWrapper, Plain } from "./util/edges.mjs";
|
|
3
|
+
import "./util/index.mjs";
|
|
4
|
+
import { Day } from "./properties/days.mjs";
|
|
5
|
+
import { Tag } from "./properties/tags.mjs";
|
|
6
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
7
|
+
import { ExceptionVertex } from "./exceptions.mjs";
|
|
8
|
+
import { LockedTimeVertex } from "./locked-times.mjs";
|
|
9
|
+
|
|
10
|
+
//#region src/core/interfaces/vertices/locations.d.ts
|
|
11
|
+
type LocationVertex = VertexFactory<'locations', BelongsTo & {
|
|
12
|
+
tags?: Tag[];
|
|
13
|
+
minBreakLength?: number;
|
|
14
|
+
days?: Day[];
|
|
15
|
+
maximumCapacity?: number;
|
|
16
|
+
lockedTimes?: EdgeWrapper<'array', Plain.Edge<LockedTimeVertex>>;
|
|
17
|
+
lunch?: EdgeWrapper<'array', Plain.Edge<LockedTimeVertex>>;
|
|
18
|
+
exceptions?: EdgeWrapper<'array', Plain.Edge<ExceptionVertex>>;
|
|
19
|
+
}>;
|
|
20
|
+
//#endregion
|
|
21
|
+
export { LocationVertex };
|
|
22
|
+
//# sourceMappingURL=locations.d.mts.map
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import { Coalesced, EdgeWrapper } from "./util/edges.mjs";
|
|
3
|
+
import "./util/index.mjs";
|
|
4
|
+
import { Interval } from "./properties/intervals.mjs";
|
|
5
|
+
import { Tag } from "./properties/tags.mjs";
|
|
6
|
+
import "./properties/index.mjs";
|
|
7
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
8
|
+
import { LocationVertex } from "./locations.mjs";
|
|
9
|
+
import { EventVertex } from "./events.mjs";
|
|
10
|
+
import { CourseVertex } from "./courses.mjs";
|
|
11
|
+
import { GroupVertex } from "./groups.mjs";
|
|
12
|
+
import { TeacherVertex } from "./teachers.mjs";
|
|
13
|
+
import { Moment } from "moment";
|
|
14
|
+
|
|
15
|
+
//#region src/core/interfaces/vertices/locked-times.d.ts
|
|
16
|
+
/**
|
|
17
|
+
* TODO: remove the `ANY` type
|
|
18
|
+
*/
|
|
19
|
+
type LockedTimeType = 'ANY' | 'LUNCH' | 'COMPLEMENTARY_TIME';
|
|
20
|
+
type LockedTimeVertex = VertexFactory<'lockedTimes', BelongsTo & {
|
|
21
|
+
start?: Moment | string;
|
|
22
|
+
end?: Moment | string;
|
|
23
|
+
visible?: boolean;
|
|
24
|
+
parked?: boolean;
|
|
25
|
+
duration?: number;
|
|
26
|
+
durationVariance?: number;
|
|
27
|
+
type?: LockedTimeType;
|
|
28
|
+
/**
|
|
29
|
+
* @note an empty array is the same as undefined
|
|
30
|
+
*/
|
|
31
|
+
intervals?: Interval[];
|
|
32
|
+
tags?: Tag[];
|
|
33
|
+
coalesced?: EdgeWrapper<'array', Coalesced.Edge<GroupVertex> | Coalesced.Edge<CourseVertex> | Coalesced.Edge<TeacherVertex> | Coalesced.Edge<LocationVertex> | Coalesced.Edge<EventVertex>>;
|
|
34
|
+
}>;
|
|
35
|
+
//#endregion
|
|
36
|
+
export { LockedTimeType, LockedTimeVertex };
|
|
37
|
+
//# sourceMappingURL=locked-times.d.mts.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import { Coalesced, EdgeWrapper } from "./util/edges.mjs";
|
|
3
|
+
import "./util/index.mjs";
|
|
4
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
5
|
+
import { EventVertex } from "./events.mjs";
|
|
6
|
+
import { CourseVertex } from "./courses.mjs";
|
|
7
|
+
|
|
8
|
+
//#region src/core/interfaces/vertices/overlap-groups.d.ts
|
|
9
|
+
type OverlapGroupVertex = VertexFactory<'overlapGroups', BelongsTo & {
|
|
10
|
+
coalesced?: EdgeWrapper<'array', Coalesced.Edge<CourseVertex>>;
|
|
11
|
+
species?: EdgeWrapper<'array', Coalesced.Edge<EventVertex, object, {
|
|
12
|
+
id: string;
|
|
13
|
+
}>>;
|
|
14
|
+
}>;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { OverlapGroupVertex };
|
|
17
|
+
//# sourceMappingURL=overlap-groups.d.mts.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import "./util/index.mjs";
|
|
3
|
+
import { Interval } from "./properties/intervals.mjs";
|
|
4
|
+
import "./properties/index.mjs";
|
|
5
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
6
|
+
import { Moment } from "moment";
|
|
7
|
+
|
|
8
|
+
//#region src/core/interfaces/vertices/periods.d.ts
|
|
9
|
+
type PeriodVertex = VertexFactory<'periods', BelongsTo & {
|
|
10
|
+
ranges: Interval<string | Moment | Date>[];
|
|
11
|
+
displayIndex?: number;
|
|
12
|
+
}>;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { PeriodVertex };
|
|
15
|
+
//# sourceMappingURL=periods.d.mts.map
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import { EdgeWrapper, Plain } from "./util/edges.mjs";
|
|
3
|
+
import "./util/index.mjs";
|
|
4
|
+
import { Tag } from "./properties/tags.mjs";
|
|
5
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
6
|
+
import { GroupVertex } from "./groups.mjs";
|
|
7
|
+
|
|
8
|
+
//#region src/core/interfaces/vertices/persons.d.ts
|
|
9
|
+
type PersonVertex = VertexFactory<'persons', BelongsTo & {
|
|
10
|
+
lastName?: string;
|
|
11
|
+
firstName?: string;
|
|
12
|
+
birthDate?: Date;
|
|
13
|
+
sex?: 'Man' | 'Woman';
|
|
14
|
+
type?: 'Student' | 'Teacher' | 'Other';
|
|
15
|
+
tags?: Tag[];
|
|
16
|
+
SSN?: {
|
|
17
|
+
value: string;
|
|
18
|
+
nationality?: string;
|
|
19
|
+
};
|
|
20
|
+
emails?: {
|
|
21
|
+
value: string;
|
|
22
|
+
type?: string;
|
|
23
|
+
}[];
|
|
24
|
+
phoneNumbers?: {
|
|
25
|
+
value: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
group?: EdgeWrapper<'single', Plain.Edge<GroupVertex>>;
|
|
29
|
+
}>;
|
|
30
|
+
//#endregion
|
|
31
|
+
export { PersonVertex };
|
|
32
|
+
//# sourceMappingURL=persons.d.mts.map
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EdgeWrapper, Plain } from "../util/edges.mjs";
|
|
2
|
+
import "../util/index.mjs";
|
|
3
|
+
import { DivisionVertex } from "../divisions.mjs";
|
|
4
|
+
|
|
5
|
+
//#region src/core/interfaces/vertices/properties/belongs-to.d.ts
|
|
6
|
+
type BelongsTo = {
|
|
7
|
+
belongsTo?: EdgeWrapper<'single', Plain.Edge<DivisionVertex>>;
|
|
8
|
+
};
|
|
9
|
+
//#endregion
|
|
10
|
+
export { BelongsTo };
|
|
11
|
+
//# sourceMappingURL=belongs-to.d.mts.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Coalesced as Coalesced$1 } from "../util/edges.mjs";
|
|
2
|
+
import "../util/index.mjs";
|
|
3
|
+
|
|
4
|
+
//#region src/core/interfaces/vertices/properties/coalesced.d.ts
|
|
5
|
+
type Coalesced<T, M = string> = Coalesced$1.Util.Value<T, M>;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { Coalesced };
|
|
8
|
+
//# sourceMappingURL=coalesced.d.mts.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Coalesced } from "./coalesced.mjs";
|
|
2
|
+
import { Species } from "./species.mjs";
|
|
3
|
+
import { AllWeeks, Week, allWeeks } from "./week.mjs";
|
|
4
|
+
import { Day } from "./days.mjs";
|
|
5
|
+
import { Interval } from "./intervals.mjs";
|
|
6
|
+
import { Tag, TagType } from "./tags.mjs";
|
|
7
|
+
import { MaximumScheduleSpan } from "./maximum-schedule-span.mjs";
|
|
8
|
+
import { PlannedScheduledDuration } from "./planned-scheduled-duration.mjs";
|
|
9
|
+
import { MinBreakLength } from "./min-break-length.mjs";
|
|
10
|
+
|
|
11
|
+
//#region src/core/interfaces/vertices/properties/index.d.ts
|
|
12
|
+
type PublicId = string;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { PublicId };
|
|
15
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DateType } from "../../other/etc.mjs";
|
|
2
|
+
|
|
3
|
+
//#region src/core/interfaces/vertices/properties/intervals.d.ts
|
|
4
|
+
type Interval<T extends DateType = DateType> = {
|
|
5
|
+
start: T;
|
|
6
|
+
end: T;
|
|
7
|
+
};
|
|
8
|
+
//#endregion
|
|
9
|
+
export { Interval };
|
|
10
|
+
//# sourceMappingURL=intervals.d.mts.map
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
//#region src/core/interfaces/vertices/properties/maximum-schedule-span.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* The maximum number of minutes a schedule is allowed to span over a day and week
|
|
4
|
+
*/
|
|
5
|
+
type MaximumScheduleSpan = {
|
|
6
|
+
/**
|
|
7
|
+
* The maximum number of minutes a schedule is allowed to span over a day.
|
|
8
|
+
* The daily schedule span is the duration between the start of the first event and the end of the last event that day.
|
|
9
|
+
*/
|
|
10
|
+
daily?: number | null;
|
|
11
|
+
/**
|
|
12
|
+
* The maximum number of minutes a schedule is allowed to span over a week.
|
|
13
|
+
* The weekly schedule span is the sum of the daily schedule spans for each day of the week.
|
|
14
|
+
*/
|
|
15
|
+
weekly?: number | null;
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { MaximumScheduleSpan };
|
|
19
|
+
//# sourceMappingURL=maximum-schedule-span.d.mts.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
//#region src/core/interfaces/vertices/properties/planned-scheduled-duration.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* The planned/expected total weekly minutes of schedule events assigned to a teacher
|
|
4
|
+
*/
|
|
5
|
+
type PlannedScheduledDuration = {
|
|
6
|
+
/**
|
|
7
|
+
* The planned/expected total weekly minutes of schedule events assigned to a teacher
|
|
8
|
+
*/
|
|
9
|
+
weekly?: number | null;
|
|
10
|
+
};
|
|
11
|
+
//#endregion
|
|
12
|
+
export { PlannedScheduledDuration };
|
|
13
|
+
//# sourceMappingURL=planned-scheduled-duration.d.mts.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Moment } from "moment";
|
|
2
|
+
|
|
3
|
+
//#region src/core/interfaces/vertices/properties/week.d.ts
|
|
4
|
+
type Week = {
|
|
5
|
+
id: string;
|
|
6
|
+
range: {
|
|
7
|
+
start: Moment;
|
|
8
|
+
end: Moment;
|
|
9
|
+
};
|
|
10
|
+
number: number;
|
|
11
|
+
string: string;
|
|
12
|
+
excludedDays: {
|
|
13
|
+
date: string;
|
|
14
|
+
day: number;
|
|
15
|
+
reason?: string;
|
|
16
|
+
}[];
|
|
17
|
+
};
|
|
18
|
+
declare const allWeeks = "all";
|
|
19
|
+
type AllWeeks = typeof allWeeks;
|
|
20
|
+
//#endregion
|
|
21
|
+
export { AllWeeks, Week, allWeeks };
|
|
22
|
+
//# sourceMappingURL=week.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"week.mjs","names":[],"sources":["../../../../../src/core/interfaces/vertices/properties/week.ts"],"sourcesContent":["import type { Moment } from 'moment';\n\nexport type Week = {\n id: string;\n range: { start: Moment; end: Moment };\n number: number;\n string: string;\n excludedDays: { date: string, day: number, reason?: string }[];\n};\n\nexport const allWeeks = 'all';\nexport type AllWeeks = typeof allWeeks;"],"mappings":";AAUA,MAAa,WAAW"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import "./util/index.mjs";
|
|
3
|
+
import { Interval } from "./properties/intervals.mjs";
|
|
4
|
+
import "./properties/index.mjs";
|
|
5
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
6
|
+
import { Moment } from "moment";
|
|
7
|
+
|
|
8
|
+
//#region src/core/interfaces/vertices/root-intervals.d.ts
|
|
9
|
+
type RootIntervalVertex = VertexFactory<'rootIntervals', BelongsTo & {
|
|
10
|
+
intervals: Interval<string | Moment>[];
|
|
11
|
+
}>;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { RootIntervalVertex };
|
|
14
|
+
//# sourceMappingURL=root-intervals.d.mts.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { VertexFactory } from "./util/vertex.mjs";
|
|
2
|
+
import "./util/index.mjs";
|
|
3
|
+
import { BelongsTo } from "./properties/belongs-to.mjs";
|
|
4
|
+
|
|
5
|
+
//#region src/core/interfaces/vertices/syllabuses.d.ts
|
|
6
|
+
type SyllabusVertex = VertexFactory<'syllabuses', BelongsTo & {
|
|
7
|
+
schoolType: string;
|
|
8
|
+
subjectCode?: string;
|
|
9
|
+
subjectName: string;
|
|
10
|
+
subjectDesignation?: string;
|
|
11
|
+
courseCode?: string;
|
|
12
|
+
courseName?: string;
|
|
13
|
+
points?: number;
|
|
14
|
+
official: boolean;
|
|
15
|
+
}>;
|
|
16
|
+
//#endregion
|
|
17
|
+
export { SyllabusVertex };
|
|
18
|
+
//# sourceMappingURL=syllabuses.d.mts.map
|