@iblai/iblai-api 3.35.3-ai-plus → 3.35.4-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 (746) hide show
  1. package/dist/index.cjs.js +11727 -14378
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +11721 -14371
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.umd.js +11727 -14378
  6. package/dist/index.umd.js.map +1 -1
  7. package/dist/types/index.d.ts +80 -297
  8. package/dist/types/models/AWSTenantLaunchRequest.d.ts +20 -0
  9. package/dist/types/models/ActivateUserFreeTrial.d.ts +11 -0
  10. package/dist/types/models/App.d.ts +10 -0
  11. package/dist/types/models/AppleSubscriptionStatusRequest.d.ts +3 -0
  12. package/dist/types/models/AppleSubscriptionStatusView.d.ts +3 -0
  13. package/dist/types/models/AppleVerifyTransactionId.d.ts +3 -0
  14. package/dist/types/models/AssociateAccountResponse.d.ts +5 -0
  15. package/dist/types/models/AssociateAppleAccount.d.ts +3 -0
  16. package/dist/types/models/AuthToken.d.ts +10 -0
  17. package/dist/types/models/BaseErrorResponse.d.ts +5 -0
  18. package/dist/types/models/BaseResponse.d.ts +5 -0
  19. package/dist/types/models/CeleryHeartbeat.d.ts +5 -0
  20. package/dist/types/models/CeleryHeartbeatFail.d.ts +5 -0
  21. package/dist/types/models/CeleryHeartbeatFailStatusEnum.d.ts +8 -0
  22. package/dist/types/models/CeleryHeartbeatStatusEnum.d.ts +8 -0
  23. package/dist/types/models/DesiredRole.d.ts +4 -0
  24. package/dist/types/models/EdxSignalReceiverRequest.d.ts +4 -0
  25. package/dist/types/models/GCPTenantLaunchRequest.d.ts +24 -0
  26. package/dist/types/models/GooglePayAccountResponse.d.ts +15 -0
  27. package/dist/types/models/GooglePayAccountResponseStatusEnum.d.ts +8 -0
  28. package/dist/types/models/GooglePayVerifyToken.d.ts +6 -0
  29. package/dist/types/models/ItemTypeEnum.d.ts +18 -0
  30. package/dist/types/models/LauncherViewPostRequest.d.ts +9 -0
  31. package/dist/types/models/ManagerAuthToken.d.ts +13 -0
  32. package/dist/types/models/MediaResource.d.ts +71 -0
  33. package/dist/types/models/MediaTypeEnum.d.ts +14 -0
  34. package/dist/types/models/ModeEnum.d.ts +10 -0
  35. package/dist/types/models/NotificationSource.d.ts +2 -2
  36. package/dist/types/models/OnboardingStatusUpdate.d.ts +7 -0
  37. package/dist/types/models/PaginatedUserAppList.d.ts +7 -0
  38. package/dist/types/models/PatchedMediaResource.d.ts +71 -0
  39. package/dist/types/models/Platform.d.ts +29 -0
  40. package/dist/types/models/PlatformApiKey.d.ts +30 -0
  41. package/dist/types/models/PlatformList.d.ts +29 -0
  42. package/dist/types/models/PlatformListStatusEnum.d.ts +22 -0
  43. package/dist/types/models/PlatformUpdatePostRequest.d.ts +9 -0
  44. package/dist/types/models/ReportedRole.d.ts +4 -0
  45. package/dist/types/models/Resource.d.ts +22 -0
  46. package/dist/types/models/ResourceCreateUpdate.d.ts +42 -0
  47. package/dist/types/models/Role.d.ts +7 -0
  48. package/dist/types/models/StripeCheckoutSessionRequest.d.ts +54 -0
  49. package/dist/types/models/StripeCheckoutSessionResponse.d.ts +6 -0
  50. package/dist/types/models/StripeCustomerPortalRequest.d.ts +3 -0
  51. package/dist/types/models/StripeCustomerPortalResponse.d.ts +3 -0
  52. package/dist/types/models/StripeLocalProduct.d.ts +8 -0
  53. package/dist/types/models/StripeSubscriptionRenewalRequest.d.ts +4 -0
  54. package/dist/types/models/StripeSubscriptionRenewalResponse.d.ts +3 -0
  55. package/dist/types/models/TenantLaunchError.d.ts +10 -0
  56. package/dist/types/models/TenantLaunchFailed.d.ts +15 -0
  57. package/dist/types/models/TenantLaunchRequest.d.ts +16 -0
  58. package/dist/types/models/TenantLaunchResponse.d.ts +15 -0
  59. package/dist/types/models/TokenProxyInput.d.ts +21 -0
  60. package/dist/types/models/TokenProxyOutput.d.ts +7 -0
  61. package/dist/types/models/TokenProxyOutputSerializerData.d.ts +20 -0
  62. package/dist/types/models/TokenProxyUser.d.ts +25 -0
  63. package/dist/types/models/{NotificationSourceTypeEnum.d.ts → TypeEnum.d.ts} +1 -1
  64. package/dist/types/models/UserApp.d.ts +27 -0
  65. package/dist/types/models/UserDeleteAPIError.d.ts +3 -0
  66. package/dist/types/models/UserDeleteAPIRequest.d.ts +3 -0
  67. package/dist/types/models/UserDeleteAPIResponse.d.ts +3 -0
  68. package/dist/types/models/UserPlatformLink.d.ts +17 -0
  69. package/dist/types/models/UserPlatformManagementListViewGetResponse.d.ts +6 -0
  70. package/dist/types/models/UserPlatformViewPostRequest.d.ts +8 -0
  71. package/dist/types/models/UserProxyBulkRequest.d.ts +3 -0
  72. package/dist/types/models/UserProxyGetResponse.d.ts +8 -0
  73. package/dist/types/models/UserProxyPostRequest.d.ts +7 -0
  74. package/dist/types/models/UserProxyPostResponse.d.ts +8 -0
  75. package/dist/types/models/UserSearchViewGetResponse.d.ts +6 -0
  76. package/dist/types/models/VerifyGCPMarketPlaceFailedResponse.d.ts +11 -0
  77. package/dist/types/models/VerifyGCPMarketPlaceRequest.d.ts +3 -0
  78. package/dist/types/models/VerifyGCPMarketPlaceResponse.d.ts +11 -0
  79. package/dist/types/models/WatchedVideosPerCourse.d.ts +8 -0
  80. package/dist/types/models/WatchedVideosPerCourseData.d.ts +18 -0
  81. package/dist/types/models/WhitelistedDomain.d.ts +4 -0
  82. package/dist/types/services/CatalogService.d.ts +6904 -0
  83. package/dist/types/services/CoreService.d.ts +442 -0
  84. package/dist/types/services/FeaturesService.d.ts +75 -0
  85. package/dist/types/services/MediaResourcesService.d.ts +112 -0
  86. package/dist/types/services/PlatformService.d.ts +314 -0
  87. package/dist/types/services/ProvidersService.d.ts +142 -0
  88. package/dist/types/services/ProvisionService.d.ts +14 -0
  89. package/dist/types/services/RolesService.d.ts +57 -0
  90. package/dist/types/services/SearchService.d.ts +0 -299
  91. package/dist/types/services/ServiceService.d.ts +170 -0
  92. package/package.json +1 -1
  93. package/src/core/OpenAPI.ts +1 -1
  94. package/src/index.ts +80 -297
  95. package/src/models/AWSTenantLaunchRequest.ts +25 -0
  96. package/src/models/{LLMCredentialResponse.ts → ActivateUserFreeTrial.ts} +6 -3
  97. package/src/models/App.ts +15 -0
  98. package/src/models/AppleSubscriptionStatusRequest.ts +8 -0
  99. package/src/models/{Cost.ts → AppleSubscriptionStatusView.ts} +2 -2
  100. package/src/models/AppleVerifyTransactionId.ts +8 -0
  101. package/src/models/AssociateAccountResponse.ts +10 -0
  102. package/src/models/{ChatHistoryFilterUser.ts → AssociateAppleAccount.ts} +2 -4
  103. package/src/models/{DiscordWebhook.ts → AuthToken.ts} +8 -4
  104. package/src/models/BaseErrorResponse.ts +10 -0
  105. package/src/models/BaseResponse.ts +10 -0
  106. package/src/models/{UseMainCreds.ts → CeleryHeartbeat.ts} +3 -1
  107. package/src/models/CeleryHeartbeatFail.ts +10 -0
  108. package/src/models/CeleryHeartbeatFailStatusEnum.ts +12 -0
  109. package/src/models/CeleryHeartbeatStatusEnum.ts +12 -0
  110. package/src/models/DesiredRole.ts +9 -0
  111. package/src/models/{ChatHistoryItem.ts → EdxSignalReceiverRequest.ts} +2 -3
  112. package/src/models/GCPTenantLaunchRequest.ts +29 -0
  113. package/src/models/GooglePayAccountResponse.ts +20 -0
  114. package/src/models/GooglePayAccountResponseStatusEnum.ts +12 -0
  115. package/src/models/{HeygenMarketingVideoList.ts → GooglePayVerifyToken.ts} +4 -4
  116. package/src/models/ItemTypeEnum.ts +22 -0
  117. package/src/models/LauncherViewPostRequest.ts +14 -0
  118. package/src/models/{CheckDocumentTrainingStatus.ts → ManagerAuthToken.ts} +8 -5
  119. package/src/models/MediaResource.ts +76 -0
  120. package/src/models/MediaTypeEnum.ts +18 -0
  121. package/src/models/ModeEnum.ts +14 -0
  122. package/src/models/NotificationSource.ts +2 -2
  123. package/src/models/{MessageViewRequest.ts → OnboardingStatusUpdate.ts} +4 -4
  124. package/src/models/{PaginatedSectionList.ts → PaginatedUserAppList.ts} +3 -3
  125. package/src/models/PatchedMediaResource.ts +76 -0
  126. package/src/models/Platform.ts +34 -0
  127. package/src/models/PlatformApiKey.ts +35 -0
  128. package/src/models/PlatformList.ts +34 -0
  129. package/src/models/PlatformListStatusEnum.ts +26 -0
  130. package/src/models/PlatformUpdatePostRequest.ts +14 -0
  131. package/src/models/ReportedRole.ts +9 -0
  132. package/src/models/Resource.ts +27 -0
  133. package/src/models/ResourceCreateUpdate.ts +47 -0
  134. package/src/models/{MentorAudience.ts → Role.ts} +5 -3
  135. package/src/models/StripeCheckoutSessionRequest.ts +59 -0
  136. package/src/models/{AlignMentorBubbleEnum.ts → StripeCheckoutSessionResponse.ts} +5 -6
  137. package/src/models/StripeCustomerPortalRequest.ts +8 -0
  138. package/src/models/{ChatHistorySessionId.ts → StripeCustomerPortalResponse.ts} +2 -2
  139. package/src/models/{PromptCategory.ts → StripeLocalProduct.ts} +5 -4
  140. package/src/models/StripeSubscriptionRenewalRequest.ts +9 -0
  141. package/src/models/{AssumedKnowledgeLevel.ts → StripeSubscriptionRenewalResponse.ts} +2 -3
  142. package/src/models/TenantLaunchError.ts +15 -0
  143. package/src/models/TenantLaunchFailed.ts +20 -0
  144. package/src/models/TenantLaunchRequest.ts +21 -0
  145. package/src/models/TenantLaunchResponse.ts +20 -0
  146. package/src/models/TokenProxyInput.ts +26 -0
  147. package/src/models/TokenProxyOutput.ts +12 -0
  148. package/src/models/TokenProxyOutputSerializerData.ts +25 -0
  149. package/src/models/TokenProxyUser.ts +30 -0
  150. package/src/models/{NotificationSourceTypeEnum.ts → TypeEnum.ts} +1 -1
  151. package/src/models/UserApp.ts +32 -0
  152. package/src/models/{AudioToTextResponse.ts → UserDeleteAPIError.ts} +2 -2
  153. package/src/models/{AudioToTextRequest.ts → UserDeleteAPIRequest.ts} +2 -2
  154. package/src/models/{ScanWebhookResponse.ts → UserDeleteAPIResponse.ts} +1 -1
  155. package/src/models/UserPlatformLink.ts +22 -0
  156. package/src/models/{SessionDetail.ts → UserPlatformManagementListViewGetResponse.ts} +4 -4
  157. package/src/models/{CostPerTenant.ts → UserPlatformViewPostRequest.ts} +6 -4
  158. package/src/models/UserProxyBulkRequest.ts +8 -0
  159. package/src/models/{UserChatMemoryStatusView.ts → UserProxyGetResponse.ts} +6 -4
  160. package/src/models/{MemoryStatusView.ts → UserProxyPostRequest.ts} +5 -4
  161. package/src/models/{StudentChatMessage.ts → UserProxyPostResponse.ts} +6 -2
  162. package/src/models/{FreeUsageCount.ts → UserSearchViewGetResponse.ts} +4 -1
  163. package/src/models/VerifyGCPMarketPlaceFailedResponse.ts +16 -0
  164. package/src/models/VerifyGCPMarketPlaceRequest.ts +8 -0
  165. package/src/models/VerifyGCPMarketPlaceResponse.ts +16 -0
  166. package/src/models/WatchedVideosPerCourse.ts +13 -0
  167. package/src/models/WatchedVideosPerCourseData.ts +23 -0
  168. package/src/models/WhitelistedDomain.ts +9 -0
  169. package/src/services/CatalogService.ts +7769 -0
  170. package/src/services/CoreService.ts +792 -1
  171. package/src/services/FeaturesService.ts +126 -0
  172. package/src/services/MediaResourcesService.ts +319 -0
  173. package/src/services/PlatformService.ts +582 -0
  174. package/src/services/ProvidersService.ts +271 -0
  175. package/src/services/ProvisionService.ts +30 -0
  176. package/src/services/RolesService.ts +87 -0
  177. package/src/services/SearchService.ts +151 -603
  178. package/src/services/ServiceService.ts +320 -0
  179. package/dist/types/models/AIGeneratedImage.d.ts +0 -13
  180. package/dist/types/models/APITokenCost.d.ts +0 -14
  181. package/dist/types/models/AccessEnum.d.ts +0 -8
  182. package/dist/types/models/AlignMentorBubbleEnum.d.ts +0 -8
  183. package/dist/types/models/AnalyticsOverview.d.ts +0 -7
  184. package/dist/types/models/Answer.d.ts +0 -11
  185. package/dist/types/models/AssumedKnowledge.d.ts +0 -4
  186. package/dist/types/models/AssumedKnowledgeLevel.d.ts +0 -4
  187. package/dist/types/models/AudioToTextRequest.d.ts +0 -3
  188. package/dist/types/models/AudioToTextResponse.d.ts +0 -3
  189. package/dist/types/models/Bot.d.ts +0 -15
  190. package/dist/types/models/BotCommand.d.ts +0 -6
  191. package/dist/types/models/BotCreate.d.ts +0 -12
  192. package/dist/types/models/CallAuthenticationRequest.d.ts +0 -13
  193. package/dist/types/models/CallAuthenticationResponse.d.ts +0 -21
  194. package/dist/types/models/ChatHistory.d.ts +0 -8
  195. package/dist/types/models/ChatHistoryFilterData.d.ts +0 -9
  196. package/dist/types/models/ChatHistoryFilterUser.d.ts +0 -5
  197. package/dist/types/models/ChatHistoryItem.d.ts +0 -5
  198. package/dist/types/models/ChatHistorySessionId.d.ts +0 -3
  199. package/dist/types/models/ChatSessionRequest.d.ts +0 -10
  200. package/dist/types/models/ChatSessionResponse.d.ts +0 -5
  201. package/dist/types/models/CheckDocumentTrainingStatus.d.ts +0 -10
  202. package/dist/types/models/ComponentBlock.d.ts +0 -9
  203. package/dist/types/models/ComponentBlockTypeEnum.d.ts +0 -8
  204. package/dist/types/models/ConversationMessage.d.ts +0 -11
  205. package/dist/types/models/ConversationRating.d.ts +0 -6
  206. package/dist/types/models/ConversationSummary.d.ts +0 -5
  207. package/dist/types/models/ConversationVolume.d.ts +0 -4
  208. package/dist/types/models/Conversations.d.ts +0 -28
  209. package/dist/types/models/Cost.d.ts +0 -3
  210. package/dist/types/models/CostPerTenant.d.ts +0 -6
  211. package/dist/types/models/CourseCreationTask.d.ts +0 -31
  212. package/dist/types/models/CourseCreationTaskFile.d.ts +0 -7
  213. package/dist/types/models/CourseCreationTaskStatusEnum.d.ts +0 -16
  214. package/dist/types/models/CredentialRequest.d.ts +0 -14
  215. package/dist/types/models/CrontabSchedule.d.ts +0 -22
  216. package/dist/types/models/CustomInstructionResponse.d.ts +0 -13
  217. package/dist/types/models/DataSet.d.ts +0 -21
  218. package/dist/types/models/DataSetCreate.d.ts +0 -12
  219. package/dist/types/models/DataSetStatusEnum.d.ts +0 -12
  220. package/dist/types/models/DateRange.d.ts +0 -4
  221. package/dist/types/models/DiscordConfig.d.ts +0 -7
  222. package/dist/types/models/DiscordUserConfig.d.ts +0 -10
  223. package/dist/types/models/DiscordWebhook.d.ts +0 -6
  224. package/dist/types/models/EdxCourse.d.ts +0 -11
  225. package/dist/types/models/ElevenlabsCustomVoice.d.ts +0 -4
  226. package/dist/types/models/ElevenlabsCustomVoiceResponse.d.ts +0 -8
  227. package/dist/types/models/EmailPromptDetail.d.ts +0 -13
  228. package/dist/types/models/EmailPromptList.d.ts +0 -11
  229. package/dist/types/models/EmailPromptSummary.d.ts +0 -5
  230. package/dist/types/models/FreeUsageCount.d.ts +0 -3
  231. package/dist/types/models/FullCourse.d.ts +0 -13
  232. package/dist/types/models/GreetingMethodEnum.d.ts +0 -8
  233. package/dist/types/models/GuidedPromptsResponse.d.ts +0 -3
  234. package/dist/types/models/HeygenMarketingVideoDetail.d.ts +0 -8
  235. package/dist/types/models/HeygenMarketingVideoList.d.ts +0 -6
  236. package/dist/types/models/IBLAIPlatformMeta.d.ts +0 -3
  237. package/dist/types/models/IBLAIPlatformMetaRequest.d.ts +0 -6
  238. package/dist/types/models/IBLAIPlatformMetaUpdateRequest.d.ts +0 -10
  239. package/dist/types/models/InputQuestion.d.ts +0 -6
  240. package/dist/types/models/IntegrationCredential.d.ts +0 -8
  241. package/dist/types/models/IntialQuestionAnswer.d.ts +0 -3
  242. package/dist/types/models/JobRun.d.ts +0 -11
  243. package/dist/types/models/KindEnum.d.ts +0 -10
  244. package/dist/types/models/LLMCredentialRequest.d.ts +0 -14
  245. package/dist/types/models/LLMCredentialResponse.d.ts +0 -8
  246. package/dist/types/models/LLMModelForTenant.d.ts +0 -6
  247. package/dist/types/models/LLMQuestion.d.ts +0 -15
  248. package/dist/types/models/LLMResponse.d.ts +0 -14
  249. package/dist/types/models/LLMTracesListResponse.d.ts +0 -5
  250. package/dist/types/models/LanguagesView.d.ts +0 -5
  251. package/dist/types/models/LinkCourseRequest.d.ts +0 -3
  252. package/dist/types/models/LinkCourseResponse.d.ts +0 -5
  253. package/dist/types/models/MemoryComponentData.d.ts +0 -5
  254. package/dist/types/models/MemoryComponentMemory.d.ts +0 -4
  255. package/dist/types/models/MemoryComponentMemoryDetail.d.ts +0 -8
  256. package/dist/types/models/MemoryComponentResponse.d.ts +0 -5
  257. package/dist/types/models/MemoryProgress.d.ts +0 -8
  258. package/dist/types/models/MemoryStatusRequestView.d.ts +0 -6
  259. package/dist/types/models/MemoryStatusView.d.ts +0 -6
  260. package/dist/types/models/Mentor.d.ts +0 -75
  261. package/dist/types/models/MentorAudience.d.ts +0 -5
  262. package/dist/types/models/MentorCategory.d.ts +0 -9
  263. package/dist/types/models/MentorCategoryCreate.d.ts +0 -11
  264. package/dist/types/models/MentorCategoryGroup.d.ts +0 -11
  265. package/dist/types/models/MentorCategoryGroupCreate.d.ts +0 -11
  266. package/dist/types/models/MentorCreate.d.ts +0 -74
  267. package/dist/types/models/MentorCustomVoice.d.ts +0 -4
  268. package/dist/types/models/MentorCustomVoiceResponse.d.ts +0 -4
  269. package/dist/types/models/MentorData.d.ts +0 -7
  270. package/dist/types/models/MentorDetailAnalytics.d.ts +0 -6
  271. package/dist/types/models/MentorEval.d.ts +0 -11
  272. package/dist/types/models/MentorEvalQuestion.d.ts +0 -5
  273. package/dist/types/models/MentorEvalQuestionRequest.d.ts +0 -4
  274. package/dist/types/models/MentorEvalReport.d.ts +0 -10
  275. package/dist/types/models/MentorEvalRequest.d.ts +0 -8
  276. package/dist/types/models/MentorFork.d.ts +0 -5
  277. package/dist/types/models/MentorFromTemplateRequest.d.ts +0 -4
  278. package/dist/types/models/MentorFromTemplateWithSettingRequest.d.ts +0 -42
  279. package/dist/types/models/MentorMemorySettingsRequest.d.ts +0 -6
  280. package/dist/types/models/MentorMemorySettingsResponse.d.ts +0 -6
  281. package/dist/types/models/MentorMetadata.d.ts +0 -5
  282. package/dist/types/models/MentorScenario.d.ts +0 -6
  283. package/dist/types/models/MentorScenarioPrompt.d.ts +0 -5
  284. package/dist/types/models/MentorSession.d.ts +0 -4
  285. package/dist/types/models/MentorSettings.d.ts +0 -47
  286. package/dist/types/models/MentorSettingsPublic.d.ts +0 -40
  287. package/dist/types/models/MentorSettingsRequest.d.ts +0 -51
  288. package/dist/types/models/MentorVisibilityEnum.d.ts +0 -10
  289. package/dist/types/models/MentorWizard.d.ts +0 -4
  290. package/dist/types/models/MessageStatistics.d.ts +0 -5
  291. package/dist/types/models/MessageView.d.ts +0 -10
  292. package/dist/types/models/MessageViewRequest.d.ts +0 -7
  293. package/dist/types/models/MessageViewUpdatResponse.d.ts +0 -3
  294. package/dist/types/models/Metadata.d.ts +0 -5
  295. package/dist/types/models/MetricChange.d.ts +0 -4
  296. package/dist/types/models/ModelCost.d.ts +0 -4
  297. package/dist/types/models/ModerationLog.d.ts +0 -11
  298. package/dist/types/models/NoChatMessagesFound.d.ts +0 -3
  299. package/dist/types/models/NullEnum.d.ts +0 -1
  300. package/dist/types/models/PageContent.d.ts +0 -6
  301. package/dist/types/models/PaginatedAIGeneratedImageList.d.ts +0 -7
  302. package/dist/types/models/PaginatedConversationsList.d.ts +0 -7
  303. package/dist/types/models/PaginatedCourseCreationTaskFileList.d.ts +0 -7
  304. package/dist/types/models/PaginatedCourseCreationTaskList.d.ts +0 -7
  305. package/dist/types/models/PaginatedDataSetList.d.ts +0 -7
  306. package/dist/types/models/PaginatedEdxCourseList.d.ts +0 -7
  307. package/dist/types/models/PaginatedEmailPromptListList.d.ts +0 -7
  308. package/dist/types/models/PaginatedHeygenMarketingVideoListList.d.ts +0 -7
  309. package/dist/types/models/PaginatedJobRunList.d.ts +0 -7
  310. package/dist/types/models/PaginatedMentorList.d.ts +0 -7
  311. package/dist/types/models/PaginatedModerationLogList.d.ts +0 -7
  312. package/dist/types/models/PaginatedPeriodicAgentList.d.ts +0 -7
  313. package/dist/types/models/PaginatedPeriodicAgentLogList.d.ts +0 -7
  314. package/dist/types/models/PaginatedPlayWrightScriptList.d.ts +0 -7
  315. package/dist/types/models/PaginatedSectionList.d.ts +0 -7
  316. package/dist/types/models/PaginatedSubSectionList.d.ts +0 -7
  317. package/dist/types/models/PaginatedTopicStatisticsResponse.d.ts +0 -7
  318. package/dist/types/models/PaginatedTrainingList.d.ts +0 -7
  319. package/dist/types/models/PaginatedUnitList.d.ts +0 -7
  320. package/dist/types/models/PaginatedUserEdxMemoryList.d.ts +0 -7
  321. package/dist/types/models/PaginatedVoiceList.d.ts +0 -7
  322. package/dist/types/models/PatchedBotCommand.d.ts +0 -6
  323. package/dist/types/models/PatchedBotCreate.d.ts +0 -12
  324. package/dist/types/models/PatchedConversations.d.ts +0 -28
  325. package/dist/types/models/PatchedCourseCreationTaskFile.d.ts +0 -7
  326. package/dist/types/models/PatchedCredentialRequest.d.ts +0 -14
  327. package/dist/types/models/PatchedDataSet.d.ts +0 -21
  328. package/dist/types/models/PatchedDiscordConfig.d.ts +0 -7
  329. package/dist/types/models/PatchedDiscordUserConfig.d.ts +0 -10
  330. package/dist/types/models/PatchedLLMCredentialRequest.d.ts +0 -14
  331. package/dist/types/models/PatchedMentorCategoryGroupCreate.d.ts +0 -11
  332. package/dist/types/models/PatchedMentorCreate.d.ts +0 -74
  333. package/dist/types/models/PatchedPeriodicAgentCreate.d.ts +0 -41
  334. package/dist/types/models/PatchedPlayWrightScript.d.ts +0 -12
  335. package/dist/types/models/PatchedPrompt.d.ts +0 -22
  336. package/dist/types/models/PatchedSection.d.ts +0 -9
  337. package/dist/types/models/PatchedSlackConfig.d.ts +0 -8
  338. package/dist/types/models/PatchedSlackUserConfig.d.ts +0 -17
  339. package/dist/types/models/PatchedSubSection.d.ts +0 -9
  340. package/dist/types/models/PatchedTeamsConfig.d.ts +0 -7
  341. package/dist/types/models/PatchedTrainingCreate.d.ts +0 -31
  342. package/dist/types/models/PatchedUnit.d.ts +0 -11
  343. package/dist/types/models/PatchedWebexConfig.d.ts +0 -10
  344. package/dist/types/models/PatchedWhatsappConfig.d.ts +0 -11
  345. package/dist/types/models/PatchedWhatsappUserConfig.d.ts +0 -10
  346. package/dist/types/models/PeriodicAgent.d.ts +0 -42
  347. package/dist/types/models/PeriodicAgentCreate.d.ts +0 -41
  348. package/dist/types/models/PeriodicAgentLog.d.ts +0 -11
  349. package/dist/types/models/PeriodicAgentLogStatusEnum.d.ts +0 -10
  350. package/dist/types/models/PeriodicTask.d.ts +0 -21
  351. package/dist/types/models/PieChartData.d.ts +0 -5
  352. package/dist/types/models/PieChartSegment.d.ts +0 -4
  353. package/dist/types/models/PinnedMessageCreate.d.ts +0 -9
  354. package/dist/types/models/PinnedMessageGet.d.ts +0 -7
  355. package/dist/types/models/PinnedMessageRequest.d.ts +0 -6
  356. package/dist/types/models/PlayWrightScript.d.ts +0 -12
  357. package/dist/types/models/PredictiveAnalyticsRequest.d.ts +0 -4
  358. package/dist/types/models/PredictiveAnalyticsResponse.d.ts +0 -4
  359. package/dist/types/models/PreviousAgentStatusEnum.d.ts +0 -12
  360. package/dist/types/models/Prompt.d.ts +0 -22
  361. package/dist/types/models/PromptCategory.d.ts +0 -7
  362. package/dist/types/models/PromptVisibilityEnum.d.ts +0 -10
  363. package/dist/types/models/Provider05cEnum.d.ts +0 -14
  364. package/dist/types/models/Provider63aEnum.d.ts +0 -6
  365. package/dist/types/models/QuestionCardTag.d.ts +0 -8
  366. package/dist/types/models/QuestionRequest.d.ts +0 -15
  367. package/dist/types/models/QuestionResponse.d.ts +0 -10
  368. package/dist/types/models/RatingEnum.d.ts +0 -8
  369. package/dist/types/models/RatingRecord.d.ts +0 -4
  370. package/dist/types/models/RecentlyAccessedMentor.d.ts +0 -8
  371. package/dist/types/models/RecommendCourseBlock.d.ts +0 -3
  372. package/dist/types/models/RecommendCourseResponse.d.ts +0 -3
  373. package/dist/types/models/RelatedText.d.ts +0 -3
  374. package/dist/types/models/RequestDataVariable.d.ts +0 -14
  375. package/dist/types/models/ResourceScrappedData.d.ts +0 -13
  376. package/dist/types/models/ResourceScrappedDataStatusEnum.d.ts +0 -12
  377. package/dist/types/models/ResponseDataVariable.d.ts +0 -14
  378. package/dist/types/models/RetreiverTrainViewRequest.d.ts +0 -10
  379. package/dist/types/models/RetreiverTrainViewResponse.d.ts +0 -6
  380. package/dist/types/models/RetrieveTask.d.ts +0 -3
  381. package/dist/types/models/RetrieverDocumentEmbedding.d.ts +0 -17
  382. package/dist/types/models/RetrieverDocumentEmbeddingRequest.d.ts +0 -30
  383. package/dist/types/models/RetrieverRequestSearch.d.ts +0 -10
  384. package/dist/types/models/RetrieverRequestSearchDocument.d.ts +0 -10
  385. package/dist/types/models/RetrieverResponseSearch.d.ts +0 -7
  386. package/dist/types/models/ReuestDataVariableList.d.ts +0 -4
  387. package/dist/types/models/RunMentorEval.d.ts +0 -3
  388. package/dist/types/models/ScanWebhookRequest.d.ts +0 -6
  389. package/dist/types/models/ScanWebhookResponse.d.ts +0 -3
  390. package/dist/types/models/Section.d.ts +0 -9
  391. package/dist/types/models/SectionWithChildren.d.ts +0 -11
  392. package/dist/types/models/SeedMentorsView.d.ts +0 -3
  393. package/dist/types/models/SentimentSummary.d.ts +0 -4
  394. package/dist/types/models/SessionBrowserScreenshot.d.ts +0 -8
  395. package/dist/types/models/SessionDetail.d.ts +0 -6
  396. package/dist/types/models/SessionMemoryStorage.d.ts +0 -6
  397. package/dist/types/models/ShellLogs.d.ts +0 -3
  398. package/dist/types/models/SlackConfig.d.ts +0 -8
  399. package/dist/types/models/SlackUserConfig.d.ts +0 -17
  400. package/dist/types/models/SlackWebhook.d.ts +0 -6
  401. package/dist/types/models/SpacedRepetitionLearningPath.d.ts +0 -3
  402. package/dist/types/models/SpacedRepetitionQuestionStats.d.ts +0 -5
  403. package/dist/types/models/StarMentor.d.ts +0 -7
  404. package/dist/types/models/Status6eeEnum.d.ts +0 -12
  405. package/dist/types/models/Step.d.ts +0 -9
  406. package/dist/types/models/StepStatusEnum.d.ts +0 -10
  407. package/dist/types/models/StudentChatMessage.d.ts +0 -4
  408. package/dist/types/models/StylesView.d.ts +0 -4
  409. package/dist/types/models/SubSection.d.ts +0 -9
  410. package/dist/types/models/SubSectionWithChildren.d.ts +0 -11
  411. package/dist/types/models/TagsView.d.ts +0 -5
  412. package/dist/types/models/TargetSystemEnum.d.ts +0 -8
  413. package/dist/types/models/TaskView.d.ts +0 -3
  414. package/dist/types/models/TeamsConfig.d.ts +0 -7
  415. package/dist/types/models/TeamsWebhook.d.ts +0 -17
  416. package/dist/types/models/TemplateMentor.d.ts +0 -9
  417. package/dist/types/models/TenantMentorTraces.d.ts +0 -6
  418. package/dist/types/models/ThemeEnum.d.ts +0 -8
  419. package/dist/types/models/TonesView.d.ts +0 -4
  420. package/dist/types/models/ToolResponse.d.ts +0 -9
  421. package/dist/types/models/TopicModel.d.ts +0 -3
  422. package/dist/types/models/TopicRecord.d.ts +0 -4
  423. package/dist/types/models/TopicStatistics.d.ts +0 -7
  424. package/dist/types/models/TopicStatisticsResponse.d.ts +0 -6
  425. package/dist/types/models/TopicSummaryView.d.ts +0 -4
  426. package/dist/types/models/TrainChatSessionDocumentView.d.ts +0 -6
  427. package/dist/types/models/TrainChatSessionDocumentViewRequest.d.ts +0 -6
  428. package/dist/types/models/TrainDocumentViewRequest.d.ts +0 -42
  429. package/dist/types/models/TrainDocumentViewResponse.d.ts +0 -14
  430. package/dist/types/models/Training.d.ts +0 -41
  431. package/dist/types/models/TrainingCreate.d.ts +0 -31
  432. package/dist/types/models/TrainingStatusEnum.d.ts +0 -12
  433. package/dist/types/models/TrendEntry.d.ts +0 -4
  434. package/dist/types/models/TriggerRequest.d.ts +0 -5
  435. package/dist/types/models/TriggerResponse.d.ts +0 -6
  436. package/dist/types/models/TypeC42Enum.d.ts +0 -8
  437. package/dist/types/models/Unit.d.ts +0 -11
  438. package/dist/types/models/UnitWithChildren.d.ts +0 -13
  439. package/dist/types/models/UseMainCreds.d.ts +0 -3
  440. package/dist/types/models/UserAllChatMemoryView.d.ts +0 -7
  441. package/dist/types/models/UserCatalogItemMemoryView.d.ts +0 -14
  442. package/dist/types/models/UserChatByPeriod.d.ts +0 -4
  443. package/dist/types/models/UserChatFeedback.d.ts +0 -14
  444. package/dist/types/models/UserChatFeedbackCount.d.ts +0 -4
  445. package/dist/types/models/UserChatMemoryStatusRequestView.d.ts +0 -6
  446. package/dist/types/models/UserChatMemoryStatusView.d.ts +0 -6
  447. package/dist/types/models/UserChatMemoryUpdateView.d.ts +0 -10
  448. package/dist/types/models/UserCountRecord.d.ts +0 -4
  449. package/dist/types/models/UserEdxMemory.d.ts +0 -15
  450. package/dist/types/models/UserMemoryContextRequest.d.ts +0 -13
  451. package/dist/types/models/UserMemoryContextResponse.d.ts +0 -12
  452. package/dist/types/models/UserMetric.d.ts +0 -4
  453. package/dist/types/models/UserMetricsResponse.d.ts +0 -7
  454. package/dist/types/models/UserSentimentCountView.d.ts +0 -4
  455. package/dist/types/models/UserTrendByPeriod.d.ts +0 -5
  456. package/dist/types/models/VectorResult.d.ts +0 -8
  457. package/dist/types/models/Voice.d.ts +0 -9
  458. package/dist/types/models/VoiceProviderEnum.d.ts +0 -10
  459. package/dist/types/models/WebResource.d.ts +0 -9
  460. package/dist/types/models/WebResourceCard.d.ts +0 -7
  461. package/dist/types/models/WebResourcesQuery.d.ts +0 -3
  462. package/dist/types/models/WebexConfig.d.ts +0 -10
  463. package/dist/types/models/WebexWebhook.d.ts +0 -4
  464. package/dist/types/models/WhatAppWebHook.d.ts +0 -3
  465. package/dist/types/models/WhatsappConfig.d.ts +0 -11
  466. package/dist/types/models/WhatsappUserConfig.d.ts +0 -10
  467. package/dist/types/services/AiAccountService.d.ts +0 -294
  468. package/dist/types/services/AiAnalyticsService.d.ts +0 -1056
  469. package/dist/types/services/AiBotService.d.ts +0 -486
  470. package/dist/types/services/AiFinetuningService.d.ts +0 -162
  471. package/dist/types/services/AiIndexService.d.ts +0 -344
  472. package/dist/types/services/AiMarketingService.d.ts +0 -34
  473. package/dist/types/services/AiMentorService.d.ts +0 -4096
  474. package/dist/types/services/AiPromptService.d.ts +0 -879
  475. package/src/models/AIGeneratedImage.ts +0 -18
  476. package/src/models/APITokenCost.ts +0 -19
  477. package/src/models/AccessEnum.ts +0 -12
  478. package/src/models/AnalyticsOverview.ts +0 -12
  479. package/src/models/Answer.ts +0 -16
  480. package/src/models/AssumedKnowledge.ts +0 -9
  481. package/src/models/Bot.ts +0 -20
  482. package/src/models/BotCommand.ts +0 -11
  483. package/src/models/BotCreate.ts +0 -17
  484. package/src/models/CallAuthenticationRequest.ts +0 -18
  485. package/src/models/CallAuthenticationResponse.ts +0 -26
  486. package/src/models/ChatHistory.ts +0 -13
  487. package/src/models/ChatHistoryFilterData.ts +0 -14
  488. package/src/models/ChatSessionRequest.ts +0 -15
  489. package/src/models/ChatSessionResponse.ts +0 -10
  490. package/src/models/ComponentBlock.ts +0 -14
  491. package/src/models/ComponentBlockTypeEnum.ts +0 -12
  492. package/src/models/ConversationMessage.ts +0 -16
  493. package/src/models/ConversationRating.ts +0 -11
  494. package/src/models/ConversationSummary.ts +0 -10
  495. package/src/models/ConversationVolume.ts +0 -9
  496. package/src/models/Conversations.ts +0 -33
  497. package/src/models/CourseCreationTask.ts +0 -36
  498. package/src/models/CourseCreationTaskFile.ts +0 -12
  499. package/src/models/CourseCreationTaskStatusEnum.ts +0 -20
  500. package/src/models/CredentialRequest.ts +0 -19
  501. package/src/models/CrontabSchedule.ts +0 -27
  502. package/src/models/CustomInstructionResponse.ts +0 -18
  503. package/src/models/DataSet.ts +0 -26
  504. package/src/models/DataSetCreate.ts +0 -17
  505. package/src/models/DataSetStatusEnum.ts +0 -16
  506. package/src/models/DateRange.ts +0 -9
  507. package/src/models/DiscordConfig.ts +0 -12
  508. package/src/models/DiscordUserConfig.ts +0 -15
  509. package/src/models/EdxCourse.ts +0 -16
  510. package/src/models/ElevenlabsCustomVoice.ts +0 -9
  511. package/src/models/ElevenlabsCustomVoiceResponse.ts +0 -13
  512. package/src/models/EmailPromptDetail.ts +0 -18
  513. package/src/models/EmailPromptList.ts +0 -16
  514. package/src/models/EmailPromptSummary.ts +0 -10
  515. package/src/models/FullCourse.ts +0 -18
  516. package/src/models/GreetingMethodEnum.ts +0 -12
  517. package/src/models/GuidedPromptsResponse.ts +0 -8
  518. package/src/models/HeygenMarketingVideoDetail.ts +0 -13
  519. package/src/models/IBLAIPlatformMeta.ts +0 -8
  520. package/src/models/IBLAIPlatformMetaRequest.ts +0 -11
  521. package/src/models/IBLAIPlatformMetaUpdateRequest.ts +0 -15
  522. package/src/models/InputQuestion.ts +0 -11
  523. package/src/models/IntegrationCredential.ts +0 -13
  524. package/src/models/IntialQuestionAnswer.ts +0 -8
  525. package/src/models/JobRun.ts +0 -16
  526. package/src/models/KindEnum.ts +0 -14
  527. package/src/models/LLMCredentialRequest.ts +0 -19
  528. package/src/models/LLMModelForTenant.ts +0 -11
  529. package/src/models/LLMQuestion.ts +0 -20
  530. package/src/models/LLMResponse.ts +0 -19
  531. package/src/models/LLMTracesListResponse.ts +0 -10
  532. package/src/models/LanguagesView.ts +0 -10
  533. package/src/models/LinkCourseRequest.ts +0 -8
  534. package/src/models/LinkCourseResponse.ts +0 -10
  535. package/src/models/MemoryComponentData.ts +0 -10
  536. package/src/models/MemoryComponentMemory.ts +0 -9
  537. package/src/models/MemoryComponentMemoryDetail.ts +0 -13
  538. package/src/models/MemoryComponentResponse.ts +0 -10
  539. package/src/models/MemoryProgress.ts +0 -13
  540. package/src/models/MemoryStatusRequestView.ts +0 -11
  541. package/src/models/Mentor.ts +0 -80
  542. package/src/models/MentorCategory.ts +0 -14
  543. package/src/models/MentorCategoryCreate.ts +0 -16
  544. package/src/models/MentorCategoryGroup.ts +0 -16
  545. package/src/models/MentorCategoryGroupCreate.ts +0 -16
  546. package/src/models/MentorCreate.ts +0 -79
  547. package/src/models/MentorCustomVoice.ts +0 -9
  548. package/src/models/MentorCustomVoiceResponse.ts +0 -9
  549. package/src/models/MentorData.ts +0 -12
  550. package/src/models/MentorDetailAnalytics.ts +0 -11
  551. package/src/models/MentorEval.ts +0 -16
  552. package/src/models/MentorEvalQuestion.ts +0 -10
  553. package/src/models/MentorEvalQuestionRequest.ts +0 -9
  554. package/src/models/MentorEvalReport.ts +0 -15
  555. package/src/models/MentorEvalRequest.ts +0 -13
  556. package/src/models/MentorFork.ts +0 -10
  557. package/src/models/MentorFromTemplateRequest.ts +0 -9
  558. package/src/models/MentorFromTemplateWithSettingRequest.ts +0 -47
  559. package/src/models/MentorMemorySettingsRequest.ts +0 -11
  560. package/src/models/MentorMemorySettingsResponse.ts +0 -11
  561. package/src/models/MentorMetadata.ts +0 -10
  562. package/src/models/MentorScenario.ts +0 -11
  563. package/src/models/MentorScenarioPrompt.ts +0 -10
  564. package/src/models/MentorSession.ts +0 -9
  565. package/src/models/MentorSettings.ts +0 -52
  566. package/src/models/MentorSettingsPublic.ts +0 -45
  567. package/src/models/MentorSettingsRequest.ts +0 -56
  568. package/src/models/MentorVisibilityEnum.ts +0 -14
  569. package/src/models/MentorWizard.ts +0 -9
  570. package/src/models/MessageStatistics.ts +0 -10
  571. package/src/models/MessageView.ts +0 -15
  572. package/src/models/MessageViewUpdatResponse.ts +0 -8
  573. package/src/models/Metadata.ts +0 -10
  574. package/src/models/MetricChange.ts +0 -9
  575. package/src/models/ModelCost.ts +0 -9
  576. package/src/models/ModerationLog.ts +0 -16
  577. package/src/models/NoChatMessagesFound.ts +0 -8
  578. package/src/models/NullEnum.ts +0 -7
  579. package/src/models/PageContent.ts +0 -11
  580. package/src/models/PaginatedAIGeneratedImageList.ts +0 -12
  581. package/src/models/PaginatedConversationsList.ts +0 -12
  582. package/src/models/PaginatedCourseCreationTaskFileList.ts +0 -12
  583. package/src/models/PaginatedCourseCreationTaskList.ts +0 -12
  584. package/src/models/PaginatedDataSetList.ts +0 -12
  585. package/src/models/PaginatedEdxCourseList.ts +0 -12
  586. package/src/models/PaginatedEmailPromptListList.ts +0 -12
  587. package/src/models/PaginatedHeygenMarketingVideoListList.ts +0 -12
  588. package/src/models/PaginatedJobRunList.ts +0 -12
  589. package/src/models/PaginatedMentorList.ts +0 -12
  590. package/src/models/PaginatedModerationLogList.ts +0 -12
  591. package/src/models/PaginatedPeriodicAgentList.ts +0 -12
  592. package/src/models/PaginatedPeriodicAgentLogList.ts +0 -12
  593. package/src/models/PaginatedPlayWrightScriptList.ts +0 -12
  594. package/src/models/PaginatedSubSectionList.ts +0 -12
  595. package/src/models/PaginatedTopicStatisticsResponse.ts +0 -12
  596. package/src/models/PaginatedTrainingList.ts +0 -12
  597. package/src/models/PaginatedUnitList.ts +0 -12
  598. package/src/models/PaginatedUserEdxMemoryList.ts +0 -12
  599. package/src/models/PaginatedVoiceList.ts +0 -12
  600. package/src/models/PatchedBotCommand.ts +0 -11
  601. package/src/models/PatchedBotCreate.ts +0 -17
  602. package/src/models/PatchedConversations.ts +0 -33
  603. package/src/models/PatchedCourseCreationTaskFile.ts +0 -12
  604. package/src/models/PatchedCredentialRequest.ts +0 -19
  605. package/src/models/PatchedDataSet.ts +0 -26
  606. package/src/models/PatchedDiscordConfig.ts +0 -12
  607. package/src/models/PatchedDiscordUserConfig.ts +0 -15
  608. package/src/models/PatchedLLMCredentialRequest.ts +0 -19
  609. package/src/models/PatchedMentorCategoryGroupCreate.ts +0 -16
  610. package/src/models/PatchedMentorCreate.ts +0 -79
  611. package/src/models/PatchedPeriodicAgentCreate.ts +0 -46
  612. package/src/models/PatchedPlayWrightScript.ts +0 -17
  613. package/src/models/PatchedPrompt.ts +0 -27
  614. package/src/models/PatchedSection.ts +0 -14
  615. package/src/models/PatchedSlackConfig.ts +0 -13
  616. package/src/models/PatchedSlackUserConfig.ts +0 -22
  617. package/src/models/PatchedSubSection.ts +0 -14
  618. package/src/models/PatchedTeamsConfig.ts +0 -12
  619. package/src/models/PatchedTrainingCreate.ts +0 -36
  620. package/src/models/PatchedUnit.ts +0 -16
  621. package/src/models/PatchedWebexConfig.ts +0 -15
  622. package/src/models/PatchedWhatsappConfig.ts +0 -16
  623. package/src/models/PatchedWhatsappUserConfig.ts +0 -15
  624. package/src/models/PeriodicAgent.ts +0 -47
  625. package/src/models/PeriodicAgentCreate.ts +0 -46
  626. package/src/models/PeriodicAgentLog.ts +0 -16
  627. package/src/models/PeriodicAgentLogStatusEnum.ts +0 -14
  628. package/src/models/PeriodicTask.ts +0 -26
  629. package/src/models/PieChartData.ts +0 -10
  630. package/src/models/PieChartSegment.ts +0 -9
  631. package/src/models/PinnedMessageCreate.ts +0 -14
  632. package/src/models/PinnedMessageGet.ts +0 -12
  633. package/src/models/PinnedMessageRequest.ts +0 -11
  634. package/src/models/PlayWrightScript.ts +0 -17
  635. package/src/models/PredictiveAnalyticsRequest.ts +0 -9
  636. package/src/models/PredictiveAnalyticsResponse.ts +0 -9
  637. package/src/models/PreviousAgentStatusEnum.ts +0 -16
  638. package/src/models/Prompt.ts +0 -27
  639. package/src/models/PromptVisibilityEnum.ts +0 -14
  640. package/src/models/Provider05cEnum.ts +0 -18
  641. package/src/models/Provider63aEnum.ts +0 -10
  642. package/src/models/QuestionCardTag.ts +0 -13
  643. package/src/models/QuestionRequest.ts +0 -20
  644. package/src/models/QuestionResponse.ts +0 -15
  645. package/src/models/RatingEnum.ts +0 -12
  646. package/src/models/RatingRecord.ts +0 -9
  647. package/src/models/RecentlyAccessedMentor.ts +0 -13
  648. package/src/models/RecommendCourseBlock.ts +0 -8
  649. package/src/models/RecommendCourseResponse.ts +0 -8
  650. package/src/models/RelatedText.ts +0 -8
  651. package/src/models/RequestDataVariable.ts +0 -19
  652. package/src/models/ResourceScrappedData.ts +0 -18
  653. package/src/models/ResourceScrappedDataStatusEnum.ts +0 -16
  654. package/src/models/ResponseDataVariable.ts +0 -19
  655. package/src/models/RetreiverTrainViewRequest.ts +0 -15
  656. package/src/models/RetreiverTrainViewResponse.ts +0 -11
  657. package/src/models/RetrieveTask.ts +0 -8
  658. package/src/models/RetrieverDocumentEmbedding.ts +0 -22
  659. package/src/models/RetrieverDocumentEmbeddingRequest.ts +0 -35
  660. package/src/models/RetrieverRequestSearch.ts +0 -15
  661. package/src/models/RetrieverRequestSearchDocument.ts +0 -15
  662. package/src/models/RetrieverResponseSearch.ts +0 -12
  663. package/src/models/ReuestDataVariableList.ts +0 -9
  664. package/src/models/RunMentorEval.ts +0 -8
  665. package/src/models/ScanWebhookRequest.ts +0 -11
  666. package/src/models/Section.ts +0 -14
  667. package/src/models/SectionWithChildren.ts +0 -16
  668. package/src/models/SeedMentorsView.ts +0 -8
  669. package/src/models/SentimentSummary.ts +0 -9
  670. package/src/models/SessionBrowserScreenshot.ts +0 -13
  671. package/src/models/SessionMemoryStorage.ts +0 -11
  672. package/src/models/ShellLogs.ts +0 -8
  673. package/src/models/SlackConfig.ts +0 -13
  674. package/src/models/SlackUserConfig.ts +0 -22
  675. package/src/models/SlackWebhook.ts +0 -11
  676. package/src/models/SpacedRepetitionLearningPath.ts +0 -8
  677. package/src/models/SpacedRepetitionQuestionStats.ts +0 -10
  678. package/src/models/StarMentor.ts +0 -12
  679. package/src/models/Status6eeEnum.ts +0 -16
  680. package/src/models/Step.ts +0 -14
  681. package/src/models/StepStatusEnum.ts +0 -14
  682. package/src/models/StylesView.ts +0 -9
  683. package/src/models/SubSection.ts +0 -14
  684. package/src/models/SubSectionWithChildren.ts +0 -16
  685. package/src/models/TagsView.ts +0 -10
  686. package/src/models/TargetSystemEnum.ts +0 -12
  687. package/src/models/TaskView.ts +0 -8
  688. package/src/models/TeamsConfig.ts +0 -12
  689. package/src/models/TeamsWebhook.ts +0 -22
  690. package/src/models/TemplateMentor.ts +0 -14
  691. package/src/models/TenantMentorTraces.ts +0 -11
  692. package/src/models/ThemeEnum.ts +0 -12
  693. package/src/models/TonesView.ts +0 -9
  694. package/src/models/ToolResponse.ts +0 -14
  695. package/src/models/TopicModel.ts +0 -8
  696. package/src/models/TopicRecord.ts +0 -9
  697. package/src/models/TopicStatistics.ts +0 -12
  698. package/src/models/TopicStatisticsResponse.ts +0 -11
  699. package/src/models/TopicSummaryView.ts +0 -9
  700. package/src/models/TrainChatSessionDocumentView.ts +0 -11
  701. package/src/models/TrainChatSessionDocumentViewRequest.ts +0 -11
  702. package/src/models/TrainDocumentViewRequest.ts +0 -47
  703. package/src/models/TrainDocumentViewResponse.ts +0 -19
  704. package/src/models/Training.ts +0 -46
  705. package/src/models/TrainingCreate.ts +0 -36
  706. package/src/models/TrainingStatusEnum.ts +0 -16
  707. package/src/models/TrendEntry.ts +0 -9
  708. package/src/models/TriggerRequest.ts +0 -10
  709. package/src/models/TriggerResponse.ts +0 -11
  710. package/src/models/TypeC42Enum.ts +0 -12
  711. package/src/models/Unit.ts +0 -16
  712. package/src/models/UnitWithChildren.ts +0 -18
  713. package/src/models/UserAllChatMemoryView.ts +0 -12
  714. package/src/models/UserCatalogItemMemoryView.ts +0 -19
  715. package/src/models/UserChatByPeriod.ts +0 -9
  716. package/src/models/UserChatFeedback.ts +0 -19
  717. package/src/models/UserChatFeedbackCount.ts +0 -9
  718. package/src/models/UserChatMemoryStatusRequestView.ts +0 -11
  719. package/src/models/UserChatMemoryUpdateView.ts +0 -15
  720. package/src/models/UserCountRecord.ts +0 -9
  721. package/src/models/UserEdxMemory.ts +0 -20
  722. package/src/models/UserMemoryContextRequest.ts +0 -18
  723. package/src/models/UserMemoryContextResponse.ts +0 -17
  724. package/src/models/UserMetric.ts +0 -9
  725. package/src/models/UserMetricsResponse.ts +0 -12
  726. package/src/models/UserSentimentCountView.ts +0 -9
  727. package/src/models/UserTrendByPeriod.ts +0 -10
  728. package/src/models/VectorResult.ts +0 -13
  729. package/src/models/Voice.ts +0 -14
  730. package/src/models/VoiceProviderEnum.ts +0 -14
  731. package/src/models/WebResource.ts +0 -14
  732. package/src/models/WebResourceCard.ts +0 -12
  733. package/src/models/WebResourcesQuery.ts +0 -8
  734. package/src/models/WebexConfig.ts +0 -15
  735. package/src/models/WebexWebhook.ts +0 -9
  736. package/src/models/WhatAppWebHook.ts +0 -8
  737. package/src/models/WhatsappConfig.ts +0 -16
  738. package/src/models/WhatsappUserConfig.ts +0 -15
  739. package/src/services/AiAccountService.ts +0 -479
  740. package/src/services/AiAnalyticsService.ts +0 -1923
  741. package/src/services/AiBotService.ts +0 -1174
  742. package/src/services/AiFinetuningService.ts +0 -402
  743. package/src/services/AiIndexService.ts +0 -598
  744. package/src/services/AiMarketingService.ts +0 -87
  745. package/src/services/AiMentorService.ts +0 -7678
  746. package/src/services/AiPromptService.ts +0 -1676
@@ -1,27 +1,5 @@
1
1
  import type { CancelablePromise } from '../core/CancelablePromise';
2
2
  export declare class SearchService {
3
- /**
4
- * Legacy endpoint for backward compatible mentor search
5
- * @param audience Filter by target audience
6
- * @param category Filter by mentor category
7
- * @param createdBy Filter mentors created by specific user
8
- * @param filterFacet If present, return only facets without results
9
- * @param id Retrieve a specific mentor by ID
10
- * @param limit Number of results per page
11
- * @param llm Filter by language model type
12
- * @param offset Starting position for pagination
13
- * @param orderBy Field to sort results by ('created_at', 'recently_accessed_at')
14
- * @param orderDirection Sort direction ('asc' or 'desc')
15
- * @param page Page number (1-based, used with page_size)
16
- * @param pageSize Number of results per page
17
- * @param query Search term to filter mentors by name or description
18
- * @param tags Filter by tags
19
- * @param tenant Filter by tenant/organization
20
- * @param uniqueId Retrieve a specific mentor by UUID
21
- * @returns any
22
- * @throws ApiError
23
- */
24
- static searchAiSearchRetrieve(audience?: Array<string>, category?: Array<string>, createdBy?: string, filterFacet?: boolean, id?: number, limit?: number, llm?: Array<string>, offset?: number, orderBy?: string, orderDirection?: string, page?: number, pageSize?: number, query?: string, tags?: Array<string>, tenant?: string, uniqueId?: string): CancelablePromise<Record<string, any>>;
25
3
  /**
26
4
  * Search and filter content across the learning catalog
27
5
  * @param allowSkillSearch Enable skill-based search
@@ -57,169 +35,6 @@ export declare class SearchService {
57
35
  * @throws ApiError
58
36
  */
59
37
  static searchCatalogRetrieve(allowSkillSearch?: boolean, alphabetical?: boolean, certificate?: Array<string>, content?: Array<string>, courseId?: string, duration?: Array<string>, language?: Array<string>, level?: Array<string>, limit?: number, offset?: number, orderAscending?: boolean, orderBy?: string, pathwayId?: string, price?: string, programId?: string, programType?: Array<string>, promotion?: Array<string>, query?: string, resourceType?: Array<string>, returnFacet?: boolean, returnItems?: boolean, selfPaced?: Array<string>, skillId?: string, skills?: Array<string>, subject?: Array<string>, tags?: Array<string>, tenant?: Array<string>, topics?: Array<string>, updateFacet?: string): CancelablePromise<Record<string, any>>;
60
- /**
61
- * Get AI mentors based on search criteria
62
- * @param audience Filter by target audience
63
- * @param category Filter by mentor category
64
- * @param createdBy Filter mentors created by specific user
65
- * @param id Retrieve a specific mentor by ID
66
- * @param limit Number of results per page
67
- * @param llm Filter by language model type
68
- * @param offset Starting position for pagination
69
- * @param orderBy Field to sort results by ('created_at', 'recently_accessed_at')
70
- * @param orderDirection Sort direction ('asc' or 'desc')
71
- * @param query Search term to filter mentors by name or description
72
- * @param tags Filter by tags
73
- * @param tenant Filter by tenant/organization
74
- * @param uniqueId Retrieve a specific mentor by UUID
75
- * @returns any
76
- * @throws ApiError
77
- */
78
- static searchMentorsRetrieve(audience?: Array<string>, category?: Array<string>, createdBy?: string, id?: number, limit?: number, llm?: Array<string>, offset?: number, orderBy?: string, orderDirection?: string, query?: string, tags?: Array<string>, tenant?: string, uniqueId?: string): CancelablePromise<Record<string, any>>;
79
- /**
80
- * Search and filter documents associated with a specific mentor.
81
- *
82
- * This endpoint allows searching and filtering documents that are linked to a
83
- * particular mentor, with support for pagination, sorting, and faceted filtering.
84
- *
85
- * Path Parameters:
86
- * mentor_unique_id (uuid): The unique identifier of the mentor
87
- *
88
- * Query Parameters:
89
- * query (str, optional): Search term to filter documents by name or content
90
- * document_type (str, optional): Filter by document type (e.g., 'pdf', 'text')
91
- * access (str, optional): Filter by access level (e.g., 'public', 'private')
92
- * training_status (str, optional): Filter by training status (e.g., 'trained', 'pending')
93
- * platform_key (str, optional): Filter by platform key
94
- * order_by (str, optional): Field to sort results by ('date_created', 'last_modified', 'document_name')
95
- * order_direction (str, optional): Sort direction ('asc' or 'desc', default: 'desc')
96
- * limit (int, optional): Number of results per page (default: 12, max: 100)
97
- * offset (int, optional): Starting position for pagination
98
- *
99
- * Returns:
100
- * A JSON response containing:
101
- * {
102
- * "results": [
103
- * {
104
- * "id": 789,
105
- * "document_name": "Introduction to Algorithms.pdf",
106
- * "document_type": "pdf",
107
- * "access": "public",
108
- * "training_status": "trained",
109
- * "date_created": "2023-03-15T10:30:00Z",
110
- * "last_modified": "2023-04-20T14:45:00Z",
111
- * "url": "https://example.com/documents/intro-algorithms.pdf",
112
- * "metadata": {
113
- * "page_count": 45,
114
- * "author": "John Smith",
115
- * "keywords": ["algorithms", "computer science", "data structures"],
116
- * "description": "Comprehensive introduction to fundamental algorithms"
117
- * }
118
- * },
119
- * // Additional document objects...
120
- * ],
121
- * "count": 25,
122
- * "next": "https://api.example.com/api/search/mentors/550e8400-e29b-41d4-a716-446655440000/documents/?limit=12&offset=12",
123
- * "previous": null,
124
- * "current_page": 1,
125
- * "total_pages": 3,
126
- * "facets": {
127
- * "document_type": [
128
- * {"key": "pdf", "doc_count": 15},
129
- * {"key": "text", "doc_count": 5},
130
- * {"key": "docx", "doc_count": 5}
131
- * ],
132
- * "access": [
133
- * {"key": "public", "doc_count": 20},
134
- * {"key": "private", "doc_count": 5}
135
- * ],
136
- * "training_status": [
137
- * {"key": "trained", "doc_count": 18},
138
- * {"key": "pending", "doc_count": 5},
139
- * {"key": "failed", "doc_count": 2}
140
- * ]
141
- * }
142
- * }
143
- *
144
- * Error Responses:
145
- * 400 Bad Request: If the request parameters are invalid
146
- * 404 Not Found: If the mentor doesn't exist
147
- * 500 Internal Server Error: If an unexpected error occurs during processing
148
- *
149
- * Access Control:
150
- * - Requires platform membership
151
- * - Only documents associated with the specified mentor are returned
152
- * - Access level filtering respects user permissions
153
- * @param mentorUniqueId
154
- * @returns any No response body
155
- * @throws ApiError
156
- */
157
- static searchMentorsDocumentsRetrieve(mentorUniqueId: string): CancelablePromise<any>;
158
- /**
159
- * Get AI mentors for a specific tenant and user
160
- * @param org
161
- * @param username
162
- * @param audience Filter by target audience
163
- * @param category Filter by mentor category
164
- * @param createdBy Filter mentors created by specific user
165
- * @param id Retrieve a specific mentor by ID
166
- * @param limit Number of results per page
167
- * @param llm Filter by language model type
168
- * @param offset Starting position for pagination
169
- * @param orderBy Field to sort results by ('created_at', 'recently_accessed_at')
170
- * @param orderDirection Sort direction ('asc' or 'desc')
171
- * @param query Search term to filter mentors by name or description
172
- * @param tags Filter by tags
173
- * @param tenant Filter by tenant/organization
174
- * @param uniqueId Retrieve a specific mentor by UUID
175
- * @returns any
176
- * @throws ApiError
177
- */
178
- static searchOrgsUsersMentorsRetrieve(org: string, username: string, audience?: Array<string>, category?: Array<string>, createdBy?: string, id?: number, limit?: number, llm?: Array<string>, offset?: number, orderBy?: string, orderDirection?: string, query?: string, tags?: Array<string>, tenant?: string, uniqueId?: string): CancelablePromise<Record<string, any>>;
179
- /**
180
- * Search and filter AI prompts for a specific user within a tenant.
181
- *
182
- * This endpoint extends the base prompt search functionality but filters results
183
- * to only show prompts that are available to a specific user within a specific
184
- * organization/tenant.
185
- *
186
- * Path Parameters:
187
- * org (str): The organization/tenant identifier
188
- * username (str): The username to filter prompts for
189
- *
190
- * Query Parameters:
191
- * Same as PromptSearchView, plus:
192
- *
193
- * # Identification parameters (for detail view)
194
- * id (int, optional): Retrieve a specific prompt by ID
195
- *
196
- * Returns:
197
- * Same format as PromptSearchView, but filtered to only include prompts
198
- * that the specified user has access to within the specified organization.
199
- *
200
- * Error Responses:
201
- * 400 Bad Request: If the request parameters are invalid
202
- * 403 Forbidden: If the requested prompt exists but the user doesn't have access
203
- * 404 Not Found: If the requested prompt doesn't exist
204
- * 500 Internal Server Error: If an unexpected error occurs
205
- *
206
- * Access Control:
207
- * - Results are filtered based on user's permissions within the organization
208
- * - Private prompts are only visible to authorized users
209
- * @param org
210
- * @param username
211
- * @returns any No response body
212
- * @throws ApiError
213
- */
214
- static searchOrgsUsersPromptsRetrieve(org: string, username: string): CancelablePromise<any>;
215
- /**
216
- * Determine whether to serve a detail view or a list view.
217
- * @param org
218
- * @param username
219
- * @returns any No response body
220
- * @throws ApiError
221
- */
222
- static searchOrgsUsersRecommendedRetrieve(org: string, username: string): CancelablePromise<any>;
223
38
  /**
224
39
  * Get personalized content for a specific user
225
40
  * @param username
@@ -259,120 +74,6 @@ export declare class SearchService {
259
74
  * @throws ApiError
260
75
  */
261
76
  static searchPersonalizedCatalogRetrieve(username: string, allowSkillSearch?: boolean, alphabetical?: boolean, certificate?: Array<string>, content?: Array<string>, courseId?: string, duration?: Array<string>, language?: Array<string>, level?: Array<string>, limit?: number, offset?: number, orderAscending?: boolean, orderBy?: string, pathwayId?: string, price?: string, programId?: string, programType?: Array<string>, promotion?: Array<string>, query?: string, recommended?: boolean, resourceId?: string, resourceType?: Array<string>, returnFacet?: boolean, returnItems?: boolean, roleId?: string, selfPaced?: Array<string>, skillId?: string, skills?: Array<string>, subject?: Array<string>, tags?: Array<string>, tenant?: Array<string>, topics?: Array<string>, updateFacet?: string): CancelablePromise<Record<string, any>>;
262
- /**
263
- * Search and filter AI prompts across the platform.
264
- *
265
- * This endpoint provides a search interface for discovering AI prompts
266
- * with support for filtering, pagination, and detailed prompt information.
267
- *
268
- * Query Parameters:
269
- * # Identification parameters (for detail view)
270
- * id (int, optional): Retrieve a specific prompt by ID
271
- *
272
- * # Search and filtering parameters
273
- * query (str, optional): Search term to filter prompts by name or content
274
- * category (str, optional): Filter by prompt category
275
- * language (str, optional): Filter by prompt language
276
- * style (str, optional): Filter by writing style
277
- * tone (str, optional): Filter by tone
278
- * tenant (str, optional): Filter by tenant/organization
279
- * mentor (str, optional): Filter by associated mentor (UUID)
280
- *
281
- * # Sorting and pagination
282
- * sort_by (str, optional): Field to sort results by
283
- * order_direction (str, optional): Sort direction ('asc' or 'desc', default: 'desc')
284
- * alphabetical (bool, optional): Sort alphabetically by name (default: false)
285
- * limit (int, optional): Number of results per page (default: 10)
286
- * offset (int, optional): Starting position for pagination
287
- *
288
- * # Special parameters
289
- * filter_facet (any, optional): If present, return only facets without results
290
- *
291
- * Returns:
292
- * For detail view (when id is provided):
293
- * A JSON response containing a single prompt's details:
294
- * {
295
- * "id": 456,
296
- * "name": "Essay Writing Guide",
297
- * "content": "Write a well-structured essay on the following topic: {{topic}}...",
298
- * "category": "Academic Writing",
299
- * "language": "English",
300
- * "style": "Formal",
301
- * "tone": "Professional",
302
- * "mentor": {
303
- * "id": 123,
304
- * "unique_id": "550e8400-e29b-41d4-a716-446655440000",
305
- * "name": "Professor Smith"
306
- * },
307
- * "platform": {
308
- * "id": 1,
309
- * "name": "Example University",
310
- * "key": "example-university"
311
- * },
312
- * "created_at": "2023-02-10T09:15:00Z",
313
- * "updated_at": "2023-05-05T14:20:00Z",
314
- * "visibility": "public",
315
- * "variables": ["topic", "length", "style"]
316
- * }
317
- *
318
- * For list view:
319
- * A JSON response containing:
320
- * {
321
- * "results": [
322
- * {
323
- * "id": 456,
324
- * "name": "Essay Writing Guide",
325
- * "content": "Write a well-structured essay on the following topic: {{topic}}...",
326
- * "category": "Academic Writing",
327
- * "language": "English",
328
- * "style": "Formal",
329
- * "tone": "Professional",
330
- * "mentor": {"id": 123, "name": "Professor Smith"},
331
- * "created_at": "2023-02-10T09:15:00Z",
332
- * "updated_at": "2023-05-05T14:20:00Z"
333
- * },
334
- * // Additional prompt objects...
335
- * ],
336
- * "count": 30,
337
- * "next": "?limit=10&offset=10",
338
- * "previous": null,
339
- * "current_page": 1,
340
- * "num_pages": 3,
341
- * "facets": {
342
- * "category": [
343
- * {"key": "Academic Writing", "doc_count": 15},
344
- * {"key": "Creative Writing", "doc_count": 10},
345
- * {"key": "Technical Documentation", "doc_count": 5}
346
- * ],
347
- * "language": [
348
- * {"key": "English", "doc_count": 25},
349
- * {"key": "Spanish", "doc_count": 5}
350
- * ],
351
- * "style": [
352
- * {"key": "Formal", "doc_count": 20},
353
- * {"key": "Casual", "doc_count": 10}
354
- * ],
355
- * "tone": [
356
- * {"key": "Professional", "doc_count": 15},
357
- * {"key": "Friendly", "doc_count": 10},
358
- * {"key": "Technical", "doc_count": 5}
359
- * ]
360
- * }
361
- * }
362
- *
363
- * Error Responses:
364
- * 400 Bad Request: If the request parameters are invalid
365
- * 403 Forbidden: If the requested prompt exists but is not publicly available
366
- * 404 Not Found: If the requested prompt doesn't exist
367
- * 500 Internal Server Error: If an unexpected error occurs
368
- *
369
- * Notes:
370
- * - Only publicly available prompts are returned by default
371
- * - When filtering by mentor, the mentor ID must be a valid UUID
372
- * @returns any No response body
373
- * @throws ApiError
374
- */
375
- static searchPromptsRetrieve(): CancelablePromise<any>;
376
77
  /**
377
78
  * Search and filter users within a specific organization/tenant.
378
79
  *
@@ -0,0 +1,170 @@
1
+ import type { StripeCheckoutSessionRequest } from '../models/StripeCheckoutSessionRequest';
2
+ import type { StripeCheckoutSessionResponse } from '../models/StripeCheckoutSessionResponse';
3
+ import type { StripeCustomerPortalRequest } from '../models/StripeCustomerPortalRequest';
4
+ import type { StripeCustomerPortalResponse } from '../models/StripeCustomerPortalResponse';
5
+ import type { StripeLocalProduct } from '../models/StripeLocalProduct';
6
+ import type { StripeSubscriptionRenewalRequest } from '../models/StripeSubscriptionRenewalRequest';
7
+ import type { StripeSubscriptionRenewalResponse } from '../models/StripeSubscriptionRenewalResponse';
8
+ import type { TenantLaunchRequest } from '../models/TenantLaunchRequest';
9
+ import type { TenantLaunchResponse } from '../models/TenantLaunchResponse';
10
+ import type { CancelablePromise } from '../core/CancelablePromise';
11
+ export declare class ServiceService {
12
+ /**
13
+ * User/tenant creation API
14
+ *
15
+ * To create using any payment provider, ensure you use the StudentToken Authentication Mechanism
16
+ * and also include the correct `provider_key` in the request body:
17
+ *
18
+ * ```
19
+ * apple_transaction_id: str
20
+ * stripe_checkout_id: str
21
+ * x_gcp_marketplace_token: str
22
+ * aws_transaction_id: str
23
+ * google_pay_transaction_id: str
24
+ * ```
25
+ *
26
+ * To create a tenant without a payment provider, call the API without ny of the above provider keys in the request body
27
+ * @param requestBody
28
+ * @returns TenantLaunchResponse
29
+ * @throws ApiError
30
+ */
31
+ static serviceLaunchTenantCreate(requestBody: TenantLaunchRequest): CancelablePromise<TenantLaunchResponse>;
32
+ /**
33
+ * User creation flow
34
+ * @returns any No response body
35
+ * @throws ApiError
36
+ */
37
+ static serviceManageUserCreate(): CancelablePromise<any>;
38
+ /**
39
+ * Make user tenant admin
40
+ * @returns any No response body
41
+ * @throws ApiError
42
+ */
43
+ static serviceManageUserRoleCreate(): CancelablePromise<any>;
44
+ /**
45
+ * Stripe checkout session API View for user upgrade
46
+ *
47
+ * Request the following fields:
48
+ *
49
+ * - tenant
50
+ * - sku
51
+ * - mode
52
+ * - success_url
53
+ * - cancel_url
54
+ *
55
+ * Response:
56
+ * {
57
+ * "redirect_to": "https://checkout.stripe.com/xxx/xxxx/xxxx",
58
+ * }
59
+ * @param org
60
+ * @param userId
61
+ * @param requestBody
62
+ * @returns StripeCheckoutSessionResponse
63
+ * @throws ApiError
64
+ */
65
+ static serviceOrgsUsersStripeCheckoutSessionCreate(org: string, userId: string, requestBody: StripeCheckoutSessionRequest): CancelablePromise<StripeCheckoutSessionResponse>;
66
+ /**
67
+ * Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
68
+ * @param org
69
+ * @param userId
70
+ * @param requestBody
71
+ * @returns StripeCustomerPortalResponse
72
+ * @throws ApiError
73
+ */
74
+ static serviceOrgsUsersStripeCustomerPortalCreate(org: string, userId: string, requestBody: StripeCustomerPortalRequest): CancelablePromise<StripeCustomerPortalResponse>;
75
+ /**
76
+ * Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
77
+ * @param org
78
+ * @param userId
79
+ * @returns StripeLocalProduct
80
+ * @throws ApiError
81
+ */
82
+ static serviceOrgsUsersStripeProductsRetrieve(org: string, userId: string): CancelablePromise<StripeLocalProduct>;
83
+ /**
84
+ * Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin
85
+ * @param org
86
+ * @param userId
87
+ * @returns any No response body
88
+ * @throws ApiError
89
+ */
90
+ static serviceOrgsUsersStripeProductsManageCreate(org: string, userId: string): CancelablePromise<any>;
91
+ /**
92
+ * Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
93
+ * @param org
94
+ * @param userId
95
+ * @param requestBody
96
+ * @returns StripeSubscriptionRenewalResponse
97
+ * @throws ApiError
98
+ */
99
+ static serviceOrgsUsersStripeSubscriptionRenewalCreate(org: string, userId: string, requestBody: StripeSubscriptionRenewalRequest): CancelablePromise<StripeSubscriptionRenewalResponse>;
100
+ /**
101
+ * Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
102
+ * @param org
103
+ * @param userId
104
+ * @returns any No response body
105
+ * @throws ApiError
106
+ */
107
+ static serviceOrgsUsersStripeSubscriptionsRetrieve(org: string, userId: string): CancelablePromise<any>;
108
+ /**
109
+ * Handle course payment callback after successful Stripe checkout.
110
+ * Enrolls the user in the purchased course.
111
+ *
112
+ * URL Parameters:
113
+ * - stripe_checkout_id: The local Checkout Session UUID
114
+ *
115
+ * Response:
116
+ * - Redirect: Successfully processed course enrollment
117
+ * - 404: Checkout session not found
118
+ * - 400: Invalid checkout session or product
119
+ * - 500: Server error during processing
120
+ * @param platformKey
121
+ * @returns any No response body
122
+ * @throws ApiError
123
+ */
124
+ static serviceOrgsStripeCoursePaymentCallbackRetrieve(platformKey: string): CancelablePromise<any>;
125
+ /**
126
+ * @param checkoutUuid
127
+ * @returns any No response body
128
+ * @throws ApiError
129
+ */
130
+ static serviceStripeCheckoutRetrieve(checkoutUuid: string): CancelablePromise<any>;
131
+ /**
132
+ * Stripe free trial checkout session. No user auth
133
+ *
134
+ * Request the following fields:
135
+ *
136
+ * - success_url
137
+ * - cancel_url
138
+ * - product
139
+ *
140
+ * Response:
141
+ * {
142
+ * "redirect_to": "https://checkout.stripe.com/xxx/xxxx/xxxx",
143
+ * }
144
+ * @param requestBody
145
+ * @returns StripeCheckoutSessionResponse
146
+ * @throws ApiError
147
+ */
148
+ static serviceStripeCheckoutFreeTrialCreate(requestBody: StripeCheckoutSessionResponse): CancelablePromise<StripeCheckoutSessionResponse>;
149
+ /**
150
+ * Check if tenant exists or not
151
+ * @returns any No response body
152
+ * @throws ApiError
153
+ */
154
+ static serviceTenantValidationCreate(): CancelablePromise<any>;
155
+ /**
156
+ * GET
157
+ * Gets site hash_key from
158
+ * or
159
+ * Gets site_id form hash_key
160
+ * @returns any No response body
161
+ * @throws ApiError
162
+ */
163
+ static serviceTokenRetrieve(): CancelablePromise<any>;
164
+ /**
165
+ * Check if tenant exists or not
166
+ * @returns any No response body
167
+ * @throws ApiError
168
+ */
169
+ static serviceUserValidationCreate(): CancelablePromise<any>;
170
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/iblai-api",
3
- "version": "3.35.3-ai-plus",
3
+ "version": "3.35.4-core",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "type": "module",
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: 'https://base.manager.iblai.app',
24
- VERSION: '3.35.3-ai-plus',
24
+ VERSION: '3.35.4-core',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,