@iblai/iblai-api 0.0.1-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 (808) hide show
  1. package/README.md +222 -0
  2. package/dist/index.cjs.js +17527 -0
  3. package/dist/index.cjs.js.map +1 -0
  4. package/dist/index.esm.js +17494 -0
  5. package/dist/index.esm.js.map +1 -0
  6. package/dist/index.umd.js +17533 -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 +396 -0
  15. package/dist/types/models/AWSTenantLaunchRequest.d.ts +20 -0
  16. package/dist/types/models/AcceptanceEnum.d.ts +10 -0
  17. package/dist/types/models/ActivateUserFreeTrial.d.ts +11 -0
  18. package/dist/types/models/ActiveUsersData.d.ts +18 -0
  19. package/dist/types/models/ActiveUsersList.d.ts +6 -0
  20. package/dist/types/models/ActiveUsersPerCourse.d.ts +10 -0
  21. package/dist/types/models/ActiveUsersPerCourseData.d.ts +14 -0
  22. package/dist/types/models/ActivityAPI.d.ts +8 -0
  23. package/dist/types/models/ActivityData.d.ts +38 -0
  24. package/dist/types/models/App.d.ts +10 -0
  25. package/dist/types/models/AppleSubscriptionStatusRequest.d.ts +3 -0
  26. package/dist/types/models/AppleSubscriptionStatusView.d.ts +3 -0
  27. package/dist/types/models/AppleVerifyTransactionId.d.ts +3 -0
  28. package/dist/types/models/Assertion.d.ts +15 -0
  29. package/dist/types/models/AssociateAccountResponse.d.ts +5 -0
  30. package/dist/types/models/AssociateAppleAccount.d.ts +3 -0
  31. package/dist/types/models/AuthToken.d.ts +10 -0
  32. package/dist/types/models/Average.d.ts +4 -0
  33. package/dist/types/models/AverageData.d.ts +6 -0
  34. package/dist/types/models/AverageOvertime.d.ts +22 -0
  35. package/dist/types/models/AvgCourseGradeWithCutoff.d.ts +4 -0
  36. package/dist/types/models/AvgCourseGradeWithCutoffData.d.ts +10 -0
  37. package/dist/types/models/BaseErrorResponse.d.ts +5 -0
  38. package/dist/types/models/BaseResponse.d.ts +5 -0
  39. package/dist/types/models/BlankCourseInvitationCreate.d.ts +21 -0
  40. package/dist/types/models/BlankEnum.d.ts +2 -0
  41. package/dist/types/models/BlankPlatformInvitationCreate.d.ts +21 -0
  42. package/dist/types/models/BlankProgramInvitationCreate.d.ts +21 -0
  43. package/dist/types/models/BlockSkillPointInfoRequest.d.ts +18 -0
  44. package/dist/types/models/BlockSkillPointInfoResponse.d.ts +10 -0
  45. package/dist/types/models/BulkCourseInvitationCreate.d.ts +14 -0
  46. package/dist/types/models/BulkCourseInvitationResponse.d.ts +13 -0
  47. package/dist/types/models/BulkCreateAssertion.d.ts +4 -0
  48. package/dist/types/models/BulkPlatformInvitationCreate.d.ts +14 -0
  49. package/dist/types/models/BulkPlatformInvitationResponse.d.ts +13 -0
  50. package/dist/types/models/BulkProgramInvitationCreate.d.ts +14 -0
  51. package/dist/types/models/BulkProgramInvitationResponse.d.ts +13 -0
  52. package/dist/types/models/BulkSuggestionResponse.d.ts +13 -0
  53. package/dist/types/models/CampaignEnablement.d.ts +8 -0
  54. package/dist/types/models/CampaignExclusion.d.ts +8 -0
  55. package/dist/types/models/CatalogAutoIncrementResponse.d.ts +25 -0
  56. package/dist/types/models/CatalogAutoIncrementUpdateRequest.d.ts +17 -0
  57. package/dist/types/models/CeleryHeartbeat.d.ts +5 -0
  58. package/dist/types/models/CeleryHeartbeatFail.d.ts +5 -0
  59. package/dist/types/models/CeleryHeartbeatFailStatusEnum.d.ts +8 -0
  60. package/dist/types/models/CeleryHeartbeatStatusEnum.d.ts +8 -0
  61. package/dist/types/models/Company.d.ts +23 -0
  62. package/dist/types/models/ContextResponse.d.ts +7 -0
  63. package/dist/types/models/Count.d.ts +4 -0
  64. package/dist/types/models/CountData.d.ts +6 -0
  65. package/dist/types/models/Course.d.ts +15 -0
  66. package/dist/types/models/CourseAccessRequestCreate.d.ts +17 -0
  67. package/dist/types/models/CourseAccessRequestDetail.d.ts +49 -0
  68. package/dist/types/models/CourseAccessRequestStatusResponse.d.ts +17 -0
  69. package/dist/types/models/CourseAccessRequestUpdate.d.ts +25 -0
  70. package/dist/types/models/CourseCompletion.d.ts +66 -0
  71. package/dist/types/models/CourseCompletionCatalogResponse.d.ts +11 -0
  72. package/dist/types/models/CourseCompletionPerCourse.d.ts +6 -0
  73. package/dist/types/models/CourseCompletionPerCourseData.d.ts +22 -0
  74. package/dist/types/models/CourseCompletionSummaryDataOvertime.d.ts +18 -0
  75. package/dist/types/models/CourseCompletionSummaryOvertime.d.ts +6 -0
  76. package/dist/types/models/CourseCreateUpdate.d.ts +25 -0
  77. package/dist/types/models/CourseDeleteResponse.d.ts +13 -0
  78. package/dist/types/models/CourseEligibilityCheckResponse.d.ts +25 -0
  79. package/dist/types/models/CourseEnrollmentSearchResponse.d.ts +53 -0
  80. package/dist/types/models/CourseGradeDetailBlock.d.ts +18 -0
  81. package/dist/types/models/CourseGradeDetailSubSection.d.ts +23 -0
  82. package/dist/types/models/CourseGradeSummary.d.ts +4 -0
  83. package/dist/types/models/CourseGradeSummaryData.d.ts +18 -0
  84. package/dist/types/models/CourseGradingDetail.d.ts +4 -0
  85. package/dist/types/models/CourseGradingDetailData.d.ts +12 -0
  86. package/dist/types/models/CourseGroupSuggestionCreate.d.ts +41 -0
  87. package/dist/types/models/CourseGroupSuggestionDetail.d.ts +53 -0
  88. package/dist/types/models/CourseInvitationCreate.d.ts +41 -0
  89. package/dist/types/models/CourseInvitationDetail.d.ts +53 -0
  90. package/dist/types/models/CourseInvitationRedemption.d.ts +25 -0
  91. package/dist/types/models/CourseLicenseAssignmentCreate.d.ts +37 -0
  92. package/dist/types/models/CourseLicenseAssignmentDetail.d.ts +49 -0
  93. package/dist/types/models/CourseLicenseCreate.d.ts +61 -0
  94. package/dist/types/models/CourseLicenseDetail.d.ts +53 -0
  95. package/dist/types/models/CourseLicenseGroupAssignmentCreate.d.ts +33 -0
  96. package/dist/types/models/CourseLicenseGroupAssignmentDetail.d.ts +45 -0
  97. package/dist/types/models/CourseLicenseUpdate.d.ts +61 -0
  98. package/dist/types/models/CourseMetadataSearchRequest.d.ts +17 -0
  99. package/dist/types/models/CourseMetadataUpdateRequest.d.ts +17 -0
  100. package/dist/types/models/CoursePoint.d.ts +7 -0
  101. package/dist/types/models/CourseReviewInfoResponse.d.ts +17 -0
  102. package/dist/types/models/CourseSkill.d.ts +8 -0
  103. package/dist/types/models/CourseSkillPointInfoRequest.d.ts +18 -0
  104. package/dist/types/models/CourseSkillPointInfoResponse.d.ts +10 -0
  105. package/dist/types/models/CourseSuggestionBulkCreate.d.ts +17 -0
  106. package/dist/types/models/CourseSuggestionCreate.d.ts +49 -0
  107. package/dist/types/models/CourseSuggestionDetail.d.ts +53 -0
  108. package/dist/types/models/Credential.d.ts +28 -0
  109. package/dist/types/models/DesiredRole.d.ts +7 -0
  110. package/dist/types/models/DesiredRoleCreateUpdateRequest.d.ts +21 -0
  111. package/dist/types/models/DesiredSkill.d.ts +7 -0
  112. package/dist/types/models/DesiredSkillCreateUpdateRequest.d.ts +21 -0
  113. package/dist/types/models/DetailedGradeSubsection.d.ts +22 -0
  114. package/dist/types/models/DetailedGradeView.d.ts +4 -0
  115. package/dist/types/models/DetailedGradeViewData.d.ts +12 -0
  116. package/dist/types/models/Education.d.ts +30 -0
  117. package/dist/types/models/EdxSignalReceiverRequest.d.ts +4 -0
  118. package/dist/types/models/EngagementPerCourse.d.ts +6 -0
  119. package/dist/types/models/EngagementPerCourseData.d.ts +26 -0
  120. package/dist/types/models/Enrollments.d.ts +8 -0
  121. package/dist/types/models/EnrollmentsData.d.ts +18 -0
  122. package/dist/types/models/EnrollmentsPerUser.d.ts +6 -0
  123. package/dist/types/models/EnrollmentsPerUserData.d.ts +18 -0
  124. package/dist/types/models/ErrorResponse.d.ts +8 -0
  125. package/dist/types/models/Experience.d.ts +29 -0
  126. package/dist/types/models/FloatOverTime.d.ts +10 -0
  127. package/dist/types/models/GCPTenantLaunchRequest.d.ts +24 -0
  128. package/dist/types/models/GlobalCatalogSearchResponse.d.ts +33 -0
  129. package/dist/types/models/GooglePayAccountResponse.d.ts +15 -0
  130. package/dist/types/models/GooglePayAccountResponseStatusEnum.d.ts +8 -0
  131. package/dist/types/models/GooglePayVerifyToken.d.ts +6 -0
  132. package/dist/types/models/GradingPerUser.d.ts +8 -0
  133. package/dist/types/models/GradingPerUserData.d.ts +26 -0
  134. package/dist/types/models/GroupList.d.ts +6 -0
  135. package/dist/types/models/GroupListData.d.ts +16 -0
  136. package/dist/types/models/ImageUpload.d.ts +3 -0
  137. package/dist/types/models/Institution.d.ts +20 -0
  138. package/dist/types/models/InstitutionTypeEnum.d.ts +14 -0
  139. package/dist/types/models/Issuer.d.ts +9 -0
  140. package/dist/types/models/IssuerAuthority.d.ts +5 -0
  141. package/dist/types/models/ItemTypeEnum.d.ts +18 -0
  142. package/dist/types/models/LauncherViewPostRequest.d.ts +9 -0
  143. package/dist/types/models/LearnerInformationAPI.d.ts +4 -0
  144. package/dist/types/models/LearnerInformationAPIData.d.ts +83 -0
  145. package/dist/types/models/LtiKey.d.ts +19 -0
  146. package/dist/types/models/LtiLaunchGate.d.ts +8 -0
  147. package/dist/types/models/LtiTool.d.ts +46 -0
  148. package/dist/types/models/ManagerAuthToken.d.ts +13 -0
  149. package/dist/types/models/MarkAllReadRequest.d.ts +9 -0
  150. package/dist/types/models/MarkAllReadResponse.d.ts +7 -0
  151. package/dist/types/models/MediaResource.d.ts +71 -0
  152. package/dist/types/models/MediaTypeEnum.d.ts +14 -0
  153. package/dist/types/models/ModeEnum.d.ts +10 -0
  154. package/dist/types/models/NetRevenueOverTime.d.ts +8 -0
  155. package/dist/types/models/NewPerLearnerList.d.ts +6 -0
  156. package/dist/types/models/NewPerLearnerListData.d.ts +17 -0
  157. package/dist/types/models/Notification.d.ts +14 -0
  158. package/dist/types/models/NotificationCount.d.ts +4 -0
  159. package/dist/types/models/NotificationPreview.d.ts +31 -0
  160. package/dist/types/models/NotificationSource.d.ts +8 -0
  161. package/dist/types/models/NotificationStatusEnum.d.ts +10 -0
  162. package/dist/types/models/NotificationTemplateData.d.ts +26 -0
  163. package/dist/types/models/OnboardingStatusUpdate.d.ts +7 -0
  164. package/dist/types/models/Order.d.ts +22 -0
  165. package/dist/types/models/OverTime.d.ts +3 -0
  166. package/dist/types/models/OverTimeWithTotal.d.ts +22 -0
  167. package/dist/types/models/OvertimeMeta.d.ts +30 -0
  168. package/dist/types/models/OvertimeWithChangeInfo.d.ts +24 -0
  169. package/dist/types/models/PaginatedCourseAccessRequest.d.ts +22 -0
  170. package/dist/types/models/PaginatedCourseGroupSuggestion.d.ts +22 -0
  171. package/dist/types/models/PaginatedCourseInvitation.d.ts +22 -0
  172. package/dist/types/models/PaginatedCourseLicense.d.ts +22 -0
  173. package/dist/types/models/PaginatedCourseLicenseAssignment.d.ts +22 -0
  174. package/dist/types/models/PaginatedCourseLicenseGroupAssignment.d.ts +22 -0
  175. package/dist/types/models/PaginatedCourseSuggestion.d.ts +22 -0
  176. package/dist/types/models/PaginatedPathwayGroupSuggestion.d.ts +22 -0
  177. package/dist/types/models/PaginatedPathwaySuggestion.d.ts +22 -0
  178. package/dist/types/models/PaginatedPlatformInvitation.d.ts +22 -0
  179. package/dist/types/models/PaginatedPlatformLicense.d.ts +22 -0
  180. package/dist/types/models/PaginatedProgramGroupSuggestion.d.ts +22 -0
  181. package/dist/types/models/PaginatedProgramInvitation.d.ts +22 -0
  182. package/dist/types/models/PaginatedProgramLicense.d.ts +31 -0
  183. package/dist/types/models/PaginatedProgramLicenseAssignment.d.ts +31 -0
  184. package/dist/types/models/PaginatedProgramLicenseGroupAssignment.d.ts +31 -0
  185. package/dist/types/models/PaginatedProgramSuggestion.d.ts +22 -0
  186. package/dist/types/models/PaginatedUserAppList.d.ts +7 -0
  187. package/dist/types/models/PaginatedUserLicense.d.ts +22 -0
  188. package/dist/types/models/PaginatedUserLicenseAssignment.d.ts +22 -0
  189. package/dist/types/models/PaginatedUserLicenseGroupAssignment.d.ts +22 -0
  190. package/dist/types/models/Pagination.d.ts +18 -0
  191. package/dist/types/models/PatchedMediaResource.d.ts +71 -0
  192. package/dist/types/models/PatchedNotification.d.ts +14 -0
  193. package/dist/types/models/PatchedPlatformPublicMetadata.d.ts +8 -0
  194. package/dist/types/models/PatchedSkillThreshold.d.ts +14 -0
  195. package/dist/types/models/Pathway.d.ts +28 -0
  196. package/dist/types/models/PathwayCompletionResponse.d.ts +13 -0
  197. package/dist/types/models/PathwayCreateUpdateRequest.d.ts +45 -0
  198. package/dist/types/models/PathwayDeleteResponse.d.ts +13 -0
  199. package/dist/types/models/PathwayEnrollment.d.ts +22 -0
  200. package/dist/types/models/PathwayEnrollmentPlus.d.ts +26 -0
  201. package/dist/types/models/PathwayEnrollmentRequest.d.ts +49 -0
  202. package/dist/types/models/PathwayGroupSuggestionCreate.d.ts +41 -0
  203. package/dist/types/models/PathwayGroupSuggestionDetail.d.ts +61 -0
  204. package/dist/types/models/PathwaySelfEnrollmentRequest.d.ts +37 -0
  205. package/dist/types/models/PathwaySuggestionBulkCreate.d.ts +21 -0
  206. package/dist/types/models/PathwaySuggestionCreate.d.ts +53 -0
  207. package/dist/types/models/PathwaySuggestionDetail.d.ts +61 -0
  208. package/dist/types/models/PerLearnerCourseLastAccessData.d.ts +30 -0
  209. package/dist/types/models/PerLearnerCourseVideosWatched.d.ts +8 -0
  210. package/dist/types/models/PerLearnerCourseVideosWatchedData.d.ts +14 -0
  211. package/dist/types/models/PerLearnerLastAccess.d.ts +4 -0
  212. package/dist/types/models/PerLearnerLastAccessData.d.ts +11 -0
  213. package/dist/types/models/PerLearnerTimeSpentInCourseTree.d.ts +8 -0
  214. package/dist/types/models/PerformanceGradesPerCourse.d.ts +6 -0
  215. package/dist/types/models/PerformanceGradesPerCourseData.d.ts +22 -0
  216. package/dist/types/models/PerlearnerCourseProgress.d.ts +4 -0
  217. package/dist/types/models/PerlearnerCourseProgressData.d.ts +6 -0
  218. package/dist/types/models/PerlearnerEngagementVideosData.d.ts +30 -0
  219. package/dist/types/models/PerlearnerEngagementVideosWatchedPerCourse.d.ts +4 -0
  220. package/dist/types/models/PerlearnerGradeSummary.d.ts +4 -0
  221. package/dist/types/models/PerlearnerGradeSummaryData.d.ts +18 -0
  222. package/dist/types/models/PerlearnerGradeWithCutOff.d.ts +4 -0
  223. package/dist/types/models/PerlearnerGradeWithCutOffData.d.ts +10 -0
  224. package/dist/types/models/PerlearnerGradingPerCourseAPI.d.ts +4 -0
  225. package/dist/types/models/PerlearnerGradingPerCourseAPIData.d.ts +34 -0
  226. package/dist/types/models/PerlearnerUserList.d.ts +6 -0
  227. package/dist/types/models/PerlearnerUserListData.d.ts +34 -0
  228. package/dist/types/models/Platform.d.ts +29 -0
  229. package/dist/types/models/PlatformApiKey.d.ts +30 -0
  230. package/dist/types/models/PlatformInvitationCreate.d.ts +41 -0
  231. package/dist/types/models/PlatformInvitationDetail.d.ts +53 -0
  232. package/dist/types/models/PlatformInvitationRedemption.d.ts +25 -0
  233. package/dist/types/models/PlatformLicenseCreate.d.ts +53 -0
  234. package/dist/types/models/PlatformLicenseDetail.d.ts +49 -0
  235. package/dist/types/models/PlatformLicenseUpdate.d.ts +57 -0
  236. package/dist/types/models/PlatformList.d.ts +29 -0
  237. package/dist/types/models/PlatformListStatusEnum.d.ts +22 -0
  238. package/dist/types/models/PlatformPublicMetadata.d.ts +8 -0
  239. package/dist/types/models/PlatformSkillPointBulkRequest.d.ts +13 -0
  240. package/dist/types/models/PlatformSkillPointBulkResponse.d.ts +13 -0
  241. package/dist/types/models/PlatformSkillPointGroupRequest.d.ts +21 -0
  242. package/dist/types/models/PlatformSkillPointRequest.d.ts +21 -0
  243. package/dist/types/models/PlatformSkillPointResponse.d.ts +21 -0
  244. package/dist/types/models/PlatformUpdatePostRequest.d.ts +9 -0
  245. package/dist/types/models/PointsPercentile.d.ts +8 -0
  246. package/dist/types/models/PreviewResponse.d.ts +11 -0
  247. package/dist/types/models/Product.d.ts +22 -0
  248. package/dist/types/models/ProductTable.d.ts +26 -0
  249. package/dist/types/models/Program.d.ts +24 -0
  250. package/dist/types/models/ProgramCompletionResponse.d.ts +13 -0
  251. package/dist/types/models/ProgramCoursePosition.d.ts +6 -0
  252. package/dist/types/models/ProgramCreateUpdateRequest.d.ts +45 -0
  253. package/dist/types/models/ProgramDeleteResponse.d.ts +13 -0
  254. package/dist/types/models/ProgramEnrollment.d.ts +30 -0
  255. package/dist/types/models/ProgramEnrollmentPlus.d.ts +34 -0
  256. package/dist/types/models/ProgramGroupSuggestionCreate.d.ts +37 -0
  257. package/dist/types/models/ProgramGroupSuggestionDetail.d.ts +53 -0
  258. package/dist/types/models/ProgramInvitationCreate.d.ts +41 -0
  259. package/dist/types/models/ProgramInvitationDetail.d.ts +53 -0
  260. package/dist/types/models/ProgramInvitationRedemption.d.ts +25 -0
  261. package/dist/types/models/ProgramLicenseAssignmentCreate.d.ts +70 -0
  262. package/dist/types/models/ProgramLicenseAssignmentDetail.d.ts +90 -0
  263. package/dist/types/models/ProgramLicenseCreateDetail.d.ts +61 -0
  264. package/dist/types/models/ProgramLicenseDetail.d.ts +90 -0
  265. package/dist/types/models/ProgramLicenseGroupAssignmentCreate.d.ts +56 -0
  266. package/dist/types/models/ProgramLicenseGroupAssignmentDetail.d.ts +85 -0
  267. package/dist/types/models/ProgramLicenseUpdateDetail.d.ts +76 -0
  268. package/dist/types/models/ProgramReviewInfoResponse.d.ts +17 -0
  269. package/dist/types/models/ProgramSearch.d.ts +28 -0
  270. package/dist/types/models/ProgramSuggestionBulkCreate.d.ts +21 -0
  271. package/dist/types/models/ProgramSuggestionCreate.d.ts +53 -0
  272. package/dist/types/models/ProgramSuggestionDetail.d.ts +53 -0
  273. package/dist/types/models/ProgramTypeEnum.d.ts +18 -0
  274. package/dist/types/models/Recipient.d.ts +8 -0
  275. package/dist/types/models/RecommendationSearchAPI.d.ts +3 -0
  276. package/dist/types/models/RedirectTokenRequest.d.ts +3 -0
  277. package/dist/types/models/RedirectTokenResponse.d.ts +5 -0
  278. package/dist/types/models/ReportCreate.d.ts +7 -0
  279. package/dist/types/models/ReportData.d.ts +28 -0
  280. package/dist/types/models/ReportDetail.d.ts +4 -0
  281. package/dist/types/models/ReportList.d.ts +4 -0
  282. package/dist/types/models/ReportRequest.d.ts +21 -0
  283. package/dist/types/models/ReportStatus.d.ts +41 -0
  284. package/dist/types/models/ReportedRole.d.ts +7 -0
  285. package/dist/types/models/ReportedRoleCreateUpdateRequest.d.ts +21 -0
  286. package/dist/types/models/ReportedSkill.d.ts +7 -0
  287. package/dist/types/models/Resource.d.ts +22 -0
  288. package/dist/types/models/ResourceCompletion.d.ts +46 -0
  289. package/dist/types/models/ResourceCompletionRequest.d.ts +29 -0
  290. package/dist/types/models/ResourceCreateUpdate.d.ts +42 -0
  291. package/dist/types/models/ResourceDeleteResponse.d.ts +13 -0
  292. package/dist/types/models/ResourcePoint.d.ts +7 -0
  293. package/dist/types/models/RevenueByProduct.d.ts +6 -0
  294. package/dist/types/models/Role.d.ts +18 -0
  295. package/dist/types/models/RoleCreateUpdateRequest.d.ts +25 -0
  296. package/dist/types/models/SendNotification.d.ts +6 -0
  297. package/dist/types/models/SendResponse.d.ts +9 -0
  298. package/dist/types/models/Skill.d.ts +16 -0
  299. package/dist/types/models/SkillCreateUpdateRequest.d.ts +25 -0
  300. package/dist/types/models/SkillDetail.d.ts +9 -0
  301. package/dist/types/models/SkillInfo.d.ts +23 -0
  302. package/dist/types/models/SkillThreshold.d.ts +14 -0
  303. package/dist/types/models/StateEnum.d.ts +22 -0
  304. package/dist/types/models/StripeCheckoutSessionRequest.d.ts +54 -0
  305. package/dist/types/models/StripeCheckoutSessionResponse.d.ts +6 -0
  306. package/dist/types/models/StripeCustomerPortalRequest.d.ts +3 -0
  307. package/dist/types/models/StripeCustomerPortalResponse.d.ts +3 -0
  308. package/dist/types/models/StripeLocalProduct.d.ts +8 -0
  309. package/dist/types/models/StripeSubscriptionRenewalRequest.d.ts +4 -0
  310. package/dist/types/models/StripeSubscriptionRenewalResponse.d.ts +3 -0
  311. package/dist/types/models/SubTimeChild.d.ts +18 -0
  312. package/dist/types/models/Summary.d.ts +18 -0
  313. package/dist/types/models/TenantLaunchError.d.ts +10 -0
  314. package/dist/types/models/TenantLaunchFailed.d.ts +15 -0
  315. package/dist/types/models/TenantLaunchRequest.d.ts +16 -0
  316. package/dist/types/models/TenantLaunchResponse.d.ts +15 -0
  317. package/dist/types/models/TimeChildData.d.ts +20 -0
  318. package/dist/types/models/TimeDetail.d.ts +8 -0
  319. package/dist/types/models/TimeDetailChild.d.ts +26 -0
  320. package/dist/types/models/TimeDetailData.d.ts +24 -0
  321. package/dist/types/models/TimeSpentByUsersInCourse.d.ts +6 -0
  322. package/dist/types/models/TimeSpentByUsersInCourseData.d.ts +22 -0
  323. package/dist/types/models/TimeSpentPerCourse.d.ts +6 -0
  324. package/dist/types/models/TimeSpentPerCourseData.d.ts +26 -0
  325. package/dist/types/models/TimeSpentPerUserResponse.d.ts +3 -0
  326. package/dist/types/models/TimeSpentUpdateRequest.d.ts +34 -0
  327. package/dist/types/models/TimeSpentUpdateResponse.d.ts +4 -0
  328. package/dist/types/models/TokenProxyInput.d.ts +21 -0
  329. package/dist/types/models/TokenProxyOutput.d.ts +7 -0
  330. package/dist/types/models/TokenProxyOutputSerializerData.d.ts +20 -0
  331. package/dist/types/models/TokenProxyUser.d.ts +25 -0
  332. package/dist/types/models/TypeEnum.d.ts +18 -0
  333. package/dist/types/models/UploadedImage.d.ts +5 -0
  334. package/dist/types/models/UserApp.d.ts +27 -0
  335. package/dist/types/models/UserDeleteAPIError.d.ts +3 -0
  336. package/dist/types/models/UserDeleteAPIRequest.d.ts +3 -0
  337. package/dist/types/models/UserDeleteAPIResponse.d.ts +3 -0
  338. package/dist/types/models/UserInfo.d.ts +13 -0
  339. package/dist/types/models/UserLicenseAssignmentCreate.d.ts +37 -0
  340. package/dist/types/models/UserLicenseAssignmentDetail.d.ts +49 -0
  341. package/dist/types/models/UserLicenseCreate.d.ts +57 -0
  342. package/dist/types/models/UserLicenseDetail.d.ts +53 -0
  343. package/dist/types/models/UserLicenseGroupAssignmentCreate.d.ts +33 -0
  344. package/dist/types/models/UserLicenseGroupAssignmentDetail.d.ts +45 -0
  345. package/dist/types/models/UserLicenseUpdate.d.ts +61 -0
  346. package/dist/types/models/UserPlatformLink.d.ts +17 -0
  347. package/dist/types/models/UserPlatformManagementListViewGetResponse.d.ts +6 -0
  348. package/dist/types/models/UserPlatformViewPostRequest.d.ts +8 -0
  349. package/dist/types/models/UserProxyBulkRequest.d.ts +3 -0
  350. package/dist/types/models/UserProxyGetResponse.d.ts +8 -0
  351. package/dist/types/models/UserProxyPostRequest.d.ts +7 -0
  352. package/dist/types/models/UserProxyPostResponse.d.ts +8 -0
  353. package/dist/types/models/UserSearchResponse.d.ts +29 -0
  354. package/dist/types/models/UserSearchViewGetResponse.d.ts +6 -0
  355. package/dist/types/models/UserSkill.d.ts +22 -0
  356. package/dist/types/models/UserSkillPointInfoResponse.d.ts +10 -0
  357. package/dist/types/models/UserSkillPointsPercentile.d.ts +8 -0
  358. package/dist/types/models/ValidateSourceResponse.d.ts +10 -0
  359. package/dist/types/models/Value.d.ts +4 -0
  360. package/dist/types/models/ValueData.d.ts +6 -0
  361. package/dist/types/models/VerifyGCPMarketPlaceFailedResponse.d.ts +11 -0
  362. package/dist/types/models/VerifyGCPMarketPlaceRequest.d.ts +3 -0
  363. package/dist/types/models/VerifyGCPMarketPlaceResponse.d.ts +11 -0
  364. package/dist/types/models/VideoBlock.d.ts +14 -0
  365. package/dist/types/models/VideoEngagementPerCourse.d.ts +6 -0
  366. package/dist/types/models/VideoEngagementPerCourseData.d.ts +30 -0
  367. package/dist/types/models/VideosCount.d.ts +4 -0
  368. package/dist/types/models/VideosCountData.d.ts +6 -0
  369. package/dist/types/models/VideosInCourseSummary.d.ts +4 -0
  370. package/dist/types/models/VideosInCourseSummaryData.d.ts +12 -0
  371. package/dist/types/models/VideosSpecificCourse.d.ts +4 -0
  372. package/dist/types/models/VideosSpecificCourseData.d.ts +26 -0
  373. package/dist/types/models/VideosWatchedSubSection.d.ts +19 -0
  374. package/dist/types/models/WatchedVideosPerCourse.d.ts +8 -0
  375. package/dist/types/models/WatchedVideosPerCourseData.d.ts +18 -0
  376. package/dist/types/models/WatchedVideosPerUser.d.ts +8 -0
  377. package/dist/types/models/WatchedVideosPerUserData.d.ts +18 -0
  378. package/dist/types/models/WhitelistedDomain.d.ts +4 -0
  379. package/dist/types/services/AnalyticsService.d.ts +54 -0
  380. package/dist/types/services/AudienceService.d.ts +348 -0
  381. package/dist/types/services/CareerService.d.ts +210 -0
  382. package/dist/types/services/CatalogService.d.ts +4682 -0
  383. package/dist/types/services/CoreService.d.ts +638 -0
  384. package/dist/types/services/CredentialsService.d.ts +1189 -0
  385. package/dist/types/services/DepartmentsService.d.ts +43 -0
  386. package/dist/types/services/EngagementService.d.ts +467 -0
  387. package/dist/types/services/FeaturesService.d.ts +75 -0
  388. package/dist/types/services/FinanceService.d.ts +52 -0
  389. package/dist/types/services/MediaResourcesService.d.ts +112 -0
  390. package/dist/types/services/NotificationBuilderService.d.ts +58 -0
  391. package/dist/types/services/NotificationService.d.ts +128 -0
  392. package/dist/types/services/OrgsService.d.ts +262 -0
  393. package/dist/types/services/OverviewService.d.ts +184 -0
  394. package/dist/types/services/PerformanceService.d.ts +183 -0
  395. package/dist/types/services/PerlearnerService.d.ts +501 -0
  396. package/dist/types/services/PlatformService.d.ts +391 -0
  397. package/dist/types/services/ProviderAssociationService.d.ts +16 -0
  398. package/dist/types/services/ProvidersService.d.ts +142 -0
  399. package/dist/types/services/ProvisionService.d.ts +14 -0
  400. package/dist/types/services/RecommendationsService.d.ts +13 -0
  401. package/dist/types/services/ReportsService.d.ts +142 -0
  402. package/dist/types/services/RolesService.d.ts +57 -0
  403. package/dist/types/services/SearchService.d.ts +352 -0
  404. package/dist/types/services/ServiceService.d.ts +170 -0
  405. package/dist/types/services/SkillsService.d.ts +377 -0
  406. package/dist/types/services/UserGroupsService.d.ts +49 -0
  407. package/package.json +39 -0
  408. package/rollup.config.js +113 -0
  409. package/src/core/ApiError.ts +25 -0
  410. package/src/core/ApiRequestOptions.ts +17 -0
  411. package/src/core/ApiResult.ts +11 -0
  412. package/src/core/CancelablePromise.ts +131 -0
  413. package/src/core/OpenAPI.ts +32 -0
  414. package/src/core/request.ts +322 -0
  415. package/src/index.ts +402 -0
  416. package/src/models/AWSTenantLaunchRequest.ts +25 -0
  417. package/src/models/AcceptanceEnum.ts +14 -0
  418. package/src/models/ActivateUserFreeTrial.ts +16 -0
  419. package/src/models/ActiveUsersData.ts +23 -0
  420. package/src/models/ActiveUsersList.ts +11 -0
  421. package/src/models/ActiveUsersPerCourse.ts +15 -0
  422. package/src/models/ActiveUsersPerCourseData.ts +19 -0
  423. package/src/models/ActivityAPI.ts +13 -0
  424. package/src/models/ActivityData.ts +43 -0
  425. package/src/models/App.ts +15 -0
  426. package/src/models/AppleSubscriptionStatusRequest.ts +8 -0
  427. package/src/models/AppleSubscriptionStatusView.ts +8 -0
  428. package/src/models/AppleVerifyTransactionId.ts +8 -0
  429. package/src/models/Assertion.ts +20 -0
  430. package/src/models/AssociateAccountResponse.ts +10 -0
  431. package/src/models/AssociateAppleAccount.ts +8 -0
  432. package/src/models/AuthToken.ts +15 -0
  433. package/src/models/Average.ts +9 -0
  434. package/src/models/AverageData.ts +11 -0
  435. package/src/models/AverageOvertime.ts +27 -0
  436. package/src/models/AvgCourseGradeWithCutoff.ts +9 -0
  437. package/src/models/AvgCourseGradeWithCutoffData.ts +15 -0
  438. package/src/models/BaseErrorResponse.ts +10 -0
  439. package/src/models/BaseResponse.ts +10 -0
  440. package/src/models/BlankCourseInvitationCreate.ts +26 -0
  441. package/src/models/BlankEnum.ts +7 -0
  442. package/src/models/BlankPlatformInvitationCreate.ts +26 -0
  443. package/src/models/BlankProgramInvitationCreate.ts +26 -0
  444. package/src/models/BlockSkillPointInfoRequest.ts +23 -0
  445. package/src/models/BlockSkillPointInfoResponse.ts +15 -0
  446. package/src/models/BulkCourseInvitationCreate.ts +19 -0
  447. package/src/models/BulkCourseInvitationResponse.ts +18 -0
  448. package/src/models/BulkCreateAssertion.ts +9 -0
  449. package/src/models/BulkPlatformInvitationCreate.ts +19 -0
  450. package/src/models/BulkPlatformInvitationResponse.ts +18 -0
  451. package/src/models/BulkProgramInvitationCreate.ts +19 -0
  452. package/src/models/BulkProgramInvitationResponse.ts +18 -0
  453. package/src/models/BulkSuggestionResponse.ts +18 -0
  454. package/src/models/CampaignEnablement.ts +13 -0
  455. package/src/models/CampaignExclusion.ts +13 -0
  456. package/src/models/CatalogAutoIncrementResponse.ts +30 -0
  457. package/src/models/CatalogAutoIncrementUpdateRequest.ts +22 -0
  458. package/src/models/CeleryHeartbeat.ts +10 -0
  459. package/src/models/CeleryHeartbeatFail.ts +10 -0
  460. package/src/models/CeleryHeartbeatFailStatusEnum.ts +12 -0
  461. package/src/models/CeleryHeartbeatStatusEnum.ts +12 -0
  462. package/src/models/Company.ts +28 -0
  463. package/src/models/ContextResponse.ts +12 -0
  464. package/src/models/Count.ts +9 -0
  465. package/src/models/CountData.ts +11 -0
  466. package/src/models/Course.ts +20 -0
  467. package/src/models/CourseAccessRequestCreate.ts +22 -0
  468. package/src/models/CourseAccessRequestDetail.ts +54 -0
  469. package/src/models/CourseAccessRequestStatusResponse.ts +22 -0
  470. package/src/models/CourseAccessRequestUpdate.ts +30 -0
  471. package/src/models/CourseCompletion.ts +71 -0
  472. package/src/models/CourseCompletionCatalogResponse.ts +16 -0
  473. package/src/models/CourseCompletionPerCourse.ts +11 -0
  474. package/src/models/CourseCompletionPerCourseData.ts +27 -0
  475. package/src/models/CourseCompletionSummaryDataOvertime.ts +23 -0
  476. package/src/models/CourseCompletionSummaryOvertime.ts +11 -0
  477. package/src/models/CourseCreateUpdate.ts +30 -0
  478. package/src/models/CourseDeleteResponse.ts +18 -0
  479. package/src/models/CourseEligibilityCheckResponse.ts +30 -0
  480. package/src/models/CourseEnrollmentSearchResponse.ts +58 -0
  481. package/src/models/CourseGradeDetailBlock.ts +23 -0
  482. package/src/models/CourseGradeDetailSubSection.ts +28 -0
  483. package/src/models/CourseGradeSummary.ts +9 -0
  484. package/src/models/CourseGradeSummaryData.ts +23 -0
  485. package/src/models/CourseGradingDetail.ts +9 -0
  486. package/src/models/CourseGradingDetailData.ts +17 -0
  487. package/src/models/CourseGroupSuggestionCreate.ts +46 -0
  488. package/src/models/CourseGroupSuggestionDetail.ts +58 -0
  489. package/src/models/CourseInvitationCreate.ts +46 -0
  490. package/src/models/CourseInvitationDetail.ts +58 -0
  491. package/src/models/CourseInvitationRedemption.ts +30 -0
  492. package/src/models/CourseLicenseAssignmentCreate.ts +42 -0
  493. package/src/models/CourseLicenseAssignmentDetail.ts +54 -0
  494. package/src/models/CourseLicenseCreate.ts +66 -0
  495. package/src/models/CourseLicenseDetail.ts +58 -0
  496. package/src/models/CourseLicenseGroupAssignmentCreate.ts +38 -0
  497. package/src/models/CourseLicenseGroupAssignmentDetail.ts +50 -0
  498. package/src/models/CourseLicenseUpdate.ts +66 -0
  499. package/src/models/CourseMetadataSearchRequest.ts +22 -0
  500. package/src/models/CourseMetadataUpdateRequest.ts +22 -0
  501. package/src/models/CoursePoint.ts +12 -0
  502. package/src/models/CourseReviewInfoResponse.ts +22 -0
  503. package/src/models/CourseSkill.ts +13 -0
  504. package/src/models/CourseSkillPointInfoRequest.ts +23 -0
  505. package/src/models/CourseSkillPointInfoResponse.ts +15 -0
  506. package/src/models/CourseSuggestionBulkCreate.ts +22 -0
  507. package/src/models/CourseSuggestionCreate.ts +54 -0
  508. package/src/models/CourseSuggestionDetail.ts +58 -0
  509. package/src/models/Credential.ts +33 -0
  510. package/src/models/DesiredRole.ts +12 -0
  511. package/src/models/DesiredRoleCreateUpdateRequest.ts +26 -0
  512. package/src/models/DesiredSkill.ts +12 -0
  513. package/src/models/DesiredSkillCreateUpdateRequest.ts +26 -0
  514. package/src/models/DetailedGradeSubsection.ts +27 -0
  515. package/src/models/DetailedGradeView.ts +9 -0
  516. package/src/models/DetailedGradeViewData.ts +17 -0
  517. package/src/models/Education.ts +35 -0
  518. package/src/models/EdxSignalReceiverRequest.ts +9 -0
  519. package/src/models/EngagementPerCourse.ts +11 -0
  520. package/src/models/EngagementPerCourseData.ts +31 -0
  521. package/src/models/Enrollments.ts +13 -0
  522. package/src/models/EnrollmentsData.ts +23 -0
  523. package/src/models/EnrollmentsPerUser.ts +11 -0
  524. package/src/models/EnrollmentsPerUserData.ts +23 -0
  525. package/src/models/ErrorResponse.ts +13 -0
  526. package/src/models/Experience.ts +34 -0
  527. package/src/models/FloatOverTime.ts +15 -0
  528. package/src/models/GCPTenantLaunchRequest.ts +29 -0
  529. package/src/models/GlobalCatalogSearchResponse.ts +38 -0
  530. package/src/models/GooglePayAccountResponse.ts +20 -0
  531. package/src/models/GooglePayAccountResponseStatusEnum.ts +12 -0
  532. package/src/models/GooglePayVerifyToken.ts +11 -0
  533. package/src/models/GradingPerUser.ts +13 -0
  534. package/src/models/GradingPerUserData.ts +31 -0
  535. package/src/models/GroupList.ts +11 -0
  536. package/src/models/GroupListData.ts +21 -0
  537. package/src/models/ImageUpload.ts +8 -0
  538. package/src/models/Institution.ts +25 -0
  539. package/src/models/InstitutionTypeEnum.ts +18 -0
  540. package/src/models/Issuer.ts +14 -0
  541. package/src/models/IssuerAuthority.ts +10 -0
  542. package/src/models/ItemTypeEnum.ts +22 -0
  543. package/src/models/LauncherViewPostRequest.ts +14 -0
  544. package/src/models/LearnerInformationAPI.ts +9 -0
  545. package/src/models/LearnerInformationAPIData.ts +88 -0
  546. package/src/models/LtiKey.ts +24 -0
  547. package/src/models/LtiLaunchGate.ts +13 -0
  548. package/src/models/LtiTool.ts +51 -0
  549. package/src/models/ManagerAuthToken.ts +18 -0
  550. package/src/models/MarkAllReadRequest.ts +14 -0
  551. package/src/models/MarkAllReadResponse.ts +12 -0
  552. package/src/models/MediaResource.ts +76 -0
  553. package/src/models/MediaTypeEnum.ts +18 -0
  554. package/src/models/ModeEnum.ts +14 -0
  555. package/src/models/NetRevenueOverTime.ts +13 -0
  556. package/src/models/NewPerLearnerList.ts +11 -0
  557. package/src/models/NewPerLearnerListData.ts +22 -0
  558. package/src/models/Notification.ts +19 -0
  559. package/src/models/NotificationCount.ts +9 -0
  560. package/src/models/NotificationPreview.ts +36 -0
  561. package/src/models/NotificationSource.ts +13 -0
  562. package/src/models/NotificationStatusEnum.ts +14 -0
  563. package/src/models/NotificationTemplateData.ts +31 -0
  564. package/src/models/OnboardingStatusUpdate.ts +12 -0
  565. package/src/models/Order.ts +27 -0
  566. package/src/models/OverTime.ts +8 -0
  567. package/src/models/OverTimeWithTotal.ts +27 -0
  568. package/src/models/OvertimeMeta.ts +35 -0
  569. package/src/models/OvertimeWithChangeInfo.ts +29 -0
  570. package/src/models/PaginatedCourseAccessRequest.ts +27 -0
  571. package/src/models/PaginatedCourseGroupSuggestion.ts +27 -0
  572. package/src/models/PaginatedCourseInvitation.ts +27 -0
  573. package/src/models/PaginatedCourseLicense.ts +27 -0
  574. package/src/models/PaginatedCourseLicenseAssignment.ts +27 -0
  575. package/src/models/PaginatedCourseLicenseGroupAssignment.ts +27 -0
  576. package/src/models/PaginatedCourseSuggestion.ts +27 -0
  577. package/src/models/PaginatedPathwayGroupSuggestion.ts +27 -0
  578. package/src/models/PaginatedPathwaySuggestion.ts +27 -0
  579. package/src/models/PaginatedPlatformInvitation.ts +27 -0
  580. package/src/models/PaginatedPlatformLicense.ts +27 -0
  581. package/src/models/PaginatedProgramGroupSuggestion.ts +27 -0
  582. package/src/models/PaginatedProgramInvitation.ts +27 -0
  583. package/src/models/PaginatedProgramLicense.ts +36 -0
  584. package/src/models/PaginatedProgramLicenseAssignment.ts +36 -0
  585. package/src/models/PaginatedProgramLicenseGroupAssignment.ts +36 -0
  586. package/src/models/PaginatedProgramSuggestion.ts +27 -0
  587. package/src/models/PaginatedUserAppList.ts +12 -0
  588. package/src/models/PaginatedUserLicense.ts +27 -0
  589. package/src/models/PaginatedUserLicenseAssignment.ts +27 -0
  590. package/src/models/PaginatedUserLicenseGroupAssignment.ts +27 -0
  591. package/src/models/Pagination.ts +23 -0
  592. package/src/models/PatchedMediaResource.ts +76 -0
  593. package/src/models/PatchedNotification.ts +19 -0
  594. package/src/models/PatchedPlatformPublicMetadata.ts +13 -0
  595. package/src/models/PatchedSkillThreshold.ts +19 -0
  596. package/src/models/Pathway.ts +33 -0
  597. package/src/models/PathwayCompletionResponse.ts +18 -0
  598. package/src/models/PathwayCreateUpdateRequest.ts +50 -0
  599. package/src/models/PathwayDeleteResponse.ts +18 -0
  600. package/src/models/PathwayEnrollment.ts +27 -0
  601. package/src/models/PathwayEnrollmentPlus.ts +31 -0
  602. package/src/models/PathwayEnrollmentRequest.ts +54 -0
  603. package/src/models/PathwayGroupSuggestionCreate.ts +46 -0
  604. package/src/models/PathwayGroupSuggestionDetail.ts +66 -0
  605. package/src/models/PathwaySelfEnrollmentRequest.ts +42 -0
  606. package/src/models/PathwaySuggestionBulkCreate.ts +26 -0
  607. package/src/models/PathwaySuggestionCreate.ts +58 -0
  608. package/src/models/PathwaySuggestionDetail.ts +66 -0
  609. package/src/models/PerLearnerCourseLastAccessData.ts +35 -0
  610. package/src/models/PerLearnerCourseVideosWatched.ts +13 -0
  611. package/src/models/PerLearnerCourseVideosWatchedData.ts +19 -0
  612. package/src/models/PerLearnerLastAccess.ts +9 -0
  613. package/src/models/PerLearnerLastAccessData.ts +16 -0
  614. package/src/models/PerLearnerTimeSpentInCourseTree.ts +13 -0
  615. package/src/models/PerformanceGradesPerCourse.ts +11 -0
  616. package/src/models/PerformanceGradesPerCourseData.ts +27 -0
  617. package/src/models/PerlearnerCourseProgress.ts +9 -0
  618. package/src/models/PerlearnerCourseProgressData.ts +11 -0
  619. package/src/models/PerlearnerEngagementVideosData.ts +35 -0
  620. package/src/models/PerlearnerEngagementVideosWatchedPerCourse.ts +9 -0
  621. package/src/models/PerlearnerGradeSummary.ts +9 -0
  622. package/src/models/PerlearnerGradeSummaryData.ts +23 -0
  623. package/src/models/PerlearnerGradeWithCutOff.ts +9 -0
  624. package/src/models/PerlearnerGradeWithCutOffData.ts +15 -0
  625. package/src/models/PerlearnerGradingPerCourseAPI.ts +9 -0
  626. package/src/models/PerlearnerGradingPerCourseAPIData.ts +39 -0
  627. package/src/models/PerlearnerUserList.ts +11 -0
  628. package/src/models/PerlearnerUserListData.ts +39 -0
  629. package/src/models/Platform.ts +34 -0
  630. package/src/models/PlatformApiKey.ts +35 -0
  631. package/src/models/PlatformInvitationCreate.ts +46 -0
  632. package/src/models/PlatformInvitationDetail.ts +58 -0
  633. package/src/models/PlatformInvitationRedemption.ts +30 -0
  634. package/src/models/PlatformLicenseCreate.ts +58 -0
  635. package/src/models/PlatformLicenseDetail.ts +54 -0
  636. package/src/models/PlatformLicenseUpdate.ts +62 -0
  637. package/src/models/PlatformList.ts +34 -0
  638. package/src/models/PlatformListStatusEnum.ts +26 -0
  639. package/src/models/PlatformPublicMetadata.ts +13 -0
  640. package/src/models/PlatformSkillPointBulkRequest.ts +18 -0
  641. package/src/models/PlatformSkillPointBulkResponse.ts +18 -0
  642. package/src/models/PlatformSkillPointGroupRequest.ts +26 -0
  643. package/src/models/PlatformSkillPointRequest.ts +26 -0
  644. package/src/models/PlatformSkillPointResponse.ts +26 -0
  645. package/src/models/PlatformUpdatePostRequest.ts +14 -0
  646. package/src/models/PointsPercentile.ts +13 -0
  647. package/src/models/PreviewResponse.ts +16 -0
  648. package/src/models/Product.ts +27 -0
  649. package/src/models/ProductTable.ts +31 -0
  650. package/src/models/Program.ts +29 -0
  651. package/src/models/ProgramCompletionResponse.ts +18 -0
  652. package/src/models/ProgramCoursePosition.ts +11 -0
  653. package/src/models/ProgramCreateUpdateRequest.ts +50 -0
  654. package/src/models/ProgramDeleteResponse.ts +18 -0
  655. package/src/models/ProgramEnrollment.ts +35 -0
  656. package/src/models/ProgramEnrollmentPlus.ts +39 -0
  657. package/src/models/ProgramGroupSuggestionCreate.ts +42 -0
  658. package/src/models/ProgramGroupSuggestionDetail.ts +58 -0
  659. package/src/models/ProgramInvitationCreate.ts +46 -0
  660. package/src/models/ProgramInvitationDetail.ts +58 -0
  661. package/src/models/ProgramInvitationRedemption.ts +30 -0
  662. package/src/models/ProgramLicenseAssignmentCreate.ts +75 -0
  663. package/src/models/ProgramLicenseAssignmentDetail.ts +95 -0
  664. package/src/models/ProgramLicenseCreateDetail.ts +66 -0
  665. package/src/models/ProgramLicenseDetail.ts +95 -0
  666. package/src/models/ProgramLicenseGroupAssignmentCreate.ts +61 -0
  667. package/src/models/ProgramLicenseGroupAssignmentDetail.ts +90 -0
  668. package/src/models/ProgramLicenseUpdateDetail.ts +81 -0
  669. package/src/models/ProgramReviewInfoResponse.ts +22 -0
  670. package/src/models/ProgramSearch.ts +33 -0
  671. package/src/models/ProgramSuggestionBulkCreate.ts +26 -0
  672. package/src/models/ProgramSuggestionCreate.ts +58 -0
  673. package/src/models/ProgramSuggestionDetail.ts +58 -0
  674. package/src/models/ProgramTypeEnum.ts +22 -0
  675. package/src/models/Recipient.ts +13 -0
  676. package/src/models/RecommendationSearchAPI.ts +8 -0
  677. package/src/models/RedirectTokenRequest.ts +8 -0
  678. package/src/models/RedirectTokenResponse.ts +10 -0
  679. package/src/models/ReportCreate.ts +12 -0
  680. package/src/models/ReportData.ts +33 -0
  681. package/src/models/ReportDetail.ts +9 -0
  682. package/src/models/ReportList.ts +9 -0
  683. package/src/models/ReportRequest.ts +26 -0
  684. package/src/models/ReportStatus.ts +46 -0
  685. package/src/models/ReportedRole.ts +12 -0
  686. package/src/models/ReportedRoleCreateUpdateRequest.ts +26 -0
  687. package/src/models/ReportedSkill.ts +12 -0
  688. package/src/models/Resource.ts +27 -0
  689. package/src/models/ResourceCompletion.ts +51 -0
  690. package/src/models/ResourceCompletionRequest.ts +34 -0
  691. package/src/models/ResourceCreateUpdate.ts +47 -0
  692. package/src/models/ResourceDeleteResponse.ts +18 -0
  693. package/src/models/ResourcePoint.ts +12 -0
  694. package/src/models/RevenueByProduct.ts +11 -0
  695. package/src/models/Role.ts +23 -0
  696. package/src/models/RoleCreateUpdateRequest.ts +30 -0
  697. package/src/models/SendNotification.ts +11 -0
  698. package/src/models/SendResponse.ts +14 -0
  699. package/src/models/Skill.ts +21 -0
  700. package/src/models/SkillCreateUpdateRequest.ts +30 -0
  701. package/src/models/SkillDetail.ts +14 -0
  702. package/src/models/SkillInfo.ts +28 -0
  703. package/src/models/SkillThreshold.ts +19 -0
  704. package/src/models/StateEnum.ts +26 -0
  705. package/src/models/StripeCheckoutSessionRequest.ts +59 -0
  706. package/src/models/StripeCheckoutSessionResponse.ts +11 -0
  707. package/src/models/StripeCustomerPortalRequest.ts +8 -0
  708. package/src/models/StripeCustomerPortalResponse.ts +8 -0
  709. package/src/models/StripeLocalProduct.ts +13 -0
  710. package/src/models/StripeSubscriptionRenewalRequest.ts +9 -0
  711. package/src/models/StripeSubscriptionRenewalResponse.ts +8 -0
  712. package/src/models/SubTimeChild.ts +23 -0
  713. package/src/models/Summary.ts +23 -0
  714. package/src/models/TenantLaunchError.ts +15 -0
  715. package/src/models/TenantLaunchFailed.ts +20 -0
  716. package/src/models/TenantLaunchRequest.ts +21 -0
  717. package/src/models/TenantLaunchResponse.ts +20 -0
  718. package/src/models/TimeChildData.ts +25 -0
  719. package/src/models/TimeDetail.ts +13 -0
  720. package/src/models/TimeDetailChild.ts +31 -0
  721. package/src/models/TimeDetailData.ts +29 -0
  722. package/src/models/TimeSpentByUsersInCourse.ts +11 -0
  723. package/src/models/TimeSpentByUsersInCourseData.ts +27 -0
  724. package/src/models/TimeSpentPerCourse.ts +11 -0
  725. package/src/models/TimeSpentPerCourseData.ts +31 -0
  726. package/src/models/TimeSpentPerUserResponse.ts +8 -0
  727. package/src/models/TimeSpentUpdateRequest.ts +39 -0
  728. package/src/models/TimeSpentUpdateResponse.ts +9 -0
  729. package/src/models/TokenProxyInput.ts +26 -0
  730. package/src/models/TokenProxyOutput.ts +12 -0
  731. package/src/models/TokenProxyOutputSerializerData.ts +25 -0
  732. package/src/models/TokenProxyUser.ts +30 -0
  733. package/src/models/TypeEnum.ts +22 -0
  734. package/src/models/UploadedImage.ts +10 -0
  735. package/src/models/UserApp.ts +32 -0
  736. package/src/models/UserDeleteAPIError.ts +8 -0
  737. package/src/models/UserDeleteAPIRequest.ts +8 -0
  738. package/src/models/UserDeleteAPIResponse.ts +8 -0
  739. package/src/models/UserInfo.ts +18 -0
  740. package/src/models/UserLicenseAssignmentCreate.ts +42 -0
  741. package/src/models/UserLicenseAssignmentDetail.ts +54 -0
  742. package/src/models/UserLicenseCreate.ts +62 -0
  743. package/src/models/UserLicenseDetail.ts +58 -0
  744. package/src/models/UserLicenseGroupAssignmentCreate.ts +38 -0
  745. package/src/models/UserLicenseGroupAssignmentDetail.ts +50 -0
  746. package/src/models/UserLicenseUpdate.ts +66 -0
  747. package/src/models/UserPlatformLink.ts +22 -0
  748. package/src/models/UserPlatformManagementListViewGetResponse.ts +11 -0
  749. package/src/models/UserPlatformViewPostRequest.ts +13 -0
  750. package/src/models/UserProxyBulkRequest.ts +8 -0
  751. package/src/models/UserProxyGetResponse.ts +13 -0
  752. package/src/models/UserProxyPostRequest.ts +12 -0
  753. package/src/models/UserProxyPostResponse.ts +13 -0
  754. package/src/models/UserSearchResponse.ts +34 -0
  755. package/src/models/UserSearchViewGetResponse.ts +11 -0
  756. package/src/models/UserSkill.ts +27 -0
  757. package/src/models/UserSkillPointInfoResponse.ts +15 -0
  758. package/src/models/UserSkillPointsPercentile.ts +13 -0
  759. package/src/models/ValidateSourceResponse.ts +15 -0
  760. package/src/models/Value.ts +9 -0
  761. package/src/models/ValueData.ts +11 -0
  762. package/src/models/VerifyGCPMarketPlaceFailedResponse.ts +16 -0
  763. package/src/models/VerifyGCPMarketPlaceRequest.ts +8 -0
  764. package/src/models/VerifyGCPMarketPlaceResponse.ts +16 -0
  765. package/src/models/VideoBlock.ts +19 -0
  766. package/src/models/VideoEngagementPerCourse.ts +11 -0
  767. package/src/models/VideoEngagementPerCourseData.ts +35 -0
  768. package/src/models/VideosCount.ts +9 -0
  769. package/src/models/VideosCountData.ts +11 -0
  770. package/src/models/VideosInCourseSummary.ts +9 -0
  771. package/src/models/VideosInCourseSummaryData.ts +17 -0
  772. package/src/models/VideosSpecificCourse.ts +9 -0
  773. package/src/models/VideosSpecificCourseData.ts +31 -0
  774. package/src/models/VideosWatchedSubSection.ts +24 -0
  775. package/src/models/WatchedVideosPerCourse.ts +13 -0
  776. package/src/models/WatchedVideosPerCourseData.ts +23 -0
  777. package/src/models/WatchedVideosPerUser.ts +13 -0
  778. package/src/models/WatchedVideosPerUserData.ts +23 -0
  779. package/src/models/WhitelistedDomain.ts +9 -0
  780. package/src/services/AnalyticsService.ts +103 -0
  781. package/src/services/AudienceService.ts +602 -0
  782. package/src/services/CareerService.ts +568 -0
  783. package/src/services/CatalogService.ts +8300 -0
  784. package/src/services/CoreService.ts +1278 -0
  785. package/src/services/CredentialsService.ts +1656 -0
  786. package/src/services/DepartmentsService.ts +85 -0
  787. package/src/services/EngagementService.ts +907 -0
  788. package/src/services/FeaturesService.ts +126 -0
  789. package/src/services/FinanceService.ts +136 -0
  790. package/src/services/MediaResourcesService.ts +319 -0
  791. package/src/services/NotificationBuilderService.ts +133 -0
  792. package/src/services/NotificationService.ts +317 -0
  793. package/src/services/OrgsService.ts +596 -0
  794. package/src/services/OverviewService.ts +324 -0
  795. package/src/services/PerformanceService.ts +329 -0
  796. package/src/services/PerlearnerService.ts +1009 -0
  797. package/src/services/PlatformService.ts +763 -0
  798. package/src/services/ProviderAssociationService.ts +32 -0
  799. package/src/services/ProvidersService.ts +271 -0
  800. package/src/services/ProvisionService.ts +30 -0
  801. package/src/services/RecommendationsService.ts +31 -0
  802. package/src/services/ReportsService.ts +218 -0
  803. package/src/services/RolesService.ts +87 -0
  804. package/src/services/SearchService.ts +550 -0
  805. package/src/services/ServiceService.ts +320 -0
  806. package/src/services/SkillsService.ts +521 -0
  807. package/src/services/UserGroupsService.ts +91 -0
  808. package/tsconfig.json +15 -0
@@ -0,0 +1,1189 @@
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 { OvertimeWithChangeInfo } from '../models/OvertimeWithChangeInfo';
8
+ import type { UploadedImage } from '../models/UploadedImage';
9
+ import type { CancelablePromise } from '../core/CancelablePromise';
10
+ export declare class CredentialsService {
11
+ /**
12
+ * Get all credentials for a platform with search and pagination support.
13
+ *
14
+ * Query Parameters:
15
+ * - platform_org: Platform org ID (takes precedence over URL org)
16
+ * - page: Page number (default: 1)
17
+ * - page_size: Items per page (default: 10, max: 100)
18
+ * - search: Search term to filter credentials
19
+ * - course: Course ID to filter credentials
20
+ * - program: Program ID to filter credentials
21
+ * @param org
22
+ * @param userId
23
+ * @returns Credential
24
+ * @throws ApiError
25
+ */
26
+ static credentialsOrgsUsersRetrieve(org: string, userId: string): CancelablePromise<Credential>;
27
+ /**
28
+ * API View for managing credentials across a platform.
29
+ *
30
+ * This endpoint allows creating and retrieving credentials for a specific organization/tenant,
31
+ * with support for filtering, searching, and pagination.
32
+ *
33
+ * Path Parameters:
34
+ * org (str): The organization/tenant identifier
35
+ * user_id (str): The user ID making the request
36
+ *
37
+ * Query Parameters:
38
+ * # Platform identification
39
+ * platform_org (str, optional): Alternative platform identifier (takes precedence over URL org)
40
+ *
41
+ * # Pagination
42
+ * page (int, optional): Page number (default: 1)
43
+ * page_size (int, optional): Items per page (default: 10, max: 100)
44
+ *
45
+ * # Filtering and search
46
+ * search (str, optional): Search term to filter credentials by name or description
47
+ * course (str, optional): Course ID to filter credentials associated with a specific course
48
+ * program (str, optional): Program ID to filter credentials associated with a specific program
49
+ *
50
+ * Methods:
51
+ * GET: Retrieve credentials with filtering and pagination
52
+ * POST: Create a new credential
53
+ *
54
+ * POST Request Body:
55
+ * A JSON object containing credential details:
56
+ * - name (str): Credential name
57
+ * - description (str, optional): Credential description
58
+ * - issuer (str): Issuer entity ID
59
+ * - credential_type (str, optional): Type of credential
60
+ * - html_template (str, optional): HTML template for credential rendering
61
+ * - css_template (str, optional): CSS template for credential styling
62
+ * - icon_image (str, optional): URL to credential icon
63
+ * - background_image (str, optional): URL to credential background
64
+ * - thumbnail_image (str, optional): URL to credential thumbnail
65
+ * - criteria_url (str, optional): URL to credential criteria
66
+ * - criteria_text (str, optional): Text description of credential criteria
67
+ * - issuing_signal (str, optional): Signal that triggers credential issuance
68
+ *
69
+ * Returns:
70
+ * GET: A JSON response containing:
71
+ * {
72
+ * "status": {"success": true, "description": "Ok"},
73
+ * "result": {
74
+ * "next": "URL to next page",
75
+ * "previous": "URL to previous page",
76
+ * "count": 42,
77
+ * "data": [
78
+ * {credential object},
79
+ * {credential object},
80
+ * ...
81
+ * ],
82
+ * "num_pages": 5,
83
+ * "page_number": 1,
84
+ * "max_page_size": 100
85
+ * }
86
+ * }
87
+ *
88
+ * POST: A JSON response containing:
89
+ * {
90
+ * "status": {"success": true, "description": "Created"},
91
+ * "result": {credential object}
92
+ * }
93
+ *
94
+ * Error Responses:
95
+ * 400 Bad Request: If the request data is invalid
96
+ * 401 Unauthorized: If the user is not authenticated
97
+ * 403 Forbidden: If the user does not have permission to access this resource
98
+ * 404 Not Found: If the platform doesn't exist
99
+ * 500 Internal Server Error: If an unexpected error occurs
100
+ *
101
+ * Access Control:
102
+ * - Requires CredentialAssignmentPermission
103
+ * - Only public credentials are returned by default
104
+ * @param org
105
+ * @param userId
106
+ * @param requestBody
107
+ * @returns Credential
108
+ * @throws ApiError
109
+ */
110
+ static credentialsOrgsUsersCreate(org: string, userId: string, requestBody: Credential): CancelablePromise<Credential>;
111
+ /**
112
+ * API View for managing individual credentials.
113
+ *
114
+ * This endpoint allows retrieving, updating, and deleting specific credentials
115
+ * identified by their entity_id.
116
+ *
117
+ * Path Parameters:
118
+ * org (str): The organization/tenant identifier
119
+ * user_id (str): The user ID making the request
120
+ * entity_id (str): The credential entity ID
121
+ *
122
+ * Methods:
123
+ * GET: Retrieve a specific credential
124
+ * PUT: Update a specific credential
125
+ * DELETE: Delete a specific credential
126
+ *
127
+ * PUT Request Body:
128
+ * A JSON object containing credential details to update:
129
+ * - name (str, optional): Credential name
130
+ * - description (str, optional): Credential description
131
+ * - credential_type (str, optional): Type of credential
132
+ * - html_template (str, optional): HTML template for credential rendering
133
+ * - css_template (str, optional): CSS template for credential styling
134
+ * - icon_image (str, optional): URL to credential icon
135
+ * - background_image (str, optional): URL to credential background
136
+ * - thumbnail_image (str, optional): URL to credential thumbnail
137
+ * - criteria_url (str, optional): URL to credential criteria
138
+ * - criteria_text (str, optional): Text description of credential criteria
139
+ * - issuing_signal (str, optional): Signal that triggers credential issuance
140
+ *
141
+ * Returns:
142
+ * GET: A JSON response containing:
143
+ * {
144
+ * "status": {"success": true, "description": "Ok"},
145
+ * "result": {credential object}
146
+ * }
147
+ *
148
+ * PUT: A JSON response containing:
149
+ * {
150
+ * "status": {"success": true, "description": "Updated"},
151
+ * "result": {credential object}
152
+ * }
153
+ *
154
+ * DELETE: No content (204)
155
+ *
156
+ * Error Responses:
157
+ * 400 Bad Request: If the request data is invalid
158
+ * 401 Unauthorized: If the user is not authenticated
159
+ * 403 Forbidden: If the user does not have permission to access this resource
160
+ * 404 Not Found: If the credential doesn't exist
161
+ * 500 Internal Server Error: If an unexpected error occurs
162
+ *
163
+ * Access Control:
164
+ * - Requires CredentialAssignmentPermission
165
+ * - Users can only manage credentials they have permission to access
166
+ * @param entityId
167
+ * @param org
168
+ * @param userId
169
+ * @returns Credential
170
+ * @throws ApiError
171
+ */
172
+ static credentialsOrgsUsersRetrieve2(entityId: string, org: string, userId: string): CancelablePromise<Credential>;
173
+ /**
174
+ * API View for managing individual credentials.
175
+ *
176
+ * This endpoint allows retrieving, updating, and deleting specific credentials
177
+ * identified by their entity_id.
178
+ *
179
+ * Path Parameters:
180
+ * org (str): The organization/tenant identifier
181
+ * user_id (str): The user ID making the request
182
+ * entity_id (str): The credential entity ID
183
+ *
184
+ * Methods:
185
+ * GET: Retrieve a specific credential
186
+ * PUT: Update a specific credential
187
+ * DELETE: Delete a specific credential
188
+ *
189
+ * PUT Request Body:
190
+ * A JSON object containing credential details to update:
191
+ * - name (str, optional): Credential name
192
+ * - description (str, optional): Credential description
193
+ * - credential_type (str, optional): Type of credential
194
+ * - html_template (str, optional): HTML template for credential rendering
195
+ * - css_template (str, optional): CSS template for credential styling
196
+ * - icon_image (str, optional): URL to credential icon
197
+ * - background_image (str, optional): URL to credential background
198
+ * - thumbnail_image (str, optional): URL to credential thumbnail
199
+ * - criteria_url (str, optional): URL to credential criteria
200
+ * - criteria_text (str, optional): Text description of credential criteria
201
+ * - issuing_signal (str, optional): Signal that triggers credential issuance
202
+ *
203
+ * Returns:
204
+ * GET: A JSON response containing:
205
+ * {
206
+ * "status": {"success": true, "description": "Ok"},
207
+ * "result": {credential object}
208
+ * }
209
+ *
210
+ * PUT: A JSON response containing:
211
+ * {
212
+ * "status": {"success": true, "description": "Updated"},
213
+ * "result": {credential object}
214
+ * }
215
+ *
216
+ * DELETE: No content (204)
217
+ *
218
+ * Error Responses:
219
+ * 400 Bad Request: If the request data is invalid
220
+ * 401 Unauthorized: If the user is not authenticated
221
+ * 403 Forbidden: If the user does not have permission to access this resource
222
+ * 404 Not Found: If the credential doesn't exist
223
+ * 500 Internal Server Error: If an unexpected error occurs
224
+ *
225
+ * Access Control:
226
+ * - Requires CredentialAssignmentPermission
227
+ * - Users can only manage credentials they have permission to access
228
+ * @param entityId
229
+ * @param org
230
+ * @param userId
231
+ * @param requestBody
232
+ * @returns Credential
233
+ * @throws ApiError
234
+ */
235
+ static credentialsOrgsUsersUpdate(entityId: string, org: string, userId: string, requestBody: Credential): CancelablePromise<Credential>;
236
+ /**
237
+ * API View for managing individual credentials.
238
+ *
239
+ * This endpoint allows retrieving, updating, and deleting specific credentials
240
+ * identified by their entity_id.
241
+ *
242
+ * Path Parameters:
243
+ * org (str): The organization/tenant identifier
244
+ * user_id (str): The user ID making the request
245
+ * entity_id (str): The credential entity ID
246
+ *
247
+ * Methods:
248
+ * GET: Retrieve a specific credential
249
+ * PUT: Update a specific credential
250
+ * DELETE: Delete a specific credential
251
+ *
252
+ * PUT Request Body:
253
+ * A JSON object containing credential details to update:
254
+ * - name (str, optional): Credential name
255
+ * - description (str, optional): Credential description
256
+ * - credential_type (str, optional): Type of credential
257
+ * - html_template (str, optional): HTML template for credential rendering
258
+ * - css_template (str, optional): CSS template for credential styling
259
+ * - icon_image (str, optional): URL to credential icon
260
+ * - background_image (str, optional): URL to credential background
261
+ * - thumbnail_image (str, optional): URL to credential thumbnail
262
+ * - criteria_url (str, optional): URL to credential criteria
263
+ * - criteria_text (str, optional): Text description of credential criteria
264
+ * - issuing_signal (str, optional): Signal that triggers credential issuance
265
+ *
266
+ * Returns:
267
+ * GET: A JSON response containing:
268
+ * {
269
+ * "status": {"success": true, "description": "Ok"},
270
+ * "result": {credential object}
271
+ * }
272
+ *
273
+ * PUT: A JSON response containing:
274
+ * {
275
+ * "status": {"success": true, "description": "Updated"},
276
+ * "result": {credential object}
277
+ * }
278
+ *
279
+ * DELETE: No content (204)
280
+ *
281
+ * Error Responses:
282
+ * 400 Bad Request: If the request data is invalid
283
+ * 401 Unauthorized: If the user is not authenticated
284
+ * 403 Forbidden: If the user does not have permission to access this resource
285
+ * 404 Not Found: If the credential doesn't exist
286
+ * 500 Internal Server Error: If an unexpected error occurs
287
+ *
288
+ * Access Control:
289
+ * - Requires CredentialAssignmentPermission
290
+ * - Users can only manage credentials they have permission to access
291
+ * @param entityId
292
+ * @param org
293
+ * @param userId
294
+ * @returns void
295
+ * @throws ApiError
296
+ */
297
+ static credentialsOrgsUsersDestroy(entityId: string, org: string, userId: string): CancelablePromise<void>;
298
+ /**
299
+ * Endpoint to issue and retrieve credential assertions for a specific credential.
300
+ *
301
+ * This endpoint allows issuing new credential assertions and retrieving existing
302
+ * assertions for a specific credential.
303
+ *
304
+ * Path Parameters:
305
+ * org (str): The organization/tenant identifier
306
+ * user_id (str): The user ID making the request
307
+ * entity_id (str): The credential entity ID
308
+ *
309
+ * Methods:
310
+ * POST: Issue a new credential assertion
311
+ * GET: Retrieve assertions for a specific credential
312
+ *
313
+ * POST Request Body:
314
+ * A JSON object containing recipient information and any additional metadata
315
+ * required for issuing the credential.
316
+ *
317
+ * Returns:
318
+ * POST: A JSON response containing the created assertion using the AssertionSerializer format
319
+ * GET: A paginated list of assertions using the AssertionSerializer format
320
+ *
321
+ * Error Responses:
322
+ * 400 Bad Request: If the request data is invalid
323
+ * 401 Unauthorized: If the user is not authenticated
324
+ * 403 Forbidden: If the user does not have permission to access this resource
325
+ * 404 Not Found: If the credential doesn't exist
326
+ * 500 Internal Server Error: If an unexpected error occurs
327
+ * @param entityId
328
+ * @param org
329
+ * @param userId
330
+ * @returns Assertion
331
+ * @throws ApiError
332
+ */
333
+ static credentialsOrgsUsersAssertionsRetrieve3(entityId: string, org: string, userId: string): CancelablePromise<Assertion>;
334
+ /**
335
+ * Endpoint to issue and retrieve credential assertions for a specific credential.
336
+ *
337
+ * This endpoint allows issuing new credential assertions and retrieving existing
338
+ * assertions for a specific credential.
339
+ *
340
+ * Path Parameters:
341
+ * org (str): The organization/tenant identifier
342
+ * user_id (str): The user ID making the request
343
+ * entity_id (str): The credential entity ID
344
+ *
345
+ * Methods:
346
+ * POST: Issue a new credential assertion
347
+ * GET: Retrieve assertions for a specific credential
348
+ *
349
+ * POST Request Body:
350
+ * A JSON object containing recipient information and any additional metadata
351
+ * required for issuing the credential.
352
+ *
353
+ * Returns:
354
+ * POST: A JSON response containing the created assertion using the AssertionSerializer format
355
+ * GET: A paginated list of assertions using the AssertionSerializer format
356
+ *
357
+ * Error Responses:
358
+ * 400 Bad Request: If the request data is invalid
359
+ * 401 Unauthorized: If the user is not authenticated
360
+ * 403 Forbidden: If the user does not have permission to access this resource
361
+ * 404 Not Found: If the credential doesn't exist
362
+ * 500 Internal Server Error: If an unexpected error occurs
363
+ * @param entityId
364
+ * @param org
365
+ * @param userId
366
+ * @param requestBody
367
+ * @returns Assertion
368
+ * @throws ApiError
369
+ */
370
+ static credentialsOrgsUsersAssertionsCreate(entityId: string, org: string, userId: string, requestBody: Assertion): CancelablePromise<Assertion>;
371
+ /**
372
+ * Endpoint to issue credential assertions in bulk for a specific credential.
373
+ *
374
+ * This endpoint allows issuing credential assertions to multiple users at once.
375
+ *
376
+ * Path Parameters:
377
+ * org (str): The organization/tenant identifier
378
+ * user_id (str): The user ID making the request
379
+ * entity_id (str): The credential entity ID
380
+ *
381
+ * POST Request Body:
382
+ * A JSON object containing:
383
+ * - users (list): List of usernames to issue the credential to
384
+ * - Additional metadata required for issuing the credential
385
+ *
386
+ * Returns:
387
+ * A JSON response containing:
388
+ * {
389
+ * "skipped": ["username1", "username3"], // Users that were skipped (e.g., already have the credential)
390
+ * "issued": ["username2", "username4"] // Users that were successfully issued the credential
391
+ * }
392
+ *
393
+ * Error Responses:
394
+ * 400 Bad Request: If the request data is invalid or missing required fields
395
+ * 401 Unauthorized: If the user is not authenticated
396
+ * 403 Forbidden: If the user does not have permission to access this resource
397
+ * 404 Not Found: If the credential doesn't exist
398
+ * 500 Internal Server Error: If an unexpected error occurs
399
+ * @param entityId
400
+ * @param org
401
+ * @param userId
402
+ * @param requestBody
403
+ * @returns BulkCreateAssertion
404
+ * @throws ApiError
405
+ */
406
+ static credentialsOrgsUsersAssertionsBulkCreate(entityId: string, org: string, userId: string, requestBody: BulkCreateAssertion): CancelablePromise<BulkCreateAssertion>;
407
+ /**
408
+ * Endpoint to retrieve all credential assertions for a user within an organization.
409
+ *
410
+ * This endpoint provides access to all credential assertions (issued credentials)
411
+ * for a specific user within an organization, with support for filtering.
412
+ *
413
+ * Path Parameters:
414
+ * org (str): The organization/tenant identifier
415
+ * user_id (str): The user ID to retrieve assertions for
416
+ *
417
+ * Query Parameters:
418
+ * course (str, optional): Filter by course ID
419
+ * include_revoked (bool, optional): Include revoked assertions (default: false)
420
+ * include_expired (bool, optional): Include expired assertions (default: false)
421
+ * exclude_main_tenant_assertions (bool, optional): Exclude assertions from the main tenant (default: false)
422
+ *
423
+ * Returns:
424
+ * A paginated response using the AssertionSerializer format
425
+ *
426
+ * Error Responses:
427
+ * 401 Unauthorized: If the user is not authenticated
428
+ * 403 Forbidden: If the user does not have permission to access this resource
429
+ * 404 Not Found: If the user or organization doesn't exist
430
+ * 500 Internal Server Error: If an unexpected error occurs
431
+ * @param org
432
+ * @param userId
433
+ * @param course
434
+ * @param excludeMainTenantAssertions
435
+ * @param includeExpired
436
+ * @param includeRevoked
437
+ * @param page
438
+ * @param pageSize
439
+ * @returns Assertion
440
+ * @throws ApiError
441
+ */
442
+ static credentialsOrgsUsersAssertionsRetrieve(org: string, userId: string, course?: string, excludeMainTenantAssertions?: boolean, includeExpired?: boolean, includeRevoked?: boolean, page?: number, pageSize?: number): CancelablePromise<Assertion>;
443
+ /**
444
+ * Get all credentials of a given tenant
445
+ * @param org
446
+ * @param userId
447
+ * @param departmentId When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
448
+ * @param endDate end date. ISO 8601
449
+ * @param format Format
450
+ *
451
+ * * `json` - json
452
+ * @param includeMainPlatform Include main platform data
453
+ * @param startDate start date. ISO 8601
454
+ * @returns OvertimeWithChangeInfo
455
+ * @throws ApiError
456
+ */
457
+ static credentialsOrgsUsersAssertionsOverTimeRetrieve(org: string, userId: string, departmentId?: number, endDate?: string, format?: 'json', includeMainPlatform?: boolean, startDate?: string): CancelablePromise<OvertimeWithChangeInfo>;
458
+ /**
459
+ * Endpoint to retrieve and update a specific credential assertion.
460
+ *
461
+ * This endpoint allows retrieving details of a specific credential assertion
462
+ * and updating its status (e.g., revoking it).
463
+ *
464
+ * Path Parameters:
465
+ * org (str): The organization/tenant identifier
466
+ * user_id (str): The user ID making the request
467
+ * entity_id (str): The assertion entity ID
468
+ *
469
+ * Methods:
470
+ * GET: Retrieve assertion details
471
+ * PUT: Update assertion status (e.g., revoke)
472
+ *
473
+ * PUT Request Body:
474
+ * A JSON object containing:
475
+ * - revoked (bool): Set to true to revoke the assertion
476
+ * - revocationReason (str): Reason for revocation (required when revoking)
477
+ *
478
+ * Returns:
479
+ * GET: A JSON response containing the assertion details using the AssertionSerializer format
480
+ * PUT: A JSON response containing the updated assertion using the AssertionSerializer format
481
+ *
482
+ * Error Responses:
483
+ * 400 Bad Request: If the request data is invalid
484
+ * 401 Unauthorized: If the user is not authenticated
485
+ * 403 Forbidden: If the user does not have permission to access this resource
486
+ * 404 Not Found: If the assertion doesn't exist
487
+ * 500 Internal Server Error: If an unexpected error occurs
488
+ * @param entityId
489
+ * @param org
490
+ * @param userId
491
+ * @returns Assertion
492
+ * @throws ApiError
493
+ */
494
+ static credentialsOrgsUsersAssertionsRetrieve2(entityId: string, org: string, userId: string): CancelablePromise<Assertion>;
495
+ /**
496
+ * Endpoint to retrieve and update a specific credential assertion.
497
+ *
498
+ * This endpoint allows retrieving details of a specific credential assertion
499
+ * and updating its status (e.g., revoking it).
500
+ *
501
+ * Path Parameters:
502
+ * org (str): The organization/tenant identifier
503
+ * user_id (str): The user ID making the request
504
+ * entity_id (str): The assertion entity ID
505
+ *
506
+ * Methods:
507
+ * GET: Retrieve assertion details
508
+ * PUT: Update assertion status (e.g., revoke)
509
+ *
510
+ * PUT Request Body:
511
+ * A JSON object containing:
512
+ * - revoked (bool): Set to true to revoke the assertion
513
+ * - revocationReason (str): Reason for revocation (required when revoking)
514
+ *
515
+ * Returns:
516
+ * GET: A JSON response containing the assertion details using the AssertionSerializer format
517
+ * PUT: A JSON response containing the updated assertion using the AssertionSerializer format
518
+ *
519
+ * Error Responses:
520
+ * 400 Bad Request: If the request data is invalid
521
+ * 401 Unauthorized: If the user is not authenticated
522
+ * 403 Forbidden: If the user does not have permission to access this resource
523
+ * 404 Not Found: If the assertion doesn't exist
524
+ * 500 Internal Server Error: If an unexpected error occurs
525
+ * @param entityId
526
+ * @param org
527
+ * @param userId
528
+ * @param requestBody
529
+ * @returns Assertion
530
+ * @throws ApiError
531
+ */
532
+ static credentialsOrgsUsersAssertionsUpdate(entityId: string, org: string, userId: string, requestBody: Assertion): CancelablePromise<Assertion>;
533
+ /**
534
+ * Delete a credential assignment using its entity_id.
535
+ * Only platform admins and department admins can delete assignments.
536
+ * @param assignmentId
537
+ * @param org
538
+ * @param userId
539
+ * @returns void
540
+ * @throws ApiError
541
+ */
542
+ static credentialsOrgsUsersAssignmentsDestroy(assignmentId: string, org: string, userId: string): CancelablePromise<void>;
543
+ /**
544
+ * Get group assignments with department-aware filtering
545
+ * @param org
546
+ * @param userId
547
+ * @returns any No response body
548
+ * @throws ApiError
549
+ */
550
+ static credentialsOrgsUsersAssignmentsGroupsRetrieve(org: string, userId: string): CancelablePromise<any>;
551
+ /**
552
+ * Create group assignment with department access validation
553
+ * @param org
554
+ * @param userId
555
+ * @returns any No response body
556
+ * @throws ApiError
557
+ */
558
+ static credentialsOrgsUsersAssignmentsGroupsCreate(org: string, userId: string): CancelablePromise<any>;
559
+ /**
560
+ * Get assignments and their corresponding assertions based on user role:
561
+ * - Regular users: get only their own assignments
562
+ * - Platform admins: get assignments for all users in their platform
563
+ * - Department admins: get assignments for users in their department groups
564
+ * @param org
565
+ * @param userId
566
+ * @returns any No response body
567
+ * @throws ApiError
568
+ */
569
+ static credentialsOrgsUsersAssignmentsUsersRetrieve(org: string, userId: string): CancelablePromise<any>;
570
+ /**
571
+ * Create assignments with department access validation
572
+ * @param org
573
+ * @param userId
574
+ * @returns any No response body
575
+ * @throws ApiError
576
+ */
577
+ static credentialsOrgsUsersAssignmentsUsersCreate(org: string, userId: string): CancelablePromise<any>;
578
+ /**
579
+ * Get all credentials of a given tenant
580
+ * @param org
581
+ * @param userId
582
+ * @param departmentId When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
583
+ * @param endDate end date. ISO 8601
584
+ * @param format Format
585
+ *
586
+ * * `json` - json
587
+ * @param includeMainPlatform Include main platform data
588
+ * @param startDate start date. ISO 8601
589
+ * @returns OverTime
590
+ * @throws ApiError
591
+ */
592
+ static credentialsOrgsUsersCourseAssertionsOverTimeRetrieve(org: string, userId: string, departmentId?: number, endDate?: string, format?: 'json', includeMainPlatform?: boolean, startDate?: string): CancelablePromise<OverTime>;
593
+ /**
594
+ * Endpoint to retrieve the credentials of a given tenant grouped by course.
595
+ *
596
+ * This endpoint provides access to credential data grouped by course for a specific
597
+ * organization/tenant, with support for pagination and filtering.
598
+ *
599
+ * Path Parameters:
600
+ * org (str): The organization/tenant identifier
601
+ *
602
+ * Query Parameters:
603
+ * limit (int, optional): Number of results per page (default: 10)
604
+ * offset (int, optional): Starting position for pagination
605
+ * search (str, optional): Search term e.g course_id
606
+ *
607
+ * Returns:
608
+ * A paginated response using the CourseCredentialSerializer format.
609
+ *
610
+ * Error Responses:
611
+ * 401 Unauthorized: If the user is not authenticated
612
+ * 403 Forbidden: If the user does not have permission to access this data
613
+ * 404 Not Found: If the organization doesn't exist
614
+ * 500 Internal Server Error: If an unexpected error occurs
615
+ * @param org
616
+ * @param userId
617
+ * @param page A page number within the paginated result set.
618
+ * @param pageSize Number of results to return per page.
619
+ * @returns any No response body
620
+ * @throws ApiError
621
+ */
622
+ static credentialsOrgsUsersCourseCredentialsList(org: string, userId: string, page?: number, pageSize?: number): CancelablePromise<any>;
623
+ /**
624
+ * Get all credentials of a given tenant
625
+ * @param org
626
+ * @param userId
627
+ * @param departmentId When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
628
+ * @param endDate end date. ISO 8601
629
+ * @param format Format
630
+ *
631
+ * * `json` - json
632
+ * @param includeMainPlatform Include main platform data
633
+ * @param startDate start date. ISO 8601
634
+ * @returns OverTime
635
+ * @throws ApiError
636
+ */
637
+ static credentialsOrgsUsersCredentialsOverTimeRetrieve(org: string, userId: string, departmentId?: number, endDate?: string, format?: 'json', includeMainPlatform?: boolean, startDate?: string): CancelablePromise<OverTime>;
638
+ /**
639
+ * API View for managing uploaded images for credentials.
640
+ *
641
+ * This endpoint allows uploading new images and retrieving existing images
642
+ * for use with credentials (icons, backgrounds, thumbnails, etc.).
643
+ *
644
+ * Path Parameters:
645
+ * org (str): The organization/tenant identifier
646
+ * user_id (str): The user ID making the request
647
+ *
648
+ * Query Parameters:
649
+ * query (str, required for GET): Search term to filter images by name
650
+ *
651
+ * Methods:
652
+ * GET: Retrieve images matching a search query
653
+ * POST: Upload a new image
654
+ *
655
+ * POST Request Body:
656
+ * Multipart form data containing:
657
+ * - image (file, required): The image file to upload
658
+ * - name (str, optional): A descriptive name for the image
659
+ *
660
+ * Returns:
661
+ * GET: A JSON array of image objects:
662
+ * [
663
+ * {
664
+ * "id": 123,
665
+ * "name": "Logo",
666
+ * "image": "https://example.com/media/uploaded_images/logo.png"
667
+ * },
668
+ * {
669
+ * "id": 124,
670
+ * "name": "Background",
671
+ * "image": "https://example.com/media/uploaded_images/background.jpg"
672
+ * },
673
+ * ...
674
+ * ]
675
+ *
676
+ * POST: A JSON object containing the uploaded image details:
677
+ * {
678
+ * "id": 125,
679
+ * "name": "Certificate Icon",
680
+ * "image": "https://example.com/media/uploaded_images/certificate-icon.png"
681
+ * }
682
+ *
683
+ * Error Responses:
684
+ * 400 Bad Request: If the request data is invalid or missing required parameters
685
+ * 401 Unauthorized: If the user is not authenticated
686
+ * 403 Forbidden: If the user does not have permission to access this resource
687
+ * 500 Internal Server Error: If an unexpected error occurs
688
+ *
689
+ * Access Control:
690
+ * - Requires IsAdminUserOrStudentDRFMixin
691
+ * - Only authenticated users with appropriate permissions can upload and retrieve images
692
+ * @param org
693
+ * @param userId
694
+ * @returns UploadedImage
695
+ * @throws ApiError
696
+ */
697
+ static credentialsOrgsUsersImagesRetrieve(org: string, userId: string): CancelablePromise<UploadedImage>;
698
+ /**
699
+ * API View for managing uploaded images for credentials.
700
+ *
701
+ * This endpoint allows uploading new images and retrieving existing images
702
+ * for use with credentials (icons, backgrounds, thumbnails, etc.).
703
+ *
704
+ * Path Parameters:
705
+ * org (str): The organization/tenant identifier
706
+ * user_id (str): The user ID making the request
707
+ *
708
+ * Query Parameters:
709
+ * query (str, required for GET): Search term to filter images by name
710
+ *
711
+ * Methods:
712
+ * GET: Retrieve images matching a search query
713
+ * POST: Upload a new image
714
+ *
715
+ * POST Request Body:
716
+ * Multipart form data containing:
717
+ * - image (file, required): The image file to upload
718
+ * - name (str, optional): A descriptive name for the image
719
+ *
720
+ * Returns:
721
+ * GET: A JSON array of image objects:
722
+ * [
723
+ * {
724
+ * "id": 123,
725
+ * "name": "Logo",
726
+ * "image": "https://example.com/media/uploaded_images/logo.png"
727
+ * },
728
+ * {
729
+ * "id": 124,
730
+ * "name": "Background",
731
+ * "image": "https://example.com/media/uploaded_images/background.jpg"
732
+ * },
733
+ * ...
734
+ * ]
735
+ *
736
+ * POST: A JSON object containing the uploaded image details:
737
+ * {
738
+ * "id": 125,
739
+ * "name": "Certificate Icon",
740
+ * "image": "https://example.com/media/uploaded_images/certificate-icon.png"
741
+ * }
742
+ *
743
+ * Error Responses:
744
+ * 400 Bad Request: If the request data is invalid or missing required parameters
745
+ * 401 Unauthorized: If the user is not authenticated
746
+ * 403 Forbidden: If the user does not have permission to access this resource
747
+ * 500 Internal Server Error: If an unexpected error occurs
748
+ *
749
+ * Access Control:
750
+ * - Requires IsAdminUserOrStudentDRFMixin
751
+ * - Only authenticated users with appropriate permissions can upload and retrieve images
752
+ * @param org
753
+ * @param userId
754
+ * @param requestBody
755
+ * @returns UploadedImage
756
+ * @throws ApiError
757
+ */
758
+ static credentialsOrgsUsersImagesCreate(org: string, userId: string, requestBody?: UploadedImage): CancelablePromise<UploadedImage>;
759
+ /**
760
+ * API View for managing credential issuers.
761
+ *
762
+ * This endpoint allows creating and retrieving issuers for a specific organization/tenant,
763
+ * with support for filtering and pagination.
764
+ *
765
+ * Path Parameters:
766
+ * org (str): The organization/tenant identifier
767
+ * user_id (str): The user ID making the request
768
+ *
769
+ * Query Parameters:
770
+ * q (str, optional): Search term to filter issuers by name
771
+ * limit (int, optional): Number of results per page (default: 50)
772
+ * offset (int, optional): Starting position for pagination
773
+ *
774
+ * Methods:
775
+ * GET: Retrieve issuers with filtering and pagination
776
+ * POST: Create a new issuer
777
+ *
778
+ * POST Request Body:
779
+ * A JSON object containing issuer details:
780
+ * - name (str): Issuer name
781
+ * - iconImage (str, optional): URL to issuer icon
782
+ * - email (str, optional): Contact email for the issuer
783
+ * - url (str, optional): Website URL for the issuer
784
+ * - allowed_template_tags (array, optional): List of allowed template tags
785
+ *
786
+ * Returns:
787
+ * GET: A JSON response containing:
788
+ * {
789
+ * "status": {"success": true, "description": "Ok"},
790
+ * "result": {
791
+ * "next": "URL to next page",
792
+ * "previous": "URL to previous page",
793
+ * "count": 10,
794
+ * "data": [
795
+ * {issuer object},
796
+ * {issuer object},
797
+ * ...
798
+ * ],
799
+ * "num_pages": 1,
800
+ * "page_number": 1,
801
+ * "max_page_size": 1000
802
+ * }
803
+ * }
804
+ *
805
+ * POST: A JSON response containing:
806
+ * {
807
+ * "status": {"success": true, "description": "Created"},
808
+ * "result": {issuer object}
809
+ * }
810
+ *
811
+ * Error Responses:
812
+ * 400 Bad Request: If the request data is invalid
813
+ * 401 Unauthorized: If the user is not authenticated
814
+ * 403 Forbidden: If the user does not have permission to access this resource
815
+ * 404 Not Found: If the platform doesn't exist
816
+ * 500 Internal Server Error: If an unexpected error occurs
817
+ *
818
+ * Access Control:
819
+ * - Requires IsAdminUserOrStudentDRFMixin
820
+ * - Only authenticated users with appropriate permissions can manage issuers
821
+ * @param org
822
+ * @param q
823
+ * @param userId
824
+ * @returns Issuer
825
+ * @throws ApiError
826
+ */
827
+ static credentialsOrgsUsersIssuersRetrieve(org: string, q: string, userId: string): CancelablePromise<Issuer>;
828
+ /**
829
+ * API View for managing credential issuers.
830
+ *
831
+ * This endpoint allows creating and retrieving issuers for a specific organization/tenant,
832
+ * with support for filtering and pagination.
833
+ *
834
+ * Path Parameters:
835
+ * org (str): The organization/tenant identifier
836
+ * user_id (str): The user ID making the request
837
+ *
838
+ * Query Parameters:
839
+ * q (str, optional): Search term to filter issuers by name
840
+ * limit (int, optional): Number of results per page (default: 50)
841
+ * offset (int, optional): Starting position for pagination
842
+ *
843
+ * Methods:
844
+ * GET: Retrieve issuers with filtering and pagination
845
+ * POST: Create a new issuer
846
+ *
847
+ * POST Request Body:
848
+ * A JSON object containing issuer details:
849
+ * - name (str): Issuer name
850
+ * - iconImage (str, optional): URL to issuer icon
851
+ * - email (str, optional): Contact email for the issuer
852
+ * - url (str, optional): Website URL for the issuer
853
+ * - allowed_template_tags (array, optional): List of allowed template tags
854
+ *
855
+ * Returns:
856
+ * GET: A JSON response containing:
857
+ * {
858
+ * "status": {"success": true, "description": "Ok"},
859
+ * "result": {
860
+ * "next": "URL to next page",
861
+ * "previous": "URL to previous page",
862
+ * "count": 10,
863
+ * "data": [
864
+ * {issuer object},
865
+ * {issuer object},
866
+ * ...
867
+ * ],
868
+ * "num_pages": 1,
869
+ * "page_number": 1,
870
+ * "max_page_size": 1000
871
+ * }
872
+ * }
873
+ *
874
+ * POST: A JSON response containing:
875
+ * {
876
+ * "status": {"success": true, "description": "Created"},
877
+ * "result": {issuer object}
878
+ * }
879
+ *
880
+ * Error Responses:
881
+ * 400 Bad Request: If the request data is invalid
882
+ * 401 Unauthorized: If the user is not authenticated
883
+ * 403 Forbidden: If the user does not have permission to access this resource
884
+ * 404 Not Found: If the platform doesn't exist
885
+ * 500 Internal Server Error: If an unexpected error occurs
886
+ *
887
+ * Access Control:
888
+ * - Requires IsAdminUserOrStudentDRFMixin
889
+ * - Only authenticated users with appropriate permissions can manage issuers
890
+ * @param org
891
+ * @param q
892
+ * @param userId
893
+ * @param requestBody
894
+ * @returns Issuer
895
+ * @throws ApiError
896
+ */
897
+ static credentialsOrgsUsersIssuersCreate(org: string, q: string, userId: string, requestBody: Issuer): CancelablePromise<Issuer>;
898
+ /**
899
+ * API View for managing individual issuers.
900
+ *
901
+ * This endpoint allows retrieving, updating, and deleting specific issuers
902
+ * identified by their entity_id or org identifier.
903
+ *
904
+ * Path Parameters:
905
+ * org (str): The organization/tenant identifier
906
+ * user_id (str): The user ID making the request
907
+ * entity_id (str): The issuer entity ID or org identifier
908
+ *
909
+ * Methods:
910
+ * GET: Retrieve a specific issuer
911
+ * PUT: Update a specific issuer
912
+ * DELETE: Delete a specific issuer
913
+ *
914
+ * PUT Request Body:
915
+ * A JSON object containing issuer details to update:
916
+ * - name (str, optional): Issuer name
917
+ * - iconImage (str, optional): URL to issuer icon
918
+ * - email (str, optional): Contact email for the issuer
919
+ * - url (str, optional): Website URL for the issuer
920
+ * - allowed_template_tags (array, optional): List of allowed template tags
921
+ *
922
+ * Returns:
923
+ * GET: A JSON response containing the issuer details:
924
+ * [
925
+ * {
926
+ * "name": "Example University",
927
+ * "org": "example-university",
928
+ * "entityId": "abc123",
929
+ * "signatories": [...],
930
+ * "url": "https://example.com",
931
+ * "iconImage": "https://example.com/logo.png",
932
+ * "allowed_template_tags": [...]
933
+ * }
934
+ * ]
935
+ *
936
+ * PUT: A JSON response containing the updated issuer details:
937
+ * [
938
+ * {
939
+ * "name": "Example University",
940
+ * "org": "example-university",
941
+ * "entityId": "abc123",
942
+ * "signatories": [...],
943
+ * "url": "https://example.com",
944
+ * "iconImage": "https://example.com/new-logo.png",
945
+ * "allowed_template_tags": [...]
946
+ * }
947
+ * ]
948
+ *
949
+ * DELETE: A JSON response indicating success:
950
+ * {
951
+ * "status": {"success": true, "description": "Deleted"}
952
+ * }
953
+ *
954
+ * Error Responses:
955
+ * 400 Bad Request: If the request data is invalid
956
+ * 401 Unauthorized: If the user is not authenticated
957
+ * 403 Forbidden: If the user does not have permission to access this resource
958
+ * 404 Not Found: If the issuer doesn't exist
959
+ * 500 Internal Server Error: If an unexpected error occurs
960
+ *
961
+ * Access Control:
962
+ * - Requires IsAdminUserOrStudentDRFMixin
963
+ * - Only authenticated users with appropriate permissions can manage issuers
964
+ * @param entityId
965
+ * @param org
966
+ * @param userId
967
+ * @returns Issuer
968
+ * @throws ApiError
969
+ */
970
+ static credentialsOrgsUsersIssuersRetrieve2(entityId: string, org: string, userId: string): CancelablePromise<Issuer>;
971
+ /**
972
+ * API View for managing individual issuers.
973
+ *
974
+ * This endpoint allows retrieving, updating, and deleting specific issuers
975
+ * identified by their entity_id or org identifier.
976
+ *
977
+ * Path Parameters:
978
+ * org (str): The organization/tenant identifier
979
+ * user_id (str): The user ID making the request
980
+ * entity_id (str): The issuer entity ID or org identifier
981
+ *
982
+ * Methods:
983
+ * GET: Retrieve a specific issuer
984
+ * PUT: Update a specific issuer
985
+ * DELETE: Delete a specific issuer
986
+ *
987
+ * PUT Request Body:
988
+ * A JSON object containing issuer details to update:
989
+ * - name (str, optional): Issuer name
990
+ * - iconImage (str, optional): URL to issuer icon
991
+ * - email (str, optional): Contact email for the issuer
992
+ * - url (str, optional): Website URL for the issuer
993
+ * - allowed_template_tags (array, optional): List of allowed template tags
994
+ *
995
+ * Returns:
996
+ * GET: A JSON response containing the issuer details:
997
+ * [
998
+ * {
999
+ * "name": "Example University",
1000
+ * "org": "example-university",
1001
+ * "entityId": "abc123",
1002
+ * "signatories": [...],
1003
+ * "url": "https://example.com",
1004
+ * "iconImage": "https://example.com/logo.png",
1005
+ * "allowed_template_tags": [...]
1006
+ * }
1007
+ * ]
1008
+ *
1009
+ * PUT: A JSON response containing the updated issuer details:
1010
+ * [
1011
+ * {
1012
+ * "name": "Example University",
1013
+ * "org": "example-university",
1014
+ * "entityId": "abc123",
1015
+ * "signatories": [...],
1016
+ * "url": "https://example.com",
1017
+ * "iconImage": "https://example.com/new-logo.png",
1018
+ * "allowed_template_tags": [...]
1019
+ * }
1020
+ * ]
1021
+ *
1022
+ * DELETE: A JSON response indicating success:
1023
+ * {
1024
+ * "status": {"success": true, "description": "Deleted"}
1025
+ * }
1026
+ *
1027
+ * Error Responses:
1028
+ * 400 Bad Request: If the request data is invalid
1029
+ * 401 Unauthorized: If the user is not authenticated
1030
+ * 403 Forbidden: If the user does not have permission to access this resource
1031
+ * 404 Not Found: If the issuer doesn't exist
1032
+ * 500 Internal Server Error: If an unexpected error occurs
1033
+ *
1034
+ * Access Control:
1035
+ * - Requires IsAdminUserOrStudentDRFMixin
1036
+ * - Only authenticated users with appropriate permissions can manage issuers
1037
+ * @param entityId
1038
+ * @param org
1039
+ * @param userId
1040
+ * @param requestBody
1041
+ * @returns Issuer
1042
+ * @throws ApiError
1043
+ */
1044
+ static credentialsOrgsUsersIssuersUpdate(entityId: string, org: string, userId: string, requestBody: Issuer): CancelablePromise<Issuer>;
1045
+ /**
1046
+ * API View for managing individual issuers.
1047
+ *
1048
+ * This endpoint allows retrieving, updating, and deleting specific issuers
1049
+ * identified by their entity_id or org identifier.
1050
+ *
1051
+ * Path Parameters:
1052
+ * org (str): The organization/tenant identifier
1053
+ * user_id (str): The user ID making the request
1054
+ * entity_id (str): The issuer entity ID or org identifier
1055
+ *
1056
+ * Methods:
1057
+ * GET: Retrieve a specific issuer
1058
+ * PUT: Update a specific issuer
1059
+ * DELETE: Delete a specific issuer
1060
+ *
1061
+ * PUT Request Body:
1062
+ * A JSON object containing issuer details to update:
1063
+ * - name (str, optional): Issuer name
1064
+ * - iconImage (str, optional): URL to issuer icon
1065
+ * - email (str, optional): Contact email for the issuer
1066
+ * - url (str, optional): Website URL for the issuer
1067
+ * - allowed_template_tags (array, optional): List of allowed template tags
1068
+ *
1069
+ * Returns:
1070
+ * GET: A JSON response containing the issuer details:
1071
+ * [
1072
+ * {
1073
+ * "name": "Example University",
1074
+ * "org": "example-university",
1075
+ * "entityId": "abc123",
1076
+ * "signatories": [...],
1077
+ * "url": "https://example.com",
1078
+ * "iconImage": "https://example.com/logo.png",
1079
+ * "allowed_template_tags": [...]
1080
+ * }
1081
+ * ]
1082
+ *
1083
+ * PUT: A JSON response containing the updated issuer details:
1084
+ * [
1085
+ * {
1086
+ * "name": "Example University",
1087
+ * "org": "example-university",
1088
+ * "entityId": "abc123",
1089
+ * "signatories": [...],
1090
+ * "url": "https://example.com",
1091
+ * "iconImage": "https://example.com/new-logo.png",
1092
+ * "allowed_template_tags": [...]
1093
+ * }
1094
+ * ]
1095
+ *
1096
+ * DELETE: A JSON response indicating success:
1097
+ * {
1098
+ * "status": {"success": true, "description": "Deleted"}
1099
+ * }
1100
+ *
1101
+ * Error Responses:
1102
+ * 400 Bad Request: If the request data is invalid
1103
+ * 401 Unauthorized: If the user is not authenticated
1104
+ * 403 Forbidden: If the user does not have permission to access this resource
1105
+ * 404 Not Found: If the issuer doesn't exist
1106
+ * 500 Internal Server Error: If an unexpected error occurs
1107
+ *
1108
+ * Access Control:
1109
+ * - Requires IsAdminUserOrStudentDRFMixin
1110
+ * - Only authenticated users with appropriate permissions can manage issuers
1111
+ * @param entityId
1112
+ * @param org
1113
+ * @param userId
1114
+ * @returns void
1115
+ * @throws ApiError
1116
+ */
1117
+ static credentialsOrgsUsersIssuersDestroy(entityId: string, org: string, userId: string): CancelablePromise<void>;
1118
+ /**
1119
+ * API View for managing issuer authorities (signatories).
1120
+ *
1121
+ * This endpoint allows creating authorities/signatories that can be associated
1122
+ * with issuers or specific credentials.
1123
+ *
1124
+ * Path Parameters:
1125
+ * org (str): The organization/tenant identifier
1126
+ * user_id (str): The user ID making the request
1127
+ *
1128
+ * Methods:
1129
+ * POST: Create a new issuer authority
1130
+ *
1131
+ * POST Request Body:
1132
+ * A JSON object containing authority details:
1133
+ * - name (str, required): Name of the signatory
1134
+ * - title (str, required): Title of the signatory
1135
+ * - signature (str, required): URL to the signature image
1136
+ * - org (str, optional): Organization identifier to associate with an issuer
1137
+ * - entityId (str, optional): Issuer entity ID to associate with
1138
+ * - credential (str, optional): Credential entity ID to associate with
1139
+ *
1140
+ * Returns:
1141
+ * POST: A JSON response containing the created authority:
1142
+ * {
1143
+ * "data": {
1144
+ * "name": "John Smith",
1145
+ * "title": "President",
1146
+ * "signature": "https://example.com/signatures/john-smith.png"
1147
+ * }
1148
+ * }
1149
+ *
1150
+ * Error Responses:
1151
+ * 400 Bad Request: If the request data is invalid or missing required fields
1152
+ * 401 Unauthorized: If the user is not authenticated
1153
+ * 403 Forbidden: If the user does not have permission to access this resource
1154
+ * 404 Not Found: If the issuer or credential doesn't exist
1155
+ * 500 Internal Server Error: If an unexpected error occurs
1156
+ *
1157
+ * Access Control:
1158
+ * - Requires IsAdminUserOrStudentDRFMixin
1159
+ * - Only authenticated users with appropriate permissions can manage authorities
1160
+ * @param org
1161
+ * @param userId
1162
+ * @param requestBody
1163
+ * @returns IssuerAuthority
1164
+ * @throws ApiError
1165
+ */
1166
+ static credentialsOrgsUsersIssuersAuthorityCreate(org: string, userId: string, requestBody: IssuerAuthority): CancelablePromise<IssuerAuthority>;
1167
+ /**
1168
+ * Public endpoint to retrieve a specific credential assertion by its entity ID.
1169
+ *
1170
+ * This endpoint allows public access to view a specific credential assertion
1171
+ * without authentication.
1172
+ *
1173
+ * Path Parameters:
1174
+ * entity_id (str): The assertion entity ID
1175
+ *
1176
+ * Returns:
1177
+ * A JSON response containing the assertion details using the AssertionSerializer format
1178
+ *
1179
+ * Error Responses:
1180
+ * 404 Not Found:
1181
+ * - If the assertion doesn't exist: Empty response with 404 status
1182
+ * - If the assertion has been revoked: JSON with error detail and revocation reason
1183
+ * 500 Internal Server Error: If an unexpected error occurs
1184
+ * @param entityId
1185
+ * @returns any No response body
1186
+ * @throws ApiError
1187
+ */
1188
+ static credentialsPublicAssertionsRetrieve(entityId: string): CancelablePromise<any>;
1189
+ }