@iblai/iblai-api 3.48.3-ai-plus → 3.48.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 (720) hide show
  1. package/dist/index.cjs.js +3068 -19088
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +3069 -19080
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.umd.js +3068 -19088
  6. package/dist/index.umd.js.map +1 -1
  7. package/dist/types/index.d.ts +1 -320
  8. package/dist/types/models/NotificationSource.d.ts +2 -2
  9. package/dist/types/models/PatchedRbacGroupRole.d.ts +2 -2
  10. package/dist/types/models/PatchedRbacPolicy.d.ts +2 -2
  11. package/dist/types/models/PatchedRbacUserRole.d.ts +2 -2
  12. package/dist/types/models/RbacGroupRole.d.ts +2 -2
  13. package/dist/types/models/RbacPolicy.d.ts +2 -2
  14. package/dist/types/models/RbacUserRole.d.ts +2 -2
  15. package/dist/types/models/{NotificationSourceTypeEnum.d.ts → TypeEnum.d.ts} +1 -1
  16. package/dist/types/services/AnalyticsService.d.ts +42 -13
  17. package/dist/types/services/AudienceService.d.ts +345 -149
  18. package/dist/types/services/CareerService.d.ts +117 -90
  19. package/dist/types/services/CatalogService.d.ts +3735 -1072
  20. package/dist/types/services/CoreService.d.ts +421 -215
  21. package/dist/types/services/CredentialsService.d.ts +173 -138
  22. package/dist/types/services/DepartmentsService.d.ts +53 -16
  23. package/dist/types/services/EngagementService.d.ts +459 -179
  24. package/dist/types/services/FeaturesService.d.ts +16 -7
  25. package/dist/types/services/FinanceService.d.ts +49 -20
  26. package/dist/types/services/MediaResourcesService.d.ts +243 -67
  27. package/dist/types/services/NotificationBuilderService.d.ts +31 -17
  28. package/dist/types/services/NotificationService.d.ts +56 -49
  29. package/dist/types/services/OrgsService.d.ts +106 -77
  30. package/dist/types/services/OverviewService.d.ts +154 -55
  31. package/dist/types/services/PerformanceService.d.ts +132 -56
  32. package/dist/types/services/PerlearnerService.d.ts +431 -217
  33. package/dist/types/services/PlatformService.d.ts +221 -116
  34. package/dist/types/services/ProviderAssociationService.d.ts +3 -2
  35. package/dist/types/services/ProvidersService.d.ts +27 -18
  36. package/dist/types/services/ProvisionService.d.ts +3 -2
  37. package/dist/types/services/RecommendationsService.d.ts +3 -3
  38. package/dist/types/services/ReportsService.d.ts +22 -16
  39. package/dist/types/services/RolesService.d.ts +8 -6
  40. package/dist/types/services/SearchService.d.ts +305 -488
  41. package/dist/types/services/ServiceService.d.ts +33 -29
  42. package/dist/types/services/SkillsService.d.ts +40 -32
  43. package/dist/types/services/UserGroupsService.d.ts +53 -16
  44. package/package.json +1 -1
  45. package/src/core/OpenAPI.ts +1 -1
  46. package/src/index.ts +1 -320
  47. package/src/models/NotificationSource.ts +2 -2
  48. package/src/models/PatchedRbacGroupRole.ts +2 -2
  49. package/src/models/PatchedRbacPolicy.ts +2 -2
  50. package/src/models/PatchedRbacUserRole.ts +2 -2
  51. package/src/models/RbacGroupRole.ts +2 -2
  52. package/src/models/RbacPolicy.ts +2 -2
  53. package/src/models/RbacUserRole.ts +2 -2
  54. package/src/models/{NotificationSourceTypeEnum.ts → TypeEnum.ts} +1 -1
  55. package/src/services/AnalyticsService.ts +45 -16
  56. package/src/services/AudienceService.ts +380 -184
  57. package/src/services/CareerService.ts +144 -117
  58. package/src/services/CatalogService.ts +3995 -1332
  59. package/src/services/CoreService.ts +503 -311
  60. package/src/services/CredentialsService.ts +253 -173
  61. package/src/services/DepartmentsService.ts +56 -19
  62. package/src/services/EngagementService.ts +528 -236
  63. package/src/services/FeaturesService.ts +19 -10
  64. package/src/services/FinanceService.ts +54 -25
  65. package/src/services/MediaResourcesService.ts +251 -75
  66. package/src/services/NotificationBuilderService.ts +36 -22
  67. package/src/services/NotificationService.ts +73 -61
  68. package/src/services/OrgsService.ts +135 -106
  69. package/src/services/OverviewService.ts +172 -73
  70. package/src/services/PerformanceService.ts +153 -77
  71. package/src/services/PerlearnerService.ts +591 -279
  72. package/src/services/PlatformService.ts +278 -157
  73. package/src/services/ProviderAssociationService.ts +4 -3
  74. package/src/services/ProvidersService.ts +36 -27
  75. package/src/services/ProvisionService.ts +4 -3
  76. package/src/services/RecommendationsService.ts +5 -4
  77. package/src/services/ReportsService.ts +28 -22
  78. package/src/services/RolesService.ts +10 -8
  79. package/src/services/SearchService.ts +523 -1018
  80. package/src/services/ServiceService.ts +49 -39
  81. package/src/services/SkillsService.ts +56 -44
  82. package/src/services/UserGroupsService.ts +56 -19
  83. package/dist/types/models/AIGeneratedImage.d.ts +0 -13
  84. package/dist/types/models/AIUserProfileMemoryRelation.d.ts +0 -4
  85. package/dist/types/models/AIUserProfileRequest.d.ts +0 -4
  86. package/dist/types/models/APITokenCost.d.ts +0 -14
  87. package/dist/types/models/AccessEnum.d.ts +0 -8
  88. package/dist/types/models/AlignMentorBubbleEnum.d.ts +0 -8
  89. package/dist/types/models/AnalyticsOverview.d.ts +0 -7
  90. package/dist/types/models/Answer.d.ts +0 -11
  91. package/dist/types/models/AssumedKnowledge.d.ts +0 -4
  92. package/dist/types/models/AssumedKnowledgeLevel.d.ts +0 -4
  93. package/dist/types/models/AudioToTextRequest.d.ts +0 -3
  94. package/dist/types/models/AudioToTextResponse.d.ts +0 -3
  95. package/dist/types/models/Bot.d.ts +0 -15
  96. package/dist/types/models/BotCommand.d.ts +0 -6
  97. package/dist/types/models/BotCreate.d.ts +0 -12
  98. package/dist/types/models/CallAuthenticationRequest.d.ts +0 -13
  99. package/dist/types/models/CallAuthenticationResponse.d.ts +0 -21
  100. package/dist/types/models/ChatHistory.d.ts +0 -8
  101. package/dist/types/models/ChatHistoryFilterData.d.ts +0 -9
  102. package/dist/types/models/ChatHistoryFilterUser.d.ts +0 -5
  103. package/dist/types/models/ChatHistoryItem.d.ts +0 -5
  104. package/dist/types/models/ChatHistorySessionId.d.ts +0 -3
  105. package/dist/types/models/ChatSessionRequest.d.ts +0 -10
  106. package/dist/types/models/ChatSessionResponse.d.ts +0 -5
  107. package/dist/types/models/CheckDocumentTrainingStatus.d.ts +0 -10
  108. package/dist/types/models/ComponentBlock.d.ts +0 -9
  109. package/dist/types/models/ComponentBlockTypeEnum.d.ts +0 -8
  110. package/dist/types/models/ConversationMessage.d.ts +0 -11
  111. package/dist/types/models/ConversationRating.d.ts +0 -6
  112. package/dist/types/models/ConversationSummary.d.ts +0 -5
  113. package/dist/types/models/ConversationVolume.d.ts +0 -4
  114. package/dist/types/models/Conversations.d.ts +0 -28
  115. package/dist/types/models/Cost.d.ts +0 -3
  116. package/dist/types/models/CostPerTenant.d.ts +0 -6
  117. package/dist/types/models/CourseCreationTask.d.ts +0 -31
  118. package/dist/types/models/CourseCreationTaskFile.d.ts +0 -7
  119. package/dist/types/models/CourseCreationTaskStatusEnum.d.ts +0 -16
  120. package/dist/types/models/CredentialRequest.d.ts +0 -14
  121. package/dist/types/models/CrontabSchedule.d.ts +0 -22
  122. package/dist/types/models/CustomInstructionResponse.d.ts +0 -13
  123. package/dist/types/models/DataSet.d.ts +0 -21
  124. package/dist/types/models/DataSetCreate.d.ts +0 -12
  125. package/dist/types/models/DataSetStatusEnum.d.ts +0 -12
  126. package/dist/types/models/DateRange.d.ts +0 -4
  127. package/dist/types/models/DiscordConfig.d.ts +0 -7
  128. package/dist/types/models/DiscordUserConfig.d.ts +0 -10
  129. package/dist/types/models/DiscordWebhook.d.ts +0 -6
  130. package/dist/types/models/Document.d.ts +0 -41
  131. package/dist/types/models/DocumentFacet.d.ts +0 -17
  132. package/dist/types/models/DocumentSearchResponse.d.ts +0 -35
  133. package/dist/types/models/DocumentSettingsResponse.d.ts +0 -3
  134. package/dist/types/models/EdxCourse.d.ts +0 -11
  135. package/dist/types/models/ElevenlabsCustomVoice.d.ts +0 -4
  136. package/dist/types/models/ElevenlabsCustomVoiceResponse.d.ts +0 -8
  137. package/dist/types/models/EmailPromptDetail.d.ts +0 -13
  138. package/dist/types/models/EmailPromptList.d.ts +0 -11
  139. package/dist/types/models/EmailPromptSummary.d.ts +0 -5
  140. package/dist/types/models/FreeUsageCount.d.ts +0 -3
  141. package/dist/types/models/FullCourse.d.ts +0 -13
  142. package/dist/types/models/GreetingMethodEnum.d.ts +0 -8
  143. package/dist/types/models/GuidedPromptsResponse.d.ts +0 -3
  144. package/dist/types/models/HeygenMarketingVideoDetail.d.ts +0 -8
  145. package/dist/types/models/HeygenMarketingVideoList.d.ts +0 -6
  146. package/dist/types/models/HeygenTemplateRequest.d.ts +0 -5
  147. package/dist/types/models/HeygenTemplateResponseSingle.d.ts +0 -6
  148. package/dist/types/models/HeygenVideoDetail.d.ts +0 -8
  149. package/dist/types/models/HeygenVideoRequest.d.ts +0 -5
  150. package/dist/types/models/IBLAIPlatformMeta.d.ts +0 -3
  151. package/dist/types/models/IBLAIPlatformMetaRequest.d.ts +0 -6
  152. package/dist/types/models/IBLAIPlatformMetaUpdateRequest.d.ts +0 -10
  153. package/dist/types/models/InputQuestion.d.ts +0 -6
  154. package/dist/types/models/IntegrationCredential.d.ts +0 -8
  155. package/dist/types/models/IntialQuestionAnswer.d.ts +0 -3
  156. package/dist/types/models/JobRun.d.ts +0 -11
  157. package/dist/types/models/KindEnum.d.ts +0 -10
  158. package/dist/types/models/LLMCredentialRequest.d.ts +0 -14
  159. package/dist/types/models/LLMCredentialResponse.d.ts +0 -8
  160. package/dist/types/models/LLMModelForTenant.d.ts +0 -6
  161. package/dist/types/models/LLMQuestion.d.ts +0 -15
  162. package/dist/types/models/LLMResponse.d.ts +0 -14
  163. package/dist/types/models/LLMTracesListResponse.d.ts +0 -5
  164. package/dist/types/models/LanguagesView.d.ts +0 -5
  165. package/dist/types/models/LinkCourseRequest.d.ts +0 -3
  166. package/dist/types/models/LinkCourseResponse.d.ts +0 -5
  167. package/dist/types/models/MCPServer.d.ts +0 -21
  168. package/dist/types/models/MemoryComponentData.d.ts +0 -5
  169. package/dist/types/models/MemoryComponentMemory.d.ts +0 -4
  170. package/dist/types/models/MemoryComponentMemoryDetail.d.ts +0 -8
  171. package/dist/types/models/MemoryComponentResponse.d.ts +0 -5
  172. package/dist/types/models/MemoryProgress.d.ts +0 -8
  173. package/dist/types/models/MemoryStatusRequestView.d.ts +0 -6
  174. package/dist/types/models/MemoryStatusView.d.ts +0 -6
  175. package/dist/types/models/Mentor.d.ts +0 -85
  176. package/dist/types/models/MentorAudience.d.ts +0 -5
  177. package/dist/types/models/MentorCategory.d.ts +0 -9
  178. package/dist/types/models/MentorCategoryCreate.d.ts +0 -11
  179. package/dist/types/models/MentorCategoryGroup.d.ts +0 -11
  180. package/dist/types/models/MentorCategoryGroupCreate.d.ts +0 -11
  181. package/dist/types/models/MentorCreate.d.ts +0 -84
  182. package/dist/types/models/MentorCustomVoice.d.ts +0 -4
  183. package/dist/types/models/MentorCustomVoiceResponse.d.ts +0 -4
  184. package/dist/types/models/MentorData.d.ts +0 -7
  185. package/dist/types/models/MentorDetailAnalytics.d.ts +0 -6
  186. package/dist/types/models/MentorEval.d.ts +0 -11
  187. package/dist/types/models/MentorEvalQuestion.d.ts +0 -5
  188. package/dist/types/models/MentorEvalQuestionRequest.d.ts +0 -4
  189. package/dist/types/models/MentorEvalReport.d.ts +0 -10
  190. package/dist/types/models/MentorEvalRequest.d.ts +0 -8
  191. package/dist/types/models/MentorFacet.d.ts +0 -17
  192. package/dist/types/models/MentorFork.d.ts +0 -5
  193. package/dist/types/models/MentorFromTemplateRequest.d.ts +0 -4
  194. package/dist/types/models/MentorFromTemplateWithSettingRequest.d.ts +0 -47
  195. package/dist/types/models/MentorMemorySettingsRequest.d.ts +0 -6
  196. package/dist/types/models/MentorMemorySettingsResponse.d.ts +0 -6
  197. package/dist/types/models/MentorMetadata.d.ts +0 -5
  198. package/dist/types/models/MentorScenario.d.ts +0 -6
  199. package/dist/types/models/MentorScenarioPrompt.d.ts +0 -5
  200. package/dist/types/models/MentorSearchResponse.d.ts +0 -35
  201. package/dist/types/models/MentorSession.d.ts +0 -4
  202. package/dist/types/models/MentorSettings.d.ts +0 -58
  203. package/dist/types/models/MentorSettingsPublic.d.ts +0 -46
  204. package/dist/types/models/MentorSettingsRequest.d.ts +0 -62
  205. package/dist/types/models/MentorVisibilityEnum.d.ts +0 -10
  206. package/dist/types/models/MentorWizard.d.ts +0 -4
  207. package/dist/types/models/MessageStatistics.d.ts +0 -5
  208. package/dist/types/models/MessageView.d.ts +0 -10
  209. package/dist/types/models/MessageViewRequest.d.ts +0 -7
  210. package/dist/types/models/MessageViewUpdatResponse.d.ts +0 -3
  211. package/dist/types/models/Metadata.d.ts +0 -5
  212. package/dist/types/models/MetricChange.d.ts +0 -4
  213. package/dist/types/models/ModelCost.d.ts +0 -4
  214. package/dist/types/models/ModerationLog.d.ts +0 -11
  215. package/dist/types/models/NoChatMessagesFound.d.ts +0 -3
  216. package/dist/types/models/NullEnum.d.ts +0 -1
  217. package/dist/types/models/PageContent.d.ts +0 -6
  218. package/dist/types/models/PaginatedAIGeneratedImageList.d.ts +0 -7
  219. package/dist/types/models/PaginatedConversationsList.d.ts +0 -7
  220. package/dist/types/models/PaginatedCourseCreationTaskFileList.d.ts +0 -7
  221. package/dist/types/models/PaginatedCourseCreationTaskList.d.ts +0 -7
  222. package/dist/types/models/PaginatedDataSetList.d.ts +0 -7
  223. package/dist/types/models/PaginatedEdxCourseList.d.ts +0 -7
  224. package/dist/types/models/PaginatedEmailPromptListList.d.ts +0 -7
  225. package/dist/types/models/PaginatedHeygenMarketingVideoListList.d.ts +0 -7
  226. package/dist/types/models/PaginatedHeygenTemplateResponseSingleList.d.ts +0 -7
  227. package/dist/types/models/PaginatedJobRunList.d.ts +0 -7
  228. package/dist/types/models/PaginatedMCPServerList.d.ts +0 -7
  229. package/dist/types/models/PaginatedMentorList.d.ts +0 -7
  230. package/dist/types/models/PaginatedModerationLogList.d.ts +0 -7
  231. package/dist/types/models/PaginatedPeriodicAgentList.d.ts +0 -7
  232. package/dist/types/models/PaginatedPeriodicAgentLogList.d.ts +0 -7
  233. package/dist/types/models/PaginatedPlayWrightScriptList.d.ts +0 -7
  234. package/dist/types/models/PaginatedSectionList.d.ts +0 -7
  235. package/dist/types/models/PaginatedSubSectionList.d.ts +0 -7
  236. package/dist/types/models/PaginatedTopicStatisticsResponse.d.ts +0 -7
  237. package/dist/types/models/PaginatedTrainingList.d.ts +0 -7
  238. package/dist/types/models/PaginatedUnitList.d.ts +0 -7
  239. package/dist/types/models/PaginatedUserEdxMemoryList.d.ts +0 -7
  240. package/dist/types/models/PaginatedVoiceList.d.ts +0 -7
  241. package/dist/types/models/PatchedBotCommand.d.ts +0 -6
  242. package/dist/types/models/PatchedBotCreate.d.ts +0 -12
  243. package/dist/types/models/PatchedConversations.d.ts +0 -28
  244. package/dist/types/models/PatchedCourseCreationTaskFile.d.ts +0 -7
  245. package/dist/types/models/PatchedCredentialRequest.d.ts +0 -14
  246. package/dist/types/models/PatchedDataSet.d.ts +0 -21
  247. package/dist/types/models/PatchedDiscordConfig.d.ts +0 -7
  248. package/dist/types/models/PatchedDiscordUserConfig.d.ts +0 -10
  249. package/dist/types/models/PatchedLLMCredentialRequest.d.ts +0 -14
  250. package/dist/types/models/PatchedMCPServer.d.ts +0 -21
  251. package/dist/types/models/PatchedMentorCategoryGroupCreate.d.ts +0 -11
  252. package/dist/types/models/PatchedMentorCreate.d.ts +0 -84
  253. package/dist/types/models/PatchedPeriodicAgentCreate.d.ts +0 -41
  254. package/dist/types/models/PatchedPlayWrightScript.d.ts +0 -12
  255. package/dist/types/models/PatchedPrompt.d.ts +0 -22
  256. package/dist/types/models/PatchedSection.d.ts +0 -9
  257. package/dist/types/models/PatchedSlackConfig.d.ts +0 -8
  258. package/dist/types/models/PatchedSlackUserConfig.d.ts +0 -17
  259. package/dist/types/models/PatchedSubSection.d.ts +0 -9
  260. package/dist/types/models/PatchedTeamsConfig.d.ts +0 -7
  261. package/dist/types/models/PatchedTrainingCreate.d.ts +0 -31
  262. package/dist/types/models/PatchedUnit.d.ts +0 -11
  263. package/dist/types/models/PatchedWebexConfig.d.ts +0 -10
  264. package/dist/types/models/PatchedWhatsappConfig.d.ts +0 -11
  265. package/dist/types/models/PatchedWhatsappUserConfig.d.ts +0 -10
  266. package/dist/types/models/PeriodicAgent.d.ts +0 -42
  267. package/dist/types/models/PeriodicAgentCreate.d.ts +0 -41
  268. package/dist/types/models/PeriodicAgentLog.d.ts +0 -11
  269. package/dist/types/models/PeriodicAgentLogStatusEnum.d.ts +0 -10
  270. package/dist/types/models/PeriodicTask.d.ts +0 -21
  271. package/dist/types/models/PieChartData.d.ts +0 -5
  272. package/dist/types/models/PieChartSegment.d.ts +0 -4
  273. package/dist/types/models/PinnedMessageCreate.d.ts +0 -9
  274. package/dist/types/models/PinnedMessageGet.d.ts +0 -7
  275. package/dist/types/models/PinnedMessageRequest.d.ts +0 -6
  276. package/dist/types/models/PlayWrightScript.d.ts +0 -12
  277. package/dist/types/models/PredictiveAnalyticsRequest.d.ts +0 -4
  278. package/dist/types/models/PredictiveAnalyticsResponse.d.ts +0 -4
  279. package/dist/types/models/PreviousAgentStatusEnum.d.ts +0 -12
  280. package/dist/types/models/Prompt.d.ts +0 -22
  281. package/dist/types/models/PromptCategory.d.ts +0 -7
  282. package/dist/types/models/PromptFacet.d.ts +0 -17
  283. package/dist/types/models/PromptSearchResponse.d.ts +0 -35
  284. package/dist/types/models/PromptVisibilityEnum.d.ts +0 -10
  285. package/dist/types/models/Provider05cEnum.d.ts +0 -14
  286. package/dist/types/models/Provider63aEnum.d.ts +0 -6
  287. package/dist/types/models/QuestionCardTag.d.ts +0 -8
  288. package/dist/types/models/QuestionRequest.d.ts +0 -15
  289. package/dist/types/models/QuestionResponse.d.ts +0 -10
  290. package/dist/types/models/RatingEnum.d.ts +0 -8
  291. package/dist/types/models/RatingRecord.d.ts +0 -4
  292. package/dist/types/models/RbacBaseRole.d.ts +0 -15
  293. package/dist/types/models/RecentlyAccessedMentor.d.ts +0 -8
  294. package/dist/types/models/RecommendCourseBlock.d.ts +0 -3
  295. package/dist/types/models/RecommendCourseResponse.d.ts +0 -3
  296. package/dist/types/models/RecommendedCoursesResponse.d.ts +0 -33
  297. package/dist/types/models/RelatedText.d.ts +0 -3
  298. package/dist/types/models/RequestDataVariable.d.ts +0 -14
  299. package/dist/types/models/ResourceScrappedData.d.ts +0 -13
  300. package/dist/types/models/ResourceScrappedDataStatusEnum.d.ts +0 -12
  301. package/dist/types/models/ResponseDataVariable.d.ts +0 -14
  302. package/dist/types/models/RetreiverTrainViewRequest.d.ts +0 -10
  303. package/dist/types/models/RetreiverTrainViewResponse.d.ts +0 -6
  304. package/dist/types/models/RetrieveTask.d.ts +0 -3
  305. package/dist/types/models/RetrieverDocumentEmbedding.d.ts +0 -17
  306. package/dist/types/models/RetrieverDocumentEmbeddingRequest.d.ts +0 -30
  307. package/dist/types/models/RetrieverRequestSearch.d.ts +0 -10
  308. package/dist/types/models/RetrieverRequestSearchDocument.d.ts +0 -10
  309. package/dist/types/models/RetrieverResponseSearch.d.ts +0 -7
  310. package/dist/types/models/ReuestDataVariableList.d.ts +0 -4
  311. package/dist/types/models/RunMentorEval.d.ts +0 -3
  312. package/dist/types/models/ScanWebhookRequest.d.ts +0 -6
  313. package/dist/types/models/ScanWebhookResponse.d.ts +0 -3
  314. package/dist/types/models/Section.d.ts +0 -9
  315. package/dist/types/models/SectionWithChildren.d.ts +0 -11
  316. package/dist/types/models/SeedMentorsView.d.ts +0 -3
  317. package/dist/types/models/SentimentSummary.d.ts +0 -4
  318. package/dist/types/models/SessionBrowserScreenshot.d.ts +0 -8
  319. package/dist/types/models/SessionDetail.d.ts +0 -6
  320. package/dist/types/models/SessionMemoryStorage.d.ts +0 -6
  321. package/dist/types/models/ShellLogs.d.ts +0 -3
  322. package/dist/types/models/SlackConfig.d.ts +0 -8
  323. package/dist/types/models/SlackUserConfig.d.ts +0 -17
  324. package/dist/types/models/SlackWebhook.d.ts +0 -6
  325. package/dist/types/models/SpacedRepetitionLearningPath.d.ts +0 -3
  326. package/dist/types/models/SpacedRepetitionQuestionStats.d.ts +0 -5
  327. package/dist/types/models/StarMentor.d.ts +0 -7
  328. package/dist/types/models/Status6eeEnum.d.ts +0 -12
  329. package/dist/types/models/Step.d.ts +0 -9
  330. package/dist/types/models/StepStatusEnum.d.ts +0 -10
  331. package/dist/types/models/StudentChatMessage.d.ts +0 -4
  332. package/dist/types/models/StylesView.d.ts +0 -4
  333. package/dist/types/models/SubSection.d.ts +0 -9
  334. package/dist/types/models/SubSectionWithChildren.d.ts +0 -11
  335. package/dist/types/models/TagsView.d.ts +0 -5
  336. package/dist/types/models/TargetSystemEnum.d.ts +0 -8
  337. package/dist/types/models/TaskView.d.ts +0 -3
  338. package/dist/types/models/TeamsConfig.d.ts +0 -7
  339. package/dist/types/models/TeamsWebhook.d.ts +0 -17
  340. package/dist/types/models/TemplateMentor.d.ts +0 -9
  341. package/dist/types/models/TenantMentorTraces.d.ts +0 -6
  342. package/dist/types/models/ThemeEnum.d.ts +0 -8
  343. package/dist/types/models/TonesView.d.ts +0 -4
  344. package/dist/types/models/ToolResponse.d.ts +0 -11
  345. package/dist/types/models/TopicModel.d.ts +0 -3
  346. package/dist/types/models/TopicRecord.d.ts +0 -4
  347. package/dist/types/models/TopicStatistics.d.ts +0 -7
  348. package/dist/types/models/TopicStatisticsResponse.d.ts +0 -6
  349. package/dist/types/models/TopicSummaryView.d.ts +0 -4
  350. package/dist/types/models/TrainChatSessionDocumentView.d.ts +0 -6
  351. package/dist/types/models/TrainChatSessionDocumentViewRequest.d.ts +0 -6
  352. package/dist/types/models/TrainDocumentViewRequest.d.ts +0 -42
  353. package/dist/types/models/TrainDocumentViewResponse.d.ts +0 -15
  354. package/dist/types/models/Training.d.ts +0 -41
  355. package/dist/types/models/TrainingCreate.d.ts +0 -31
  356. package/dist/types/models/TrainingStatusEnum.d.ts +0 -12
  357. package/dist/types/models/TransportEnum.d.ts +0 -8
  358. package/dist/types/models/TrendEntry.d.ts +0 -4
  359. package/dist/types/models/TriggerRequest.d.ts +0 -5
  360. package/dist/types/models/TriggerResponse.d.ts +0 -6
  361. package/dist/types/models/TypeC42Enum.d.ts +0 -8
  362. package/dist/types/models/Unit.d.ts +0 -11
  363. package/dist/types/models/UnitWithChildren.d.ts +0 -13
  364. package/dist/types/models/UseMainCreds.d.ts +0 -3
  365. package/dist/types/models/UserAllChatMemoryView.d.ts +0 -7
  366. package/dist/types/models/UserCatalogItemMemoryView.d.ts +0 -14
  367. package/dist/types/models/UserChatByPeriod.d.ts +0 -4
  368. package/dist/types/models/UserChatFeedback.d.ts +0 -14
  369. package/dist/types/models/UserChatFeedbackCount.d.ts +0 -4
  370. package/dist/types/models/UserChatMemoryStatusRequestView.d.ts +0 -6
  371. package/dist/types/models/UserChatMemoryStatusView.d.ts +0 -6
  372. package/dist/types/models/UserChatMemoryUpdateView.d.ts +0 -10
  373. package/dist/types/models/UserCountRecord.d.ts +0 -4
  374. package/dist/types/models/UserEdxMemory.d.ts +0 -15
  375. package/dist/types/models/UserMemoryContextRequest.d.ts +0 -13
  376. package/dist/types/models/UserMemoryContextResponse.d.ts +0 -12
  377. package/dist/types/models/UserMetric.d.ts +0 -4
  378. package/dist/types/models/UserMetricsResponse.d.ts +0 -7
  379. package/dist/types/models/UserSentimentCountView.d.ts +0 -4
  380. package/dist/types/models/UserTrendByPeriod.d.ts +0 -5
  381. package/dist/types/models/VectorResult.d.ts +0 -8
  382. package/dist/types/models/VideoCaption.d.ts +0 -3
  383. package/dist/types/models/Voice.d.ts +0 -9
  384. package/dist/types/models/VoiceProviderEnum.d.ts +0 -10
  385. package/dist/types/models/WebResource.d.ts +0 -9
  386. package/dist/types/models/WebResourceCard.d.ts +0 -7
  387. package/dist/types/models/WebResourcesQuery.d.ts +0 -3
  388. package/dist/types/models/WebexConfig.d.ts +0 -10
  389. package/dist/types/models/WebexWebhook.d.ts +0 -4
  390. package/dist/types/models/WhatAppWebHook.d.ts +0 -3
  391. package/dist/types/models/WhatsappConfig.d.ts +0 -11
  392. package/dist/types/models/WhatsappUserConfig.d.ts +0 -10
  393. package/dist/types/services/AiAccountService.d.ts +0 -294
  394. package/dist/types/services/AiAnalyticsService.d.ts +0 -2801
  395. package/dist/types/services/AiBotService.d.ts +0 -486
  396. package/dist/types/services/AiFinetuningService.d.ts +0 -162
  397. package/dist/types/services/AiIndexService.d.ts +0 -400
  398. package/dist/types/services/AiMarketingService.d.ts +0 -34
  399. package/dist/types/services/AiMediaService.d.ts +0 -118
  400. package/dist/types/services/AiMentorService.d.ts +0 -4235
  401. package/dist/types/services/AiPromptService.d.ts +0 -920
  402. package/src/models/AIGeneratedImage.ts +0 -18
  403. package/src/models/AIUserProfileMemoryRelation.ts +0 -9
  404. package/src/models/AIUserProfileRequest.ts +0 -9
  405. package/src/models/APITokenCost.ts +0 -19
  406. package/src/models/AccessEnum.ts +0 -12
  407. package/src/models/AlignMentorBubbleEnum.ts +0 -12
  408. package/src/models/AnalyticsOverview.ts +0 -12
  409. package/src/models/Answer.ts +0 -16
  410. package/src/models/AssumedKnowledge.ts +0 -9
  411. package/src/models/AssumedKnowledgeLevel.ts +0 -9
  412. package/src/models/AudioToTextRequest.ts +0 -8
  413. package/src/models/AudioToTextResponse.ts +0 -8
  414. package/src/models/Bot.ts +0 -20
  415. package/src/models/BotCommand.ts +0 -11
  416. package/src/models/BotCreate.ts +0 -17
  417. package/src/models/CallAuthenticationRequest.ts +0 -18
  418. package/src/models/CallAuthenticationResponse.ts +0 -26
  419. package/src/models/ChatHistory.ts +0 -13
  420. package/src/models/ChatHistoryFilterData.ts +0 -14
  421. package/src/models/ChatHistoryFilterUser.ts +0 -10
  422. package/src/models/ChatHistoryItem.ts +0 -10
  423. package/src/models/ChatHistorySessionId.ts +0 -8
  424. package/src/models/ChatSessionRequest.ts +0 -15
  425. package/src/models/ChatSessionResponse.ts +0 -10
  426. package/src/models/CheckDocumentTrainingStatus.ts +0 -15
  427. package/src/models/ComponentBlock.ts +0 -14
  428. package/src/models/ComponentBlockTypeEnum.ts +0 -12
  429. package/src/models/ConversationMessage.ts +0 -16
  430. package/src/models/ConversationRating.ts +0 -11
  431. package/src/models/ConversationSummary.ts +0 -10
  432. package/src/models/ConversationVolume.ts +0 -9
  433. package/src/models/Conversations.ts +0 -33
  434. package/src/models/Cost.ts +0 -8
  435. package/src/models/CostPerTenant.ts +0 -11
  436. package/src/models/CourseCreationTask.ts +0 -36
  437. package/src/models/CourseCreationTaskFile.ts +0 -12
  438. package/src/models/CourseCreationTaskStatusEnum.ts +0 -20
  439. package/src/models/CredentialRequest.ts +0 -19
  440. package/src/models/CrontabSchedule.ts +0 -27
  441. package/src/models/CustomInstructionResponse.ts +0 -18
  442. package/src/models/DataSet.ts +0 -26
  443. package/src/models/DataSetCreate.ts +0 -17
  444. package/src/models/DataSetStatusEnum.ts +0 -16
  445. package/src/models/DateRange.ts +0 -9
  446. package/src/models/DiscordConfig.ts +0 -12
  447. package/src/models/DiscordUserConfig.ts +0 -15
  448. package/src/models/DiscordWebhook.ts +0 -11
  449. package/src/models/Document.ts +0 -46
  450. package/src/models/DocumentFacet.ts +0 -22
  451. package/src/models/DocumentSearchResponse.ts +0 -40
  452. package/src/models/DocumentSettingsResponse.ts +0 -8
  453. package/src/models/EdxCourse.ts +0 -16
  454. package/src/models/ElevenlabsCustomVoice.ts +0 -9
  455. package/src/models/ElevenlabsCustomVoiceResponse.ts +0 -13
  456. package/src/models/EmailPromptDetail.ts +0 -18
  457. package/src/models/EmailPromptList.ts +0 -16
  458. package/src/models/EmailPromptSummary.ts +0 -10
  459. package/src/models/FreeUsageCount.ts +0 -8
  460. package/src/models/FullCourse.ts +0 -18
  461. package/src/models/GreetingMethodEnum.ts +0 -12
  462. package/src/models/GuidedPromptsResponse.ts +0 -8
  463. package/src/models/HeygenMarketingVideoDetail.ts +0 -13
  464. package/src/models/HeygenMarketingVideoList.ts +0 -11
  465. package/src/models/HeygenTemplateRequest.ts +0 -10
  466. package/src/models/HeygenTemplateResponseSingle.ts +0 -11
  467. package/src/models/HeygenVideoDetail.ts +0 -13
  468. package/src/models/HeygenVideoRequest.ts +0 -10
  469. package/src/models/IBLAIPlatformMeta.ts +0 -8
  470. package/src/models/IBLAIPlatformMetaRequest.ts +0 -11
  471. package/src/models/IBLAIPlatformMetaUpdateRequest.ts +0 -15
  472. package/src/models/InputQuestion.ts +0 -11
  473. package/src/models/IntegrationCredential.ts +0 -13
  474. package/src/models/IntialQuestionAnswer.ts +0 -8
  475. package/src/models/JobRun.ts +0 -16
  476. package/src/models/KindEnum.ts +0 -14
  477. package/src/models/LLMCredentialRequest.ts +0 -19
  478. package/src/models/LLMCredentialResponse.ts +0 -13
  479. package/src/models/LLMModelForTenant.ts +0 -11
  480. package/src/models/LLMQuestion.ts +0 -20
  481. package/src/models/LLMResponse.ts +0 -19
  482. package/src/models/LLMTracesListResponse.ts +0 -10
  483. package/src/models/LanguagesView.ts +0 -10
  484. package/src/models/LinkCourseRequest.ts +0 -8
  485. package/src/models/LinkCourseResponse.ts +0 -10
  486. package/src/models/MCPServer.ts +0 -26
  487. package/src/models/MemoryComponentData.ts +0 -10
  488. package/src/models/MemoryComponentMemory.ts +0 -9
  489. package/src/models/MemoryComponentMemoryDetail.ts +0 -13
  490. package/src/models/MemoryComponentResponse.ts +0 -10
  491. package/src/models/MemoryProgress.ts +0 -13
  492. package/src/models/MemoryStatusRequestView.ts +0 -11
  493. package/src/models/MemoryStatusView.ts +0 -11
  494. package/src/models/Mentor.ts +0 -90
  495. package/src/models/MentorAudience.ts +0 -10
  496. package/src/models/MentorCategory.ts +0 -14
  497. package/src/models/MentorCategoryCreate.ts +0 -16
  498. package/src/models/MentorCategoryGroup.ts +0 -16
  499. package/src/models/MentorCategoryGroupCreate.ts +0 -16
  500. package/src/models/MentorCreate.ts +0 -89
  501. package/src/models/MentorCustomVoice.ts +0 -9
  502. package/src/models/MentorCustomVoiceResponse.ts +0 -9
  503. package/src/models/MentorData.ts +0 -12
  504. package/src/models/MentorDetailAnalytics.ts +0 -11
  505. package/src/models/MentorEval.ts +0 -16
  506. package/src/models/MentorEvalQuestion.ts +0 -10
  507. package/src/models/MentorEvalQuestionRequest.ts +0 -9
  508. package/src/models/MentorEvalReport.ts +0 -15
  509. package/src/models/MentorEvalRequest.ts +0 -13
  510. package/src/models/MentorFacet.ts +0 -22
  511. package/src/models/MentorFork.ts +0 -10
  512. package/src/models/MentorFromTemplateRequest.ts +0 -9
  513. package/src/models/MentorFromTemplateWithSettingRequest.ts +0 -52
  514. package/src/models/MentorMemorySettingsRequest.ts +0 -11
  515. package/src/models/MentorMemorySettingsResponse.ts +0 -11
  516. package/src/models/MentorMetadata.ts +0 -10
  517. package/src/models/MentorScenario.ts +0 -11
  518. package/src/models/MentorScenarioPrompt.ts +0 -10
  519. package/src/models/MentorSearchResponse.ts +0 -40
  520. package/src/models/MentorSession.ts +0 -9
  521. package/src/models/MentorSettings.ts +0 -63
  522. package/src/models/MentorSettingsPublic.ts +0 -51
  523. package/src/models/MentorSettingsRequest.ts +0 -67
  524. package/src/models/MentorVisibilityEnum.ts +0 -14
  525. package/src/models/MentorWizard.ts +0 -9
  526. package/src/models/MessageStatistics.ts +0 -10
  527. package/src/models/MessageView.ts +0 -15
  528. package/src/models/MessageViewRequest.ts +0 -12
  529. package/src/models/MessageViewUpdatResponse.ts +0 -8
  530. package/src/models/Metadata.ts +0 -10
  531. package/src/models/MetricChange.ts +0 -9
  532. package/src/models/ModelCost.ts +0 -9
  533. package/src/models/ModerationLog.ts +0 -16
  534. package/src/models/NoChatMessagesFound.ts +0 -8
  535. package/src/models/NullEnum.ts +0 -7
  536. package/src/models/PageContent.ts +0 -11
  537. package/src/models/PaginatedAIGeneratedImageList.ts +0 -12
  538. package/src/models/PaginatedConversationsList.ts +0 -12
  539. package/src/models/PaginatedCourseCreationTaskFileList.ts +0 -12
  540. package/src/models/PaginatedCourseCreationTaskList.ts +0 -12
  541. package/src/models/PaginatedDataSetList.ts +0 -12
  542. package/src/models/PaginatedEdxCourseList.ts +0 -12
  543. package/src/models/PaginatedEmailPromptListList.ts +0 -12
  544. package/src/models/PaginatedHeygenMarketingVideoListList.ts +0 -12
  545. package/src/models/PaginatedHeygenTemplateResponseSingleList.ts +0 -12
  546. package/src/models/PaginatedJobRunList.ts +0 -12
  547. package/src/models/PaginatedMCPServerList.ts +0 -12
  548. package/src/models/PaginatedMentorList.ts +0 -12
  549. package/src/models/PaginatedModerationLogList.ts +0 -12
  550. package/src/models/PaginatedPeriodicAgentList.ts +0 -12
  551. package/src/models/PaginatedPeriodicAgentLogList.ts +0 -12
  552. package/src/models/PaginatedPlayWrightScriptList.ts +0 -12
  553. package/src/models/PaginatedSectionList.ts +0 -12
  554. package/src/models/PaginatedSubSectionList.ts +0 -12
  555. package/src/models/PaginatedTopicStatisticsResponse.ts +0 -12
  556. package/src/models/PaginatedTrainingList.ts +0 -12
  557. package/src/models/PaginatedUnitList.ts +0 -12
  558. package/src/models/PaginatedUserEdxMemoryList.ts +0 -12
  559. package/src/models/PaginatedVoiceList.ts +0 -12
  560. package/src/models/PatchedBotCommand.ts +0 -11
  561. package/src/models/PatchedBotCreate.ts +0 -17
  562. package/src/models/PatchedConversations.ts +0 -33
  563. package/src/models/PatchedCourseCreationTaskFile.ts +0 -12
  564. package/src/models/PatchedCredentialRequest.ts +0 -19
  565. package/src/models/PatchedDataSet.ts +0 -26
  566. package/src/models/PatchedDiscordConfig.ts +0 -12
  567. package/src/models/PatchedDiscordUserConfig.ts +0 -15
  568. package/src/models/PatchedLLMCredentialRequest.ts +0 -19
  569. package/src/models/PatchedMCPServer.ts +0 -26
  570. package/src/models/PatchedMentorCategoryGroupCreate.ts +0 -16
  571. package/src/models/PatchedMentorCreate.ts +0 -89
  572. package/src/models/PatchedPeriodicAgentCreate.ts +0 -46
  573. package/src/models/PatchedPlayWrightScript.ts +0 -17
  574. package/src/models/PatchedPrompt.ts +0 -27
  575. package/src/models/PatchedSection.ts +0 -14
  576. package/src/models/PatchedSlackConfig.ts +0 -13
  577. package/src/models/PatchedSlackUserConfig.ts +0 -22
  578. package/src/models/PatchedSubSection.ts +0 -14
  579. package/src/models/PatchedTeamsConfig.ts +0 -12
  580. package/src/models/PatchedTrainingCreate.ts +0 -36
  581. package/src/models/PatchedUnit.ts +0 -16
  582. package/src/models/PatchedWebexConfig.ts +0 -15
  583. package/src/models/PatchedWhatsappConfig.ts +0 -16
  584. package/src/models/PatchedWhatsappUserConfig.ts +0 -15
  585. package/src/models/PeriodicAgent.ts +0 -47
  586. package/src/models/PeriodicAgentCreate.ts +0 -46
  587. package/src/models/PeriodicAgentLog.ts +0 -16
  588. package/src/models/PeriodicAgentLogStatusEnum.ts +0 -14
  589. package/src/models/PeriodicTask.ts +0 -26
  590. package/src/models/PieChartData.ts +0 -10
  591. package/src/models/PieChartSegment.ts +0 -9
  592. package/src/models/PinnedMessageCreate.ts +0 -14
  593. package/src/models/PinnedMessageGet.ts +0 -12
  594. package/src/models/PinnedMessageRequest.ts +0 -11
  595. package/src/models/PlayWrightScript.ts +0 -17
  596. package/src/models/PredictiveAnalyticsRequest.ts +0 -9
  597. package/src/models/PredictiveAnalyticsResponse.ts +0 -9
  598. package/src/models/PreviousAgentStatusEnum.ts +0 -16
  599. package/src/models/Prompt.ts +0 -27
  600. package/src/models/PromptCategory.ts +0 -12
  601. package/src/models/PromptFacet.ts +0 -22
  602. package/src/models/PromptSearchResponse.ts +0 -40
  603. package/src/models/PromptVisibilityEnum.ts +0 -14
  604. package/src/models/Provider05cEnum.ts +0 -18
  605. package/src/models/Provider63aEnum.ts +0 -10
  606. package/src/models/QuestionCardTag.ts +0 -13
  607. package/src/models/QuestionRequest.ts +0 -20
  608. package/src/models/QuestionResponse.ts +0 -15
  609. package/src/models/RatingEnum.ts +0 -12
  610. package/src/models/RatingRecord.ts +0 -9
  611. package/src/models/RbacBaseRole.ts +0 -20
  612. package/src/models/RecentlyAccessedMentor.ts +0 -13
  613. package/src/models/RecommendCourseBlock.ts +0 -8
  614. package/src/models/RecommendCourseResponse.ts +0 -8
  615. package/src/models/RecommendedCoursesResponse.ts +0 -38
  616. package/src/models/RelatedText.ts +0 -8
  617. package/src/models/RequestDataVariable.ts +0 -19
  618. package/src/models/ResourceScrappedData.ts +0 -18
  619. package/src/models/ResourceScrappedDataStatusEnum.ts +0 -16
  620. package/src/models/ResponseDataVariable.ts +0 -19
  621. package/src/models/RetreiverTrainViewRequest.ts +0 -15
  622. package/src/models/RetreiverTrainViewResponse.ts +0 -11
  623. package/src/models/RetrieveTask.ts +0 -8
  624. package/src/models/RetrieverDocumentEmbedding.ts +0 -22
  625. package/src/models/RetrieverDocumentEmbeddingRequest.ts +0 -35
  626. package/src/models/RetrieverRequestSearch.ts +0 -15
  627. package/src/models/RetrieverRequestSearchDocument.ts +0 -15
  628. package/src/models/RetrieverResponseSearch.ts +0 -12
  629. package/src/models/ReuestDataVariableList.ts +0 -9
  630. package/src/models/RunMentorEval.ts +0 -8
  631. package/src/models/ScanWebhookRequest.ts +0 -11
  632. package/src/models/ScanWebhookResponse.ts +0 -8
  633. package/src/models/Section.ts +0 -14
  634. package/src/models/SectionWithChildren.ts +0 -16
  635. package/src/models/SeedMentorsView.ts +0 -8
  636. package/src/models/SentimentSummary.ts +0 -9
  637. package/src/models/SessionBrowserScreenshot.ts +0 -13
  638. package/src/models/SessionDetail.ts +0 -11
  639. package/src/models/SessionMemoryStorage.ts +0 -11
  640. package/src/models/ShellLogs.ts +0 -8
  641. package/src/models/SlackConfig.ts +0 -13
  642. package/src/models/SlackUserConfig.ts +0 -22
  643. package/src/models/SlackWebhook.ts +0 -11
  644. package/src/models/SpacedRepetitionLearningPath.ts +0 -8
  645. package/src/models/SpacedRepetitionQuestionStats.ts +0 -10
  646. package/src/models/StarMentor.ts +0 -12
  647. package/src/models/Status6eeEnum.ts +0 -16
  648. package/src/models/Step.ts +0 -14
  649. package/src/models/StepStatusEnum.ts +0 -14
  650. package/src/models/StudentChatMessage.ts +0 -9
  651. package/src/models/StylesView.ts +0 -9
  652. package/src/models/SubSection.ts +0 -14
  653. package/src/models/SubSectionWithChildren.ts +0 -16
  654. package/src/models/TagsView.ts +0 -10
  655. package/src/models/TargetSystemEnum.ts +0 -12
  656. package/src/models/TaskView.ts +0 -8
  657. package/src/models/TeamsConfig.ts +0 -12
  658. package/src/models/TeamsWebhook.ts +0 -22
  659. package/src/models/TemplateMentor.ts +0 -14
  660. package/src/models/TenantMentorTraces.ts +0 -11
  661. package/src/models/ThemeEnum.ts +0 -12
  662. package/src/models/TonesView.ts +0 -9
  663. package/src/models/ToolResponse.ts +0 -16
  664. package/src/models/TopicModel.ts +0 -8
  665. package/src/models/TopicRecord.ts +0 -9
  666. package/src/models/TopicStatistics.ts +0 -12
  667. package/src/models/TopicStatisticsResponse.ts +0 -11
  668. package/src/models/TopicSummaryView.ts +0 -9
  669. package/src/models/TrainChatSessionDocumentView.ts +0 -11
  670. package/src/models/TrainChatSessionDocumentViewRequest.ts +0 -11
  671. package/src/models/TrainDocumentViewRequest.ts +0 -47
  672. package/src/models/TrainDocumentViewResponse.ts +0 -20
  673. package/src/models/Training.ts +0 -46
  674. package/src/models/TrainingCreate.ts +0 -36
  675. package/src/models/TrainingStatusEnum.ts +0 -16
  676. package/src/models/TransportEnum.ts +0 -12
  677. package/src/models/TrendEntry.ts +0 -9
  678. package/src/models/TriggerRequest.ts +0 -10
  679. package/src/models/TriggerResponse.ts +0 -11
  680. package/src/models/TypeC42Enum.ts +0 -12
  681. package/src/models/Unit.ts +0 -16
  682. package/src/models/UnitWithChildren.ts +0 -18
  683. package/src/models/UseMainCreds.ts +0 -8
  684. package/src/models/UserAllChatMemoryView.ts +0 -12
  685. package/src/models/UserCatalogItemMemoryView.ts +0 -19
  686. package/src/models/UserChatByPeriod.ts +0 -9
  687. package/src/models/UserChatFeedback.ts +0 -19
  688. package/src/models/UserChatFeedbackCount.ts +0 -9
  689. package/src/models/UserChatMemoryStatusRequestView.ts +0 -11
  690. package/src/models/UserChatMemoryStatusView.ts +0 -11
  691. package/src/models/UserChatMemoryUpdateView.ts +0 -15
  692. package/src/models/UserCountRecord.ts +0 -9
  693. package/src/models/UserEdxMemory.ts +0 -20
  694. package/src/models/UserMemoryContextRequest.ts +0 -18
  695. package/src/models/UserMemoryContextResponse.ts +0 -17
  696. package/src/models/UserMetric.ts +0 -9
  697. package/src/models/UserMetricsResponse.ts +0 -12
  698. package/src/models/UserSentimentCountView.ts +0 -9
  699. package/src/models/UserTrendByPeriod.ts +0 -10
  700. package/src/models/VectorResult.ts +0 -13
  701. package/src/models/VideoCaption.ts +0 -8
  702. package/src/models/Voice.ts +0 -14
  703. package/src/models/VoiceProviderEnum.ts +0 -14
  704. package/src/models/WebResource.ts +0 -14
  705. package/src/models/WebResourceCard.ts +0 -12
  706. package/src/models/WebResourcesQuery.ts +0 -8
  707. package/src/models/WebexConfig.ts +0 -15
  708. package/src/models/WebexWebhook.ts +0 -9
  709. package/src/models/WhatAppWebHook.ts +0 -8
  710. package/src/models/WhatsappConfig.ts +0 -16
  711. package/src/models/WhatsappUserConfig.ts +0 -15
  712. package/src/services/AiAccountService.ts +0 -479
  713. package/src/services/AiAnalyticsService.ts +0 -5198
  714. package/src/services/AiBotService.ts +0 -1174
  715. package/src/services/AiFinetuningService.ts +0 -402
  716. package/src/services/AiIndexService.ts +0 -693
  717. package/src/services/AiMarketingService.ts +0 -87
  718. package/src/services/AiMediaService.ts +0 -273
  719. package/src/services/AiMentorService.ts +0 -7977
  720. package/src/services/AiPromptService.ts +0 -1771
@@ -1,1174 +0,0 @@
1
- /* generated using openapi-typescript-codegen -- do not edit */
2
- /* istanbul ignore file */
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- import type { Bot } from '../models/Bot';
6
- import type { BotCommand } from '../models/BotCommand';
7
- import type { BotCreate } from '../models/BotCreate';
8
- import type { DiscordConfig } from '../models/DiscordConfig';
9
- import type { DiscordUserConfig } from '../models/DiscordUserConfig';
10
- import type { DiscordWebhook } from '../models/DiscordWebhook';
11
- import type { PatchedBotCommand } from '../models/PatchedBotCommand';
12
- import type { PatchedBotCreate } from '../models/PatchedBotCreate';
13
- import type { PatchedDiscordConfig } from '../models/PatchedDiscordConfig';
14
- import type { PatchedDiscordUserConfig } from '../models/PatchedDiscordUserConfig';
15
- import type { PatchedSlackConfig } from '../models/PatchedSlackConfig';
16
- import type { PatchedSlackUserConfig } from '../models/PatchedSlackUserConfig';
17
- import type { PatchedTeamsConfig } from '../models/PatchedTeamsConfig';
18
- import type { PatchedWebexConfig } from '../models/PatchedWebexConfig';
19
- import type { PatchedWhatsappConfig } from '../models/PatchedWhatsappConfig';
20
- import type { PatchedWhatsappUserConfig } from '../models/PatchedWhatsappUserConfig';
21
- import type { SlackConfig } from '../models/SlackConfig';
22
- import type { SlackUserConfig } from '../models/SlackUserConfig';
23
- import type { SlackWebhook } from '../models/SlackWebhook';
24
- import type { TeamsConfig } from '../models/TeamsConfig';
25
- import type { TeamsWebhook } from '../models/TeamsWebhook';
26
- import type { WebexConfig } from '../models/WebexConfig';
27
- import type { WebexWebhook } from '../models/WebexWebhook';
28
- import type { WhatAppWebHook } from '../models/WhatAppWebHook';
29
- import type { WhatsappConfig } from '../models/WhatsappConfig';
30
- import type { WhatsappUserConfig } from '../models/WhatsappUserConfig';
31
- import type { CancelablePromise } from '../core/CancelablePromise';
32
- import { OpenAPI } from '../core/OpenAPI';
33
- import { request as __request } from '../core/request';
34
- export class AiBotService {
35
- /**
36
- * Create modify and update bot information for a specific tenant.
37
- * @param org
38
- * @returns Bot
39
- * @throws ApiError
40
- */
41
- public static aiBotV1BotsBotList(
42
- org: string,
43
- ): CancelablePromise<Array<Bot>> {
44
- return __request(OpenAPI, {
45
- method: 'GET',
46
- url: '/api/ai-bot/v1/bots/{org}/bot/',
47
- path: {
48
- 'org': org,
49
- },
50
- });
51
- }
52
- /**
53
- * Create modify and update bot information for a specific tenant.
54
- * @param org
55
- * @param requestBody
56
- * @returns BotCreate
57
- * @throws ApiError
58
- */
59
- public static aiBotV1BotsBotCreate(
60
- org: string,
61
- requestBody: BotCreate,
62
- ): CancelablePromise<BotCreate> {
63
- return __request(OpenAPI, {
64
- method: 'POST',
65
- url: '/api/ai-bot/v1/bots/{org}/bot/',
66
- path: {
67
- 'org': org,
68
- },
69
- body: requestBody,
70
- mediaType: 'application/json',
71
- });
72
- }
73
- /**
74
- * Create slash commands for a specific bot
75
- * eg. /iblai-baseline
76
- * @param org
77
- * @returns BotCommand
78
- * @throws ApiError
79
- */
80
- public static aiBotV1BotsBotCommandsList(
81
- org: string,
82
- ): CancelablePromise<Array<BotCommand>> {
83
- return __request(OpenAPI, {
84
- method: 'GET',
85
- url: '/api/ai-bot/v1/bots/{org}/bot-commands/',
86
- path: {
87
- 'org': org,
88
- },
89
- });
90
- }
91
- /**
92
- * Create slash commands for a specific bot
93
- * eg. /iblai-baseline
94
- * @param org
95
- * @param requestBody
96
- * @returns BotCommand
97
- * @throws ApiError
98
- */
99
- public static aiBotV1BotsBotCommandsCreate(
100
- org: string,
101
- requestBody: BotCommand,
102
- ): CancelablePromise<BotCommand> {
103
- return __request(OpenAPI, {
104
- method: 'POST',
105
- url: '/api/ai-bot/v1/bots/{org}/bot-commands/',
106
- path: {
107
- 'org': org,
108
- },
109
- body: requestBody,
110
- mediaType: 'application/json',
111
- });
112
- }
113
- /**
114
- * Create slash commands for a specific bot
115
- * eg. /iblai-baseline
116
- * @param id A unique integer value identifying this bot command.
117
- * @param org
118
- * @returns BotCommand
119
- * @throws ApiError
120
- */
121
- public static aiBotV1BotsBotCommandsRetrieve(
122
- id: number,
123
- org: string,
124
- ): CancelablePromise<BotCommand> {
125
- return __request(OpenAPI, {
126
- method: 'GET',
127
- url: '/api/ai-bot/v1/bots/{org}/bot-commands/{id}/',
128
- path: {
129
- 'id': id,
130
- 'org': org,
131
- },
132
- });
133
- }
134
- /**
135
- * Create slash commands for a specific bot
136
- * eg. /iblai-baseline
137
- * @param id A unique integer value identifying this bot command.
138
- * @param org
139
- * @param requestBody
140
- * @returns BotCommand
141
- * @throws ApiError
142
- */
143
- public static aiBotV1BotsBotCommandsUpdate(
144
- id: number,
145
- org: string,
146
- requestBody: BotCommand,
147
- ): CancelablePromise<BotCommand> {
148
- return __request(OpenAPI, {
149
- method: 'PUT',
150
- url: '/api/ai-bot/v1/bots/{org}/bot-commands/{id}/',
151
- path: {
152
- 'id': id,
153
- 'org': org,
154
- },
155
- body: requestBody,
156
- mediaType: 'application/json',
157
- });
158
- }
159
- /**
160
- * Create slash commands for a specific bot
161
- * eg. /iblai-baseline
162
- * @param id A unique integer value identifying this bot command.
163
- * @param org
164
- * @param requestBody
165
- * @returns BotCommand
166
- * @throws ApiError
167
- */
168
- public static aiBotV1BotsBotCommandsPartialUpdate(
169
- id: number,
170
- org: string,
171
- requestBody?: PatchedBotCommand,
172
- ): CancelablePromise<BotCommand> {
173
- return __request(OpenAPI, {
174
- method: 'PATCH',
175
- url: '/api/ai-bot/v1/bots/{org}/bot-commands/{id}/',
176
- path: {
177
- 'id': id,
178
- 'org': org,
179
- },
180
- body: requestBody,
181
- mediaType: 'application/json',
182
- });
183
- }
184
- /**
185
- * Create slash commands for a specific bot
186
- * eg. /iblai-baseline
187
- * @param id A unique integer value identifying this bot command.
188
- * @param org
189
- * @returns void
190
- * @throws ApiError
191
- */
192
- public static aiBotV1BotsBotCommandsDestroy(
193
- id: number,
194
- org: string,
195
- ): CancelablePromise<void> {
196
- return __request(OpenAPI, {
197
- method: 'DELETE',
198
- url: '/api/ai-bot/v1/bots/{org}/bot-commands/{id}/',
199
- path: {
200
- 'id': id,
201
- 'org': org,
202
- },
203
- });
204
- }
205
- /**
206
- * Create modify and update bot information for a specific tenant.
207
- * @param id A unique integer value identifying this bot.
208
- * @param org
209
- * @returns Bot
210
- * @throws ApiError
211
- */
212
- public static aiBotV1BotsBotRetrieve(
213
- id: number,
214
- org: string,
215
- ): CancelablePromise<Bot> {
216
- return __request(OpenAPI, {
217
- method: 'GET',
218
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/',
219
- path: {
220
- 'id': id,
221
- 'org': org,
222
- },
223
- });
224
- }
225
- /**
226
- * Create modify and update bot information for a specific tenant.
227
- * @param id A unique integer value identifying this bot.
228
- * @param org
229
- * @param requestBody
230
- * @returns BotCreate
231
- * @throws ApiError
232
- */
233
- public static aiBotV1BotsBotUpdate(
234
- id: number,
235
- org: string,
236
- requestBody: BotCreate,
237
- ): CancelablePromise<BotCreate> {
238
- return __request(OpenAPI, {
239
- method: 'PUT',
240
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/',
241
- path: {
242
- 'id': id,
243
- 'org': org,
244
- },
245
- body: requestBody,
246
- mediaType: 'application/json',
247
- });
248
- }
249
- /**
250
- * Create modify and update bot information for a specific tenant.
251
- * @param id A unique integer value identifying this bot.
252
- * @param org
253
- * @param requestBody
254
- * @returns BotCreate
255
- * @throws ApiError
256
- */
257
- public static aiBotV1BotsBotPartialUpdate(
258
- id: number,
259
- org: string,
260
- requestBody?: PatchedBotCreate,
261
- ): CancelablePromise<BotCreate> {
262
- return __request(OpenAPI, {
263
- method: 'PATCH',
264
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/',
265
- path: {
266
- 'id': id,
267
- 'org': org,
268
- },
269
- body: requestBody,
270
- mediaType: 'application/json',
271
- });
272
- }
273
- /**
274
- * Create modify and update bot information for a specific tenant.
275
- * @param id A unique integer value identifying this bot.
276
- * @param org
277
- * @returns void
278
- * @throws ApiError
279
- */
280
- public static aiBotV1BotsBotDestroy(
281
- id: number,
282
- org: string,
283
- ): CancelablePromise<void> {
284
- return __request(OpenAPI, {
285
- method: 'DELETE',
286
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/',
287
- path: {
288
- 'id': id,
289
- 'org': org,
290
- },
291
- });
292
- }
293
- /**
294
- * Create modify and update bot information for a specific tenant.
295
- * @param id A unique integer value identifying this bot.
296
- * @param org
297
- * @returns DiscordConfig
298
- * @throws ApiError
299
- */
300
- public static aiBotV1BotsBotConfigDiscordRetrieve(
301
- id: number,
302
- org: string,
303
- ): CancelablePromise<DiscordConfig> {
304
- return __request(OpenAPI, {
305
- method: 'GET',
306
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/discord/',
307
- path: {
308
- 'id': id,
309
- 'org': org,
310
- },
311
- });
312
- }
313
- /**
314
- * Create modify and update bot information for a specific tenant.
315
- * @param id A unique integer value identifying this bot.
316
- * @param org
317
- * @param requestBody
318
- * @returns DiscordConfig
319
- * @throws ApiError
320
- */
321
- public static aiBotV1BotsBotConfigDiscordPartialUpdate(
322
- id: number,
323
- org: string,
324
- requestBody?: PatchedDiscordConfig,
325
- ): CancelablePromise<DiscordConfig> {
326
- return __request(OpenAPI, {
327
- method: 'PATCH',
328
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/discord/',
329
- path: {
330
- 'id': id,
331
- 'org': org,
332
- },
333
- body: requestBody,
334
- mediaType: 'application/json',
335
- });
336
- }
337
- /**
338
- * Create modify and update bot information for a specific tenant.
339
- * @param id A unique integer value identifying this bot.
340
- * @param org
341
- * @returns SlackConfig
342
- * @throws ApiError
343
- */
344
- public static aiBotV1BotsBotConfigSlackRetrieve(
345
- id: number,
346
- org: string,
347
- ): CancelablePromise<SlackConfig> {
348
- return __request(OpenAPI, {
349
- method: 'GET',
350
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/slack/',
351
- path: {
352
- 'id': id,
353
- 'org': org,
354
- },
355
- });
356
- }
357
- /**
358
- * Create modify and update bot information for a specific tenant.
359
- * @param id A unique integer value identifying this bot.
360
- * @param org
361
- * @param requestBody
362
- * @returns SlackConfig
363
- * @throws ApiError
364
- */
365
- public static aiBotV1BotsBotConfigSlackUpdateCreate(
366
- id: number,
367
- org: string,
368
- requestBody: SlackConfig,
369
- ): CancelablePromise<SlackConfig> {
370
- return __request(OpenAPI, {
371
- method: 'POST',
372
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/slack/update/',
373
- path: {
374
- 'id': id,
375
- 'org': org,
376
- },
377
- body: requestBody,
378
- mediaType: 'application/json',
379
- });
380
- }
381
- /**
382
- * Create modify and update bot information for a specific tenant.
383
- * @param id A unique integer value identifying this bot.
384
- * @param org
385
- * @param requestBody
386
- * @returns SlackConfig
387
- * @throws ApiError
388
- */
389
- public static aiBotV1BotsBotConfigSlackUpdateUpdate(
390
- id: number,
391
- org: string,
392
- requestBody: SlackConfig,
393
- ): CancelablePromise<SlackConfig> {
394
- return __request(OpenAPI, {
395
- method: 'PUT',
396
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/slack/update/',
397
- path: {
398
- 'id': id,
399
- 'org': org,
400
- },
401
- body: requestBody,
402
- mediaType: 'application/json',
403
- });
404
- }
405
- /**
406
- * Create modify and update bot information for a specific tenant.
407
- * @param id A unique integer value identifying this bot.
408
- * @param org
409
- * @param requestBody
410
- * @returns SlackConfig
411
- * @throws ApiError
412
- */
413
- public static aiBotV1BotsBotConfigSlackUpdatePartialUpdate(
414
- id: number,
415
- org: string,
416
- requestBody?: PatchedSlackConfig,
417
- ): CancelablePromise<SlackConfig> {
418
- return __request(OpenAPI, {
419
- method: 'PATCH',
420
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/slack/update/',
421
- path: {
422
- 'id': id,
423
- 'org': org,
424
- },
425
- body: requestBody,
426
- mediaType: 'application/json',
427
- });
428
- }
429
- /**
430
- * Create modify and update bot information for a specific tenant.
431
- * @param id A unique integer value identifying this bot.
432
- * @param org
433
- * @returns TeamsConfig
434
- * @throws ApiError
435
- */
436
- public static aiBotV1BotsBotConfigTeamsRetrieve(
437
- id: number,
438
- org: string,
439
- ): CancelablePromise<TeamsConfig> {
440
- return __request(OpenAPI, {
441
- method: 'GET',
442
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/teams/',
443
- path: {
444
- 'id': id,
445
- 'org': org,
446
- },
447
- });
448
- }
449
- /**
450
- * Create modify and update bot information for a specific tenant.
451
- * @param id A unique integer value identifying this bot.
452
- * @param org
453
- * @param requestBody
454
- * @returns TeamsConfig
455
- * @throws ApiError
456
- */
457
- public static aiBotV1BotsBotConfigTeamsUpdateCreate(
458
- id: number,
459
- org: string,
460
- requestBody: TeamsConfig,
461
- ): CancelablePromise<TeamsConfig> {
462
- return __request(OpenAPI, {
463
- method: 'POST',
464
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/teams/update/',
465
- path: {
466
- 'id': id,
467
- 'org': org,
468
- },
469
- body: requestBody,
470
- mediaType: 'application/json',
471
- });
472
- }
473
- /**
474
- * Create modify and update bot information for a specific tenant.
475
- * @param id A unique integer value identifying this bot.
476
- * @param org
477
- * @param requestBody
478
- * @returns TeamsConfig
479
- * @throws ApiError
480
- */
481
- public static aiBotV1BotsBotConfigTeamsUpdateUpdate(
482
- id: number,
483
- org: string,
484
- requestBody: TeamsConfig,
485
- ): CancelablePromise<TeamsConfig> {
486
- return __request(OpenAPI, {
487
- method: 'PUT',
488
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/teams/update/',
489
- path: {
490
- 'id': id,
491
- 'org': org,
492
- },
493
- body: requestBody,
494
- mediaType: 'application/json',
495
- });
496
- }
497
- /**
498
- * Create modify and update bot information for a specific tenant.
499
- * @param id A unique integer value identifying this bot.
500
- * @param org
501
- * @param requestBody
502
- * @returns TeamsConfig
503
- * @throws ApiError
504
- */
505
- public static aiBotV1BotsBotConfigTeamsUpdatePartialUpdate(
506
- id: number,
507
- org: string,
508
- requestBody?: PatchedTeamsConfig,
509
- ): CancelablePromise<TeamsConfig> {
510
- return __request(OpenAPI, {
511
- method: 'PATCH',
512
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/teams/update/',
513
- path: {
514
- 'id': id,
515
- 'org': org,
516
- },
517
- body: requestBody,
518
- mediaType: 'application/json',
519
- });
520
- }
521
- /**
522
- * Create modify and update bot information for a specific tenant.
523
- * @param id A unique integer value identifying this bot.
524
- * @param org
525
- * @returns WebexConfig
526
- * @throws ApiError
527
- */
528
- public static aiBotV1BotsBotConfigWebexRetrieve(
529
- id: number,
530
- org: string,
531
- ): CancelablePromise<WebexConfig> {
532
- return __request(OpenAPI, {
533
- method: 'GET',
534
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/webex/',
535
- path: {
536
- 'id': id,
537
- 'org': org,
538
- },
539
- });
540
- }
541
- /**
542
- * Create modify and update bot information for a specific tenant.
543
- * @param id A unique integer value identifying this bot.
544
- * @param org
545
- * @param requestBody
546
- * @returns WebexConfig
547
- * @throws ApiError
548
- */
549
- public static aiBotV1BotsBotConfigWebexPartialUpdate(
550
- id: number,
551
- org: string,
552
- requestBody?: PatchedWebexConfig,
553
- ): CancelablePromise<WebexConfig> {
554
- return __request(OpenAPI, {
555
- method: 'PATCH',
556
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/webex/',
557
- path: {
558
- 'id': id,
559
- 'org': org,
560
- },
561
- body: requestBody,
562
- mediaType: 'application/json',
563
- });
564
- }
565
- /**
566
- * Create modify and update bot information for a specific tenant.
567
- * @param id A unique integer value identifying this bot.
568
- * @param org
569
- * @returns WhatsappConfig
570
- * @throws ApiError
571
- */
572
- public static aiBotV1BotsBotConfigWhatsappRetrieve(
573
- id: number,
574
- org: string,
575
- ): CancelablePromise<WhatsappConfig> {
576
- return __request(OpenAPI, {
577
- method: 'GET',
578
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/config/whatsapp/',
579
- path: {
580
- 'id': id,
581
- 'org': org,
582
- },
583
- });
584
- }
585
- /**
586
- * Create modify and update bot information for a specific tenant.
587
- * @param id A unique integer value identifying this bot.
588
- * @param org
589
- * @param requestBody
590
- * @returns WhatsappConfig
591
- * @throws ApiError
592
- */
593
- public static aiBotV1BotsBotWhatsappConfigUpdate(
594
- id: number,
595
- org: string,
596
- requestBody: WhatsappConfig,
597
- ): CancelablePromise<WhatsappConfig> {
598
- return __request(OpenAPI, {
599
- method: 'PUT',
600
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/whatsapp-config/',
601
- path: {
602
- 'id': id,
603
- 'org': org,
604
- },
605
- body: requestBody,
606
- mediaType: 'application/json',
607
- });
608
- }
609
- /**
610
- * Create modify and update bot information for a specific tenant.
611
- * @param id A unique integer value identifying this bot.
612
- * @param org
613
- * @param requestBody
614
- * @returns WhatsappConfig
615
- * @throws ApiError
616
- */
617
- public static aiBotV1BotsBotWhatsappConfigPartialUpdate(
618
- id: number,
619
- org: string,
620
- requestBody?: PatchedWhatsappConfig,
621
- ): CancelablePromise<WhatsappConfig> {
622
- return __request(OpenAPI, {
623
- method: 'PATCH',
624
- url: '/api/ai-bot/v1/bots/{org}/bot/{id}/whatsapp-config/',
625
- path: {
626
- 'id': id,
627
- 'org': org,
628
- },
629
- body: requestBody,
630
- mediaType: 'application/json',
631
- });
632
- }
633
- /**
634
- * Setup discord user id linkage with discord bots
635
- * this will be used to authenticate the user when interracting with discord bots.
636
- * the user id can be copied from the discord app after tapping on the user profile.
637
- * @param org
638
- * @returns DiscordUserConfig
639
- * @throws ApiError
640
- */
641
- public static aiBotV1BotsDiscordUserConfigList(
642
- org: string,
643
- ): CancelablePromise<Array<DiscordUserConfig>> {
644
- return __request(OpenAPI, {
645
- method: 'GET',
646
- url: '/api/ai-bot/v1/bots/{org}/discord-user-config/',
647
- path: {
648
- 'org': org,
649
- },
650
- });
651
- }
652
- /**
653
- * Setup discord user id linkage with discord bots
654
- * this will be used to authenticate the user when interracting with discord bots.
655
- * the user id can be copied from the discord app after tapping on the user profile.
656
- * @param org
657
- * @param requestBody
658
- * @returns DiscordUserConfig
659
- * @throws ApiError
660
- */
661
- public static aiBotV1BotsDiscordUserConfigCreate(
662
- org: string,
663
- requestBody: DiscordUserConfig,
664
- ): CancelablePromise<DiscordUserConfig> {
665
- return __request(OpenAPI, {
666
- method: 'POST',
667
- url: '/api/ai-bot/v1/bots/{org}/discord-user-config/',
668
- path: {
669
- 'org': org,
670
- },
671
- body: requestBody,
672
- mediaType: 'application/json',
673
- });
674
- }
675
- /**
676
- * Setup discord user id linkage with discord bots
677
- * this will be used to authenticate the user when interracting with discord bots.
678
- * the user id can be copied from the discord app after tapping on the user profile.
679
- * @param id A unique integer value identifying this discord user config.
680
- * @param org
681
- * @returns DiscordUserConfig
682
- * @throws ApiError
683
- */
684
- public static aiBotV1BotsDiscordUserConfigRetrieve(
685
- id: number,
686
- org: string,
687
- ): CancelablePromise<DiscordUserConfig> {
688
- return __request(OpenAPI, {
689
- method: 'GET',
690
- url: '/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/',
691
- path: {
692
- 'id': id,
693
- 'org': org,
694
- },
695
- });
696
- }
697
- /**
698
- * Setup discord user id linkage with discord bots
699
- * this will be used to authenticate the user when interracting with discord bots.
700
- * the user id can be copied from the discord app after tapping on the user profile.
701
- * @param id A unique integer value identifying this discord user config.
702
- * @param org
703
- * @param requestBody
704
- * @returns DiscordUserConfig
705
- * @throws ApiError
706
- */
707
- public static aiBotV1BotsDiscordUserConfigUpdate(
708
- id: number,
709
- org: string,
710
- requestBody: DiscordUserConfig,
711
- ): CancelablePromise<DiscordUserConfig> {
712
- return __request(OpenAPI, {
713
- method: 'PUT',
714
- url: '/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/',
715
- path: {
716
- 'id': id,
717
- 'org': org,
718
- },
719
- body: requestBody,
720
- mediaType: 'application/json',
721
- });
722
- }
723
- /**
724
- * Setup discord user id linkage with discord bots
725
- * this will be used to authenticate the user when interracting with discord bots.
726
- * the user id can be copied from the discord app after tapping on the user profile.
727
- * @param id A unique integer value identifying this discord user config.
728
- * @param org
729
- * @param requestBody
730
- * @returns DiscordUserConfig
731
- * @throws ApiError
732
- */
733
- public static aiBotV1BotsDiscordUserConfigPartialUpdate(
734
- id: number,
735
- org: string,
736
- requestBody?: PatchedDiscordUserConfig,
737
- ): CancelablePromise<DiscordUserConfig> {
738
- return __request(OpenAPI, {
739
- method: 'PATCH',
740
- url: '/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/',
741
- path: {
742
- 'id': id,
743
- 'org': org,
744
- },
745
- body: requestBody,
746
- mediaType: 'application/json',
747
- });
748
- }
749
- /**
750
- * Setup discord user id linkage with discord bots
751
- * this will be used to authenticate the user when interracting with discord bots.
752
- * the user id can be copied from the discord app after tapping on the user profile.
753
- * @param id A unique integer value identifying this discord user config.
754
- * @param org
755
- * @returns void
756
- * @throws ApiError
757
- */
758
- public static aiBotV1BotsDiscordUserConfigDestroy(
759
- id: number,
760
- org: string,
761
- ): CancelablePromise<void> {
762
- return __request(OpenAPI, {
763
- method: 'DELETE',
764
- url: '/api/ai-bot/v1/bots/{org}/discord-user-config/{id}/',
765
- path: {
766
- 'id': id,
767
- 'org': org,
768
- },
769
- });
770
- }
771
- /**
772
- * Setup slack username and domain linkage with slack bots
773
- * this will be used to authenticate the user when interracting with slack bots.
774
- * @param org
775
- * @returns SlackUserConfig
776
- * @throws ApiError
777
- */
778
- public static aiBotV1BotsSlackUserConfigList(
779
- org: string,
780
- ): CancelablePromise<Array<SlackUserConfig>> {
781
- return __request(OpenAPI, {
782
- method: 'GET',
783
- url: '/api/ai-bot/v1/bots/{org}/slack-user-config/',
784
- path: {
785
- 'org': org,
786
- },
787
- });
788
- }
789
- /**
790
- * Setup slack username and domain linkage with slack bots
791
- * this will be used to authenticate the user when interracting with slack bots.
792
- * @param org
793
- * @param requestBody
794
- * @returns SlackUserConfig
795
- * @throws ApiError
796
- */
797
- public static aiBotV1BotsSlackUserConfigCreate(
798
- org: string,
799
- requestBody: SlackUserConfig,
800
- ): CancelablePromise<SlackUserConfig> {
801
- return __request(OpenAPI, {
802
- method: 'POST',
803
- url: '/api/ai-bot/v1/bots/{org}/slack-user-config/',
804
- path: {
805
- 'org': org,
806
- },
807
- body: requestBody,
808
- mediaType: 'application/json',
809
- });
810
- }
811
- /**
812
- * Setup slack username and domain linkage with slack bots
813
- * this will be used to authenticate the user when interracting with slack bots.
814
- * @param id A unique integer value identifying this slack user config.
815
- * @param org
816
- * @returns SlackUserConfig
817
- * @throws ApiError
818
- */
819
- public static aiBotV1BotsSlackUserConfigRetrieve(
820
- id: number,
821
- org: string,
822
- ): CancelablePromise<SlackUserConfig> {
823
- return __request(OpenAPI, {
824
- method: 'GET',
825
- url: '/api/ai-bot/v1/bots/{org}/slack-user-config/{id}/',
826
- path: {
827
- 'id': id,
828
- 'org': org,
829
- },
830
- });
831
- }
832
- /**
833
- * Setup slack username and domain linkage with slack bots
834
- * this will be used to authenticate the user when interracting with slack bots.
835
- * @param id A unique integer value identifying this slack user config.
836
- * @param org
837
- * @param requestBody
838
- * @returns SlackUserConfig
839
- * @throws ApiError
840
- */
841
- public static aiBotV1BotsSlackUserConfigUpdate(
842
- id: number,
843
- org: string,
844
- requestBody: SlackUserConfig,
845
- ): CancelablePromise<SlackUserConfig> {
846
- return __request(OpenAPI, {
847
- method: 'PUT',
848
- url: '/api/ai-bot/v1/bots/{org}/slack-user-config/{id}/',
849
- path: {
850
- 'id': id,
851
- 'org': org,
852
- },
853
- body: requestBody,
854
- mediaType: 'application/json',
855
- });
856
- }
857
- /**
858
- * Setup slack username and domain linkage with slack bots
859
- * this will be used to authenticate the user when interracting with slack bots.
860
- * @param id A unique integer value identifying this slack user config.
861
- * @param org
862
- * @param requestBody
863
- * @returns SlackUserConfig
864
- * @throws ApiError
865
- */
866
- public static aiBotV1BotsSlackUserConfigPartialUpdate(
867
- id: number,
868
- org: string,
869
- requestBody?: PatchedSlackUserConfig,
870
- ): CancelablePromise<SlackUserConfig> {
871
- return __request(OpenAPI, {
872
- method: 'PATCH',
873
- url: '/api/ai-bot/v1/bots/{org}/slack-user-config/{id}/',
874
- path: {
875
- 'id': id,
876
- 'org': org,
877
- },
878
- body: requestBody,
879
- mediaType: 'application/json',
880
- });
881
- }
882
- /**
883
- * Setup slack username and domain linkage with slack bots
884
- * this will be used to authenticate the user when interracting with slack bots.
885
- * @param id A unique integer value identifying this slack user config.
886
- * @param org
887
- * @returns void
888
- * @throws ApiError
889
- */
890
- public static aiBotV1BotsSlackUserConfigDestroy(
891
- id: number,
892
- org: string,
893
- ): CancelablePromise<void> {
894
- return __request(OpenAPI, {
895
- method: 'DELETE',
896
- url: '/api/ai-bot/v1/bots/{org}/slack-user-config/{id}/',
897
- path: {
898
- 'id': id,
899
- 'org': org,
900
- },
901
- });
902
- }
903
- /**
904
- * Setup phone number linkage with whatsapp bots
905
- * This phone number will be used to authenticate and allow access to whatsapp bots.
906
- * @param org
907
- * @returns WhatsappUserConfig
908
- * @throws ApiError
909
- */
910
- public static aiBotV1BotsWhatsappUserConfigList(
911
- org: string,
912
- ): CancelablePromise<Array<WhatsappUserConfig>> {
913
- return __request(OpenAPI, {
914
- method: 'GET',
915
- url: '/api/ai-bot/v1/bots/{org}/whatsapp-user-config/',
916
- path: {
917
- 'org': org,
918
- },
919
- });
920
- }
921
- /**
922
- * Setup phone number linkage with whatsapp bots
923
- * This phone number will be used to authenticate and allow access to whatsapp bots.
924
- * @param org
925
- * @param requestBody
926
- * @returns WhatsappUserConfig
927
- * @throws ApiError
928
- */
929
- public static aiBotV1BotsWhatsappUserConfigCreate(
930
- org: string,
931
- requestBody: WhatsappUserConfig,
932
- ): CancelablePromise<WhatsappUserConfig> {
933
- return __request(OpenAPI, {
934
- method: 'POST',
935
- url: '/api/ai-bot/v1/bots/{org}/whatsapp-user-config/',
936
- path: {
937
- 'org': org,
938
- },
939
- body: requestBody,
940
- mediaType: 'application/json',
941
- });
942
- }
943
- /**
944
- * Setup phone number linkage with whatsapp bots
945
- * This phone number will be used to authenticate and allow access to whatsapp bots.
946
- * @param id A unique integer value identifying this whatsapp user config.
947
- * @param org
948
- * @returns WhatsappUserConfig
949
- * @throws ApiError
950
- */
951
- public static aiBotV1BotsWhatsappUserConfigRetrieve(
952
- id: number,
953
- org: string,
954
- ): CancelablePromise<WhatsappUserConfig> {
955
- return __request(OpenAPI, {
956
- method: 'GET',
957
- url: '/api/ai-bot/v1/bots/{org}/whatsapp-user-config/{id}/',
958
- path: {
959
- 'id': id,
960
- 'org': org,
961
- },
962
- });
963
- }
964
- /**
965
- * Setup phone number linkage with whatsapp bots
966
- * This phone number will be used to authenticate and allow access to whatsapp bots.
967
- * @param id A unique integer value identifying this whatsapp user config.
968
- * @param org
969
- * @param requestBody
970
- * @returns WhatsappUserConfig
971
- * @throws ApiError
972
- */
973
- public static aiBotV1BotsWhatsappUserConfigUpdate(
974
- id: number,
975
- org: string,
976
- requestBody: WhatsappUserConfig,
977
- ): CancelablePromise<WhatsappUserConfig> {
978
- return __request(OpenAPI, {
979
- method: 'PUT',
980
- url: '/api/ai-bot/v1/bots/{org}/whatsapp-user-config/{id}/',
981
- path: {
982
- 'id': id,
983
- 'org': org,
984
- },
985
- body: requestBody,
986
- mediaType: 'application/json',
987
- });
988
- }
989
- /**
990
- * Setup phone number linkage with whatsapp bots
991
- * This phone number will be used to authenticate and allow access to whatsapp bots.
992
- * @param id A unique integer value identifying this whatsapp user config.
993
- * @param org
994
- * @param requestBody
995
- * @returns WhatsappUserConfig
996
- * @throws ApiError
997
- */
998
- public static aiBotV1BotsWhatsappUserConfigPartialUpdate(
999
- id: number,
1000
- org: string,
1001
- requestBody?: PatchedWhatsappUserConfig,
1002
- ): CancelablePromise<WhatsappUserConfig> {
1003
- return __request(OpenAPI, {
1004
- method: 'PATCH',
1005
- url: '/api/ai-bot/v1/bots/{org}/whatsapp-user-config/{id}/',
1006
- path: {
1007
- 'id': id,
1008
- 'org': org,
1009
- },
1010
- body: requestBody,
1011
- mediaType: 'application/json',
1012
- });
1013
- }
1014
- /**
1015
- * Setup phone number linkage with whatsapp bots
1016
- * This phone number will be used to authenticate and allow access to whatsapp bots.
1017
- * @param id A unique integer value identifying this whatsapp user config.
1018
- * @param org
1019
- * @returns void
1020
- * @throws ApiError
1021
- */
1022
- public static aiBotV1BotsWhatsappUserConfigDestroy(
1023
- id: number,
1024
- org: string,
1025
- ): CancelablePromise<void> {
1026
- return __request(OpenAPI, {
1027
- method: 'DELETE',
1028
- url: '/api/ai-bot/v1/bots/{org}/whatsapp-user-config/{id}/',
1029
- path: {
1030
- 'id': id,
1031
- 'org': org,
1032
- },
1033
- });
1034
- }
1035
- /**
1036
- * Webhook endpoint to receive and process discord messages.
1037
- * @param name
1038
- * @param org
1039
- * @param requestBody
1040
- * @returns DiscordWebhook
1041
- * @throws ApiError
1042
- */
1043
- public static aiBotV1BotsWebhooksDiscordCreate(
1044
- name: string,
1045
- org: string,
1046
- requestBody: DiscordWebhook,
1047
- ): CancelablePromise<DiscordWebhook> {
1048
- return __request(OpenAPI, {
1049
- method: 'POST',
1050
- url: '/api/ai-bot/v1/bots/webhooks/{org}/discord/{name}/',
1051
- path: {
1052
- 'name': name,
1053
- 'org': org,
1054
- },
1055
- body: requestBody,
1056
- mediaType: 'application/json',
1057
- });
1058
- }
1059
- /**
1060
- * @param name
1061
- * @param org
1062
- * @param requestBody
1063
- * @returns SlackWebhook
1064
- * @throws ApiError
1065
- */
1066
- public static aiBotV1BotsWebhooksSlackCreate(
1067
- name: string,
1068
- org: string,
1069
- requestBody: SlackWebhook,
1070
- ): CancelablePromise<SlackWebhook> {
1071
- return __request(OpenAPI, {
1072
- method: 'POST',
1073
- url: '/api/ai-bot/v1/bots/webhooks/{org}/slack/{name}/',
1074
- path: {
1075
- 'name': name,
1076
- 'org': org,
1077
- },
1078
- body: requestBody,
1079
- mediaType: 'application/json',
1080
- });
1081
- }
1082
- /**
1083
- * @param name
1084
- * @param org
1085
- * @param requestBody
1086
- * @returns TeamsWebhook
1087
- * @throws ApiError
1088
- */
1089
- public static aiBotV1BotsWebhooksTeamsCreate(
1090
- name: string,
1091
- org: string,
1092
- requestBody?: TeamsWebhook,
1093
- ): CancelablePromise<TeamsWebhook> {
1094
- return __request(OpenAPI, {
1095
- method: 'POST',
1096
- url: '/api/ai-bot/v1/bots/webhooks/{org}/teams/{name}/',
1097
- path: {
1098
- 'name': name,
1099
- 'org': org,
1100
- },
1101
- body: requestBody,
1102
- mediaType: 'application/json',
1103
- });
1104
- }
1105
- /**
1106
- * Webhook endpoint to receive and process discord messages.
1107
- * @param name
1108
- * @param org
1109
- * @param requestBody
1110
- * @returns WebexWebhook
1111
- * @throws ApiError
1112
- */
1113
- public static aiBotV1BotsWebhooksWebexCreate(
1114
- name: string,
1115
- org: string,
1116
- requestBody: WebexWebhook,
1117
- ): CancelablePromise<WebexWebhook> {
1118
- return __request(OpenAPI, {
1119
- method: 'POST',
1120
- url: '/api/ai-bot/v1/bots/webhooks/{org}/webex/{name}/',
1121
- path: {
1122
- 'name': name,
1123
- 'org': org,
1124
- },
1125
- body: requestBody,
1126
- mediaType: 'application/json',
1127
- });
1128
- }
1129
- /**
1130
- * Respond to whatsapp's webhook challenge.
1131
- * Parameters Required include the tenant key (org) and the name of the bot: (name)
1132
- * @param name
1133
- * @param org
1134
- * @returns WhatAppWebHook
1135
- * @throws ApiError
1136
- */
1137
- public static aiBotV1BotsWebhooksWhatsappRetrieve(
1138
- name: string,
1139
- org: string,
1140
- ): CancelablePromise<WhatAppWebHook> {
1141
- return __request(OpenAPI, {
1142
- method: 'GET',
1143
- url: '/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/',
1144
- path: {
1145
- 'name': name,
1146
- 'org': org,
1147
- },
1148
- });
1149
- }
1150
- /**
1151
- * Accept and process webhook events from whatsapp.
1152
- * @param name
1153
- * @param org
1154
- * @param requestBody
1155
- * @returns WhatAppWebHook
1156
- * @throws ApiError
1157
- */
1158
- public static aiBotV1BotsWebhooksWhatsappCreate(
1159
- name: string,
1160
- org: string,
1161
- requestBody: WhatAppWebHook,
1162
- ): CancelablePromise<WhatAppWebHook> {
1163
- return __request(OpenAPI, {
1164
- method: 'POST',
1165
- url: '/api/ai-bot/v1/bots/webhooks/{org}/whatsapp/{name}/',
1166
- path: {
1167
- 'name': name,
1168
- 'org': org,
1169
- },
1170
- body: requestBody,
1171
- mediaType: 'application/json',
1172
- });
1173
- }
1174
- }