@iblai/iblai-api 3.58.0-core → 3.59.0-ai-plus
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.
- package/dist/index.cjs.js +28763 -11942
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +28751 -11924
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +28763 -11942
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +335 -28
- package/dist/types/models/AIGeneratedImage.d.ts +13 -0
- package/dist/types/models/AIUserProfileMemoryRelation.d.ts +4 -0
- package/dist/types/models/AIUserProfileRequest.d.ts +4 -0
- package/dist/types/models/APITokenCost.d.ts +14 -0
- package/dist/types/models/AccessEnum.d.ts +8 -0
- package/dist/types/models/AlignMentorBubbleEnum.d.ts +8 -0
- package/dist/types/models/AnalyticsOverview.d.ts +7 -0
- package/dist/types/models/Answer.d.ts +11 -0
- package/dist/types/models/AssumedKnowledge.d.ts +4 -0
- package/dist/types/models/AssumedKnowledgeLevel.d.ts +4 -0
- package/dist/types/models/AudioToTextRequest.d.ts +3 -0
- package/dist/types/models/AudioToTextResponse.d.ts +3 -0
- package/dist/types/models/Bot.d.ts +15 -0
- package/dist/types/models/BotCommand.d.ts +6 -0
- package/dist/types/models/BotCreate.d.ts +12 -0
- package/dist/types/models/CallAuthenticationRequest.d.ts +13 -0
- package/dist/types/models/CallAuthenticationResponse.d.ts +21 -0
- package/dist/types/models/CallConfiguration.d.ts +26 -0
- package/dist/types/models/CallConfigurationModeEnum.d.ts +8 -0
- package/dist/types/models/ChatHistory.d.ts +8 -0
- package/dist/types/models/ChatHistoryFilterData.d.ts +9 -0
- package/dist/types/models/ChatHistoryFilterUser.d.ts +5 -0
- package/dist/types/models/ChatHistoryItem.d.ts +5 -0
- package/dist/types/models/ChatHistorySessionId.d.ts +3 -0
- package/dist/types/models/ChatSessionRequest.d.ts +10 -0
- package/dist/types/models/ChatSessionResponse.d.ts +5 -0
- package/dist/types/models/CheckDocumentTrainingStatus.d.ts +10 -0
- package/dist/types/models/ComponentBlock.d.ts +9 -0
- package/dist/types/models/ComponentBlockTypeEnum.d.ts +8 -0
- package/dist/types/models/ConversationMessage.d.ts +11 -0
- package/dist/types/models/ConversationRating.d.ts +6 -0
- package/dist/types/models/ConversationSummary.d.ts +5 -0
- package/dist/types/models/ConversationVolume.d.ts +4 -0
- package/dist/types/models/Conversations.d.ts +28 -0
- package/dist/types/models/Cost.d.ts +3 -0
- package/dist/types/models/CostPerTenant.d.ts +6 -0
- package/dist/types/models/CourseCreationTask.d.ts +31 -0
- package/dist/types/models/CourseCreationTaskFile.d.ts +7 -0
- package/dist/types/models/CourseCreationTaskStatusEnum.d.ts +16 -0
- package/dist/types/models/CredentialRequest.d.ts +14 -0
- package/dist/types/models/CrontabSchedule.d.ts +22 -0
- package/dist/types/models/CustomInstructionResponse.d.ts +13 -0
- package/dist/types/models/DataSet.d.ts +21 -0
- package/dist/types/models/DataSetCreate.d.ts +12 -0
- package/dist/types/models/DataSetStatusEnum.d.ts +12 -0
- package/dist/types/models/DateRange.d.ts +4 -0
- package/dist/types/models/DiscordConfig.d.ts +7 -0
- package/dist/types/models/DiscordUserConfig.d.ts +10 -0
- package/dist/types/models/DiscordWebhook.d.ts +6 -0
- package/dist/types/models/Document.d.ts +41 -0
- package/dist/types/models/DocumentFacet.d.ts +17 -0
- package/dist/types/models/DocumentSearchResponse.d.ts +35 -0
- package/dist/types/models/DocumentSettingsResponse.d.ts +3 -0
- package/dist/types/models/EdxCourse.d.ts +11 -0
- package/dist/types/models/ElevenlabsCustomVoice.d.ts +4 -0
- package/dist/types/models/ElevenlabsCustomVoiceResponse.d.ts +8 -0
- package/dist/types/models/EmailPromptDetail.d.ts +13 -0
- package/dist/types/models/EmailPromptList.d.ts +11 -0
- package/dist/types/models/EmailPromptSummary.d.ts +5 -0
- package/dist/types/models/FreeUsageCount.d.ts +3 -0
- package/dist/types/models/FullCourse.d.ts +13 -0
- package/dist/types/models/GreetingMethodEnum.d.ts +8 -0
- package/dist/types/models/GuidedPromptsResponse.d.ts +3 -0
- package/dist/types/models/HeygenMarketingVideoDetail.d.ts +8 -0
- package/dist/types/models/HeygenMarketingVideoList.d.ts +6 -0
- package/dist/types/models/HeygenTemplateRequest.d.ts +5 -0
- package/dist/types/models/HeygenTemplateResponseSingle.d.ts +6 -0
- package/dist/types/models/HeygenVideoDetail.d.ts +8 -0
- package/dist/types/models/HeygenVideoRequest.d.ts +5 -0
- package/dist/types/models/IBLAIPlatformMeta.d.ts +3 -0
- package/dist/types/models/IBLAIPlatformMetaRequest.d.ts +6 -0
- package/dist/types/models/IBLAIPlatformMetaUpdateRequest.d.ts +10 -0
- package/dist/types/models/InputQuestion.d.ts +6 -0
- package/dist/types/models/IntegrationCredential.d.ts +8 -0
- package/dist/types/models/IntialQuestionAnswer.d.ts +3 -0
- package/dist/types/models/JobRun.d.ts +11 -0
- package/dist/types/models/KindEnum.d.ts +10 -0
- package/dist/types/models/LLMCredentialRequest.d.ts +14 -0
- package/dist/types/models/LLMCredentialResponse.d.ts +8 -0
- package/dist/types/models/LLMModelForTenant.d.ts +6 -0
- package/dist/types/models/LLMQuestion.d.ts +15 -0
- package/dist/types/models/LLMResponse.d.ts +14 -0
- package/dist/types/models/LLMTracesListResponse.d.ts +5 -0
- package/dist/types/models/LanguagesView.d.ts +5 -0
- package/dist/types/models/LinkCourseRequest.d.ts +3 -0
- package/dist/types/models/LinkCourseResponse.d.ts +5 -0
- package/dist/types/models/LlmProviderEnum.d.ts +8 -0
- package/dist/types/models/MCPServer.d.ts +21 -0
- package/dist/types/models/MemoryComponentData.d.ts +5 -0
- package/dist/types/models/MemoryComponentMemory.d.ts +4 -0
- package/dist/types/models/MemoryComponentMemoryDetail.d.ts +8 -0
- package/dist/types/models/MemoryComponentResponse.d.ts +5 -0
- package/dist/types/models/MemoryProgress.d.ts +8 -0
- package/dist/types/models/MemoryStatusRequestView.d.ts +6 -0
- package/dist/types/models/MemoryStatusView.d.ts +6 -0
- package/dist/types/models/Mentor.d.ts +87 -0
- package/dist/types/models/MentorAudience.d.ts +5 -0
- package/dist/types/models/MentorCategory.d.ts +9 -0
- package/dist/types/models/MentorCategoryCreate.d.ts +11 -0
- package/dist/types/models/MentorCategoryGroup.d.ts +11 -0
- package/dist/types/models/MentorCategoryGroupCreate.d.ts +11 -0
- package/dist/types/models/MentorCreate.d.ts +84 -0
- package/dist/types/models/MentorCustomVoice.d.ts +4 -0
- package/dist/types/models/MentorCustomVoiceResponse.d.ts +4 -0
- package/dist/types/models/MentorData.d.ts +7 -0
- package/dist/types/models/MentorDetailAnalytics.d.ts +6 -0
- package/dist/types/models/MentorEval.d.ts +11 -0
- package/dist/types/models/MentorEvalQuestion.d.ts +5 -0
- package/dist/types/models/MentorEvalQuestionRequest.d.ts +4 -0
- package/dist/types/models/MentorEvalReport.d.ts +10 -0
- package/dist/types/models/MentorEvalRequest.d.ts +8 -0
- package/dist/types/models/MentorFacet.d.ts +17 -0
- package/dist/types/models/MentorFork.d.ts +5 -0
- package/dist/types/models/MentorFromTemplateRequest.d.ts +4 -0
- package/dist/types/models/MentorFromTemplateWithSettingRequest.d.ts +47 -0
- package/dist/types/models/MentorMemorySettingsRequest.d.ts +6 -0
- package/dist/types/models/MentorMemorySettingsResponse.d.ts +6 -0
- package/dist/types/models/MentorMetadata.d.ts +5 -0
- package/dist/types/models/MentorScenario.d.ts +6 -0
- package/dist/types/models/MentorScenarioPrompt.d.ts +5 -0
- package/dist/types/models/MentorSearchResponse.d.ts +35 -0
- package/dist/types/models/MentorSession.d.ts +4 -0
- package/dist/types/models/MentorSettings.d.ts +60 -0
- package/dist/types/models/MentorSettingsPublic.d.ts +46 -0
- package/dist/types/models/MentorSettingsRequest.d.ts +62 -0
- package/dist/types/models/MentorVisibilityEnum.d.ts +10 -0
- package/dist/types/models/MentorWizard.d.ts +4 -0
- package/dist/types/models/MessageStatistics.d.ts +5 -0
- package/dist/types/models/MessageView.d.ts +10 -0
- package/dist/types/models/MessageViewRequest.d.ts +7 -0
- package/dist/types/models/MessageViewUpdatResponse.d.ts +3 -0
- package/dist/types/models/Metadata.d.ts +5 -0
- package/dist/types/models/MetricChange.d.ts +4 -0
- package/dist/types/models/ModelCost.d.ts +4 -0
- package/dist/types/models/ModerationLog.d.ts +11 -0
- package/dist/types/models/NoChatMessagesFound.d.ts +3 -0
- package/dist/types/models/NotificationSource.d.ts +2 -2
- package/dist/types/models/{TypeEnum.d.ts → NotificationSourceTypeEnum.d.ts} +1 -1
- package/dist/types/models/NullEnum.d.ts +1 -0
- package/dist/types/models/Observation.d.ts +31 -0
- package/dist/types/models/PageContent.d.ts +6 -0
- package/dist/types/models/PaginatedAIGeneratedImageList.d.ts +7 -0
- package/dist/types/models/PaginatedConversationsList.d.ts +7 -0
- package/dist/types/models/PaginatedCourseCreationTaskFileList.d.ts +7 -0
- package/dist/types/models/PaginatedCourseCreationTaskList.d.ts +7 -0
- package/dist/types/models/PaginatedDataSetList.d.ts +7 -0
- package/dist/types/models/PaginatedEdxCourseList.d.ts +7 -0
- package/dist/types/models/PaginatedEmailPromptListList.d.ts +7 -0
- package/dist/types/models/PaginatedHeygenMarketingVideoListList.d.ts +7 -0
- package/dist/types/models/PaginatedHeygenTemplateResponseSingleList.d.ts +7 -0
- package/dist/types/models/PaginatedJobRunList.d.ts +7 -0
- package/dist/types/models/PaginatedMCPServerList.d.ts +7 -0
- package/dist/types/models/PaginatedMentorList.d.ts +7 -0
- package/dist/types/models/PaginatedModerationLogList.d.ts +7 -0
- package/dist/types/models/PaginatedObservationList.d.ts +7 -0
- package/dist/types/models/PaginatedPeriodicAgentList.d.ts +7 -0
- package/dist/types/models/PaginatedPeriodicAgentLogList.d.ts +7 -0
- package/dist/types/models/PaginatedPlayWrightScriptList.d.ts +7 -0
- package/dist/types/models/PaginatedRetrieverDocumentEmbeddingList.d.ts +7 -0
- package/dist/types/models/PaginatedSectionList.d.ts +7 -0
- package/dist/types/models/PaginatedSubSectionList.d.ts +7 -0
- package/dist/types/models/PaginatedTopicStatisticsResponse.d.ts +7 -0
- package/dist/types/models/PaginatedTraceList.d.ts +7 -0
- package/dist/types/models/PaginatedTrainingList.d.ts +7 -0
- package/dist/types/models/PaginatedUnitList.d.ts +7 -0
- package/dist/types/models/PaginatedUserEdxMemoryList.d.ts +7 -0
- package/dist/types/models/PaginatedVoiceList.d.ts +7 -0
- package/dist/types/models/PatchedBotCommand.d.ts +6 -0
- package/dist/types/models/PatchedBotCreate.d.ts +12 -0
- package/dist/types/models/PatchedCallConfiguration.d.ts +26 -0
- package/dist/types/models/PatchedConversations.d.ts +28 -0
- package/dist/types/models/PatchedCourseCreationTaskFile.d.ts +7 -0
- package/dist/types/models/PatchedCredentialRequest.d.ts +14 -0
- package/dist/types/models/PatchedDataSet.d.ts +21 -0
- package/dist/types/models/PatchedDiscordConfig.d.ts +7 -0
- package/dist/types/models/PatchedDiscordUserConfig.d.ts +10 -0
- package/dist/types/models/PatchedLLMCredentialRequest.d.ts +14 -0
- package/dist/types/models/PatchedMCPServer.d.ts +21 -0
- package/dist/types/models/PatchedMentorCategoryGroupCreate.d.ts +11 -0
- package/dist/types/models/PatchedMentorCreate.d.ts +84 -0
- package/dist/types/models/PatchedPeriodicAgentCreate.d.ts +41 -0
- package/dist/types/models/PatchedPlayWrightScript.d.ts +12 -0
- package/dist/types/models/PatchedPrompt.d.ts +22 -0
- package/dist/types/models/PatchedSection.d.ts +9 -0
- package/dist/types/models/PatchedSlackConfig.d.ts +8 -0
- package/dist/types/models/PatchedSlackUserConfig.d.ts +17 -0
- package/dist/types/models/PatchedSubSection.d.ts +9 -0
- package/dist/types/models/PatchedTeamsConfig.d.ts +7 -0
- package/dist/types/models/PatchedTrainingCreate.d.ts +31 -0
- package/dist/types/models/PatchedUnit.d.ts +11 -0
- package/dist/types/models/PatchedWebexConfig.d.ts +10 -0
- package/dist/types/models/PatchedWhatsappConfig.d.ts +11 -0
- package/dist/types/models/PatchedWhatsappUserConfig.d.ts +10 -0
- package/dist/types/models/PeriodicAgent.d.ts +42 -0
- package/dist/types/models/PeriodicAgentCreate.d.ts +41 -0
- package/dist/types/models/PeriodicAgentLog.d.ts +11 -0
- package/dist/types/models/PeriodicAgentLogStatusEnum.d.ts +10 -0
- package/dist/types/models/PeriodicTask.d.ts +21 -0
- package/dist/types/models/PieChartData.d.ts +5 -0
- package/dist/types/models/PieChartSegment.d.ts +4 -0
- package/dist/types/models/PinnedMessageCreate.d.ts +9 -0
- package/dist/types/models/PinnedMessageGet.d.ts +7 -0
- package/dist/types/models/PinnedMessageRequest.d.ts +6 -0
- package/dist/types/models/PlayWrightScript.d.ts +12 -0
- package/dist/types/models/PredictiveAnalyticsRequest.d.ts +4 -0
- package/dist/types/models/PredictiveAnalyticsResponse.d.ts +4 -0
- package/dist/types/models/PreviousAgentStatusEnum.d.ts +12 -0
- package/dist/types/models/Prompt.d.ts +22 -0
- package/dist/types/models/PromptCategory.d.ts +7 -0
- package/dist/types/models/PromptFacet.d.ts +17 -0
- package/dist/types/models/PromptSearchResponse.d.ts +35 -0
- package/dist/types/models/PromptVisibilityEnum.d.ts +10 -0
- package/dist/types/models/Provider05cEnum.d.ts +14 -0
- package/dist/types/models/Provider637Enum.d.ts +10 -0
- package/dist/types/models/Provider63aEnum.d.ts +6 -0
- package/dist/types/models/QuestionCardTag.d.ts +8 -0
- package/dist/types/models/QuestionRequest.d.ts +15 -0
- package/dist/types/models/QuestionResponse.d.ts +10 -0
- package/dist/types/models/RatingEnum.d.ts +8 -0
- package/dist/types/models/RatingRecord.d.ts +4 -0
- package/dist/types/models/RecentlyAccessedMentor.d.ts +8 -0
- package/dist/types/models/RecommendCourseBlock.d.ts +3 -0
- package/dist/types/models/RecommendCourseResponse.d.ts +3 -0
- package/dist/types/models/RecommendedCoursesResponse.d.ts +33 -0
- package/dist/types/models/RelatedText.d.ts +3 -0
- package/dist/types/models/RequestDataVariable.d.ts +14 -0
- package/dist/types/models/ResourceScrappedData.d.ts +13 -0
- package/dist/types/models/ResourceScrappedDataStatusEnum.d.ts +12 -0
- package/dist/types/models/ResponseDataVariable.d.ts +14 -0
- package/dist/types/models/RetreiverTrainViewRequest.d.ts +10 -0
- package/dist/types/models/RetreiverTrainViewResponse.d.ts +6 -0
- package/dist/types/models/RetrieveTask.d.ts +3 -0
- package/dist/types/models/RetrieverDocumentEmbedding.d.ts +27 -0
- package/dist/types/models/RetrieverDocumentEmbeddingRequest.d.ts +58 -0
- package/dist/types/models/RetrieverRequestSearch.d.ts +10 -0
- package/dist/types/models/RetrieverRequestSearchDocument.d.ts +10 -0
- package/dist/types/models/RetrieverResponseSearch.d.ts +7 -0
- package/dist/types/models/ReuestDataVariableList.d.ts +4 -0
- package/dist/types/models/RunMentorEval.d.ts +3 -0
- package/dist/types/models/ScanWebhookRequest.d.ts +6 -0
- package/dist/types/models/ScanWebhookResponse.d.ts +3 -0
- package/dist/types/models/Section.d.ts +9 -0
- package/dist/types/models/SectionWithChildren.d.ts +11 -0
- package/dist/types/models/SeedMentorsView.d.ts +3 -0
- package/dist/types/models/SentimentSummary.d.ts +4 -0
- package/dist/types/models/SessionBrowserScreenshot.d.ts +8 -0
- package/dist/types/models/SessionDetail.d.ts +6 -0
- package/dist/types/models/SessionMemoryStorage.d.ts +6 -0
- package/dist/types/models/ShellLogs.d.ts +3 -0
- package/dist/types/models/SlackConfig.d.ts +8 -0
- package/dist/types/models/SlackUserConfig.d.ts +17 -0
- package/dist/types/models/SlackWebhook.d.ts +6 -0
- package/dist/types/models/SpacedRepetitionLearningPath.d.ts +3 -0
- package/dist/types/models/SpacedRepetitionQuestionStats.d.ts +5 -0
- package/dist/types/models/StarMentor.d.ts +7 -0
- package/dist/types/models/Status6eeEnum.d.ts +12 -0
- package/dist/types/models/Step.d.ts +9 -0
- package/dist/types/models/StepStatusEnum.d.ts +10 -0
- package/dist/types/models/StripeCheckoutSessionRequest.d.ts +2 -2
- package/dist/types/models/{ModeEnum.d.ts → StripeCheckoutSessionRequestModeEnum.d.ts} +1 -1
- package/dist/types/models/SttProviderEnum.d.ts +12 -0
- package/dist/types/models/StudentChatMessage.d.ts +4 -0
- package/dist/types/models/StylesView.d.ts +4 -0
- package/dist/types/models/SubSection.d.ts +9 -0
- package/dist/types/models/SubSectionWithChildren.d.ts +11 -0
- package/dist/types/models/TagsView.d.ts +5 -0
- package/dist/types/models/TargetSystemEnum.d.ts +8 -0
- package/dist/types/models/TaskView.d.ts +3 -0
- package/dist/types/models/TeamsConfig.d.ts +7 -0
- package/dist/types/models/TeamsWebhook.d.ts +17 -0
- package/dist/types/models/TemplateMentor.d.ts +9 -0
- package/dist/types/models/TenantMentorTraces.d.ts +6 -0
- package/dist/types/models/ThemeEnum.d.ts +8 -0
- package/dist/types/models/TonesView.d.ts +4 -0
- package/dist/types/models/ToolResponse.d.ts +11 -0
- package/dist/types/models/TopicModel.d.ts +3 -0
- package/dist/types/models/TopicRecord.d.ts +4 -0
- package/dist/types/models/TopicStatistics.d.ts +7 -0
- package/dist/types/models/TopicStatisticsResponse.d.ts +6 -0
- package/dist/types/models/TopicSummaryView.d.ts +4 -0
- package/dist/types/models/Trace.d.ts +17 -0
- package/dist/types/models/TrainChatSessionDocumentView.d.ts +6 -0
- package/dist/types/models/TrainChatSessionDocumentViewRequest.d.ts +6 -0
- package/dist/types/models/TrainDocumentViewRequest.d.ts +62 -0
- package/dist/types/models/TrainDocumentViewResponse.d.ts +15 -0
- package/dist/types/models/Training.d.ts +41 -0
- package/dist/types/models/TrainingCreate.d.ts +31 -0
- package/dist/types/models/TrainingStatusEnum.d.ts +12 -0
- package/dist/types/models/TransportEnum.d.ts +8 -0
- package/dist/types/models/TrendEntry.d.ts +4 -0
- package/dist/types/models/TriggerRequest.d.ts +5 -0
- package/dist/types/models/TriggerResponse.d.ts +6 -0
- package/dist/types/models/TtsProviderEnum.d.ts +10 -0
- package/dist/types/models/TypeC42Enum.d.ts +8 -0
- package/dist/types/models/Unit.d.ts +11 -0
- package/dist/types/models/UnitWithChildren.d.ts +13 -0
- package/dist/types/models/UseMainCreds.d.ts +3 -0
- package/dist/types/models/UserAllChatMemoryView.d.ts +7 -0
- package/dist/types/models/UserCatalogItemMemoryView.d.ts +14 -0
- package/dist/types/models/UserChatByPeriod.d.ts +4 -0
- package/dist/types/models/UserChatFeedback.d.ts +14 -0
- package/dist/types/models/UserChatFeedbackCount.d.ts +4 -0
- package/dist/types/models/UserChatMemoryStatusRequestView.d.ts +6 -0
- package/dist/types/models/UserChatMemoryStatusView.d.ts +6 -0
- package/dist/types/models/UserChatMemoryUpdateView.d.ts +10 -0
- package/dist/types/models/UserCountRecord.d.ts +4 -0
- package/dist/types/models/UserEdxMemory.d.ts +15 -0
- package/dist/types/models/UserMemoryContextRequest.d.ts +13 -0
- package/dist/types/models/UserMemoryContextResponse.d.ts +12 -0
- package/dist/types/models/UserMetric.d.ts +4 -0
- package/dist/types/models/UserMetricsResponse.d.ts +7 -0
- package/dist/types/models/UserSentimentCountView.d.ts +4 -0
- package/dist/types/models/UserTrendByPeriod.d.ts +5 -0
- package/dist/types/models/VectorResult.d.ts +8 -0
- package/dist/types/models/VideoCaption.d.ts +3 -0
- package/dist/types/models/Voice.d.ts +9 -0
- package/dist/types/models/WebResource.d.ts +9 -0
- package/dist/types/models/WebResourceCard.d.ts +7 -0
- package/dist/types/models/WebResourcesQuery.d.ts +3 -0
- package/dist/types/models/WebexConfig.d.ts +10 -0
- package/dist/types/models/WebexWebhook.d.ts +4 -0
- package/dist/types/models/WhatAppWebHook.d.ts +3 -0
- package/dist/types/models/WhatsappConfig.d.ts +11 -0
- package/dist/types/models/WhatsappUserConfig.d.ts +10 -0
- package/dist/types/services/AiAccountService.d.ts +319 -0
- package/dist/types/services/AiAnalyticsService.d.ts +7034 -0
- package/dist/types/services/AiBotService.d.ts +642 -0
- package/dist/types/services/AiFinetuningService.d.ts +232 -0
- package/dist/types/services/AiIndexService.d.ts +408 -0
- package/dist/types/services/AiMarketingService.d.ts +38 -0
- package/dist/types/services/AiMediaService.d.ts +122 -0
- package/dist/types/services/AiMentorService.d.ts +4937 -0
- package/dist/types/services/AiPromptService.d.ts +1034 -0
- package/dist/types/services/{ServiceService.d.ts → CommerceService.d.ts} +187 -1
- package/dist/types/services/CoreService.d.ts +215 -0
- package/dist/types/services/{MediaResourcesService.d.ts → MediaService.d.ts} +1 -1
- package/dist/types/services/{NotificationService.d.ts → NotificationsService.d.ts} +70 -1
- package/dist/types/services/{OrgsService.d.ts → ScimService.d.ts} +1 -1
- package/dist/types/services/SearchService.d.ts +718 -0
- package/package.json +1 -1
- package/src/core/OpenAPI.ts +1 -1
- package/src/index.ts +335 -28
- package/src/models/AIGeneratedImage.ts +18 -0
- package/src/models/AIUserProfileMemoryRelation.ts +9 -0
- package/src/models/AIUserProfileRequest.ts +9 -0
- package/src/models/APITokenCost.ts +19 -0
- package/src/models/AccessEnum.ts +12 -0
- package/src/models/AlignMentorBubbleEnum.ts +12 -0
- package/src/models/AnalyticsOverview.ts +12 -0
- package/src/models/Answer.ts +16 -0
- package/src/models/AssumedKnowledge.ts +9 -0
- package/src/models/AssumedKnowledgeLevel.ts +9 -0
- package/src/models/AudioToTextRequest.ts +8 -0
- package/src/models/AudioToTextResponse.ts +8 -0
- package/src/models/Bot.ts +20 -0
- package/src/models/BotCommand.ts +11 -0
- package/src/models/BotCreate.ts +17 -0
- package/src/models/CallAuthenticationRequest.ts +18 -0
- package/src/models/CallAuthenticationResponse.ts +26 -0
- package/src/models/CallConfiguration.ts +31 -0
- package/src/models/CallConfigurationModeEnum.ts +12 -0
- package/src/models/ChatHistory.ts +13 -0
- package/src/models/ChatHistoryFilterData.ts +14 -0
- package/src/models/ChatHistoryFilterUser.ts +10 -0
- package/src/models/ChatHistoryItem.ts +10 -0
- package/src/models/ChatHistorySessionId.ts +8 -0
- package/src/models/ChatSessionRequest.ts +15 -0
- package/src/models/ChatSessionResponse.ts +10 -0
- package/src/models/CheckDocumentTrainingStatus.ts +15 -0
- package/src/models/ComponentBlock.ts +14 -0
- package/src/models/ComponentBlockTypeEnum.ts +12 -0
- package/src/models/ConversationMessage.ts +16 -0
- package/src/models/ConversationRating.ts +11 -0
- package/src/models/ConversationSummary.ts +10 -0
- package/src/models/ConversationVolume.ts +9 -0
- package/src/models/Conversations.ts +33 -0
- package/src/models/Cost.ts +8 -0
- package/src/models/CostPerTenant.ts +11 -0
- package/src/models/CourseCreationTask.ts +36 -0
- package/src/models/CourseCreationTaskFile.ts +12 -0
- package/src/models/CourseCreationTaskStatusEnum.ts +20 -0
- package/src/models/CredentialRequest.ts +19 -0
- package/src/models/CrontabSchedule.ts +27 -0
- package/src/models/CustomInstructionResponse.ts +18 -0
- package/src/models/DataSet.ts +26 -0
- package/src/models/DataSetCreate.ts +17 -0
- package/src/models/DataSetStatusEnum.ts +16 -0
- package/src/models/DateRange.ts +9 -0
- package/src/models/DiscordConfig.ts +12 -0
- package/src/models/DiscordUserConfig.ts +15 -0
- package/src/models/DiscordWebhook.ts +11 -0
- package/src/models/Document.ts +46 -0
- package/src/models/DocumentFacet.ts +22 -0
- package/src/models/DocumentSearchResponse.ts +40 -0
- package/src/models/DocumentSettingsResponse.ts +8 -0
- package/src/models/EdxCourse.ts +16 -0
- package/src/models/ElevenlabsCustomVoice.ts +9 -0
- package/src/models/ElevenlabsCustomVoiceResponse.ts +13 -0
- package/src/models/EmailPromptDetail.ts +18 -0
- package/src/models/EmailPromptList.ts +16 -0
- package/src/models/EmailPromptSummary.ts +10 -0
- package/src/models/FreeUsageCount.ts +8 -0
- package/src/models/FullCourse.ts +18 -0
- package/src/models/GreetingMethodEnum.ts +12 -0
- package/src/models/GuidedPromptsResponse.ts +8 -0
- package/src/models/HeygenMarketingVideoDetail.ts +13 -0
- package/src/models/HeygenMarketingVideoList.ts +11 -0
- package/src/models/HeygenTemplateRequest.ts +10 -0
- package/src/models/HeygenTemplateResponseSingle.ts +11 -0
- package/src/models/HeygenVideoDetail.ts +13 -0
- package/src/models/HeygenVideoRequest.ts +10 -0
- package/src/models/IBLAIPlatformMeta.ts +8 -0
- package/src/models/IBLAIPlatformMetaRequest.ts +11 -0
- package/src/models/IBLAIPlatformMetaUpdateRequest.ts +15 -0
- package/src/models/InputQuestion.ts +11 -0
- package/src/models/IntegrationCredential.ts +13 -0
- package/src/models/IntialQuestionAnswer.ts +8 -0
- package/src/models/JobRun.ts +16 -0
- package/src/models/KindEnum.ts +14 -0
- package/src/models/LLMCredentialRequest.ts +19 -0
- package/src/models/LLMCredentialResponse.ts +13 -0
- package/src/models/LLMModelForTenant.ts +11 -0
- package/src/models/LLMQuestion.ts +20 -0
- package/src/models/LLMResponse.ts +19 -0
- package/src/models/LLMTracesListResponse.ts +10 -0
- package/src/models/LanguagesView.ts +10 -0
- package/src/models/LinkCourseRequest.ts +8 -0
- package/src/models/LinkCourseResponse.ts +10 -0
- package/src/models/LlmProviderEnum.ts +12 -0
- package/src/models/MCPServer.ts +26 -0
- package/src/models/MemoryComponentData.ts +10 -0
- package/src/models/MemoryComponentMemory.ts +9 -0
- package/src/models/MemoryComponentMemoryDetail.ts +13 -0
- package/src/models/MemoryComponentResponse.ts +10 -0
- package/src/models/MemoryProgress.ts +13 -0
- package/src/models/MemoryStatusRequestView.ts +11 -0
- package/src/models/MemoryStatusView.ts +11 -0
- package/src/models/Mentor.ts +92 -0
- package/src/models/MentorAudience.ts +10 -0
- package/src/models/MentorCategory.ts +14 -0
- package/src/models/MentorCategoryCreate.ts +16 -0
- package/src/models/MentorCategoryGroup.ts +16 -0
- package/src/models/MentorCategoryGroupCreate.ts +16 -0
- package/src/models/MentorCreate.ts +89 -0
- package/src/models/MentorCustomVoice.ts +9 -0
- package/src/models/MentorCustomVoiceResponse.ts +9 -0
- package/src/models/MentorData.ts +12 -0
- package/src/models/MentorDetailAnalytics.ts +11 -0
- package/src/models/MentorEval.ts +16 -0
- package/src/models/MentorEvalQuestion.ts +10 -0
- package/src/models/MentorEvalQuestionRequest.ts +9 -0
- package/src/models/MentorEvalReport.ts +15 -0
- package/src/models/MentorEvalRequest.ts +13 -0
- package/src/models/MentorFacet.ts +22 -0
- package/src/models/MentorFork.ts +10 -0
- package/src/models/MentorFromTemplateRequest.ts +9 -0
- package/src/models/MentorFromTemplateWithSettingRequest.ts +52 -0
- package/src/models/MentorMemorySettingsRequest.ts +11 -0
- package/src/models/MentorMemorySettingsResponse.ts +11 -0
- package/src/models/MentorMetadata.ts +10 -0
- package/src/models/MentorScenario.ts +11 -0
- package/src/models/MentorScenarioPrompt.ts +10 -0
- package/src/models/MentorSearchResponse.ts +40 -0
- package/src/models/MentorSession.ts +9 -0
- package/src/models/MentorSettings.ts +65 -0
- package/src/models/MentorSettingsPublic.ts +51 -0
- package/src/models/MentorSettingsRequest.ts +67 -0
- package/src/models/MentorVisibilityEnum.ts +14 -0
- package/src/models/MentorWizard.ts +9 -0
- package/src/models/MessageStatistics.ts +10 -0
- package/src/models/MessageView.ts +15 -0
- package/src/models/MessageViewRequest.ts +12 -0
- package/src/models/MessageViewUpdatResponse.ts +8 -0
- package/src/models/Metadata.ts +10 -0
- package/src/models/{FloatOverTime.ts → MetricChange.ts} +2 -8
- package/src/models/ModelCost.ts +9 -0
- package/src/models/ModerationLog.ts +16 -0
- package/src/models/NoChatMessagesFound.ts +8 -0
- package/src/models/NotificationSource.ts +2 -2
- package/src/models/{TypeEnum.ts → NotificationSourceTypeEnum.ts} +1 -1
- package/src/models/NullEnum.ts +7 -0
- package/src/models/Observation.ts +36 -0
- package/src/models/PageContent.ts +11 -0
- package/src/models/PaginatedAIGeneratedImageList.ts +12 -0
- package/src/models/PaginatedConversationsList.ts +12 -0
- package/src/models/PaginatedCourseCreationTaskFileList.ts +12 -0
- package/src/models/PaginatedCourseCreationTaskList.ts +12 -0
- package/src/models/PaginatedDataSetList.ts +12 -0
- package/src/models/PaginatedEdxCourseList.ts +12 -0
- package/src/models/PaginatedEmailPromptListList.ts +12 -0
- package/src/models/PaginatedHeygenMarketingVideoListList.ts +12 -0
- package/src/models/PaginatedHeygenTemplateResponseSingleList.ts +12 -0
- package/src/models/PaginatedJobRunList.ts +12 -0
- package/src/models/PaginatedMCPServerList.ts +12 -0
- package/src/models/PaginatedMentorList.ts +12 -0
- package/src/models/PaginatedModerationLogList.ts +12 -0
- package/src/models/PaginatedObservationList.ts +12 -0
- package/src/models/PaginatedPeriodicAgentList.ts +12 -0
- package/src/models/PaginatedPeriodicAgentLogList.ts +12 -0
- package/src/models/PaginatedPlayWrightScriptList.ts +12 -0
- package/src/models/PaginatedRetrieverDocumentEmbeddingList.ts +12 -0
- package/src/models/PaginatedSectionList.ts +12 -0
- package/src/models/PaginatedSubSectionList.ts +12 -0
- package/src/models/PaginatedTopicStatisticsResponse.ts +12 -0
- package/src/models/PaginatedTraceList.ts +12 -0
- package/src/models/PaginatedTrainingList.ts +12 -0
- package/src/models/PaginatedUnitList.ts +12 -0
- package/src/models/PaginatedUserEdxMemoryList.ts +12 -0
- package/src/models/PaginatedVoiceList.ts +12 -0
- package/src/models/PatchedBotCommand.ts +11 -0
- package/src/models/PatchedBotCreate.ts +17 -0
- package/src/models/PatchedCallConfiguration.ts +31 -0
- package/src/models/PatchedConversations.ts +33 -0
- package/src/models/PatchedCourseCreationTaskFile.ts +12 -0
- package/src/models/PatchedCredentialRequest.ts +19 -0
- package/src/models/PatchedDataSet.ts +26 -0
- package/src/models/PatchedDiscordConfig.ts +12 -0
- package/src/models/PatchedDiscordUserConfig.ts +15 -0
- package/src/models/PatchedLLMCredentialRequest.ts +19 -0
- package/src/models/PatchedMCPServer.ts +26 -0
- package/src/models/PatchedMentorCategoryGroupCreate.ts +16 -0
- package/src/models/PatchedMentorCreate.ts +89 -0
- package/src/models/PatchedPeriodicAgentCreate.ts +46 -0
- package/src/models/PatchedPlayWrightScript.ts +17 -0
- package/src/models/PatchedPrompt.ts +27 -0
- package/src/models/PatchedSection.ts +14 -0
- package/src/models/PatchedSlackConfig.ts +13 -0
- package/src/models/PatchedSlackUserConfig.ts +22 -0
- package/src/models/PatchedSubSection.ts +14 -0
- package/src/models/PatchedTeamsConfig.ts +12 -0
- package/src/models/PatchedTrainingCreate.ts +36 -0
- package/src/models/PatchedUnit.ts +16 -0
- package/src/models/PatchedWebexConfig.ts +15 -0
- package/src/models/PatchedWhatsappConfig.ts +16 -0
- package/src/models/PatchedWhatsappUserConfig.ts +15 -0
- package/src/models/PeriodicAgent.ts +47 -0
- package/src/models/PeriodicAgentCreate.ts +46 -0
- package/src/models/PeriodicAgentLog.ts +16 -0
- package/src/models/PeriodicAgentLogStatusEnum.ts +14 -0
- package/src/models/PeriodicTask.ts +26 -0
- package/src/models/PieChartData.ts +10 -0
- package/src/models/PieChartSegment.ts +9 -0
- package/src/models/PinnedMessageCreate.ts +14 -0
- package/src/models/PinnedMessageGet.ts +12 -0
- package/src/models/PinnedMessageRequest.ts +11 -0
- package/src/models/PlayWrightScript.ts +17 -0
- package/src/models/PredictiveAnalyticsRequest.ts +9 -0
- package/src/models/PredictiveAnalyticsResponse.ts +9 -0
- package/src/models/PreviousAgentStatusEnum.ts +16 -0
- package/src/models/Prompt.ts +27 -0
- package/src/models/PromptCategory.ts +12 -0
- package/src/models/PromptFacet.ts +22 -0
- package/src/models/PromptSearchResponse.ts +40 -0
- package/src/models/PromptVisibilityEnum.ts +14 -0
- package/src/models/Provider05cEnum.ts +18 -0
- package/src/models/Provider637Enum.ts +14 -0
- package/src/models/Provider63aEnum.ts +10 -0
- package/src/models/QuestionCardTag.ts +13 -0
- package/src/models/QuestionRequest.ts +20 -0
- package/src/models/QuestionResponse.ts +15 -0
- package/src/models/RatingEnum.ts +12 -0
- package/src/models/RatingRecord.ts +9 -0
- package/src/models/RecentlyAccessedMentor.ts +13 -0
- package/src/models/RecommendCourseBlock.ts +8 -0
- package/src/models/RecommendCourseResponse.ts +8 -0
- package/src/models/RecommendedCoursesResponse.ts +38 -0
- package/src/models/RelatedText.ts +8 -0
- package/src/models/RequestDataVariable.ts +19 -0
- package/src/models/ResourceScrappedData.ts +18 -0
- package/src/models/ResourceScrappedDataStatusEnum.ts +16 -0
- package/src/models/ResponseDataVariable.ts +19 -0
- package/src/models/RetreiverTrainViewRequest.ts +15 -0
- package/src/models/RetreiverTrainViewResponse.ts +11 -0
- package/src/models/RetrieveTask.ts +8 -0
- package/src/models/RetrieverDocumentEmbedding.ts +32 -0
- package/src/models/RetrieverDocumentEmbeddingRequest.ts +63 -0
- package/src/models/RetrieverRequestSearch.ts +15 -0
- package/src/models/RetrieverRequestSearchDocument.ts +15 -0
- package/src/models/RetrieverResponseSearch.ts +12 -0
- package/src/models/ReuestDataVariableList.ts +9 -0
- package/src/models/RunMentorEval.ts +8 -0
- package/src/models/ScanWebhookRequest.ts +11 -0
- package/src/models/ScanWebhookResponse.ts +8 -0
- package/src/models/Section.ts +14 -0
- package/src/models/SectionWithChildren.ts +16 -0
- package/src/models/SeedMentorsView.ts +8 -0
- package/src/models/SentimentSummary.ts +9 -0
- package/src/models/SessionBrowserScreenshot.ts +13 -0
- package/src/models/SessionDetail.ts +11 -0
- package/src/models/SessionMemoryStorage.ts +11 -0
- package/src/models/ShellLogs.ts +8 -0
- package/src/models/SlackConfig.ts +13 -0
- package/src/models/SlackUserConfig.ts +22 -0
- package/src/models/SlackWebhook.ts +11 -0
- package/src/models/SpacedRepetitionLearningPath.ts +8 -0
- package/src/models/SpacedRepetitionQuestionStats.ts +10 -0
- package/src/models/StarMentor.ts +12 -0
- package/src/models/Status6eeEnum.ts +16 -0
- package/src/models/Step.ts +14 -0
- package/src/models/StepStatusEnum.ts +14 -0
- package/src/models/StripeCheckoutSessionRequest.ts +2 -2
- package/src/models/{ModeEnum.ts → StripeCheckoutSessionRequestModeEnum.ts} +1 -1
- package/src/models/SttProviderEnum.ts +16 -0
- package/src/models/StudentChatMessage.ts +9 -0
- package/src/models/StylesView.ts +9 -0
- package/src/models/SubSection.ts +14 -0
- package/src/models/SubSectionWithChildren.ts +16 -0
- package/src/models/TagsView.ts +10 -0
- package/src/models/TargetSystemEnum.ts +12 -0
- package/src/models/TaskView.ts +8 -0
- package/src/models/TeamsConfig.ts +12 -0
- package/src/models/TeamsWebhook.ts +22 -0
- package/src/models/TemplateMentor.ts +14 -0
- package/src/models/TenantMentorTraces.ts +11 -0
- package/src/models/ThemeEnum.ts +12 -0
- package/src/models/TonesView.ts +9 -0
- package/src/models/ToolResponse.ts +16 -0
- package/src/models/TopicModel.ts +8 -0
- package/src/models/TopicRecord.ts +9 -0
- package/src/models/TopicStatistics.ts +12 -0
- package/src/models/TopicStatisticsResponse.ts +11 -0
- package/src/models/TopicSummaryView.ts +9 -0
- package/src/models/Trace.ts +22 -0
- package/src/models/TrainChatSessionDocumentView.ts +11 -0
- package/src/models/TrainChatSessionDocumentViewRequest.ts +11 -0
- package/src/models/TrainDocumentViewRequest.ts +67 -0
- package/src/models/TrainDocumentViewResponse.ts +20 -0
- package/src/models/Training.ts +46 -0
- package/src/models/TrainingCreate.ts +36 -0
- package/src/models/TrainingStatusEnum.ts +16 -0
- package/src/models/TransportEnum.ts +12 -0
- package/src/models/TrendEntry.ts +9 -0
- package/src/models/TriggerRequest.ts +10 -0
- package/src/models/TriggerResponse.ts +11 -0
- package/src/models/TtsProviderEnum.ts +14 -0
- package/src/models/TypeC42Enum.ts +12 -0
- package/src/models/Unit.ts +16 -0
- package/src/models/UnitWithChildren.ts +18 -0
- package/src/models/UseMainCreds.ts +8 -0
- package/src/models/UserAllChatMemoryView.ts +12 -0
- package/src/models/UserCatalogItemMemoryView.ts +19 -0
- package/src/models/UserChatByPeriod.ts +9 -0
- package/src/models/UserChatFeedback.ts +19 -0
- package/src/models/UserChatFeedbackCount.ts +9 -0
- package/src/models/UserChatMemoryStatusRequestView.ts +11 -0
- package/src/models/UserChatMemoryStatusView.ts +11 -0
- package/src/models/UserChatMemoryUpdateView.ts +15 -0
- package/src/models/UserCountRecord.ts +9 -0
- package/src/models/UserEdxMemory.ts +20 -0
- package/src/models/UserMemoryContextRequest.ts +18 -0
- package/src/models/UserMemoryContextResponse.ts +17 -0
- package/src/models/UserMetric.ts +9 -0
- package/src/models/UserMetricsResponse.ts +12 -0
- package/src/models/UserSentimentCountView.ts +9 -0
- package/src/models/UserTrendByPeriod.ts +10 -0
- package/src/models/VectorResult.ts +13 -0
- package/src/models/VideoCaption.ts +8 -0
- package/src/models/Voice.ts +14 -0
- package/src/models/WebResource.ts +14 -0
- package/src/models/WebResourceCard.ts +12 -0
- package/src/models/WebResourcesQuery.ts +8 -0
- package/src/models/WebexConfig.ts +15 -0
- package/src/models/WebexWebhook.ts +9 -0
- package/src/models/WhatAppWebHook.ts +8 -0
- package/src/models/WhatsappConfig.ts +16 -0
- package/src/models/WhatsappUserConfig.ts +15 -0
- package/src/services/AiAccountService.ts +505 -0
- package/src/services/AiAnalyticsService.ts +11651 -0
- package/src/services/AiBotService.ts +1330 -0
- package/src/services/AiFinetuningService.ts +472 -0
- package/src/services/AiIndexService.ts +719 -0
- package/src/services/AiMarketingService.ts +96 -0
- package/src/services/AiMediaService.ts +289 -0
- package/src/services/AiMentorService.ts +9108 -0
- package/src/services/AiPromptService.ts +1980 -0
- package/src/services/{ServiceService.ts → CommerceService.ts} +339 -1
- package/src/services/CoreService.ts +311 -0
- package/src/services/{MediaResourcesService.ts → MediaService.ts} +1 -1
- package/src/services/{NotificationService.ts → NotificationsService.ts} +139 -1
- package/src/services/{OrgsService.ts → ScimService.ts} +1 -1
- package/src/services/SearchService.ts +1428 -398
- package/dist/types/models/FloatOverTime.d.ts +0 -10
- package/dist/types/models/NetRevenueOverTime.d.ts +0 -8
- package/dist/types/models/Order.d.ts +0 -22
- package/dist/types/models/Product.d.ts +0 -22
- package/dist/types/models/ProductTable.d.ts +0 -26
- package/dist/types/models/RevenueByProduct.d.ts +0 -6
- package/dist/types/models/Summary.d.ts +0 -18
- package/dist/types/services/AnalyticsService.d.ts +0 -83
- package/dist/types/services/AudienceService.d.ts +0 -544
- package/dist/types/services/DepartmentsService.d.ts +0 -80
- package/dist/types/services/EngagementService.d.ts +0 -747
- package/dist/types/services/FinanceService.d.ts +0 -81
- package/dist/types/services/NotificationBuilderService.d.ts +0 -72
- package/dist/types/services/OverviewService.d.ts +0 -283
- package/dist/types/services/PerformanceService.d.ts +0 -259
- package/dist/types/services/PerlearnerService.d.ts +0 -715
- package/dist/types/services/PlatformService.d.ts +0 -496
- package/dist/types/services/ProviderAssociationService.d.ts +0 -17
- package/dist/types/services/ProvidersService.d.ts +0 -164
- package/dist/types/services/ProvisionService.d.ts +0 -15
- package/dist/types/services/RolesService.d.ts +0 -59
- package/dist/types/services/UserGroupsService.d.ts +0 -86
- package/src/models/NetRevenueOverTime.ts +0 -13
- package/src/models/Order.ts +0 -27
- package/src/models/Product.ts +0 -27
- package/src/models/ProductTable.ts +0 -31
- package/src/models/RevenueByProduct.ts +0 -11
- package/src/models/Summary.ts +0 -23
- package/src/services/AnalyticsService.ts +0 -132
- package/src/services/AudienceService.ts +0 -798
- package/src/services/DepartmentsService.ts +0 -122
- package/src/services/EngagementService.ts +0 -1199
- package/src/services/FinanceService.ts +0 -165
- package/src/services/NotificationBuilderService.ts +0 -147
- package/src/services/OverviewService.ts +0 -423
- package/src/services/PerformanceService.ts +0 -405
- package/src/services/PerlearnerService.ts +0 -1321
- package/src/services/PlatformService.ts +0 -884
- package/src/services/ProviderAssociationService.ts +0 -33
- package/src/services/ProvidersService.ts +0 -302
- package/src/services/ProvisionService.ts +0 -31
- package/src/services/RolesService.ts +0 -89
- package/src/services/UserGroupsService.ts +0 -128
|
@@ -1,715 +0,0 @@
|
|
|
1
|
-
import type { ActivityAPI } from '../models/ActivityAPI';
|
|
2
|
-
import type { Average } from '../models/Average';
|
|
3
|
-
import type { DetailedGradeView } from '../models/DetailedGradeView';
|
|
4
|
-
import type { LearnerInformationAPI } from '../models/LearnerInformationAPI';
|
|
5
|
-
import type { NewPerLearnerList } from '../models/NewPerLearnerList';
|
|
6
|
-
import type { OverTimeWithTotal } from '../models/OverTimeWithTotal';
|
|
7
|
-
import type { PerLearnerCourseVideosWatched } from '../models/PerLearnerCourseVideosWatched';
|
|
8
|
-
import type { PerlearnerEngagementVideosWatchedPerCourse } from '../models/PerlearnerEngagementVideosWatchedPerCourse';
|
|
9
|
-
import type { PerlearnerGradeSummary } from '../models/PerlearnerGradeSummary';
|
|
10
|
-
import type { PerlearnerGradeWithCutOff } from '../models/PerlearnerGradeWithCutOff';
|
|
11
|
-
import type { PerlearnerGradingPerCourseAPI } from '../models/PerlearnerGradingPerCourseAPI';
|
|
12
|
-
import type { PerLearnerLastAccess } from '../models/PerLearnerLastAccess';
|
|
13
|
-
import type { PerlearnerUserList } from '../models/PerlearnerUserList';
|
|
14
|
-
import type { Value } from '../models/Value';
|
|
15
|
-
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
16
|
-
export declare class PerlearnerService {
|
|
17
|
-
/**
|
|
18
|
-
* Enhanced API endpoint for listing learners with comprehensive filtering.
|
|
19
|
-
*
|
|
20
|
-
* This endpoint provides a paginated list of learners with detailed metrics
|
|
21
|
-
* and supports advanced filtering options. It uses DM token authentication
|
|
22
|
-
* and respects department-based access controls.
|
|
23
|
-
*
|
|
24
|
-
* Query Parameters:
|
|
25
|
-
* page (int): Page number for pagination
|
|
26
|
-
* length (int): Number of items per page
|
|
27
|
-
* search (str): Filter by username, email, or full name
|
|
28
|
-
* program (str): Filter by program
|
|
29
|
-
* location (str): Filter by location
|
|
30
|
-
* is_enrolled (bool): Filter for users with enrollments
|
|
31
|
-
* platform (str): Filter by platform
|
|
32
|
-
* start_date (date): Filter by join date (start range)
|
|
33
|
-
* end_date (date): Filter by join date (end range)
|
|
34
|
-
*
|
|
35
|
-
* Returns:
|
|
36
|
-
* A paginated list of learners with comprehensive metrics including:
|
|
37
|
-
* - Course enrollments and completions
|
|
38
|
-
* - Time spent on platform
|
|
39
|
-
* - Pathway progress
|
|
40
|
-
* - Certificate and skill information
|
|
41
|
-
* - Location data
|
|
42
|
-
*
|
|
43
|
-
* Access Control:
|
|
44
|
-
* - Platform admins can see all learners
|
|
45
|
-
* - Department admins can only see learners in their departments
|
|
46
|
-
* @returns NewPerLearnerList
|
|
47
|
-
* @throws ApiError
|
|
48
|
-
*/
|
|
49
|
-
static perlearnerOrgsLearnersRetrieve({ org, departmentId, endDate, format, includeMainPlatform, isEnrolled, length, location, page, platform, program, search, startDate, }: {
|
|
50
|
-
org: string;
|
|
51
|
-
/**
|
|
52
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
53
|
-
*/
|
|
54
|
-
departmentId?: number;
|
|
55
|
-
/**
|
|
56
|
-
* Learner date_joined end date. ISO 8601
|
|
57
|
-
*/
|
|
58
|
-
endDate?: string;
|
|
59
|
-
/**
|
|
60
|
-
* Format
|
|
61
|
-
*
|
|
62
|
-
* * `json` - json
|
|
63
|
-
*/
|
|
64
|
-
format?: 'json';
|
|
65
|
-
/**
|
|
66
|
-
* Include main platform data
|
|
67
|
-
*/
|
|
68
|
-
includeMainPlatform?: boolean;
|
|
69
|
-
/**
|
|
70
|
-
* Filter for users who have at least an enrollment
|
|
71
|
-
*/
|
|
72
|
-
isEnrolled?: boolean | null;
|
|
73
|
-
/**
|
|
74
|
-
* Size of data to return
|
|
75
|
-
*/
|
|
76
|
-
length?: number;
|
|
77
|
-
/**
|
|
78
|
-
* Location search string
|
|
79
|
-
*/
|
|
80
|
-
location?: string;
|
|
81
|
-
/**
|
|
82
|
-
* Page offset
|
|
83
|
-
*/
|
|
84
|
-
page?: number;
|
|
85
|
-
/**
|
|
86
|
-
* Platform search string
|
|
87
|
-
*/
|
|
88
|
-
platform?: string;
|
|
89
|
-
/**
|
|
90
|
-
* Program search string
|
|
91
|
-
*/
|
|
92
|
-
program?: string;
|
|
93
|
-
/**
|
|
94
|
-
* Search string for learner. email, username or full name
|
|
95
|
-
*/
|
|
96
|
-
search?: string;
|
|
97
|
-
/**
|
|
98
|
-
* Learner date_joined start date. ISO 8601
|
|
99
|
-
*/
|
|
100
|
-
startDate?: string;
|
|
101
|
-
}): CancelablePromise<NewPerLearnerList>;
|
|
102
|
-
/**
|
|
103
|
-
* List all learners on the platform with aggregated metrics.
|
|
104
|
-
*
|
|
105
|
-
* This endpoint returns a paginated list of all learners with key metrics including:
|
|
106
|
-
* - Enrollment counts
|
|
107
|
-
* - Completion counts
|
|
108
|
-
* - Time spent on platform
|
|
109
|
-
*
|
|
110
|
-
* Query Parameters:
|
|
111
|
-
* page (int): Page number for pagination
|
|
112
|
-
* length (int): Number of items per page
|
|
113
|
-
* search (str): Filter learners by username, email, or name
|
|
114
|
-
*
|
|
115
|
-
* Returns:
|
|
116
|
-
* A paginated list of learners with their associated metrics.
|
|
117
|
-
* @returns PerlearnerUserList
|
|
118
|
-
* @throws ApiError
|
|
119
|
-
*/
|
|
120
|
-
static perlearnerOrgsUsersRetrieve({ org, departmentId, format, includeMainPlatform, length, page, search, }: {
|
|
121
|
-
org: string;
|
|
122
|
-
/**
|
|
123
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
124
|
-
*/
|
|
125
|
-
departmentId?: number;
|
|
126
|
-
/**
|
|
127
|
-
* Format
|
|
128
|
-
*
|
|
129
|
-
* * `json` - json
|
|
130
|
-
*/
|
|
131
|
-
format?: 'json';
|
|
132
|
-
/**
|
|
133
|
-
* Include main platform data
|
|
134
|
-
*/
|
|
135
|
-
includeMainPlatform?: boolean;
|
|
136
|
-
/**
|
|
137
|
-
* Size of data to return
|
|
138
|
-
*/
|
|
139
|
-
length?: number;
|
|
140
|
-
/**
|
|
141
|
-
* Page offset
|
|
142
|
-
*/
|
|
143
|
-
page?: number;
|
|
144
|
-
/**
|
|
145
|
-
* Search string for learner
|
|
146
|
-
*/
|
|
147
|
-
search?: string;
|
|
148
|
-
}): CancelablePromise<PerlearnerUserList>;
|
|
149
|
-
/**
|
|
150
|
-
* Provides information on user enrollments
|
|
151
|
-
*
|
|
152
|
-
* Params
|
|
153
|
-
* user_id e.g developer@ibleducation.com| developer
|
|
154
|
-
* @returns ActivityAPI
|
|
155
|
-
* @throws ApiError
|
|
156
|
-
*/
|
|
157
|
-
static perlearnerOrgsUsersActivityRetrieve({ org, userId, departmentId, format, includeMainPlatform, }: {
|
|
158
|
-
org: string; /**
|
|
159
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
160
|
-
*/
|
|
161
|
-
departmentId?: number; /**
|
|
162
|
-
* Format
|
|
163
|
-
*
|
|
164
|
-
* * `json` - json
|
|
165
|
-
*/
|
|
166
|
-
format?: 'json'; /**
|
|
167
|
-
* Include main platform data
|
|
168
|
-
*/
|
|
169
|
-
includeMainPlatform?: boolean;
|
|
170
|
-
}): CancelablePromise<ActivityAPI>;
|
|
171
|
-
/**
|
|
172
|
-
* Provides about a learner current grade in a course with the course cut
|
|
173
|
-
* Kwargs
|
|
174
|
-
* 1. course_id e.g course-v1:Org+Course4+Run
|
|
175
|
-
* 2. user_id e.g developer@ibleducation.com or dev123 (username|email)
|
|
176
|
-
* @returns PerlearnerGradeWithCutOff
|
|
177
|
-
* @throws ApiError
|
|
178
|
-
*/
|
|
179
|
-
static perlearnerOrgsUsersCoursesGradingCutoffsRetrieve({ courseId, org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
180
|
-
courseId: string;
|
|
181
|
-
org: string; /**
|
|
182
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
183
|
-
*/
|
|
184
|
-
departmentId?: number; /**
|
|
185
|
-
* end date. ISO 8601
|
|
186
|
-
*/
|
|
187
|
-
endDate?: string; /**
|
|
188
|
-
* Format
|
|
189
|
-
*
|
|
190
|
-
* * `json` - json
|
|
191
|
-
*/
|
|
192
|
-
format?: 'json'; /**
|
|
193
|
-
* Include main platform data
|
|
194
|
-
*/
|
|
195
|
-
includeMainPlatform?: boolean; /**
|
|
196
|
-
* start date. ISO 8601
|
|
197
|
-
*/
|
|
198
|
-
startDate?: string;
|
|
199
|
-
}): CancelablePromise<PerlearnerGradeWithCutOff>;
|
|
200
|
-
/**
|
|
201
|
-
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
202
|
-
* @returns DetailedGradeView
|
|
203
|
-
* @throws ApiError
|
|
204
|
-
*/
|
|
205
|
-
static perlearnerOrgsUsersCoursesGradingDetailRetrieve({ courseId, org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
206
|
-
courseId: string;
|
|
207
|
-
org: string; /**
|
|
208
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
209
|
-
*/
|
|
210
|
-
departmentId?: number; /**
|
|
211
|
-
* end date. ISO 8601
|
|
212
|
-
*/
|
|
213
|
-
endDate?: string; /**
|
|
214
|
-
* Format
|
|
215
|
-
*
|
|
216
|
-
* * `json` - json
|
|
217
|
-
*/
|
|
218
|
-
format?: 'json'; /**
|
|
219
|
-
* Include main platform data
|
|
220
|
-
*/
|
|
221
|
-
includeMainPlatform?: boolean; /**
|
|
222
|
-
* start date. ISO 8601
|
|
223
|
-
*/
|
|
224
|
-
startDate?: string;
|
|
225
|
-
}): CancelablePromise<DetailedGradeView>;
|
|
226
|
-
/**
|
|
227
|
-
* Query Params
|
|
228
|
-
* 1. course_id e.g course-v1:Org+Course4+Run
|
|
229
|
-
* 2. user_id e.g developer@ibleducation.com or dev123 (username|email)
|
|
230
|
-
* @returns PerlearnerGradeSummary
|
|
231
|
-
* @throws ApiError
|
|
232
|
-
*/
|
|
233
|
-
static perlearnerOrgsUsersCoursesGradingSummaryRetrieve({ courseId, org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
234
|
-
courseId: string;
|
|
235
|
-
org: string; /**
|
|
236
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
237
|
-
*/
|
|
238
|
-
departmentId?: number; /**
|
|
239
|
-
* end date. ISO 8601
|
|
240
|
-
*/
|
|
241
|
-
endDate?: string; /**
|
|
242
|
-
* Format
|
|
243
|
-
*
|
|
244
|
-
* * `json` - json
|
|
245
|
-
*/
|
|
246
|
-
format?: 'json'; /**
|
|
247
|
-
* Include main platform data
|
|
248
|
-
*/
|
|
249
|
-
includeMainPlatform?: boolean; /**
|
|
250
|
-
* start date. ISO 8601
|
|
251
|
-
*/
|
|
252
|
-
startDate?: string;
|
|
253
|
-
}): CancelablePromise<PerlearnerGradeSummary>;
|
|
254
|
-
/**
|
|
255
|
-
* Average of days with atleast an activity within ENGAGEMENT_INDEX_PERIOD consecutive days for a learner in a course
|
|
256
|
-
* @returns Value
|
|
257
|
-
* @throws ApiError
|
|
258
|
-
*/
|
|
259
|
-
static perlearnerOrgsUsersCoursesOverviewEngagementIndexRetrieve({ courseId, org, userId, }: {
|
|
260
|
-
courseId: string;
|
|
261
|
-
org: string;
|
|
262
|
-
}): CancelablePromise<Value>;
|
|
263
|
-
/**
|
|
264
|
-
* Provides about a learner current grade in a course with the course cut
|
|
265
|
-
* Kwargs
|
|
266
|
-
* 1. course_id e.g course-v1:Org+Course4+Run
|
|
267
|
-
* 2. user_id e.g developer@ibleducation.com or dev123 (username|email)
|
|
268
|
-
* @returns PerlearnerGradeWithCutOff
|
|
269
|
-
* @throws ApiError
|
|
270
|
-
*/
|
|
271
|
-
static perlearnerOrgsUsersCoursesOverviewGradeRetrieve({ courseId, org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
272
|
-
courseId: string;
|
|
273
|
-
org: string; /**
|
|
274
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
275
|
-
*/
|
|
276
|
-
departmentId?: number; /**
|
|
277
|
-
* end date. ISO 8601
|
|
278
|
-
*/
|
|
279
|
-
endDate?: string; /**
|
|
280
|
-
* Format
|
|
281
|
-
*
|
|
282
|
-
* * `json` - json
|
|
283
|
-
*/
|
|
284
|
-
format?: 'json'; /**
|
|
285
|
-
* Include main platform data
|
|
286
|
-
*/
|
|
287
|
-
includeMainPlatform?: boolean; /**
|
|
288
|
-
* start date. ISO 8601
|
|
289
|
-
*/
|
|
290
|
-
startDate?: string;
|
|
291
|
-
}): CancelablePromise<PerlearnerGradeWithCutOff>;
|
|
292
|
-
/**
|
|
293
|
-
* Evaluates performance index for platform, per course, per user and per user-per course
|
|
294
|
-
*
|
|
295
|
-
* Query Params
|
|
296
|
-
* course_id <optional>
|
|
297
|
-
* learner_id <optional>
|
|
298
|
-
* @returns Value
|
|
299
|
-
* @throws ApiError
|
|
300
|
-
*/
|
|
301
|
-
static perlearnerOrgsUsersCoursesOverviewPerformanceIndexRetrieve({ courseId, org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
302
|
-
courseId: string;
|
|
303
|
-
org: string; /**
|
|
304
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
305
|
-
*/
|
|
306
|
-
departmentId?: number; /**
|
|
307
|
-
* end date. ISO 8601
|
|
308
|
-
*/
|
|
309
|
-
endDate?: string; /**
|
|
310
|
-
* Format
|
|
311
|
-
*
|
|
312
|
-
* * `json` - json
|
|
313
|
-
*/
|
|
314
|
-
format?: 'json'; /**
|
|
315
|
-
* Include main platform data
|
|
316
|
-
*/
|
|
317
|
-
includeMainPlatform?: boolean; /**
|
|
318
|
-
* start date. ISO 8601
|
|
319
|
-
*/
|
|
320
|
-
startDate?: string;
|
|
321
|
-
}): CancelablePromise<Value>;
|
|
322
|
-
/**
|
|
323
|
-
* Time spent within a course in secs on a per-day basis
|
|
324
|
-
*
|
|
325
|
-
* Kwargs
|
|
326
|
-
* 1. course_id e.g course-v1:Org+Course4+Run
|
|
327
|
-
* 2. user_id e.g developer@ibleducation.com or dev123 (username|email)
|
|
328
|
-
* Query Params
|
|
329
|
-
* 3. start_date e.g 2020-10-01
|
|
330
|
-
* 4. end_date e.g 2020-10-10
|
|
331
|
-
*
|
|
332
|
-
* Default result when no query param is added is last_7_days (today inclusive)
|
|
333
|
-
* @returns OverTimeWithTotal
|
|
334
|
-
* @throws ApiError
|
|
335
|
-
*/
|
|
336
|
-
static perlearnerOrgsUsersCoursesOverviewTimeOverTimeRetrieve({ courseId, org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
337
|
-
courseId: string;
|
|
338
|
-
org: string; /**
|
|
339
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
340
|
-
*/
|
|
341
|
-
departmentId?: number; /**
|
|
342
|
-
* end date. ISO 8601
|
|
343
|
-
*/
|
|
344
|
-
endDate?: string; /**
|
|
345
|
-
* Format
|
|
346
|
-
*
|
|
347
|
-
* * `json` - json
|
|
348
|
-
*/
|
|
349
|
-
format?: 'json'; /**
|
|
350
|
-
* Include main platform data
|
|
351
|
-
*/
|
|
352
|
-
includeMainPlatform?: boolean; /**
|
|
353
|
-
* start date. ISO 8601
|
|
354
|
-
*/
|
|
355
|
-
startDate?: string;
|
|
356
|
-
}): CancelablePromise<OverTimeWithTotal>;
|
|
357
|
-
/**
|
|
358
|
-
* List of videos within a course a learner has watched
|
|
359
|
-
*
|
|
360
|
-
* Kwargs
|
|
361
|
-
* 1. course_id e.g course-v1:Org+Course4+Run
|
|
362
|
-
* 2. user_id e.g developer@ibleducation.com or dev123 (username|email)
|
|
363
|
-
*
|
|
364
|
-
* Default result when no query param is added is [], 0
|
|
365
|
-
* @returns PerLearnerCourseVideosWatched
|
|
366
|
-
* @throws ApiError
|
|
367
|
-
*/
|
|
368
|
-
static perlearnerOrgsUsersCoursesVideosRetrieve({ courseId, org, userId, departmentId, format, includeMainPlatform, }: {
|
|
369
|
-
courseId: string;
|
|
370
|
-
org: string; /**
|
|
371
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
372
|
-
*/
|
|
373
|
-
departmentId?: number; /**
|
|
374
|
-
* Format
|
|
375
|
-
*
|
|
376
|
-
* * `json` - json
|
|
377
|
-
*/
|
|
378
|
-
format?: 'json'; /**
|
|
379
|
-
* Include main platform data
|
|
380
|
-
*/
|
|
381
|
-
includeMainPlatform?: boolean;
|
|
382
|
-
}): CancelablePromise<PerLearnerCourseVideosWatched>;
|
|
383
|
-
/**
|
|
384
|
-
* Get video watch counts over time.
|
|
385
|
-
*
|
|
386
|
-
* This endpoint provides daily counts of videos watched over a specified time period,
|
|
387
|
-
* with options to filter by course or user.
|
|
388
|
-
*
|
|
389
|
-
* Query Parameters:
|
|
390
|
-
* start_date (str, optional): Start date for the time range (ISO format)
|
|
391
|
-
* end_date (str, optional): End date for the time range (ISO format)
|
|
392
|
-
* course_id (str, optional): Filter by course ID
|
|
393
|
-
* user_id (str, optional): Filter by username or email
|
|
394
|
-
*
|
|
395
|
-
* Returns:
|
|
396
|
-
* Daily video watch counts over the specified time period.
|
|
397
|
-
*
|
|
398
|
-
* Default time range is the last 7 days if no dates are specified.
|
|
399
|
-
*
|
|
400
|
-
* Access Control:
|
|
401
|
-
* - Platform admins can access any video watch data
|
|
402
|
-
* - Learners can access their own video watch data
|
|
403
|
-
* @returns OverTimeWithTotal
|
|
404
|
-
* @throws ApiError
|
|
405
|
-
*/
|
|
406
|
-
static perlearnerOrgsUsersCoursesVideosOverTimeRetrieve({ courseId, org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
407
|
-
courseId: string;
|
|
408
|
-
org: string; /**
|
|
409
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
410
|
-
*/
|
|
411
|
-
departmentId?: number; /**
|
|
412
|
-
* end date. ISO 8601
|
|
413
|
-
*/
|
|
414
|
-
endDate?: string; /**
|
|
415
|
-
* Format
|
|
416
|
-
*
|
|
417
|
-
* * `json` - json
|
|
418
|
-
*/
|
|
419
|
-
format?: 'json'; /**
|
|
420
|
-
* Include main platform data
|
|
421
|
-
*/
|
|
422
|
-
includeMainPlatform?: boolean; /**
|
|
423
|
-
* start date. ISO 8601
|
|
424
|
-
*/
|
|
425
|
-
startDate?: string;
|
|
426
|
-
}): CancelablePromise<OverTimeWithTotal>;
|
|
427
|
-
/**
|
|
428
|
-
* Summary Grading Information for a learner on a per-enrollment basis
|
|
429
|
-
*
|
|
430
|
-
* Query Params
|
|
431
|
-
* 1. user_id e.g developer@ibleducation.com or dev123 (username|email)
|
|
432
|
-
* @returns PerlearnerGradingPerCourseAPI
|
|
433
|
-
* @throws ApiError
|
|
434
|
-
*/
|
|
435
|
-
static perlearnerOrgsUsersGradesPerCourseRetrieve({ org, userId, departmentId, format, includeMainPlatform, }: {
|
|
436
|
-
org: string; /**
|
|
437
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
438
|
-
*/
|
|
439
|
-
departmentId?: number; /**
|
|
440
|
-
* Format
|
|
441
|
-
*
|
|
442
|
-
* * `json` - json
|
|
443
|
-
*/
|
|
444
|
-
format?: 'json'; /**
|
|
445
|
-
* Include main platform data
|
|
446
|
-
*/
|
|
447
|
-
includeMainPlatform?: boolean;
|
|
448
|
-
}): CancelablePromise<PerlearnerGradingPerCourseAPI>;
|
|
449
|
-
/**
|
|
450
|
-
* Retrieve detailed information about a specific learner.
|
|
451
|
-
*
|
|
452
|
-
* This endpoint returns personal and activity information about a learner,
|
|
453
|
-
* including profile data, activity metrics, and location information.
|
|
454
|
-
*
|
|
455
|
-
* Path Parameters:
|
|
456
|
-
* user_id (str): The username or email of the learner
|
|
457
|
-
*
|
|
458
|
-
* Query Parameters:
|
|
459
|
-
* meta (bool): Include additional analytics information when true
|
|
460
|
-
*
|
|
461
|
-
* Returns:
|
|
462
|
-
* Detailed learner information including:
|
|
463
|
-
* - Profile data (username, name, email)
|
|
464
|
-
* - Registration and activity dates
|
|
465
|
-
* - Activity metrics (assessments, time spent, videos watched)
|
|
466
|
-
* - Location and browser information (when available)
|
|
467
|
-
*
|
|
468
|
-
* Access Control:
|
|
469
|
-
* - Platform admins can access any learner
|
|
470
|
-
* - Learners can access their own information
|
|
471
|
-
* - Department admins can access learners in their departments
|
|
472
|
-
* @returns LearnerInformationAPI
|
|
473
|
-
* @throws ApiError
|
|
474
|
-
*/
|
|
475
|
-
static perlearnerOrgsUsersInfoRetrieve({ org, userId, departmentId, format, includeMainPlatform, meta, search, }: {
|
|
476
|
-
org: string; /**
|
|
477
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
478
|
-
*/
|
|
479
|
-
departmentId?: number; /**
|
|
480
|
-
* Format
|
|
481
|
-
*
|
|
482
|
-
* * `json` - json
|
|
483
|
-
*/
|
|
484
|
-
format?: 'json'; /**
|
|
485
|
-
* Include main platform data
|
|
486
|
-
*/
|
|
487
|
-
includeMainPlatform?: boolean; /**
|
|
488
|
-
* Include extra analytics information?
|
|
489
|
-
*
|
|
490
|
-
* * `y` - y
|
|
491
|
-
* * `yes` - yes
|
|
492
|
-
* * `true` - true
|
|
493
|
-
* * `True` - True
|
|
494
|
-
* * `n` - n
|
|
495
|
-
* * `no` - no
|
|
496
|
-
* * `false` - false
|
|
497
|
-
* * `False` - False
|
|
498
|
-
*/
|
|
499
|
-
meta?: 'y' | 'yes' | 'true' | 'True' | 'n' | 'no' | 'false' | 'False';
|
|
500
|
-
search?: string;
|
|
501
|
-
}): CancelablePromise<LearnerInformationAPI>;
|
|
502
|
-
/**
|
|
503
|
-
* Last course accessed by a learner, includes upto unit information as well
|
|
504
|
-
* @returns PerLearnerLastAccess
|
|
505
|
-
* @throws ApiError
|
|
506
|
-
*/
|
|
507
|
-
static perlearnerOrgsUsersLastAccessRetrieve({ org, userId, departmentId, format, includeMainPlatform, }: {
|
|
508
|
-
org: string; /**
|
|
509
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
510
|
-
*/
|
|
511
|
-
departmentId?: number; /**
|
|
512
|
-
* Format
|
|
513
|
-
*
|
|
514
|
-
* * `json` - json
|
|
515
|
-
*/
|
|
516
|
-
format?: 'json'; /**
|
|
517
|
-
* Include main platform data
|
|
518
|
-
*/
|
|
519
|
-
includeMainPlatform?: boolean;
|
|
520
|
-
}): CancelablePromise<PerLearnerLastAccess>;
|
|
521
|
-
/**
|
|
522
|
-
* Average of days with atleast an activity within ENGAGEMENT_INDEX_PERIOD consecutive days
|
|
523
|
-
* @returns Value
|
|
524
|
-
* @throws ApiError
|
|
525
|
-
*/
|
|
526
|
-
static perlearnerOrgsUsersOverviewEngagementIndexRetrieve({ org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
527
|
-
org: string; /**
|
|
528
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
529
|
-
*/
|
|
530
|
-
departmentId?: number; /**
|
|
531
|
-
* end date. ISO 8601
|
|
532
|
-
*/
|
|
533
|
-
endDate?: string; /**
|
|
534
|
-
* Format
|
|
535
|
-
*
|
|
536
|
-
* * `json` - json
|
|
537
|
-
*/
|
|
538
|
-
format?: 'json'; /**
|
|
539
|
-
* Include main platform data
|
|
540
|
-
*/
|
|
541
|
-
includeMainPlatform?: boolean; /**
|
|
542
|
-
* start date. ISO 8601
|
|
543
|
-
*/
|
|
544
|
-
startDate?: string;
|
|
545
|
-
}): CancelablePromise<Value>;
|
|
546
|
-
/**
|
|
547
|
-
* Get average grade value for platform, course, or user.
|
|
548
|
-
*
|
|
549
|
-
* This endpoint returns the average grade at different levels:
|
|
550
|
-
* - Platform level: Average grade across all courses
|
|
551
|
-
* - Course level: Average grade for a specific course
|
|
552
|
-
* - Learner level: Average grade for a specific learner
|
|
553
|
-
* - Course-learner level: Grade for a specific learner in a specific course
|
|
554
|
-
*
|
|
555
|
-
* Query Parameters:
|
|
556
|
-
* course_id (str, optional): Filter by course ID
|
|
557
|
-
* learner_id (str, optional): Filter by username or email
|
|
558
|
-
*
|
|
559
|
-
* Returns:
|
|
560
|
-
* The average grade value based on the specified filters.
|
|
561
|
-
*
|
|
562
|
-
* Access Control:
|
|
563
|
-
* - Platform admins can access any grade data
|
|
564
|
-
* - Learners can access their own grade data
|
|
565
|
-
* @returns Average
|
|
566
|
-
* @throws ApiError
|
|
567
|
-
*/
|
|
568
|
-
static perlearnerOrgsUsersOverviewGradesAverageRetrieve({ org, userId, departmentId, format, includeMainPlatform, }: {
|
|
569
|
-
org: string; /**
|
|
570
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
571
|
-
*/
|
|
572
|
-
departmentId?: number; /**
|
|
573
|
-
* Format
|
|
574
|
-
*
|
|
575
|
-
* * `json` - json
|
|
576
|
-
*/
|
|
577
|
-
format?: 'json'; /**
|
|
578
|
-
* Include main platform data
|
|
579
|
-
*/
|
|
580
|
-
includeMainPlatform?: boolean;
|
|
581
|
-
}): CancelablePromise<Average>;
|
|
582
|
-
/**
|
|
583
|
-
* Evaluates performance index for platform, per course, per user and per user-per course
|
|
584
|
-
*
|
|
585
|
-
* Query Params
|
|
586
|
-
* course_id <optional>
|
|
587
|
-
* learner_id <optional>
|
|
588
|
-
* @returns Value
|
|
589
|
-
* @throws ApiError
|
|
590
|
-
*/
|
|
591
|
-
static perlearnerOrgsUsersOverviewPerformanceIndexRetrieve({ org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
592
|
-
org: string; /**
|
|
593
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
594
|
-
*/
|
|
595
|
-
departmentId?: number; /**
|
|
596
|
-
* end date. ISO 8601
|
|
597
|
-
*/
|
|
598
|
-
endDate?: string; /**
|
|
599
|
-
* Format
|
|
600
|
-
*
|
|
601
|
-
* * `json` - json
|
|
602
|
-
*/
|
|
603
|
-
format?: 'json'; /**
|
|
604
|
-
* Include main platform data
|
|
605
|
-
*/
|
|
606
|
-
includeMainPlatform?: boolean; /**
|
|
607
|
-
* start date. ISO 8601
|
|
608
|
-
*/
|
|
609
|
-
startDate?: string;
|
|
610
|
-
}): CancelablePromise<Value>;
|
|
611
|
-
/**
|
|
612
|
-
* Time spent in secs on a per-day basis
|
|
613
|
-
*
|
|
614
|
-
* Query Params
|
|
615
|
-
* 1. course_id <optional> e.g course-v1:Org+Course4+Run
|
|
616
|
-
* 2. user_id <optional> e.g developer@ibleducation.com or dev123 (username|email)
|
|
617
|
-
* 3. start_date e.g 2020-10-01
|
|
618
|
-
* 4. end_date e.g 2020-10-10
|
|
619
|
-
*
|
|
620
|
-
* Default result when no query param is added is last_7_days (today inclusive)
|
|
621
|
-
* @returns OverTimeWithTotal
|
|
622
|
-
* @throws ApiError
|
|
623
|
-
*/
|
|
624
|
-
static perlearnerOrgsUsersOverviewTimeOverTimeRetrieve({ org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
625
|
-
org: string; /**
|
|
626
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
627
|
-
*/
|
|
628
|
-
departmentId?: number; /**
|
|
629
|
-
* end date. ISO 8601
|
|
630
|
-
*/
|
|
631
|
-
endDate?: string; /**
|
|
632
|
-
* Format
|
|
633
|
-
*
|
|
634
|
-
* * `json` - json
|
|
635
|
-
*/
|
|
636
|
-
format?: 'json'; /**
|
|
637
|
-
* Include main platform data
|
|
638
|
-
*/
|
|
639
|
-
includeMainPlatform?: boolean; /**
|
|
640
|
-
* start date. ISO 8601
|
|
641
|
-
*/
|
|
642
|
-
startDate?: string;
|
|
643
|
-
}): CancelablePromise<OverTimeWithTotal>;
|
|
644
|
-
/**
|
|
645
|
-
* Get video watch counts over time.
|
|
646
|
-
*
|
|
647
|
-
* This endpoint provides daily counts of videos watched over a specified time period,
|
|
648
|
-
* with options to filter by course or user.
|
|
649
|
-
*
|
|
650
|
-
* Query Parameters:
|
|
651
|
-
* start_date (str, optional): Start date for the time range (ISO format)
|
|
652
|
-
* end_date (str, optional): End date for the time range (ISO format)
|
|
653
|
-
* course_id (str, optional): Filter by course ID
|
|
654
|
-
* user_id (str, optional): Filter by username or email
|
|
655
|
-
*
|
|
656
|
-
* Returns:
|
|
657
|
-
* Daily video watch counts over the specified time period.
|
|
658
|
-
*
|
|
659
|
-
* Default time range is the last 7 days if no dates are specified.
|
|
660
|
-
*
|
|
661
|
-
* Access Control:
|
|
662
|
-
* - Platform admins can access any video watch data
|
|
663
|
-
* - Learners can access their own video watch data
|
|
664
|
-
* @returns OverTimeWithTotal
|
|
665
|
-
* @throws ApiError
|
|
666
|
-
*/
|
|
667
|
-
static perlearnerOrgsUsersVideosOverTimeRetrieve({ org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
668
|
-
org: string; /**
|
|
669
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
670
|
-
*/
|
|
671
|
-
departmentId?: number; /**
|
|
672
|
-
* end date. ISO 8601
|
|
673
|
-
*/
|
|
674
|
-
endDate?: string; /**
|
|
675
|
-
* Format
|
|
676
|
-
*
|
|
677
|
-
* * `json` - json
|
|
678
|
-
*/
|
|
679
|
-
format?: 'json'; /**
|
|
680
|
-
* Include main platform data
|
|
681
|
-
*/
|
|
682
|
-
includeMainPlatform?: boolean; /**
|
|
683
|
-
* start date. ISO 8601
|
|
684
|
-
*/
|
|
685
|
-
startDate?: string;
|
|
686
|
-
}): CancelablePromise<OverTimeWithTotal>;
|
|
687
|
-
/**
|
|
688
|
-
* Summary Videos watched data for a learner per enrollment
|
|
689
|
-
*
|
|
690
|
-
* Query Params
|
|
691
|
-
* 1. user_id e.g developer@ibleducation.com or dev123 (username|email)
|
|
692
|
-
* @returns PerlearnerEngagementVideosWatchedPerCourse
|
|
693
|
-
* @throws ApiError
|
|
694
|
-
*/
|
|
695
|
-
static perlearnerOrgsUsersVideosPerCourseRetrieve({ org, userId, departmentId, endDate, format, includeMainPlatform, startDate, }: {
|
|
696
|
-
org: string; /**
|
|
697
|
-
* When `department_mode=1` is passed, it allows to filter data for only user content groups for the specified department
|
|
698
|
-
*/
|
|
699
|
-
departmentId?: number; /**
|
|
700
|
-
* end date. ISO 8601
|
|
701
|
-
*/
|
|
702
|
-
endDate?: string; /**
|
|
703
|
-
* Format
|
|
704
|
-
*
|
|
705
|
-
* * `json` - json
|
|
706
|
-
*/
|
|
707
|
-
format?: 'json'; /**
|
|
708
|
-
* Include main platform data
|
|
709
|
-
*/
|
|
710
|
-
includeMainPlatform?: boolean; /**
|
|
711
|
-
* start date. ISO 8601
|
|
712
|
-
*/
|
|
713
|
-
startDate?: string;
|
|
714
|
-
}): CancelablePromise<PerlearnerEngagementVideosWatchedPerCourse>;
|
|
715
|
-
}
|