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