@monorise/core 1.0.0 → 1.0.2
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/controllers/entity/create-entity.controller.ts +2 -2
- package/controllers/entity/delete-entity.controller.ts +2 -2
- package/controllers/entity/get-entity.controller.ts +1 -1
- package/controllers/entity/list-entities.controller.ts +3 -3
- package/controllers/entity/update-entity.controller.ts +2 -2
- package/controllers/entity/upsert-entity.controller.ts +4 -4
- package/controllers/mutual/create-mutual.controller.ts +4 -4
- package/controllers/mutual/delete-mutual.controller.ts +2 -2
- package/controllers/mutual/get-mutual.controller.ts +1 -1
- package/controllers/mutual/list-entities-by-entity.controller.ts +1 -1
- package/controllers/mutual/update-mutual.controller.ts +2 -2
- package/controllers/setupRoutes.ts +1 -1
- package/controllers/tag/list-tags.controller.ts +3 -3
- package/data/DbUtils.ts +1 -1
- package/data/Entity.ts +1 -1
- package/data/EventUtils.ts +2 -2
- package/data/Mutual.ts +3 -3
- package/data/Tag.ts +1 -1
- package/dist/controllers/entity/create-entity.controller.d.ts +1 -1
- package/dist/controllers/entity/create-entity.controller.d.ts.map +1 -1
- package/dist/controllers/entity/create-entity.controller.js +1 -1
- package/dist/controllers/entity/create-entity.controller.js.map +1 -1
- package/dist/controllers/entity/delete-entity.controller.d.ts +1 -1
- package/dist/controllers/entity/delete-entity.controller.d.ts.map +1 -1
- package/dist/controllers/entity/delete-entity.controller.js +1 -1
- package/dist/controllers/entity/delete-entity.controller.js.map +1 -1
- package/dist/controllers/entity/get-entity.controller.d.ts +1 -1
- package/dist/controllers/entity/get-entity.controller.d.ts.map +1 -1
- package/dist/controllers/entity/list-entities.controller.d.ts +1 -1
- package/dist/controllers/entity/list-entities.controller.d.ts.map +1 -1
- package/dist/controllers/entity/list-entities.controller.js +2 -2
- package/dist/controllers/entity/list-entities.controller.js.map +1 -1
- package/dist/controllers/entity/update-entity.controller.d.ts +1 -1
- package/dist/controllers/entity/update-entity.controller.d.ts.map +1 -1
- package/dist/controllers/entity/update-entity.controller.js +1 -1
- package/dist/controllers/entity/update-entity.controller.js.map +1 -1
- package/dist/controllers/entity/upsert-entity.controller.d.ts +2 -2
- package/dist/controllers/entity/upsert-entity.controller.d.ts.map +1 -1
- package/dist/controllers/entity/upsert-entity.controller.js +2 -2
- package/dist/controllers/entity/upsert-entity.controller.js.map +1 -1
- package/dist/controllers/mutual/create-mutual.controller.d.ts +2 -2
- package/dist/controllers/mutual/create-mutual.controller.d.ts.map +1 -1
- package/dist/controllers/mutual/create-mutual.controller.js +2 -2
- package/dist/controllers/mutual/create-mutual.controller.js.map +1 -1
- package/dist/controllers/mutual/delete-mutual.controller.d.ts +1 -1
- package/dist/controllers/mutual/delete-mutual.controller.d.ts.map +1 -1
- package/dist/controllers/mutual/delete-mutual.controller.js +1 -1
- package/dist/controllers/mutual/delete-mutual.controller.js.map +1 -1
- package/dist/controllers/mutual/get-mutual.controller.d.ts +1 -1
- package/dist/controllers/mutual/get-mutual.controller.d.ts.map +1 -1
- package/dist/controllers/mutual/list-entities-by-entity.controller.d.ts +1 -1
- package/dist/controllers/mutual/list-entities-by-entity.controller.d.ts.map +1 -1
- package/dist/controllers/mutual/update-mutual.controller.d.ts +1 -1
- package/dist/controllers/mutual/update-mutual.controller.d.ts.map +1 -1
- package/dist/controllers/mutual/update-mutual.controller.js +1 -1
- package/dist/controllers/mutual/update-mutual.controller.js.map +1 -1
- package/dist/controllers/setupRoutes.js +1 -1
- package/dist/controllers/setupRoutes.js.map +1 -1
- package/dist/controllers/tag/list-tags.controller.d.ts +1 -1
- package/dist/controllers/tag/list-tags.controller.d.ts.map +1 -1
- package/dist/controllers/tag/list-tags.controller.js +2 -2
- package/dist/controllers/tag/list-tags.controller.js.map +1 -1
- package/dist/data/DbUtils.js +1 -1
- package/dist/data/DbUtils.js.map +1 -1
- package/dist/data/Entity.js +1 -1
- package/dist/data/Entity.js.map +1 -1
- package/dist/data/EventUtils.d.ts +1 -1
- package/dist/data/EventUtils.d.ts.map +1 -1
- package/dist/data/EventUtils.js +1 -1
- package/dist/data/EventUtils.js.map +1 -1
- package/dist/data/Mutual.d.ts +1 -1
- package/dist/data/Mutual.d.ts.map +1 -1
- package/dist/data/Mutual.js +2 -2
- package/dist/data/Mutual.js.map +1 -1
- package/dist/data/Tag.js +1 -1
- package/dist/data/Tag.js.map +1 -1
- package/dist/helpers/event.d.ts +1 -1
- package/dist/helpers/event.d.ts.map +1 -1
- package/dist/helpers/event.js +2 -2
- package/dist/helpers/event.js.map +1 -1
- package/dist/mock/monorise/chapter.d.ts +91 -91
- package/dist/mock/monorise/course.d.ts +17 -17
- package/dist/mock/monorise/index.d.ts +186 -186
- package/dist/mock/monorise/video.d.ts +28 -28
- package/dist/processors/create-entity-processor.js +3 -3
- package/dist/processors/create-entity-processor.js.map +1 -1
- package/dist/processors/mutual-processor.js +5 -5
- package/dist/processors/mutual-processor.js.map +1 -1
- package/dist/processors/prejoin-processor.js +4 -4
- package/dist/processors/prejoin-processor.js.map +1 -1
- package/dist/processors/replication-processor.js +3 -3
- package/dist/processors/replication-processor.js.map +1 -1
- package/dist/processors/tag-processor.js +2 -2
- package/dist/processors/tag-processor.js.map +1 -1
- package/dist/services/DependencyContainer.d.ts +18 -18
- package/dist/services/DependencyContainer.d.ts.map +1 -1
- package/dist/services/DependencyContainer.js +19 -19
- package/dist/services/DependencyContainer.js.map +1 -1
- package/dist/services/entity-service-lifecycle.d.ts +3 -3
- package/dist/services/entity-service-lifecycle.d.ts.map +1 -1
- package/dist/services/entity-service-lifecycle.js +1 -1
- package/dist/services/entity-service-lifecycle.js.map +1 -1
- package/dist/services/entity.service.d.ts +5 -5
- package/dist/services/entity.service.d.ts.map +1 -1
- package/dist/services/entity.service.js +2 -2
- package/dist/services/entity.service.js.map +1 -1
- package/dist/services/mutual.service.d.ts +5 -5
- package/dist/services/mutual.service.d.ts.map +1 -1
- package/dist/services/mutual.service.js +3 -3
- package/dist/services/mutual.service.js.map +1 -1
- package/dist/types/entity.type.d.ts +1 -1
- package/dist/types/entity.type.d.ts.map +1 -1
- package/helpers/event.ts +2 -2
- package/package.json +1 -1
- package/processors/create-entity-processor.ts +3 -3
- package/processors/mutual-processor.ts +5 -5
- package/processors/prejoin-processor.ts +8 -8
- package/processors/replication-processor.ts +3 -3
- package/processors/tag-processor.ts +4 -4
- package/services/DependencyContainer.ts +22 -22
- package/services/entity-service-lifecycle.ts +4 -4
- package/services/entity.service.ts +6 -6
- package/services/mutual.service.ts +6 -6
- package/tsconfig.json +1 -3
- package/types/entity.type.ts +2 -2
- package/dist/mock/container.d.ts +0 -3
- package/dist/mock/container.d.ts.map +0 -1
- package/dist/mock/container.js +0 -3
- package/dist/mock/container.js.map +0 -1
- package/dist/packages/core/configs/service.config.d.ts +0 -5
- package/dist/packages/core/configs/service.config.d.ts.map +0 -1
- package/dist/packages/core/configs/service.config.js +0 -5
- package/dist/packages/core/configs/service.config.js.map +0 -1
- package/dist/packages/core/constants/table.d.ts +0 -4
- package/dist/packages/core/constants/table.d.ts.map +0 -1
- package/dist/packages/core/constants/table.js +0 -4
- package/dist/packages/core/constants/table.js.map +0 -1
- package/dist/packages/core/controllers/entity/create-entity.controller.d.ts +0 -8
- package/dist/packages/core/controllers/entity/create-entity.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/entity/create-entity.controller.js +0 -44
- package/dist/packages/core/controllers/entity/create-entity.controller.js.map +0 -1
- package/dist/packages/core/controllers/entity/delete-entity.controller.d.ts +0 -8
- package/dist/packages/core/controllers/entity/delete-entity.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/entity/delete-entity.controller.js +0 -29
- package/dist/packages/core/controllers/entity/delete-entity.controller.js.map +0 -1
- package/dist/packages/core/controllers/entity/get-entity.controller.d.ts +0 -8
- package/dist/packages/core/controllers/entity/get-entity.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/entity/get-entity.controller.js +0 -24
- package/dist/packages/core/controllers/entity/get-entity.controller.js.map +0 -1
- package/dist/packages/core/controllers/entity/list-entities.controller.d.ts +0 -8
- package/dist/packages/core/controllers/entity/list-entities.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/entity/list-entities.controller.js +0 -56
- package/dist/packages/core/controllers/entity/list-entities.controller.js.map +0 -1
- package/dist/packages/core/controllers/entity/update-entity.controller.d.ts +0 -8
- package/dist/packages/core/controllers/entity/update-entity.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/entity/update-entity.controller.js +0 -45
- package/dist/packages/core/controllers/entity/update-entity.controller.js.map +0 -1
- package/dist/packages/core/controllers/entity/upsert-entity.controller.d.ts +0 -10
- package/dist/packages/core/controllers/entity/upsert-entity.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/entity/upsert-entity.controller.js +0 -73
- package/dist/packages/core/controllers/entity/upsert-entity.controller.js.map +0 -1
- package/dist/packages/core/controllers/mutual/create-mutual.controller.d.ts +0 -10
- package/dist/packages/core/controllers/mutual/create-mutual.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/mutual/create-mutual.controller.js +0 -70
- package/dist/packages/core/controllers/mutual/create-mutual.controller.js.map +0 -1
- package/dist/packages/core/controllers/mutual/delete-mutual.controller.d.ts +0 -8
- package/dist/packages/core/controllers/mutual/delete-mutual.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/mutual/delete-mutual.controller.js +0 -31
- package/dist/packages/core/controllers/mutual/delete-mutual.controller.js.map +0 -1
- package/dist/packages/core/controllers/mutual/get-mutual.controller.d.ts +0 -8
- package/dist/packages/core/controllers/mutual/get-mutual.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/mutual/get-mutual.controller.js +0 -24
- package/dist/packages/core/controllers/mutual/get-mutual.controller.js.map +0 -1
- package/dist/packages/core/controllers/mutual/list-entities-by-entity.controller.d.ts +0 -8
- package/dist/packages/core/controllers/mutual/list-entities-by-entity.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/mutual/list-entities-by-entity.controller.js +0 -56
- package/dist/packages/core/controllers/mutual/list-entities-by-entity.controller.js.map +0 -1
- package/dist/packages/core/controllers/mutual/update-mutual.controller.d.ts +0 -8
- package/dist/packages/core/controllers/mutual/update-mutual.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/mutual/update-mutual.controller.js +0 -40
- package/dist/packages/core/controllers/mutual/update-mutual.controller.js.map +0 -1
- package/dist/packages/core/controllers/setupRoutes.d.ts +0 -3
- package/dist/packages/core/controllers/setupRoutes.d.ts.map +0 -1
- package/dist/packages/core/controllers/setupRoutes.js +0 -33
- package/dist/packages/core/controllers/setupRoutes.js.map +0 -1
- package/dist/packages/core/controllers/tag/list-tags.controller.d.ts +0 -8
- package/dist/packages/core/controllers/tag/list-tags.controller.d.ts.map +0 -1
- package/dist/packages/core/controllers/tag/list-tags.controller.js +0 -48
- package/dist/packages/core/controllers/tag/list-tags.controller.js.map +0 -1
- package/dist/packages/core/data/DbUtils.d.ts +0 -7
- package/dist/packages/core/data/DbUtils.d.ts.map +0 -1
- package/dist/packages/core/data/DbUtils.js +0 -23
- package/dist/packages/core/data/DbUtils.js.map +0 -1
- package/dist/packages/core/data/Entity.d.ts +0 -71
- package/dist/packages/core/data/Entity.d.ts.map +0 -1
- package/dist/packages/core/data/Entity.js +0 -358
- package/dist/packages/core/data/Entity.js.map +0 -1
- package/dist/packages/core/data/EventUtils.d.ts +0 -14
- package/dist/packages/core/data/EventUtils.d.ts.map +0 -1
- package/dist/packages/core/data/EventUtils.js +0 -34
- package/dist/packages/core/data/EventUtils.js.map +0 -1
- package/dist/packages/core/data/FileObject.d.ts +0 -62
- package/dist/packages/core/data/FileObject.d.ts.map +0 -1
- package/dist/packages/core/data/FileObject.js +0 -13
- package/dist/packages/core/data/FileObject.js.map +0 -1
- package/dist/packages/core/data/Mutual.d.ts +0 -94
- package/dist/packages/core/data/Mutual.d.ts.map +0 -1
- package/dist/packages/core/data/Mutual.js +0 -492
- package/dist/packages/core/data/Mutual.js.map +0 -1
- package/dist/packages/core/data/ProjectionExpression.d.ts +0 -6
- package/dist/packages/core/data/ProjectionExpression.d.ts.map +0 -1
- package/dist/packages/core/data/ProjectionExpression.js +0 -5
- package/dist/packages/core/data/ProjectionExpression.js.map +0 -1
- package/dist/packages/core/data/Tag.d.ts +0 -77
- package/dist/packages/core/data/Tag.d.ts.map +0 -1
- package/dist/packages/core/data/Tag.js +0 -330
- package/dist/packages/core/data/Tag.js.map +0 -1
- package/dist/packages/core/data/abstract/Item.base.d.ts +0 -11
- package/dist/packages/core/data/abstract/Item.base.d.ts.map +0 -1
- package/dist/packages/core/data/abstract/Item.base.js +0 -9
- package/dist/packages/core/data/abstract/Item.base.js.map +0 -1
- package/dist/packages/core/data/abstract/Repository.base.d.ts +0 -11
- package/dist/packages/core/data/abstract/Repository.base.d.ts.map +0 -1
- package/dist/packages/core/data/abstract/Repository.base.js +0 -54
- package/dist/packages/core/data/abstract/Repository.base.js.map +0 -1
- package/dist/packages/core/errors/api-error.d.ts +0 -23
- package/dist/packages/core/errors/api-error.d.ts.map +0 -1
- package/dist/packages/core/errors/api-error.js +0 -26
- package/dist/packages/core/errors/api-error.js.map +0 -1
- package/dist/packages/core/errors/extendable-error.d.ts +0 -18
- package/dist/packages/core/errors/extendable-error.d.ts.map +0 -1
- package/dist/packages/core/errors/extendable-error.js +0 -22
- package/dist/packages/core/errors/extendable-error.js.map +0 -1
- package/dist/packages/core/errors/standard-error.d.ts +0 -11
- package/dist/packages/core/errors/standard-error.d.ts.map +0 -1
- package/dist/packages/core/errors/standard-error.js +0 -21
- package/dist/packages/core/errors/standard-error.js.map +0 -1
- package/dist/packages/core/helpers/dependencies.d.ts +0 -8
- package/dist/packages/core/helpers/dependencies.d.ts.map +0 -1
- package/dist/packages/core/helpers/dependencies.js +0 -10
- package/dist/packages/core/helpers/dependencies.js.map +0 -1
- package/dist/packages/core/helpers/event.d.ts +0 -22
- package/dist/packages/core/helpers/event.d.ts.map +0 -1
- package/dist/packages/core/helpers/event.js +0 -47
- package/dist/packages/core/helpers/event.js.map +0 -1
- package/dist/packages/core/helpers/fromLastKeyQuery.d.ts +0 -3
- package/dist/packages/core/helpers/fromLastKeyQuery.d.ts.map +0 -1
- package/dist/packages/core/helpers/fromLastKeyQuery.js +0 -7
- package/dist/packages/core/helpers/fromLastKeyQuery.js.map +0 -1
- package/dist/packages/core/helpers/sleep.d.ts +0 -2
- package/dist/packages/core/helpers/sleep.d.ts.map +0 -1
- package/dist/packages/core/helpers/sleep.js +0 -2
- package/dist/packages/core/helpers/sleep.js.map +0 -1
- package/dist/packages/core/helpers/toLastKeyResponse.d.ts +0 -3
- package/dist/packages/core/helpers/toLastKeyResponse.d.ts.map +0 -1
- package/dist/packages/core/helpers/toLastKeyResponse.js +0 -7
- package/dist/packages/core/helpers/toLastKeyResponse.js.map +0 -1
- package/dist/packages/core/index.d.ts +0 -12
- package/dist/packages/core/index.d.ts.map +0 -1
- package/dist/packages/core/index.js +0 -12
- package/dist/packages/core/index.js.map +0 -1
- package/dist/packages/core/middlewares/entity-type-check.d.ts +0 -3
- package/dist/packages/core/middlewares/entity-type-check.d.ts.map +0 -1
- package/dist/packages/core/middlewares/entity-type-check.js +0 -12
- package/dist/packages/core/middlewares/entity-type-check.js.map +0 -1
- package/dist/packages/core/middlewares/mutual-type-check.d.ts +0 -3
- package/dist/packages/core/middlewares/mutual-type-check.d.ts.map +0 -1
- package/dist/packages/core/middlewares/mutual-type-check.js +0 -13
- package/dist/packages/core/middlewares/mutual-type-check.js.map +0 -1
- package/dist/packages/core/mock/container.d.ts +0 -3
- package/dist/packages/core/mock/container.d.ts.map +0 -1
- package/dist/packages/core/mock/container.js +0 -3
- package/dist/packages/core/mock/container.js.map +0 -1
- package/dist/packages/core/mock/entity.d.ts +0 -13
- package/dist/packages/core/mock/entity.d.ts.map +0 -1
- package/dist/packages/core/mock/entity.js +0 -14
- package/dist/packages/core/mock/entity.js.map +0 -1
- package/dist/packages/core/mock/monorise/admin.d.ts +0 -127
- package/dist/packages/core/mock/monorise/admin.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/admin.js +0 -29
- package/dist/packages/core/mock/monorise/admin.js.map +0 -1
- package/dist/packages/core/mock/monorise/audio.d.ts +0 -324
- package/dist/packages/core/mock/monorise/audio.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/audio.js +0 -32
- package/dist/packages/core/mock/monorise/audio.js.map +0 -1
- package/dist/packages/core/mock/monorise/chapter.d.ts +0 -457
- package/dist/packages/core/mock/monorise/chapter.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/chapter.js +0 -81
- package/dist/packages/core/mock/monorise/chapter.js.map +0 -1
- package/dist/packages/core/mock/monorise/cohort-track.d.ts +0 -118
- package/dist/packages/core/mock/monorise/cohort-track.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/cohort-track.js +0 -38
- package/dist/packages/core/mock/monorise/cohort-track.js.map +0 -1
- package/dist/packages/core/mock/monorise/course-banner.d.ts +0 -149
- package/dist/packages/core/mock/monorise/course-banner.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/course-banner.js +0 -24
- package/dist/packages/core/mock/monorise/course-banner.js.map +0 -1
- package/dist/packages/core/mock/monorise/course.d.ts +0 -311
- package/dist/packages/core/mock/monorise/course.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/course.js +0 -128
- package/dist/packages/core/mock/monorise/course.js.map +0 -1
- package/dist/packages/core/mock/monorise/expert.d.ts +0 -380
- package/dist/packages/core/mock/monorise/expert.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/expert.js +0 -32
- package/dist/packages/core/mock/monorise/expert.js.map +0 -1
- package/dist/packages/core/mock/monorise/index.d.ts +0 -3599
- package/dist/packages/core/mock/monorise/index.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/index.js +0 -62
- package/dist/packages/core/mock/monorise/index.js.map +0 -1
- package/dist/packages/core/mock/monorise/learner-video-progress.d.ts +0 -198
- package/dist/packages/core/mock/monorise/learner-video-progress.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/learner-video-progress.js +0 -21
- package/dist/packages/core/mock/monorise/learner-video-progress.js.map +0 -1
- package/dist/packages/core/mock/monorise/learner.d.ts +0 -390
- package/dist/packages/core/mock/monorise/learner.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/learner.js +0 -59
- package/dist/packages/core/mock/monorise/learner.js.map +0 -1
- package/dist/packages/core/mock/monorise/learning-activity-submission.d.ts +0 -160
- package/dist/packages/core/mock/monorise/learning-activity-submission.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/learning-activity-submission.js +0 -17
- package/dist/packages/core/mock/monorise/learning-activity-submission.js.map +0 -1
- package/dist/packages/core/mock/monorise/learning-activity.d.ts +0 -266
- package/dist/packages/core/mock/monorise/learning-activity.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/learning-activity.js +0 -50
- package/dist/packages/core/mock/monorise/learning-activity.js.map +0 -1
- package/dist/packages/core/mock/monorise/learning-journey-config.d.ts +0 -84
- package/dist/packages/core/mock/monorise/learning-journey-config.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/learning-journey-config.js +0 -27
- package/dist/packages/core/mock/monorise/learning-journey-config.js.map +0 -1
- package/dist/packages/core/mock/monorise/learning-journey-progress.d.ts +0 -290
- package/dist/packages/core/mock/monorise/learning-journey-progress.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/learning-journey-progress.js +0 -46
- package/dist/packages/core/mock/monorise/learning-journey-progress.js.map +0 -1
- package/dist/packages/core/mock/monorise/module.d.ts +0 -211
- package/dist/packages/core/mock/monorise/module.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/module.js +0 -91
- package/dist/packages/core/mock/monorise/module.js.map +0 -1
- package/dist/packages/core/mock/monorise/organization.d.ts +0 -346
- package/dist/packages/core/mock/monorise/organization.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/organization.js +0 -54
- package/dist/packages/core/mock/monorise/organization.js.map +0 -1
- package/dist/packages/core/mock/monorise/pathway.d.ts +0 -267
- package/dist/packages/core/mock/monorise/pathway.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/pathway.js +0 -221
- package/dist/packages/core/mock/monorise/pathway.js.map +0 -1
- package/dist/packages/core/mock/monorise/phase.d.ts +0 -580
- package/dist/packages/core/mock/monorise/phase.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/phase.js +0 -166
- package/dist/packages/core/mock/monorise/phase.js.map +0 -1
- package/dist/packages/core/mock/monorise/reference.d.ts +0 -171
- package/dist/packages/core/mock/monorise/reference.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/reference.js +0 -25
- package/dist/packages/core/mock/monorise/reference.js.map +0 -1
- package/dist/packages/core/mock/monorise/track.d.ts +0 -617
- package/dist/packages/core/mock/monorise/track.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/track.js +0 -270
- package/dist/packages/core/mock/monorise/track.js.map +0 -1
- package/dist/packages/core/mock/monorise/video.d.ts +0 -346
- package/dist/packages/core/mock/monorise/video.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise/video.js +0 -33
- package/dist/packages/core/mock/monorise/video.js.map +0 -1
- package/dist/packages/core/mock/monorise.d.ts +0 -6
- package/dist/packages/core/mock/monorise.d.ts.map +0 -1
- package/dist/packages/core/mock/monorise.js +0 -5
- package/dist/packages/core/mock/monorise.js.map +0 -1
- package/dist/packages/core/processors/create-entity-processor.d.ts +0 -5
- package/dist/packages/core/processors/create-entity-processor.d.ts.map +0 -1
- package/dist/packages/core/processors/create-entity-processor.js +0 -32
- package/dist/packages/core/processors/create-entity-processor.js.map +0 -1
- package/dist/packages/core/processors/mutual-processor.d.ts +0 -15
- package/dist/packages/core/processors/mutual-processor.d.ts.map +0 -1
- package/dist/packages/core/processors/mutual-processor.js +0 -128
- package/dist/packages/core/processors/mutual-processor.js.map +0 -1
- package/dist/packages/core/processors/prejoin-processor.d.ts +0 -12
- package/dist/packages/core/processors/prejoin-processor.d.ts.map +0 -1
- package/dist/packages/core/processors/prejoin-processor.js +0 -150
- package/dist/packages/core/processors/prejoin-processor.js.map +0 -1
- package/dist/packages/core/processors/replication-processor.d.ts +0 -8
- package/dist/packages/core/processors/replication-processor.d.ts.map +0 -1
- package/dist/packages/core/processors/replication-processor.js +0 -180
- package/dist/packages/core/processors/replication-processor.js.map +0 -1
- package/dist/packages/core/processors/tag-processor.d.ts +0 -11
- package/dist/packages/core/processors/tag-processor.d.ts.map +0 -1
- package/dist/packages/core/processors/tag-processor.js +0 -106
- package/dist/packages/core/processors/tag-processor.js.map +0 -1
- package/dist/packages/core/services/DependencyContainer.d.ts +0 -51
- package/dist/packages/core/services/DependencyContainer.d.ts.map +0 -1
- package/dist/packages/core/services/DependencyContainer.js +0 -115
- package/dist/packages/core/services/DependencyContainer.js.map +0 -1
- package/dist/packages/core/services/entity-service-lifecycle.d.ts +0 -12
- package/dist/packages/core/services/entity-service-lifecycle.d.ts.map +0 -1
- package/dist/packages/core/services/entity-service-lifecycle.js +0 -23
- package/dist/packages/core/services/entity-service-lifecycle.js.map +0 -1
- package/dist/packages/core/services/entity.service.d.ts +0 -32
- package/dist/packages/core/services/entity.service.d.ts.map +0 -1
- package/dist/packages/core/services/entity.service.js +0 -121
- package/dist/packages/core/services/entity.service.js.map +0 -1
- package/dist/packages/core/services/mutual.service.d.ts +0 -64
- package/dist/packages/core/services/mutual.service.d.ts.map +0 -1
- package/dist/packages/core/services/mutual.service.js +0 -144
- package/dist/packages/core/services/mutual.service.js.map +0 -1
- package/dist/packages/core/types/entity.type.d.ts +0 -20
- package/dist/packages/core/types/entity.type.d.ts.map +0 -1
- package/dist/packages/core/types/entity.type.js +0 -2
- package/dist/packages/core/types/entity.type.js.map +0 -1
- package/dist/shared/types/event.d.ts +0 -72
- package/dist/shared/types/event.d.ts.map +0 -1
- package/dist/shared/types/event.js +0 -74
- package/dist/shared/types/event.js.map +0 -1
|
@@ -183,12 +183,12 @@ declare const EntityConfig: {
|
|
|
183
183
|
id: z.ZodString;
|
|
184
184
|
content: z.ZodAny;
|
|
185
185
|
}, "strip", z.ZodTypeAny, {
|
|
186
|
-
id: string;
|
|
187
186
|
type: string;
|
|
187
|
+
id: string;
|
|
188
188
|
content?: any;
|
|
189
189
|
}, {
|
|
190
|
-
id: string;
|
|
191
190
|
type: string;
|
|
191
|
+
id: string;
|
|
192
192
|
content?: any;
|
|
193
193
|
}>, "many">>>;
|
|
194
194
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
@@ -198,15 +198,15 @@ declare const EntityConfig: {
|
|
|
198
198
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
199
199
|
type: import("./chapter").CHAPTER_TYPE;
|
|
200
200
|
remark: string;
|
|
201
|
-
body?: {
|
|
202
|
-
id: string;
|
|
203
|
-
type: string;
|
|
204
|
-
content?: any;
|
|
205
|
-
}[] | undefined;
|
|
206
201
|
description?: string | undefined;
|
|
207
202
|
discussionLink?: string | undefined;
|
|
208
203
|
title?: string | undefined;
|
|
209
204
|
learningActivityDescription?: string | undefined;
|
|
205
|
+
body?: {
|
|
206
|
+
type: string;
|
|
207
|
+
id: string;
|
|
208
|
+
content?: any;
|
|
209
|
+
}[] | undefined;
|
|
210
210
|
progress?: number | undefined;
|
|
211
211
|
learningActivityOrders?: string[] | undefined;
|
|
212
212
|
referenceOrders?: string[] | undefined;
|
|
@@ -214,15 +214,15 @@ declare const EntityConfig: {
|
|
|
214
214
|
}, {
|
|
215
215
|
type: import("./chapter").CHAPTER_TYPE;
|
|
216
216
|
remark: string;
|
|
217
|
-
body?: {
|
|
218
|
-
id: string;
|
|
219
|
-
type: string;
|
|
220
|
-
content?: any;
|
|
221
|
-
}[] | undefined;
|
|
222
217
|
description?: string | undefined;
|
|
223
218
|
discussionLink?: string | undefined;
|
|
224
219
|
title?: string | undefined;
|
|
225
220
|
learningActivityDescription?: string | undefined;
|
|
221
|
+
body?: {
|
|
222
|
+
type: string;
|
|
223
|
+
id: string;
|
|
224
|
+
content?: any;
|
|
225
|
+
}[] | undefined;
|
|
226
226
|
progress?: number | undefined;
|
|
227
227
|
learningActivityOrders?: string[] | undefined;
|
|
228
228
|
referenceOrders?: string[] | undefined;
|
|
@@ -241,12 +241,12 @@ declare const EntityConfig: {
|
|
|
241
241
|
id: z.ZodString;
|
|
242
242
|
content: z.ZodAny;
|
|
243
243
|
}, "strip", z.ZodTypeAny, {
|
|
244
|
-
id: string;
|
|
245
244
|
type: string;
|
|
245
|
+
id: string;
|
|
246
246
|
content?: any;
|
|
247
247
|
}, {
|
|
248
|
-
id: string;
|
|
249
248
|
type: string;
|
|
249
|
+
id: string;
|
|
250
250
|
content?: any;
|
|
251
251
|
}>, "many">>>;
|
|
252
252
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
@@ -256,15 +256,15 @@ declare const EntityConfig: {
|
|
|
256
256
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
257
257
|
type: import("./chapter").CHAPTER_TYPE;
|
|
258
258
|
remark: string;
|
|
259
|
-
body?: {
|
|
260
|
-
id: string;
|
|
261
|
-
type: string;
|
|
262
|
-
content?: any;
|
|
263
|
-
}[] | undefined;
|
|
264
259
|
description?: string | undefined;
|
|
265
260
|
discussionLink?: string | undefined;
|
|
266
261
|
title?: string | undefined;
|
|
267
262
|
learningActivityDescription?: string | undefined;
|
|
263
|
+
body?: {
|
|
264
|
+
type: string;
|
|
265
|
+
id: string;
|
|
266
|
+
content?: any;
|
|
267
|
+
}[] | undefined;
|
|
268
268
|
progress?: number | undefined;
|
|
269
269
|
learningActivityOrders?: string[] | undefined;
|
|
270
270
|
referenceOrders?: string[] | undefined;
|
|
@@ -272,15 +272,15 @@ declare const EntityConfig: {
|
|
|
272
272
|
}, {
|
|
273
273
|
type: import("./chapter").CHAPTER_TYPE;
|
|
274
274
|
remark: string;
|
|
275
|
-
body?: {
|
|
276
|
-
id: string;
|
|
277
|
-
type: string;
|
|
278
|
-
content?: any;
|
|
279
|
-
}[] | undefined;
|
|
280
275
|
description?: string | undefined;
|
|
281
276
|
discussionLink?: string | undefined;
|
|
282
277
|
title?: string | undefined;
|
|
283
278
|
learningActivityDescription?: string | undefined;
|
|
279
|
+
body?: {
|
|
280
|
+
type: string;
|
|
281
|
+
id: string;
|
|
282
|
+
content?: any;
|
|
283
|
+
}[] | undefined;
|
|
284
284
|
progress?: number | undefined;
|
|
285
285
|
learningActivityOrders?: string[] | undefined;
|
|
286
286
|
referenceOrders?: string[] | undefined;
|
|
@@ -288,15 +288,15 @@ declare const EntityConfig: {
|
|
|
288
288
|
}>, {
|
|
289
289
|
type: import("./chapter").CHAPTER_TYPE;
|
|
290
290
|
remark: string;
|
|
291
|
-
body?: {
|
|
292
|
-
id: string;
|
|
293
|
-
type: string;
|
|
294
|
-
content?: any;
|
|
295
|
-
}[] | undefined;
|
|
296
291
|
description?: string | undefined;
|
|
297
292
|
discussionLink?: string | undefined;
|
|
298
293
|
title?: string | undefined;
|
|
299
294
|
learningActivityDescription?: string | undefined;
|
|
295
|
+
body?: {
|
|
296
|
+
type: string;
|
|
297
|
+
id: string;
|
|
298
|
+
content?: any;
|
|
299
|
+
}[] | undefined;
|
|
300
300
|
progress?: number | undefined;
|
|
301
301
|
learningActivityOrders?: string[] | undefined;
|
|
302
302
|
referenceOrders?: string[] | undefined;
|
|
@@ -304,15 +304,15 @@ declare const EntityConfig: {
|
|
|
304
304
|
}, {
|
|
305
305
|
type: import("./chapter").CHAPTER_TYPE;
|
|
306
306
|
remark: string;
|
|
307
|
-
body?: {
|
|
308
|
-
id: string;
|
|
309
|
-
type: string;
|
|
310
|
-
content?: any;
|
|
311
|
-
}[] | undefined;
|
|
312
307
|
description?: string | undefined;
|
|
313
308
|
discussionLink?: string | undefined;
|
|
314
309
|
title?: string | undefined;
|
|
315
310
|
learningActivityDescription?: string | undefined;
|
|
311
|
+
body?: {
|
|
312
|
+
type: string;
|
|
313
|
+
id: string;
|
|
314
|
+
content?: any;
|
|
315
|
+
}[] | undefined;
|
|
316
316
|
progress?: number | undefined;
|
|
317
317
|
learningActivityOrders?: string[] | undefined;
|
|
318
318
|
referenceOrders?: string[] | undefined;
|
|
@@ -337,40 +337,40 @@ declare const EntityConfig: {
|
|
|
337
337
|
id: z.ZodString;
|
|
338
338
|
content: z.ZodAny;
|
|
339
339
|
}, "strip", z.ZodTypeAny, {
|
|
340
|
-
id: string;
|
|
341
340
|
type: string;
|
|
341
|
+
id: string;
|
|
342
342
|
content?: any;
|
|
343
343
|
}, {
|
|
344
|
-
id: string;
|
|
345
344
|
type: string;
|
|
345
|
+
id: string;
|
|
346
346
|
content?: any;
|
|
347
347
|
}>, "many">>>;
|
|
348
348
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
349
349
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
350
|
-
body?: {
|
|
351
|
-
id: string;
|
|
352
|
-
type: string;
|
|
353
|
-
content?: any;
|
|
354
|
-
}[] | undefined;
|
|
355
350
|
type?: import("./chapter").CHAPTER_TYPE | undefined;
|
|
356
351
|
description?: string | undefined;
|
|
357
352
|
discussionLink?: string | undefined;
|
|
358
353
|
remark?: string | undefined;
|
|
359
354
|
title?: string | undefined;
|
|
360
355
|
learningActivityDescription?: string | undefined;
|
|
361
|
-
progress?: number | undefined;
|
|
362
|
-
}, {
|
|
363
356
|
body?: {
|
|
364
|
-
id: string;
|
|
365
357
|
type: string;
|
|
358
|
+
id: string;
|
|
366
359
|
content?: any;
|
|
367
360
|
}[] | undefined;
|
|
361
|
+
progress?: number | undefined;
|
|
362
|
+
}, {
|
|
368
363
|
type?: import("./chapter").CHAPTER_TYPE | undefined;
|
|
369
364
|
description?: string | undefined;
|
|
370
365
|
discussionLink?: string | undefined;
|
|
371
366
|
remark?: string | undefined;
|
|
372
367
|
title?: string | undefined;
|
|
373
368
|
learningActivityDescription?: string | undefined;
|
|
369
|
+
body?: {
|
|
370
|
+
type: string;
|
|
371
|
+
id: string;
|
|
372
|
+
content?: any;
|
|
373
|
+
}[] | undefined;
|
|
374
374
|
progress?: number | undefined;
|
|
375
375
|
}>;
|
|
376
376
|
createSchema?: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -385,12 +385,12 @@ declare const EntityConfig: {
|
|
|
385
385
|
id: z.ZodString;
|
|
386
386
|
content: z.ZodAny;
|
|
387
387
|
}, "strip", z.ZodTypeAny, {
|
|
388
|
-
id: string;
|
|
389
388
|
type: string;
|
|
389
|
+
id: string;
|
|
390
390
|
content?: any;
|
|
391
391
|
}, {
|
|
392
|
-
id: string;
|
|
393
392
|
type: string;
|
|
393
|
+
id: string;
|
|
394
394
|
content?: any;
|
|
395
395
|
}>, "many">>>;
|
|
396
396
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
@@ -400,31 +400,31 @@ declare const EntityConfig: {
|
|
|
400
400
|
}>, "strip", z.ZodTypeAny, {
|
|
401
401
|
type: import("./chapter").CHAPTER_TYPE;
|
|
402
402
|
remark: string;
|
|
403
|
-
body?: {
|
|
404
|
-
id: string;
|
|
405
|
-
type: string;
|
|
406
|
-
content?: any;
|
|
407
|
-
}[] | undefined;
|
|
408
403
|
description?: string | undefined;
|
|
409
404
|
discussionLink?: string | undefined;
|
|
410
405
|
title?: string | undefined;
|
|
411
406
|
learningActivityDescription?: string | undefined;
|
|
412
|
-
progress?: number | undefined;
|
|
413
|
-
}, {
|
|
414
|
-
type: import("./chapter").CHAPTER_TYPE;
|
|
415
|
-
remark: string;
|
|
416
407
|
body?: {
|
|
417
|
-
id: string;
|
|
418
408
|
type: string;
|
|
409
|
+
id: string;
|
|
419
410
|
content?: any;
|
|
420
411
|
}[] | undefined;
|
|
412
|
+
progress?: number | undefined;
|
|
413
|
+
}, {
|
|
414
|
+
type: import("./chapter").CHAPTER_TYPE;
|
|
415
|
+
remark: string;
|
|
421
416
|
description?: string | undefined;
|
|
422
417
|
discussionLink?: string | undefined;
|
|
423
418
|
title?: string | undefined;
|
|
424
419
|
learningActivityDescription?: string | undefined;
|
|
420
|
+
body?: {
|
|
421
|
+
type: string;
|
|
422
|
+
id: string;
|
|
423
|
+
content?: any;
|
|
424
|
+
}[] | undefined;
|
|
425
425
|
progress?: number | undefined;
|
|
426
426
|
}> | undefined;
|
|
427
|
-
searchableFields?: ("
|
|
427
|
+
searchableFields?: ("type" | "description" | "discussionLink" | "remark" | "title" | "learningActivityDescription" | "body" | "progress")[] | undefined;
|
|
428
428
|
mutual?: {
|
|
429
429
|
subscribes?: {
|
|
430
430
|
entityType: import("@monorise/base").Entity;
|
|
@@ -473,12 +473,12 @@ declare const EntityConfig: {
|
|
|
473
473
|
id: z.ZodString;
|
|
474
474
|
content: z.ZodAny;
|
|
475
475
|
}, "strip", z.ZodTypeAny, {
|
|
476
|
-
id: string;
|
|
477
476
|
type: string;
|
|
477
|
+
id: string;
|
|
478
478
|
content?: any;
|
|
479
479
|
}, {
|
|
480
|
-
id: string;
|
|
481
480
|
type: string;
|
|
481
|
+
id: string;
|
|
482
482
|
content?: any;
|
|
483
483
|
}>, "many">>>;
|
|
484
484
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
@@ -488,15 +488,15 @@ declare const EntityConfig: {
|
|
|
488
488
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
489
489
|
type: import("./chapter").CHAPTER_TYPE;
|
|
490
490
|
remark: string;
|
|
491
|
-
body?: {
|
|
492
|
-
id: string;
|
|
493
|
-
type: string;
|
|
494
|
-
content?: any;
|
|
495
|
-
}[] | undefined;
|
|
496
491
|
description?: string | undefined;
|
|
497
492
|
discussionLink?: string | undefined;
|
|
498
493
|
title?: string | undefined;
|
|
499
494
|
learningActivityDescription?: string | undefined;
|
|
495
|
+
body?: {
|
|
496
|
+
type: string;
|
|
497
|
+
id: string;
|
|
498
|
+
content?: any;
|
|
499
|
+
}[] | undefined;
|
|
500
500
|
progress?: number | undefined;
|
|
501
501
|
learningActivityOrders?: string[] | undefined;
|
|
502
502
|
referenceOrders?: string[] | undefined;
|
|
@@ -504,15 +504,15 @@ declare const EntityConfig: {
|
|
|
504
504
|
}, {
|
|
505
505
|
type: import("./chapter").CHAPTER_TYPE;
|
|
506
506
|
remark: string;
|
|
507
|
-
body?: {
|
|
508
|
-
id: string;
|
|
509
|
-
type: string;
|
|
510
|
-
content?: any;
|
|
511
|
-
}[] | undefined;
|
|
512
507
|
description?: string | undefined;
|
|
513
508
|
discussionLink?: string | undefined;
|
|
514
509
|
title?: string | undefined;
|
|
515
510
|
learningActivityDescription?: string | undefined;
|
|
511
|
+
body?: {
|
|
512
|
+
type: string;
|
|
513
|
+
id: string;
|
|
514
|
+
content?: any;
|
|
515
|
+
}[] | undefined;
|
|
516
516
|
progress?: number | undefined;
|
|
517
517
|
learningActivityOrders?: string[] | undefined;
|
|
518
518
|
referenceOrders?: string[] | undefined;
|
|
@@ -531,12 +531,12 @@ declare const EntityConfig: {
|
|
|
531
531
|
id: z.ZodString;
|
|
532
532
|
content: z.ZodAny;
|
|
533
533
|
}, "strip", z.ZodTypeAny, {
|
|
534
|
-
id: string;
|
|
535
534
|
type: string;
|
|
535
|
+
id: string;
|
|
536
536
|
content?: any;
|
|
537
537
|
}, {
|
|
538
|
-
id: string;
|
|
539
538
|
type: string;
|
|
539
|
+
id: string;
|
|
540
540
|
content?: any;
|
|
541
541
|
}>, "many">>>;
|
|
542
542
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
@@ -546,15 +546,15 @@ declare const EntityConfig: {
|
|
|
546
546
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
547
547
|
type: import("./chapter").CHAPTER_TYPE;
|
|
548
548
|
remark: string;
|
|
549
|
-
body?: {
|
|
550
|
-
id: string;
|
|
551
|
-
type: string;
|
|
552
|
-
content?: any;
|
|
553
|
-
}[] | undefined;
|
|
554
549
|
description?: string | undefined;
|
|
555
550
|
discussionLink?: string | undefined;
|
|
556
551
|
title?: string | undefined;
|
|
557
552
|
learningActivityDescription?: string | undefined;
|
|
553
|
+
body?: {
|
|
554
|
+
type: string;
|
|
555
|
+
id: string;
|
|
556
|
+
content?: any;
|
|
557
|
+
}[] | undefined;
|
|
558
558
|
progress?: number | undefined;
|
|
559
559
|
learningActivityOrders?: string[] | undefined;
|
|
560
560
|
referenceOrders?: string[] | undefined;
|
|
@@ -562,15 +562,15 @@ declare const EntityConfig: {
|
|
|
562
562
|
}, {
|
|
563
563
|
type: import("./chapter").CHAPTER_TYPE;
|
|
564
564
|
remark: string;
|
|
565
|
-
body?: {
|
|
566
|
-
id: string;
|
|
567
|
-
type: string;
|
|
568
|
-
content?: any;
|
|
569
|
-
}[] | undefined;
|
|
570
565
|
description?: string | undefined;
|
|
571
566
|
discussionLink?: string | undefined;
|
|
572
567
|
title?: string | undefined;
|
|
573
568
|
learningActivityDescription?: string | undefined;
|
|
569
|
+
body?: {
|
|
570
|
+
type: string;
|
|
571
|
+
id: string;
|
|
572
|
+
content?: any;
|
|
573
|
+
}[] | undefined;
|
|
574
574
|
progress?: number | undefined;
|
|
575
575
|
learningActivityOrders?: string[] | undefined;
|
|
576
576
|
referenceOrders?: string[] | undefined;
|
|
@@ -578,15 +578,15 @@ declare const EntityConfig: {
|
|
|
578
578
|
}>, {
|
|
579
579
|
type: import("./chapter").CHAPTER_TYPE;
|
|
580
580
|
remark: string;
|
|
581
|
-
body?: {
|
|
582
|
-
id: string;
|
|
583
|
-
type: string;
|
|
584
|
-
content?: any;
|
|
585
|
-
}[] | undefined;
|
|
586
581
|
description?: string | undefined;
|
|
587
582
|
discussionLink?: string | undefined;
|
|
588
583
|
title?: string | undefined;
|
|
589
584
|
learningActivityDescription?: string | undefined;
|
|
585
|
+
body?: {
|
|
586
|
+
type: string;
|
|
587
|
+
id: string;
|
|
588
|
+
content?: any;
|
|
589
|
+
}[] | undefined;
|
|
590
590
|
progress?: number | undefined;
|
|
591
591
|
learningActivityOrders?: string[] | undefined;
|
|
592
592
|
referenceOrders?: string[] | undefined;
|
|
@@ -594,15 +594,15 @@ declare const EntityConfig: {
|
|
|
594
594
|
}, {
|
|
595
595
|
type: import("./chapter").CHAPTER_TYPE;
|
|
596
596
|
remark: string;
|
|
597
|
-
body?: {
|
|
598
|
-
id: string;
|
|
599
|
-
type: string;
|
|
600
|
-
content?: any;
|
|
601
|
-
}[] | undefined;
|
|
602
597
|
description?: string | undefined;
|
|
603
598
|
discussionLink?: string | undefined;
|
|
604
599
|
title?: string | undefined;
|
|
605
600
|
learningActivityDescription?: string | undefined;
|
|
601
|
+
body?: {
|
|
602
|
+
type: string;
|
|
603
|
+
id: string;
|
|
604
|
+
content?: any;
|
|
605
|
+
}[] | undefined;
|
|
606
606
|
progress?: number | undefined;
|
|
607
607
|
learningActivityOrders?: string[] | undefined;
|
|
608
608
|
referenceOrders?: string[] | undefined;
|
|
@@ -633,25 +633,25 @@ declare const EntityConfig: {
|
|
|
633
633
|
title: z.ZodString;
|
|
634
634
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
635
635
|
title: string;
|
|
636
|
-
tags?: string[] | undefined;
|
|
637
636
|
description?: string | undefined;
|
|
638
637
|
videos?: string[] | undefined;
|
|
639
638
|
categories?: string[] | undefined;
|
|
640
639
|
duration?: number | undefined;
|
|
641
640
|
learningOutcomes?: string[] | undefined;
|
|
642
641
|
infographics?: string[] | undefined;
|
|
642
|
+
tags?: string[] | undefined;
|
|
643
643
|
moduleOrders?: string[] | undefined;
|
|
644
644
|
chapters?: string[] | undefined;
|
|
645
645
|
learningActivities?: string[] | undefined;
|
|
646
646
|
}, {
|
|
647
647
|
title: string;
|
|
648
|
-
tags?: string[] | undefined;
|
|
649
648
|
description?: string | undefined;
|
|
650
649
|
videos?: string[] | undefined;
|
|
651
650
|
categories?: string[] | undefined;
|
|
652
651
|
duration?: number | undefined;
|
|
653
652
|
learningOutcomes?: string[] | undefined;
|
|
654
653
|
infographics?: string[] | undefined;
|
|
654
|
+
tags?: string[] | undefined;
|
|
655
655
|
moduleOrders?: string[] | undefined;
|
|
656
656
|
chapters?: string[] | undefined;
|
|
657
657
|
learningActivities?: string[] | undefined;
|
|
@@ -671,49 +671,49 @@ declare const EntityConfig: {
|
|
|
671
671
|
title: z.ZodString;
|
|
672
672
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
673
673
|
title: string;
|
|
674
|
-
tags?: string[] | undefined;
|
|
675
674
|
description?: string | undefined;
|
|
676
675
|
videos?: string[] | undefined;
|
|
677
676
|
categories?: string[] | undefined;
|
|
678
677
|
duration?: number | undefined;
|
|
679
678
|
learningOutcomes?: string[] | undefined;
|
|
680
679
|
infographics?: string[] | undefined;
|
|
680
|
+
tags?: string[] | undefined;
|
|
681
681
|
moduleOrders?: string[] | undefined;
|
|
682
682
|
chapters?: string[] | undefined;
|
|
683
683
|
learningActivities?: string[] | undefined;
|
|
684
684
|
}, {
|
|
685
685
|
title: string;
|
|
686
|
-
tags?: string[] | undefined;
|
|
687
686
|
description?: string | undefined;
|
|
688
687
|
videos?: string[] | undefined;
|
|
689
688
|
categories?: string[] | undefined;
|
|
690
689
|
duration?: number | undefined;
|
|
691
690
|
learningOutcomes?: string[] | undefined;
|
|
692
691
|
infographics?: string[] | undefined;
|
|
692
|
+
tags?: string[] | undefined;
|
|
693
693
|
moduleOrders?: string[] | undefined;
|
|
694
694
|
chapters?: string[] | undefined;
|
|
695
695
|
learningActivities?: string[] | undefined;
|
|
696
696
|
}>, {
|
|
697
697
|
title: string;
|
|
698
|
-
tags?: string[] | undefined;
|
|
699
698
|
description?: string | undefined;
|
|
700
699
|
videos?: string[] | undefined;
|
|
701
700
|
categories?: string[] | undefined;
|
|
702
701
|
duration?: number | undefined;
|
|
703
702
|
learningOutcomes?: string[] | undefined;
|
|
704
703
|
infographics?: string[] | undefined;
|
|
704
|
+
tags?: string[] | undefined;
|
|
705
705
|
moduleOrders?: string[] | undefined;
|
|
706
706
|
chapters?: string[] | undefined;
|
|
707
707
|
learningActivities?: string[] | undefined;
|
|
708
708
|
}, {
|
|
709
709
|
title: string;
|
|
710
|
-
tags?: string[] | undefined;
|
|
711
710
|
description?: string | undefined;
|
|
712
711
|
videos?: string[] | undefined;
|
|
713
712
|
categories?: string[] | undefined;
|
|
714
713
|
duration?: number | undefined;
|
|
715
714
|
learningOutcomes?: string[] | undefined;
|
|
716
715
|
infographics?: string[] | undefined;
|
|
716
|
+
tags?: string[] | undefined;
|
|
717
717
|
moduleOrders?: string[] | undefined;
|
|
718
718
|
chapters?: string[] | undefined;
|
|
719
719
|
learningActivities?: string[] | undefined;
|
|
@@ -734,21 +734,21 @@ declare const EntityConfig: {
|
|
|
734
734
|
infographics: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
735
735
|
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
736
736
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
737
|
-
tags?: string[] | undefined;
|
|
738
737
|
description?: string | undefined;
|
|
739
738
|
title?: string | undefined;
|
|
740
739
|
categories?: string[] | undefined;
|
|
741
740
|
duration?: number | undefined;
|
|
742
741
|
learningOutcomes?: string[] | undefined;
|
|
743
742
|
infographics?: string[] | undefined;
|
|
744
|
-
}, {
|
|
745
743
|
tags?: string[] | undefined;
|
|
744
|
+
}, {
|
|
746
745
|
description?: string | undefined;
|
|
747
746
|
title?: string | undefined;
|
|
748
747
|
categories?: string[] | undefined;
|
|
749
748
|
duration?: number | undefined;
|
|
750
749
|
learningOutcomes?: string[] | undefined;
|
|
751
750
|
infographics?: string[] | undefined;
|
|
751
|
+
tags?: string[] | undefined;
|
|
752
752
|
}>;
|
|
753
753
|
createSchema?: z.ZodObject<z.objectUtil.extendShape<{
|
|
754
754
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -762,22 +762,22 @@ declare const EntityConfig: {
|
|
|
762
762
|
title: z.ZodString;
|
|
763
763
|
}>, "strip", z.ZodTypeAny, {
|
|
764
764
|
title: string;
|
|
765
|
-
tags?: string[] | undefined;
|
|
766
765
|
description?: string | undefined;
|
|
767
766
|
categories?: string[] | undefined;
|
|
768
767
|
duration?: number | undefined;
|
|
769
768
|
learningOutcomes?: string[] | undefined;
|
|
770
769
|
infographics?: string[] | undefined;
|
|
770
|
+
tags?: string[] | undefined;
|
|
771
771
|
}, {
|
|
772
772
|
title: string;
|
|
773
|
-
tags?: string[] | undefined;
|
|
774
773
|
description?: string | undefined;
|
|
775
774
|
categories?: string[] | undefined;
|
|
776
775
|
duration?: number | undefined;
|
|
777
776
|
learningOutcomes?: string[] | undefined;
|
|
778
777
|
infographics?: string[] | undefined;
|
|
778
|
+
tags?: string[] | undefined;
|
|
779
779
|
}> | undefined;
|
|
780
|
-
searchableFields?: ("
|
|
780
|
+
searchableFields?: ("description" | "title" | "categories" | "duration" | "learningOutcomes" | "infographics" | "tags")[] | undefined;
|
|
781
781
|
mutual?: {
|
|
782
782
|
subscribes?: {
|
|
783
783
|
entityType: import("@monorise/base").Entity;
|
|
@@ -831,25 +831,25 @@ declare const EntityConfig: {
|
|
|
831
831
|
title: z.ZodString;
|
|
832
832
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
833
833
|
title: string;
|
|
834
|
-
tags?: string[] | undefined;
|
|
835
834
|
description?: string | undefined;
|
|
836
835
|
videos?: string[] | undefined;
|
|
837
836
|
categories?: string[] | undefined;
|
|
838
837
|
duration?: number | undefined;
|
|
839
838
|
learningOutcomes?: string[] | undefined;
|
|
840
839
|
infographics?: string[] | undefined;
|
|
840
|
+
tags?: string[] | undefined;
|
|
841
841
|
moduleOrders?: string[] | undefined;
|
|
842
842
|
chapters?: string[] | undefined;
|
|
843
843
|
learningActivities?: string[] | undefined;
|
|
844
844
|
}, {
|
|
845
845
|
title: string;
|
|
846
|
-
tags?: string[] | undefined;
|
|
847
846
|
description?: string | undefined;
|
|
848
847
|
videos?: string[] | undefined;
|
|
849
848
|
categories?: string[] | undefined;
|
|
850
849
|
duration?: number | undefined;
|
|
851
850
|
learningOutcomes?: string[] | undefined;
|
|
852
851
|
infographics?: string[] | undefined;
|
|
852
|
+
tags?: string[] | undefined;
|
|
853
853
|
moduleOrders?: string[] | undefined;
|
|
854
854
|
chapters?: string[] | undefined;
|
|
855
855
|
learningActivities?: string[] | undefined;
|
|
@@ -869,49 +869,49 @@ declare const EntityConfig: {
|
|
|
869
869
|
title: z.ZodString;
|
|
870
870
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
871
871
|
title: string;
|
|
872
|
-
tags?: string[] | undefined;
|
|
873
872
|
description?: string | undefined;
|
|
874
873
|
videos?: string[] | undefined;
|
|
875
874
|
categories?: string[] | undefined;
|
|
876
875
|
duration?: number | undefined;
|
|
877
876
|
learningOutcomes?: string[] | undefined;
|
|
878
877
|
infographics?: string[] | undefined;
|
|
878
|
+
tags?: string[] | undefined;
|
|
879
879
|
moduleOrders?: string[] | undefined;
|
|
880
880
|
chapters?: string[] | undefined;
|
|
881
881
|
learningActivities?: string[] | undefined;
|
|
882
882
|
}, {
|
|
883
883
|
title: string;
|
|
884
|
-
tags?: string[] | undefined;
|
|
885
884
|
description?: string | undefined;
|
|
886
885
|
videos?: string[] | undefined;
|
|
887
886
|
categories?: string[] | undefined;
|
|
888
887
|
duration?: number | undefined;
|
|
889
888
|
learningOutcomes?: string[] | undefined;
|
|
890
889
|
infographics?: string[] | undefined;
|
|
890
|
+
tags?: string[] | undefined;
|
|
891
891
|
moduleOrders?: string[] | undefined;
|
|
892
892
|
chapters?: string[] | undefined;
|
|
893
893
|
learningActivities?: string[] | undefined;
|
|
894
894
|
}>, {
|
|
895
895
|
title: string;
|
|
896
|
-
tags?: string[] | undefined;
|
|
897
896
|
description?: string | undefined;
|
|
898
897
|
videos?: string[] | undefined;
|
|
899
898
|
categories?: string[] | undefined;
|
|
900
899
|
duration?: number | undefined;
|
|
901
900
|
learningOutcomes?: string[] | undefined;
|
|
902
901
|
infographics?: string[] | undefined;
|
|
902
|
+
tags?: string[] | undefined;
|
|
903
903
|
moduleOrders?: string[] | undefined;
|
|
904
904
|
chapters?: string[] | undefined;
|
|
905
905
|
learningActivities?: string[] | undefined;
|
|
906
906
|
}, {
|
|
907
907
|
title: string;
|
|
908
|
-
tags?: string[] | undefined;
|
|
909
908
|
description?: string | undefined;
|
|
910
909
|
videos?: string[] | undefined;
|
|
911
910
|
categories?: string[] | undefined;
|
|
912
911
|
duration?: number | undefined;
|
|
913
912
|
learningOutcomes?: string[] | undefined;
|
|
914
913
|
infographics?: string[] | undefined;
|
|
914
|
+
tags?: string[] | undefined;
|
|
915
915
|
moduleOrders?: string[] | undefined;
|
|
916
916
|
chapters?: string[] | undefined;
|
|
917
917
|
learningActivities?: string[] | undefined;
|
|
@@ -2378,12 +2378,12 @@ declare const EntityConfig: {
|
|
|
2378
2378
|
id: z.ZodString;
|
|
2379
2379
|
content: z.ZodAny;
|
|
2380
2380
|
}, "strip", z.ZodTypeAny, {
|
|
2381
|
-
id: string;
|
|
2382
2381
|
type: string;
|
|
2382
|
+
id: string;
|
|
2383
2383
|
content?: any;
|
|
2384
2384
|
}, {
|
|
2385
|
-
id: string;
|
|
2386
2385
|
type: string;
|
|
2386
|
+
id: string;
|
|
2387
2387
|
content?: any;
|
|
2388
2388
|
}>, "many">>>;
|
|
2389
2389
|
keyTakeaway: z.ZodOptional<z.ZodString>;
|
|
@@ -2397,8 +2397,8 @@ declare const EntityConfig: {
|
|
|
2397
2397
|
categories?: string[] | undefined;
|
|
2398
2398
|
duration?: number | undefined;
|
|
2399
2399
|
additionalFiles?: {
|
|
2400
|
-
id: string;
|
|
2401
2400
|
type: string;
|
|
2401
|
+
id: string;
|
|
2402
2402
|
content?: any;
|
|
2403
2403
|
}[] | undefined;
|
|
2404
2404
|
keyTakeaway?: string | undefined;
|
|
@@ -2408,8 +2408,8 @@ declare const EntityConfig: {
|
|
|
2408
2408
|
categories?: string[] | undefined;
|
|
2409
2409
|
duration?: number | undefined;
|
|
2410
2410
|
additionalFiles?: {
|
|
2411
|
-
id: string;
|
|
2412
2411
|
type: string;
|
|
2412
|
+
id: string;
|
|
2413
2413
|
content?: any;
|
|
2414
2414
|
}[] | undefined;
|
|
2415
2415
|
keyTakeaway?: string | undefined;
|
|
@@ -2421,12 +2421,12 @@ declare const EntityConfig: {
|
|
|
2421
2421
|
id: z.ZodString;
|
|
2422
2422
|
content: z.ZodAny;
|
|
2423
2423
|
}, "strip", z.ZodTypeAny, {
|
|
2424
|
-
id: string;
|
|
2425
2424
|
type: string;
|
|
2425
|
+
id: string;
|
|
2426
2426
|
content?: any;
|
|
2427
2427
|
}, {
|
|
2428
|
-
id: string;
|
|
2429
2428
|
type: string;
|
|
2429
|
+
id: string;
|
|
2430
2430
|
content?: any;
|
|
2431
2431
|
}>, "many">>>;
|
|
2432
2432
|
keyTakeaway: z.ZodOptional<z.ZodString>;
|
|
@@ -2440,8 +2440,8 @@ declare const EntityConfig: {
|
|
|
2440
2440
|
categories?: string[] | undefined;
|
|
2441
2441
|
duration?: number | undefined;
|
|
2442
2442
|
additionalFiles?: {
|
|
2443
|
-
id: string;
|
|
2444
2443
|
type: string;
|
|
2444
|
+
id: string;
|
|
2445
2445
|
content?: any;
|
|
2446
2446
|
}[] | undefined;
|
|
2447
2447
|
keyTakeaway?: string | undefined;
|
|
@@ -2451,8 +2451,8 @@ declare const EntityConfig: {
|
|
|
2451
2451
|
categories?: string[] | undefined;
|
|
2452
2452
|
duration?: number | undefined;
|
|
2453
2453
|
additionalFiles?: {
|
|
2454
|
-
id: string;
|
|
2455
2454
|
type: string;
|
|
2455
|
+
id: string;
|
|
2456
2456
|
content?: any;
|
|
2457
2457
|
}[] | undefined;
|
|
2458
2458
|
keyTakeaway?: string | undefined;
|
|
@@ -2462,8 +2462,8 @@ declare const EntityConfig: {
|
|
|
2462
2462
|
categories?: string[] | undefined;
|
|
2463
2463
|
duration?: number | undefined;
|
|
2464
2464
|
additionalFiles?: {
|
|
2465
|
-
id: string;
|
|
2466
2465
|
type: string;
|
|
2466
|
+
id: string;
|
|
2467
2467
|
content?: any;
|
|
2468
2468
|
}[] | undefined;
|
|
2469
2469
|
keyTakeaway?: string | undefined;
|
|
@@ -2473,8 +2473,8 @@ declare const EntityConfig: {
|
|
|
2473
2473
|
categories?: string[] | undefined;
|
|
2474
2474
|
duration?: number | undefined;
|
|
2475
2475
|
additionalFiles?: {
|
|
2476
|
-
id: string;
|
|
2477
2476
|
type: string;
|
|
2477
|
+
id: string;
|
|
2478
2478
|
content?: any;
|
|
2479
2479
|
}[] | undefined;
|
|
2480
2480
|
keyTakeaway?: string | undefined;
|
|
@@ -2494,12 +2494,12 @@ declare const EntityConfig: {
|
|
|
2494
2494
|
id: z.ZodString;
|
|
2495
2495
|
content: z.ZodAny;
|
|
2496
2496
|
}, "strip", z.ZodTypeAny, {
|
|
2497
|
-
id: string;
|
|
2498
2497
|
type: string;
|
|
2498
|
+
id: string;
|
|
2499
2499
|
content?: any;
|
|
2500
2500
|
}, {
|
|
2501
|
-
id: string;
|
|
2502
2501
|
type: string;
|
|
2502
|
+
id: string;
|
|
2503
2503
|
content?: any;
|
|
2504
2504
|
}>, "many">>>;
|
|
2505
2505
|
keyTakeaway: z.ZodOptional<z.ZodString>;
|
|
@@ -2511,8 +2511,8 @@ declare const EntityConfig: {
|
|
|
2511
2511
|
categories?: string[] | undefined;
|
|
2512
2512
|
duration?: number | undefined;
|
|
2513
2513
|
additionalFiles?: {
|
|
2514
|
-
id: string;
|
|
2515
2514
|
type: string;
|
|
2515
|
+
id: string;
|
|
2516
2516
|
content?: any;
|
|
2517
2517
|
}[] | undefined;
|
|
2518
2518
|
keyTakeaway?: string | undefined;
|
|
@@ -2522,8 +2522,8 @@ declare const EntityConfig: {
|
|
|
2522
2522
|
categories?: string[] | undefined;
|
|
2523
2523
|
duration?: number | undefined;
|
|
2524
2524
|
additionalFiles?: {
|
|
2525
|
-
id: string;
|
|
2526
2525
|
type: string;
|
|
2526
|
+
id: string;
|
|
2527
2527
|
content?: any;
|
|
2528
2528
|
}[] | undefined;
|
|
2529
2529
|
keyTakeaway?: string | undefined;
|
|
@@ -2536,12 +2536,12 @@ declare const EntityConfig: {
|
|
|
2536
2536
|
id: z.ZodString;
|
|
2537
2537
|
content: z.ZodAny;
|
|
2538
2538
|
}, "strip", z.ZodTypeAny, {
|
|
2539
|
-
id: string;
|
|
2540
2539
|
type: string;
|
|
2540
|
+
id: string;
|
|
2541
2541
|
content?: any;
|
|
2542
2542
|
}, {
|
|
2543
|
-
id: string;
|
|
2544
2543
|
type: string;
|
|
2544
|
+
id: string;
|
|
2545
2545
|
content?: any;
|
|
2546
2546
|
}>, "many">>>;
|
|
2547
2547
|
keyTakeaway: z.ZodOptional<z.ZodString>;
|
|
@@ -2555,8 +2555,8 @@ declare const EntityConfig: {
|
|
|
2555
2555
|
categories?: string[] | undefined;
|
|
2556
2556
|
duration?: number | undefined;
|
|
2557
2557
|
additionalFiles?: {
|
|
2558
|
-
id: string;
|
|
2559
2558
|
type: string;
|
|
2559
|
+
id: string;
|
|
2560
2560
|
content?: any;
|
|
2561
2561
|
}[] | undefined;
|
|
2562
2562
|
keyTakeaway?: string | undefined;
|
|
@@ -2566,8 +2566,8 @@ declare const EntityConfig: {
|
|
|
2566
2566
|
categories?: string[] | undefined;
|
|
2567
2567
|
duration?: number | undefined;
|
|
2568
2568
|
additionalFiles?: {
|
|
2569
|
-
id: string;
|
|
2570
2569
|
type: string;
|
|
2570
|
+
id: string;
|
|
2571
2571
|
content?: any;
|
|
2572
2572
|
}[] | undefined;
|
|
2573
2573
|
keyTakeaway?: string | undefined;
|
|
@@ -2603,12 +2603,12 @@ declare const EntityConfig: {
|
|
|
2603
2603
|
id: z.ZodString;
|
|
2604
2604
|
content: z.ZodAny;
|
|
2605
2605
|
}, "strip", z.ZodTypeAny, {
|
|
2606
|
-
id: string;
|
|
2607
2606
|
type: string;
|
|
2607
|
+
id: string;
|
|
2608
2608
|
content?: any;
|
|
2609
2609
|
}, {
|
|
2610
|
-
id: string;
|
|
2611
2610
|
type: string;
|
|
2611
|
+
id: string;
|
|
2612
2612
|
content?: any;
|
|
2613
2613
|
}>, "many">>>;
|
|
2614
2614
|
keyTakeaway: z.ZodOptional<z.ZodString>;
|
|
@@ -2622,8 +2622,8 @@ declare const EntityConfig: {
|
|
|
2622
2622
|
categories?: string[] | undefined;
|
|
2623
2623
|
duration?: number | undefined;
|
|
2624
2624
|
additionalFiles?: {
|
|
2625
|
-
id: string;
|
|
2626
2625
|
type: string;
|
|
2626
|
+
id: string;
|
|
2627
2627
|
content?: any;
|
|
2628
2628
|
}[] | undefined;
|
|
2629
2629
|
keyTakeaway?: string | undefined;
|
|
@@ -2633,8 +2633,8 @@ declare const EntityConfig: {
|
|
|
2633
2633
|
categories?: string[] | undefined;
|
|
2634
2634
|
duration?: number | undefined;
|
|
2635
2635
|
additionalFiles?: {
|
|
2636
|
-
id: string;
|
|
2637
2636
|
type: string;
|
|
2637
|
+
id: string;
|
|
2638
2638
|
content?: any;
|
|
2639
2639
|
}[] | undefined;
|
|
2640
2640
|
keyTakeaway?: string | undefined;
|
|
@@ -2646,12 +2646,12 @@ declare const EntityConfig: {
|
|
|
2646
2646
|
id: z.ZodString;
|
|
2647
2647
|
content: z.ZodAny;
|
|
2648
2648
|
}, "strip", z.ZodTypeAny, {
|
|
2649
|
-
id: string;
|
|
2650
2649
|
type: string;
|
|
2650
|
+
id: string;
|
|
2651
2651
|
content?: any;
|
|
2652
2652
|
}, {
|
|
2653
|
-
id: string;
|
|
2654
2653
|
type: string;
|
|
2654
|
+
id: string;
|
|
2655
2655
|
content?: any;
|
|
2656
2656
|
}>, "many">>>;
|
|
2657
2657
|
keyTakeaway: z.ZodOptional<z.ZodString>;
|
|
@@ -2665,8 +2665,8 @@ declare const EntityConfig: {
|
|
|
2665
2665
|
categories?: string[] | undefined;
|
|
2666
2666
|
duration?: number | undefined;
|
|
2667
2667
|
additionalFiles?: {
|
|
2668
|
-
id: string;
|
|
2669
2668
|
type: string;
|
|
2669
|
+
id: string;
|
|
2670
2670
|
content?: any;
|
|
2671
2671
|
}[] | undefined;
|
|
2672
2672
|
keyTakeaway?: string | undefined;
|
|
@@ -2676,8 +2676,8 @@ declare const EntityConfig: {
|
|
|
2676
2676
|
categories?: string[] | undefined;
|
|
2677
2677
|
duration?: number | undefined;
|
|
2678
2678
|
additionalFiles?: {
|
|
2679
|
-
id: string;
|
|
2680
2679
|
type: string;
|
|
2680
|
+
id: string;
|
|
2681
2681
|
content?: any;
|
|
2682
2682
|
}[] | undefined;
|
|
2683
2683
|
keyTakeaway?: string | undefined;
|
|
@@ -2687,8 +2687,8 @@ declare const EntityConfig: {
|
|
|
2687
2687
|
categories?: string[] | undefined;
|
|
2688
2688
|
duration?: number | undefined;
|
|
2689
2689
|
additionalFiles?: {
|
|
2690
|
-
id: string;
|
|
2691
2690
|
type: string;
|
|
2691
|
+
id: string;
|
|
2692
2692
|
content?: any;
|
|
2693
2693
|
}[] | undefined;
|
|
2694
2694
|
keyTakeaway?: string | undefined;
|
|
@@ -2698,8 +2698,8 @@ declare const EntityConfig: {
|
|
|
2698
2698
|
categories?: string[] | undefined;
|
|
2699
2699
|
duration?: number | undefined;
|
|
2700
2700
|
additionalFiles?: {
|
|
2701
|
-
id: string;
|
|
2702
2701
|
type: string;
|
|
2702
|
+
id: string;
|
|
2703
2703
|
content?: any;
|
|
2704
2704
|
}[] | undefined;
|
|
2705
2705
|
keyTakeaway?: string | undefined;
|
|
@@ -2759,12 +2759,12 @@ declare const FormSchema: {
|
|
|
2759
2759
|
id: z.ZodString;
|
|
2760
2760
|
content: z.ZodAny;
|
|
2761
2761
|
}, "strip", z.ZodTypeAny, {
|
|
2762
|
-
id: string;
|
|
2763
2762
|
type: string;
|
|
2763
|
+
id: string;
|
|
2764
2764
|
content?: any;
|
|
2765
2765
|
}, {
|
|
2766
|
-
id: string;
|
|
2767
2766
|
type: string;
|
|
2767
|
+
id: string;
|
|
2768
2768
|
content?: any;
|
|
2769
2769
|
}>, "many">>>;
|
|
2770
2770
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2774,15 +2774,15 @@ declare const FormSchema: {
|
|
|
2774
2774
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2775
2775
|
type: import("./chapter").CHAPTER_TYPE;
|
|
2776
2776
|
remark: string;
|
|
2777
|
-
body?: {
|
|
2778
|
-
id: string;
|
|
2779
|
-
type: string;
|
|
2780
|
-
content?: any;
|
|
2781
|
-
}[] | undefined;
|
|
2782
2777
|
description?: string | undefined;
|
|
2783
2778
|
discussionLink?: string | undefined;
|
|
2784
2779
|
title?: string | undefined;
|
|
2785
2780
|
learningActivityDescription?: string | undefined;
|
|
2781
|
+
body?: {
|
|
2782
|
+
type: string;
|
|
2783
|
+
id: string;
|
|
2784
|
+
content?: any;
|
|
2785
|
+
}[] | undefined;
|
|
2786
2786
|
progress?: number | undefined;
|
|
2787
2787
|
learningActivityOrders?: string[] | undefined;
|
|
2788
2788
|
referenceOrders?: string[] | undefined;
|
|
@@ -2790,15 +2790,15 @@ declare const FormSchema: {
|
|
|
2790
2790
|
}, {
|
|
2791
2791
|
type: import("./chapter").CHAPTER_TYPE;
|
|
2792
2792
|
remark: string;
|
|
2793
|
-
body?: {
|
|
2794
|
-
id: string;
|
|
2795
|
-
type: string;
|
|
2796
|
-
content?: any;
|
|
2797
|
-
}[] | undefined;
|
|
2798
2793
|
description?: string | undefined;
|
|
2799
2794
|
discussionLink?: string | undefined;
|
|
2800
2795
|
title?: string | undefined;
|
|
2801
2796
|
learningActivityDescription?: string | undefined;
|
|
2797
|
+
body?: {
|
|
2798
|
+
type: string;
|
|
2799
|
+
id: string;
|
|
2800
|
+
content?: any;
|
|
2801
|
+
}[] | undefined;
|
|
2802
2802
|
progress?: number | undefined;
|
|
2803
2803
|
learningActivityOrders?: string[] | undefined;
|
|
2804
2804
|
referenceOrders?: string[] | undefined;
|
|
@@ -2817,12 +2817,12 @@ declare const FormSchema: {
|
|
|
2817
2817
|
id: z.ZodString;
|
|
2818
2818
|
content: z.ZodAny;
|
|
2819
2819
|
}, "strip", z.ZodTypeAny, {
|
|
2820
|
-
id: string;
|
|
2821
2820
|
type: string;
|
|
2821
|
+
id: string;
|
|
2822
2822
|
content?: any;
|
|
2823
2823
|
}, {
|
|
2824
|
-
id: string;
|
|
2825
2824
|
type: string;
|
|
2825
|
+
id: string;
|
|
2826
2826
|
content?: any;
|
|
2827
2827
|
}>, "many">>>;
|
|
2828
2828
|
progress: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2832,15 +2832,15 @@ declare const FormSchema: {
|
|
|
2832
2832
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2833
2833
|
type: import("./chapter").CHAPTER_TYPE;
|
|
2834
2834
|
remark: string;
|
|
2835
|
-
body?: {
|
|
2836
|
-
id: string;
|
|
2837
|
-
type: string;
|
|
2838
|
-
content?: any;
|
|
2839
|
-
}[] | undefined;
|
|
2840
2835
|
description?: string | undefined;
|
|
2841
2836
|
discussionLink?: string | undefined;
|
|
2842
2837
|
title?: string | undefined;
|
|
2843
2838
|
learningActivityDescription?: string | undefined;
|
|
2839
|
+
body?: {
|
|
2840
|
+
type: string;
|
|
2841
|
+
id: string;
|
|
2842
|
+
content?: any;
|
|
2843
|
+
}[] | undefined;
|
|
2844
2844
|
progress?: number | undefined;
|
|
2845
2845
|
learningActivityOrders?: string[] | undefined;
|
|
2846
2846
|
referenceOrders?: string[] | undefined;
|
|
@@ -2848,15 +2848,15 @@ declare const FormSchema: {
|
|
|
2848
2848
|
}, {
|
|
2849
2849
|
type: import("./chapter").CHAPTER_TYPE;
|
|
2850
2850
|
remark: string;
|
|
2851
|
-
body?: {
|
|
2852
|
-
id: string;
|
|
2853
|
-
type: string;
|
|
2854
|
-
content?: any;
|
|
2855
|
-
}[] | undefined;
|
|
2856
2851
|
description?: string | undefined;
|
|
2857
2852
|
discussionLink?: string | undefined;
|
|
2858
2853
|
title?: string | undefined;
|
|
2859
2854
|
learningActivityDescription?: string | undefined;
|
|
2855
|
+
body?: {
|
|
2856
|
+
type: string;
|
|
2857
|
+
id: string;
|
|
2858
|
+
content?: any;
|
|
2859
|
+
}[] | undefined;
|
|
2860
2860
|
progress?: number | undefined;
|
|
2861
2861
|
learningActivityOrders?: string[] | undefined;
|
|
2862
2862
|
referenceOrders?: string[] | undefined;
|
|
@@ -2864,15 +2864,15 @@ declare const FormSchema: {
|
|
|
2864
2864
|
}>, {
|
|
2865
2865
|
type: import("./chapter").CHAPTER_TYPE;
|
|
2866
2866
|
remark: string;
|
|
2867
|
-
body?: {
|
|
2868
|
-
id: string;
|
|
2869
|
-
type: string;
|
|
2870
|
-
content?: any;
|
|
2871
|
-
}[] | undefined;
|
|
2872
2867
|
description?: string | undefined;
|
|
2873
2868
|
discussionLink?: string | undefined;
|
|
2874
2869
|
title?: string | undefined;
|
|
2875
2870
|
learningActivityDescription?: string | undefined;
|
|
2871
|
+
body?: {
|
|
2872
|
+
type: string;
|
|
2873
|
+
id: string;
|
|
2874
|
+
content?: any;
|
|
2875
|
+
}[] | undefined;
|
|
2876
2876
|
progress?: number | undefined;
|
|
2877
2877
|
learningActivityOrders?: string[] | undefined;
|
|
2878
2878
|
referenceOrders?: string[] | undefined;
|
|
@@ -2880,15 +2880,15 @@ declare const FormSchema: {
|
|
|
2880
2880
|
}, {
|
|
2881
2881
|
type: import("./chapter").CHAPTER_TYPE;
|
|
2882
2882
|
remark: string;
|
|
2883
|
-
body?: {
|
|
2884
|
-
id: string;
|
|
2885
|
-
type: string;
|
|
2886
|
-
content?: any;
|
|
2887
|
-
}[] | undefined;
|
|
2888
2883
|
description?: string | undefined;
|
|
2889
2884
|
discussionLink?: string | undefined;
|
|
2890
2885
|
title?: string | undefined;
|
|
2891
2886
|
learningActivityDescription?: string | undefined;
|
|
2887
|
+
body?: {
|
|
2888
|
+
type: string;
|
|
2889
|
+
id: string;
|
|
2890
|
+
content?: any;
|
|
2891
|
+
}[] | undefined;
|
|
2892
2892
|
progress?: number | undefined;
|
|
2893
2893
|
learningActivityOrders?: string[] | undefined;
|
|
2894
2894
|
referenceOrders?: string[] | undefined;
|
|
@@ -2910,25 +2910,25 @@ declare const FormSchema: {
|
|
|
2910
2910
|
title: z.ZodString;
|
|
2911
2911
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2912
2912
|
title: string;
|
|
2913
|
-
tags?: string[] | undefined;
|
|
2914
2913
|
description?: string | undefined;
|
|
2915
2914
|
videos?: string[] | undefined;
|
|
2916
2915
|
categories?: string[] | undefined;
|
|
2917
2916
|
duration?: number | undefined;
|
|
2918
2917
|
learningOutcomes?: string[] | undefined;
|
|
2919
2918
|
infographics?: string[] | undefined;
|
|
2919
|
+
tags?: string[] | undefined;
|
|
2920
2920
|
moduleOrders?: string[] | undefined;
|
|
2921
2921
|
chapters?: string[] | undefined;
|
|
2922
2922
|
learningActivities?: string[] | undefined;
|
|
2923
2923
|
}, {
|
|
2924
2924
|
title: string;
|
|
2925
|
-
tags?: string[] | undefined;
|
|
2926
2925
|
description?: string | undefined;
|
|
2927
2926
|
videos?: string[] | undefined;
|
|
2928
2927
|
categories?: string[] | undefined;
|
|
2929
2928
|
duration?: number | undefined;
|
|
2930
2929
|
learningOutcomes?: string[] | undefined;
|
|
2931
2930
|
infographics?: string[] | undefined;
|
|
2931
|
+
tags?: string[] | undefined;
|
|
2932
2932
|
moduleOrders?: string[] | undefined;
|
|
2933
2933
|
chapters?: string[] | undefined;
|
|
2934
2934
|
learningActivities?: string[] | undefined;
|
|
@@ -2948,49 +2948,49 @@ declare const FormSchema: {
|
|
|
2948
2948
|
title: z.ZodString;
|
|
2949
2949
|
}, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2950
2950
|
title: string;
|
|
2951
|
-
tags?: string[] | undefined;
|
|
2952
2951
|
description?: string | undefined;
|
|
2953
2952
|
videos?: string[] | undefined;
|
|
2954
2953
|
categories?: string[] | undefined;
|
|
2955
2954
|
duration?: number | undefined;
|
|
2956
2955
|
learningOutcomes?: string[] | undefined;
|
|
2957
2956
|
infographics?: string[] | undefined;
|
|
2957
|
+
tags?: string[] | undefined;
|
|
2958
2958
|
moduleOrders?: string[] | undefined;
|
|
2959
2959
|
chapters?: string[] | undefined;
|
|
2960
2960
|
learningActivities?: string[] | undefined;
|
|
2961
2961
|
}, {
|
|
2962
2962
|
title: string;
|
|
2963
|
-
tags?: string[] | undefined;
|
|
2964
2963
|
description?: string | undefined;
|
|
2965
2964
|
videos?: string[] | undefined;
|
|
2966
2965
|
categories?: string[] | undefined;
|
|
2967
2966
|
duration?: number | undefined;
|
|
2968
2967
|
learningOutcomes?: string[] | undefined;
|
|
2969
2968
|
infographics?: string[] | undefined;
|
|
2969
|
+
tags?: string[] | undefined;
|
|
2970
2970
|
moduleOrders?: string[] | undefined;
|
|
2971
2971
|
chapters?: string[] | undefined;
|
|
2972
2972
|
learningActivities?: string[] | undefined;
|
|
2973
2973
|
}>, {
|
|
2974
2974
|
title: string;
|
|
2975
|
-
tags?: string[] | undefined;
|
|
2976
2975
|
description?: string | undefined;
|
|
2977
2976
|
videos?: string[] | undefined;
|
|
2978
2977
|
categories?: string[] | undefined;
|
|
2979
2978
|
duration?: number | undefined;
|
|
2980
2979
|
learningOutcomes?: string[] | undefined;
|
|
2981
2980
|
infographics?: string[] | undefined;
|
|
2981
|
+
tags?: string[] | undefined;
|
|
2982
2982
|
moduleOrders?: string[] | undefined;
|
|
2983
2983
|
chapters?: string[] | undefined;
|
|
2984
2984
|
learningActivities?: string[] | undefined;
|
|
2985
2985
|
}, {
|
|
2986
2986
|
title: string;
|
|
2987
|
-
tags?: string[] | undefined;
|
|
2988
2987
|
description?: string | undefined;
|
|
2989
2988
|
videos?: string[] | undefined;
|
|
2990
2989
|
categories?: string[] | undefined;
|
|
2991
2990
|
duration?: number | undefined;
|
|
2992
2991
|
learningOutcomes?: string[] | undefined;
|
|
2993
2992
|
infographics?: string[] | undefined;
|
|
2993
|
+
tags?: string[] | undefined;
|
|
2994
2994
|
moduleOrders?: string[] | undefined;
|
|
2995
2995
|
chapters?: string[] | undefined;
|
|
2996
2996
|
learningActivities?: string[] | undefined;
|
|
@@ -3455,12 +3455,12 @@ declare const FormSchema: {
|
|
|
3455
3455
|
id: z.ZodString;
|
|
3456
3456
|
content: z.ZodAny;
|
|
3457
3457
|
}, "strip", z.ZodTypeAny, {
|
|
3458
|
-
id: string;
|
|
3459
3458
|
type: string;
|
|
3459
|
+
id: string;
|
|
3460
3460
|
content?: any;
|
|
3461
3461
|
}, {
|
|
3462
|
-
id: string;
|
|
3463
3462
|
type: string;
|
|
3463
|
+
id: string;
|
|
3464
3464
|
content?: any;
|
|
3465
3465
|
}>, "many">>>;
|
|
3466
3466
|
keyTakeaway: z.ZodOptional<z.ZodString>;
|
|
@@ -3474,8 +3474,8 @@ declare const FormSchema: {
|
|
|
3474
3474
|
categories?: string[] | undefined;
|
|
3475
3475
|
duration?: number | undefined;
|
|
3476
3476
|
additionalFiles?: {
|
|
3477
|
-
id: string;
|
|
3478
3477
|
type: string;
|
|
3478
|
+
id: string;
|
|
3479
3479
|
content?: any;
|
|
3480
3480
|
}[] | undefined;
|
|
3481
3481
|
keyTakeaway?: string | undefined;
|
|
@@ -3485,8 +3485,8 @@ declare const FormSchema: {
|
|
|
3485
3485
|
categories?: string[] | undefined;
|
|
3486
3486
|
duration?: number | undefined;
|
|
3487
3487
|
additionalFiles?: {
|
|
3488
|
-
id: string;
|
|
3489
3488
|
type: string;
|
|
3489
|
+
id: string;
|
|
3490
3490
|
content?: any;
|
|
3491
3491
|
}[] | undefined;
|
|
3492
3492
|
keyTakeaway?: string | undefined;
|
|
@@ -3498,12 +3498,12 @@ declare const FormSchema: {
|
|
|
3498
3498
|
id: z.ZodString;
|
|
3499
3499
|
content: z.ZodAny;
|
|
3500
3500
|
}, "strip", z.ZodTypeAny, {
|
|
3501
|
-
id: string;
|
|
3502
3501
|
type: string;
|
|
3502
|
+
id: string;
|
|
3503
3503
|
content?: any;
|
|
3504
3504
|
}, {
|
|
3505
|
-
id: string;
|
|
3506
3505
|
type: string;
|
|
3506
|
+
id: string;
|
|
3507
3507
|
content?: any;
|
|
3508
3508
|
}>, "many">>>;
|
|
3509
3509
|
keyTakeaway: z.ZodOptional<z.ZodString>;
|
|
@@ -3517,8 +3517,8 @@ declare const FormSchema: {
|
|
|
3517
3517
|
categories?: string[] | undefined;
|
|
3518
3518
|
duration?: number | undefined;
|
|
3519
3519
|
additionalFiles?: {
|
|
3520
|
-
id: string;
|
|
3521
3520
|
type: string;
|
|
3521
|
+
id: string;
|
|
3522
3522
|
content?: any;
|
|
3523
3523
|
}[] | undefined;
|
|
3524
3524
|
keyTakeaway?: string | undefined;
|
|
@@ -3528,8 +3528,8 @@ declare const FormSchema: {
|
|
|
3528
3528
|
categories?: string[] | undefined;
|
|
3529
3529
|
duration?: number | undefined;
|
|
3530
3530
|
additionalFiles?: {
|
|
3531
|
-
id: string;
|
|
3532
3531
|
type: string;
|
|
3532
|
+
id: string;
|
|
3533
3533
|
content?: any;
|
|
3534
3534
|
}[] | undefined;
|
|
3535
3535
|
keyTakeaway?: string | undefined;
|
|
@@ -3539,8 +3539,8 @@ declare const FormSchema: {
|
|
|
3539
3539
|
categories?: string[] | undefined;
|
|
3540
3540
|
duration?: number | undefined;
|
|
3541
3541
|
additionalFiles?: {
|
|
3542
|
-
id: string;
|
|
3543
3542
|
type: string;
|
|
3543
|
+
id: string;
|
|
3544
3544
|
content?: any;
|
|
3545
3545
|
}[] | undefined;
|
|
3546
3546
|
keyTakeaway?: string | undefined;
|
|
@@ -3550,8 +3550,8 @@ declare const FormSchema: {
|
|
|
3550
3550
|
categories?: string[] | undefined;
|
|
3551
3551
|
duration?: number | undefined;
|
|
3552
3552
|
additionalFiles?: {
|
|
3553
|
-
id: string;
|
|
3554
3553
|
type: string;
|
|
3554
|
+
id: string;
|
|
3555
3555
|
content?: any;
|
|
3556
3556
|
}[] | undefined;
|
|
3557
3557
|
keyTakeaway?: string | undefined;
|