@easyedu/js-lsm-api 1.93.0 → 1.95.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1247) hide show
  1. package/.openapi-generator/FILES +22 -364
  2. package/README.md +26 -267
  3. package/dist/apis/ContentLibraryQuizApi.d.ts +18 -0
  4. package/dist/apis/ContentLibraryQuizApi.js +49 -0
  5. package/dist/apis/CourseApi.d.ts +124 -16
  6. package/dist/apis/CourseApi.js +315 -23
  7. package/dist/apis/PlayerApi.d.ts +0 -166
  8. package/dist/apis/PlayerApi.js +0 -422
  9. package/dist/apis/ReportingApi.d.ts +18 -144
  10. package/dist/apis/ReportingApi.js +31 -362
  11. package/dist/apis/index.d.ts +0 -3
  12. package/dist/apis/index.js +0 -3
  13. package/dist/esm/apis/ContentLibraryQuizApi.d.ts +18 -0
  14. package/dist/esm/apis/ContentLibraryQuizApi.js +49 -0
  15. package/dist/esm/apis/CourseApi.d.ts +124 -16
  16. package/dist/esm/apis/CourseApi.js +315 -23
  17. package/dist/esm/apis/PlayerApi.d.ts +0 -166
  18. package/dist/esm/apis/PlayerApi.js +0 -422
  19. package/dist/esm/apis/ReportingApi.d.ts +18 -144
  20. package/dist/esm/apis/ReportingApi.js +31 -362
  21. package/dist/esm/apis/index.d.ts +0 -3
  22. package/dist/esm/apis/index.js +0 -3
  23. package/dist/esm/models/CertificateConfig.d.ts +2 -2
  24. package/dist/esm/models/CertificateConfig.js +2 -2
  25. package/dist/esm/models/EffectiveCertificateConfig.d.ts +1 -1
  26. package/dist/esm/models/EffectiveCertificateConfig.js +2 -2
  27. package/dist/esm/models/GetCourseExport.d.ts +6 -0
  28. package/dist/esm/models/GetCourseExport.js +2 -0
  29. package/dist/esm/models/GetCourseVersionItem.d.ts +13 -21
  30. package/dist/esm/models/GetCourseVersionItem.js +20 -19
  31. package/dist/esm/models/GetCourseVersionItemReporting.d.ts +100 -0
  32. package/dist/esm/models/GetCourseVersionItemReporting.js +90 -0
  33. package/dist/esm/models/GetCourseVersionModuleReporting.d.ts +99 -0
  34. package/dist/esm/models/GetCourseVersionModuleReporting.js +88 -0
  35. package/dist/esm/models/GetCourseVersionReporting.d.ts +93 -0
  36. package/dist/esm/models/GetCourseVersionReporting.js +84 -0
  37. package/dist/esm/models/GetLibraryQuizCriteriaPreview.d.ts +39 -0
  38. package/dist/esm/models/GetLibraryQuizCriteriaPreview.js +48 -0
  39. package/dist/esm/models/LibraryQuizCriteriaPreviewQuestion.d.ts +96 -0
  40. package/dist/esm/models/LibraryQuizCriteriaPreviewQuestion.js +89 -0
  41. package/dist/esm/models/LibraryQuizCriterionPreview.d.ts +63 -0
  42. package/dist/esm/models/LibraryQuizCriterionPreview.js +62 -0
  43. package/dist/esm/models/PostCertificateConfig.d.ts +1 -1
  44. package/dist/esm/models/PostCertificateConfig.js +2 -2
  45. package/dist/esm/models/PostCourseExport.d.ts +6 -0
  46. package/dist/esm/models/PostCourseExport.js +4 -0
  47. package/dist/esm/models/PostCourseResume.d.ts +38 -29
  48. package/dist/esm/models/PostCourseResume.js +36 -25
  49. package/dist/esm/models/PostCourseVersionItem.d.ts +8 -8
  50. package/dist/esm/models/PostCourseVersionItem.js +9 -11
  51. package/dist/esm/models/PostCourseVersionModule.d.ts +51 -0
  52. package/dist/esm/models/PostCourseVersionModule.js +50 -0
  53. package/dist/esm/models/PostCourseVersionModuleDuplicate.d.ts +38 -0
  54. package/dist/esm/models/PostCourseVersionModuleDuplicate.js +43 -0
  55. package/dist/esm/models/PutCertificateConfig.d.ts +1 -1
  56. package/dist/esm/models/PutCertificateConfig.js +2 -2
  57. package/dist/esm/models/PutCourseVersionItem.d.ts +14 -2
  58. package/dist/esm/models/PutCourseVersionItem.js +8 -4
  59. package/dist/esm/models/PutCourseVersionItemReorder.d.ts +32 -0
  60. package/dist/esm/models/PutCourseVersionItemReorder.js +43 -0
  61. package/dist/esm/models/PutCourseVersionModule.d.ts +51 -0
  62. package/dist/esm/models/PutCourseVersionModule.js +48 -0
  63. package/dist/esm/models/PutCourseVersionModuleReorder.d.ts +32 -0
  64. package/dist/esm/models/PutCourseVersionModuleReorder.js +43 -0
  65. package/dist/esm/models/index.d.ts +11 -179
  66. package/dist/esm/models/index.js +11 -179
  67. package/dist/models/CertificateConfig.d.ts +2 -2
  68. package/dist/models/CertificateConfig.js +2 -2
  69. package/dist/models/EffectiveCertificateConfig.d.ts +1 -1
  70. package/dist/models/EffectiveCertificateConfig.js +2 -2
  71. package/dist/models/GetCourseExport.d.ts +6 -0
  72. package/dist/models/GetCourseExport.js +2 -0
  73. package/dist/models/GetCourseVersionItem.d.ts +13 -21
  74. package/dist/models/GetCourseVersionItem.js +21 -20
  75. package/dist/models/GetCourseVersionItemReporting.d.ts +100 -0
  76. package/dist/models/GetCourseVersionItemReporting.js +98 -0
  77. package/dist/models/GetCourseVersionModuleReporting.d.ts +99 -0
  78. package/dist/models/GetCourseVersionModuleReporting.js +95 -0
  79. package/dist/models/GetCourseVersionReporting.d.ts +93 -0
  80. package/dist/models/GetCourseVersionReporting.js +91 -0
  81. package/dist/models/GetLibraryQuizCriteriaPreview.d.ts +39 -0
  82. package/dist/models/GetLibraryQuizCriteriaPreview.js +55 -0
  83. package/dist/models/LibraryQuizCriteriaPreviewQuestion.d.ts +96 -0
  84. package/dist/models/LibraryQuizCriteriaPreviewQuestion.js +97 -0
  85. package/dist/models/LibraryQuizCriterionPreview.d.ts +63 -0
  86. package/dist/models/LibraryQuizCriterionPreview.js +69 -0
  87. package/dist/models/PostCertificateConfig.d.ts +1 -1
  88. package/dist/models/PostCertificateConfig.js +2 -2
  89. package/dist/models/PostCourseExport.d.ts +6 -0
  90. package/dist/models/PostCourseExport.js +4 -0
  91. package/dist/models/PostCourseResume.d.ts +38 -29
  92. package/dist/models/PostCourseResume.js +37 -25
  93. package/dist/models/PostCourseVersionItem.d.ts +8 -8
  94. package/dist/models/PostCourseVersionItem.js +9 -11
  95. package/dist/models/PostCourseVersionModule.d.ts +51 -0
  96. package/dist/models/PostCourseVersionModule.js +57 -0
  97. package/dist/models/PostCourseVersionModuleDuplicate.d.ts +38 -0
  98. package/dist/models/PostCourseVersionModuleDuplicate.js +50 -0
  99. package/dist/models/PutCertificateConfig.d.ts +1 -1
  100. package/dist/models/PutCertificateConfig.js +2 -2
  101. package/dist/models/PutCourseVersionItem.d.ts +14 -2
  102. package/dist/models/PutCourseVersionItem.js +8 -4
  103. package/dist/models/PutCourseVersionItemReorder.d.ts +32 -0
  104. package/dist/models/PutCourseVersionItemReorder.js +50 -0
  105. package/dist/models/PutCourseVersionModule.d.ts +51 -0
  106. package/dist/models/PutCourseVersionModule.js +55 -0
  107. package/dist/models/PutCourseVersionModuleReorder.d.ts +32 -0
  108. package/dist/models/PutCourseVersionModuleReorder.js +50 -0
  109. package/dist/models/index.d.ts +11 -179
  110. package/dist/models/index.js +11 -179
  111. package/docs/CertificateConfig.md +2 -2
  112. package/docs/ContentLibraryQuizApi.md +73 -0
  113. package/docs/CourseApi.md +456 -20
  114. package/docs/EffectiveCertificateConfig.md +2 -2
  115. package/docs/GetCourseExport.md +2 -0
  116. package/docs/GetCourseVersionItem.md +10 -10
  117. package/docs/{GetModuleInstructorBasicReportingEngagement.md → GetCourseVersionItemReporting.md} +20 -8
  118. package/docs/GetCourseVersionModuleReporting.md +56 -0
  119. package/docs/GetCourseVersionReporting.md +54 -0
  120. package/docs/{PostQuizCriteria.md → GetLibraryQuizCriteriaPreview.md} +7 -7
  121. package/docs/{PostQuizCriteriaCriteriaInner.md → LibraryQuizCriteriaPreviewQuestion.md} +14 -13
  122. package/docs/LibraryQuizCriterionPreview.md +44 -0
  123. package/docs/PlayerApi.md +10 -762
  124. package/docs/PostCertificateConfig.md +2 -2
  125. package/docs/PostCourseExport.md +2 -0
  126. package/docs/PostCourseResume.md +15 -17
  127. package/docs/PostCourseVersionItem.md +8 -8
  128. package/docs/{PutModule.md → PostCourseVersionModule.md} +8 -6
  129. package/docs/{GetContentUpload.md → PostCourseVersionModuleDuplicate.md} +6 -8
  130. package/docs/PutCertificateConfig.md +2 -2
  131. package/docs/PutCourseVersionItem.md +8 -4
  132. package/docs/{Essay1.md → PutCourseVersionItemReorder.md} +6 -8
  133. package/docs/{PostModule.md → PutCourseVersionModule.md} +8 -6
  134. package/docs/{Essay.md → PutCourseVersionModuleReorder.md} +6 -8
  135. package/docs/ReportingApi.md +25 -554
  136. package/package.json +1 -1
  137. package/src/apis/ContentLibraryQuizApi.ts +74 -0
  138. package/src/apis/CourseApi.ts +466 -28
  139. package/src/apis/PlayerApi.ts +0 -537
  140. package/src/apis/ReportingApi.ts +43 -527
  141. package/src/apis/index.ts +0 -3
  142. package/src/models/CertificateConfig.ts +4 -4
  143. package/src/models/EffectiveCertificateConfig.ts +3 -3
  144. package/src/models/GetCourseExport.ts +8 -0
  145. package/src/models/GetCourseVersionItem.ts +28 -33
  146. package/src/models/GetCourseVersionItemReporting.ts +167 -0
  147. package/src/models/GetCourseVersionModuleReporting.ts +173 -0
  148. package/src/models/GetCourseVersionReporting.ts +164 -0
  149. package/src/models/GetLibraryQuizCriteriaPreview.ts +83 -0
  150. package/src/models/LibraryQuizCriteriaPreviewQuestion.ts +161 -0
  151. package/src/models/LibraryQuizCriterionPreview.ts +118 -0
  152. package/src/models/PostCertificateConfig.ts +3 -3
  153. package/src/models/PostCourseExport.ts +9 -0
  154. package/src/models/PostCourseResume.ts +61 -59
  155. package/src/models/PostCourseVersionItem.ts +17 -18
  156. package/src/models/PostCourseVersionModule.ts +98 -0
  157. package/src/models/PostCourseVersionModuleDuplicate.ts +73 -0
  158. package/src/models/PutCertificateConfig.ts +3 -3
  159. package/src/models/PutCourseVersionItem.ts +22 -6
  160. package/src/models/PutCourseVersionItemReorder.ts +66 -0
  161. package/src/models/PutCourseVersionModule.ts +97 -0
  162. package/src/models/PutCourseVersionModuleReorder.ts +66 -0
  163. package/src/models/index.ts +11 -179
  164. package/dist/apis/ContentApi.d.ts +0 -605
  165. package/dist/apis/ContentApi.js +0 -1484
  166. package/dist/apis/ModuleApi.d.ts +0 -140
  167. package/dist/apis/ModuleApi.js +0 -346
  168. package/dist/apis/QuizApi.d.ts +0 -493
  169. package/dist/apis/QuizApi.js +0 -1213
  170. package/dist/esm/apis/ContentApi.d.ts +0 -605
  171. package/dist/esm/apis/ContentApi.js +0 -1480
  172. package/dist/esm/apis/ModuleApi.d.ts +0 -140
  173. package/dist/esm/apis/ModuleApi.js +0 -342
  174. package/dist/esm/apis/QuizApi.d.ts +0 -493
  175. package/dist/esm/apis/QuizApi.js +0 -1209
  176. package/dist/esm/models/ContentAttemptItem.d.ts +0 -69
  177. package/dist/esm/models/ContentAttemptItem.js +0 -68
  178. package/dist/esm/models/ContentAttemptRollupScore.d.ts +0 -38
  179. package/dist/esm/models/ContentAttemptRollupScore.js +0 -47
  180. package/dist/esm/models/ContentAttemptScore.d.ts +0 -50
  181. package/dist/esm/models/ContentAttemptScore.js +0 -47
  182. package/dist/esm/models/ContentAttemptSettings.d.ts +0 -46
  183. package/dist/esm/models/ContentAttemptSettings.js +0 -54
  184. package/dist/esm/models/CriteriaBasedSelection.d.ts +0 -59
  185. package/dist/esm/models/CriteriaBasedSelection.js +0 -59
  186. package/dist/esm/models/CriteriaBasedSelectionCriteria.d.ts +0 -71
  187. package/dist/esm/models/CriteriaBasedSelectionCriteria.js +0 -66
  188. package/dist/esm/models/CriteriaBasedSelectionDistribution.d.ts +0 -42
  189. package/dist/esm/models/CriteriaBasedSelectionDistribution.js +0 -43
  190. package/dist/esm/models/Essay.d.ts +0 -45
  191. package/dist/esm/models/Essay.js +0 -53
  192. package/dist/esm/models/Essay1.d.ts +0 -45
  193. package/dist/esm/models/Essay1.js +0 -53
  194. package/dist/esm/models/FillInBlank.d.ts +0 -45
  195. package/dist/esm/models/FillInBlank.js +0 -53
  196. package/dist/esm/models/FillInBlank1.d.ts +0 -45
  197. package/dist/esm/models/FillInBlank1.js +0 -53
  198. package/dist/esm/models/GetContent.d.ts +0 -132
  199. package/dist/esm/models/GetContent.js +0 -94
  200. package/dist/esm/models/GetContentAttempts.d.ts +0 -90
  201. package/dist/esm/models/GetContentAttempts.js +0 -84
  202. package/dist/esm/models/GetContentContentData.d.ts +0 -24
  203. package/dist/esm/models/GetContentContentData.js +0 -58
  204. package/dist/esm/models/GetContentGradeDetail.d.ts +0 -118
  205. package/dist/esm/models/GetContentGradeDetail.js +0 -104
  206. package/dist/esm/models/GetContentGrades.d.ts +0 -57
  207. package/dist/esm/models/GetContentGrades.js +0 -60
  208. package/dist/esm/models/GetContentGradesItemsInner.d.ts +0 -109
  209. package/dist/esm/models/GetContentGradesItemsInner.js +0 -104
  210. package/dist/esm/models/GetContentGradesItemsInnerUser.d.ts +0 -44
  211. package/dist/esm/models/GetContentGradesItemsInnerUser.js +0 -51
  212. package/dist/esm/models/GetContentInstructorBasicReporting.d.ts +0 -47
  213. package/dist/esm/models/GetContentInstructorBasicReporting.js +0 -54
  214. package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.d.ts +0 -59
  215. package/dist/esm/models/GetContentInstructorBasicReportingContentInfo.js +0 -63
  216. package/dist/esm/models/GetContentInstructorBasicReportingEngagement.d.ts +0 -56
  217. package/dist/esm/models/GetContentInstructorBasicReportingEngagement.js +0 -59
  218. package/dist/esm/models/GetContentInstructorBasicReportingPerformance.d.ts +0 -38
  219. package/dist/esm/models/GetContentInstructorBasicReportingPerformance.js +0 -47
  220. package/dist/esm/models/GetContentList.d.ts +0 -57
  221. package/dist/esm/models/GetContentList.js +0 -60
  222. package/dist/esm/models/GetContentSession.d.ts +0 -74
  223. package/dist/esm/models/GetContentSession.js +0 -71
  224. package/dist/esm/models/GetContentSessionDetail.d.ts +0 -115
  225. package/dist/esm/models/GetContentSessionDetail.js +0 -104
  226. package/dist/esm/models/GetContentSessionDetailScormSessionDataInner.d.ts +0 -38
  227. package/dist/esm/models/GetContentSessionDetailScormSessionDataInner.js +0 -47
  228. package/dist/esm/models/GetContentSessionDetailUserData.d.ts +0 -38
  229. package/dist/esm/models/GetContentSessionDetailUserData.js +0 -47
  230. package/dist/esm/models/GetContentSessionList.d.ts +0 -57
  231. package/dist/esm/models/GetContentSessionList.js +0 -60
  232. package/dist/esm/models/GetContentSessionListItem.d.ts +0 -88
  233. package/dist/esm/models/GetContentSessionListItem.js +0 -81
  234. package/dist/esm/models/GetContentSessionListItemScormSessionData.d.ts +0 -32
  235. package/dist/esm/models/GetContentSessionListItemScormSessionData.js +0 -43
  236. package/dist/esm/models/GetContentUpload.d.ts +0 -44
  237. package/dist/esm/models/GetContentUpload.js +0 -51
  238. package/dist/esm/models/GetContentVersion.d.ts +0 -76
  239. package/dist/esm/models/GetContentVersion.js +0 -71
  240. package/dist/esm/models/GetContentVersionList.d.ts +0 -57
  241. package/dist/esm/models/GetContentVersionList.js +0 -60
  242. package/dist/esm/models/GetContentVersionListItemsInner.d.ts +0 -56
  243. package/dist/esm/models/GetContentVersionListItemsInner.js +0 -59
  244. package/dist/esm/models/GetContentVersionSandbox.d.ts +0 -32
  245. package/dist/esm/models/GetContentVersionSandbox.js +0 -43
  246. package/dist/esm/models/GetContentVersionScormData.d.ts +0 -32
  247. package/dist/esm/models/GetContentVersionScormData.js +0 -43
  248. package/dist/esm/models/GetCourseReportingBasic.d.ts +0 -44
  249. package/dist/esm/models/GetCourseReportingBasic.js +0 -51
  250. package/dist/esm/models/GetCourseStudentReporting.d.ts +0 -54
  251. package/dist/esm/models/GetCourseStudentReporting.js +0 -59
  252. package/dist/esm/models/GetCourseStudentReportingCourseInfo.d.ts +0 -32
  253. package/dist/esm/models/GetCourseStudentReportingCourseInfo.js +0 -43
  254. package/dist/esm/models/GetCourseStudentReportingEngagement.d.ts +0 -38
  255. package/dist/esm/models/GetCourseStudentReportingEngagement.js +0 -47
  256. package/dist/esm/models/GetCourseStudentReportingModulesInner.d.ts +0 -71
  257. package/dist/esm/models/GetCourseStudentReportingModulesInner.js +0 -71
  258. package/dist/esm/models/GetCourseStudentReportingPerformance.d.ts +0 -32
  259. package/dist/esm/models/GetCourseStudentReportingPerformance.js +0 -43
  260. package/dist/esm/models/GetManualQuestionSelectionItem.d.ts +0 -75
  261. package/dist/esm/models/GetManualQuestionSelectionItem.js +0 -72
  262. package/dist/esm/models/GetManualQuestionSelectionList.d.ts +0 -63
  263. package/dist/esm/models/GetManualQuestionSelectionList.js +0 -64
  264. package/dist/esm/models/GetModule.d.ts +0 -62
  265. package/dist/esm/models/GetModule.js +0 -62
  266. package/dist/esm/models/GetModuleInstructorBasicReporting.d.ts +0 -47
  267. package/dist/esm/models/GetModuleInstructorBasicReporting.js +0 -54
  268. package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.d.ts +0 -56
  269. package/dist/esm/models/GetModuleInstructorBasicReportingEngagement.js +0 -59
  270. package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +0 -32
  271. package/dist/esm/models/GetModuleInstructorBasicReportingModuleInfo.js +0 -43
  272. package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.d.ts +0 -32
  273. package/dist/esm/models/GetModuleInstructorBasicReportingPerformance.js +0 -43
  274. package/dist/esm/models/GetModuleList.d.ts +0 -57
  275. package/dist/esm/models/GetModuleList.js +0 -60
  276. package/dist/esm/models/GetModuleStudentReporting.d.ts +0 -54
  277. package/dist/esm/models/GetModuleStudentReporting.js +0 -59
  278. package/dist/esm/models/GetModuleStudentReportingAccess.d.ts +0 -38
  279. package/dist/esm/models/GetModuleStudentReportingAccess.js +0 -47
  280. package/dist/esm/models/GetModuleStudentReportingContentsInner.d.ts +0 -101
  281. package/dist/esm/models/GetModuleStudentReportingContentsInner.js +0 -91
  282. package/dist/esm/models/GetModuleStudentReportingProgress.d.ts +0 -38
  283. package/dist/esm/models/GetModuleStudentReportingProgress.js +0 -47
  284. package/dist/esm/models/GetPortalBasicReporting.d.ts +0 -40
  285. package/dist/esm/models/GetPortalBasicReporting.js +0 -49
  286. package/dist/esm/models/GetPortalBasicReportingCertificates.d.ts +0 -32
  287. package/dist/esm/models/GetPortalBasicReportingCertificates.js +0 -43
  288. package/dist/esm/models/GetPortalBasicReportingPortalInfo.d.ts +0 -44
  289. package/dist/esm/models/GetPortalBasicReportingPortalInfo.js +0 -51
  290. package/dist/esm/models/GetPortalStudentReporting.d.ts +0 -40
  291. package/dist/esm/models/GetPortalStudentReporting.js +0 -49
  292. package/dist/esm/models/GetPortalStudentReportingCertificates.d.ts +0 -32
  293. package/dist/esm/models/GetPortalStudentReportingCertificates.js +0 -43
  294. package/dist/esm/models/GetPortalStudentReportingPortalInfo.d.ts +0 -44
  295. package/dist/esm/models/GetPortalStudentReportingPortalInfo.js +0 -51
  296. package/dist/esm/models/GetQuiz.d.ts +0 -143
  297. package/dist/esm/models/GetQuiz.js +0 -99
  298. package/dist/esm/models/GetQuizAttempt.d.ts +0 -47
  299. package/dist/esm/models/GetQuizAttempt.js +0 -54
  300. package/dist/esm/models/GetQuizAttemptAnalytics.d.ts +0 -72
  301. package/dist/esm/models/GetQuizAttemptAnalytics.js +0 -71
  302. package/dist/esm/models/GetQuizAttemptAnalyticsBasicInfo.d.ts +0 -84
  303. package/dist/esm/models/GetQuizAttemptAnalyticsBasicInfo.js +0 -76
  304. package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdown.d.ts +0 -47
  305. package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdown.js +0 -54
  306. package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.d.ts +0 -71
  307. package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.js +0 -71
  308. package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.d.ts +0 -74
  309. package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.js +0 -74
  310. package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.d.ts +0 -62
  311. package/dist/esm/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.js +0 -63
  312. package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.d.ts +0 -127
  313. package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.js +0 -104
  314. package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.d.ts +0 -44
  315. package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.js +0 -45
  316. package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.d.ts +0 -44
  317. package/dist/esm/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.js +0 -45
  318. package/dist/esm/models/GetQuizAttemptAnalyticsScoring.d.ts +0 -74
  319. package/dist/esm/models/GetQuizAttemptAnalyticsScoring.js +0 -63
  320. package/dist/esm/models/GetQuizAttemptAttempt.d.ts +0 -120
  321. package/dist/esm/models/GetQuizAttemptAttempt.js +0 -98
  322. package/dist/esm/models/GetQuizAttemptList.d.ts +0 -71
  323. package/dist/esm/models/GetQuizAttemptList.js +0 -68
  324. package/dist/esm/models/GetQuizAttemptListAllOfAttempts.d.ts +0 -144
  325. package/dist/esm/models/GetQuizAttemptListAllOfAttempts.js +0 -108
  326. package/dist/esm/models/GetQuizAttemptListAllOfFilters.d.ts +0 -73
  327. package/dist/esm/models/GetQuizAttemptListAllOfFilters.js +0 -61
  328. package/dist/esm/models/GetQuizAttemptListAllOfFiltersDateRange.d.ts +0 -38
  329. package/dist/esm/models/GetQuizAttemptListAllOfFiltersDateRange.js +0 -43
  330. package/dist/esm/models/GetQuizAttemptListAllOfSummary.d.ts +0 -62
  331. package/dist/esm/models/GetQuizAttemptListAllOfSummary.js +0 -57
  332. package/dist/esm/models/GetQuizAttemptQuestionsInner.d.ts +0 -107
  333. package/dist/esm/models/GetQuizAttemptQuestionsInner.js +0 -89
  334. package/dist/esm/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.d.ts +0 -51
  335. package/dist/esm/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.js +0 -54
  336. package/dist/esm/models/GetQuizAttemptQuestionsInnerCurrentAnswer.d.ts +0 -50
  337. package/dist/esm/models/GetQuizAttemptQuestionsInnerCurrentAnswer.js +0 -47
  338. package/dist/esm/models/GetQuizAttemptQuizSettings.d.ts +0 -62
  339. package/dist/esm/models/GetQuizAttemptQuizSettings.js +0 -57
  340. package/dist/esm/models/GetQuizCriteria.d.ts +0 -46
  341. package/dist/esm/models/GetQuizCriteria.js +0 -53
  342. package/dist/esm/models/GetQuizCriteriaEstimatedQuestions.d.ts +0 -44
  343. package/dist/esm/models/GetQuizCriteriaEstimatedQuestions.js +0 -51
  344. package/dist/esm/models/GetQuizCriteriaItem.d.ts +0 -119
  345. package/dist/esm/models/GetQuizCriteriaItem.js +0 -94
  346. package/dist/esm/models/GetQuizCriteriaList.d.ts +0 -57
  347. package/dist/esm/models/GetQuizCriteriaList.js +0 -60
  348. package/dist/esm/models/GetQuizCriteriaListItemsInner.d.ts +0 -119
  349. package/dist/esm/models/GetQuizCriteriaListItemsInner.js +0 -94
  350. package/dist/esm/models/GetQuizList.d.ts +0 -64
  351. package/dist/esm/models/GetQuizList.js +0 -63
  352. package/dist/esm/models/GetQuizListAllOfFilters.d.ts +0 -64
  353. package/dist/esm/models/GetQuizListAllOfFilters.js +0 -56
  354. package/dist/esm/models/GetQuizListAllOfQuizzes.d.ts +0 -131
  355. package/dist/esm/models/GetQuizListAllOfQuizzes.js +0 -97
  356. package/dist/esm/models/GetQuizListAllOfStatistics.d.ts +0 -56
  357. package/dist/esm/models/GetQuizListAllOfStatistics.js +0 -49
  358. package/dist/esm/models/GetQuizQuestions.d.ts +0 -83
  359. package/dist/esm/models/GetQuizQuestions.js +0 -79
  360. package/dist/esm/models/GetQuizQuestionsItemsInner.d.ts +0 -75
  361. package/dist/esm/models/GetQuizQuestionsItemsInner.js +0 -72
  362. package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetails.d.ts +0 -102
  363. package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetails.js +0 -85
  364. package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.d.ts +0 -56
  365. package/dist/esm/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.js +0 -59
  366. package/dist/esm/models/GetQuizResults.d.ts +0 -100
  367. package/dist/esm/models/GetQuizResults.js +0 -90
  368. package/dist/esm/models/GetQuizResultsFeedback.d.ts +0 -46
  369. package/dist/esm/models/GetQuizResultsFeedback.js +0 -47
  370. package/dist/esm/models/GetQuizResultsFeedbackDifficultyPerformanceInner.d.ts +0 -59
  371. package/dist/esm/models/GetQuizResultsFeedbackDifficultyPerformanceInner.js +0 -63
  372. package/dist/esm/models/GetQuizResultsFeedbackTopicPerformanceInner.d.ts +0 -50
  373. package/dist/esm/models/GetQuizResultsFeedbackTopicPerformanceInner.js +0 -55
  374. package/dist/esm/models/GetQuizResultsQuestionsInner.d.ts +0 -107
  375. package/dist/esm/models/GetQuizResultsQuestionsInner.js +0 -85
  376. package/dist/esm/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.d.ts +0 -57
  377. package/dist/esm/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.js +0 -58
  378. package/dist/esm/models/GetQuizResultsQuestionsInnerStudentAnswer.d.ts +0 -56
  379. package/dist/esm/models/GetQuizResultsQuestionsInnerStudentAnswer.js +0 -49
  380. package/dist/esm/models/GetQuizResultsScore.d.ts +0 -50
  381. package/dist/esm/models/GetQuizResultsScore.js +0 -47
  382. package/dist/esm/models/GetQuizResultsTiming.d.ts +0 -56
  383. package/dist/esm/models/GetQuizResultsTiming.js +0 -49
  384. package/dist/esm/models/GetQuizStatistics.d.ts +0 -56
  385. package/dist/esm/models/GetQuizStatistics.js +0 -49
  386. package/dist/esm/models/GetScormApiLogItem.d.ts +0 -73
  387. package/dist/esm/models/GetScormApiLogItem.js +0 -73
  388. package/dist/esm/models/GetScormApiLogs.d.ts +0 -57
  389. package/dist/esm/models/GetScormApiLogs.js +0 -60
  390. package/dist/esm/models/GetScormPackage.d.ts +0 -39
  391. package/dist/esm/models/GetScormPackage.js +0 -48
  392. package/dist/esm/models/GetScormPackagePackageInfo.d.ts +0 -104
  393. package/dist/esm/models/GetScormPackagePackageInfo.js +0 -81
  394. package/dist/esm/models/GetScormSessionData.d.ts +0 -59
  395. package/dist/esm/models/GetScormSessionData.js +0 -60
  396. package/dist/esm/models/GetScormSessionDataActivity.d.ts +0 -38
  397. package/dist/esm/models/GetScormSessionDataActivity.js +0 -47
  398. package/dist/esm/models/GetUserQuizAttempts.d.ts +0 -71
  399. package/dist/esm/models/GetUserQuizAttempts.js +0 -68
  400. package/dist/esm/models/GetUserQuizAttemptsAllOfAttempts.d.ts +0 -150
  401. package/dist/esm/models/GetUserQuizAttemptsAllOfAttempts.js +0 -108
  402. package/dist/esm/models/GetUserQuizAttemptsAllOfFilters.d.ts +0 -79
  403. package/dist/esm/models/GetUserQuizAttemptsAllOfFilters.js +0 -63
  404. package/dist/esm/models/GetUserQuizAttemptsAllOfSummary.d.ts +0 -68
  405. package/dist/esm/models/GetUserQuizAttemptsAllOfSummary.js +0 -63
  406. package/dist/esm/models/ManualSelection.d.ts +0 -45
  407. package/dist/esm/models/ManualSelection.js +0 -53
  408. package/dist/esm/models/Matching.d.ts +0 -46
  409. package/dist/esm/models/Matching.js +0 -54
  410. package/dist/esm/models/Matching1.d.ts +0 -46
  411. package/dist/esm/models/Matching1.js +0 -54
  412. package/dist/esm/models/Matching1PairsInner.d.ts +0 -38
  413. package/dist/esm/models/Matching1PairsInner.js +0 -47
  414. package/dist/esm/models/MatchingPairsInner.d.ts +0 -38
  415. package/dist/esm/models/MatchingPairsInner.js +0 -47
  416. package/dist/esm/models/MediaContent.d.ts +0 -44
  417. package/dist/esm/models/MediaContent.js +0 -47
  418. package/dist/esm/models/MultipleAnswer.d.ts +0 -45
  419. package/dist/esm/models/MultipleAnswer.js +0 -53
  420. package/dist/esm/models/MultipleAnswer1.d.ts +0 -45
  421. package/dist/esm/models/MultipleAnswer1.js +0 -53
  422. package/dist/esm/models/NoAnswer.d.ts +0 -39
  423. package/dist/esm/models/NoAnswer.js +0 -49
  424. package/dist/esm/models/PostContentQuiz.d.ts +0 -65
  425. package/dist/esm/models/PostContentQuiz.js +0 -60
  426. package/dist/esm/models/PostContentQuizAssignment.d.ts +0 -50
  427. package/dist/esm/models/PostContentQuizAssignment.js +0 -47
  428. package/dist/esm/models/PostContentQuizQuestionSelection.d.ts +0 -23
  429. package/dist/esm/models/PostContentQuizQuestionSelection.js +0 -51
  430. package/dist/esm/models/PostContentQuizSettings.d.ts +0 -80
  431. package/dist/esm/models/PostContentQuizSettings.js +0 -57
  432. package/dist/esm/models/PostContentSession.d.ts +0 -75
  433. package/dist/esm/models/PostContentSession.js +0 -70
  434. package/dist/esm/models/PostContentUpload.d.ts +0 -61
  435. package/dist/esm/models/PostContentUpload.js +0 -65
  436. package/dist/esm/models/PostDuplicate1.d.ts +0 -32
  437. package/dist/esm/models/PostDuplicate1.js +0 -41
  438. package/dist/esm/models/PostDuplicate2.d.ts +0 -32
  439. package/dist/esm/models/PostDuplicate2.js +0 -41
  440. package/dist/esm/models/PostManualQuestionSelection.d.ts +0 -50
  441. package/dist/esm/models/PostManualQuestionSelection.js +0 -49
  442. package/dist/esm/models/PostModule.d.ts +0 -44
  443. package/dist/esm/models/PostModule.js +0 -49
  444. package/dist/esm/models/PostQuiz.d.ts +0 -113
  445. package/dist/esm/models/PostQuiz.js +0 -77
  446. package/dist/esm/models/PostQuizAttempt.d.ts +0 -47
  447. package/dist/esm/models/PostQuizAttempt.js +0 -54
  448. package/dist/esm/models/PostQuizAttemptAttempt.d.ts +0 -99
  449. package/dist/esm/models/PostQuizAttemptAttempt.js +0 -87
  450. package/dist/esm/models/PostQuizAttemptQuestionsInner.d.ts +0 -94
  451. package/dist/esm/models/PostQuizAttemptQuestionsInner.js +0 -84
  452. package/dist/esm/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.d.ts +0 -51
  453. package/dist/esm/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.js +0 -54
  454. package/dist/esm/models/PostQuizAttemptQuizSettings.d.ts +0 -62
  455. package/dist/esm/models/PostQuizAttemptQuizSettings.js +0 -55
  456. package/dist/esm/models/PostQuizAttemptSubmit.d.ts +0 -54
  457. package/dist/esm/models/PostQuizAttemptSubmit.js +0 -60
  458. package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInner.d.ts +0 -39
  459. package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInner.js +0 -48
  460. package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.d.ts +0 -28
  461. package/dist/esm/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.js +0 -86
  462. package/dist/esm/models/PostQuizCriteria.d.ts +0 -39
  463. package/dist/esm/models/PostQuizCriteria.js +0 -46
  464. package/dist/esm/models/PostQuizCriteriaCriteriaInner.d.ts +0 -89
  465. package/dist/esm/models/PostQuizCriteriaCriteriaInner.js +0 -72
  466. package/dist/esm/models/PostQuizQuestions.d.ts +0 -39
  467. package/dist/esm/models/PostQuizQuestions.js +0 -46
  468. package/dist/esm/models/PostQuizQuestionsQuestionsInner.d.ts +0 -50
  469. package/dist/esm/models/PostQuizQuestionsQuestionsInner.js +0 -49
  470. package/dist/esm/models/PostQuizSettings.d.ts +0 -50
  471. package/dist/esm/models/PostQuizSettings.js +0 -47
  472. package/dist/esm/models/PostVerifyManifest.d.ts +0 -106
  473. package/dist/esm/models/PostVerifyManifest.js +0 -73
  474. package/dist/esm/models/PostVerifyManifestItemsInner.d.ts +0 -74
  475. package/dist/esm/models/PostVerifyManifestItemsInner.js +0 -55
  476. package/dist/esm/models/PostVerifyManifestResourcesInner.d.ts +0 -56
  477. package/dist/esm/models/PostVerifyManifestResourcesInner.js +0 -49
  478. package/dist/esm/models/PutContent.d.ts +0 -52
  479. package/dist/esm/models/PutContent.js +0 -49
  480. package/dist/esm/models/PutContentAttemptSettings.d.ts +0 -46
  481. package/dist/esm/models/PutContentAttemptSettings.js +0 -50
  482. package/dist/esm/models/PutContentReorder.d.ts +0 -32
  483. package/dist/esm/models/PutContentReorder.js +0 -43
  484. package/dist/esm/models/PutContentVersion.d.ts +0 -32
  485. package/dist/esm/models/PutContentVersion.js +0 -43
  486. package/dist/esm/models/PutModule.d.ts +0 -44
  487. package/dist/esm/models/PutModule.js +0 -45
  488. package/dist/esm/models/PutModuleReorder.d.ts +0 -32
  489. package/dist/esm/models/PutModuleReorder.js +0 -43
  490. package/dist/esm/models/PutQuiz.d.ts +0 -107
  491. package/dist/esm/models/PutQuiz.js +0 -71
  492. package/dist/esm/models/PutQuizAnswer.d.ts +0 -39
  493. package/dist/esm/models/PutQuizAnswer.js +0 -46
  494. package/dist/esm/models/PutQuizAnswerAnswer.d.ts +0 -27
  495. package/dist/esm/models/PutQuizAnswerAnswer.js +0 -79
  496. package/dist/esm/models/PutQuizAnswerGrade.d.ts +0 -38
  497. package/dist/esm/models/PutQuizAnswerGrade.js +0 -45
  498. package/dist/esm/models/PutQuizAnswerResponse.d.ts +0 -77
  499. package/dist/esm/models/PutQuizAnswerResponse.js +0 -64
  500. package/dist/esm/models/PutQuizAnswerResponseNextQuestion.d.ts +0 -102
  501. package/dist/esm/models/PutQuizAnswerResponseNextQuestion.js +0 -88
  502. package/dist/esm/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.d.ts +0 -51
  503. package/dist/esm/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.js +0 -54
  504. package/dist/esm/models/PutQuizAnswerResponseProgress.d.ts +0 -50
  505. package/dist/esm/models/PutQuizAnswerResponseProgress.js +0 -55
  506. package/dist/esm/models/PutQuizSettings.d.ts +0 -50
  507. package/dist/esm/models/PutQuizSettings.js +0 -47
  508. package/dist/esm/models/QuizContent.d.ts +0 -60
  509. package/dist/esm/models/QuizContent.js +0 -62
  510. package/dist/esm/models/QuizContentAssignment.d.ts +0 -44
  511. package/dist/esm/models/QuizContentAssignment.js +0 -45
  512. package/dist/esm/models/QuizContentSettings.d.ts +0 -56
  513. package/dist/esm/models/QuizContentSettings.js +0 -49
  514. package/dist/esm/models/SCORMContent.d.ts +0 -44
  515. package/dist/esm/models/SCORMContent.js +0 -47
  516. package/dist/esm/models/ScormSessionData.d.ts +0 -61
  517. package/dist/esm/models/ScormSessionData.js +0 -54
  518. package/dist/esm/models/ScormSessionDataProgress.d.ts +0 -38
  519. package/dist/esm/models/ScormSessionDataProgress.js +0 -43
  520. package/dist/esm/models/ScormSessionDataScore.d.ts +0 -50
  521. package/dist/esm/models/ScormSessionDataScore.js +0 -47
  522. package/dist/esm/models/ScormSessionDataSession.d.ts +0 -32
  523. package/dist/esm/models/ScormSessionDataSession.js +0 -41
  524. package/dist/esm/models/ScormSessionDataStatus.d.ts +0 -50
  525. package/dist/esm/models/ScormSessionDataStatus.js +0 -47
  526. package/dist/esm/models/ScormSessionDataTime.d.ts +0 -50
  527. package/dist/esm/models/ScormSessionDataTime.js +0 -47
  528. package/dist/esm/models/ShortAnswer.d.ts +0 -45
  529. package/dist/esm/models/ShortAnswer.js +0 -53
  530. package/dist/esm/models/ShortAnswer1.d.ts +0 -45
  531. package/dist/esm/models/ShortAnswer1.js +0 -53
  532. package/dist/esm/models/SingleAnswer.d.ts +0 -45
  533. package/dist/esm/models/SingleAnswer.js +0 -53
  534. package/dist/models/ContentAttemptItem.d.ts +0 -69
  535. package/dist/models/ContentAttemptItem.js +0 -75
  536. package/dist/models/ContentAttemptRollupScore.d.ts +0 -38
  537. package/dist/models/ContentAttemptRollupScore.js +0 -54
  538. package/dist/models/ContentAttemptScore.d.ts +0 -50
  539. package/dist/models/ContentAttemptScore.js +0 -54
  540. package/dist/models/ContentAttemptSettings.d.ts +0 -46
  541. package/dist/models/ContentAttemptSettings.js +0 -62
  542. package/dist/models/CriteriaBasedSelection.d.ts +0 -59
  543. package/dist/models/CriteriaBasedSelection.js +0 -67
  544. package/dist/models/CriteriaBasedSelectionCriteria.d.ts +0 -71
  545. package/dist/models/CriteriaBasedSelectionCriteria.js +0 -74
  546. package/dist/models/CriteriaBasedSelectionDistribution.d.ts +0 -42
  547. package/dist/models/CriteriaBasedSelectionDistribution.js +0 -50
  548. package/dist/models/Essay.d.ts +0 -45
  549. package/dist/models/Essay.js +0 -61
  550. package/dist/models/Essay1.d.ts +0 -45
  551. package/dist/models/Essay1.js +0 -61
  552. package/dist/models/FillInBlank.d.ts +0 -45
  553. package/dist/models/FillInBlank.js +0 -61
  554. package/dist/models/FillInBlank1.d.ts +0 -45
  555. package/dist/models/FillInBlank1.js +0 -61
  556. package/dist/models/GetContent.d.ts +0 -132
  557. package/dist/models/GetContent.js +0 -102
  558. package/dist/models/GetContentAttempts.d.ts +0 -90
  559. package/dist/models/GetContentAttempts.js +0 -92
  560. package/dist/models/GetContentContentData.d.ts +0 -24
  561. package/dist/models/GetContentContentData.js +0 -64
  562. package/dist/models/GetContentGradeDetail.d.ts +0 -118
  563. package/dist/models/GetContentGradeDetail.js +0 -112
  564. package/dist/models/GetContentGrades.d.ts +0 -57
  565. package/dist/models/GetContentGrades.js +0 -67
  566. package/dist/models/GetContentGradesItemsInner.d.ts +0 -109
  567. package/dist/models/GetContentGradesItemsInner.js +0 -112
  568. package/dist/models/GetContentGradesItemsInnerUser.d.ts +0 -44
  569. package/dist/models/GetContentGradesItemsInnerUser.js +0 -58
  570. package/dist/models/GetContentInstructorBasicReporting.d.ts +0 -47
  571. package/dist/models/GetContentInstructorBasicReporting.js +0 -61
  572. package/dist/models/GetContentInstructorBasicReportingContentInfo.d.ts +0 -59
  573. package/dist/models/GetContentInstructorBasicReportingContentInfo.js +0 -71
  574. package/dist/models/GetContentInstructorBasicReportingEngagement.d.ts +0 -56
  575. package/dist/models/GetContentInstructorBasicReportingEngagement.js +0 -66
  576. package/dist/models/GetContentInstructorBasicReportingPerformance.d.ts +0 -38
  577. package/dist/models/GetContentInstructorBasicReportingPerformance.js +0 -54
  578. package/dist/models/GetContentList.d.ts +0 -57
  579. package/dist/models/GetContentList.js +0 -67
  580. package/dist/models/GetContentSession.d.ts +0 -74
  581. package/dist/models/GetContentSession.js +0 -78
  582. package/dist/models/GetContentSessionDetail.d.ts +0 -115
  583. package/dist/models/GetContentSessionDetail.js +0 -112
  584. package/dist/models/GetContentSessionDetailScormSessionDataInner.d.ts +0 -38
  585. package/dist/models/GetContentSessionDetailScormSessionDataInner.js +0 -54
  586. package/dist/models/GetContentSessionDetailUserData.d.ts +0 -38
  587. package/dist/models/GetContentSessionDetailUserData.js +0 -54
  588. package/dist/models/GetContentSessionList.d.ts +0 -57
  589. package/dist/models/GetContentSessionList.js +0 -67
  590. package/dist/models/GetContentSessionListItem.d.ts +0 -88
  591. package/dist/models/GetContentSessionListItem.js +0 -88
  592. package/dist/models/GetContentSessionListItemScormSessionData.d.ts +0 -32
  593. package/dist/models/GetContentSessionListItemScormSessionData.js +0 -50
  594. package/dist/models/GetContentUpload.d.ts +0 -44
  595. package/dist/models/GetContentUpload.js +0 -58
  596. package/dist/models/GetContentVersion.d.ts +0 -76
  597. package/dist/models/GetContentVersion.js +0 -78
  598. package/dist/models/GetContentVersionList.d.ts +0 -57
  599. package/dist/models/GetContentVersionList.js +0 -67
  600. package/dist/models/GetContentVersionListItemsInner.d.ts +0 -56
  601. package/dist/models/GetContentVersionListItemsInner.js +0 -66
  602. package/dist/models/GetContentVersionSandbox.d.ts +0 -32
  603. package/dist/models/GetContentVersionSandbox.js +0 -50
  604. package/dist/models/GetContentVersionScormData.d.ts +0 -32
  605. package/dist/models/GetContentVersionScormData.js +0 -50
  606. package/dist/models/GetCourseReportingBasic.d.ts +0 -44
  607. package/dist/models/GetCourseReportingBasic.js +0 -58
  608. package/dist/models/GetCourseStudentReporting.d.ts +0 -54
  609. package/dist/models/GetCourseStudentReporting.js +0 -66
  610. package/dist/models/GetCourseStudentReportingCourseInfo.d.ts +0 -32
  611. package/dist/models/GetCourseStudentReportingCourseInfo.js +0 -50
  612. package/dist/models/GetCourseStudentReportingEngagement.d.ts +0 -38
  613. package/dist/models/GetCourseStudentReportingEngagement.js +0 -54
  614. package/dist/models/GetCourseStudentReportingModulesInner.d.ts +0 -71
  615. package/dist/models/GetCourseStudentReportingModulesInner.js +0 -79
  616. package/dist/models/GetCourseStudentReportingPerformance.d.ts +0 -32
  617. package/dist/models/GetCourseStudentReportingPerformance.js +0 -50
  618. package/dist/models/GetManualQuestionSelectionItem.d.ts +0 -75
  619. package/dist/models/GetManualQuestionSelectionItem.js +0 -79
  620. package/dist/models/GetManualQuestionSelectionList.d.ts +0 -63
  621. package/dist/models/GetManualQuestionSelectionList.js +0 -71
  622. package/dist/models/GetModule.d.ts +0 -62
  623. package/dist/models/GetModule.js +0 -69
  624. package/dist/models/GetModuleInstructorBasicReporting.d.ts +0 -47
  625. package/dist/models/GetModuleInstructorBasicReporting.js +0 -61
  626. package/dist/models/GetModuleInstructorBasicReportingEngagement.d.ts +0 -56
  627. package/dist/models/GetModuleInstructorBasicReportingEngagement.js +0 -66
  628. package/dist/models/GetModuleInstructorBasicReportingModuleInfo.d.ts +0 -32
  629. package/dist/models/GetModuleInstructorBasicReportingModuleInfo.js +0 -50
  630. package/dist/models/GetModuleInstructorBasicReportingPerformance.d.ts +0 -32
  631. package/dist/models/GetModuleInstructorBasicReportingPerformance.js +0 -50
  632. package/dist/models/GetModuleList.d.ts +0 -57
  633. package/dist/models/GetModuleList.js +0 -67
  634. package/dist/models/GetModuleStudentReporting.d.ts +0 -54
  635. package/dist/models/GetModuleStudentReporting.js +0 -66
  636. package/dist/models/GetModuleStudentReportingAccess.d.ts +0 -38
  637. package/dist/models/GetModuleStudentReportingAccess.js +0 -54
  638. package/dist/models/GetModuleStudentReportingContentsInner.d.ts +0 -101
  639. package/dist/models/GetModuleStudentReportingContentsInner.js +0 -99
  640. package/dist/models/GetModuleStudentReportingProgress.d.ts +0 -38
  641. package/dist/models/GetModuleStudentReportingProgress.js +0 -54
  642. package/dist/models/GetPortalBasicReporting.d.ts +0 -40
  643. package/dist/models/GetPortalBasicReporting.js +0 -56
  644. package/dist/models/GetPortalBasicReportingCertificates.d.ts +0 -32
  645. package/dist/models/GetPortalBasicReportingCertificates.js +0 -50
  646. package/dist/models/GetPortalBasicReportingPortalInfo.d.ts +0 -44
  647. package/dist/models/GetPortalBasicReportingPortalInfo.js +0 -58
  648. package/dist/models/GetPortalStudentReporting.d.ts +0 -40
  649. package/dist/models/GetPortalStudentReporting.js +0 -56
  650. package/dist/models/GetPortalStudentReportingCertificates.d.ts +0 -32
  651. package/dist/models/GetPortalStudentReportingCertificates.js +0 -50
  652. package/dist/models/GetPortalStudentReportingPortalInfo.d.ts +0 -44
  653. package/dist/models/GetPortalStudentReportingPortalInfo.js +0 -58
  654. package/dist/models/GetQuiz.d.ts +0 -143
  655. package/dist/models/GetQuiz.js +0 -107
  656. package/dist/models/GetQuizAttempt.d.ts +0 -47
  657. package/dist/models/GetQuizAttempt.js +0 -61
  658. package/dist/models/GetQuizAttemptAnalytics.d.ts +0 -72
  659. package/dist/models/GetQuizAttemptAnalytics.js +0 -78
  660. package/dist/models/GetQuizAttemptAnalyticsBasicInfo.d.ts +0 -84
  661. package/dist/models/GetQuizAttemptAnalyticsBasicInfo.js +0 -84
  662. package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdown.d.ts +0 -47
  663. package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdown.js +0 -61
  664. package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.d.ts +0 -71
  665. package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.js +0 -79
  666. package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.d.ts +0 -74
  667. package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.js +0 -82
  668. package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.d.ts +0 -62
  669. package/dist/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.js +0 -70
  670. package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.d.ts +0 -127
  671. package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.js +0 -112
  672. package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.d.ts +0 -44
  673. package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.js +0 -52
  674. package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.d.ts +0 -44
  675. package/dist/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.js +0 -52
  676. package/dist/models/GetQuizAttemptAnalyticsScoring.d.ts +0 -74
  677. package/dist/models/GetQuizAttemptAnalyticsScoring.js +0 -70
  678. package/dist/models/GetQuizAttemptAttempt.d.ts +0 -120
  679. package/dist/models/GetQuizAttemptAttempt.js +0 -106
  680. package/dist/models/GetQuizAttemptList.d.ts +0 -71
  681. package/dist/models/GetQuizAttemptList.js +0 -75
  682. package/dist/models/GetQuizAttemptListAllOfAttempts.d.ts +0 -144
  683. package/dist/models/GetQuizAttemptListAllOfAttempts.js +0 -116
  684. package/dist/models/GetQuizAttemptListAllOfFilters.d.ts +0 -73
  685. package/dist/models/GetQuizAttemptListAllOfFilters.js +0 -69
  686. package/dist/models/GetQuizAttemptListAllOfFiltersDateRange.d.ts +0 -38
  687. package/dist/models/GetQuizAttemptListAllOfFiltersDateRange.js +0 -50
  688. package/dist/models/GetQuizAttemptListAllOfSummary.d.ts +0 -62
  689. package/dist/models/GetQuizAttemptListAllOfSummary.js +0 -64
  690. package/dist/models/GetQuizAttemptQuestionsInner.d.ts +0 -107
  691. package/dist/models/GetQuizAttemptQuestionsInner.js +0 -97
  692. package/dist/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.d.ts +0 -51
  693. package/dist/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.js +0 -61
  694. package/dist/models/GetQuizAttemptQuestionsInnerCurrentAnswer.d.ts +0 -50
  695. package/dist/models/GetQuizAttemptQuestionsInnerCurrentAnswer.js +0 -54
  696. package/dist/models/GetQuizAttemptQuizSettings.d.ts +0 -62
  697. package/dist/models/GetQuizAttemptQuizSettings.js +0 -64
  698. package/dist/models/GetQuizCriteria.d.ts +0 -46
  699. package/dist/models/GetQuizCriteria.js +0 -60
  700. package/dist/models/GetQuizCriteriaEstimatedQuestions.d.ts +0 -44
  701. package/dist/models/GetQuizCriteriaEstimatedQuestions.js +0 -58
  702. package/dist/models/GetQuizCriteriaItem.d.ts +0 -119
  703. package/dist/models/GetQuizCriteriaItem.js +0 -102
  704. package/dist/models/GetQuizCriteriaList.d.ts +0 -57
  705. package/dist/models/GetQuizCriteriaList.js +0 -67
  706. package/dist/models/GetQuizCriteriaListItemsInner.d.ts +0 -119
  707. package/dist/models/GetQuizCriteriaListItemsInner.js +0 -102
  708. package/dist/models/GetQuizList.d.ts +0 -64
  709. package/dist/models/GetQuizList.js +0 -70
  710. package/dist/models/GetQuizListAllOfFilters.d.ts +0 -64
  711. package/dist/models/GetQuizListAllOfFilters.js +0 -64
  712. package/dist/models/GetQuizListAllOfQuizzes.d.ts +0 -131
  713. package/dist/models/GetQuizListAllOfQuizzes.js +0 -105
  714. package/dist/models/GetQuizListAllOfStatistics.d.ts +0 -56
  715. package/dist/models/GetQuizListAllOfStatistics.js +0 -56
  716. package/dist/models/GetQuizQuestions.d.ts +0 -83
  717. package/dist/models/GetQuizQuestions.js +0 -87
  718. package/dist/models/GetQuizQuestionsItemsInner.d.ts +0 -75
  719. package/dist/models/GetQuizQuestionsItemsInner.js +0 -79
  720. package/dist/models/GetQuizQuestionsItemsInnerQuestionDetails.d.ts +0 -102
  721. package/dist/models/GetQuizQuestionsItemsInnerQuestionDetails.js +0 -93
  722. package/dist/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.d.ts +0 -56
  723. package/dist/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.js +0 -66
  724. package/dist/models/GetQuizResults.d.ts +0 -100
  725. package/dist/models/GetQuizResults.js +0 -98
  726. package/dist/models/GetQuizResultsFeedback.d.ts +0 -46
  727. package/dist/models/GetQuizResultsFeedback.js +0 -54
  728. package/dist/models/GetQuizResultsFeedbackDifficultyPerformanceInner.d.ts +0 -59
  729. package/dist/models/GetQuizResultsFeedbackDifficultyPerformanceInner.js +0 -71
  730. package/dist/models/GetQuizResultsFeedbackTopicPerformanceInner.d.ts +0 -50
  731. package/dist/models/GetQuizResultsFeedbackTopicPerformanceInner.js +0 -62
  732. package/dist/models/GetQuizResultsQuestionsInner.d.ts +0 -107
  733. package/dist/models/GetQuizResultsQuestionsInner.js +0 -93
  734. package/dist/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.d.ts +0 -57
  735. package/dist/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.js +0 -65
  736. package/dist/models/GetQuizResultsQuestionsInnerStudentAnswer.d.ts +0 -56
  737. package/dist/models/GetQuizResultsQuestionsInnerStudentAnswer.js +0 -56
  738. package/dist/models/GetQuizResultsScore.d.ts +0 -50
  739. package/dist/models/GetQuizResultsScore.js +0 -54
  740. package/dist/models/GetQuizResultsTiming.d.ts +0 -56
  741. package/dist/models/GetQuizResultsTiming.js +0 -56
  742. package/dist/models/GetQuizStatistics.d.ts +0 -56
  743. package/dist/models/GetQuizStatistics.js +0 -56
  744. package/dist/models/GetScormApiLogItem.d.ts +0 -73
  745. package/dist/models/GetScormApiLogItem.js +0 -81
  746. package/dist/models/GetScormApiLogs.d.ts +0 -57
  747. package/dist/models/GetScormApiLogs.js +0 -67
  748. package/dist/models/GetScormPackage.d.ts +0 -39
  749. package/dist/models/GetScormPackage.js +0 -55
  750. package/dist/models/GetScormPackagePackageInfo.d.ts +0 -104
  751. package/dist/models/GetScormPackagePackageInfo.js +0 -88
  752. package/dist/models/GetScormSessionData.d.ts +0 -59
  753. package/dist/models/GetScormSessionData.js +0 -67
  754. package/dist/models/GetScormSessionDataActivity.d.ts +0 -38
  755. package/dist/models/GetScormSessionDataActivity.js +0 -54
  756. package/dist/models/GetUserQuizAttempts.d.ts +0 -71
  757. package/dist/models/GetUserQuizAttempts.js +0 -75
  758. package/dist/models/GetUserQuizAttemptsAllOfAttempts.d.ts +0 -150
  759. package/dist/models/GetUserQuizAttemptsAllOfAttempts.js +0 -116
  760. package/dist/models/GetUserQuizAttemptsAllOfFilters.d.ts +0 -79
  761. package/dist/models/GetUserQuizAttemptsAllOfFilters.js +0 -71
  762. package/dist/models/GetUserQuizAttemptsAllOfSummary.d.ts +0 -68
  763. package/dist/models/GetUserQuizAttemptsAllOfSummary.js +0 -70
  764. package/dist/models/ManualSelection.d.ts +0 -45
  765. package/dist/models/ManualSelection.js +0 -61
  766. package/dist/models/Matching.d.ts +0 -46
  767. package/dist/models/Matching.js +0 -62
  768. package/dist/models/Matching1.d.ts +0 -46
  769. package/dist/models/Matching1.js +0 -62
  770. package/dist/models/Matching1PairsInner.d.ts +0 -38
  771. package/dist/models/Matching1PairsInner.js +0 -54
  772. package/dist/models/MatchingPairsInner.d.ts +0 -38
  773. package/dist/models/MatchingPairsInner.js +0 -54
  774. package/dist/models/MediaContent.d.ts +0 -44
  775. package/dist/models/MediaContent.js +0 -54
  776. package/dist/models/MultipleAnswer.d.ts +0 -45
  777. package/dist/models/MultipleAnswer.js +0 -61
  778. package/dist/models/MultipleAnswer1.d.ts +0 -45
  779. package/dist/models/MultipleAnswer1.js +0 -61
  780. package/dist/models/NoAnswer.d.ts +0 -39
  781. package/dist/models/NoAnswer.js +0 -57
  782. package/dist/models/PostContentQuiz.d.ts +0 -65
  783. package/dist/models/PostContentQuiz.js +0 -67
  784. package/dist/models/PostContentQuizAssignment.d.ts +0 -50
  785. package/dist/models/PostContentQuizAssignment.js +0 -54
  786. package/dist/models/PostContentQuizQuestionSelection.d.ts +0 -23
  787. package/dist/models/PostContentQuizQuestionSelection.js +0 -57
  788. package/dist/models/PostContentQuizSettings.d.ts +0 -80
  789. package/dist/models/PostContentQuizSettings.js +0 -64
  790. package/dist/models/PostContentSession.d.ts +0 -75
  791. package/dist/models/PostContentSession.js +0 -77
  792. package/dist/models/PostContentUpload.d.ts +0 -61
  793. package/dist/models/PostContentUpload.js +0 -73
  794. package/dist/models/PostDuplicate1.d.ts +0 -32
  795. package/dist/models/PostDuplicate1.js +0 -48
  796. package/dist/models/PostDuplicate2.d.ts +0 -32
  797. package/dist/models/PostDuplicate2.js +0 -48
  798. package/dist/models/PostManualQuestionSelection.d.ts +0 -50
  799. package/dist/models/PostManualQuestionSelection.js +0 -56
  800. package/dist/models/PostModule.d.ts +0 -44
  801. package/dist/models/PostModule.js +0 -56
  802. package/dist/models/PostQuiz.d.ts +0 -113
  803. package/dist/models/PostQuiz.js +0 -85
  804. package/dist/models/PostQuizAttempt.d.ts +0 -47
  805. package/dist/models/PostQuizAttempt.js +0 -61
  806. package/dist/models/PostQuizAttemptAttempt.d.ts +0 -99
  807. package/dist/models/PostQuizAttemptAttempt.js +0 -95
  808. package/dist/models/PostQuizAttemptQuestionsInner.d.ts +0 -94
  809. package/dist/models/PostQuizAttemptQuestionsInner.js +0 -92
  810. package/dist/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.d.ts +0 -51
  811. package/dist/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.js +0 -61
  812. package/dist/models/PostQuizAttemptQuizSettings.d.ts +0 -62
  813. package/dist/models/PostQuizAttemptQuizSettings.js +0 -62
  814. package/dist/models/PostQuizAttemptSubmit.d.ts +0 -54
  815. package/dist/models/PostQuizAttemptSubmit.js +0 -68
  816. package/dist/models/PostQuizAttemptSubmitFinalAnswersInner.d.ts +0 -39
  817. package/dist/models/PostQuizAttemptSubmitFinalAnswersInner.js +0 -55
  818. package/dist/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.d.ts +0 -28
  819. package/dist/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.js +0 -92
  820. package/dist/models/PostQuizCriteria.d.ts +0 -39
  821. package/dist/models/PostQuizCriteria.js +0 -53
  822. package/dist/models/PostQuizCriteriaCriteriaInner.d.ts +0 -89
  823. package/dist/models/PostQuizCriteriaCriteriaInner.js +0 -80
  824. package/dist/models/PostQuizQuestions.d.ts +0 -39
  825. package/dist/models/PostQuizQuestions.js +0 -53
  826. package/dist/models/PostQuizQuestionsQuestionsInner.d.ts +0 -50
  827. package/dist/models/PostQuizQuestionsQuestionsInner.js +0 -56
  828. package/dist/models/PostQuizSettings.d.ts +0 -50
  829. package/dist/models/PostQuizSettings.js +0 -54
  830. package/dist/models/PostVerifyManifest.d.ts +0 -106
  831. package/dist/models/PostVerifyManifest.js +0 -80
  832. package/dist/models/PostVerifyManifestItemsInner.d.ts +0 -74
  833. package/dist/models/PostVerifyManifestItemsInner.js +0 -62
  834. package/dist/models/PostVerifyManifestResourcesInner.d.ts +0 -56
  835. package/dist/models/PostVerifyManifestResourcesInner.js +0 -56
  836. package/dist/models/PutContent.d.ts +0 -52
  837. package/dist/models/PutContent.js +0 -56
  838. package/dist/models/PutContentAttemptSettings.d.ts +0 -46
  839. package/dist/models/PutContentAttemptSettings.js +0 -58
  840. package/dist/models/PutContentReorder.d.ts +0 -32
  841. package/dist/models/PutContentReorder.js +0 -50
  842. package/dist/models/PutContentVersion.d.ts +0 -32
  843. package/dist/models/PutContentVersion.js +0 -50
  844. package/dist/models/PutModule.d.ts +0 -44
  845. package/dist/models/PutModule.js +0 -52
  846. package/dist/models/PutModuleReorder.d.ts +0 -32
  847. package/dist/models/PutModuleReorder.js +0 -50
  848. package/dist/models/PutQuiz.d.ts +0 -107
  849. package/dist/models/PutQuiz.js +0 -79
  850. package/dist/models/PutQuizAnswer.d.ts +0 -39
  851. package/dist/models/PutQuizAnswer.js +0 -53
  852. package/dist/models/PutQuizAnswerAnswer.d.ts +0 -27
  853. package/dist/models/PutQuizAnswerAnswer.js +0 -85
  854. package/dist/models/PutQuizAnswerGrade.d.ts +0 -38
  855. package/dist/models/PutQuizAnswerGrade.js +0 -52
  856. package/dist/models/PutQuizAnswerResponse.d.ts +0 -77
  857. package/dist/models/PutQuizAnswerResponse.js +0 -71
  858. package/dist/models/PutQuizAnswerResponseNextQuestion.d.ts +0 -102
  859. package/dist/models/PutQuizAnswerResponseNextQuestion.js +0 -96
  860. package/dist/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.d.ts +0 -51
  861. package/dist/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.js +0 -61
  862. package/dist/models/PutQuizAnswerResponseProgress.d.ts +0 -50
  863. package/dist/models/PutQuizAnswerResponseProgress.js +0 -62
  864. package/dist/models/PutQuizSettings.d.ts +0 -50
  865. package/dist/models/PutQuizSettings.js +0 -54
  866. package/dist/models/QuizContent.d.ts +0 -60
  867. package/dist/models/QuizContent.js +0 -70
  868. package/dist/models/QuizContentAssignment.d.ts +0 -44
  869. package/dist/models/QuizContentAssignment.js +0 -52
  870. package/dist/models/QuizContentSettings.d.ts +0 -56
  871. package/dist/models/QuizContentSettings.js +0 -56
  872. package/dist/models/SCORMContent.d.ts +0 -44
  873. package/dist/models/SCORMContent.js +0 -54
  874. package/dist/models/ScormSessionData.d.ts +0 -61
  875. package/dist/models/ScormSessionData.js +0 -61
  876. package/dist/models/ScormSessionDataProgress.d.ts +0 -38
  877. package/dist/models/ScormSessionDataProgress.js +0 -50
  878. package/dist/models/ScormSessionDataScore.d.ts +0 -50
  879. package/dist/models/ScormSessionDataScore.js +0 -54
  880. package/dist/models/ScormSessionDataSession.d.ts +0 -32
  881. package/dist/models/ScormSessionDataSession.js +0 -48
  882. package/dist/models/ScormSessionDataStatus.d.ts +0 -50
  883. package/dist/models/ScormSessionDataStatus.js +0 -54
  884. package/dist/models/ScormSessionDataTime.d.ts +0 -50
  885. package/dist/models/ScormSessionDataTime.js +0 -54
  886. package/dist/models/ShortAnswer.d.ts +0 -45
  887. package/dist/models/ShortAnswer.js +0 -61
  888. package/dist/models/ShortAnswer1.d.ts +0 -45
  889. package/dist/models/ShortAnswer1.js +0 -61
  890. package/dist/models/SingleAnswer.d.ts +0 -45
  891. package/dist/models/SingleAnswer.js +0 -61
  892. package/docs/ContentApi.md +0 -2198
  893. package/docs/ContentAttemptItem.md +0 -47
  894. package/docs/ContentAttemptRollupScore.md +0 -37
  895. package/docs/ContentAttemptScore.md +0 -41
  896. package/docs/ContentAttemptSettings.md +0 -36
  897. package/docs/CriteriaBasedSelection.md +0 -40
  898. package/docs/CriteriaBasedSelectionCriteria.md +0 -40
  899. package/docs/CriteriaBasedSelectionDistribution.md +0 -37
  900. package/docs/FillInBlank.md +0 -36
  901. package/docs/FillInBlank1.md +0 -36
  902. package/docs/GetContent.md +0 -62
  903. package/docs/GetContentAttempts.md +0 -51
  904. package/docs/GetContentContentData.md +0 -53
  905. package/docs/GetContentGradeDetail.md +0 -50
  906. package/docs/GetContentGrades.md +0 -42
  907. package/docs/GetContentGradesItemsInner.md +0 -44
  908. package/docs/GetContentGradesItemsInnerUser.md +0 -38
  909. package/docs/GetContentInstructorBasicReporting.md +0 -38
  910. package/docs/GetContentInstructorBasicReportingContentInfo.md +0 -38
  911. package/docs/GetContentInstructorBasicReportingEngagement.md +0 -42
  912. package/docs/GetContentInstructorBasicReportingPerformance.md +0 -36
  913. package/docs/GetContentList.md +0 -43
  914. package/docs/GetContentSession.md +0 -49
  915. package/docs/GetContentSessionDetail.md +0 -55
  916. package/docs/GetContentSessionDetailScormSessionDataInner.md +0 -36
  917. package/docs/GetContentSessionDetailUserData.md +0 -36
  918. package/docs/GetContentSessionList.md +0 -43
  919. package/docs/GetContentSessionListItem.md +0 -53
  920. package/docs/GetContentSessionListItemScormSessionData.md +0 -35
  921. package/docs/GetContentVersion.md +0 -49
  922. package/docs/GetContentVersionList.md +0 -43
  923. package/docs/GetContentVersionListItemsInner.md +0 -42
  924. package/docs/GetContentVersionSandbox.md +0 -35
  925. package/docs/GetContentVersionScormData.md +0 -35
  926. package/docs/GetCourseReportingBasic.md +0 -38
  927. package/docs/GetCourseStudentReporting.md +0 -40
  928. package/docs/GetCourseStudentReportingCourseInfo.md +0 -34
  929. package/docs/GetCourseStudentReportingEngagement.md +0 -36
  930. package/docs/GetCourseStudentReportingModulesInner.md +0 -44
  931. package/docs/GetCourseStudentReportingPerformance.md +0 -34
  932. package/docs/GetManualQuestionSelectionItem.md +0 -48
  933. package/docs/GetManualQuestionSelectionList.md +0 -44
  934. package/docs/GetModule.md +0 -44
  935. package/docs/GetModuleInstructorBasicReporting.md +0 -38
  936. package/docs/GetModuleInstructorBasicReportingModuleInfo.md +0 -34
  937. package/docs/GetModuleInstructorBasicReportingPerformance.md +0 -34
  938. package/docs/GetModuleList.md +0 -43
  939. package/docs/GetModuleStudentReporting.md +0 -40
  940. package/docs/GetModuleStudentReportingAccess.md +0 -36
  941. package/docs/GetModuleStudentReportingContentsInner.md +0 -54
  942. package/docs/GetModuleStudentReportingProgress.md +0 -36
  943. package/docs/GetPortalBasicReporting.md +0 -36
  944. package/docs/GetPortalBasicReportingCertificates.md +0 -34
  945. package/docs/GetPortalBasicReportingPortalInfo.md +0 -38
  946. package/docs/GetPortalStudentReporting.md +0 -36
  947. package/docs/GetPortalStudentReportingCertificates.md +0 -34
  948. package/docs/GetPortalStudentReportingPortalInfo.md +0 -38
  949. package/docs/GetQuiz.md +0 -68
  950. package/docs/GetQuizAttempt.md +0 -38
  951. package/docs/GetQuizAttemptAnalytics.md +0 -46
  952. package/docs/GetQuizAttemptAnalyticsBasicInfo.md +0 -49
  953. package/docs/GetQuizAttemptAnalyticsPerformanceBreakdown.md +0 -39
  954. package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.md +0 -44
  955. package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.md +0 -44
  956. package/docs/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.md +0 -44
  957. package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInner.md +0 -58
  958. package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.md +0 -39
  959. package/docs/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.md +0 -39
  960. package/docs/GetQuizAttemptAnalyticsScoring.md +0 -49
  961. package/docs/GetQuizAttemptAttempt.md +0 -61
  962. package/docs/GetQuizAttemptList.md +0 -46
  963. package/docs/GetQuizAttemptListAllOfAttempts.md +0 -68
  964. package/docs/GetQuizAttemptListAllOfFilters.md +0 -45
  965. package/docs/GetQuizAttemptListAllOfFiltersDateRange.md +0 -37
  966. package/docs/GetQuizAttemptListAllOfSummary.md +0 -45
  967. package/docs/GetQuizAttemptQuestionsInner.md +0 -54
  968. package/docs/GetQuizAttemptQuestionsInnerAnswerChoicesInner.md +0 -40
  969. package/docs/GetQuizAttemptQuestionsInnerCurrentAnswer.md +0 -41
  970. package/docs/GetQuizAttemptQuizSettings.md +0 -45
  971. package/docs/GetQuizCriteria.md +0 -38
  972. package/docs/GetQuizCriteriaEstimatedQuestions.md +0 -39
  973. package/docs/GetQuizCriteriaItem.md +0 -56
  974. package/docs/GetQuizCriteriaList.md +0 -42
  975. package/docs/GetQuizCriteriaListItemsInner.md +0 -56
  976. package/docs/GetQuizList.md +0 -44
  977. package/docs/GetQuizListAllOfFilters.md +0 -43
  978. package/docs/GetQuizListAllOfQuizzes.md +0 -64
  979. package/docs/GetQuizListAllOfStatistics.md +0 -43
  980. package/docs/GetQuizQuestions.md +0 -48
  981. package/docs/GetQuizQuestionsItemsInner.md +0 -48
  982. package/docs/GetQuizQuestionsItemsInnerQuestionDetails.md +0 -51
  983. package/docs/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.md +0 -42
  984. package/docs/GetQuizResults.md +0 -52
  985. package/docs/GetQuizResultsFeedback.md +0 -39
  986. package/docs/GetQuizResultsFeedbackDifficultyPerformanceInner.md +0 -40
  987. package/docs/GetQuizResultsFeedbackTopicPerformanceInner.md +0 -40
  988. package/docs/GetQuizResultsQuestionsInner.md +0 -54
  989. package/docs/GetQuizResultsQuestionsInnerAnswerChoicesInner.md +0 -42
  990. package/docs/GetQuizResultsQuestionsInnerStudentAnswer.md +0 -43
  991. package/docs/GetQuizResultsScore.md +0 -41
  992. package/docs/GetQuizResultsTiming.md +0 -43
  993. package/docs/GetQuizStatistics.md +0 -43
  994. package/docs/GetScormApiLogItem.md +0 -45
  995. package/docs/GetScormApiLogs.md +0 -43
  996. package/docs/GetScormPackage.md +0 -37
  997. package/docs/GetScormPackagePackageInfo.md +0 -59
  998. package/docs/GetScormSessionData.md +0 -43
  999. package/docs/GetScormSessionDataActivity.md +0 -36
  1000. package/docs/GetUserQuizAttempts.md +0 -46
  1001. package/docs/GetUserQuizAttemptsAllOfAttempts.md +0 -70
  1002. package/docs/GetUserQuizAttemptsAllOfFilters.md +0 -47
  1003. package/docs/GetUserQuizAttemptsAllOfSummary.md +0 -47
  1004. package/docs/ManualSelection.md +0 -36
  1005. package/docs/Matching.md +0 -36
  1006. package/docs/Matching1.md +0 -36
  1007. package/docs/Matching1PairsInner.md +0 -36
  1008. package/docs/MatchingPairsInner.md +0 -36
  1009. package/docs/MediaContent.md +0 -38
  1010. package/docs/ModuleApi.md +0 -501
  1011. package/docs/MultipleAnswer.md +0 -36
  1012. package/docs/MultipleAnswer1.md +0 -36
  1013. package/docs/NoAnswer.md +0 -34
  1014. package/docs/PostContentQuiz.md +0 -44
  1015. package/docs/PostContentQuizAssignment.md +0 -41
  1016. package/docs/PostContentQuizQuestionSelection.md +0 -43
  1017. package/docs/PostContentQuizSettings.md +0 -51
  1018. package/docs/PostContentSession.md +0 -49
  1019. package/docs/PostContentUpload.md +0 -38
  1020. package/docs/PostDuplicate1.md +0 -35
  1021. package/docs/PostDuplicate2.md +0 -35
  1022. package/docs/PostManualQuestionSelection.md +0 -40
  1023. package/docs/PostQuiz.md +0 -58
  1024. package/docs/PostQuizAttempt.md +0 -38
  1025. package/docs/PostQuizAttemptAttempt.md +0 -55
  1026. package/docs/PostQuizAttemptQuestionsInner.md +0 -50
  1027. package/docs/PostQuizAttemptQuestionsInnerAnswerChoicesInner.md +0 -40
  1028. package/docs/PostQuizAttemptQuizSettings.md +0 -45
  1029. package/docs/PostQuizAttemptSubmit.md +0 -38
  1030. package/docs/PostQuizAttemptSubmitFinalAnswersInner.md +0 -36
  1031. package/docs/PostQuizAttemptSubmitFinalAnswersInnerAnswer.md +0 -43
  1032. package/docs/PostQuizQuestions.md +0 -36
  1033. package/docs/PostQuizQuestionsQuestionsInner.md +0 -40
  1034. package/docs/PostQuizSettings.md +0 -41
  1035. package/docs/PostVerifyManifest.md +0 -59
  1036. package/docs/PostVerifyManifestItemsInner.md +0 -48
  1037. package/docs/PostVerifyManifestResourcesInner.md +0 -42
  1038. package/docs/PutContent.md +0 -40
  1039. package/docs/PutContentAttemptSettings.md +0 -36
  1040. package/docs/PutContentReorder.md +0 -34
  1041. package/docs/PutContentVersion.md +0 -35
  1042. package/docs/PutModuleReorder.md +0 -34
  1043. package/docs/PutQuiz.md +0 -56
  1044. package/docs/PutQuizAnswer.md +0 -36
  1045. package/docs/PutQuizAnswerAnswer.md +0 -43
  1046. package/docs/PutQuizAnswerGrade.md +0 -36
  1047. package/docs/PutQuizAnswerResponse.md +0 -48
  1048. package/docs/PutQuizAnswerResponseNextQuestion.md +0 -52
  1049. package/docs/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.md +0 -40
  1050. package/docs/PutQuizAnswerResponseProgress.md +0 -40
  1051. package/docs/PutQuizSettings.md +0 -41
  1052. package/docs/QuizApi.md +0 -1871
  1053. package/docs/QuizContent.md +0 -40
  1054. package/docs/QuizContentAssignment.md +0 -39
  1055. package/docs/QuizContentSettings.md +0 -43
  1056. package/docs/SCORMContent.md +0 -38
  1057. package/docs/ScormSessionData.md +0 -43
  1058. package/docs/ScormSessionDataProgress.md +0 -36
  1059. package/docs/ScormSessionDataScore.md +0 -40
  1060. package/docs/ScormSessionDataSession.md +0 -34
  1061. package/docs/ScormSessionDataStatus.md +0 -40
  1062. package/docs/ScormSessionDataTime.md +0 -40
  1063. package/docs/ShortAnswer.md +0 -36
  1064. package/docs/ShortAnswer1.md +0 -36
  1065. package/docs/SingleAnswer.md +0 -36
  1066. package/src/apis/ContentApi.ts +0 -2136
  1067. package/src/apis/ModuleApi.ts +0 -470
  1068. package/src/apis/QuizApi.ts +0 -1676
  1069. package/src/models/ContentAttemptItem.ts +0 -128
  1070. package/src/models/ContentAttemptRollupScore.ts +0 -75
  1071. package/src/models/ContentAttemptScore.ts +0 -89
  1072. package/src/models/ContentAttemptSettings.ts +0 -86
  1073. package/src/models/CriteriaBasedSelection.ts +0 -116
  1074. package/src/models/CriteriaBasedSelectionCriteria.ts +0 -114
  1075. package/src/models/CriteriaBasedSelectionDistribution.ts +0 -73
  1076. package/src/models/Essay.ts +0 -85
  1077. package/src/models/Essay1.ts +0 -85
  1078. package/src/models/FillInBlank.ts +0 -85
  1079. package/src/models/FillInBlank1.ts +0 -85
  1080. package/src/models/GetContent.ts +0 -217
  1081. package/src/models/GetContentAttempts.ts +0 -164
  1082. package/src/models/GetContentContentData.ts +0 -89
  1083. package/src/models/GetContentGradeDetail.ts +0 -191
  1084. package/src/models/GetContentGrades.ts +0 -110
  1085. package/src/models/GetContentGradesItemsInner.ts +0 -170
  1086. package/src/models/GetContentGradesItemsInnerUser.ts +0 -84
  1087. package/src/models/GetContentInstructorBasicReporting.ts +0 -106
  1088. package/src/models/GetContentInstructorBasicReportingContentInfo.ts +0 -101
  1089. package/src/models/GetContentInstructorBasicReportingEngagement.ts +0 -102
  1090. package/src/models/GetContentInstructorBasicReportingPerformance.ts +0 -75
  1091. package/src/models/GetContentList.ts +0 -110
  1092. package/src/models/GetContentSession.ts +0 -129
  1093. package/src/models/GetContentSessionDetail.ts +0 -196
  1094. package/src/models/GetContentSessionDetailScormSessionDataInner.ts +0 -75
  1095. package/src/models/GetContentSessionDetailUserData.ts +0 -75
  1096. package/src/models/GetContentSessionList.ts +0 -110
  1097. package/src/models/GetContentSessionListItem.ts +0 -162
  1098. package/src/models/GetContentSessionListItemScormSessionData.ts +0 -66
  1099. package/src/models/GetContentUpload.ts +0 -84
  1100. package/src/models/GetContentVersion.ts +0 -143
  1101. package/src/models/GetContentVersionList.ts +0 -110
  1102. package/src/models/GetContentVersionListItemsInner.ts +0 -102
  1103. package/src/models/GetContentVersionSandbox.ts +0 -66
  1104. package/src/models/GetContentVersionScormData.ts +0 -66
  1105. package/src/models/GetCourseReportingBasic.ts +0 -84
  1106. package/src/models/GetCourseStudentReporting.ts +0 -122
  1107. package/src/models/GetCourseStudentReportingCourseInfo.ts +0 -66
  1108. package/src/models/GetCourseStudentReportingEngagement.ts +0 -75
  1109. package/src/models/GetCourseStudentReportingModulesInner.ts +0 -123
  1110. package/src/models/GetCourseStudentReportingPerformance.ts +0 -66
  1111. package/src/models/GetManualQuestionSelectionItem.ts +0 -137
  1112. package/src/models/GetManualQuestionSelectionList.ts +0 -119
  1113. package/src/models/GetModule.ts +0 -110
  1114. package/src/models/GetModuleInstructorBasicReporting.ts +0 -106
  1115. package/src/models/GetModuleInstructorBasicReportingEngagement.ts +0 -102
  1116. package/src/models/GetModuleInstructorBasicReportingModuleInfo.ts +0 -66
  1117. package/src/models/GetModuleInstructorBasicReportingPerformance.ts +0 -66
  1118. package/src/models/GetModuleList.ts +0 -110
  1119. package/src/models/GetModuleStudentReporting.ts +0 -122
  1120. package/src/models/GetModuleStudentReportingAccess.ts +0 -75
  1121. package/src/models/GetModuleStudentReportingContentsInner.ts +0 -168
  1122. package/src/models/GetModuleStudentReportingProgress.ts +0 -75
  1123. package/src/models/GetPortalBasicReporting.ts +0 -90
  1124. package/src/models/GetPortalBasicReportingCertificates.ts +0 -66
  1125. package/src/models/GetPortalBasicReportingPortalInfo.ts +0 -84
  1126. package/src/models/GetPortalStudentReporting.ts +0 -90
  1127. package/src/models/GetPortalStudentReportingCertificates.ts +0 -66
  1128. package/src/models/GetPortalStudentReportingPortalInfo.ts +0 -84
  1129. package/src/models/GetQuiz.ts +0 -228
  1130. package/src/models/GetQuizAttempt.ts +0 -106
  1131. package/src/models/GetQuizAttemptAnalytics.ts +0 -149
  1132. package/src/models/GetQuizAttemptAnalyticsBasicInfo.ts +0 -140
  1133. package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdown.ts +0 -106
  1134. package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByDifficultyInner.ts +0 -123
  1135. package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByQuestionTypeInner.ts +0 -126
  1136. package/src/models/GetQuizAttemptAnalyticsPerformanceBreakdownByTopicInner.ts +0 -111
  1137. package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInner.ts +0 -210
  1138. package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerCorrectAnswer.ts +0 -81
  1139. package/src/models/GetQuizAttemptAnalyticsQuestionAnalysisInnerUserAnswer.ts +0 -81
  1140. package/src/models/GetQuizAttemptAnalyticsScoring.ts +0 -125
  1141. package/src/models/GetQuizAttemptAttempt.ts +0 -193
  1142. package/src/models/GetQuizAttemptList.ts +0 -141
  1143. package/src/models/GetQuizAttemptListAllOfAttempts.ts +0 -226
  1144. package/src/models/GetQuizAttemptListAllOfFilters.ts +0 -126
  1145. package/src/models/GetQuizAttemptListAllOfFiltersDateRange.ts +0 -73
  1146. package/src/models/GetQuizAttemptListAllOfSummary.ts +0 -108
  1147. package/src/models/GetQuizAttemptQuestionsInner.ts +0 -189
  1148. package/src/models/GetQuizAttemptQuestionsInnerAnswerChoicesInner.ts +0 -100
  1149. package/src/models/GetQuizAttemptQuestionsInnerCurrentAnswer.ts +0 -89
  1150. package/src/models/GetQuizAttemptQuizSettings.ts +0 -108
  1151. package/src/models/GetQuizCriteria.ts +0 -99
  1152. package/src/models/GetQuizCriteriaEstimatedQuestions.ts +0 -84
  1153. package/src/models/GetQuizCriteriaItem.ts +0 -184
  1154. package/src/models/GetQuizCriteriaList.ts +0 -110
  1155. package/src/models/GetQuizCriteriaListItemsInner.ts +0 -184
  1156. package/src/models/GetQuizList.ts +0 -125
  1157. package/src/models/GetQuizListAllOfFilters.ts +0 -108
  1158. package/src/models/GetQuizListAllOfQuizzes.ts +0 -213
  1159. package/src/models/GetQuizListAllOfStatistics.ts +0 -97
  1160. package/src/models/GetQuizQuestions.ts +0 -148
  1161. package/src/models/GetQuizQuestionsItemsInner.ts +0 -137
  1162. package/src/models/GetQuizQuestionsItemsInnerQuestionDetails.ts +0 -166
  1163. package/src/models/GetQuizQuestionsItemsInnerQuestionDetailsAnswerChoicesInner.ts +0 -102
  1164. package/src/models/GetQuizResults.ts +0 -188
  1165. package/src/models/GetQuizResultsFeedback.ts +0 -96
  1166. package/src/models/GetQuizResultsFeedbackDifficultyPerformanceInner.ts +0 -105
  1167. package/src/models/GetQuizResultsFeedbackTopicPerformanceInner.ts +0 -93
  1168. package/src/models/GetQuizResultsQuestionsInner.ts +0 -187
  1169. package/src/models/GetQuizResultsQuestionsInnerAnswerChoicesInner.ts +0 -109
  1170. package/src/models/GetQuizResultsQuestionsInnerStudentAnswer.ts +0 -97
  1171. package/src/models/GetQuizResultsScore.ts +0 -89
  1172. package/src/models/GetQuizResultsTiming.ts +0 -97
  1173. package/src/models/GetQuizStatistics.ts +0 -97
  1174. package/src/models/GetScormApiLogItem.ts +0 -125
  1175. package/src/models/GetScormApiLogs.ts +0 -110
  1176. package/src/models/GetScormPackage.ts +0 -83
  1177. package/src/models/GetScormPackagePackageInfo.ts +0 -169
  1178. package/src/models/GetScormSessionData.ts +0 -110
  1179. package/src/models/GetScormSessionDataActivity.ts +0 -75
  1180. package/src/models/GetUserQuizAttempts.ts +0 -141
  1181. package/src/models/GetUserQuizAttemptsAllOfAttempts.ts +0 -233
  1182. package/src/models/GetUserQuizAttemptsAllOfFilters.ts +0 -134
  1183. package/src/models/GetUserQuizAttemptsAllOfSummary.ts +0 -118
  1184. package/src/models/ManualSelection.ts +0 -85
  1185. package/src/models/Matching.ts +0 -93
  1186. package/src/models/Matching1.ts +0 -93
  1187. package/src/models/Matching1PairsInner.ts +0 -75
  1188. package/src/models/MatchingPairsInner.ts +0 -75
  1189. package/src/models/MediaContent.ts +0 -82
  1190. package/src/models/MultipleAnswer.ts +0 -85
  1191. package/src/models/MultipleAnswer1.ts +0 -85
  1192. package/src/models/NoAnswer.ts +0 -76
  1193. package/src/models/PostContentQuiz.ts +0 -130
  1194. package/src/models/PostContentQuizAssignment.ts +0 -89
  1195. package/src/models/PostContentQuizQuestionSelection.ts +0 -76
  1196. package/src/models/PostContentQuizSettings.ts +0 -129
  1197. package/src/models/PostContentSession.ts +0 -138
  1198. package/src/models/PostContentUpload.ts +0 -103
  1199. package/src/models/PostDuplicate1.ts +0 -65
  1200. package/src/models/PostDuplicate2.ts +0 -65
  1201. package/src/models/PostManualQuestionSelection.ts +0 -90
  1202. package/src/models/PostModule.ts +0 -83
  1203. package/src/models/PostQuiz.ts +0 -182
  1204. package/src/models/PostQuizAttempt.ts +0 -106
  1205. package/src/models/PostQuizAttemptAttempt.ts +0 -165
  1206. package/src/models/PostQuizAttemptQuestionsInner.ts +0 -166
  1207. package/src/models/PostQuizAttemptQuestionsInnerAnswerChoicesInner.ts +0 -100
  1208. package/src/models/PostQuizAttemptQuizSettings.ts +0 -107
  1209. package/src/models/PostQuizAttemptSubmit.ts +0 -104
  1210. package/src/models/PostQuizAttemptSubmitFinalAnswersInner.ts +0 -83
  1211. package/src/models/PostQuizAttemptSubmitFinalAnswersInnerAnswer.ts +0 -141
  1212. package/src/models/PostQuizCriteria.ts +0 -82
  1213. package/src/models/PostQuizCriteriaCriteriaInner.ts +0 -138
  1214. package/src/models/PostQuizQuestions.ts +0 -82
  1215. package/src/models/PostQuizQuestionsQuestionsInner.ts +0 -90
  1216. package/src/models/PostQuizSettings.ts +0 -89
  1217. package/src/models/PostVerifyManifest.ts +0 -179
  1218. package/src/models/PostVerifyManifestItemsInner.ts +0 -121
  1219. package/src/models/PostVerifyManifestResourcesInner.ts +0 -97
  1220. package/src/models/PutContent.ts +0 -106
  1221. package/src/models/PutContentAttemptSettings.ts +0 -84
  1222. package/src/models/PutContentReorder.ts +0 -66
  1223. package/src/models/PutContentVersion.ts +0 -66
  1224. package/src/models/PutModule.ts +0 -81
  1225. package/src/models/PutModuleReorder.ts +0 -66
  1226. package/src/models/PutQuiz.ts +0 -172
  1227. package/src/models/PutQuizAnswer.ts +0 -82
  1228. package/src/models/PutQuizAnswerAnswer.ts +0 -128
  1229. package/src/models/PutQuizAnswerGrade.ts +0 -74
  1230. package/src/models/PutQuizAnswerResponse.ts +0 -146
  1231. package/src/models/PutQuizAnswerResponseNextQuestion.ts +0 -175
  1232. package/src/models/PutQuizAnswerResponseNextQuestionAnswerChoicesInner.ts +0 -100
  1233. package/src/models/PutQuizAnswerResponseProgress.ts +0 -93
  1234. package/src/models/PutQuizSettings.ts +0 -89
  1235. package/src/models/QuizContent.ts +0 -118
  1236. package/src/models/QuizContentAssignment.ts +0 -81
  1237. package/src/models/QuizContentSettings.ts +0 -97
  1238. package/src/models/SCORMContent.ts +0 -82
  1239. package/src/models/ScormSessionData.ts +0 -133
  1240. package/src/models/ScormSessionDataProgress.ts +0 -73
  1241. package/src/models/ScormSessionDataScore.ts +0 -89
  1242. package/src/models/ScormSessionDataSession.ts +0 -65
  1243. package/src/models/ScormSessionDataStatus.ts +0 -89
  1244. package/src/models/ScormSessionDataTime.ts +0 -89
  1245. package/src/models/ShortAnswer.ts +0 -85
  1246. package/src/models/ShortAnswer1.ts +0 -85
  1247. package/src/models/SingleAnswer.ts +0 -85
@@ -1,62 +0,0 @@
1
- /**
2
- * LMS API
3
- * LMS API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface GetModule
16
- */
17
- export interface GetModule {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof GetModule
22
- */
23
- readonly id: string;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof GetModule
28
- */
29
- name: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof GetModule
34
- */
35
- description: string;
36
- /**
37
- *
38
- * @type {number}
39
- * @memberof GetModule
40
- */
41
- order: number;
42
- /**
43
- *
44
- * @type {number}
45
- * @memberof GetModule
46
- */
47
- lastUpdated: number;
48
- /**
49
- * Whether the module is published and visible to students
50
- * @type {boolean}
51
- * @memberof GetModule
52
- */
53
- published: boolean;
54
- }
55
- /**
56
- * Check if a given object implements the GetModule interface.
57
- */
58
- export declare function instanceOfGetModule(value: object): value is GetModule;
59
- export declare function GetModuleFromJSON(json: any): GetModule;
60
- export declare function GetModuleFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModule;
61
- export declare function GetModuleToJSON(json: any): GetModule;
62
- export declare function GetModuleToJSONTyped(value?: Omit<GetModule, 'id'> | null, ignoreDiscriminator?: boolean): any;
@@ -1,62 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * LMS API
5
- * LMS API
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Check if a given object implements the GetModule interface.
16
- */
17
- export function instanceOfGetModule(value) {
18
- if (!('id' in value) || value['id'] === undefined)
19
- return false;
20
- if (!('name' in value) || value['name'] === undefined)
21
- return false;
22
- if (!('description' in value) || value['description'] === undefined)
23
- return false;
24
- if (!('order' in value) || value['order'] === undefined)
25
- return false;
26
- if (!('lastUpdated' in value) || value['lastUpdated'] === undefined)
27
- return false;
28
- if (!('published' in value) || value['published'] === undefined)
29
- return false;
30
- return true;
31
- }
32
- export function GetModuleFromJSON(json) {
33
- return GetModuleFromJSONTyped(json, false);
34
- }
35
- export function GetModuleFromJSONTyped(json, ignoreDiscriminator) {
36
- if (json == null) {
37
- return json;
38
- }
39
- return {
40
- 'id': json['id'],
41
- 'name': json['name'],
42
- 'description': json['description'],
43
- 'order': json['order'],
44
- 'lastUpdated': json['last_updated'],
45
- 'published': json['published'],
46
- };
47
- }
48
- export function GetModuleToJSON(json) {
49
- return GetModuleToJSONTyped(json, false);
50
- }
51
- export function GetModuleToJSONTyped(value, ignoreDiscriminator = false) {
52
- if (value == null) {
53
- return value;
54
- }
55
- return {
56
- 'name': value['name'],
57
- 'description': value['description'],
58
- 'order': value['order'],
59
- 'last_updated': value['lastUpdated'],
60
- 'published': value['published'],
61
- };
62
- }
@@ -1,47 +0,0 @@
1
- /**
2
- * LMS API
3
- * LMS API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { GetModuleInstructorBasicReportingEngagement } from './GetModuleInstructorBasicReportingEngagement';
13
- import type { GetModuleInstructorBasicReportingModuleInfo } from './GetModuleInstructorBasicReportingModuleInfo';
14
- import type { GetModuleInstructorBasicReportingPerformance } from './GetModuleInstructorBasicReportingPerformance';
15
- /**
16
- *
17
- * @export
18
- * @interface GetModuleInstructorBasicReporting
19
- */
20
- export interface GetModuleInstructorBasicReporting {
21
- /**
22
- *
23
- * @type {GetModuleInstructorBasicReportingModuleInfo}
24
- * @memberof GetModuleInstructorBasicReporting
25
- */
26
- moduleInfo: GetModuleInstructorBasicReportingModuleInfo;
27
- /**
28
- *
29
- * @type {GetModuleInstructorBasicReportingEngagement}
30
- * @memberof GetModuleInstructorBasicReporting
31
- */
32
- engagement: GetModuleInstructorBasicReportingEngagement;
33
- /**
34
- *
35
- * @type {GetModuleInstructorBasicReportingPerformance}
36
- * @memberof GetModuleInstructorBasicReporting
37
- */
38
- performance: GetModuleInstructorBasicReportingPerformance;
39
- }
40
- /**
41
- * Check if a given object implements the GetModuleInstructorBasicReporting interface.
42
- */
43
- export declare function instanceOfGetModuleInstructorBasicReporting(value: object): value is GetModuleInstructorBasicReporting;
44
- export declare function GetModuleInstructorBasicReportingFromJSON(json: any): GetModuleInstructorBasicReporting;
45
- export declare function GetModuleInstructorBasicReportingFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleInstructorBasicReporting;
46
- export declare function GetModuleInstructorBasicReportingToJSON(json: any): GetModuleInstructorBasicReporting;
47
- export declare function GetModuleInstructorBasicReportingToJSONTyped(value?: GetModuleInstructorBasicReporting | null, ignoreDiscriminator?: boolean): any;
@@ -1,54 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * LMS API
5
- * LMS API
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- import { GetModuleInstructorBasicReportingEngagementFromJSON, GetModuleInstructorBasicReportingEngagementToJSON, } from './GetModuleInstructorBasicReportingEngagement';
15
- import { GetModuleInstructorBasicReportingModuleInfoFromJSON, GetModuleInstructorBasicReportingModuleInfoToJSON, } from './GetModuleInstructorBasicReportingModuleInfo';
16
- import { GetModuleInstructorBasicReportingPerformanceFromJSON, GetModuleInstructorBasicReportingPerformanceToJSON, } from './GetModuleInstructorBasicReportingPerformance';
17
- /**
18
- * Check if a given object implements the GetModuleInstructorBasicReporting interface.
19
- */
20
- export function instanceOfGetModuleInstructorBasicReporting(value) {
21
- if (!('moduleInfo' in value) || value['moduleInfo'] === undefined)
22
- return false;
23
- if (!('engagement' in value) || value['engagement'] === undefined)
24
- return false;
25
- if (!('performance' in value) || value['performance'] === undefined)
26
- return false;
27
- return true;
28
- }
29
- export function GetModuleInstructorBasicReportingFromJSON(json) {
30
- return GetModuleInstructorBasicReportingFromJSONTyped(json, false);
31
- }
32
- export function GetModuleInstructorBasicReportingFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'moduleInfo': GetModuleInstructorBasicReportingModuleInfoFromJSON(json['module_info']),
38
- 'engagement': GetModuleInstructorBasicReportingEngagementFromJSON(json['engagement']),
39
- 'performance': GetModuleInstructorBasicReportingPerformanceFromJSON(json['performance']),
40
- };
41
- }
42
- export function GetModuleInstructorBasicReportingToJSON(json) {
43
- return GetModuleInstructorBasicReportingToJSONTyped(json, false);
44
- }
45
- export function GetModuleInstructorBasicReportingToJSONTyped(value, ignoreDiscriminator = false) {
46
- if (value == null) {
47
- return value;
48
- }
49
- return {
50
- 'module_info': GetModuleInstructorBasicReportingModuleInfoToJSON(value['moduleInfo']),
51
- 'engagement': GetModuleInstructorBasicReportingEngagementToJSON(value['engagement']),
52
- 'performance': GetModuleInstructorBasicReportingPerformanceToJSON(value['performance']),
53
- };
54
- }
@@ -1,56 +0,0 @@
1
- /**
2
- * LMS API
3
- * LMS API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface GetModuleInstructorBasicReportingEngagement
16
- */
17
- export interface GetModuleInstructorBasicReportingEngagement {
18
- /**
19
- * Average time spent by students on this module in hours
20
- * @type {number}
21
- * @memberof GetModuleInstructorBasicReportingEngagement
22
- */
23
- avgTimeSpentHours: number | null;
24
- /**
25
- * Percentage of active course-enrolled students who have completed every published content item in this module. Null if there are no active enrolled students.
26
- * @type {number}
27
- * @memberof GetModuleInstructorBasicReportingEngagement
28
- */
29
- completionRatePercentage: number | null;
30
- /**
31
- * Number of active course-enrolled students who have completed every published content item in this module.
32
- * @type {number}
33
- * @memberof GetModuleInstructorBasicReportingEngagement
34
- */
35
- completedCount: number;
36
- /**
37
- * Number of active course-enrolled students who have started at least one content item in this module but have not completed all published items.
38
- * @type {number}
39
- * @memberof GetModuleInstructorBasicReportingEngagement
40
- */
41
- inProgressCount: number;
42
- /**
43
- * Number of active course-enrolled students who have not opened any content item in this module.
44
- * @type {number}
45
- * @memberof GetModuleInstructorBasicReportingEngagement
46
- */
47
- notStartedCount: number;
48
- }
49
- /**
50
- * Check if a given object implements the GetModuleInstructorBasicReportingEngagement interface.
51
- */
52
- export declare function instanceOfGetModuleInstructorBasicReportingEngagement(value: object): value is GetModuleInstructorBasicReportingEngagement;
53
- export declare function GetModuleInstructorBasicReportingEngagementFromJSON(json: any): GetModuleInstructorBasicReportingEngagement;
54
- export declare function GetModuleInstructorBasicReportingEngagementFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleInstructorBasicReportingEngagement;
55
- export declare function GetModuleInstructorBasicReportingEngagementToJSON(json: any): GetModuleInstructorBasicReportingEngagement;
56
- export declare function GetModuleInstructorBasicReportingEngagementToJSONTyped(value?: GetModuleInstructorBasicReportingEngagement | null, ignoreDiscriminator?: boolean): any;
@@ -1,59 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * LMS API
5
- * LMS API
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Check if a given object implements the GetModuleInstructorBasicReportingEngagement interface.
16
- */
17
- export function instanceOfGetModuleInstructorBasicReportingEngagement(value) {
18
- if (!('avgTimeSpentHours' in value) || value['avgTimeSpentHours'] === undefined)
19
- return false;
20
- if (!('completionRatePercentage' in value) || value['completionRatePercentage'] === undefined)
21
- return false;
22
- if (!('completedCount' in value) || value['completedCount'] === undefined)
23
- return false;
24
- if (!('inProgressCount' in value) || value['inProgressCount'] === undefined)
25
- return false;
26
- if (!('notStartedCount' in value) || value['notStartedCount'] === undefined)
27
- return false;
28
- return true;
29
- }
30
- export function GetModuleInstructorBasicReportingEngagementFromJSON(json) {
31
- return GetModuleInstructorBasicReportingEngagementFromJSONTyped(json, false);
32
- }
33
- export function GetModuleInstructorBasicReportingEngagementFromJSONTyped(json, ignoreDiscriminator) {
34
- if (json == null) {
35
- return json;
36
- }
37
- return {
38
- 'avgTimeSpentHours': json['avg_time_spent_hours'],
39
- 'completionRatePercentage': json['completion_rate_percentage'],
40
- 'completedCount': json['completed_count'],
41
- 'inProgressCount': json['in_progress_count'],
42
- 'notStartedCount': json['not_started_count'],
43
- };
44
- }
45
- export function GetModuleInstructorBasicReportingEngagementToJSON(json) {
46
- return GetModuleInstructorBasicReportingEngagementToJSONTyped(json, false);
47
- }
48
- export function GetModuleInstructorBasicReportingEngagementToJSONTyped(value, ignoreDiscriminator = false) {
49
- if (value == null) {
50
- return value;
51
- }
52
- return {
53
- 'avg_time_spent_hours': value['avgTimeSpentHours'],
54
- 'completion_rate_percentage': value['completionRatePercentage'],
55
- 'completed_count': value['completedCount'],
56
- 'in_progress_count': value['inProgressCount'],
57
- 'not_started_count': value['notStartedCount'],
58
- };
59
- }
@@ -1,32 +0,0 @@
1
- /**
2
- * LMS API
3
- * LMS API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface GetModuleInstructorBasicReportingModuleInfo
16
- */
17
- export interface GetModuleInstructorBasicReportingModuleInfo {
18
- /**
19
- * Total number of content items in the module
20
- * @type {number}
21
- * @memberof GetModuleInstructorBasicReportingModuleInfo
22
- */
23
- contentCount: number;
24
- }
25
- /**
26
- * Check if a given object implements the GetModuleInstructorBasicReportingModuleInfo interface.
27
- */
28
- export declare function instanceOfGetModuleInstructorBasicReportingModuleInfo(value: object): value is GetModuleInstructorBasicReportingModuleInfo;
29
- export declare function GetModuleInstructorBasicReportingModuleInfoFromJSON(json: any): GetModuleInstructorBasicReportingModuleInfo;
30
- export declare function GetModuleInstructorBasicReportingModuleInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleInstructorBasicReportingModuleInfo;
31
- export declare function GetModuleInstructorBasicReportingModuleInfoToJSON(json: any): GetModuleInstructorBasicReportingModuleInfo;
32
- export declare function GetModuleInstructorBasicReportingModuleInfoToJSONTyped(value?: GetModuleInstructorBasicReportingModuleInfo | null, ignoreDiscriminator?: boolean): any;
@@ -1,43 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * LMS API
5
- * LMS API
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Check if a given object implements the GetModuleInstructorBasicReportingModuleInfo interface.
16
- */
17
- export function instanceOfGetModuleInstructorBasicReportingModuleInfo(value) {
18
- if (!('contentCount' in value) || value['contentCount'] === undefined)
19
- return false;
20
- return true;
21
- }
22
- export function GetModuleInstructorBasicReportingModuleInfoFromJSON(json) {
23
- return GetModuleInstructorBasicReportingModuleInfoFromJSONTyped(json, false);
24
- }
25
- export function GetModuleInstructorBasicReportingModuleInfoFromJSONTyped(json, ignoreDiscriminator) {
26
- if (json == null) {
27
- return json;
28
- }
29
- return {
30
- 'contentCount': json['content_count'],
31
- };
32
- }
33
- export function GetModuleInstructorBasicReportingModuleInfoToJSON(json) {
34
- return GetModuleInstructorBasicReportingModuleInfoToJSONTyped(json, false);
35
- }
36
- export function GetModuleInstructorBasicReportingModuleInfoToJSONTyped(value, ignoreDiscriminator = false) {
37
- if (value == null) {
38
- return value;
39
- }
40
- return {
41
- 'content_count': value['contentCount'],
42
- };
43
- }
@@ -1,32 +0,0 @@
1
- /**
2
- * LMS API
3
- * LMS API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface GetModuleInstructorBasicReportingPerformance
16
- */
17
- export interface GetModuleInstructorBasicReportingPerformance {
18
- /**
19
- * Average score percentage across all students
20
- * @type {number}
21
- * @memberof GetModuleInstructorBasicReportingPerformance
22
- */
23
- avgScorePercentage: number | null;
24
- }
25
- /**
26
- * Check if a given object implements the GetModuleInstructorBasicReportingPerformance interface.
27
- */
28
- export declare function instanceOfGetModuleInstructorBasicReportingPerformance(value: object): value is GetModuleInstructorBasicReportingPerformance;
29
- export declare function GetModuleInstructorBasicReportingPerformanceFromJSON(json: any): GetModuleInstructorBasicReportingPerformance;
30
- export declare function GetModuleInstructorBasicReportingPerformanceFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleInstructorBasicReportingPerformance;
31
- export declare function GetModuleInstructorBasicReportingPerformanceToJSON(json: any): GetModuleInstructorBasicReportingPerformance;
32
- export declare function GetModuleInstructorBasicReportingPerformanceToJSONTyped(value?: GetModuleInstructorBasicReportingPerformance | null, ignoreDiscriminator?: boolean): any;
@@ -1,43 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * LMS API
5
- * LMS API
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- * Check if a given object implements the GetModuleInstructorBasicReportingPerformance interface.
16
- */
17
- export function instanceOfGetModuleInstructorBasicReportingPerformance(value) {
18
- if (!('avgScorePercentage' in value) || value['avgScorePercentage'] === undefined)
19
- return false;
20
- return true;
21
- }
22
- export function GetModuleInstructorBasicReportingPerformanceFromJSON(json) {
23
- return GetModuleInstructorBasicReportingPerformanceFromJSONTyped(json, false);
24
- }
25
- export function GetModuleInstructorBasicReportingPerformanceFromJSONTyped(json, ignoreDiscriminator) {
26
- if (json == null) {
27
- return json;
28
- }
29
- return {
30
- 'avgScorePercentage': json['avg_score_percentage'],
31
- };
32
- }
33
- export function GetModuleInstructorBasicReportingPerformanceToJSON(json) {
34
- return GetModuleInstructorBasicReportingPerformanceToJSONTyped(json, false);
35
- }
36
- export function GetModuleInstructorBasicReportingPerformanceToJSONTyped(value, ignoreDiscriminator = false) {
37
- if (value == null) {
38
- return value;
39
- }
40
- return {
41
- 'avg_score_percentage': value['avgScorePercentage'],
42
- };
43
- }
@@ -1,57 +0,0 @@
1
- /**
2
- * LMS API
3
- * LMS API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { GetModule } from './GetModule';
13
- /**
14
- * A list of modules with pagination information
15
- * @export
16
- * @interface GetModuleList
17
- */
18
- export interface GetModuleList {
19
- /**
20
- * The current page number
21
- * @type {number}
22
- * @memberof GetModuleList
23
- */
24
- page: number;
25
- /**
26
- * The number of items per page
27
- * @type {number}
28
- * @memberof GetModuleList
29
- */
30
- pageSize: number;
31
- /**
32
- * The total number of pages
33
- * @type {number}
34
- * @memberof GetModuleList
35
- */
36
- totalPages: number;
37
- /**
38
- * The total number of items
39
- * @type {number}
40
- * @memberof GetModuleList
41
- */
42
- totalItems: number;
43
- /**
44
- *
45
- * @type {Array<GetModule>}
46
- * @memberof GetModuleList
47
- */
48
- items: Array<GetModule>;
49
- }
50
- /**
51
- * Check if a given object implements the GetModuleList interface.
52
- */
53
- export declare function instanceOfGetModuleList(value: object): value is GetModuleList;
54
- export declare function GetModuleListFromJSON(json: any): GetModuleList;
55
- export declare function GetModuleListFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleList;
56
- export declare function GetModuleListToJSON(json: any): GetModuleList;
57
- export declare function GetModuleListToJSONTyped(value?: GetModuleList | null, ignoreDiscriminator?: boolean): any;
@@ -1,60 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * LMS API
5
- * LMS API
6
- *
7
- * The version of the OpenAPI document: 1.0.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
- import { GetModuleFromJSON, GetModuleToJSON, } from './GetModule';
15
- /**
16
- * Check if a given object implements the GetModuleList interface.
17
- */
18
- export function instanceOfGetModuleList(value) {
19
- if (!('page' in value) || value['page'] === undefined)
20
- return false;
21
- if (!('pageSize' in value) || value['pageSize'] === undefined)
22
- return false;
23
- if (!('totalPages' in value) || value['totalPages'] === undefined)
24
- return false;
25
- if (!('totalItems' in value) || value['totalItems'] === undefined)
26
- return false;
27
- if (!('items' in value) || value['items'] === undefined)
28
- return false;
29
- return true;
30
- }
31
- export function GetModuleListFromJSON(json) {
32
- return GetModuleListFromJSONTyped(json, false);
33
- }
34
- export function GetModuleListFromJSONTyped(json, ignoreDiscriminator) {
35
- if (json == null) {
36
- return json;
37
- }
38
- return {
39
- 'page': json['page'],
40
- 'pageSize': json['page_size'],
41
- 'totalPages': json['total_pages'],
42
- 'totalItems': json['total_items'],
43
- 'items': (json['items'].map(GetModuleFromJSON)),
44
- };
45
- }
46
- export function GetModuleListToJSON(json) {
47
- return GetModuleListToJSONTyped(json, false);
48
- }
49
- export function GetModuleListToJSONTyped(value, ignoreDiscriminator = false) {
50
- if (value == null) {
51
- return value;
52
- }
53
- return {
54
- 'page': value['page'],
55
- 'page_size': value['pageSize'],
56
- 'total_pages': value['totalPages'],
57
- 'total_items': value['totalItems'],
58
- 'items': (value['items'].map(GetModuleToJSON)),
59
- };
60
- }
@@ -1,54 +0,0 @@
1
- /**
2
- * LMS API
3
- * LMS API
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import type { GetModuleInstructorBasicReportingModuleInfo } from './GetModuleInstructorBasicReportingModuleInfo';
13
- import type { GetModuleStudentReportingAccess } from './GetModuleStudentReportingAccess';
14
- import type { GetModuleStudentReportingContentsInner } from './GetModuleStudentReportingContentsInner';
15
- import type { GetModuleStudentReportingProgress } from './GetModuleStudentReportingProgress';
16
- /**
17
- *
18
- * @export
19
- * @interface GetModuleStudentReporting
20
- */
21
- export interface GetModuleStudentReporting {
22
- /**
23
- *
24
- * @type {GetModuleInstructorBasicReportingModuleInfo}
25
- * @memberof GetModuleStudentReporting
26
- */
27
- moduleInfo: GetModuleInstructorBasicReportingModuleInfo;
28
- /**
29
- *
30
- * @type {GetModuleStudentReportingProgress}
31
- * @memberof GetModuleStudentReporting
32
- */
33
- progress: GetModuleStudentReportingProgress;
34
- /**
35
- *
36
- * @type {GetModuleStudentReportingAccess}
37
- * @memberof GetModuleStudentReporting
38
- */
39
- access: GetModuleStudentReportingAccess;
40
- /**
41
- * Content-level progress for the student within this module.
42
- * @type {Array<GetModuleStudentReportingContentsInner>}
43
- * @memberof GetModuleStudentReporting
44
- */
45
- contents: Array<GetModuleStudentReportingContentsInner>;
46
- }
47
- /**
48
- * Check if a given object implements the GetModuleStudentReporting interface.
49
- */
50
- export declare function instanceOfGetModuleStudentReporting(value: object): value is GetModuleStudentReporting;
51
- export declare function GetModuleStudentReportingFromJSON(json: any): GetModuleStudentReporting;
52
- export declare function GetModuleStudentReportingFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetModuleStudentReporting;
53
- export declare function GetModuleStudentReportingToJSON(json: any): GetModuleStudentReporting;
54
- export declare function GetModuleStudentReportingToJSONTyped(value?: GetModuleStudentReporting | null, ignoreDiscriminator?: boolean): any;