@iblai/iblai-api 3.34.5-core

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 (382) hide show
  1. package/README.md +222 -0
  2. package/dist/index.cjs.js +7291 -0
  3. package/dist/index.cjs.js.map +1 -0
  4. package/dist/index.esm.js +7267 -0
  5. package/dist/index.esm.js.map +1 -0
  6. package/dist/index.umd.js +7297 -0
  7. package/dist/index.umd.js.map +1 -0
  8. package/dist/types/core/ApiError.d.ts +10 -0
  9. package/dist/types/core/ApiRequestOptions.d.ts +13 -0
  10. package/dist/types/core/ApiResult.d.ts +7 -0
  11. package/dist/types/core/CancelablePromise.d.ts +20 -0
  12. package/dist/types/core/OpenAPI.d.ts +16 -0
  13. package/dist/types/core/request.d.ts +30 -0
  14. package/dist/types/index.d.ts +183 -0
  15. package/dist/types/models/AcceptanceEnum.d.ts +10 -0
  16. package/dist/types/models/ActiveUsersData.d.ts +18 -0
  17. package/dist/types/models/ActiveUsersList.d.ts +6 -0
  18. package/dist/types/models/ActiveUsersPerCourse.d.ts +10 -0
  19. package/dist/types/models/ActiveUsersPerCourseData.d.ts +14 -0
  20. package/dist/types/models/ActivityAPI.d.ts +8 -0
  21. package/dist/types/models/ActivityData.d.ts +38 -0
  22. package/dist/types/models/Assertion.d.ts +15 -0
  23. package/dist/types/models/Average.d.ts +4 -0
  24. package/dist/types/models/AverageData.d.ts +6 -0
  25. package/dist/types/models/AverageOvertime.d.ts +22 -0
  26. package/dist/types/models/AvgCourseGradeWithCutoff.d.ts +4 -0
  27. package/dist/types/models/AvgCourseGradeWithCutoffData.d.ts +10 -0
  28. package/dist/types/models/BlankEnum.d.ts +2 -0
  29. package/dist/types/models/BulkCreateAssertion.d.ts +4 -0
  30. package/dist/types/models/CampaignEnablement.d.ts +8 -0
  31. package/dist/types/models/CampaignExclusion.d.ts +8 -0
  32. package/dist/types/models/Company.d.ts +23 -0
  33. package/dist/types/models/ContextResponse.d.ts +7 -0
  34. package/dist/types/models/Count.d.ts +4 -0
  35. package/dist/types/models/CountData.d.ts +6 -0
  36. package/dist/types/models/CourseCompletionPerCourse.d.ts +6 -0
  37. package/dist/types/models/CourseCompletionPerCourseData.d.ts +22 -0
  38. package/dist/types/models/CourseCompletionSummaryDataOvertime.d.ts +18 -0
  39. package/dist/types/models/CourseCompletionSummaryOvertime.d.ts +6 -0
  40. package/dist/types/models/CourseGradeDetailBlock.d.ts +18 -0
  41. package/dist/types/models/CourseGradeDetailSubSection.d.ts +23 -0
  42. package/dist/types/models/CourseGradeSummary.d.ts +4 -0
  43. package/dist/types/models/CourseGradeSummaryData.d.ts +18 -0
  44. package/dist/types/models/CourseGradingDetail.d.ts +4 -0
  45. package/dist/types/models/CourseGradingDetailData.d.ts +12 -0
  46. package/dist/types/models/CoursePoint.d.ts +7 -0
  47. package/dist/types/models/CourseSkill.d.ts +8 -0
  48. package/dist/types/models/Credential.d.ts +28 -0
  49. package/dist/types/models/DesiredSkill.d.ts +4 -0
  50. package/dist/types/models/DetailedGradeSubsection.d.ts +22 -0
  51. package/dist/types/models/DetailedGradeView.d.ts +4 -0
  52. package/dist/types/models/DetailedGradeViewData.d.ts +12 -0
  53. package/dist/types/models/Education.d.ts +30 -0
  54. package/dist/types/models/EngagementPerCourse.d.ts +6 -0
  55. package/dist/types/models/EngagementPerCourseData.d.ts +26 -0
  56. package/dist/types/models/Enrollments.d.ts +8 -0
  57. package/dist/types/models/EnrollmentsData.d.ts +18 -0
  58. package/dist/types/models/EnrollmentsPerUser.d.ts +6 -0
  59. package/dist/types/models/EnrollmentsPerUserData.d.ts +18 -0
  60. package/dist/types/models/ErrorResponse.d.ts +8 -0
  61. package/dist/types/models/Experience.d.ts +29 -0
  62. package/dist/types/models/FloatOverTime.d.ts +10 -0
  63. package/dist/types/models/GradingPerUser.d.ts +8 -0
  64. package/dist/types/models/GradingPerUserData.d.ts +26 -0
  65. package/dist/types/models/GroupList.d.ts +6 -0
  66. package/dist/types/models/GroupListData.d.ts +16 -0
  67. package/dist/types/models/ImageUpload.d.ts +3 -0
  68. package/dist/types/models/Institution.d.ts +20 -0
  69. package/dist/types/models/InstitutionTypeEnum.d.ts +14 -0
  70. package/dist/types/models/Issuer.d.ts +9 -0
  71. package/dist/types/models/IssuerAuthority.d.ts +5 -0
  72. package/dist/types/models/LearnerInformationAPI.d.ts +4 -0
  73. package/dist/types/models/LearnerInformationAPIData.d.ts +83 -0
  74. package/dist/types/models/LtiKey.d.ts +19 -0
  75. package/dist/types/models/LtiLaunchGate.d.ts +8 -0
  76. package/dist/types/models/LtiTool.d.ts +46 -0
  77. package/dist/types/models/NetRevenueOverTime.d.ts +8 -0
  78. package/dist/types/models/NewPerLearnerList.d.ts +6 -0
  79. package/dist/types/models/NewPerLearnerListData.d.ts +17 -0
  80. package/dist/types/models/Notification.d.ts +13 -0
  81. package/dist/types/models/NotificationCount.d.ts +4 -0
  82. package/dist/types/models/NotificationPreview.d.ts +31 -0
  83. package/dist/types/models/NotificationSource.d.ts +8 -0
  84. package/dist/types/models/NotificationTemplateData.d.ts +26 -0
  85. package/dist/types/models/Order.d.ts +22 -0
  86. package/dist/types/models/OverTime.d.ts +3 -0
  87. package/dist/types/models/OverTimeWithTotal.d.ts +22 -0
  88. package/dist/types/models/OvertimeMeta.d.ts +30 -0
  89. package/dist/types/models/OvertimeWithChangeInfo.d.ts +24 -0
  90. package/dist/types/models/Pagination.d.ts +18 -0
  91. package/dist/types/models/PatchedNotification.d.ts +13 -0
  92. package/dist/types/models/PatchedPlatformPublicMetadata.d.ts +8 -0
  93. package/dist/types/models/PatchedSkillThreshold.d.ts +14 -0
  94. package/dist/types/models/PerLearnerCourseLastAccessData.d.ts +30 -0
  95. package/dist/types/models/PerLearnerCourseVideosWatched.d.ts +8 -0
  96. package/dist/types/models/PerLearnerCourseVideosWatchedData.d.ts +14 -0
  97. package/dist/types/models/PerLearnerLastAccess.d.ts +4 -0
  98. package/dist/types/models/PerLearnerLastAccessData.d.ts +11 -0
  99. package/dist/types/models/PerLearnerTimeSpentInCourseTree.d.ts +8 -0
  100. package/dist/types/models/PerformanceGradesPerCourse.d.ts +6 -0
  101. package/dist/types/models/PerformanceGradesPerCourseData.d.ts +22 -0
  102. package/dist/types/models/PerlearnerCourseProgress.d.ts +4 -0
  103. package/dist/types/models/PerlearnerCourseProgressData.d.ts +6 -0
  104. package/dist/types/models/PerlearnerEngagementVideosData.d.ts +30 -0
  105. package/dist/types/models/PerlearnerEngagementVideosWatchedPerCourse.d.ts +4 -0
  106. package/dist/types/models/PerlearnerGradeSummary.d.ts +4 -0
  107. package/dist/types/models/PerlearnerGradeSummaryData.d.ts +18 -0
  108. package/dist/types/models/PerlearnerGradeWithCutOff.d.ts +4 -0
  109. package/dist/types/models/PerlearnerGradeWithCutOffData.d.ts +10 -0
  110. package/dist/types/models/PerlearnerGradingPerCourseAPI.d.ts +4 -0
  111. package/dist/types/models/PerlearnerGradingPerCourseAPIData.d.ts +34 -0
  112. package/dist/types/models/PerlearnerUserList.d.ts +6 -0
  113. package/dist/types/models/PerlearnerUserListData.d.ts +34 -0
  114. package/dist/types/models/PlatformPublicMetadata.d.ts +8 -0
  115. package/dist/types/models/PointsPercentile.d.ts +8 -0
  116. package/dist/types/models/PreviewResponse.d.ts +11 -0
  117. package/dist/types/models/Product.d.ts +22 -0
  118. package/dist/types/models/ProductTable.d.ts +26 -0
  119. package/dist/types/models/Program.d.ts +24 -0
  120. package/dist/types/models/ProgramTypeEnum.d.ts +18 -0
  121. package/dist/types/models/Recipient.d.ts +8 -0
  122. package/dist/types/models/RecommendationSearchAPI.d.ts +3 -0
  123. package/dist/types/models/RedirectTokenRequest.d.ts +3 -0
  124. package/dist/types/models/RedirectTokenResponse.d.ts +5 -0
  125. package/dist/types/models/ReportCreate.d.ts +7 -0
  126. package/dist/types/models/ReportData.d.ts +28 -0
  127. package/dist/types/models/ReportDetail.d.ts +4 -0
  128. package/dist/types/models/ReportList.d.ts +4 -0
  129. package/dist/types/models/ReportRequest.d.ts +21 -0
  130. package/dist/types/models/ReportStatus.d.ts +41 -0
  131. package/dist/types/models/ReportedSkill.d.ts +4 -0
  132. package/dist/types/models/ResourcePoint.d.ts +7 -0
  133. package/dist/types/models/RevenueByProduct.d.ts +6 -0
  134. package/dist/types/models/SendNotification.d.ts +6 -0
  135. package/dist/types/models/SendResponse.d.ts +9 -0
  136. package/dist/types/models/Skill.d.ts +7 -0
  137. package/dist/types/models/SkillDetail.d.ts +9 -0
  138. package/dist/types/models/SkillInfo.d.ts +23 -0
  139. package/dist/types/models/SkillThreshold.d.ts +14 -0
  140. package/dist/types/models/StateEnum.d.ts +22 -0
  141. package/dist/types/models/StatusEnum.d.ts +10 -0
  142. package/dist/types/models/SubTimeChild.d.ts +18 -0
  143. package/dist/types/models/Summary.d.ts +18 -0
  144. package/dist/types/models/TimeChildData.d.ts +20 -0
  145. package/dist/types/models/TimeDetail.d.ts +8 -0
  146. package/dist/types/models/TimeDetailChild.d.ts +26 -0
  147. package/dist/types/models/TimeDetailData.d.ts +24 -0
  148. package/dist/types/models/TimeSpentByUsersInCourse.d.ts +6 -0
  149. package/dist/types/models/TimeSpentByUsersInCourseData.d.ts +22 -0
  150. package/dist/types/models/TimeSpentPerCourse.d.ts +6 -0
  151. package/dist/types/models/TimeSpentPerCourseData.d.ts +26 -0
  152. package/dist/types/models/TimeSpentPerUserResponse.d.ts +3 -0
  153. package/dist/types/models/TimeSpentUpdateRequest.d.ts +11 -0
  154. package/dist/types/models/TimeSpentUpdateResponse.d.ts +4 -0
  155. package/dist/types/models/TypeEnum.d.ts +18 -0
  156. package/dist/types/models/UploadedImage.d.ts +5 -0
  157. package/dist/types/models/UserInfo.d.ts +13 -0
  158. package/dist/types/models/UserSkill.d.ts +22 -0
  159. package/dist/types/models/UserSkillPointsPercentile.d.ts +8 -0
  160. package/dist/types/models/ValidateSourceResponse.d.ts +10 -0
  161. package/dist/types/models/Value.d.ts +4 -0
  162. package/dist/types/models/ValueData.d.ts +6 -0
  163. package/dist/types/models/VideoBlock.d.ts +14 -0
  164. package/dist/types/models/VideoEngagementPerCourse.d.ts +6 -0
  165. package/dist/types/models/VideoEngagementPerCourseData.d.ts +30 -0
  166. package/dist/types/models/VideosCount.d.ts +4 -0
  167. package/dist/types/models/VideosCountData.d.ts +6 -0
  168. package/dist/types/models/VideosInCourseSummary.d.ts +4 -0
  169. package/dist/types/models/VideosInCourseSummaryData.d.ts +12 -0
  170. package/dist/types/models/VideosSpecificCourse.d.ts +4 -0
  171. package/dist/types/models/VideosSpecificCourseData.d.ts +26 -0
  172. package/dist/types/models/VideosWatchedSubSection.d.ts +19 -0
  173. package/dist/types/models/WatchedVideosPerUser.d.ts +8 -0
  174. package/dist/types/models/WatchedVideosPerUserData.d.ts +18 -0
  175. package/dist/types/services/AnalyticsService.d.ts +51 -0
  176. package/dist/types/services/AudienceService.d.ts +348 -0
  177. package/dist/types/services/CareerService.d.ts +210 -0
  178. package/dist/types/services/CoreService.d.ts +196 -0
  179. package/dist/types/services/CredentialsService.d.ts +1184 -0
  180. package/dist/types/services/DepartmentsService.d.ts +43 -0
  181. package/dist/types/services/EngagementService.d.ts +467 -0
  182. package/dist/types/services/FinanceService.d.ts +52 -0
  183. package/dist/types/services/NotificationBuilderService.d.ts +58 -0
  184. package/dist/types/services/NotificationService.d.ts +118 -0
  185. package/dist/types/services/OverviewService.d.ts +184 -0
  186. package/dist/types/services/PerformanceService.d.ts +183 -0
  187. package/dist/types/services/PerlearnerService.d.ts +501 -0
  188. package/dist/types/services/PlatformService.d.ts +77 -0
  189. package/dist/types/services/RecommendationsService.d.ts +13 -0
  190. package/dist/types/services/ReportsService.d.ts +142 -0
  191. package/dist/types/services/SearchService.d.ts +276 -0
  192. package/dist/types/services/SkillsService.d.ts +377 -0
  193. package/dist/types/services/UserGroupsService.d.ts +49 -0
  194. package/package.json +39 -0
  195. package/rollup.config.js +113 -0
  196. package/src/core/ApiError.ts +25 -0
  197. package/src/core/ApiRequestOptions.ts +17 -0
  198. package/src/core/ApiResult.ts +11 -0
  199. package/src/core/CancelablePromise.ts +131 -0
  200. package/src/core/OpenAPI.ts +32 -0
  201. package/src/core/request.ts +322 -0
  202. package/src/index.ts +189 -0
  203. package/src/models/AcceptanceEnum.ts +14 -0
  204. package/src/models/ActiveUsersData.ts +23 -0
  205. package/src/models/ActiveUsersList.ts +11 -0
  206. package/src/models/ActiveUsersPerCourse.ts +15 -0
  207. package/src/models/ActiveUsersPerCourseData.ts +19 -0
  208. package/src/models/ActivityAPI.ts +13 -0
  209. package/src/models/ActivityData.ts +43 -0
  210. package/src/models/Assertion.ts +20 -0
  211. package/src/models/Average.ts +9 -0
  212. package/src/models/AverageData.ts +11 -0
  213. package/src/models/AverageOvertime.ts +27 -0
  214. package/src/models/AvgCourseGradeWithCutoff.ts +9 -0
  215. package/src/models/AvgCourseGradeWithCutoffData.ts +15 -0
  216. package/src/models/BlankEnum.ts +7 -0
  217. package/src/models/BulkCreateAssertion.ts +9 -0
  218. package/src/models/CampaignEnablement.ts +13 -0
  219. package/src/models/CampaignExclusion.ts +13 -0
  220. package/src/models/Company.ts +28 -0
  221. package/src/models/ContextResponse.ts +12 -0
  222. package/src/models/Count.ts +9 -0
  223. package/src/models/CountData.ts +11 -0
  224. package/src/models/CourseCompletionPerCourse.ts +11 -0
  225. package/src/models/CourseCompletionPerCourseData.ts +27 -0
  226. package/src/models/CourseCompletionSummaryDataOvertime.ts +23 -0
  227. package/src/models/CourseCompletionSummaryOvertime.ts +11 -0
  228. package/src/models/CourseGradeDetailBlock.ts +23 -0
  229. package/src/models/CourseGradeDetailSubSection.ts +28 -0
  230. package/src/models/CourseGradeSummary.ts +9 -0
  231. package/src/models/CourseGradeSummaryData.ts +23 -0
  232. package/src/models/CourseGradingDetail.ts +9 -0
  233. package/src/models/CourseGradingDetailData.ts +17 -0
  234. package/src/models/CoursePoint.ts +12 -0
  235. package/src/models/CourseSkill.ts +13 -0
  236. package/src/models/Credential.ts +33 -0
  237. package/src/models/DesiredSkill.ts +9 -0
  238. package/src/models/DetailedGradeSubsection.ts +27 -0
  239. package/src/models/DetailedGradeView.ts +9 -0
  240. package/src/models/DetailedGradeViewData.ts +17 -0
  241. package/src/models/Education.ts +35 -0
  242. package/src/models/EngagementPerCourse.ts +11 -0
  243. package/src/models/EngagementPerCourseData.ts +31 -0
  244. package/src/models/Enrollments.ts +13 -0
  245. package/src/models/EnrollmentsData.ts +23 -0
  246. package/src/models/EnrollmentsPerUser.ts +11 -0
  247. package/src/models/EnrollmentsPerUserData.ts +23 -0
  248. package/src/models/ErrorResponse.ts +13 -0
  249. package/src/models/Experience.ts +34 -0
  250. package/src/models/FloatOverTime.ts +15 -0
  251. package/src/models/GradingPerUser.ts +13 -0
  252. package/src/models/GradingPerUserData.ts +31 -0
  253. package/src/models/GroupList.ts +11 -0
  254. package/src/models/GroupListData.ts +21 -0
  255. package/src/models/ImageUpload.ts +8 -0
  256. package/src/models/Institution.ts +25 -0
  257. package/src/models/InstitutionTypeEnum.ts +18 -0
  258. package/src/models/Issuer.ts +14 -0
  259. package/src/models/IssuerAuthority.ts +10 -0
  260. package/src/models/LearnerInformationAPI.ts +9 -0
  261. package/src/models/LearnerInformationAPIData.ts +88 -0
  262. package/src/models/LtiKey.ts +24 -0
  263. package/src/models/LtiLaunchGate.ts +13 -0
  264. package/src/models/LtiTool.ts +51 -0
  265. package/src/models/NetRevenueOverTime.ts +13 -0
  266. package/src/models/NewPerLearnerList.ts +11 -0
  267. package/src/models/NewPerLearnerListData.ts +22 -0
  268. package/src/models/Notification.ts +18 -0
  269. package/src/models/NotificationCount.ts +9 -0
  270. package/src/models/NotificationPreview.ts +36 -0
  271. package/src/models/NotificationSource.ts +13 -0
  272. package/src/models/NotificationTemplateData.ts +31 -0
  273. package/src/models/Order.ts +27 -0
  274. package/src/models/OverTime.ts +8 -0
  275. package/src/models/OverTimeWithTotal.ts +27 -0
  276. package/src/models/OvertimeMeta.ts +35 -0
  277. package/src/models/OvertimeWithChangeInfo.ts +29 -0
  278. package/src/models/Pagination.ts +23 -0
  279. package/src/models/PatchedNotification.ts +18 -0
  280. package/src/models/PatchedPlatformPublicMetadata.ts +13 -0
  281. package/src/models/PatchedSkillThreshold.ts +19 -0
  282. package/src/models/PerLearnerCourseLastAccessData.ts +35 -0
  283. package/src/models/PerLearnerCourseVideosWatched.ts +13 -0
  284. package/src/models/PerLearnerCourseVideosWatchedData.ts +19 -0
  285. package/src/models/PerLearnerLastAccess.ts +9 -0
  286. package/src/models/PerLearnerLastAccessData.ts +16 -0
  287. package/src/models/PerLearnerTimeSpentInCourseTree.ts +13 -0
  288. package/src/models/PerformanceGradesPerCourse.ts +11 -0
  289. package/src/models/PerformanceGradesPerCourseData.ts +27 -0
  290. package/src/models/PerlearnerCourseProgress.ts +9 -0
  291. package/src/models/PerlearnerCourseProgressData.ts +11 -0
  292. package/src/models/PerlearnerEngagementVideosData.ts +35 -0
  293. package/src/models/PerlearnerEngagementVideosWatchedPerCourse.ts +9 -0
  294. package/src/models/PerlearnerGradeSummary.ts +9 -0
  295. package/src/models/PerlearnerGradeSummaryData.ts +23 -0
  296. package/src/models/PerlearnerGradeWithCutOff.ts +9 -0
  297. package/src/models/PerlearnerGradeWithCutOffData.ts +15 -0
  298. package/src/models/PerlearnerGradingPerCourseAPI.ts +9 -0
  299. package/src/models/PerlearnerGradingPerCourseAPIData.ts +39 -0
  300. package/src/models/PerlearnerUserList.ts +11 -0
  301. package/src/models/PerlearnerUserListData.ts +39 -0
  302. package/src/models/PlatformPublicMetadata.ts +13 -0
  303. package/src/models/PointsPercentile.ts +13 -0
  304. package/src/models/PreviewResponse.ts +16 -0
  305. package/src/models/Product.ts +27 -0
  306. package/src/models/ProductTable.ts +31 -0
  307. package/src/models/Program.ts +29 -0
  308. package/src/models/ProgramTypeEnum.ts +22 -0
  309. package/src/models/Recipient.ts +13 -0
  310. package/src/models/RecommendationSearchAPI.ts +8 -0
  311. package/src/models/RedirectTokenRequest.ts +8 -0
  312. package/src/models/RedirectTokenResponse.ts +10 -0
  313. package/src/models/ReportCreate.ts +12 -0
  314. package/src/models/ReportData.ts +33 -0
  315. package/src/models/ReportDetail.ts +9 -0
  316. package/src/models/ReportList.ts +9 -0
  317. package/src/models/ReportRequest.ts +26 -0
  318. package/src/models/ReportStatus.ts +46 -0
  319. package/src/models/ReportedSkill.ts +9 -0
  320. package/src/models/ResourcePoint.ts +12 -0
  321. package/src/models/RevenueByProduct.ts +11 -0
  322. package/src/models/SendNotification.ts +11 -0
  323. package/src/models/SendResponse.ts +14 -0
  324. package/src/models/Skill.ts +12 -0
  325. package/src/models/SkillDetail.ts +14 -0
  326. package/src/models/SkillInfo.ts +28 -0
  327. package/src/models/SkillThreshold.ts +19 -0
  328. package/src/models/StateEnum.ts +26 -0
  329. package/src/models/StatusEnum.ts +14 -0
  330. package/src/models/SubTimeChild.ts +23 -0
  331. package/src/models/Summary.ts +23 -0
  332. package/src/models/TimeChildData.ts +25 -0
  333. package/src/models/TimeDetail.ts +13 -0
  334. package/src/models/TimeDetailChild.ts +31 -0
  335. package/src/models/TimeDetailData.ts +29 -0
  336. package/src/models/TimeSpentByUsersInCourse.ts +11 -0
  337. package/src/models/TimeSpentByUsersInCourseData.ts +27 -0
  338. package/src/models/TimeSpentPerCourse.ts +11 -0
  339. package/src/models/TimeSpentPerCourseData.ts +31 -0
  340. package/src/models/TimeSpentPerUserResponse.ts +8 -0
  341. package/src/models/TimeSpentUpdateRequest.ts +16 -0
  342. package/src/models/TimeSpentUpdateResponse.ts +9 -0
  343. package/src/models/TypeEnum.ts +22 -0
  344. package/src/models/UploadedImage.ts +10 -0
  345. package/src/models/UserInfo.ts +18 -0
  346. package/src/models/UserSkill.ts +27 -0
  347. package/src/models/UserSkillPointsPercentile.ts +13 -0
  348. package/src/models/ValidateSourceResponse.ts +15 -0
  349. package/src/models/Value.ts +9 -0
  350. package/src/models/ValueData.ts +11 -0
  351. package/src/models/VideoBlock.ts +19 -0
  352. package/src/models/VideoEngagementPerCourse.ts +11 -0
  353. package/src/models/VideoEngagementPerCourseData.ts +35 -0
  354. package/src/models/VideosCount.ts +9 -0
  355. package/src/models/VideosCountData.ts +11 -0
  356. package/src/models/VideosInCourseSummary.ts +9 -0
  357. package/src/models/VideosInCourseSummaryData.ts +17 -0
  358. package/src/models/VideosSpecificCourse.ts +9 -0
  359. package/src/models/VideosSpecificCourseData.ts +31 -0
  360. package/src/models/VideosWatchedSubSection.ts +24 -0
  361. package/src/models/WatchedVideosPerUser.ts +13 -0
  362. package/src/models/WatchedVideosPerUserData.ts +23 -0
  363. package/src/services/AnalyticsService.ts +94 -0
  364. package/src/services/AudienceService.ts +602 -0
  365. package/src/services/CareerService.ts +568 -0
  366. package/src/services/CoreService.ts +487 -0
  367. package/src/services/CredentialsService.ts +1647 -0
  368. package/src/services/DepartmentsService.ts +85 -0
  369. package/src/services/EngagementService.ts +907 -0
  370. package/src/services/FinanceService.ts +136 -0
  371. package/src/services/NotificationBuilderService.ts +133 -0
  372. package/src/services/NotificationService.ts +294 -0
  373. package/src/services/OverviewService.ts +324 -0
  374. package/src/services/PerformanceService.ts +329 -0
  375. package/src/services/PerlearnerService.ts +1009 -0
  376. package/src/services/PlatformService.ts +181 -0
  377. package/src/services/RecommendationsService.ts +31 -0
  378. package/src/services/ReportsService.ts +218 -0
  379. package/src/services/SearchService.ts +309 -0
  380. package/src/services/SkillsService.ts +521 -0
  381. package/src/services/UserGroupsService.ts +91 -0
  382. package/tsconfig.json +15 -0
@@ -0,0 +1,521 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { DesiredSkill } from '../models/DesiredSkill';
6
+ import type { PatchedSkillThreshold } from '../models/PatchedSkillThreshold';
7
+ import type { PointsPercentile } from '../models/PointsPercentile';
8
+ import type { ReportedSkill } from '../models/ReportedSkill';
9
+ import type { SkillDetail } from '../models/SkillDetail';
10
+ import type { SkillInfo } from '../models/SkillInfo';
11
+ import type { SkillThreshold } from '../models/SkillThreshold';
12
+ import type { UserSkill } from '../models/UserSkill';
13
+ import type { UserSkillPointsPercentile } from '../models/UserSkillPointsPercentile';
14
+ import type { CancelablePromise } from '../core/CancelablePromise';
15
+ import { OpenAPI } from '../core/OpenAPI';
16
+ import { request as __request } from '../core/request';
17
+ export class SkillsService {
18
+ /**
19
+ * List all available skills on the platform.
20
+ *
21
+ * This endpoint returns information about all skills that can be
22
+ * acquired on the platform.
23
+ *
24
+ * Path Parameters:
25
+ * org (str): The platform/organization identifier
26
+ *
27
+ * Returns:
28
+ * A list of all skills with basic information about each skill.
29
+ *
30
+ * Access Control:
31
+ * - Platform admins can access this information
32
+ * - All authenticated users can access this information
33
+ * @param org
34
+ * @returns SkillInfo
35
+ * @throws ApiError
36
+ */
37
+ public static skillsOrgsSkillsList(
38
+ org: string,
39
+ ): CancelablePromise<Array<SkillInfo>> {
40
+ return __request(OpenAPI, {
41
+ method: 'GET',
42
+ url: '/api/skills/orgs/{org}/skills',
43
+ path: {
44
+ 'org': org,
45
+ },
46
+ });
47
+ }
48
+ /**
49
+ * Retrieve percentile distribution for a specific skill.
50
+ *
51
+ * This endpoint returns the percentile distribution of points earned
52
+ * by users for a specific skill.
53
+ *
54
+ * Path Parameters:
55
+ * skill_id (int): The ID of the skill to retrieve percentile information for
56
+ * org (str, optional): The platform/organization identifier to filter results
57
+ *
58
+ * Returns:
59
+ * A list of percentile breakpoints for the specified skill.
60
+ *
61
+ * Error Responses:
62
+ * 404 Not Found: If the specified skill doesn't exist
63
+ *
64
+ * Access Control:
65
+ * - Platform admins can access this information
66
+ * - All authenticated users can access this information
67
+ * @param org
68
+ * @param skillId
69
+ * @returns PointsPercentile
70
+ * @throws ApiError
71
+ */
72
+ public static skillsOrgsSkillsPercentileRetrieve(
73
+ org: string,
74
+ skillId: number,
75
+ ): CancelablePromise<PointsPercentile> {
76
+ return __request(OpenAPI, {
77
+ method: 'GET',
78
+ url: '/api/skills/orgs/{org}/skills/{skill_id}/percentile/',
79
+ path: {
80
+ 'org': org,
81
+ 'skill_id': skillId,
82
+ },
83
+ });
84
+ }
85
+ /**
86
+ * Retrieve detailed information about a specific skill.
87
+ *
88
+ * This endpoint returns comprehensive information about a specific skill,
89
+ * including its description, categories, and related courses.
90
+ *
91
+ * Path Parameters:
92
+ * org (str): The platform/organization identifier
93
+ * skill_name (str): The name of the skill to retrieve details for
94
+ *
95
+ * Returns:
96
+ * Detailed information about the specified skill.
97
+ *
98
+ * Error Responses:
99
+ * 404 Not Found: If the specified skill doesn't exist
100
+ *
101
+ * Access Control:
102
+ * - Platform admins can access this information
103
+ * - All authenticated users can access this information
104
+ * @param org
105
+ * @param skillName
106
+ * @returns SkillDetail
107
+ * @throws ApiError
108
+ */
109
+ public static skillsOrgsSkillsRetrieve(
110
+ org: string,
111
+ skillName: string,
112
+ ): CancelablePromise<SkillDetail> {
113
+ return __request(OpenAPI, {
114
+ method: 'GET',
115
+ url: '/api/skills/orgs/{org}/skills/{skill_name}/',
116
+ path: {
117
+ 'org': org,
118
+ 'skill_name': skillName,
119
+ },
120
+ });
121
+ }
122
+ /**
123
+ * Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
124
+ * @param org
125
+ * @returns PointsPercentile
126
+ * @throws ApiError
127
+ */
128
+ public static skillsOrgsSkillsPercentileList(
129
+ org: string,
130
+ ): CancelablePromise<Array<PointsPercentile>> {
131
+ return __request(OpenAPI, {
132
+ method: 'GET',
133
+ url: '/api/skills/orgs/{org}/skills/percentile/',
134
+ path: {
135
+ 'org': org,
136
+ },
137
+ });
138
+ }
139
+ /**
140
+ * Manage skill thresholds for a platform.
141
+ *
142
+ * This endpoint allows platform administrators to view, create, update, and delete
143
+ * skill thresholds. Skill thresholds define the minimum points required to consider
144
+ * a skill as acquired or mastered.
145
+ *
146
+ * Path Parameters:
147
+ * org (str): The platform/organization identifier
148
+ *
149
+ * Methods:
150
+ * GET: Retrieve all skill thresholds for the platform
151
+ * POST: Create a new skill threshold
152
+ * PATCH: Update an existing skill threshold
153
+ * DELETE: Delete all skill thresholds for the platform
154
+ *
155
+ * Request Body (POST):
156
+ * name (str, required): The name of the threshold level (e.g., "Beginner", "Intermediate")
157
+ * threshold (int, required): The minimum points required to reach this threshold
158
+ *
159
+ * Request Body (PATCH):
160
+ * name (str, required): The name of the existing threshold to update
161
+ * threshold (int, required): The new minimum points value for this threshold
162
+ *
163
+ * Returns:
164
+ * GET: A list of all skill thresholds for the platform
165
+ * POST/PATCH: The created or updated skill threshold with format:
166
+ * {
167
+ * "name": "threshold_name",
168
+ * "threshold": threshold_value
169
+ * }
170
+ * DELETE: No content (204)
171
+ *
172
+ * Error Responses:
173
+ * 400 Bad Request: If the request data is invalid or missing required fields
174
+ * 404 Not Found: If the specified platform doesn't exist or the threshold
175
+ * to update cannot be found
176
+ *
177
+ * Access Control:
178
+ * - Only platform administrators can access this endpoint
179
+ * @param org
180
+ * @returns SkillThreshold
181
+ * @throws ApiError
182
+ */
183
+ public static skillsOrgsSkillsThresholdsRetrieve(
184
+ org: string,
185
+ ): CancelablePromise<SkillThreshold> {
186
+ return __request(OpenAPI, {
187
+ method: 'GET',
188
+ url: '/api/skills/orgs/{org}/skills/thresholds/',
189
+ path: {
190
+ 'org': org,
191
+ },
192
+ });
193
+ }
194
+ /**
195
+ * Manage skill thresholds for a platform.
196
+ *
197
+ * This endpoint allows platform administrators to view, create, update, and delete
198
+ * skill thresholds. Skill thresholds define the minimum points required to consider
199
+ * a skill as acquired or mastered.
200
+ *
201
+ * Path Parameters:
202
+ * org (str): The platform/organization identifier
203
+ *
204
+ * Methods:
205
+ * GET: Retrieve all skill thresholds for the platform
206
+ * POST: Create a new skill threshold
207
+ * PATCH: Update an existing skill threshold
208
+ * DELETE: Delete all skill thresholds for the platform
209
+ *
210
+ * Request Body (POST):
211
+ * name (str, required): The name of the threshold level (e.g., "Beginner", "Intermediate")
212
+ * threshold (int, required): The minimum points required to reach this threshold
213
+ *
214
+ * Request Body (PATCH):
215
+ * name (str, required): The name of the existing threshold to update
216
+ * threshold (int, required): The new minimum points value for this threshold
217
+ *
218
+ * Returns:
219
+ * GET: A list of all skill thresholds for the platform
220
+ * POST/PATCH: The created or updated skill threshold with format:
221
+ * {
222
+ * "name": "threshold_name",
223
+ * "threshold": threshold_value
224
+ * }
225
+ * DELETE: No content (204)
226
+ *
227
+ * Error Responses:
228
+ * 400 Bad Request: If the request data is invalid or missing required fields
229
+ * 404 Not Found: If the specified platform doesn't exist or the threshold
230
+ * to update cannot be found
231
+ *
232
+ * Access Control:
233
+ * - Only platform administrators can access this endpoint
234
+ * @param org
235
+ * @param requestBody
236
+ * @returns SkillThreshold
237
+ * @throws ApiError
238
+ */
239
+ public static skillsOrgsSkillsThresholdsCreate(
240
+ org: string,
241
+ requestBody: SkillThreshold,
242
+ ): CancelablePromise<SkillThreshold> {
243
+ return __request(OpenAPI, {
244
+ method: 'POST',
245
+ url: '/api/skills/orgs/{org}/skills/thresholds/',
246
+ path: {
247
+ 'org': org,
248
+ },
249
+ body: requestBody,
250
+ mediaType: 'application/json',
251
+ });
252
+ }
253
+ /**
254
+ * Manage skill thresholds for a platform.
255
+ *
256
+ * This endpoint allows platform administrators to view, create, update, and delete
257
+ * skill thresholds. Skill thresholds define the minimum points required to consider
258
+ * a skill as acquired or mastered.
259
+ *
260
+ * Path Parameters:
261
+ * org (str): The platform/organization identifier
262
+ *
263
+ * Methods:
264
+ * GET: Retrieve all skill thresholds for the platform
265
+ * POST: Create a new skill threshold
266
+ * PATCH: Update an existing skill threshold
267
+ * DELETE: Delete all skill thresholds for the platform
268
+ *
269
+ * Request Body (POST):
270
+ * name (str, required): The name of the threshold level (e.g., "Beginner", "Intermediate")
271
+ * threshold (int, required): The minimum points required to reach this threshold
272
+ *
273
+ * Request Body (PATCH):
274
+ * name (str, required): The name of the existing threshold to update
275
+ * threshold (int, required): The new minimum points value for this threshold
276
+ *
277
+ * Returns:
278
+ * GET: A list of all skill thresholds for the platform
279
+ * POST/PATCH: The created or updated skill threshold with format:
280
+ * {
281
+ * "name": "threshold_name",
282
+ * "threshold": threshold_value
283
+ * }
284
+ * DELETE: No content (204)
285
+ *
286
+ * Error Responses:
287
+ * 400 Bad Request: If the request data is invalid or missing required fields
288
+ * 404 Not Found: If the specified platform doesn't exist or the threshold
289
+ * to update cannot be found
290
+ *
291
+ * Access Control:
292
+ * - Only platform administrators can access this endpoint
293
+ * @param org
294
+ * @param requestBody
295
+ * @returns SkillThreshold
296
+ * @throws ApiError
297
+ */
298
+ public static skillsOrgsSkillsThresholdsPartialUpdate(
299
+ org: string,
300
+ requestBody?: PatchedSkillThreshold,
301
+ ): CancelablePromise<SkillThreshold> {
302
+ return __request(OpenAPI, {
303
+ method: 'PATCH',
304
+ url: '/api/skills/orgs/{org}/skills/thresholds/',
305
+ path: {
306
+ 'org': org,
307
+ },
308
+ body: requestBody,
309
+ mediaType: 'application/json',
310
+ });
311
+ }
312
+ /**
313
+ * Manage skill thresholds for a platform.
314
+ *
315
+ * This endpoint allows platform administrators to view, create, update, and delete
316
+ * skill thresholds. Skill thresholds define the minimum points required to consider
317
+ * a skill as acquired or mastered.
318
+ *
319
+ * Path Parameters:
320
+ * org (str): The platform/organization identifier
321
+ *
322
+ * Methods:
323
+ * GET: Retrieve all skill thresholds for the platform
324
+ * POST: Create a new skill threshold
325
+ * PATCH: Update an existing skill threshold
326
+ * DELETE: Delete all skill thresholds for the platform
327
+ *
328
+ * Request Body (POST):
329
+ * name (str, required): The name of the threshold level (e.g., "Beginner", "Intermediate")
330
+ * threshold (int, required): The minimum points required to reach this threshold
331
+ *
332
+ * Request Body (PATCH):
333
+ * name (str, required): The name of the existing threshold to update
334
+ * threshold (int, required): The new minimum points value for this threshold
335
+ *
336
+ * Returns:
337
+ * GET: A list of all skill thresholds for the platform
338
+ * POST/PATCH: The created or updated skill threshold with format:
339
+ * {
340
+ * "name": "threshold_name",
341
+ * "threshold": threshold_value
342
+ * }
343
+ * DELETE: No content (204)
344
+ *
345
+ * Error Responses:
346
+ * 400 Bad Request: If the request data is invalid or missing required fields
347
+ * 404 Not Found: If the specified platform doesn't exist or the threshold
348
+ * to update cannot be found
349
+ *
350
+ * Access Control:
351
+ * - Only platform administrators can access this endpoint
352
+ * @param org
353
+ * @returns void
354
+ * @throws ApiError
355
+ */
356
+ public static skillsOrgsSkillsThresholdsDestroy(
357
+ org: string,
358
+ ): CancelablePromise<void> {
359
+ return __request(OpenAPI, {
360
+ method: 'DELETE',
361
+ url: '/api/skills/orgs/{org}/skills/thresholds/',
362
+ path: {
363
+ 'org': org,
364
+ },
365
+ });
366
+ }
367
+ /**
368
+ * Retrieve a user's skill information.
369
+ *
370
+ * This endpoint returns information about skills that a user has acquired
371
+ * through the platform. It can return all skills or filter by a specific skill.
372
+ *
373
+ * Path Parameters:
374
+ * org (str): The platform/organization identifier
375
+ * user_id (str): The username of the user to retrieve skill information for
376
+ *
377
+ * Query Parameters:
378
+ * skill_name (str, optional): Filter results to a specific skill
379
+ *
380
+ * Returns:
381
+ * When skill_name is provided:
382
+ * Details about the specific skill including points earned and percentile ranking
383
+ *
384
+ * When skill_name is not provided:
385
+ * A list of all skills the user has acquired with their points
386
+ *
387
+ * Access Control:
388
+ * - Platform admins can access any user's skill information
389
+ * - Users can access their own skill information
390
+ * @param org
391
+ * @param userId
392
+ * @returns UserSkill
393
+ * @throws ApiError
394
+ */
395
+ public static skillsOrgsSkillsUsersRetrieve(
396
+ org: string,
397
+ userId: string,
398
+ ): CancelablePromise<UserSkill> {
399
+ return __request(OpenAPI, {
400
+ method: 'GET',
401
+ url: '/api/skills/orgs/{org}/skills/users/{user_id}/',
402
+ path: {
403
+ 'org': org,
404
+ 'user_id': userId,
405
+ },
406
+ });
407
+ }
408
+ /**
409
+ * Retrieve a user's desired skills.
410
+ *
411
+ * This endpoint returns the skills that a user has indicated they want
412
+ * to develop or acquire through the platform.
413
+ *
414
+ * Path Parameters:
415
+ * org (str): The platform/organization identifier
416
+ * user_id (str): The username of the user to retrieve skill information for
417
+ *
418
+ * Returns:
419
+ * The user's desired skills information.
420
+ *
421
+ * Error Responses:
422
+ * 400 Bad Request: If the user doesn't exist in the platform or has no desired skills
423
+ * 404 Not Found: If the specified platform doesn't exist
424
+ *
425
+ * Access Control:
426
+ * - Platform admins can access any user's information
427
+ * - Users can access their own information
428
+ * @param org
429
+ * @param userId
430
+ * @returns DesiredSkill
431
+ * @throws ApiError
432
+ */
433
+ public static skillsOrgsSkillsUsersDesiredSkillsRetrieve(
434
+ org: string,
435
+ userId: string,
436
+ ): CancelablePromise<DesiredSkill> {
437
+ return __request(OpenAPI, {
438
+ method: 'GET',
439
+ url: '/api/skills/orgs/{org}/skills/users/{user_id}/desired-skills/',
440
+ path: {
441
+ 'org': org,
442
+ 'user_id': userId,
443
+ },
444
+ });
445
+ }
446
+ /**
447
+ * Retrieve a user's total skill points and percentile ranking.
448
+ *
449
+ * This endpoint returns the total skill points a user has earned across
450
+ * all skills and their percentile ranking compared to other users on the platform.
451
+ *
452
+ * Path Parameters:
453
+ * org (str): The platform/organization identifier
454
+ * user_id (str): The username of the user to retrieve information for
455
+ *
456
+ * Returns:
457
+ * The user's total skill points and percentile ranking information:
458
+ * - Username
459
+ * - Total points earned across all skills
460
+ * - Percentile ranking compared to other users
461
+ *
462
+ * Access Control:
463
+ * - Platform admins can access any user's information
464
+ * - Users can access their own information
465
+ * @param org
466
+ * @param userId
467
+ * @returns UserSkillPointsPercentile
468
+ * @throws ApiError
469
+ */
470
+ public static skillsOrgsSkillsUsersPointPercentileRetrieve(
471
+ org: string,
472
+ userId: string,
473
+ ): CancelablePromise<UserSkillPointsPercentile> {
474
+ return __request(OpenAPI, {
475
+ method: 'GET',
476
+ url: '/api/skills/orgs/{org}/skills/users/{user_id}/point-percentile/',
477
+ path: {
478
+ 'org': org,
479
+ 'user_id': userId,
480
+ },
481
+ });
482
+ }
483
+ /**
484
+ * Retrieve a user's self-reported skills.
485
+ *
486
+ * This endpoint returns the skills that a user has reported having
487
+ * prior to or outside of the platform learning experience.
488
+ *
489
+ * Path Parameters:
490
+ * org (str): The platform/organization identifier
491
+ * user_id (str): The username of the user to retrieve skill information for
492
+ *
493
+ * Returns:
494
+ * The user's self-reported skills information.
495
+ *
496
+ * Error Responses:
497
+ * 400 Bad Request: If the user doesn't exist in the platform or has no reported skills
498
+ * 404 Not Found: If the specified platform doesn't exist
499
+ *
500
+ * Access Control:
501
+ * - Platform admins can access any user's information
502
+ * - Users can access their own information
503
+ * @param org
504
+ * @param userId
505
+ * @returns ReportedSkill
506
+ * @throws ApiError
507
+ */
508
+ public static skillsOrgsSkillsUsersReportedSkillsRetrieve(
509
+ org: string,
510
+ userId: string,
511
+ ): CancelablePromise<ReportedSkill> {
512
+ return __request(OpenAPI, {
513
+ method: 'GET',
514
+ url: '/api/skills/orgs/{org}/skills/users/{user_id}/reported-skills/',
515
+ path: {
516
+ 'org': org,
517
+ 'user_id': userId,
518
+ },
519
+ });
520
+ }
521
+ }
@@ -0,0 +1,91 @@
1
+ /* generated using openapi-typescript-codegen -- do not edit */
2
+ /* istanbul ignore file */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ import type { GroupList } from '../models/GroupList';
6
+ import type { CancelablePromise } from '../core/CancelablePromise';
7
+ import { OpenAPI } from '../core/OpenAPI';
8
+ import { request as __request } from '../core/request';
9
+ export class UserGroupsService {
10
+ /**
11
+ * Get a list of user groups with metrics and filtering options.
12
+ *
13
+ * This endpoint provides a paginated list of user groups with aggregated metrics
14
+ * about learner performance, course completions, and skill acquisition.
15
+ *
16
+ * This endpoint uses DM token authentication and respects department-based
17
+ * access controls.
18
+ *
19
+ * Query Parameters:
20
+ * page (int, optional): Page number for pagination
21
+ * length (int, optional): Number of items per page
22
+ * program (str, optional): Filter by program
23
+ * pathway (str, optional): Filter by pathway
24
+ * groups (list, optional): Filter by group names
25
+ * location (str, optional): Filter by location
26
+ * is_enrolled (bool, optional): Filter for groups with enrolled users
27
+ * start_date (date, optional): Filter by learner join date (start range)
28
+ * end_date (date, optional): Filter by learner join date (end range)
29
+ *
30
+ * Returns:
31
+ * A paginated list of user groups with comprehensive metrics.
32
+ *
33
+ * Access Control:
34
+ * - Platform admins can see all groups
35
+ * - Department admins can only see groups in their departments
36
+ * @param key
37
+ * @param departmentId When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
38
+ * @param endDate Filter by learners date_joined. Start date. ISO 8601
39
+ * @param format Format
40
+ *
41
+ * * `json` - json
42
+ * @param groups Groups search string. Single string or list of strings. e.g 'sample_group' or `['group', 'another group']`
43
+ * @param includeMainPlatform Include main platform data
44
+ * @param isEnrolled Filter for users who have at least an enrollment
45
+ * @param length Size of data to return
46
+ * @param location Location search string
47
+ * @param page Page offset
48
+ * @param pathway Pathway string
49
+ * @param program Program search string
50
+ * @param startDate Filter by learners date_joined. Start date. ISO 8601
51
+ * @returns GroupList
52
+ * @throws ApiError
53
+ */
54
+ public static userGroupsOrgsRetrieve(
55
+ key: string,
56
+ departmentId?: number,
57
+ endDate?: string,
58
+ format: 'json' = 'json',
59
+ groups?: Array<string>,
60
+ includeMainPlatform: boolean = true,
61
+ isEnrolled?: boolean | null,
62
+ length?: number,
63
+ location?: string,
64
+ page?: number,
65
+ pathway?: string,
66
+ program?: string,
67
+ startDate?: string,
68
+ ): CancelablePromise<GroupList> {
69
+ return __request(OpenAPI, {
70
+ method: 'GET',
71
+ url: '/api/user-groups/orgs/{key}/',
72
+ path: {
73
+ 'key': key,
74
+ },
75
+ query: {
76
+ 'department_id': departmentId,
77
+ 'end_date': endDate,
78
+ 'format': format,
79
+ 'groups': groups,
80
+ 'include_main_platform': includeMainPlatform,
81
+ 'is_enrolled': isEnrolled,
82
+ 'length': length,
83
+ 'location': location,
84
+ 'page': page,
85
+ 'pathway': pathway,
86
+ 'program': program,
87
+ 'start_date': startDate,
88
+ },
89
+ });
90
+ }
91
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ESNext",
4
+ "module": "ESNext",
5
+ "moduleResolution": "node",
6
+ "esModuleInterop": true,
7
+ "resolveJsonModule": true,
8
+ "skipLibCheck": true,
9
+ "preserveConstEnums": false,
10
+ "strict": true,
11
+ "declaration": true,
12
+ "declarationDir": "dist/types"
13
+ },
14
+ "include": ["src"]
15
+ }