@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,1184 @@
1
+ import type { Assertion } from '../models/Assertion';
2
+ import type { BulkCreateAssertion } from '../models/BulkCreateAssertion';
3
+ import type { Credential } from '../models/Credential';
4
+ import type { Issuer } from '../models/Issuer';
5
+ import type { IssuerAuthority } from '../models/IssuerAuthority';
6
+ import type { OverTime } from '../models/OverTime';
7
+ import type { UploadedImage } from '../models/UploadedImage';
8
+ import type { CancelablePromise } from '../core/CancelablePromise';
9
+ export declare class CredentialsService {
10
+ /**
11
+ * Get all credentials for a platform with search and pagination support.
12
+ *
13
+ * Query Parameters:
14
+ * - platform_org: Platform org ID (takes precedence over URL org)
15
+ * - page: Page number (default: 1)
16
+ * - page_size: Items per page (default: 10, max: 100)
17
+ * - search: Search term to filter credentials
18
+ * - course: Course ID to filter credentials
19
+ * - program: Program ID to filter credentials
20
+ * @param org
21
+ * @param userId
22
+ * @returns Credential
23
+ * @throws ApiError
24
+ */
25
+ static credentialsOrgsUsersRetrieve(org: string, userId: string): CancelablePromise<Credential>;
26
+ /**
27
+ * API View for managing credentials across a platform.
28
+ *
29
+ * This endpoint allows creating and retrieving credentials for a specific organization/tenant,
30
+ * with support for filtering, searching, and pagination.
31
+ *
32
+ * Path Parameters:
33
+ * org (str): The organization/tenant identifier
34
+ * user_id (str): The user ID making the request
35
+ *
36
+ * Query Parameters:
37
+ * # Platform identification
38
+ * platform_org (str, optional): Alternative platform identifier (takes precedence over URL org)
39
+ *
40
+ * # Pagination
41
+ * page (int, optional): Page number (default: 1)
42
+ * page_size (int, optional): Items per page (default: 10, max: 100)
43
+ *
44
+ * # Filtering and search
45
+ * search (str, optional): Search term to filter credentials by name or description
46
+ * course (str, optional): Course ID to filter credentials associated with a specific course
47
+ * program (str, optional): Program ID to filter credentials associated with a specific program
48
+ *
49
+ * Methods:
50
+ * GET: Retrieve credentials with filtering and pagination
51
+ * POST: Create a new credential
52
+ *
53
+ * POST Request Body:
54
+ * A JSON object containing credential details:
55
+ * - name (str): Credential name
56
+ * - description (str, optional): Credential description
57
+ * - issuer (str): Issuer entity ID
58
+ * - credential_type (str, optional): Type of credential
59
+ * - html_template (str, optional): HTML template for credential rendering
60
+ * - css_template (str, optional): CSS template for credential styling
61
+ * - icon_image (str, optional): URL to credential icon
62
+ * - background_image (str, optional): URL to credential background
63
+ * - thumbnail_image (str, optional): URL to credential thumbnail
64
+ * - criteria_url (str, optional): URL to credential criteria
65
+ * - criteria_text (str, optional): Text description of credential criteria
66
+ * - issuing_signal (str, optional): Signal that triggers credential issuance
67
+ *
68
+ * Returns:
69
+ * GET: A JSON response containing:
70
+ * {
71
+ * "status": {"success": true, "description": "Ok"},
72
+ * "result": {
73
+ * "next": "URL to next page",
74
+ * "previous": "URL to previous page",
75
+ * "count": 42,
76
+ * "data": [
77
+ * {credential object},
78
+ * {credential object},
79
+ * ...
80
+ * ],
81
+ * "num_pages": 5,
82
+ * "page_number": 1,
83
+ * "max_page_size": 100
84
+ * }
85
+ * }
86
+ *
87
+ * POST: A JSON response containing:
88
+ * {
89
+ * "status": {"success": true, "description": "Created"},
90
+ * "result": {credential object}
91
+ * }
92
+ *
93
+ * Error Responses:
94
+ * 400 Bad Request: If the request data is invalid
95
+ * 401 Unauthorized: If the user is not authenticated
96
+ * 403 Forbidden: If the user does not have permission to access this resource
97
+ * 404 Not Found: If the platform doesn't exist
98
+ * 500 Internal Server Error: If an unexpected error occurs
99
+ *
100
+ * Access Control:
101
+ * - Requires CredentialAssignmentPermission
102
+ * - Only public credentials are returned by default
103
+ * @param org
104
+ * @param userId
105
+ * @param requestBody
106
+ * @returns Credential
107
+ * @throws ApiError
108
+ */
109
+ static credentialsOrgsUsersCreate(org: string, userId: string, requestBody: Credential): CancelablePromise<Credential>;
110
+ /**
111
+ * API View for managing individual credentials.
112
+ *
113
+ * This endpoint allows retrieving, updating, and deleting specific credentials
114
+ * identified by their entity_id.
115
+ *
116
+ * Path Parameters:
117
+ * org (str): The organization/tenant identifier
118
+ * user_id (str): The user ID making the request
119
+ * entity_id (str): The credential entity ID
120
+ *
121
+ * Methods:
122
+ * GET: Retrieve a specific credential
123
+ * PUT: Update a specific credential
124
+ * DELETE: Delete a specific credential
125
+ *
126
+ * PUT Request Body:
127
+ * A JSON object containing credential details to update:
128
+ * - name (str, optional): Credential name
129
+ * - description (str, optional): Credential description
130
+ * - credential_type (str, optional): Type of credential
131
+ * - html_template (str, optional): HTML template for credential rendering
132
+ * - css_template (str, optional): CSS template for credential styling
133
+ * - icon_image (str, optional): URL to credential icon
134
+ * - background_image (str, optional): URL to credential background
135
+ * - thumbnail_image (str, optional): URL to credential thumbnail
136
+ * - criteria_url (str, optional): URL to credential criteria
137
+ * - criteria_text (str, optional): Text description of credential criteria
138
+ * - issuing_signal (str, optional): Signal that triggers credential issuance
139
+ *
140
+ * Returns:
141
+ * GET: A JSON response containing:
142
+ * {
143
+ * "status": {"success": true, "description": "Ok"},
144
+ * "result": {credential object}
145
+ * }
146
+ *
147
+ * PUT: A JSON response containing:
148
+ * {
149
+ * "status": {"success": true, "description": "Updated"},
150
+ * "result": {credential object}
151
+ * }
152
+ *
153
+ * DELETE: No content (204)
154
+ *
155
+ * Error Responses:
156
+ * 400 Bad Request: If the request data is invalid
157
+ * 401 Unauthorized: If the user is not authenticated
158
+ * 403 Forbidden: If the user does not have permission to access this resource
159
+ * 404 Not Found: If the credential doesn't exist
160
+ * 500 Internal Server Error: If an unexpected error occurs
161
+ *
162
+ * Access Control:
163
+ * - Requires CredentialAssignmentPermission
164
+ * - Users can only manage credentials they have permission to access
165
+ * @param entityId
166
+ * @param org
167
+ * @param userId
168
+ * @returns Credential
169
+ * @throws ApiError
170
+ */
171
+ static credentialsOrgsUsersRetrieve2(entityId: string, org: string, userId: string): CancelablePromise<Credential>;
172
+ /**
173
+ * API View for managing individual credentials.
174
+ *
175
+ * This endpoint allows retrieving, updating, and deleting specific credentials
176
+ * identified by their entity_id.
177
+ *
178
+ * Path Parameters:
179
+ * org (str): The organization/tenant identifier
180
+ * user_id (str): The user ID making the request
181
+ * entity_id (str): The credential entity ID
182
+ *
183
+ * Methods:
184
+ * GET: Retrieve a specific credential
185
+ * PUT: Update a specific credential
186
+ * DELETE: Delete a specific credential
187
+ *
188
+ * PUT Request Body:
189
+ * A JSON object containing credential details to update:
190
+ * - name (str, optional): Credential name
191
+ * - description (str, optional): Credential description
192
+ * - credential_type (str, optional): Type of credential
193
+ * - html_template (str, optional): HTML template for credential rendering
194
+ * - css_template (str, optional): CSS template for credential styling
195
+ * - icon_image (str, optional): URL to credential icon
196
+ * - background_image (str, optional): URL to credential background
197
+ * - thumbnail_image (str, optional): URL to credential thumbnail
198
+ * - criteria_url (str, optional): URL to credential criteria
199
+ * - criteria_text (str, optional): Text description of credential criteria
200
+ * - issuing_signal (str, optional): Signal that triggers credential issuance
201
+ *
202
+ * Returns:
203
+ * GET: A JSON response containing:
204
+ * {
205
+ * "status": {"success": true, "description": "Ok"},
206
+ * "result": {credential object}
207
+ * }
208
+ *
209
+ * PUT: A JSON response containing:
210
+ * {
211
+ * "status": {"success": true, "description": "Updated"},
212
+ * "result": {credential object}
213
+ * }
214
+ *
215
+ * DELETE: No content (204)
216
+ *
217
+ * Error Responses:
218
+ * 400 Bad Request: If the request data is invalid
219
+ * 401 Unauthorized: If the user is not authenticated
220
+ * 403 Forbidden: If the user does not have permission to access this resource
221
+ * 404 Not Found: If the credential doesn't exist
222
+ * 500 Internal Server Error: If an unexpected error occurs
223
+ *
224
+ * Access Control:
225
+ * - Requires CredentialAssignmentPermission
226
+ * - Users can only manage credentials they have permission to access
227
+ * @param entityId
228
+ * @param org
229
+ * @param userId
230
+ * @param requestBody
231
+ * @returns Credential
232
+ * @throws ApiError
233
+ */
234
+ static credentialsOrgsUsersUpdate(entityId: string, org: string, userId: string, requestBody: Credential): CancelablePromise<Credential>;
235
+ /**
236
+ * API View for managing individual credentials.
237
+ *
238
+ * This endpoint allows retrieving, updating, and deleting specific credentials
239
+ * identified by their entity_id.
240
+ *
241
+ * Path Parameters:
242
+ * org (str): The organization/tenant identifier
243
+ * user_id (str): The user ID making the request
244
+ * entity_id (str): The credential entity ID
245
+ *
246
+ * Methods:
247
+ * GET: Retrieve a specific credential
248
+ * PUT: Update a specific credential
249
+ * DELETE: Delete a specific credential
250
+ *
251
+ * PUT Request Body:
252
+ * A JSON object containing credential details to update:
253
+ * - name (str, optional): Credential name
254
+ * - description (str, optional): Credential description
255
+ * - credential_type (str, optional): Type of credential
256
+ * - html_template (str, optional): HTML template for credential rendering
257
+ * - css_template (str, optional): CSS template for credential styling
258
+ * - icon_image (str, optional): URL to credential icon
259
+ * - background_image (str, optional): URL to credential background
260
+ * - thumbnail_image (str, optional): URL to credential thumbnail
261
+ * - criteria_url (str, optional): URL to credential criteria
262
+ * - criteria_text (str, optional): Text description of credential criteria
263
+ * - issuing_signal (str, optional): Signal that triggers credential issuance
264
+ *
265
+ * Returns:
266
+ * GET: A JSON response containing:
267
+ * {
268
+ * "status": {"success": true, "description": "Ok"},
269
+ * "result": {credential object}
270
+ * }
271
+ *
272
+ * PUT: A JSON response containing:
273
+ * {
274
+ * "status": {"success": true, "description": "Updated"},
275
+ * "result": {credential object}
276
+ * }
277
+ *
278
+ * DELETE: No content (204)
279
+ *
280
+ * Error Responses:
281
+ * 400 Bad Request: If the request data is invalid
282
+ * 401 Unauthorized: If the user is not authenticated
283
+ * 403 Forbidden: If the user does not have permission to access this resource
284
+ * 404 Not Found: If the credential doesn't exist
285
+ * 500 Internal Server Error: If an unexpected error occurs
286
+ *
287
+ * Access Control:
288
+ * - Requires CredentialAssignmentPermission
289
+ * - Users can only manage credentials they have permission to access
290
+ * @param entityId
291
+ * @param org
292
+ * @param userId
293
+ * @returns void
294
+ * @throws ApiError
295
+ */
296
+ static credentialsOrgsUsersDestroy(entityId: string, org: string, userId: string): CancelablePromise<void>;
297
+ /**
298
+ * Endpoint to issue and retrieve credential assertions for a specific credential.
299
+ *
300
+ * This endpoint allows issuing new credential assertions and retrieving existing
301
+ * assertions for a specific credential.
302
+ *
303
+ * Path Parameters:
304
+ * org (str): The organization/tenant identifier
305
+ * user_id (str): The user ID making the request
306
+ * entity_id (str): The credential entity ID
307
+ *
308
+ * Methods:
309
+ * POST: Issue a new credential assertion
310
+ * GET: Retrieve assertions for a specific credential
311
+ *
312
+ * POST Request Body:
313
+ * A JSON object containing recipient information and any additional metadata
314
+ * required for issuing the credential.
315
+ *
316
+ * Returns:
317
+ * POST: A JSON response containing the created assertion using the AssertionSerializer format
318
+ * GET: A paginated list of assertions using the AssertionSerializer format
319
+ *
320
+ * Error Responses:
321
+ * 400 Bad Request: If the request data is invalid
322
+ * 401 Unauthorized: If the user is not authenticated
323
+ * 403 Forbidden: If the user does not have permission to access this resource
324
+ * 404 Not Found: If the credential doesn't exist
325
+ * 500 Internal Server Error: If an unexpected error occurs
326
+ * @param entityId
327
+ * @param org
328
+ * @param userId
329
+ * @returns Assertion
330
+ * @throws ApiError
331
+ */
332
+ static credentialsOrgsUsersAssertionsRetrieve3(entityId: string, org: string, userId: string): CancelablePromise<Assertion>;
333
+ /**
334
+ * Endpoint to issue and retrieve credential assertions for a specific credential.
335
+ *
336
+ * This endpoint allows issuing new credential assertions and retrieving existing
337
+ * assertions for a specific credential.
338
+ *
339
+ * Path Parameters:
340
+ * org (str): The organization/tenant identifier
341
+ * user_id (str): The user ID making the request
342
+ * entity_id (str): The credential entity ID
343
+ *
344
+ * Methods:
345
+ * POST: Issue a new credential assertion
346
+ * GET: Retrieve assertions for a specific credential
347
+ *
348
+ * POST Request Body:
349
+ * A JSON object containing recipient information and any additional metadata
350
+ * required for issuing the credential.
351
+ *
352
+ * Returns:
353
+ * POST: A JSON response containing the created assertion using the AssertionSerializer format
354
+ * GET: A paginated list of assertions using the AssertionSerializer format
355
+ *
356
+ * Error Responses:
357
+ * 400 Bad Request: If the request data is invalid
358
+ * 401 Unauthorized: If the user is not authenticated
359
+ * 403 Forbidden: If the user does not have permission to access this resource
360
+ * 404 Not Found: If the credential doesn't exist
361
+ * 500 Internal Server Error: If an unexpected error occurs
362
+ * @param entityId
363
+ * @param org
364
+ * @param userId
365
+ * @param requestBody
366
+ * @returns Assertion
367
+ * @throws ApiError
368
+ */
369
+ static credentialsOrgsUsersAssertionsCreate(entityId: string, org: string, userId: string, requestBody: Assertion): CancelablePromise<Assertion>;
370
+ /**
371
+ * Endpoint to issue credential assertions in bulk for a specific credential.
372
+ *
373
+ * This endpoint allows issuing credential assertions to multiple users at once.
374
+ *
375
+ * Path Parameters:
376
+ * org (str): The organization/tenant identifier
377
+ * user_id (str): The user ID making the request
378
+ * entity_id (str): The credential entity ID
379
+ *
380
+ * POST Request Body:
381
+ * A JSON object containing:
382
+ * - users (list): List of usernames to issue the credential to
383
+ * - Additional metadata required for issuing the credential
384
+ *
385
+ * Returns:
386
+ * A JSON response containing:
387
+ * {
388
+ * "skipped": ["username1", "username3"], // Users that were skipped (e.g., already have the credential)
389
+ * "issued": ["username2", "username4"] // Users that were successfully issued the credential
390
+ * }
391
+ *
392
+ * Error Responses:
393
+ * 400 Bad Request: If the request data is invalid or missing required fields
394
+ * 401 Unauthorized: If the user is not authenticated
395
+ * 403 Forbidden: If the user does not have permission to access this resource
396
+ * 404 Not Found: If the credential doesn't exist
397
+ * 500 Internal Server Error: If an unexpected error occurs
398
+ * @param entityId
399
+ * @param org
400
+ * @param userId
401
+ * @param requestBody
402
+ * @returns BulkCreateAssertion
403
+ * @throws ApiError
404
+ */
405
+ static credentialsOrgsUsersAssertionsBulkCreate(entityId: string, org: string, userId: string, requestBody: BulkCreateAssertion): CancelablePromise<BulkCreateAssertion>;
406
+ /**
407
+ * Endpoint to retrieve all credential assertions for a user within an organization.
408
+ *
409
+ * This endpoint provides access to all credential assertions (issued credentials)
410
+ * for a specific user within an organization, with support for filtering.
411
+ *
412
+ * Path Parameters:
413
+ * org (str): The organization/tenant identifier
414
+ * user_id (str): The user ID to retrieve assertions for
415
+ *
416
+ * Query Parameters:
417
+ * course (str, optional): Filter by course ID
418
+ * include_revoked (bool, optional): Include revoked assertions (default: false)
419
+ * include_expired (bool, optional): Include expired assertions (default: false)
420
+ * exclude_main_tenant_assertions (bool, optional): Exclude assertions from the main tenant (default: false)
421
+ *
422
+ * Returns:
423
+ * A paginated response using the AssertionSerializer format
424
+ *
425
+ * Error Responses:
426
+ * 401 Unauthorized: If the user is not authenticated
427
+ * 403 Forbidden: If the user does not have permission to access this resource
428
+ * 404 Not Found: If the user or organization doesn't exist
429
+ * 500 Internal Server Error: If an unexpected error occurs
430
+ * @param org
431
+ * @param userId
432
+ * @param course
433
+ * @param excludeMainTenantAssertions
434
+ * @param includeExpired
435
+ * @param includeRevoked
436
+ * @returns Assertion
437
+ * @throws ApiError
438
+ */
439
+ static credentialsOrgsUsersAssertionsRetrieve(org: string, userId: string, course?: string, excludeMainTenantAssertions?: boolean, includeExpired?: boolean, includeRevoked?: boolean): CancelablePromise<Assertion>;
440
+ /**
441
+ * Get all credentials of a given tenant
442
+ * @param org
443
+ * @param userId
444
+ * @param departmentId When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
445
+ * @param endDate end date. ISO 8601
446
+ * @param format Format
447
+ *
448
+ * * `json` - json
449
+ * @param includeMainPlatform Include main platform data
450
+ * @param startDate start date. ISO 8601
451
+ * @returns OverTime
452
+ * @throws ApiError
453
+ */
454
+ static credentialsOrgsUsersAssertionsOverTimeRetrieve(org: string, userId: string, departmentId?: number, endDate?: string, format?: 'json', includeMainPlatform?: boolean, startDate?: string): CancelablePromise<OverTime>;
455
+ /**
456
+ * Endpoint to retrieve and update a specific credential assertion.
457
+ *
458
+ * This endpoint allows retrieving details of a specific credential assertion
459
+ * and updating its status (e.g., revoking it).
460
+ *
461
+ * Path Parameters:
462
+ * org (str): The organization/tenant identifier
463
+ * user_id (str): The user ID making the request
464
+ * entity_id (str): The assertion entity ID
465
+ *
466
+ * Methods:
467
+ * GET: Retrieve assertion details
468
+ * PUT: Update assertion status (e.g., revoke)
469
+ *
470
+ * PUT Request Body:
471
+ * A JSON object containing:
472
+ * - revoked (bool): Set to true to revoke the assertion
473
+ * - revocationReason (str): Reason for revocation (required when revoking)
474
+ *
475
+ * Returns:
476
+ * GET: A JSON response containing the assertion details using the AssertionSerializer format
477
+ * PUT: A JSON response containing the updated assertion using the AssertionSerializer format
478
+ *
479
+ * Error Responses:
480
+ * 400 Bad Request: If the request data is invalid
481
+ * 401 Unauthorized: If the user is not authenticated
482
+ * 403 Forbidden: If the user does not have permission to access this resource
483
+ * 404 Not Found: If the assertion doesn't exist
484
+ * 500 Internal Server Error: If an unexpected error occurs
485
+ * @param entityId
486
+ * @param org
487
+ * @param userId
488
+ * @returns Assertion
489
+ * @throws ApiError
490
+ */
491
+ static credentialsOrgsUsersAssertionsRetrieve2(entityId: string, org: string, userId: string): CancelablePromise<Assertion>;
492
+ /**
493
+ * Endpoint to retrieve and update a specific credential assertion.
494
+ *
495
+ * This endpoint allows retrieving details of a specific credential assertion
496
+ * and updating its status (e.g., revoking it).
497
+ *
498
+ * Path Parameters:
499
+ * org (str): The organization/tenant identifier
500
+ * user_id (str): The user ID making the request
501
+ * entity_id (str): The assertion entity ID
502
+ *
503
+ * Methods:
504
+ * GET: Retrieve assertion details
505
+ * PUT: Update assertion status (e.g., revoke)
506
+ *
507
+ * PUT Request Body:
508
+ * A JSON object containing:
509
+ * - revoked (bool): Set to true to revoke the assertion
510
+ * - revocationReason (str): Reason for revocation (required when revoking)
511
+ *
512
+ * Returns:
513
+ * GET: A JSON response containing the assertion details using the AssertionSerializer format
514
+ * PUT: A JSON response containing the updated assertion using the AssertionSerializer format
515
+ *
516
+ * Error Responses:
517
+ * 400 Bad Request: If the request data is invalid
518
+ * 401 Unauthorized: If the user is not authenticated
519
+ * 403 Forbidden: If the user does not have permission to access this resource
520
+ * 404 Not Found: If the assertion doesn't exist
521
+ * 500 Internal Server Error: If an unexpected error occurs
522
+ * @param entityId
523
+ * @param org
524
+ * @param userId
525
+ * @param requestBody
526
+ * @returns Assertion
527
+ * @throws ApiError
528
+ */
529
+ static credentialsOrgsUsersAssertionsUpdate(entityId: string, org: string, userId: string, requestBody: Assertion): CancelablePromise<Assertion>;
530
+ /**
531
+ * Delete a credential assignment using its entity_id.
532
+ * Only platform admins and department admins can delete assignments.
533
+ * @param assignmentId
534
+ * @param org
535
+ * @param userId
536
+ * @returns void
537
+ * @throws ApiError
538
+ */
539
+ static credentialsOrgsUsersAssignmentsDestroy(assignmentId: string, org: string, userId: string): CancelablePromise<void>;
540
+ /**
541
+ * Get group assignments with department-aware filtering
542
+ * @param org
543
+ * @param userId
544
+ * @returns any No response body
545
+ * @throws ApiError
546
+ */
547
+ static credentialsOrgsUsersAssignmentsGroupsRetrieve(org: string, userId: string): CancelablePromise<any>;
548
+ /**
549
+ * Create group assignment with department access validation
550
+ * @param org
551
+ * @param userId
552
+ * @returns any No response body
553
+ * @throws ApiError
554
+ */
555
+ static credentialsOrgsUsersAssignmentsGroupsCreate(org: string, userId: string): CancelablePromise<any>;
556
+ /**
557
+ * Get assignments and their corresponding assertions based on user role:
558
+ * - Regular users: get only their own assignments
559
+ * - Platform admins: get assignments for all users in their platform
560
+ * - Department admins: get assignments for users in their department groups
561
+ * @param org
562
+ * @param userId
563
+ * @returns any No response body
564
+ * @throws ApiError
565
+ */
566
+ static credentialsOrgsUsersAssignmentsUsersRetrieve(org: string, userId: string): CancelablePromise<any>;
567
+ /**
568
+ * Create assignments with department access validation
569
+ * @param org
570
+ * @param userId
571
+ * @returns any No response body
572
+ * @throws ApiError
573
+ */
574
+ static credentialsOrgsUsersAssignmentsUsersCreate(org: string, userId: string): CancelablePromise<any>;
575
+ /**
576
+ * Get all credentials of a given tenant
577
+ * @param org
578
+ * @param userId
579
+ * @param departmentId When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
580
+ * @param endDate end date. ISO 8601
581
+ * @param format Format
582
+ *
583
+ * * `json` - json
584
+ * @param includeMainPlatform Include main platform data
585
+ * @param startDate start date. ISO 8601
586
+ * @returns OverTime
587
+ * @throws ApiError
588
+ */
589
+ static credentialsOrgsUsersCourseAssertionsOverTimeRetrieve(org: string, userId: string, departmentId?: number, endDate?: string, format?: 'json', includeMainPlatform?: boolean, startDate?: string): CancelablePromise<OverTime>;
590
+ /**
591
+ * Endpoint to retrieve the credentials of a given tenant grouped by course.
592
+ *
593
+ * This endpoint provides access to credential data grouped by course for a specific
594
+ * organization/tenant, with support for pagination and filtering.
595
+ *
596
+ * Path Parameters:
597
+ * org (str): The organization/tenant identifier
598
+ *
599
+ * Query Parameters:
600
+ * limit (int, optional): Number of results per page (default: 10)
601
+ * offset (int, optional): Starting position for pagination
602
+ * search (str, optional): Search term e.g course_id
603
+ *
604
+ * Returns:
605
+ * A paginated response using the CourseCredentialSerializer format.
606
+ *
607
+ * Error Responses:
608
+ * 401 Unauthorized: If the user is not authenticated
609
+ * 403 Forbidden: If the user does not have permission to access this data
610
+ * 404 Not Found: If the organization doesn't exist
611
+ * 500 Internal Server Error: If an unexpected error occurs
612
+ * @param org
613
+ * @param userId
614
+ * @param page A page number within the paginated result set.
615
+ * @param pageSize Number of results to return per page.
616
+ * @returns any No response body
617
+ * @throws ApiError
618
+ */
619
+ static credentialsOrgsUsersCourseCredentialsList(org: string, userId: string, page?: number, pageSize?: number): CancelablePromise<any>;
620
+ /**
621
+ * Get all credentials of a given tenant
622
+ * @param org
623
+ * @param userId
624
+ * @param departmentId When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
625
+ * @param endDate end date. ISO 8601
626
+ * @param format Format
627
+ *
628
+ * * `json` - json
629
+ * @param includeMainPlatform Include main platform data
630
+ * @param startDate start date. ISO 8601
631
+ * @returns OverTime
632
+ * @throws ApiError
633
+ */
634
+ static credentialsOrgsUsersCredentialsOverTimeRetrieve(org: string, userId: string, departmentId?: number, endDate?: string, format?: 'json', includeMainPlatform?: boolean, startDate?: string): CancelablePromise<OverTime>;
635
+ /**
636
+ * API View for managing uploaded images for credentials.
637
+ *
638
+ * This endpoint allows uploading new images and retrieving existing images
639
+ * for use with credentials (icons, backgrounds, thumbnails, etc.).
640
+ *
641
+ * Path Parameters:
642
+ * org (str): The organization/tenant identifier
643
+ * user_id (str): The user ID making the request
644
+ *
645
+ * Query Parameters:
646
+ * query (str, required for GET): Search term to filter images by name
647
+ *
648
+ * Methods:
649
+ * GET: Retrieve images matching a search query
650
+ * POST: Upload a new image
651
+ *
652
+ * POST Request Body:
653
+ * Multipart form data containing:
654
+ * - image (file, required): The image file to upload
655
+ * - name (str, optional): A descriptive name for the image
656
+ *
657
+ * Returns:
658
+ * GET: A JSON array of image objects:
659
+ * [
660
+ * {
661
+ * "id": 123,
662
+ * "name": "Logo",
663
+ * "image": "https://example.com/media/uploaded_images/logo.png"
664
+ * },
665
+ * {
666
+ * "id": 124,
667
+ * "name": "Background",
668
+ * "image": "https://example.com/media/uploaded_images/background.jpg"
669
+ * },
670
+ * ...
671
+ * ]
672
+ *
673
+ * POST: A JSON object containing the uploaded image details:
674
+ * {
675
+ * "id": 125,
676
+ * "name": "Certificate Icon",
677
+ * "image": "https://example.com/media/uploaded_images/certificate-icon.png"
678
+ * }
679
+ *
680
+ * Error Responses:
681
+ * 400 Bad Request: If the request data is invalid or missing required parameters
682
+ * 401 Unauthorized: If the user is not authenticated
683
+ * 403 Forbidden: If the user does not have permission to access this resource
684
+ * 500 Internal Server Error: If an unexpected error occurs
685
+ *
686
+ * Access Control:
687
+ * - Requires IsAdminUserOrStudentDRFMixin
688
+ * - Only authenticated users with appropriate permissions can upload and retrieve images
689
+ * @param org
690
+ * @param userId
691
+ * @returns UploadedImage
692
+ * @throws ApiError
693
+ */
694
+ static credentialsOrgsUsersImagesRetrieve(org: string, userId: string): CancelablePromise<UploadedImage>;
695
+ /**
696
+ * API View for managing uploaded images for credentials.
697
+ *
698
+ * This endpoint allows uploading new images and retrieving existing images
699
+ * for use with credentials (icons, backgrounds, thumbnails, etc.).
700
+ *
701
+ * Path Parameters:
702
+ * org (str): The organization/tenant identifier
703
+ * user_id (str): The user ID making the request
704
+ *
705
+ * Query Parameters:
706
+ * query (str, required for GET): Search term to filter images by name
707
+ *
708
+ * Methods:
709
+ * GET: Retrieve images matching a search query
710
+ * POST: Upload a new image
711
+ *
712
+ * POST Request Body:
713
+ * Multipart form data containing:
714
+ * - image (file, required): The image file to upload
715
+ * - name (str, optional): A descriptive name for the image
716
+ *
717
+ * Returns:
718
+ * GET: A JSON array of image objects:
719
+ * [
720
+ * {
721
+ * "id": 123,
722
+ * "name": "Logo",
723
+ * "image": "https://example.com/media/uploaded_images/logo.png"
724
+ * },
725
+ * {
726
+ * "id": 124,
727
+ * "name": "Background",
728
+ * "image": "https://example.com/media/uploaded_images/background.jpg"
729
+ * },
730
+ * ...
731
+ * ]
732
+ *
733
+ * POST: A JSON object containing the uploaded image details:
734
+ * {
735
+ * "id": 125,
736
+ * "name": "Certificate Icon",
737
+ * "image": "https://example.com/media/uploaded_images/certificate-icon.png"
738
+ * }
739
+ *
740
+ * Error Responses:
741
+ * 400 Bad Request: If the request data is invalid or missing required parameters
742
+ * 401 Unauthorized: If the user is not authenticated
743
+ * 403 Forbidden: If the user does not have permission to access this resource
744
+ * 500 Internal Server Error: If an unexpected error occurs
745
+ *
746
+ * Access Control:
747
+ * - Requires IsAdminUserOrStudentDRFMixin
748
+ * - Only authenticated users with appropriate permissions can upload and retrieve images
749
+ * @param org
750
+ * @param userId
751
+ * @param requestBody
752
+ * @returns UploadedImage
753
+ * @throws ApiError
754
+ */
755
+ static credentialsOrgsUsersImagesCreate(org: string, userId: string, requestBody?: UploadedImage): CancelablePromise<UploadedImage>;
756
+ /**
757
+ * API View for managing credential issuers.
758
+ *
759
+ * This endpoint allows creating and retrieving issuers for a specific organization/tenant,
760
+ * with support for filtering and pagination.
761
+ *
762
+ * Path Parameters:
763
+ * org (str): The organization/tenant identifier
764
+ * user_id (str): The user ID making the request
765
+ *
766
+ * Query Parameters:
767
+ * q (str, optional): Search term to filter issuers by name
768
+ * limit (int, optional): Number of results per page (default: 50)
769
+ * offset (int, optional): Starting position for pagination
770
+ *
771
+ * Methods:
772
+ * GET: Retrieve issuers with filtering and pagination
773
+ * POST: Create a new issuer
774
+ *
775
+ * POST Request Body:
776
+ * A JSON object containing issuer details:
777
+ * - name (str): Issuer name
778
+ * - iconImage (str, optional): URL to issuer icon
779
+ * - email (str, optional): Contact email for the issuer
780
+ * - url (str, optional): Website URL for the issuer
781
+ * - allowed_template_tags (array, optional): List of allowed template tags
782
+ *
783
+ * Returns:
784
+ * GET: A JSON response containing:
785
+ * {
786
+ * "status": {"success": true, "description": "Ok"},
787
+ * "result": {
788
+ * "next": "URL to next page",
789
+ * "previous": "URL to previous page",
790
+ * "count": 10,
791
+ * "data": [
792
+ * {issuer object},
793
+ * {issuer object},
794
+ * ...
795
+ * ],
796
+ * "num_pages": 1,
797
+ * "page_number": 1,
798
+ * "max_page_size": 1000
799
+ * }
800
+ * }
801
+ *
802
+ * POST: A JSON response containing:
803
+ * {
804
+ * "status": {"success": true, "description": "Created"},
805
+ * "result": {issuer object}
806
+ * }
807
+ *
808
+ * Error Responses:
809
+ * 400 Bad Request: If the request data is invalid
810
+ * 401 Unauthorized: If the user is not authenticated
811
+ * 403 Forbidden: If the user does not have permission to access this resource
812
+ * 404 Not Found: If the platform doesn't exist
813
+ * 500 Internal Server Error: If an unexpected error occurs
814
+ *
815
+ * Access Control:
816
+ * - Requires IsAdminUserOrStudentDRFMixin
817
+ * - Only authenticated users with appropriate permissions can manage issuers
818
+ * @param org
819
+ * @param q
820
+ * @param userId
821
+ * @returns Issuer
822
+ * @throws ApiError
823
+ */
824
+ static credentialsOrgsUsersIssuersRetrieve(org: string, q: string, userId: string): CancelablePromise<Issuer>;
825
+ /**
826
+ * API View for managing credential issuers.
827
+ *
828
+ * This endpoint allows creating and retrieving issuers for a specific organization/tenant,
829
+ * with support for filtering and pagination.
830
+ *
831
+ * Path Parameters:
832
+ * org (str): The organization/tenant identifier
833
+ * user_id (str): The user ID making the request
834
+ *
835
+ * Query Parameters:
836
+ * q (str, optional): Search term to filter issuers by name
837
+ * limit (int, optional): Number of results per page (default: 50)
838
+ * offset (int, optional): Starting position for pagination
839
+ *
840
+ * Methods:
841
+ * GET: Retrieve issuers with filtering and pagination
842
+ * POST: Create a new issuer
843
+ *
844
+ * POST Request Body:
845
+ * A JSON object containing issuer details:
846
+ * - name (str): Issuer name
847
+ * - iconImage (str, optional): URL to issuer icon
848
+ * - email (str, optional): Contact email for the issuer
849
+ * - url (str, optional): Website URL for the issuer
850
+ * - allowed_template_tags (array, optional): List of allowed template tags
851
+ *
852
+ * Returns:
853
+ * GET: A JSON response containing:
854
+ * {
855
+ * "status": {"success": true, "description": "Ok"},
856
+ * "result": {
857
+ * "next": "URL to next page",
858
+ * "previous": "URL to previous page",
859
+ * "count": 10,
860
+ * "data": [
861
+ * {issuer object},
862
+ * {issuer object},
863
+ * ...
864
+ * ],
865
+ * "num_pages": 1,
866
+ * "page_number": 1,
867
+ * "max_page_size": 1000
868
+ * }
869
+ * }
870
+ *
871
+ * POST: A JSON response containing:
872
+ * {
873
+ * "status": {"success": true, "description": "Created"},
874
+ * "result": {issuer object}
875
+ * }
876
+ *
877
+ * Error Responses:
878
+ * 400 Bad Request: If the request data is invalid
879
+ * 401 Unauthorized: If the user is not authenticated
880
+ * 403 Forbidden: If the user does not have permission to access this resource
881
+ * 404 Not Found: If the platform doesn't exist
882
+ * 500 Internal Server Error: If an unexpected error occurs
883
+ *
884
+ * Access Control:
885
+ * - Requires IsAdminUserOrStudentDRFMixin
886
+ * - Only authenticated users with appropriate permissions can manage issuers
887
+ * @param org
888
+ * @param q
889
+ * @param userId
890
+ * @param requestBody
891
+ * @returns Issuer
892
+ * @throws ApiError
893
+ */
894
+ static credentialsOrgsUsersIssuersCreate(org: string, q: string, userId: string, requestBody: Issuer): CancelablePromise<Issuer>;
895
+ /**
896
+ * API View for managing individual issuers.
897
+ *
898
+ * This endpoint allows retrieving, updating, and deleting specific issuers
899
+ * identified by their entity_id or org identifier.
900
+ *
901
+ * Path Parameters:
902
+ * org (str): The organization/tenant identifier
903
+ * user_id (str): The user ID making the request
904
+ * entity_id (str): The issuer entity ID or org identifier
905
+ *
906
+ * Methods:
907
+ * GET: Retrieve a specific issuer
908
+ * PUT: Update a specific issuer
909
+ * DELETE: Delete a specific issuer
910
+ *
911
+ * PUT Request Body:
912
+ * A JSON object containing issuer details to update:
913
+ * - name (str, optional): Issuer name
914
+ * - iconImage (str, optional): URL to issuer icon
915
+ * - email (str, optional): Contact email for the issuer
916
+ * - url (str, optional): Website URL for the issuer
917
+ * - allowed_template_tags (array, optional): List of allowed template tags
918
+ *
919
+ * Returns:
920
+ * GET: A JSON response containing the issuer details:
921
+ * [
922
+ * {
923
+ * "name": "Example University",
924
+ * "org": "example-university",
925
+ * "entityId": "abc123",
926
+ * "signatories": [...],
927
+ * "url": "https://example.com",
928
+ * "iconImage": "https://example.com/logo.png",
929
+ * "allowed_template_tags": [...]
930
+ * }
931
+ * ]
932
+ *
933
+ * PUT: A JSON response containing the updated issuer details:
934
+ * [
935
+ * {
936
+ * "name": "Example University",
937
+ * "org": "example-university",
938
+ * "entityId": "abc123",
939
+ * "signatories": [...],
940
+ * "url": "https://example.com",
941
+ * "iconImage": "https://example.com/new-logo.png",
942
+ * "allowed_template_tags": [...]
943
+ * }
944
+ * ]
945
+ *
946
+ * DELETE: A JSON response indicating success:
947
+ * {
948
+ * "status": {"success": true, "description": "Deleted"}
949
+ * }
950
+ *
951
+ * Error Responses:
952
+ * 400 Bad Request: If the request data is invalid
953
+ * 401 Unauthorized: If the user is not authenticated
954
+ * 403 Forbidden: If the user does not have permission to access this resource
955
+ * 404 Not Found: If the issuer doesn't exist
956
+ * 500 Internal Server Error: If an unexpected error occurs
957
+ *
958
+ * Access Control:
959
+ * - Requires IsAdminUserOrStudentDRFMixin
960
+ * - Only authenticated users with appropriate permissions can manage issuers
961
+ * @param entityId
962
+ * @param org
963
+ * @param userId
964
+ * @returns Issuer
965
+ * @throws ApiError
966
+ */
967
+ static credentialsOrgsUsersIssuersRetrieve2(entityId: string, org: string, userId: string): CancelablePromise<Issuer>;
968
+ /**
969
+ * API View for managing individual issuers.
970
+ *
971
+ * This endpoint allows retrieving, updating, and deleting specific issuers
972
+ * identified by their entity_id or org identifier.
973
+ *
974
+ * Path Parameters:
975
+ * org (str): The organization/tenant identifier
976
+ * user_id (str): The user ID making the request
977
+ * entity_id (str): The issuer entity ID or org identifier
978
+ *
979
+ * Methods:
980
+ * GET: Retrieve a specific issuer
981
+ * PUT: Update a specific issuer
982
+ * DELETE: Delete a specific issuer
983
+ *
984
+ * PUT Request Body:
985
+ * A JSON object containing issuer details to update:
986
+ * - name (str, optional): Issuer name
987
+ * - iconImage (str, optional): URL to issuer icon
988
+ * - email (str, optional): Contact email for the issuer
989
+ * - url (str, optional): Website URL for the issuer
990
+ * - allowed_template_tags (array, optional): List of allowed template tags
991
+ *
992
+ * Returns:
993
+ * GET: A JSON response containing the issuer details:
994
+ * [
995
+ * {
996
+ * "name": "Example University",
997
+ * "org": "example-university",
998
+ * "entityId": "abc123",
999
+ * "signatories": [...],
1000
+ * "url": "https://example.com",
1001
+ * "iconImage": "https://example.com/logo.png",
1002
+ * "allowed_template_tags": [...]
1003
+ * }
1004
+ * ]
1005
+ *
1006
+ * PUT: A JSON response containing the updated issuer details:
1007
+ * [
1008
+ * {
1009
+ * "name": "Example University",
1010
+ * "org": "example-university",
1011
+ * "entityId": "abc123",
1012
+ * "signatories": [...],
1013
+ * "url": "https://example.com",
1014
+ * "iconImage": "https://example.com/new-logo.png",
1015
+ * "allowed_template_tags": [...]
1016
+ * }
1017
+ * ]
1018
+ *
1019
+ * DELETE: A JSON response indicating success:
1020
+ * {
1021
+ * "status": {"success": true, "description": "Deleted"}
1022
+ * }
1023
+ *
1024
+ * Error Responses:
1025
+ * 400 Bad Request: If the request data is invalid
1026
+ * 401 Unauthorized: If the user is not authenticated
1027
+ * 403 Forbidden: If the user does not have permission to access this resource
1028
+ * 404 Not Found: If the issuer doesn't exist
1029
+ * 500 Internal Server Error: If an unexpected error occurs
1030
+ *
1031
+ * Access Control:
1032
+ * - Requires IsAdminUserOrStudentDRFMixin
1033
+ * - Only authenticated users with appropriate permissions can manage issuers
1034
+ * @param entityId
1035
+ * @param org
1036
+ * @param userId
1037
+ * @param requestBody
1038
+ * @returns Issuer
1039
+ * @throws ApiError
1040
+ */
1041
+ static credentialsOrgsUsersIssuersUpdate(entityId: string, org: string, userId: string, requestBody: Issuer): CancelablePromise<Issuer>;
1042
+ /**
1043
+ * API View for managing individual issuers.
1044
+ *
1045
+ * This endpoint allows retrieving, updating, and deleting specific issuers
1046
+ * identified by their entity_id or org identifier.
1047
+ *
1048
+ * Path Parameters:
1049
+ * org (str): The organization/tenant identifier
1050
+ * user_id (str): The user ID making the request
1051
+ * entity_id (str): The issuer entity ID or org identifier
1052
+ *
1053
+ * Methods:
1054
+ * GET: Retrieve a specific issuer
1055
+ * PUT: Update a specific issuer
1056
+ * DELETE: Delete a specific issuer
1057
+ *
1058
+ * PUT Request Body:
1059
+ * A JSON object containing issuer details to update:
1060
+ * - name (str, optional): Issuer name
1061
+ * - iconImage (str, optional): URL to issuer icon
1062
+ * - email (str, optional): Contact email for the issuer
1063
+ * - url (str, optional): Website URL for the issuer
1064
+ * - allowed_template_tags (array, optional): List of allowed template tags
1065
+ *
1066
+ * Returns:
1067
+ * GET: A JSON response containing the issuer details:
1068
+ * [
1069
+ * {
1070
+ * "name": "Example University",
1071
+ * "org": "example-university",
1072
+ * "entityId": "abc123",
1073
+ * "signatories": [...],
1074
+ * "url": "https://example.com",
1075
+ * "iconImage": "https://example.com/logo.png",
1076
+ * "allowed_template_tags": [...]
1077
+ * }
1078
+ * ]
1079
+ *
1080
+ * PUT: A JSON response containing the updated issuer details:
1081
+ * [
1082
+ * {
1083
+ * "name": "Example University",
1084
+ * "org": "example-university",
1085
+ * "entityId": "abc123",
1086
+ * "signatories": [...],
1087
+ * "url": "https://example.com",
1088
+ * "iconImage": "https://example.com/new-logo.png",
1089
+ * "allowed_template_tags": [...]
1090
+ * }
1091
+ * ]
1092
+ *
1093
+ * DELETE: A JSON response indicating success:
1094
+ * {
1095
+ * "status": {"success": true, "description": "Deleted"}
1096
+ * }
1097
+ *
1098
+ * Error Responses:
1099
+ * 400 Bad Request: If the request data is invalid
1100
+ * 401 Unauthorized: If the user is not authenticated
1101
+ * 403 Forbidden: If the user does not have permission to access this resource
1102
+ * 404 Not Found: If the issuer doesn't exist
1103
+ * 500 Internal Server Error: If an unexpected error occurs
1104
+ *
1105
+ * Access Control:
1106
+ * - Requires IsAdminUserOrStudentDRFMixin
1107
+ * - Only authenticated users with appropriate permissions can manage issuers
1108
+ * @param entityId
1109
+ * @param org
1110
+ * @param userId
1111
+ * @returns void
1112
+ * @throws ApiError
1113
+ */
1114
+ static credentialsOrgsUsersIssuersDestroy(entityId: string, org: string, userId: string): CancelablePromise<void>;
1115
+ /**
1116
+ * API View for managing issuer authorities (signatories).
1117
+ *
1118
+ * This endpoint allows creating authorities/signatories that can be associated
1119
+ * with issuers or specific credentials.
1120
+ *
1121
+ * Path Parameters:
1122
+ * org (str): The organization/tenant identifier
1123
+ * user_id (str): The user ID making the request
1124
+ *
1125
+ * Methods:
1126
+ * POST: Create a new issuer authority
1127
+ *
1128
+ * POST Request Body:
1129
+ * A JSON object containing authority details:
1130
+ * - name (str, required): Name of the signatory
1131
+ * - title (str, required): Title of the signatory
1132
+ * - signature (str, required): URL to the signature image
1133
+ * - org (str, optional): Organization identifier to associate with an issuer
1134
+ * - entityId (str, optional): Issuer entity ID to associate with
1135
+ * - credential (str, optional): Credential entity ID to associate with
1136
+ *
1137
+ * Returns:
1138
+ * POST: A JSON response containing the created authority:
1139
+ * {
1140
+ * "data": {
1141
+ * "name": "John Smith",
1142
+ * "title": "President",
1143
+ * "signature": "https://example.com/signatures/john-smith.png"
1144
+ * }
1145
+ * }
1146
+ *
1147
+ * Error Responses:
1148
+ * 400 Bad Request: If the request data is invalid or missing required fields
1149
+ * 401 Unauthorized: If the user is not authenticated
1150
+ * 403 Forbidden: If the user does not have permission to access this resource
1151
+ * 404 Not Found: If the issuer or credential doesn't exist
1152
+ * 500 Internal Server Error: If an unexpected error occurs
1153
+ *
1154
+ * Access Control:
1155
+ * - Requires IsAdminUserOrStudentDRFMixin
1156
+ * - Only authenticated users with appropriate permissions can manage authorities
1157
+ * @param org
1158
+ * @param userId
1159
+ * @param requestBody
1160
+ * @returns IssuerAuthority
1161
+ * @throws ApiError
1162
+ */
1163
+ static credentialsOrgsUsersIssuersAuthorityCreate(org: string, userId: string, requestBody: IssuerAuthority): CancelablePromise<IssuerAuthority>;
1164
+ /**
1165
+ * Public endpoint to retrieve a specific credential assertion by its entity ID.
1166
+ *
1167
+ * This endpoint allows public access to view a specific credential assertion
1168
+ * without authentication.
1169
+ *
1170
+ * Path Parameters:
1171
+ * entity_id (str): The assertion entity ID
1172
+ *
1173
+ * Returns:
1174
+ * A JSON response containing the assertion details using the AssertionSerializer format
1175
+ *
1176
+ * Error Responses:
1177
+ * 404 Not Found: If the assertion doesn't exist
1178
+ * 500 Internal Server Error: If an unexpected error occurs
1179
+ * @param entityId
1180
+ * @returns any No response body
1181
+ * @throws ApiError
1182
+ */
1183
+ static credentialsPublicAssertionsRetrieve(entityId: string): CancelablePromise<any>;
1184
+ }