@hed-hog/lms 0.0.361 → 0.0.365
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/bitcode-wallet/bitcode-wallet.service.d.ts +66 -0
- package/dist/bitcode-wallet/bitcode-wallet.service.d.ts.map +1 -1
- package/dist/bitcode-wallet/bitcode-wallet.service.js +91 -0
- package/dist/bitcode-wallet/bitcode-wallet.service.js.map +1 -1
- package/dist/bitcode-wallet/dto/create-current-bitcode-wallet-transaction.dto.d.ts +8 -0
- package/dist/bitcode-wallet/dto/create-current-bitcode-wallet-transaction.dto.d.ts.map +1 -0
- package/dist/bitcode-wallet/dto/create-current-bitcode-wallet-transaction.dto.js +40 -0
- package/dist/bitcode-wallet/dto/create-current-bitcode-wallet-transaction.dto.js.map +1 -0
- package/dist/class-group/class-group.controller.d.ts +16 -16
- package/dist/class-group/class-group.service.d.ts +12 -12
- package/dist/course/course-audio-transcription.service.d.ts +3 -2
- package/dist/course/course-audio-transcription.service.d.ts.map +1 -1
- package/dist/course/course-audio-transcription.service.js +49 -8
- package/dist/course/course-audio-transcription.service.js.map +1 -1
- package/dist/course/course-export-scorm12-worker.service.d.ts +21 -0
- package/dist/course/course-export-scorm12-worker.service.d.ts.map +1 -0
- package/dist/course/course-export-scorm12-worker.service.js +109 -0
- package/dist/course/course-export-scorm12-worker.service.js.map +1 -0
- package/dist/course/course-export-scorm12.service.d.ts +42 -0
- package/dist/course/course-export-scorm12.service.d.ts.map +1 -0
- package/dist/course/course-export-scorm12.service.js +628 -0
- package/dist/course/course-export-scorm12.service.js.map +1 -0
- package/dist/course/course-export.service.d.ts +84 -0
- package/dist/course/course-export.service.d.ts.map +1 -0
- package/dist/course/course-export.service.js +237 -0
- package/dist/course/course-export.service.js.map +1 -0
- package/dist/course/course-lesson.controller.d.ts +4 -0
- package/dist/course/course-lesson.controller.d.ts.map +1 -1
- package/dist/course/course-lesson.controller.js +10 -0
- package/dist/course/course-lesson.controller.js.map +1 -1
- package/dist/course/course-structure.controller.d.ts +24 -9
- package/dist/course/course-structure.controller.d.ts.map +1 -1
- package/dist/course/course-structure.controller.js +30 -3
- package/dist/course/course-structure.controller.js.map +1 -1
- package/dist/course/course-structure.service.d.ts +25 -3
- package/dist/course/course-structure.service.d.ts.map +1 -1
- package/dist/course/course-structure.service.js +234 -24
- package/dist/course/course-structure.service.js.map +1 -1
- package/dist/course/course-video-conversion.service.d.ts +8 -0
- package/dist/course/course-video-conversion.service.d.ts.map +1 -1
- package/dist/course/course-video-conversion.service.js +87 -51
- package/dist/course/course-video-conversion.service.js.map +1 -1
- package/dist/course/course-video-hls.service.d.ts +57 -0
- package/dist/course/course-video-hls.service.d.ts.map +1 -0
- package/dist/course/course-video-hls.service.js +767 -0
- package/dist/course/course-video-hls.service.js.map +1 -0
- package/dist/course/course.controller.d.ts +115 -11
- package/dist/course/course.controller.d.ts.map +1 -1
- package/dist/course/course.controller.js +66 -28
- package/dist/course/course.controller.js.map +1 -1
- package/dist/course/course.mcp-tools.js +1 -1
- package/dist/course/course.mcp-tools.js.map +1 -1
- package/dist/course/course.module.d.ts.map +1 -1
- package/dist/course/course.module.js +13 -0
- package/dist/course/course.module.js.map +1 -1
- package/dist/course/course.service.d.ts +112 -11
- package/dist/course/course.service.d.ts.map +1 -1
- package/dist/course/course.service.js +682 -72
- package/dist/course/course.service.js.map +1 -1
- package/dist/course/dto/cleanup-course-storage.dto.d.ts +6 -0
- package/dist/course/dto/cleanup-course-storage.dto.d.ts.map +1 -0
- package/dist/course/dto/cleanup-course-storage.dto.js +34 -0
- package/dist/course/dto/cleanup-course-storage.dto.js.map +1 -0
- package/dist/course/dto/cleanup-upload-history.dto.d.ts +9 -0
- package/dist/course/dto/cleanup-upload-history.dto.d.ts.map +1 -0
- package/dist/course/dto/cleanup-upload-history.dto.js +36 -0
- package/dist/course/dto/cleanup-upload-history.dto.js.map +1 -0
- package/dist/course/dto/create-course-bulk-job.dto.d.ts +5 -0
- package/dist/course/dto/create-course-bulk-job.dto.d.ts.map +1 -0
- package/dist/course/dto/create-course-bulk-job.dto.js +26 -0
- package/dist/course/dto/create-course-bulk-job.dto.js.map +1 -0
- package/dist/course/dto/create-course-export.dto.d.ts +14 -0
- package/dist/course/dto/create-course-export.dto.d.ts.map +1 -0
- package/dist/course/dto/create-course-export.dto.js +71 -0
- package/dist/course/dto/create-course-export.dto.js.map +1 -0
- package/dist/course/dto/create-course-structure-lesson.dto.d.ts +2 -2
- package/dist/course/dto/create-course-structure-lesson.dto.d.ts.map +1 -1
- package/dist/course/dto/create-course-structure-lesson.dto.js +3 -2
- package/dist/course/dto/create-course-structure-lesson.dto.js.map +1 -1
- package/dist/course/lms-bulk-upload-automation.service.d.ts +54 -0
- package/dist/course/lms-bulk-upload-automation.service.d.ts.map +1 -0
- package/dist/course/lms-bulk-upload-automation.service.js +537 -0
- package/dist/course/lms-bulk-upload-automation.service.js.map +1 -0
- package/dist/course/lms-bulk-upload-infra.service.d.ts +32 -0
- package/dist/course/lms-bulk-upload-infra.service.d.ts.map +1 -0
- package/dist/course/lms-bulk-upload-infra.service.js +301 -0
- package/dist/course/lms-bulk-upload-infra.service.js.map +1 -0
- package/dist/course/lms-bulk-upload.constants.d.ts +4 -0
- package/dist/course/lms-bulk-upload.constants.d.ts.map +1 -0
- package/dist/course/lms-bulk-upload.constants.js +7 -0
- package/dist/course/lms-bulk-upload.constants.js.map +1 -0
- package/dist/course/lms-bulk-upload.controller.d.ts +144 -1
- package/dist/course/lms-bulk-upload.controller.d.ts.map +1 -1
- package/dist/course/lms-bulk-upload.controller.js +114 -4
- package/dist/course/lms-bulk-upload.controller.js.map +1 -1
- package/dist/course/lms-bulk-upload.service.d.ts +153 -3
- package/dist/course/lms-bulk-upload.service.d.ts.map +1 -1
- package/dist/course/lms-bulk-upload.service.js +659 -21
- package/dist/course/lms-bulk-upload.service.js.map +1 -1
- package/dist/course/lms-setting.controller.d.ts +6 -2
- package/dist/course/lms-setting.controller.d.ts.map +1 -1
- package/dist/course/lms-setting.controller.js +25 -8
- package/dist/course/lms-setting.controller.js.map +1 -1
- package/dist/course/scorm12-schemas.d.ts +4 -0
- package/dist/course/scorm12-schemas.d.ts.map +1 -0
- package/dist/course/scorm12-schemas.js +9 -0
- package/dist/course/scorm12-schemas.js.map +1 -0
- package/dist/enterprise/enterprise.controller.d.ts +20 -20
- package/dist/enterprise/enterprise.service.d.ts +20 -20
- package/dist/enterprise/training/training-admin.controller.d.ts +11 -11
- package/dist/enterprise/training/training-admin.service.d.ts +11 -11
- package/dist/enterprise/training/training-instructor.controller.d.ts +2 -2
- package/dist/enterprise/training/training-instructor.service.d.ts +2 -2
- package/dist/enterprise/training/training-student.controller.d.ts +1 -1
- package/dist/enterprise/training/training-student.service.d.ts +52 -1
- package/dist/enterprise/training/training-student.service.d.ts.map +1 -1
- package/dist/enterprise/training/training-student.service.js +217 -4
- package/dist/enterprise/training/training-student.service.js.map +1 -1
- package/dist/enterprise/training/training-viewer.controller.d.ts +2 -2
- package/dist/evaluation/evaluation.controller.d.ts +8 -8
- package/dist/evaluation/evaluation.service.d.ts +26 -8
- package/dist/evaluation/evaluation.service.d.ts.map +1 -1
- package/dist/evaluation/evaluation.service.js +125 -0
- package/dist/evaluation/evaluation.service.js.map +1 -1
- package/dist/exam/dto/create-standalone-question.dto.d.ts +12 -0
- package/dist/exam/dto/create-standalone-question.dto.d.ts.map +1 -0
- package/dist/exam/dto/create-standalone-question.dto.js +70 -0
- package/dist/exam/dto/create-standalone-question.dto.js.map +1 -0
- package/dist/exam/exam.module.d.ts.map +1 -1
- package/dist/exam/exam.module.js +2 -1
- package/dist/exam/exam.module.js.map +1 -1
- package/dist/exam/exam.service.d.ts +21 -0
- package/dist/exam/exam.service.d.ts.map +1 -1
- package/dist/exam/exam.service.js +80 -0
- package/dist/exam/exam.service.js.map +1 -1
- package/dist/exam/question.controller.d.ts +27 -0
- package/dist/exam/question.controller.d.ts.map +1 -0
- package/dist/exam/question.controller.js +53 -0
- package/dist/exam/question.controller.js.map +1 -0
- package/dist/lesson-xp-map/dto/create-lesson-xp-map.dto.d.ts +6 -0
- package/dist/lesson-xp-map/dto/create-lesson-xp-map.dto.d.ts.map +1 -0
- package/dist/lesson-xp-map/dto/create-lesson-xp-map.dto.js +34 -0
- package/dist/lesson-xp-map/dto/create-lesson-xp-map.dto.js.map +1 -0
- package/dist/lesson-xp-map/dto/create-lesson-xp-segment.dto.d.ts +28 -0
- package/dist/lesson-xp-map/dto/create-lesson-xp-segment.dto.d.ts.map +1 -0
- package/dist/lesson-xp-map/dto/create-lesson-xp-segment.dto.js +123 -0
- package/dist/lesson-xp-map/dto/create-lesson-xp-segment.dto.js.map +1 -0
- package/dist/lesson-xp-map/dto/review-lesson-xp-map.dto.d.ts +4 -0
- package/dist/lesson-xp-map/dto/review-lesson-xp-map.dto.d.ts.map +1 -0
- package/dist/lesson-xp-map/dto/review-lesson-xp-map.dto.js +22 -0
- package/dist/lesson-xp-map/dto/review-lesson-xp-map.dto.js.map +1 -0
- package/dist/lesson-xp-map/dto/update-lesson-xp-map.dto.d.ts +10 -0
- package/dist/lesson-xp-map/dto/update-lesson-xp-map.dto.d.ts.map +1 -0
- package/dist/lesson-xp-map/dto/update-lesson-xp-map.dto.js +52 -0
- package/dist/lesson-xp-map/dto/update-lesson-xp-map.dto.js.map +1 -0
- package/dist/lesson-xp-map/dto/update-lesson-xp-segment.dto.d.ts +15 -0
- package/dist/lesson-xp-map/dto/update-lesson-xp-segment.dto.d.ts.map +1 -0
- package/dist/lesson-xp-map/dto/update-lesson-xp-segment.dto.js +86 -0
- package/dist/lesson-xp-map/dto/update-lesson-xp-segment.dto.js.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-ai-calculation.service.d.ts +30 -0
- package/dist/lesson-xp-map/lesson-xp-ai-calculation.service.d.ts.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-ai-calculation.service.js +440 -0
- package/dist/lesson-xp-map/lesson-xp-ai-calculation.service.js.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-map.controller.d.ts +87 -0
- package/dist/lesson-xp-map/lesson-xp-map.controller.d.ts.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-map.controller.js +185 -0
- package/dist/lesson-xp-map/lesson-xp-map.controller.js.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-map.module.d.ts +3 -0
- package/dist/lesson-xp-map/lesson-xp-map.module.d.ts.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-map.module.js +34 -0
- package/dist/lesson-xp-map/lesson-xp-map.module.js.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-map.service.d.ts +84 -0
- package/dist/lesson-xp-map/lesson-xp-map.service.d.ts.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-map.service.js +353 -0
- package/dist/lesson-xp-map/lesson-xp-map.service.js.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-segment.controller.d.ts +10 -0
- package/dist/lesson-xp-map/lesson-xp-segment.controller.d.ts.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-segment.controller.js +63 -0
- package/dist/lesson-xp-map/lesson-xp-segment.controller.js.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-segment.service.d.ts +27 -0
- package/dist/lesson-xp-map/lesson-xp-segment.service.d.ts.map +1 -0
- package/dist/lesson-xp-map/lesson-xp-segment.service.js +194 -0
- package/dist/lesson-xp-map/lesson-xp-segment.service.js.map +1 -0
- package/dist/libraries/lms/tsconfig.tsbuildinfo +1 -0
- package/dist/lms-commerce-access.subscriber.d.ts +11 -0
- package/dist/lms-commerce-access.subscriber.d.ts.map +1 -0
- package/dist/lms-commerce-access.subscriber.js +74 -0
- package/dist/lms-commerce-access.subscriber.js.map +1 -0
- package/dist/lms.module.d.ts.map +1 -1
- package/dist/lms.module.js +21 -5
- package/dist/lms.module.js.map +1 -1
- package/dist/platforma/dto/update-profile.dto.d.ts +17 -0
- package/dist/platforma/dto/update-profile.dto.d.ts.map +1 -0
- package/dist/platforma/dto/update-profile.dto.js +87 -0
- package/dist/platforma/dto/update-profile.dto.js.map +1 -0
- package/dist/platforma/platforma-video.service.d.ts +39 -0
- package/dist/platforma/platforma-video.service.d.ts.map +1 -0
- package/dist/platforma/platforma-video.service.js +301 -0
- package/dist/platforma/platforma-video.service.js.map +1 -0
- package/dist/platforma/platforma.controller.d.ts +182 -1
- package/dist/platforma/platforma.controller.d.ts.map +1 -1
- package/dist/platforma/platforma.controller.js +243 -2
- package/dist/platforma/platforma.controller.js.map +1 -1
- package/dist/platforma/platforma.service.d.ts +27 -0
- package/dist/platforma/platforma.service.d.ts.map +1 -0
- package/dist/platforma/platforma.service.js +274 -0
- package/dist/platforma/platforma.service.js.map +1 -0
- package/dist/student-xp/dto/grant-skill-card-xp.dto.d.ts +5 -0
- package/dist/student-xp/dto/grant-skill-card-xp.dto.d.ts.map +1 -0
- package/dist/student-xp/dto/grant-skill-card-xp.dto.js +26 -0
- package/dist/student-xp/dto/grant-skill-card-xp.dto.js.map +1 -0
- package/dist/student-xp/student-xp.controller.d.ts +56 -0
- package/dist/student-xp/student-xp.controller.d.ts.map +1 -0
- package/dist/student-xp/student-xp.controller.js +138 -0
- package/dist/student-xp/student-xp.controller.js.map +1 -0
- package/dist/student-xp/student-xp.module.d.ts +3 -0
- package/dist/student-xp/student-xp.module.d.ts.map +1 -0
- package/dist/student-xp/student-xp.module.js +25 -0
- package/dist/student-xp/student-xp.module.js.map +1 -0
- package/dist/student-xp/student-xp.service.d.ts +81 -0
- package/dist/student-xp/student-xp.service.d.ts.map +1 -0
- package/dist/student-xp/student-xp.service.js +247 -0
- package/dist/student-xp/student-xp.service.js.map +1 -0
- package/dist/xp-catalog/dto/create-xp-area.dto.d.ts +12 -0
- package/dist/xp-catalog/dto/create-xp-area.dto.d.ts.map +1 -0
- package/dist/xp-catalog/dto/create-xp-area.dto.js +63 -0
- package/dist/xp-catalog/dto/create-xp-area.dto.js.map +1 -0
- package/dist/xp-catalog/dto/create-xp-learning-type.dto.d.ts +11 -0
- package/dist/xp-catalog/dto/create-xp-learning-type.dto.d.ts.map +1 -0
- package/dist/xp-catalog/dto/create-xp-learning-type.dto.js +57 -0
- package/dist/xp-catalog/dto/create-xp-learning-type.dto.js.map +1 -0
- package/dist/xp-catalog/dto/create-xp-skill.dto.d.ts +11 -0
- package/dist/xp-catalog/dto/create-xp-skill.dto.d.ts.map +1 -0
- package/dist/xp-catalog/dto/create-xp-skill.dto.js +57 -0
- package/dist/xp-catalog/dto/create-xp-skill.dto.js.map +1 -0
- package/dist/xp-catalog/dto/update-xp-area.dto.d.ts +12 -0
- package/dist/xp-catalog/dto/update-xp-area.dto.d.ts.map +1 -0
- package/dist/xp-catalog/dto/update-xp-area.dto.js +66 -0
- package/dist/xp-catalog/dto/update-xp-area.dto.js.map +1 -0
- package/dist/xp-catalog/dto/update-xp-learning-type.dto.d.ts +11 -0
- package/dist/xp-catalog/dto/update-xp-learning-type.dto.d.ts.map +1 -0
- package/dist/xp-catalog/dto/update-xp-learning-type.dto.js +60 -0
- package/dist/xp-catalog/dto/update-xp-learning-type.dto.js.map +1 -0
- package/dist/xp-catalog/dto/update-xp-skill.dto.d.ts +11 -0
- package/dist/xp-catalog/dto/update-xp-skill.dto.d.ts.map +1 -0
- package/dist/xp-catalog/dto/update-xp-skill.dto.js +60 -0
- package/dist/xp-catalog/dto/update-xp-skill.dto.js.map +1 -0
- package/dist/xp-catalog/xp-area.controller.d.ts +25 -0
- package/dist/xp-catalog/xp-area.controller.d.ts.map +1 -0
- package/dist/xp-catalog/xp-area.controller.js +105 -0
- package/dist/xp-catalog/xp-area.controller.js.map +1 -0
- package/dist/xp-catalog/xp-area.service.d.ts +35 -0
- package/dist/xp-catalog/xp-area.service.d.ts.map +1 -0
- package/dist/xp-catalog/xp-area.service.js +168 -0
- package/dist/xp-catalog/xp-area.service.js.map +1 -0
- package/dist/xp-catalog/xp-catalog.module.d.ts +3 -0
- package/dist/xp-catalog/xp-catalog.module.d.ts.map +1 -0
- package/dist/xp-catalog/xp-catalog.module.js +29 -0
- package/dist/xp-catalog/xp-catalog.module.js.map +1 -0
- package/dist/xp-catalog/xp-learning-type.controller.d.ts +20 -0
- package/dist/xp-catalog/xp-learning-type.controller.d.ts.map +1 -0
- package/dist/xp-catalog/xp-learning-type.controller.js +96 -0
- package/dist/xp-catalog/xp-learning-type.controller.js.map +1 -0
- package/dist/xp-catalog/xp-learning-type.service.d.ts +30 -0
- package/dist/xp-catalog/xp-learning-type.service.d.ts.map +1 -0
- package/dist/xp-catalog/xp-learning-type.service.js +146 -0
- package/dist/xp-catalog/xp-learning-type.service.js.map +1 -0
- package/dist/xp-catalog/xp-skill.controller.d.ts +26 -0
- package/dist/xp-catalog/xp-skill.controller.d.ts.map +1 -0
- package/dist/xp-catalog/xp-skill.controller.js +113 -0
- package/dist/xp-catalog/xp-skill.controller.js.map +1 -0
- package/dist/xp-catalog/xp-skill.service.d.ts +37 -0
- package/dist/xp-catalog/xp-skill.service.d.ts.map +1 -0
- package/dist/xp-catalog/xp-skill.service.js +174 -0
- package/dist/xp-catalog/xp-skill.service.js.map +1 -0
- package/hedhog/data/evaluation_topic.yaml +17 -0
- package/hedhog/data/menu.yaml +91 -7
- package/hedhog/data/queue_definition.yaml +48 -0
- package/hedhog/data/route.yaml +511 -29
- package/hedhog/data/setting_group.yaml +20 -20
- package/hedhog/data/xp_area.yaml +164 -0
- package/hedhog/data/xp_learning_type.yaml +131 -0
- package/hedhog/data/xp_skill.yaml +1834 -0
- package/hedhog/frontend/app/achievements/page.tsx.ejs +108 -118
- package/hedhog/frontend/app/bitcodes/page.tsx.ejs +22 -34
- package/hedhog/frontend/app/bulk-upload-sessions/page.tsx.ejs +1749 -0
- package/hedhog/frontend/app/certificates/models/page.tsx.ejs +21 -45
- package/hedhog/frontend/app/classes/[id]/page.tsx.ejs +40 -74
- package/hedhog/frontend/app/classes/page.tsx.ejs +56 -85
- package/hedhog/frontend/app/courses/[id]/_components/CourseDangerZoneCard.tsx.ejs +3 -2
- package/hedhog/frontend/app/courses/[id]/_components/CourseMediaCard.tsx.ejs +48 -5
- package/hedhog/frontend/app/courses/[id]/page.tsx.ejs +73 -8
- package/hedhog/frontend/app/courses/[id]/structure/_components/course-export-sheet.tsx.ejs +420 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/course-exports-tab.tsx.ejs +308 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/course-operations-tab.tsx.ejs +19 -2
- package/hedhog/frontend/app/courses/[id]/structure/_components/course-overview-tab.tsx.ejs +1172 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/course-tree-dnd.tsx.ejs +16 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/course-tree.tsx.ejs +2 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/course-xp-overview-tab.tsx.ejs +623 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/detail-lesson-xp-tab.tsx.ejs +1458 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/detail-lesson.tsx.ejs +87 -46
- package/hedhog/frontend/app/courses/[id]/structure/_components/detail-panel.tsx.ejs +8 -3
- package/hedhog/frontend/app/courses/[id]/structure/_components/detail-session.tsx.ejs +31 -8
- package/hedhog/frontend/app/courses/[id]/structure/_components/drag-overlay.tsx.ejs +16 -9
- package/hedhog/frontend/app/courses/[id]/structure/_components/editor-course.tsx.ejs +618 -480
- package/hedhog/frontend/app/courses/[id]/structure/_components/editor-lesson.tsx.ejs +672 -737
- package/hedhog/frontend/app/courses/[id]/structure/_components/mock-data.ts.ejs +1 -2
- package/hedhog/frontend/app/courses/[id]/structure/_components/sortable-tree-row.tsx.ejs +3 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/store.ts.ejs +1 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/tree-display-settings-popover.tsx.ejs +101 -85
- package/hedhog/frontend/app/courses/[id]/structure/_components/tree-row-lesson.tsx.ejs +24 -10
- package/hedhog/frontend/app/courses/[id]/structure/_components/tree-row.tsx.ejs +3 -0
- package/hedhog/frontend/app/courses/[id]/structure/_components/types.ts.ejs +1 -1
- package/hedhog/frontend/app/courses/[id]/structure/_components/use-tree-display-settings.ts.ejs +7 -1
- package/hedhog/frontend/app/courses/[id]/structure/_components/xp-premium-pills.tsx.ejs +44 -0
- package/hedhog/frontend/app/courses/[id]/structure/_data/adapters/course-structure.adapter.ts.ejs +6 -10
- package/hedhog/frontend/app/courses/[id]/structure/_data/services/course-structure.service.ts.ejs +49 -0
- package/hedhog/frontend/app/courses/[id]/structure/_data/types/api-course.types.ts.ejs +4 -3
- package/hedhog/frontend/app/courses/[id]/structure/_data/use-course-content-overview.ts.ejs +53 -0
- package/hedhog/frontend/app/courses/[id]/structure/_data/use-course-exports.ts.ejs +106 -0
- package/hedhog/frontend/app/courses/[id]/structure/_data/use-course-structure-mutations.ts.ejs +80 -1
- package/hedhog/frontend/app/courses/[id]/structure/_data/use-course-xp-overview.ts.ejs +76 -0
- package/hedhog/frontend/app/courses/[id]/structure/_data/use-lesson-xp-map.ts.ejs +128 -0
- package/hedhog/frontend/app/courses/[id]/structure/_data/use-lms-settings-query.ts.ejs +0 -2
- package/hedhog/frontend/app/courses/[id]/structure/_data/use-transcription-segments.ts.ejs +30 -0
- package/hedhog/frontend/app/courses/[id]/structure/_utils/xp-color-config.ts.ejs +115 -0
- package/hedhog/frontend/app/courses/_components/CourseDeleteDialog.tsx.ejs +223 -0
- package/hedhog/frontend/app/courses/_components/CourseRowActions.tsx.ejs +89 -0
- package/hedhog/frontend/app/courses/page.tsx.ejs +445 -230
- package/hedhog/frontend/app/enterprise/page.tsx.ejs +39 -63
- package/hedhog/frontend/app/exams/[id]/questions/page.tsx.ejs +53 -77
- package/hedhog/frontend/app/exams/page.tsx.ejs +54 -90
- package/hedhog/frontend/app/instructor-skills/page.tsx.ejs +23 -36
- package/hedhog/frontend/app/instructors/page.tsx.ejs +72 -81
- package/hedhog/frontend/app/paths/page.tsx.ejs +40 -68
- package/hedhog/frontend/app/training/page.tsx.ejs +40 -68
- package/hedhog/frontend/app/xp/areas/page.tsx.ejs +782 -0
- package/hedhog/frontend/app/xp/learning-types/page.tsx.ejs +690 -0
- package/hedhog/frontend/app/xp/skills/page.tsx.ejs +811 -0
- package/hedhog/frontend/messages/en.json +412 -31
- package/hedhog/frontend/messages/pt.json +412 -31
- package/hedhog/table/course_export.yaml +62 -0
- package/hedhog/table/lesson_xp_map.yaml +50 -0
- package/hedhog/table/lesson_xp_segment.yaml +40 -0
- package/hedhog/table/lesson_xp_segment_area.yaml +24 -0
- package/hedhog/table/lesson_xp_segment_learning_type.yaml +24 -0
- package/hedhog/table/lesson_xp_segment_skill.yaml +24 -0
- package/hedhog/table/lms_bulk_upload_item.yaml +44 -0
- package/hedhog/table/lms_bulk_upload_session.yaml +42 -0
- package/hedhog/table/student_area_xp.yaml +30 -0
- package/hedhog/table/student_learning_type_xp.yaml +30 -0
- package/hedhog/table/student_skill_xp.yaml +30 -0
- package/hedhog/table/student_xp_event.yaml +34 -0
- package/hedhog/table/xp_area.yaml +39 -0
- package/hedhog/table/xp_learning_type.yaml +34 -0
- package/hedhog/table/xp_skill.yaml +39 -0
- package/package.json +13 -8
- package/src/bitcode-wallet/bitcode-wallet.service.ts +152 -0
- package/src/bitcode-wallet/dto/create-current-bitcode-wallet-transaction.dto.ts +32 -0
- package/src/course/course-audio-transcription.service.ts +58 -21
- package/src/course/course-export-scorm12-worker.service.ts +124 -0
- package/src/course/course-export-scorm12.service.ts +668 -0
- package/src/course/course-export.service.ts +280 -0
- package/src/course/course-lesson.controller.ts +6 -1
- package/src/course/course-structure.controller.ts +23 -1
- package/src/course/course-structure.service.ts +273 -7
- package/src/course/course-video-conversion.service.ts +113 -75
- package/src/course/course-video-hls.service.ts +946 -0
- package/src/course/course.controller.ts +54 -21
- package/src/course/course.mcp-tools.ts +1 -1
- package/src/course/course.module.ts +13 -0
- package/src/course/course.service.ts +906 -76
- package/src/course/dto/cleanup-course-storage.dto.ts +23 -0
- package/src/course/dto/cleanup-upload-history.dto.ts +26 -0
- package/src/course/dto/create-course-bulk-job.dto.ts +10 -0
- package/src/course/dto/create-course-export.dto.ts +56 -0
- package/src/course/dto/create-course-structure-lesson.dto.ts +4 -3
- package/src/course/lms-bulk-upload-automation.service.ts +707 -0
- package/src/course/lms-bulk-upload-infra.service.ts +360 -0
- package/src/course/lms-bulk-upload.constants.ts +5 -0
- package/src/course/lms-bulk-upload.controller.ts +110 -4
- package/src/course/lms-bulk-upload.service.ts +1092 -204
- package/src/course/lms-setting.controller.ts +26 -8
- package/src/course/scorm12-schemas.ts +9 -0
- package/src/enterprise/training/training-student.service.ts +221 -2
- package/src/evaluation/evaluation.service.ts +123 -0
- package/src/exam/dto/create-standalone-question.dto.ts +66 -0
- package/src/exam/exam.module.ts +2 -1
- package/src/exam/exam.service.ts +86 -0
- package/src/exam/question.controller.ts +28 -0
- package/src/lesson-xp-map/dto/create-lesson-xp-map.dto.ts +17 -0
- package/src/lesson-xp-map/dto/create-lesson-xp-segment.dto.ts +102 -0
- package/src/lesson-xp-map/dto/review-lesson-xp-map.dto.ts +7 -0
- package/src/lesson-xp-map/dto/update-lesson-xp-map.dto.ts +36 -0
- package/src/lesson-xp-map/dto/update-lesson-xp-segment.dto.ts +78 -0
- package/src/lesson-xp-map/lesson-xp-ai-calculation.service.ts +570 -0
- package/src/lesson-xp-map/lesson-xp-map.controller.ts +116 -0
- package/src/lesson-xp-map/lesson-xp-map.module.ts +21 -0
- package/src/lesson-xp-map/lesson-xp-map.service.ts +442 -0
- package/src/lesson-xp-map/lesson-xp-segment.controller.ts +36 -0
- package/src/lesson-xp-map/lesson-xp-segment.service.ts +229 -0
- package/src/lms-commerce-access.subscriber.ts +88 -0
- package/src/lms.module.ts +21 -5
- package/src/platforma/dto/update-profile.dto.ts +59 -0
- package/src/platforma/platforma-video.service.ts +346 -0
- package/src/platforma/platforma.controller.ts +152 -3
- package/src/platforma/platforma.service.ts +268 -0
- package/src/student-xp/dto/grant-skill-card-xp.dto.ts +10 -0
- package/src/student-xp/student-xp.controller.ts +92 -0
- package/src/student-xp/student-xp.module.ts +12 -0
- package/src/student-xp/student-xp.service.ts +318 -0
- package/src/xp-catalog/dto/create-xp-area.dto.ts +40 -0
- package/src/xp-catalog/dto/create-xp-learning-type.dto.ts +35 -0
- package/src/xp-catalog/dto/create-xp-skill.dto.ts +35 -0
- package/src/xp-catalog/dto/update-xp-area.dto.ts +43 -0
- package/src/xp-catalog/dto/update-xp-learning-type.dto.ts +38 -0
- package/src/xp-catalog/dto/update-xp-skill.dto.ts +38 -0
- package/src/xp-catalog/xp-area.controller.ts +64 -0
- package/src/xp-catalog/xp-area.service.ts +196 -0
- package/src/xp-catalog/xp-catalog.module.ts +16 -0
- package/src/xp-catalog/xp-learning-type.controller.ts +59 -0
- package/src/xp-catalog/xp-learning-type.service.ts +170 -0
- package/src/xp-catalog/xp-skill.controller.ts +71 -0
- package/src/xp-catalog/xp-skill.service.ts +205 -0
- package/hedhog/data/video_resolution_profile.yaml +0 -7
- package/hedhog/frontend/app/video-resolution-profiles/page.tsx.ejs +0 -607
- package/hedhog/table/course_video_resolution_profile.yaml +0 -22
- package/hedhog/table/video_resolution_profile.yaml +0 -18
- package/src/video-resolution-profile/dto/create-video-resolution-profile.dto.ts +0 -16
- package/src/video-resolution-profile/dto/update-video-resolution-profile.dto.ts +0 -16
- package/src/video-resolution-profile/video-resolution-profile.controller.ts +0 -62
- package/src/video-resolution-profile/video-resolution-profile.mcp-tools.ts +0 -128
- package/src/video-resolution-profile/video-resolution-profile.module.ts +0 -13
- package/src/video-resolution-profile/video-resolution-profile.service.ts +0 -117
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lms-bulk-upload.service.js","sourceRoot":"","sources":["../../src/course/lms-bulk-upload.service.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"lms-bulk-upload.service.js","sourceRoot":"","sources":["../../src/course/lms-bulk-upload.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,oDAAoD;AACpD,wCAAuF;AACvF,2CAMwB;AACxB,iFAK0C;AAC1C,mFAA4E;AAC5E,2EAGqC;AAuD9B,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAC/B,YAEmB,cAA8B,EAE9B,aAA4B,EAE5B,WAAwB,EAExB,yBAAoD,EAEpD,sBAAiD;QARjD,mBAAc,GAAd,cAAc,CAAgB;QAE9B,kBAAa,GAAb,aAAa,CAAe;QAE5B,gBAAW,GAAX,WAAW,CAAa;QAExB,8BAAyB,GAAzB,yBAAyB,CAA2B;QAEpD,2BAAsB,GAAtB,sBAAsB,CAA2B;IACjE,CAAC;IAEJ,KAAK,CAAC,mBAAmB,CACvB,MAAc,EACd,OAAsC;;QAEtC,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,mCAAI,CAAC,CAAC,CAAC;QAChE,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC;YAC1D,iCAAiC;SAClC,CAAC,CAAC;QACH,MAAM,aAAa,GAAG,MAAM,CAAC,MAAA,QAAQ,CAAC,iCAAiC,CAAC,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAEvF,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,gBAAgB,CAAC,IAAI,gBAAgB,IAAI,CAAC,EAAE,CAAC;YAChE,MAAM,IAAI,4BAAmB,CAAC,6CAA6C,CAAC,CAAC;QAC/E,CAAC;QAED,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,GAChD,MAAM,IAAI,CAAC,8BAA8B,CAAC,MAAM,EAAE;YAChD,gBAAgB;SACjB,CAAC,CAAC;QAEL,MAAM,WAAW,GAAG,OAAO,CAAC,MAAkC,CAAC;QAC/D,MAAM,WAAW,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,aAAa,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACnE,MAAM,eAAe,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,iBAAiB,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC3E,MAAM,YAAY,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,aAAa,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,SAAS,CAAC;QAEjF,IAAI,CAAC,WAAW,IAAI,CAAC,eAAe,EAAE,CAAC;YACrC,MAAM,IAAI,4BAAmB,CAC3B,qFAAqF,CACtF,CAAC;QACJ,CAAC;QAED,MAAM,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC;YAClC,WAAW;YACX,eAAe;YACf,YAAY;YACZ,MAAM;YACN,MAAM;SACP,CAAC,CAAC;QAEH,MAAM,OAAO,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,QAAQ,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC1D,MAAM,UAAU,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,WAAW,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAChE,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,uBAAuB,CAAC;YACrE,WAAW;YACX,eAAe;YACf,YAAY;YACZ,MAAM;YACN,OAAO,EAAE,OAAO,IAAI,SAAS;YAC7B,UAAU,EAAE,UAAU,IAAI,SAAS;YACnC,eAAe;YACf,WAAW,EAAE,mBAAmB,MAAM,IAAI,IAAI,CAAC,GAAG,EAAE,EAAE;SACvD,CAAC,CAAC;QAEH,MAAM,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC;YAClC,WAAW,EAAE,eAAe,CAAC,WAAW;YACxC,eAAe,EAAE,eAAe,CAAC,eAAe;YAChD,YAAY,EAAE,eAAe,CAAC,YAAY;YAC1C,MAAM;YACN,MAAM;SACP,CAAC,CAAC;QAEH,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,uBAAuB,EAAE,CAAC;QAErD,IAAI,CAAC,OAAO,CAAC,UAAU,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC;YAC/C,MAAM,IAAI,4BAAmB,CAC3B,8DAA8D,CAC/D,CAAC;QACJ,CAAC;QAED,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,sBAAsB,CAAC,+BAA+B,CAAC;YACvF,UAAU,EAAE,MAAM;YAClB,MAAM;YACN,UAAU,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC;YACtC,aAAa,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC;YACzC,WAAW;YACX,eAAe;YACf,YAAY;YACZ,aAAa;SACd,CAAC,CAAC;QAEH,MAAM,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC;YACxC,OAAO,EAAE;gBACP;oBACE,IAAI,EAAE,oCAAoC;oBAC1C,KAAK,EAAE,MAAM,CAAC,gBAAgB,CAAC;iBAChC;aACF;SACF,CAAC,CAAC;QAEH,OAAO;YACL,OAAO,EAAE,IAAI;YACb,gBAAgB;YAChB,UAAU,EAAE,MAAM;YAClB,MAAM;YACN,WAAW,EAAE;gBACX,SAAS,EAAE,MAAA,MAAA,eAAe,CAAC,UAAU,0CAAE,WAAW,EAAE,mCAAI,IAAI;aAC7D;YACD,cAAc;YACd,OAAO;SACR,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,6BAA6B,CAAC,MAAc;;QAChD,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,8BAA8B,CAAC,MAAM,CAAC,CAAC;QACtF,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC;YAC1D,iCAAiC;SAClC,CAAC,CAAC;QACH,MAAM,aAAa,GAAG,MAAM,CAAC,MAAA,QAAQ,CAAC,iCAAiC,CAAC,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAEvF,MAAM,WAAW,GAAG,OAAO,CAAC,MAAkC,CAAC;QAC/D,MAAM,WAAW,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,aAAa,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACnE,MAAM,eAAe,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,iBAAiB,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC3E,MAAM,YAAY,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,aAAa,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,SAAS,CAAC;QAEjF,IAAI,CAAC,WAAW,IAAI,CAAC,eAAe,EAAE,CAAC;YACrC,MAAM,IAAI,4BAAmB,CAC3B,qFAAqF,CACtF,CAAC;QACJ,CAAC;QAED,MAAM,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC;YAClC,WAAW;YACX,eAAe;YACf,YAAY;YACZ,MAAM;YACN,MAAM;SACP,CAAC,CAAC;QAEH,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,uBAAuB,EAAE,CAAC;QAErD,IAAI,CAAC,OAAO,CAAC,UAAU,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC;YAC/C,MAAM,IAAI,4BAAmB,CAC3B,8DAA8D,CAC/D,CAAC;QACJ,CAAC;QAED,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,sBAAsB,CAAC,+BAA+B,CAAC;YACvF,UAAU,EAAE,MAAM;YAClB,MAAM;YACN,UAAU,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC;YACtC,aAAa,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC;YACzC,WAAW;YACX,eAAe;YACf,YAAY;YACZ,aAAa;SACd,CAAC,CAAC;QAEH,OAAO;YACL,OAAO,EAAE,IAAI;YACb,gBAAgB,EAAE,MAAM,CAAC,OAAO,CAAC,EAAE,CAAC;YACpC,UAAU,EAAE,MAAM;YAClB,MAAM;YACN,cAAc;YACd,OAAO;SACR,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,0BAA0B,CAAC,KAAgC;QAC/D,MAAM,aAAa,GAAG,MAAM,CAAC,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAEjD,IAAI,aAAa,EAAE,CAAC;YAClB,MAAM,cAAc,GAAG,kEAAkE,CAAC;YAC1F,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;gBACxC,MAAM,IAAI,4BAAmB,CAC3B,8HAA8H,CAC/H,CAAC;YACJ,CAAC;QACH,CAAC;QAED,MAAM,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC;YACxC,OAAO,EAAE;gBACP;oBACE,IAAI,EAAE,iCAAiC;oBACvC,KAAK,EAAE,aAAa;iBACrB;aACF;SACF,CAAC,CAAC;QAEH,OAAO;YACL,OAAO,EAAE,IAAI;YACb,aAAa;SACd,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,qBAAqB;;QACzB,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC;YAC1D,oCAAoC;YACpC,iCAAiC;YACjC,sCAAsC;SACvC,CAAC,CAAC;QAEH,MAAM,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC,oCAAoC,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,CAAC;QAE7F,IAAI,UAAU,GAAG,EAAE,CAAC;QACpB,IAAI,gBAAgB,EAAE,CAAC;YACrB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,mBAAmB,CAAC,UAAU,CAAC;gBACtE,KAAK,EAAE,EAAE,EAAE,EAAE,gBAAgB,EAAE;gBAC/B,MAAM,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;aACzB,CAAC,CAAC;YAEH,MAAM,MAAM,GAAG,MAAC,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAA0C,mCAAI,IAAI,CAAC;YAC5E,UAAU,GAAG,MAAM,CAAC,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACnD,CAAC;QAED,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,mBAAmB,CAAC,SAAS,CAAC;YACrE,KAAK,EAAE;gBACL,EAAE,EAAE;oBACF,EAAE,IAAI,EAAE,wDAA4B,EAAE;oBACtC,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,GAAG,wDAA4B,GAAG,EAAE,EAAE;iBAC7D;aACF;YACD,OAAO,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE;YACtB,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE;SACtD,CAAC,CAAC;QAEH,MAAM,iBAAiB,GACrB,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,MAAK,QAAQ,IAAI,OAAO,CAAC,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,CAAC,CAAC;QAEhE,OAAO;YACL,gBAAgB;YAChB,UAAU;YACV,aAAa,EAAE,MAAM,CAAC,MAAA,QAAQ,CAAC,iCAAiC,CAAC,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE;YAC/E,sBAAsB,EACpB,MAAM,CAAC,QAAQ,CAAC,sCAAsC,CAAC,IAAI,IAAI,CAAC,IAAI,IAAI;YAC1E,iBAAiB;SAClB,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,uBAAuB,CAAC,MAAc;;QAC1C,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,GACxD,MAAM,IAAI,CAAC,8BAA8B,CAAC,MAAM,CAAC,CAAC;QAEpD,MAAM,WAAW,GAAG,OAAO,CAAC,MAAkC,CAAC;QAC/D,MAAM,WAAW,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,aAAa,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACnE,MAAM,eAAe,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,iBAAiB,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC3E,MAAM,YAAY,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,aAAa,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,SAAS,CAAC;QAEjF,IAAI,CAAC,WAAW,IAAI,CAAC,eAAe,EAAE,CAAC;YACrC,MAAM,IAAI,4BAAmB,CAC3B,qFAAqF,CACtF,CAAC;QACJ,CAAC;QAED,MAAM,OAAO,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,QAAQ,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC1D,MAAM,UAAU,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,WAAW,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAEhE,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,uBAAuB,CAAC;YACrE,WAAW;YACX,eAAe;YACf,YAAY;YACZ,MAAM;YACN,OAAO,EAAE,OAAO,IAAI,SAAS;YAC7B,UAAU,EAAE,UAAU,IAAI,SAAS;YACnC,eAAe;YACf,WAAW,EAAE,mBAAmB,MAAM,IAAI,IAAI,CAAC,GAAG,EAAE,EAAE;SACvD,CAAC,CAAC;QAEH,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,MAAM;YACN,MAAM;YACN,SAAS,EAAE,MAAM;YACjB,WAAW,EAAE;gBACX,WAAW,EAAE,eAAe,CAAC,WAAW;gBACxC,eAAe,EAAE,eAAe,CAAC,eAAe;gBAChD,YAAY,EAAE,eAAe,CAAC,YAAY;gBAC1C,SAAS,EAAE,MAAA,MAAA,eAAe,CAAC,UAAU,0CAAE,WAAW,EAAE,mCAAI,IAAI;aAC7D;SACF,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,MAAc,EAAE,OAA4C;;QAC/E,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,8BAA8B,CAAC,MAAM,CAAC,CAAC;QAE9F,MAAM,WAAW,GAAG,OAAO,CAAC,MAAkC,CAAC;QAC/D,MAAM,WAAW,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,aAAa,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QACnE,MAAM,eAAe,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,iBAAiB,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC3E,MAAM,YAAY,GAAG,MAAM,CAAC,MAAA,WAAW,CAAC,aAAa,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,SAAS,CAAC;QAEjF,IAAI,CAAC,WAAW,IAAI,CAAC,eAAe,EAAE,CAAC;YACrC,MAAM,IAAI,4BAAmB,CAC3B,qFAAqF,CACtF,CAAC;QACJ,CAAC;QAED,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,OAAO,CAAC,GAAG,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,CAAC,MAAA,OAAO,CAAC,QAAQ,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC;QAC1G,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,MAAM,IAAI,4BAAmB,CAAC,+CAA+C,CAAC,CAAC;QACjF,CAAC;QAED,IAAI,CAAC;YACH,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC;gBACjD,WAAW;gBACX,eAAe;gBACf,YAAY;gBACZ,MAAM;gBACN,MAAM;gBACN,GAAG,EAAE,SAAS;aACf,CAAC,CAAC;YAEH,OAAO;gBACL,OAAO,EAAE,IAAI;gBACb,GAAG,EAAE,SAAS;gBACd,SAAS,EAAE,MAAA,MAAM,CAAC,aAAa,mCAAI,IAAI;gBACvC,IAAI,EAAE,MAAA,MAAM,CAAC,IAAI,mCAAI,IAAI;aAC1B,CAAC;QACJ,CAAC;QAAC,WAAM,CAAC;YACP,OAAO;gBACL,OAAO,EAAE,KAAK;gBACd,GAAG,EAAE,SAAS;aACf,CAAC;QACJ,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,uBAAuB;QACnC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,mBAAmB,CAAC,SAAS,CAAC;YACtE,KAAK,EAAE;gBACL,EAAE,EAAE;oBACF,EAAE,IAAI,EAAE,wDAA4B,EAAE;oBACtC,EAAE,IAAI,EAAE,EAAE,UAAU,EAAE,GAAG,wDAA4B,GAAG,EAAE,EAAE;iBAC7D;aACF;YACD,OAAO,EAAE,EAAE,EAAE,EAAE,KAAK,EAAE;YACtB,MAAM,EAAE;gBACN,EAAE,EAAE,IAAI;gBACR,IAAI,EAAE,IAAI;gBACV,MAAM,EAAE,IAAI;aACb;SACF,CAAC,CAAC;QAEH,MAAM,OAAO,GAAG,CAAC,QAAQ;YACvB,CAAC,CAAC,MAAM,IAAI,CAAC,yBAAyB,CAAC,MAAM,CAAC;gBAC1C,IAAI,EAAE,wDAA4B;gBAClC,IAAI,EAAE,iBAAiB;gBACvB,WAAW,EAAE,mDAAmD;gBAChE,MAAM,EAAE,QAAQ;gBAChB,aAAa,EAAE,IAAI;aACpB,CAAC;YACJ,CAAC,CAAC,QAAQ,CAAC,MAAM,KAAK,QAAQ;gBAC5B,CAAC,CAAC,MAAM,IAAI,CAAC,yBAAyB,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE;oBACvD,MAAM,EAAE,QAAQ;oBAChB,aAAa,EAAE,IAAI;iBACpB,CAAC;gBACJ,CAAC,CAAC,MAAM,IAAI,CAAC,yBAAyB,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;QAE5D,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,yBAAyB,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;QAC7E,MAAM,aAAa,GAAG,OAAO,CAAC,IAAI,CAChC,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,IAAI,KAAK,aAAa;YAC7B,MAAM,CAAC,gBAAgB,KAAK,iEAAqC,CACpE,CAAC;QAEF,IAAI,CAAC,aAAa,EAAE,CAAC;YACnB,MAAM,IAAI,CAAC,yBAAyB,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE,EAAE;gBAC5D,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,kCAAkC;gBACxC,MAAM,EAAE,QAAQ;gBAChB,KAAK,EAAE,CAAC;gBACR,gBAAgB,EAAE,iEAAqC;gBACvD,kBAAkB,EAAE,EAAE;aACvB,CAAC,CAAC;QACL,CAAC;aAAM,IAAI,aAAa,CAAC,MAAM,KAAK,QAAQ,IAAI,aAAa,CAAC,KAAK,KAAK,CAAC,EAAE,CAAC;YAC1E,MAAM,IAAI,CAAC,yBAAyB,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE,EAAE,aAAa,CAAC,EAAE,EAAE;gBAC9E,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,kCAAkC;gBACxC,MAAM,EAAE,QAAQ;gBAChB,KAAK,EAAE,CAAC;gBACR,gBAAgB,EAAE,iEAAqC;gBACvD,kBAAkB,EAAE,EAAE;aACvB,CAAC,CAAC;QACL,CAAC;QAED,gFAAgF;QAChF,uCAAuC;QACvC,OAAO,IAAI,CAAC,yBAAyB,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,KAAK,CAAC,kBAAkB,CAAC,MAAc,EAAE,OAA+B;;QACtE,MAAM,KAAK,GAAG,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC;aACjC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;;YAAC,OAAA,CAAC;gBACd,QAAQ,EAAE,MAAM,CAAC,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE;gBAC7C,QAAQ,EAAE,MAAM,CAAC,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE;gBAC7C,SAAS,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,mCAAI,CAAC,CAAC,IAAI,CAAC,CAAC;aAC1D,CAAC,CAAA;SAAA,CAAC;aACF,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAE1E,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YACvB,MAAM,IAAI,4BAAmB,CAAC,4DAA4D,CAAC,CAAC;QAC9F,CAAC;QAED,MAAM,OAAO,GAAG,MAAM,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,mCAAI,gBAAgB,CAAC,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,gBAAgB,CAAC;QACrG,MAAM,UAAU,GAAG,MAAM,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,IAAI,CAAC;QACpE,MAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC;QAChC,MAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE,CAAC,GAAG,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;QACxE,MAAM,GAAG,GAAG,IAAI,IAAI,EAAE,CAAC;QAEvB,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,eAAe,CAC9D;;;qBAGe,EACf,MAAM,EACN,OAAO,EACP,UAAU,EACV,SAAS,EACT,CAAC,EACD,UAAU,EACV,UAAU,EACV,GAAG,EACH,GAAG,EACH,GAAG,EACH,GAAG,CACJ,CAAC;QAEF,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAG,CAAC,CAAC,0CAAE,EAAE,mCAAI,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,SAAS,IAAI,CAAC,EAAE,CAAC;YAClD,MAAM,IAAI,4BAAmB,CAAC,yCAAyC,CAAC,CAAC;QAC3E,CAAC;QAED,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;YACzB,MAAM,IAAI,CAAC,aAAa,CAAC,iBAAiB,CACxC;;oDAE4C,EAC5C,SAAS,EACT,IAAI,CAAC,QAAQ,EACb,IAAI,CAAC,QAAQ,EACb,IAAI,CAAC,SAAS,EACd,QAAQ,EACR,CAAC,EACD,GAAG,EACH,GAAG,EACH,GAAG,CACJ,CAAC;QACJ,CAAC;QAED,OAAO;YACL,SAAS;YACT,UAAU;YACV,UAAU;YACV,MAAM,EAAE,SAAoC;SAC7C,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,sBAAsB,CAAC,MAAc,EAAE,OAAmC;;QAC9E,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,SAAS,mCAAI,CAAC,CAAC,CAAC;QAClD,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,SAAS,IAAI,CAAC,EAAE,CAAC;YAClD,MAAM,IAAI,4BAAmB,CAAC,0CAA0C,CAAC,CAAC;QAC5E,CAAC;QAED,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,eAAe,CAC1D;;;eAGS,EACT,SAAS,CACV,CAAC;QAEF,MAAM,OAAO,GAAG,MAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAG,CAAC,CAAC,mCAAI,IAAI,CAAC;QACzC,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,0BAAiB,CAAC,uBAAuB,SAAS,iBAAiB,CAAC,CAAC;QACjF,CAAC;QAED,IAAI,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,MAAM,EAAE,CAAC;YACvC,MAAM,IAAI,4BAAmB,CAAC,mDAAmD,CAAC,CAAC;QACrF,CAAC;QAED,MAAM,GAAG,GAAG,IAAI,IAAI,EAAE,CAAC;QACvB,MAAM,eAAe,GAAG,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,mCAAI,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;;YAC1D,MAAM,MAAM,GAAG,IAAI,CAAC,mBAAmB,CAAC,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,MAAM,CAAC,CAAC;YACtD,OAAO;gBACL,QAAQ,EAAE,MAAM,CAAC,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAQ,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE;gBAC7C,MAAM;gBACN,eAAe,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,eAAe,CAAC;gBACzD,YAAY,EAAE,MAAM,CAAC,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,YAAY,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,IAAI;gBAC7D,WAAW,EAAE,MAAM,CAAC,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,IAAI;aAC5D,CAAC;QACJ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAE9C,KAAK,MAAM,IAAI,IAAI,eAAe,EAAE,CAAC;YACnC,MAAM,IAAI,CAAC,aAAa,CAAC,iBAAiB,CACxC;;;;;;;;;;gCAUwB,EACxB,SAAS,EACT,IAAI,CAAC,QAAQ,EACb,IAAI,CAAC,MAAM,EACX,IAAI,CAAC,eAAe,EACpB,IAAI,CAAC,YAAY,EACjB,IAAI,CAAC,WAAW,EAChB,GAAG,CACJ,CAAC;QACJ,CAAC;QAED,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,eAAe,CAS1D;;;;;;;;;8BASwB,EACxB,SAAS,CACV,CAAC;QAEF,MAAM,OAAO,GAAG,MAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAG,CAAC,CAAC,mCAAI;YAClC,KAAK,EAAE,CAAC;YACR,UAAU,EAAE,CAAC;YACb,WAAW,EAAE,CAAC;YACd,eAAe,EAAE,CAAC;YAClB,eAAe,EAAE,CAAC;YAClB,YAAY,EAAE,CAAC;YACf,gBAAgB,EAAE,CAAC;SACpB,CAAC;QAEF,MAAM,eAAe,GAAG,IAAI,CAAC,sBAAsB,CAAC,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,CAAC,CAAC;QACrE,MAAM,cAAc,GAAG,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;QAC1D,MAAM,WAAW,GAAG,eAAe,aAAf,eAAe,cAAf,eAAe,GAAI,cAAc,CAAC;QACtD,MAAM,eAAe,GAAG,IAAI,CAAC,YAAY,CAAC,MAAA,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,eAAe,mCAAI,OAAO,CAAC,gBAAgB,mCAAI,CAAC,CAAC,CAAC;QACrG,MAAM,UAAU,GAAG,CAAC,WAAW,EAAE,QAAQ,EAAE,WAAW,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;QAE9E,MAAM,IAAI,CAAC,aAAa,CAAC,iBAAiB,CACxC;;;;;;;uBAOiB,EACjB,SAAS,EACT,WAAW,EACX,eAAe,EACf,GAAG,EACH,UAAU,CACX,CAAC;QAEF,OAAO;YACL,SAAS;YACT,MAAM,EAAE,WAAW;YACnB,eAAe;YACf,MAAM,EAAE;gBACN,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC,CAAC;gBACjC,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,UAAU,IAAI,CAAC,CAAC;gBACrC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,WAAW,IAAI,CAAC,CAAC;gBACvC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,eAAe,IAAI,CAAC,CAAC;aAChD;SACF,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,eAAe,CAAC,MAA8E;;QAClG,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC;QACnD,MAAM,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;QAC3E,MAAM,MAAM,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,GAAG,QAAQ,CAAC;QACrC,MAAM,MAAM,GAAG,MAAM,CAAC,MAAA,MAAM,CAAC,MAAM,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAClD,MAAM,MAAM,GAAG,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;QAE7D,MAAM,KAAK,GAAa,EAAE,CAAC;QAC3B,MAAM,IAAI,GAA2B,EAAE,CAAC;QAExC,IAAI,MAAM,EAAE,CAAC;YACX,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YAClB,KAAK,CAAC,IAAI,CAAC,iBAAiB,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;QAC7C,CAAC;QAED,IAAI,MAAM,EAAE,CAAC;YACX,IAAI,CAAC,IAAI,CAAC,IAAI,MAAM,GAAG,CAAC,CAAC;YACzB,MAAM,WAAW,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC;YACtC,KAAK,CAAC,IAAI,CACR,wBAAwB,WAAW,0BAA0B,WAAW,mDAAmD,WAAW,uCAAuC,WAAW,sCAAsC,WAAW,sCAAsC,WAAW,GAAG,CAC9R,CAAC;QACJ,CAAC;QAED,MAAM,QAAQ,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QAExE,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,eAAe,CACxD;;;;;;;;;;;;;;;SAeG,QAAQ,EAAE,EACb,GAAG,IAAI,CACR,CAAC;QAEF,MAAM,KAAK,GAAG,MAAM,CAAC,MAAA,MAAA,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAG,CAAC,CAAC,0CAAE,KAAK,mCAAI,CAAC,CAAC,CAAC;QACjD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,eAAe,CA4BvD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAkDE,QAAQ;;eAED,IAAI,CAAC,MAAM,GAAG,CAAC;gBACd,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,EAC3B,GAAG,IAAI,EACP,QAAQ,EACR,MAAM,CACP,CAAC;QAEF,OAAO;YACL,IAAI,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC;gBAC3B,EAAE,EAAE,GAAG,CAAC,EAAE;gBACV,SAAS,EAAE,GAAG,CAAC,UAAU;gBACzB,QAAQ,EAAE,GAAG,CAAC,SAAS;gBACvB,QAAQ,EAAE,GAAG,CAAC,SAAS;gBACvB,SAAS,EAAE,MAAM,CAAC,GAAG,CAAC,UAAU,IAAI,CAAC,CAAC;gBACtC,MAAM,EAAE,GAAG,CAAC,MAAM;gBAClB,eAAe,EAAE,MAAM,CAAC,GAAG,CAAC,gBAAgB,IAAI,CAAC,CAAC;gBAClD,YAAY,EAAE,GAAG,CAAC,aAAa;gBAC/B,WAAW,EAAE,GAAG,CAAC,YAAY;gBAC7B,UAAU,EAAE,GAAG,CAAC,WAAW;gBAC3B,SAAS,EAAE,GAAG,CAAC,UAAU;gBACzB,WAAW,EAAE,GAAG,CAAC,YAAY;gBAC7B,OAAO,EAAE,GAAG,CAAC,QAAQ;gBACrB,MAAM,EAAE,GAAG,CAAC,OAAO;gBACnB,WAAW,EAAE,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,IAAI;gBACjE,QAAQ,EAAE,GAAG,CAAC,SAAS;gBACvB,aAAa,EAAE,GAAG,CAAC,cAAc;gBACjC,SAAS,EAAE,GAAG,CAAC,kBAAkB;gBACjC,eAAe,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,IAAI;gBAC7E,kBAAkB,EAAE,GAAG,CAAC,oBAAoB;gBAC5C,iBAAiB,EAAE,GAAG,CAAC,mBAAmB;gBAC1C,uBAAuB,EAAE,GAAG,CAAC,2BAA2B,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC,CAAC,CAAC,IAAI;gBACzG,gBAAgB,EAAE,GAAG,CAAC,kBAAkB,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,IAAI;gBAChF,mBAAmB,EAAE,GAAG,CAAC,qBAAqB;gBAC9C,eAAe,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,IAAI;gBAC7E,kBAAkB,EAAE,GAAG,CAAC,oBAAoB;aAC7C,CAAC,CAAC;YACH,KAAK;YACL,IAAI;YACJ,QAAQ;YACR,QAAQ,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,QAAQ,CAAC,CAAC;SACnD,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,kBAAkB,CAAC,KAAuD;QAC9E,MAAM,UAAU,GAAG,KAAK;aACrB,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE;;YAAC,OAAA,CAAC;gBACX,QAAQ,EAAE,MAAM,CAAC,MAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,QAAQ,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE;gBAC1C,SAAS,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,MAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,SAAS,mCAAI,CAAC,CAAC,IAAI,CAAC,CAAC;aACvD,CAAC,CAAA;SAAA,CAAC;aACF,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;QAExC,IAAI,UAAU,CAAC,MAAM,KAAK,CAAC;YAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC;QAErD,MAAM,UAAU,GAAG,UAAU;aAC1B,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,iBAAiB,CAAC,GAAG,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG,CAAC,GAAG,CAAC,WAAW,CAAC;aACnF,IAAI,CAAC,MAAM,CAAC,CAAC;QAChB,MAAM,IAAI,GAA2B,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;QAE1F,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,eAAe,CAGnD;;;;gBAIU,UAAU;sCACY,EAChC,GAAG,IAAI,CACR,CAAC;QAEF,OAAO;YACL,QAAQ,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;;gBAAC,OAAA,CAAC;oBAC3B,QAAQ,EAAE,GAAG,CAAC,SAAS;oBACvB,SAAS,EAAE,MAAM,CAAC,GAAG,CAAC,UAAU,CAAC;oBACjC,UAAU,EAAE,MAAA,MAAA,GAAG,CAAC,WAAW,0CAAE,WAAW,EAAE,mCAAI,IAAI;iBACnD,CAAC,CAAA;aAAA,CAAC;SACJ,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,oBAAoB,CAAC,OAG1B;;QACC,MAAM,SAAS,GAAG,IAAI,GAAG,EAAU,CAAC;QAEpC,KAAK,MAAM,SAAS,IAAI,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,mCAAI,EAAE,EAAE,CAAC;YAChD,MAAM,UAAU,GAAG,MAAM,CAAC,SAAS,aAAT,SAAS,cAAT,SAAS,GAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;YAChE,IAAI,yDAA4B,CAAC,QAAQ,CAAC,UAAqC,CAAC,EAAE,CAAC;gBACjF,SAAS,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAC5B,CAAC;QACH,CAAC;QAED,IAAI,SAAS,CAAC,IAAI,KAAK,CAAC,EAAE,CAAC;YACzB,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;QACxB,CAAC;QAED,MAAM,QAAQ,GAAG,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACvC,MAAM,cAAc,GAAG,IAAI,GAAG,CAAS,wDAA2B,CAAC,CAAC;QACpE,MAAM,SAAS,GAAG,MAAM,CAAC,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;QACzE,MAAM,UAAU,GAAG,cAAc,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,UAAU,CAAC;QAE1E,IAAI,UAAU,GAAgB,IAAI,CAAC;QACnC,IAAI,UAAU,KAAK,WAAW,EAAE,CAAC;YAC/B,UAAU,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC;QACrD,CAAC;aAAM,IAAI,UAAU,KAAK,UAAU,EAAE,CAAC;YACrC,UAAU,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC;QAC1D,CAAC;aAAM,IAAI,UAAU,KAAK,WAAW,EAAE,CAAC;YACtC,UAAU,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC;QAC9D,CAAC;QAED,MAAM,kBAAkB,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAClF,MAAM,IAAI,GAAyB,CAAC,GAAG,QAAQ,CAAC,CAAC;QACjD,IAAI,aAAa,GAAG,EAAE,CAAC;QAEvB,IAAI,UAAU,EAAE,CAAC;YACf,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;YACtB,aAAa,GAAG,2BAA2B,IAAI,CAAC,MAAM,EAAE,CAAC;QAC3D,CAAC;QAED,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,eAAe,CAC1D;;;8BAGwB,kBAAkB;WACrC,aAAa;gCACQ,EAC1B,GAAG,IAAI,CACR,CAAC;QAEF,MAAM,YAAY,GAAG,WAAW,CAAC,MAAM,CAAC;QACxC,MAAM,UAAU,GAAG,KAAK,CAAC,IAAI,CAC3B,IAAI,GAAG,CACL,WAAW;aACR,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,UAAU,IAAI,CAAC,CAAC,CAAC;aACzC,MAAM,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,SAAS,GAAG,CAAC,CAAC,CACtE,CACF,CAAC;QAEF,IAAI,eAAe,GAAG,CAAC,CAAC;QACxB,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC1B,MAAM,mBAAmB,GAAG,UAAU;iBACnC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC;iBAClC,IAAI,CAAC,IAAI,CAAC,CAAC;YAEd,MAAM,kBAAkB,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,eAAe,CACjE;4BACoB,mBAAmB;;;;;;0BAMrB,EAClB,GAAG,UAAU,CACd,CAAC;YAEF,eAAe,GAAG,kBAAkB,CAAC,MAAM,CAAC;QAC9C,CAAC;QAED,OAAO;YACL,OAAO,EAAE,IAAI;YACb,YAAY;YACZ,eAAe;YACf,cAAc,EAAE;gBACd,QAAQ;gBACR,UAAU;aACX;SACF,CAAC;IACJ,CAAC;IAEO,YAAY,CAAC,KAAc;QACjC,MAAM,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;QAC7B,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;YAAE,OAAO,CAAC,CAAC;QACvC,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACxD,CAAC;IAEO,sBAAsB,CAAC,KAAc;QAC3C,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;QAC5D,IAAI,CAAC,UAAU;YAAE,OAAO,IAAI,CAAC;QAE7B,IACE,UAAU,KAAK,SAAS;YACxB,UAAU,KAAK,WAAW;YAC1B,UAAU,KAAK,QAAQ;YACvB,UAAU,KAAK,YAAY;YAC3B,UAAU,KAAK,WAAW;YAC1B,UAAU,KAAK,QAAQ;YACvB,UAAU,KAAK,WAAW,EAC1B,CAAC;YACD,OAAO,UAAU,CAAC;QACpB,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAEO,mBAAmB,CAAC,KAAc,EAAE,UAAU,GAAG,KAAK;QAC5D,MAAM,UAAU,GAAG,MAAM,CAAC,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;QAC5D,IAAI,CAAC,UAAU,IAAI,UAAU;YAAE,OAAO,IAAI,CAAC;QAE3C,IACE,UAAU,KAAK,QAAQ;YACvB,UAAU,KAAK,WAAW;YAC1B,UAAU,KAAK,YAAY;YAC3B,UAAU,KAAK,UAAU;YACzB,UAAU,KAAK,MAAM;YACrB,UAAU,KAAK,OAAO;YACtB,UAAU,KAAK,WAAW;YAC1B,UAAU,KAAK,kBAAkB,EACjC,CAAC;YACD,OAAO,UAAU,CAAC;QACpB,CAAC;QAED,OAAO,UAAU,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC;IACtC,CAAC;IAEO,oBAAoB,CAAC,OAO5B;QACC,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;QACzC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,UAAU,IAAI,CAAC,CAAC,CAAC;QAC7C,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,WAAW,IAAI,CAAC,CAAC,CAAC;QAC/C,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,eAAe,IAAI,CAAC,CAAC,CAAC;QACvD,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,CAAC,eAAe,IAAI,CAAC,CAAC,CAAC;QACvD,MAAM,MAAM,GAAG,MAAM,CAAC,OAAO,CAAC,YAAY,IAAI,CAAC,CAAC,CAAC;QAEjD,IAAI,KAAK,KAAK,CAAC;YAAE,OAAO,SAAS,CAAC;QAClC,IAAI,IAAI,KAAK,KAAK;YAAE,OAAO,WAAW,CAAC;QACvC,IAAI,IAAI,GAAG,KAAK,GAAG,SAAS,KAAK,KAAK,IAAI,KAAK,GAAG,CAAC;YAAE,OAAO,QAAQ,CAAC;QACrE,IAAI,IAAI,GAAG,KAAK,GAAG,SAAS,KAAK,KAAK,IAAI,SAAS,GAAG,CAAC,IAAI,KAAK,KAAK,CAAC;YAAE,OAAO,WAAW,CAAC;QAC3F,IAAI,SAAS,GAAG,CAAC;YAAE,OAAO,WAAW,CAAC;QACtC,IAAI,MAAM,KAAK,KAAK;YAAE,OAAO,SAAS,CAAC;QACvC,OAAO,WAAW,CAAC;IACrB,CAAC;IAEO,KAAK,CAAC,8BAA8B,CAC1C,MAAc,EACd,SAAyC;;QAEzC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC;YAC1D,oCAAoC;YACpC,sCAAsC;SACvC,CAAC,CAAC;QAEH,MAAM,SAAS,GAAG,MAAM,CACtB,MAAA,MAAA,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,gBAAgB,mCACzB,QAAQ,CAAC,oCAAoC,CAAC,mCAC9C,CAAC,CACJ,CAAC;QACF,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,SAAS,IAAI,CAAC,EAAE,CAAC;YAClD,MAAM,IAAI,4BAAmB,CAC3B,yFAAyF,CAC1F,CAAC;QACJ,CAAC;QAED,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,mBAAmB,CAAC,UAAU,CAAC;YACtE,KAAK,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE;YACxB,OAAO,EAAE;gBACP,gBAAgB,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;gBAC5C,oBAAoB,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;aACjD;SACF,CAAC,CAAC;QAEH,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,MAAM,IAAI,0BAAiB,CAAC,+BAA+B,SAAS,iBAAiB,CAAC,CAAC;QACzF,CAAC;QAED,IAAI,OAAO,CAAC,gBAAgB,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;YAChD,MAAM,IAAI,4BAAmB,CAC3B,uBAAuB,SAAS,4BAA4B,CAC7D,CAAC;QACJ,CAAC;QAED,MAAM,YAAY,GAAG,MAAM,CAAC,MAAA,OAAO,CAAC,oBAAoB,CAAC,IAAI,mCAAI,EAAE,CAAC,CAAC,WAAW,EAAE,CAAC;QACnF,IAAI,YAAY,KAAK,IAAI,EAAE,CAAC;YAC1B,MAAM,IAAI,4BAAmB,CAC3B,wBAAwB,YAAY,gEAAgE,CACrG,CAAC;QACJ,CAAC;QAED,MAAM,MAAM,GAAG,MAAC,OAAO,CAAC,MAAmC,mCAAI,EAAE,CAAC;QAClE,MAAM,MAAM,GAAG,MAAM,CAAC,MAAA,MAAM,CAAC,MAAM,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,WAAW,CAAC;QAEjE,MAAM,MAAM,GAAG,MAAM,CAAC,MAAA,MAAM,CAAC,MAAM,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAElD,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,IAAI,4BAAmB,CAC3B,+BAA+B,SAAS,6CAA6C,CACtF,CAAC;QACJ,CAAC;QAED,MAAM,eAAe,GAAG,IAAI,CAAC,GAAG,CAC9B,GAAG,EACH,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,sCAAsC,CAAC,IAAI,IAAI,CAAC,IAAI,IAAI,CAAC,CAC1F,CAAC;QAEF,MAAM,MAAM,GAAG,gBAAgB,MAAM,GAAG,CAAC;QAEzC,OAAO;YACL,OAAO;YACP,MAAM;YACN,MAAM;YACN,eAAe;YACf,MAAM;SACP,CAAC;IACJ,CAAC;CACF,CAAA;AAz/BY,oDAAoB;+BAApB,oBAAoB;IADhC,IAAA,mBAAU,GAAE;IAGR,WAAA,IAAA,eAAM,EAAC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,qBAAc,CAAC,CAAC,CAAA;IAExC,WAAA,IAAA,eAAM,EAAC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,0BAAa,CAAC,CAAC,CAAA;IAEvC,WAAA,IAAA,eAAM,EAAC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,kBAAW,CAAC,CAAC,CAAA;IAErC,WAAA,IAAA,eAAM,EAAC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,gCAAyB,CAAC,CAAC,CAAA;IAEnD,WAAA,IAAA,eAAM,EAAC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,yDAAyB,CAAC,CAAC,CAAA;qCAPnB,qBAAc;QAEf,0BAAa;QAEf,kBAAW;QAEG,gCAAyB;QAE5B,yDAAyB;GAXzD,oBAAoB,CAy/BhC"}
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
+
import { PrismaService } from '@hed-hog/api-prisma';
|
|
1
2
|
import { SettingService } from '@hed-hog/core';
|
|
2
3
|
export declare class LmsSettingController {
|
|
3
4
|
private readonly settingService;
|
|
4
|
-
|
|
5
|
+
private readonly prismaService;
|
|
6
|
+
constructor(settingService: SettingService, prismaService: PrismaService);
|
|
5
7
|
getFeatureFlags(): Promise<{
|
|
6
|
-
|
|
8
|
+
hlsResolutions: string;
|
|
9
|
+
hlsSegmentDuration: number;
|
|
7
10
|
imageExtractionEnabled: boolean;
|
|
8
11
|
transcriptionEnabled: boolean;
|
|
9
12
|
youtubeEnabled: boolean;
|
|
10
13
|
vimeoEnabled: boolean;
|
|
11
14
|
bulkUploadStorageProfileId: number;
|
|
12
15
|
bulkUploadBucketName: string;
|
|
16
|
+
bulkUploadLambdaRoleArn: string;
|
|
13
17
|
bulkUploadStsDurationSeconds: number;
|
|
14
18
|
}>;
|
|
15
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lms-setting.controller.d.ts","sourceRoot":"","sources":["../../src/course/lms-setting.controller.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C,qBAEa,oBAAoB;IAG7B,OAAO,CAAC,QAAQ,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"lms-setting.controller.d.ts","sourceRoot":"","sources":["../../src/course/lms-setting.controller.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C,qBAEa,oBAAoB;IAG7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAE/B,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAFb,cAAc,EAAE,cAAc,EAE9B,aAAa,EAAE,aAAa;IAIzC,eAAe;;;;;;;;;;;;CA0CtB"}
|
|
@@ -14,32 +14,47 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.LmsSettingController = void 0;
|
|
16
16
|
const api_1 = require("@hed-hog/api");
|
|
17
|
+
const api_prisma_1 = require("@hed-hog/api-prisma");
|
|
17
18
|
const core_1 = require("@hed-hog/core");
|
|
18
19
|
const common_1 = require("@nestjs/common");
|
|
19
20
|
let LmsSettingController = class LmsSettingController {
|
|
20
|
-
constructor(settingService) {
|
|
21
|
+
constructor(settingService, prismaService) {
|
|
21
22
|
this.settingService = settingService;
|
|
23
|
+
this.prismaService = prismaService;
|
|
22
24
|
}
|
|
23
25
|
async getFeatureFlags() {
|
|
26
|
+
var _a, _b;
|
|
24
27
|
const v = await this.settingService.getSettingValues([
|
|
25
|
-
'lms-
|
|
28
|
+
'lms-hls-resolutions',
|
|
29
|
+
'lms-hls-segment-duration',
|
|
26
30
|
'lms-image-extraction-enabled',
|
|
27
31
|
'lms-audio-transcription-enabled',
|
|
28
32
|
'lms-youtube-provider-enabled',
|
|
29
33
|
'lms-vimeo-provider-enabled',
|
|
30
34
|
'lms-bulk-upload-storage-profile-id',
|
|
31
|
-
'lms-bulk-upload-
|
|
35
|
+
'lms-bulk-upload-lambda-role-arn',
|
|
32
36
|
'lms-bulk-upload-sts-duration-seconds',
|
|
33
37
|
]);
|
|
38
|
+
const bulkUploadStorageProfileId = Number(v['lms-bulk-upload-storage-profile-id'] || 0) || null;
|
|
39
|
+
let bulkUploadBucketName = '';
|
|
40
|
+
if (bulkUploadStorageProfileId) {
|
|
41
|
+
const profile = await this.prismaService.integration_profile.findUnique({
|
|
42
|
+
where: { id: bulkUploadStorageProfileId },
|
|
43
|
+
select: { config: true },
|
|
44
|
+
});
|
|
45
|
+
bulkUploadBucketName = String((_b = (_a = profile === null || profile === void 0 ? void 0 : profile.config) === null || _a === void 0 ? void 0 : _a.bucket) !== null && _b !== void 0 ? _b : '').trim();
|
|
46
|
+
}
|
|
34
47
|
return {
|
|
35
|
-
|
|
48
|
+
hlsResolutions: typeof v['lms-hls-resolutions'] === 'string' ? v['lms-hls-resolutions'] : '480,720,1080',
|
|
49
|
+
hlsSegmentDuration: Number(v['lms-hls-segment-duration'] || 6) || 6,
|
|
36
50
|
imageExtractionEnabled: v['lms-image-extraction-enabled'] !== false,
|
|
37
51
|
transcriptionEnabled: v['lms-audio-transcription-enabled'] !== false,
|
|
38
52
|
youtubeEnabled: v['lms-youtube-provider-enabled'] !== false,
|
|
39
53
|
vimeoEnabled: v['lms-vimeo-provider-enabled'] !== false,
|
|
40
|
-
bulkUploadStorageProfileId
|
|
41
|
-
bulkUploadBucketName
|
|
42
|
-
|
|
54
|
+
bulkUploadStorageProfileId,
|
|
55
|
+
bulkUploadBucketName,
|
|
56
|
+
bulkUploadLambdaRoleArn: typeof v['lms-bulk-upload-lambda-role-arn'] === 'string'
|
|
57
|
+
? v['lms-bulk-upload-lambda-role-arn'].trim()
|
|
43
58
|
: '',
|
|
44
59
|
bulkUploadStsDurationSeconds: Number(v['lms-bulk-upload-sts-duration-seconds'] || 3600) || 3600,
|
|
45
60
|
};
|
|
@@ -56,6 +71,8 @@ exports.LmsSettingController = LmsSettingController = __decorate([
|
|
|
56
71
|
(0, api_1.Role)(),
|
|
57
72
|
(0, common_1.Controller)('lms/settings'),
|
|
58
73
|
__param(0, (0, common_1.Inject)((0, common_1.forwardRef)(() => core_1.SettingService))),
|
|
59
|
-
|
|
74
|
+
__param(1, (0, common_1.Inject)((0, common_1.forwardRef)(() => api_prisma_1.PrismaService))),
|
|
75
|
+
__metadata("design:paramtypes", [core_1.SettingService,
|
|
76
|
+
api_prisma_1.PrismaService])
|
|
60
77
|
], LmsSettingController);
|
|
61
78
|
//# sourceMappingURL=lms-setting.controller.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lms-setting.controller.js","sourceRoot":"","sources":["../../src/course/lms-setting.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sCAAoC;AACpC,wCAA+C;AAC/C,2CAAqE;AAI9D,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAC/B,YAEmB,cAA8B;
|
|
1
|
+
{"version":3,"file":"lms-setting.controller.js","sourceRoot":"","sources":["../../src/course/lms-setting.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sCAAoC;AACpC,oDAAoD;AACpD,wCAA+C;AAC/C,2CAAqE;AAI9D,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAC/B,YAEmB,cAA8B,EAE9B,aAA4B;QAF5B,mBAAc,GAAd,cAAc,CAAgB;QAE9B,kBAAa,GAAb,aAAa,CAAe;IAC5C,CAAC;IAGE,AAAN,KAAK,CAAC,eAAe;;QACnB,MAAM,CAAC,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC;YACnD,qBAAqB;YACrB,0BAA0B;YAC1B,8BAA8B;YAC9B,iCAAiC;YACjC,8BAA8B;YAC9B,4BAA4B;YAC5B,oCAAoC;YACpC,iCAAiC;YACjC,sCAAsC;SACvC,CAAC,CAAC;QAEH,MAAM,0BAA0B,GAC9B,MAAM,CAAC,CAAC,CAAC,oCAAoC,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,CAAC;QAE/D,IAAI,oBAAoB,GAAG,EAAE,CAAC;QAC9B,IAAI,0BAA0B,EAAE,CAAC;YAC/B,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,mBAAmB,CAAC,UAAU,CAAC;gBACtE,KAAK,EAAE,EAAE,EAAE,EAAE,0BAA0B,EAAE;gBACzC,MAAM,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE;aACzB,CAAC,CAAC;YACH,oBAAoB,GAAG,MAAM,CAAC,MAAA,MAAC,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAc,0CAAE,MAAM,mCAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC/E,CAAC;QAED,OAAO;YACL,cAAc,EAAE,OAAO,CAAC,CAAC,qBAAqB,CAAC,KAAK,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,cAAc;YACxG,kBAAkB,EAAE,MAAM,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC;YACnE,sBAAsB,EAAE,CAAC,CAAC,8BAA8B,CAAC,KAAK,KAAK;YACnE,oBAAoB,EAAE,CAAC,CAAC,iCAAiC,CAAC,KAAK,KAAK;YACpE,cAAc,EAAE,CAAC,CAAC,8BAA8B,CAAC,KAAK,KAAK;YAC3D,YAAY,EAAE,CAAC,CAAC,4BAA4B,CAAC,KAAK,KAAK;YACvD,0BAA0B;YAC1B,oBAAoB;YACpB,uBAAuB,EACrB,OAAO,CAAC,CAAC,iCAAiC,CAAC,KAAK,QAAQ;gBACtD,CAAC,CAAC,CAAC,CAAC,iCAAiC,CAAC,CAAC,IAAI,EAAE;gBAC7C,CAAC,CAAC,EAAE;YACR,4BAA4B,EAC1B,MAAM,CAAC,CAAC,CAAC,sCAAsC,CAAC,IAAI,IAAI,CAAC,IAAI,IAAI;SACpE,CAAC;IACJ,CAAC;CACF,CAAA;AAnDY,oDAAoB;AASzB;IADL,IAAA,YAAG,GAAE;;;;2DA0CL;+BAlDU,oBAAoB;IAFhC,IAAA,UAAI,GAAE;IACN,IAAA,mBAAU,EAAC,cAAc,CAAC;IAGtB,WAAA,IAAA,eAAM,EAAC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,qBAAc,CAAC,CAAC,CAAA;IAExC,WAAA,IAAA,eAAM,EAAC,IAAA,mBAAU,EAAC,GAAG,EAAE,CAAC,0BAAa,CAAC,CAAC,CAAA;qCADP,qBAAc;QAEf,0BAAa;GALpC,oBAAoB,CAmDhC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const IMS_XML_XSD = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><!-- filename=ims_xml.xsd --><xsd:schema xmlns=\"http://www.w3.org/XML/1998/namespace\" targetNamespace=\"http://www.w3.org/XML/1998/namespace\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" elementFormDefault=\"qualified\">\t<!-- 2001-02-22 edited by Thomas Wason IMS Global Learning Consortium, Inc. -->\t<xsd:annotation>\t\t<xsd:documentation>In namespace-aware XML processors, the "xml" prefix is bound to the namespace name http://www.w3.org/XML/1998/namespace.</xsd:documentation>\t\t<xsd:documentation>Do not reference this file in XML instances</xsd:documentation> <xsd:documentation>Schawn Thropp: Changed the uriReference type to string type</xsd:documentation>\t</xsd:annotation>\t<xsd:attribute name=\"lang\" type=\"xsd:language\">\t\t<xsd:annotation>\t\t\t<xsd:documentation>Refers to universal XML 1.0 lang attribute</xsd:documentation>\t\t</xsd:annotation>\t</xsd:attribute>\t<xsd:attribute name=\"base\" type=\"xsd:string\">\t\t<xsd:annotation>\t\t\t<xsd:documentation>Refers to XML Base: http://www.w3.org/TR/xmlbase</xsd:documentation>\t\t</xsd:annotation>\t</xsd:attribute>\t<xsd:attribute name=\"link\" type=\"xsd:string\"/></xsd:schema>\r\n";
|
|
2
|
+
export declare const IMSCP_ROOTV1P1P2_XSD = "<?xml version=\"1.0\"?>\r\n\r\n<!-- edited with XML Spy v3.5 (http://www.xmlspy.com) by Thomas Wason (private) -->\r\n<!-- filename=ims_cp_rootv1p1p2.xsd -->\r\n<!-- Copyright (2) 2001 IMS Global Learning Consortium, Inc. -->\r\n<!-- edited by Thomas Wason -->\r\n<!-- Conforms to w3c http://www.w3.org/TR/xmlschema-1/ 2000-10-24-->\r\n\r\n<xsd:schema xmlns=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\" \r\n targetNamespace=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\" \r\n xmlns:xml=\"http://www.w3.org/XML/1998/namespace\" \r\n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \r\n elementFormDefault=\"unqualified\" version=\"IMS CP 1.1.2\">\r\n\r\n <!-- ******************** -->\r\n <!-- ** Change History ** -->\r\n <!-- ******************** -->\r\n <xsd:annotation>\r\n <xsd:documentation xml:lang=\"en\">DRAFT XSD for IMS Content Packaging version 1.1 DRAFT</xsd:documentation>\r\n <xsd:documentation> Copyright (c) 2001 IMS GLC, Inc. </xsd:documentation>\r\n <xsd:documentation>2000-04-21, Adjustments by T.D. Wason from CP 1.0.</xsd:documentation>\r\n <xsd:documentation>2001-02-22, T.D.Wason: Modify for 2000-10-24 XML-Schema version. Modified to support extension.</xsd:documentation>\r\n <xsd:documentation>2001-03-12, T.D.Wason: Change filename, target and meta-data namespaces and meta-data fielname. Add meta-data to itemType, fileType and organizationType.</xsd:documentation>\r\n <xsd:documentation>Do not define namespaces for xml in XML instances generated from this xsd.</xsd:documentation>\r\n <xsd:documentation>Imports IMS meta-data xsd, lower case element names. </xsd:documentation>\r\n <xsd:documentation>This XSD provides a reference to the IMS meta-data root element as imsmd:record</xsd:documentation>\r\n <xsd:documentation>If the IMS meta-data is to be used in the XML instance then the instance must define an IMS meta-data prefix with a namespace. The meta-data targetNamespace should be used. </xsd:documentation>\r\n <xsd:documentation>2001-03-20, Thor Anderson: Remove manifestref, change resourceref back to identifierref, change manifest back to contained by manifest. --Tom Wason: manifest may contain _none_ or more manifests.</xsd:documentation>\r\n <xsd:documentation>2001-04-13 Tom Wason: corrected attirbute name structure. Was misnamed type. </xsd:documentation>\r\n <xsd:documentation>2001-05-14 Schawn Thropp: Made all complexType extensible with the group.any</xsd:documentation>\r\n <xsd:documentation>Added the anyAttribute to all complexTypes. Changed the href attribute on the fileType and resourceType to xsd:string</xsd:documentation>\r\n <xsd:documentation>Changed the maxLength of the href, identifierref, parameters, structure attributes to match the Information model.</xsd:documentation>\r\n <xsd:documentation>2001-07-25 Schawn Thropp: Changed the namespace for the Schema of Schemas to the 5/2/2001 W3C XML Schema</xsd:documentation> \r\n <xsd:documentation>Recommendation. attributeGroup attr.imsmd deleted, was not used anywhere. Any attribute declarations that have</xsd:documentation>\r\n <xsd:documentation>use = \"default\" changed to use=\"optional\" - attr.structure.req.</xsd:documentation>\r\n <xsd:documentation>Any attribute declarations that have value=\"somevalue\" changed to default=\"somevalue\",</xsd:documentation>\r\n <xsd:documentation>attr.structure.req (hierarchical). Removed references to IMS MD Version 1.1.</xsd:documentation>\r\n <xsd:documentation>Modified attribute group \"attr.resourcetype.req\" to change use from optional</xsd:documentation>\r\n <xsd:documentation>to required to match the information model. As a result the default value also needed to be removed</xsd:documentation> \r\n <xsd:documentation>Name change for XSD. Changed to match version of CP Spec </xsd:documentation> \r\n </xsd:annotation>\r\n\r\n <xsd:annotation>\r\n <xsd:documentation>Inclusions and Imports</xsd:documentation>\r\n </xsd:annotation>\r\n\r\n <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" schemaLocation=\"ims_xml.xsd\"/>\r\n\r\n <xsd:annotation>\r\n <xsd:documentation>Attribute Declarations</xsd:documentation>\r\n </xsd:annotation>\r\n\r\n <!-- **************************** -->\r\n <!-- ** Attribute Declarations ** -->\r\n <!-- **************************** -->\r\n <xsd:attributeGroup name=\"attr.base\">\r\n <xsd:attribute ref=\"xml:base\" use=\"optional\"/>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.default\">\r\n <xsd:attribute name=\"default\" type=\"xsd:IDREF\" use=\"optional\"/>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.href\">\r\n <xsd:attribute name=\"href\" use=\"optional\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:anyURI\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.href.req\">\r\n <xsd:attribute name=\"href\" use=\"required\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:anyURI\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup> \r\n\r\n <xsd:attributeGroup name=\"attr.identifier.req\">\r\n <xsd:attribute name=\"identifier\" type=\"xsd:ID\" use=\"required\"/>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.identifier\">\r\n <xsd:attribute name=\"identifier\" type=\"xsd:ID\" use=\"optional\"/>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.isvisible\">\r\n <xsd:attribute name=\"isvisible\" type=\"xsd:boolean\" use=\"optional\"/>\r\n </xsd:attributeGroup>\r\n \r\n <xsd:attributeGroup name=\"attr.parameters\">\r\n <xsd:attribute name=\"parameters\" use=\"optional\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"1000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n \r\n <xsd:attributeGroup name=\"attr.identifierref\">\r\n <xsd:attribute name=\"identifierref\" use=\"optional\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n \r\n <xsd:attributeGroup name=\"attr.identifierref.req\">\r\n <xsd:attribute name=\"identifierref\" use=\"required\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n \r\n <xsd:attributeGroup name=\"attr.resourcetype.req\">\r\n <xsd:attribute name=\"type\" use=\"required\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"1000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.structure.req\">\r\n <xsd:attribute name=\"structure\" use=\"optional\" default=\"hierarchical\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"200\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.version\">\r\n <xsd:attribute name=\"version\" use=\"optional\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"20\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:annotation>\r\n <xsd:documentation>element groups</xsd:documentation>\r\n </xsd:annotation>\r\n\r\n <xsd:group name=\"grp.any\">\r\n <xsd:annotation>\r\n <xsd:documentation>Any namespaced element from any namespace may be included within an "any" element. The namespace for the imported element must be defined in the instance, and the schema must be imported. </xsd:documentation>\r\n </xsd:annotation>\r\n <xsd:sequence>\r\n <xsd:any namespace=\"##other\" processContents=\"strict\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n </xsd:sequence>\r\n </xsd:group>\r\n\r\n <!-- ************************** -->\r\n <!-- ** Element Declarations ** -->\r\n <!-- ************************** -->\r\n\r\n <xsd:element name=\"dependency\" type=\"dependencyType\"/>\r\n <xsd:element name=\"file\" type=\"fileType\"/>\r\n <xsd:element name=\"item\" type=\"itemType\"/>\r\n <xsd:element name=\"manifest\" type=\"manifestType\"/>\r\n <xsd:element name=\"metadata\" type=\"metadataType\"/>\r\n <xsd:element name=\"organization\" type=\"organizationType\"/>\r\n <xsd:element name=\"organizations\" type=\"organizationsType\"/>\r\n <xsd:element name=\"resource\" type=\"resourceType\"/>\r\n <xsd:element name=\"resources\" type=\"resourcesType\"/>\r\n <xsd:element name=\"schema\" type=\"schemaType\"/>\r\n <xsd:element name=\"schemaversion\" type=\"schemaversionType\"/>\r\n <xsd:element name=\"title\" type=\"titleType\"/>\r\n\r\n <!-- ******************* -->\r\n <!-- ** Complex Types ** -->\r\n <!-- ******************* -->\r\n\r\n <!-- **************** -->\r\n <!-- ** dependency ** -->\r\n <!-- **************** -->\r\n <xsd:complexType name=\"dependencyType\">\r\n <xsd:sequence>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifierref.req\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ********** -->\r\n <!-- ** file ** -->\r\n <!-- ********** -->\r\n <xsd:complexType name=\"fileType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.href.req\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ********** -->\r\n <!-- ** item ** -->\r\n <!-- ********** -->\r\n <xsd:complexType name=\"itemType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"title\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"item\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifier.req\"/>\r\n <xsd:attributeGroup ref=\"attr.identifierref\"/>\r\n <xsd:attributeGroup ref=\"attr.isvisible\"/>\r\n <xsd:attributeGroup ref=\"attr.parameters\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ************** -->\r\n <!-- ** manifest ** -->\r\n <!-- ************** -->\r\n <xsd:complexType name=\"manifestType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"organizations\"/>\r\n <xsd:element ref=\"resources\"/>\r\n <xsd:element ref=\"manifest\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifier.req\"/>\r\n <xsd:attributeGroup ref=\"attr.version\"/>\r\n <xsd:attribute ref=\"xml:base\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ************** -->\r\n <!-- ** metadata ** -->\r\n <!-- ************** -->\r\n <xsd:complexType name=\"metadataType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"schema\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"schemaversion\" minOccurs=\"0\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n </xsd:complexType>\r\n \r\n <!-- ******************* -->\r\n <!-- ** organizations ** -->\r\n <!-- ******************* -->\r\n <xsd:complexType name=\"organizationsType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"organization\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.default\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ****************** -->\r\n <!-- ** organization ** -->\r\n <!-- ****************** -->\r\n <xsd:complexType name=\"organizationType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"title\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"item\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifier.req\"/>\r\n <xsd:attributeGroup ref=\"attr.structure.req\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- *************** -->\r\n <!-- ** resources ** -->\r\n <!-- *************** -->\r\n <xsd:complexType name=\"resourcesType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"resource\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.base\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ************** -->\r\n <!-- ** resource ** -->\r\n <!-- ************** -->\r\n <xsd:complexType name=\"resourceType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"file\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:element ref=\"dependency\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifier.req\"/>\r\n <xsd:attributeGroup ref=\"attr.resourcetype.req\"/>\r\n <xsd:attributeGroup ref=\"attr.base\"/>\r\n <xsd:attributeGroup ref=\"attr.href\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n\r\n <!-- ****************** -->\r\n <!-- ** Simple Types ** -->\r\n <!-- ****************** -->\r\n\r\n <!-- ************ -->\r\n <!-- ** schema ** -->\r\n <!-- ************ -->\r\n <xsd:simpleType name=\"schemaType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"100\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n \r\n <!-- ******************* -->\r\n <!-- ** schemaversion ** -->\r\n <!-- ******************* -->\r\n <xsd:simpleType name=\"schemaversionType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"20\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n \r\n <!-- *********** -->\r\n <!-- ** title ** -->\r\n <!-- *********** -->\r\n <xsd:simpleType name=\"titleType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"200\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n</xsd:schema>\r\n";
|
|
3
|
+
export declare const ADLCP_ROOTV1P2_XSD = "<?xml version=\"1.0\"?>\r\n<!-- filename=adlcp_rootv1p2.xsd -->\r\n<!-- Conforms to w3c http://www.w3.org/TR/xmlschema-1/ 2000-10-24-->\r\n\r\n<xsd:schema xmlns=\"http://www.adlnet.org/xsd/adlcp_rootv1p2\"\r\n targetNamespace=\"http://www.adlnet.org/xsd/adlcp_rootv1p2\"\r\n xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"\r\n xmlns:imscp=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\"\r\n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n elementFormDefault=\"unqualified\"\r\n version=\"ADL Version 1.2\">\r\n\r\n <xsd:import namespace=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\"\r\n schemaLocation=\"imscp_rootv1p1p2.xsd\"/>\r\n\r\n <xsd:element name=\"location\" type=\"locationType\"/>\r\n <xsd:element name=\"prerequisites\" type=\"prerequisitesType\"/>\r\n <xsd:element name=\"maxtimeallowed\" type=\"maxtimeallowedType\"/>\r\n <xsd:element name=\"timelimitaction\" type=\"timelimitactionType\"/>\r\n <xsd:element name=\"datafromlms\" type=\"datafromlmsType\"/>\r\n <xsd:element name=\"masteryscore\" type=\"masteryscoreType\"/>\r\n\r\n\r\n <xsd:element name=\"schema\" type=\"newSchemaType\"/>\r\n <xsd:simpleType name=\"newSchemaType\">\r\n <xsd:restriction base=\"imscp:schemaType\">\r\n <xsd:enumeration value=\"ADL SCORM\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:element name=\"schemaversion\" type=\"newSchemaversionType\"/>\r\n <xsd:simpleType name=\"newSchemaversionType\">\r\n <xsd:restriction base=\"imscp:schemaversionType\">\r\n <xsd:enumeration value=\"1.2\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n\r\n <xsd:attribute name=\"scormtype\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:enumeration value=\"asset\"/>\r\n <xsd:enumeration value=\"sco\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n\r\n <xsd:simpleType name=\"locationType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n\r\n <xsd:complexType name=\"prerequisitesType\">\r\n <xsd:simpleContent>\r\n <xsd:extension base=\"prerequisiteStringType\">\r\n <xsd:attributeGroup ref=\"attr.prerequisitetype\"/>\r\n </xsd:extension>\r\n </xsd:simpleContent>\r\n </xsd:complexType>\r\n\r\n <xsd:attributeGroup name=\"attr.prerequisitetype\">\r\n <xsd:attribute name=\"type\" use=\"required\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:enumeration value=\"aicc_script\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:simpleType name=\"maxtimeallowedType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"13\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:simpleType name=\"timelimitactionType\">\r\n <xsd:restriction base=\"stringType\">\r\n <xsd:enumeration value=\"exit,no message\"/>\r\n <xsd:enumeration value=\"exit,message\"/>\r\n <xsd:enumeration value=\"continue,no message\"/>\r\n <xsd:enumeration value=\"continue,message\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:simpleType name=\"datafromlmsType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"255\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:simpleType name=\"masteryscoreType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"200\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:simpleType name=\"stringType\">\r\n <xsd:restriction base=\"xsd:string\"/>\r\n </xsd:simpleType>\r\n \r\n <xsd:simpleType name=\"prerequisiteStringType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"200\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n</xsd:schema>\r\n";
|
|
4
|
+
//# sourceMappingURL=scorm12-schemas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scorm12-schemas.d.ts","sourceRoot":"","sources":["../../src/course/scorm12-schemas.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,uvCAAuvC,CAAC;AAEhxC,eAAO,MAAM,oBAAoB,0ofAA0of,CAAC;AAE5qf,eAAO,MAAM,kBAAkB,mwJAAmwJ,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Schemas XSD de controle exigidos pela spec SCORM 1.2 (CAM) na raiz do pacote.
|
|
3
|
+
// Conteudo verbatim dos arquivos padrao ADL/IMS.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ADLCP_ROOTV1P2_XSD = exports.IMSCP_ROOTV1P1P2_XSD = exports.IMS_XML_XSD = void 0;
|
|
6
|
+
exports.IMS_XML_XSD = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><!-- filename=ims_xml.xsd --><xsd:schema xmlns=\"http://www.w3.org/XML/1998/namespace\" targetNamespace=\"http://www.w3.org/XML/1998/namespace\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" elementFormDefault=\"qualified\">\t<!-- 2001-02-22 edited by Thomas Wason IMS Global Learning Consortium, Inc. -->\t<xsd:annotation>\t\t<xsd:documentation>In namespace-aware XML processors, the "xml" prefix is bound to the namespace name http://www.w3.org/XML/1998/namespace.</xsd:documentation>\t\t<xsd:documentation>Do not reference this file in XML instances</xsd:documentation> <xsd:documentation>Schawn Thropp: Changed the uriReference type to string type</xsd:documentation>\t</xsd:annotation>\t<xsd:attribute name=\"lang\" type=\"xsd:language\">\t\t<xsd:annotation>\t\t\t<xsd:documentation>Refers to universal XML 1.0 lang attribute</xsd:documentation>\t\t</xsd:annotation>\t</xsd:attribute>\t<xsd:attribute name=\"base\" type=\"xsd:string\">\t\t<xsd:annotation>\t\t\t<xsd:documentation>Refers to XML Base: http://www.w3.org/TR/xmlbase</xsd:documentation>\t\t</xsd:annotation>\t</xsd:attribute>\t<xsd:attribute name=\"link\" type=\"xsd:string\"/></xsd:schema>\r\n";
|
|
7
|
+
exports.IMSCP_ROOTV1P1P2_XSD = "<?xml version=\"1.0\"?>\r\n\r\n<!-- edited with XML Spy v3.5 (http://www.xmlspy.com) by Thomas Wason (private) -->\r\n<!-- filename=ims_cp_rootv1p1p2.xsd -->\r\n<!-- Copyright (2) 2001 IMS Global Learning Consortium, Inc. -->\r\n<!-- edited by Thomas Wason -->\r\n<!-- Conforms to w3c http://www.w3.org/TR/xmlschema-1/ 2000-10-24-->\r\n\r\n<xsd:schema xmlns=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\" \r\n targetNamespace=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\" \r\n xmlns:xml=\"http://www.w3.org/XML/1998/namespace\" \r\n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \r\n elementFormDefault=\"unqualified\" version=\"IMS CP 1.1.2\">\r\n\r\n <!-- ******************** -->\r\n <!-- ** Change History ** -->\r\n <!-- ******************** -->\r\n <xsd:annotation>\r\n <xsd:documentation xml:lang=\"en\">DRAFT XSD for IMS Content Packaging version 1.1 DRAFT</xsd:documentation>\r\n <xsd:documentation> Copyright (c) 2001 IMS GLC, Inc. </xsd:documentation>\r\n <xsd:documentation>2000-04-21, Adjustments by T.D. Wason from CP 1.0.</xsd:documentation>\r\n <xsd:documentation>2001-02-22, T.D.Wason: Modify for 2000-10-24 XML-Schema version. Modified to support extension.</xsd:documentation>\r\n <xsd:documentation>2001-03-12, T.D.Wason: Change filename, target and meta-data namespaces and meta-data fielname. Add meta-data to itemType, fileType and organizationType.</xsd:documentation>\r\n <xsd:documentation>Do not define namespaces for xml in XML instances generated from this xsd.</xsd:documentation>\r\n <xsd:documentation>Imports IMS meta-data xsd, lower case element names. </xsd:documentation>\r\n <xsd:documentation>This XSD provides a reference to the IMS meta-data root element as imsmd:record</xsd:documentation>\r\n <xsd:documentation>If the IMS meta-data is to be used in the XML instance then the instance must define an IMS meta-data prefix with a namespace. The meta-data targetNamespace should be used. </xsd:documentation>\r\n <xsd:documentation>2001-03-20, Thor Anderson: Remove manifestref, change resourceref back to identifierref, change manifest back to contained by manifest. --Tom Wason: manifest may contain _none_ or more manifests.</xsd:documentation>\r\n <xsd:documentation>2001-04-13 Tom Wason: corrected attirbute name structure. Was misnamed type. </xsd:documentation>\r\n <xsd:documentation>2001-05-14 Schawn Thropp: Made all complexType extensible with the group.any</xsd:documentation>\r\n <xsd:documentation>Added the anyAttribute to all complexTypes. Changed the href attribute on the fileType and resourceType to xsd:string</xsd:documentation>\r\n <xsd:documentation>Changed the maxLength of the href, identifierref, parameters, structure attributes to match the Information model.</xsd:documentation>\r\n <xsd:documentation>2001-07-25 Schawn Thropp: Changed the namespace for the Schema of Schemas to the 5/2/2001 W3C XML Schema</xsd:documentation> \r\n <xsd:documentation>Recommendation. attributeGroup attr.imsmd deleted, was not used anywhere. Any attribute declarations that have</xsd:documentation>\r\n <xsd:documentation>use = \"default\" changed to use=\"optional\" - attr.structure.req.</xsd:documentation>\r\n <xsd:documentation>Any attribute declarations that have value=\"somevalue\" changed to default=\"somevalue\",</xsd:documentation>\r\n <xsd:documentation>attr.structure.req (hierarchical). Removed references to IMS MD Version 1.1.</xsd:documentation>\r\n <xsd:documentation>Modified attribute group \"attr.resourcetype.req\" to change use from optional</xsd:documentation>\r\n <xsd:documentation>to required to match the information model. As a result the default value also needed to be removed</xsd:documentation> \r\n <xsd:documentation>Name change for XSD. Changed to match version of CP Spec </xsd:documentation> \r\n </xsd:annotation>\r\n\r\n <xsd:annotation>\r\n <xsd:documentation>Inclusions and Imports</xsd:documentation>\r\n </xsd:annotation>\r\n\r\n <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" schemaLocation=\"ims_xml.xsd\"/>\r\n\r\n <xsd:annotation>\r\n <xsd:documentation>Attribute Declarations</xsd:documentation>\r\n </xsd:annotation>\r\n\r\n <!-- **************************** -->\r\n <!-- ** Attribute Declarations ** -->\r\n <!-- **************************** -->\r\n <xsd:attributeGroup name=\"attr.base\">\r\n <xsd:attribute ref=\"xml:base\" use=\"optional\"/>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.default\">\r\n <xsd:attribute name=\"default\" type=\"xsd:IDREF\" use=\"optional\"/>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.href\">\r\n <xsd:attribute name=\"href\" use=\"optional\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:anyURI\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.href.req\">\r\n <xsd:attribute name=\"href\" use=\"required\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:anyURI\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup> \r\n\r\n <xsd:attributeGroup name=\"attr.identifier.req\">\r\n <xsd:attribute name=\"identifier\" type=\"xsd:ID\" use=\"required\"/>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.identifier\">\r\n <xsd:attribute name=\"identifier\" type=\"xsd:ID\" use=\"optional\"/>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.isvisible\">\r\n <xsd:attribute name=\"isvisible\" type=\"xsd:boolean\" use=\"optional\"/>\r\n </xsd:attributeGroup>\r\n \r\n <xsd:attributeGroup name=\"attr.parameters\">\r\n <xsd:attribute name=\"parameters\" use=\"optional\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"1000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n \r\n <xsd:attributeGroup name=\"attr.identifierref\">\r\n <xsd:attribute name=\"identifierref\" use=\"optional\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n \r\n <xsd:attributeGroup name=\"attr.identifierref.req\">\r\n <xsd:attribute name=\"identifierref\" use=\"required\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n \r\n <xsd:attributeGroup name=\"attr.resourcetype.req\">\r\n <xsd:attribute name=\"type\" use=\"required\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"1000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.structure.req\">\r\n <xsd:attribute name=\"structure\" use=\"optional\" default=\"hierarchical\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"200\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:attributeGroup name=\"attr.version\">\r\n <xsd:attribute name=\"version\" use=\"optional\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"20\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:annotation>\r\n <xsd:documentation>element groups</xsd:documentation>\r\n </xsd:annotation>\r\n\r\n <xsd:group name=\"grp.any\">\r\n <xsd:annotation>\r\n <xsd:documentation>Any namespaced element from any namespace may be included within an "any" element. The namespace for the imported element must be defined in the instance, and the schema must be imported. </xsd:documentation>\r\n </xsd:annotation>\r\n <xsd:sequence>\r\n <xsd:any namespace=\"##other\" processContents=\"strict\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n </xsd:sequence>\r\n </xsd:group>\r\n\r\n <!-- ************************** -->\r\n <!-- ** Element Declarations ** -->\r\n <!-- ************************** -->\r\n\r\n <xsd:element name=\"dependency\" type=\"dependencyType\"/>\r\n <xsd:element name=\"file\" type=\"fileType\"/>\r\n <xsd:element name=\"item\" type=\"itemType\"/>\r\n <xsd:element name=\"manifest\" type=\"manifestType\"/>\r\n <xsd:element name=\"metadata\" type=\"metadataType\"/>\r\n <xsd:element name=\"organization\" type=\"organizationType\"/>\r\n <xsd:element name=\"organizations\" type=\"organizationsType\"/>\r\n <xsd:element name=\"resource\" type=\"resourceType\"/>\r\n <xsd:element name=\"resources\" type=\"resourcesType\"/>\r\n <xsd:element name=\"schema\" type=\"schemaType\"/>\r\n <xsd:element name=\"schemaversion\" type=\"schemaversionType\"/>\r\n <xsd:element name=\"title\" type=\"titleType\"/>\r\n\r\n <!-- ******************* -->\r\n <!-- ** Complex Types ** -->\r\n <!-- ******************* -->\r\n\r\n <!-- **************** -->\r\n <!-- ** dependency ** -->\r\n <!-- **************** -->\r\n <xsd:complexType name=\"dependencyType\">\r\n <xsd:sequence>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifierref.req\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ********** -->\r\n <!-- ** file ** -->\r\n <!-- ********** -->\r\n <xsd:complexType name=\"fileType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.href.req\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ********** -->\r\n <!-- ** item ** -->\r\n <!-- ********** -->\r\n <xsd:complexType name=\"itemType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"title\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"item\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifier.req\"/>\r\n <xsd:attributeGroup ref=\"attr.identifierref\"/>\r\n <xsd:attributeGroup ref=\"attr.isvisible\"/>\r\n <xsd:attributeGroup ref=\"attr.parameters\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ************** -->\r\n <!-- ** manifest ** -->\r\n <!-- ************** -->\r\n <xsd:complexType name=\"manifestType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"organizations\"/>\r\n <xsd:element ref=\"resources\"/>\r\n <xsd:element ref=\"manifest\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifier.req\"/>\r\n <xsd:attributeGroup ref=\"attr.version\"/>\r\n <xsd:attribute ref=\"xml:base\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ************** -->\r\n <!-- ** metadata ** -->\r\n <!-- ************** -->\r\n <xsd:complexType name=\"metadataType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"schema\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"schemaversion\" minOccurs=\"0\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n </xsd:complexType>\r\n \r\n <!-- ******************* -->\r\n <!-- ** organizations ** -->\r\n <!-- ******************* -->\r\n <xsd:complexType name=\"organizationsType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"organization\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.default\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ****************** -->\r\n <!-- ** organization ** -->\r\n <!-- ****************** -->\r\n <xsd:complexType name=\"organizationType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"title\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"item\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifier.req\"/>\r\n <xsd:attributeGroup ref=\"attr.structure.req\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- *************** -->\r\n <!-- ** resources ** -->\r\n <!-- *************** -->\r\n <xsd:complexType name=\"resourcesType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"resource\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.base\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n \r\n <!-- ************** -->\r\n <!-- ** resource ** -->\r\n <!-- ************** -->\r\n <xsd:complexType name=\"resourceType\">\r\n <xsd:sequence>\r\n <xsd:element ref=\"metadata\" minOccurs=\"0\"/>\r\n <xsd:element ref=\"file\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:element ref=\"dependency\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\r\n <xsd:group ref=\"grp.any\"/>\r\n </xsd:sequence>\r\n <xsd:attributeGroup ref=\"attr.identifier.req\"/>\r\n <xsd:attributeGroup ref=\"attr.resourcetype.req\"/>\r\n <xsd:attributeGroup ref=\"attr.base\"/>\r\n <xsd:attributeGroup ref=\"attr.href\"/>\r\n <xsd:anyAttribute namespace=\"##other\" processContents=\"strict\"/>\r\n </xsd:complexType>\r\n\r\n <!-- ****************** -->\r\n <!-- ** Simple Types ** -->\r\n <!-- ****************** -->\r\n\r\n <!-- ************ -->\r\n <!-- ** schema ** -->\r\n <!-- ************ -->\r\n <xsd:simpleType name=\"schemaType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"100\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n \r\n <!-- ******************* -->\r\n <!-- ** schemaversion ** -->\r\n <!-- ******************* -->\r\n <xsd:simpleType name=\"schemaversionType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"20\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n \r\n <!-- *********** -->\r\n <!-- ** title ** -->\r\n <!-- *********** -->\r\n <xsd:simpleType name=\"titleType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"200\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n</xsd:schema>\r\n";
|
|
8
|
+
exports.ADLCP_ROOTV1P2_XSD = "<?xml version=\"1.0\"?>\r\n<!-- filename=adlcp_rootv1p2.xsd -->\r\n<!-- Conforms to w3c http://www.w3.org/TR/xmlschema-1/ 2000-10-24-->\r\n\r\n<xsd:schema xmlns=\"http://www.adlnet.org/xsd/adlcp_rootv1p2\"\r\n targetNamespace=\"http://www.adlnet.org/xsd/adlcp_rootv1p2\"\r\n xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"\r\n xmlns:imscp=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\"\r\n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"\r\n elementFormDefault=\"unqualified\"\r\n version=\"ADL Version 1.2\">\r\n\r\n <xsd:import namespace=\"http://www.imsproject.org/xsd/imscp_rootv1p1p2\"\r\n schemaLocation=\"imscp_rootv1p1p2.xsd\"/>\r\n\r\n <xsd:element name=\"location\" type=\"locationType\"/>\r\n <xsd:element name=\"prerequisites\" type=\"prerequisitesType\"/>\r\n <xsd:element name=\"maxtimeallowed\" type=\"maxtimeallowedType\"/>\r\n <xsd:element name=\"timelimitaction\" type=\"timelimitactionType\"/>\r\n <xsd:element name=\"datafromlms\" type=\"datafromlmsType\"/>\r\n <xsd:element name=\"masteryscore\" type=\"masteryscoreType\"/>\r\n\r\n\r\n <xsd:element name=\"schema\" type=\"newSchemaType\"/>\r\n <xsd:simpleType name=\"newSchemaType\">\r\n <xsd:restriction base=\"imscp:schemaType\">\r\n <xsd:enumeration value=\"ADL SCORM\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:element name=\"schemaversion\" type=\"newSchemaversionType\"/>\r\n <xsd:simpleType name=\"newSchemaversionType\">\r\n <xsd:restriction base=\"imscp:schemaversionType\">\r\n <xsd:enumeration value=\"1.2\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n\r\n <xsd:attribute name=\"scormtype\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:enumeration value=\"asset\"/>\r\n <xsd:enumeration value=\"sco\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n\r\n <xsd:simpleType name=\"locationType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"2000\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n\r\n <xsd:complexType name=\"prerequisitesType\">\r\n <xsd:simpleContent>\r\n <xsd:extension base=\"prerequisiteStringType\">\r\n <xsd:attributeGroup ref=\"attr.prerequisitetype\"/>\r\n </xsd:extension>\r\n </xsd:simpleContent>\r\n </xsd:complexType>\r\n\r\n <xsd:attributeGroup name=\"attr.prerequisitetype\">\r\n <xsd:attribute name=\"type\" use=\"required\">\r\n <xsd:simpleType>\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:enumeration value=\"aicc_script\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n </xsd:attribute>\r\n </xsd:attributeGroup>\r\n\r\n <xsd:simpleType name=\"maxtimeallowedType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"13\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:simpleType name=\"timelimitactionType\">\r\n <xsd:restriction base=\"stringType\">\r\n <xsd:enumeration value=\"exit,no message\"/>\r\n <xsd:enumeration value=\"exit,message\"/>\r\n <xsd:enumeration value=\"continue,no message\"/>\r\n <xsd:enumeration value=\"continue,message\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:simpleType name=\"datafromlmsType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"255\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:simpleType name=\"masteryscoreType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"200\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n <xsd:simpleType name=\"stringType\">\r\n <xsd:restriction base=\"xsd:string\"/>\r\n </xsd:simpleType>\r\n \r\n <xsd:simpleType name=\"prerequisiteStringType\">\r\n <xsd:restriction base=\"xsd:string\">\r\n <xsd:maxLength value=\"200\"/>\r\n </xsd:restriction>\r\n </xsd:simpleType>\r\n\r\n</xsd:schema>\r\n";
|
|
9
|
+
//# sourceMappingURL=scorm12-schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scorm12-schemas.js","sourceRoot":"","sources":["../../src/course/scorm12-schemas.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,iDAAiD;;;AAEpC,QAAA,WAAW,GAAG,ovCAAovC,CAAC;AAEnwC,QAAA,oBAAoB,GAAG,uofAAuof,CAAC;AAE/pf,QAAA,kBAAkB,GAAG,gwJAAgwJ,CAAC"}
|
|
@@ -52,15 +52,15 @@ export declare class EnterpriseController {
|
|
|
52
52
|
}>;
|
|
53
53
|
create(dto: CreateEnterpriseDto): Promise<{
|
|
54
54
|
name: string;
|
|
55
|
-
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
56
55
|
id: number;
|
|
56
|
+
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
57
57
|
created_at: Date;
|
|
58
58
|
updated_at: Date;
|
|
59
59
|
slug: string;
|
|
60
|
-
notes: string | null;
|
|
61
60
|
crm_person_id: number | null;
|
|
62
61
|
portal_enabled: boolean;
|
|
63
62
|
license_limit: number | null;
|
|
63
|
+
notes: string | null;
|
|
64
64
|
}>;
|
|
65
65
|
getStats(): Promise<{
|
|
66
66
|
total: number;
|
|
@@ -167,27 +167,27 @@ export declare class EnterpriseController {
|
|
|
167
167
|
}>;
|
|
168
168
|
update(id: number, dto: UpdateEnterpriseDto): Promise<{
|
|
169
169
|
name: string;
|
|
170
|
-
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
171
170
|
id: number;
|
|
171
|
+
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
172
172
|
created_at: Date;
|
|
173
173
|
updated_at: Date;
|
|
174
174
|
slug: string;
|
|
175
|
-
notes: string | null;
|
|
176
175
|
crm_person_id: number | null;
|
|
177
176
|
portal_enabled: boolean;
|
|
178
177
|
license_limit: number | null;
|
|
178
|
+
notes: string | null;
|
|
179
179
|
}>;
|
|
180
180
|
delete(id: number): Promise<{
|
|
181
181
|
name: string;
|
|
182
|
-
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
183
182
|
id: number;
|
|
183
|
+
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
184
184
|
created_at: Date;
|
|
185
185
|
updated_at: Date;
|
|
186
186
|
slug: string;
|
|
187
|
-
notes: string | null;
|
|
188
187
|
crm_person_id: number | null;
|
|
189
188
|
portal_enabled: boolean;
|
|
190
189
|
license_limit: number | null;
|
|
190
|
+
notes: string | null;
|
|
191
191
|
}>;
|
|
192
192
|
listUsers(id: number, page?: string, pageSize?: string, search?: string, status?: string, role?: string): Promise<{
|
|
193
193
|
total: number;
|
|
@@ -207,34 +207,34 @@ export declare class EnterpriseController {
|
|
|
207
207
|
}[];
|
|
208
208
|
}>;
|
|
209
209
|
addUser(id: number, dto: AddEnterpriseUserDto): Promise<{
|
|
210
|
-
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
211
210
|
id: number;
|
|
212
|
-
|
|
213
|
-
user_id: number;
|
|
211
|
+
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
214
212
|
created_at: Date;
|
|
215
213
|
updated_at: Date;
|
|
216
214
|
person_id: number | null;
|
|
217
215
|
enterprise_id: number;
|
|
216
|
+
role: import("@prisma/client").$Enums.enterprise_user_role_43b5c384bf_enum;
|
|
217
|
+
user_id: number;
|
|
218
218
|
}>;
|
|
219
219
|
updateUser(id: number, userId: number, dto: UpdateEnterpriseUserDto): Promise<{
|
|
220
|
-
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
221
220
|
id: number;
|
|
222
|
-
|
|
223
|
-
user_id: number;
|
|
221
|
+
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
224
222
|
created_at: Date;
|
|
225
223
|
updated_at: Date;
|
|
226
224
|
person_id: number | null;
|
|
227
225
|
enterprise_id: number;
|
|
226
|
+
role: import("@prisma/client").$Enums.enterprise_user_role_43b5c384bf_enum;
|
|
227
|
+
user_id: number;
|
|
228
228
|
}>;
|
|
229
229
|
removeUser(id: number, userId: number): Promise<{
|
|
230
|
-
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
231
230
|
id: number;
|
|
232
|
-
|
|
233
|
-
user_id: number;
|
|
231
|
+
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
234
232
|
created_at: Date;
|
|
235
233
|
updated_at: Date;
|
|
236
234
|
person_id: number | null;
|
|
237
235
|
enterprise_id: number;
|
|
236
|
+
role: import("@prisma/client").$Enums.enterprise_user_role_43b5c384bf_enum;
|
|
237
|
+
user_id: number;
|
|
238
238
|
}>;
|
|
239
239
|
listCourses(id: number, page?: string, pageSize?: string, search?: string, status?: string): Promise<{
|
|
240
240
|
total: number;
|
|
@@ -255,17 +255,17 @@ export declare class EnterpriseController {
|
|
|
255
255
|
}>;
|
|
256
256
|
addCourse(id: number, dto: AddEnterpriseCourseDto): Promise<{
|
|
257
257
|
id: number;
|
|
258
|
+
course_id: number;
|
|
258
259
|
created_at: Date;
|
|
259
260
|
updated_at: Date;
|
|
260
|
-
course_id: number;
|
|
261
261
|
enterprise_id: number;
|
|
262
262
|
contracted_at: Date | null;
|
|
263
263
|
}>;
|
|
264
264
|
removeCourse(id: number, courseId: number): Promise<{
|
|
265
265
|
id: number;
|
|
266
|
+
course_id: number;
|
|
266
267
|
created_at: Date;
|
|
267
268
|
updated_at: Date;
|
|
268
|
-
course_id: number;
|
|
269
269
|
enterprise_id: number;
|
|
270
270
|
contracted_at: Date | null;
|
|
271
271
|
}>;
|
|
@@ -323,24 +323,24 @@ export declare class EnterpriseController {
|
|
|
323
323
|
}[];
|
|
324
324
|
}>;
|
|
325
325
|
addStudent(id: number, dto: AddEnterpriseStudentDto): Promise<{
|
|
326
|
-
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
327
326
|
id: number;
|
|
327
|
+
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
328
328
|
created_at: Date;
|
|
329
329
|
updated_at: Date;
|
|
330
330
|
person_id: number;
|
|
331
331
|
enterprise_id: number;
|
|
332
332
|
}>;
|
|
333
333
|
updateStudent(id: number, personId: number, dto: UpdateEnterpriseStudentDto): Promise<{
|
|
334
|
-
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
335
334
|
id: number;
|
|
335
|
+
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
336
336
|
created_at: Date;
|
|
337
337
|
updated_at: Date;
|
|
338
338
|
person_id: number;
|
|
339
339
|
enterprise_id: number;
|
|
340
340
|
}>;
|
|
341
341
|
removeStudent(id: number, personId: number): Promise<{
|
|
342
|
-
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
343
342
|
id: number;
|
|
343
|
+
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
344
344
|
created_at: Date;
|
|
345
345
|
updated_at: Date;
|
|
346
346
|
person_id: number;
|
|
@@ -83,27 +83,27 @@ export declare class EnterpriseService {
|
|
|
83
83
|
}>;
|
|
84
84
|
create(dto: CreateEnterpriseDto): Promise<{
|
|
85
85
|
name: string;
|
|
86
|
-
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
87
86
|
id: number;
|
|
87
|
+
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
88
88
|
created_at: Date;
|
|
89
89
|
updated_at: Date;
|
|
90
90
|
slug: string;
|
|
91
|
-
notes: string | null;
|
|
92
91
|
crm_person_id: number | null;
|
|
93
92
|
portal_enabled: boolean;
|
|
94
93
|
license_limit: number | null;
|
|
94
|
+
notes: string | null;
|
|
95
95
|
}>;
|
|
96
96
|
update(id: number, dto: UpdateEnterpriseDto): Promise<{
|
|
97
97
|
name: string;
|
|
98
|
-
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
99
98
|
id: number;
|
|
99
|
+
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
100
100
|
created_at: Date;
|
|
101
101
|
updated_at: Date;
|
|
102
102
|
slug: string;
|
|
103
|
-
notes: string | null;
|
|
104
103
|
crm_person_id: number | null;
|
|
105
104
|
portal_enabled: boolean;
|
|
106
105
|
license_limit: number | null;
|
|
106
|
+
notes: string | null;
|
|
107
107
|
}>;
|
|
108
108
|
getOverview(id: number): Promise<{
|
|
109
109
|
account: {
|
|
@@ -169,15 +169,15 @@ export declare class EnterpriseService {
|
|
|
169
169
|
}>;
|
|
170
170
|
delete(id: number): Promise<{
|
|
171
171
|
name: string;
|
|
172
|
-
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
173
172
|
id: number;
|
|
173
|
+
status: import("@prisma/client").$Enums.enterprise_status_03616801ae_enum;
|
|
174
174
|
created_at: Date;
|
|
175
175
|
updated_at: Date;
|
|
176
176
|
slug: string;
|
|
177
|
-
notes: string | null;
|
|
178
177
|
crm_person_id: number | null;
|
|
179
178
|
portal_enabled: boolean;
|
|
180
179
|
license_limit: number | null;
|
|
180
|
+
notes: string | null;
|
|
181
181
|
}>;
|
|
182
182
|
private assertEnterpriseExists;
|
|
183
183
|
private recordLicenseEvent;
|
|
@@ -207,34 +207,34 @@ export declare class EnterpriseService {
|
|
|
207
207
|
}[];
|
|
208
208
|
}>;
|
|
209
209
|
addUser(enterpriseId: number, dto: AddEnterpriseUserDto): Promise<{
|
|
210
|
-
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
211
210
|
id: number;
|
|
212
|
-
|
|
213
|
-
user_id: number;
|
|
211
|
+
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
214
212
|
created_at: Date;
|
|
215
213
|
updated_at: Date;
|
|
216
214
|
person_id: number | null;
|
|
217
215
|
enterprise_id: number;
|
|
216
|
+
role: import("@prisma/client").$Enums.enterprise_user_role_43b5c384bf_enum;
|
|
217
|
+
user_id: number;
|
|
218
218
|
}>;
|
|
219
219
|
updateUser(enterpriseId: number, userId: number, dto: UpdateEnterpriseUserDto): Promise<{
|
|
220
|
-
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
221
220
|
id: number;
|
|
222
|
-
|
|
223
|
-
user_id: number;
|
|
221
|
+
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
224
222
|
created_at: Date;
|
|
225
223
|
updated_at: Date;
|
|
226
224
|
person_id: number | null;
|
|
227
225
|
enterprise_id: number;
|
|
226
|
+
role: import("@prisma/client").$Enums.enterprise_user_role_43b5c384bf_enum;
|
|
227
|
+
user_id: number;
|
|
228
228
|
}>;
|
|
229
229
|
removeUser(enterpriseId: number, userId: number): Promise<{
|
|
230
|
-
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
231
230
|
id: number;
|
|
232
|
-
|
|
233
|
-
user_id: number;
|
|
231
|
+
status: import("@prisma/client").$Enums.enterprise_user_status_8a1e21341c_enum;
|
|
234
232
|
created_at: Date;
|
|
235
233
|
updated_at: Date;
|
|
236
234
|
person_id: number | null;
|
|
237
235
|
enterprise_id: number;
|
|
236
|
+
role: import("@prisma/client").$Enums.enterprise_user_role_43b5c384bf_enum;
|
|
237
|
+
user_id: number;
|
|
238
238
|
}>;
|
|
239
239
|
listCourses(enterpriseId: number, params: PaginationParams): Promise<{
|
|
240
240
|
total: number;
|
|
@@ -255,17 +255,17 @@ export declare class EnterpriseService {
|
|
|
255
255
|
}>;
|
|
256
256
|
addCourse(enterpriseId: number, dto: AddEnterpriseCourseDto): Promise<{
|
|
257
257
|
id: number;
|
|
258
|
+
course_id: number;
|
|
258
259
|
created_at: Date;
|
|
259
260
|
updated_at: Date;
|
|
260
|
-
course_id: number;
|
|
261
261
|
enterprise_id: number;
|
|
262
262
|
contracted_at: Date | null;
|
|
263
263
|
}>;
|
|
264
264
|
removeCourse(enterpriseId: number, courseId: number): Promise<{
|
|
265
265
|
id: number;
|
|
266
|
+
course_id: number;
|
|
266
267
|
created_at: Date;
|
|
267
268
|
updated_at: Date;
|
|
268
|
-
course_id: number;
|
|
269
269
|
enterprise_id: number;
|
|
270
270
|
contracted_at: Date | null;
|
|
271
271
|
}>;
|
|
@@ -323,24 +323,24 @@ export declare class EnterpriseService {
|
|
|
323
323
|
}[];
|
|
324
324
|
}>;
|
|
325
325
|
addStudent(enterpriseId: number, dto: AddEnterpriseStudentDto): Promise<{
|
|
326
|
-
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
327
326
|
id: number;
|
|
327
|
+
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
328
328
|
created_at: Date;
|
|
329
329
|
updated_at: Date;
|
|
330
330
|
person_id: number;
|
|
331
331
|
enterprise_id: number;
|
|
332
332
|
}>;
|
|
333
333
|
updateStudent(enterpriseId: number, personId: number, dto: UpdateEnterpriseStudentDto): Promise<{
|
|
334
|
-
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
335
334
|
id: number;
|
|
335
|
+
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
336
336
|
created_at: Date;
|
|
337
337
|
updated_at: Date;
|
|
338
338
|
person_id: number;
|
|
339
339
|
enterprise_id: number;
|
|
340
340
|
}>;
|
|
341
341
|
removeStudent(enterpriseId: number, personId: number): Promise<{
|
|
342
|
-
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
343
342
|
id: number;
|
|
343
|
+
status: import("@prisma/client").$Enums.enterprise_student_status_2597741ae7_enum;
|
|
344
344
|
created_at: Date;
|
|
345
345
|
updated_at: Date;
|
|
346
346
|
person_id: number;
|