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