@iblai/iblai-api 3.47.2-core → 3.48.0-ai
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 +15685 -293
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +15679 -294
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +15685 -293
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +297 -4
- 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/CallAuthenticationRequest.d.ts +13 -0
- package/dist/types/models/CallAuthenticationResponse.d.ts +21 -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/DateRange.d.ts +4 -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/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 +80 -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 +79 -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 +45 -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 +56 -0
- package/dist/types/models/MentorSettingsPublic.d.ts +45 -0
- package/dist/types/models/MentorSettingsRequest.d.ts +60 -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/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/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/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/PaginatedRbacGroupList.d.ts +7 -0
- package/dist/types/models/PaginatedRbacGroupRoleList.d.ts +7 -0
- package/dist/types/models/PaginatedRbacPolicyList.d.ts +7 -0
- package/dist/types/models/PaginatedRbacRoleList.d.ts +7 -0
- package/dist/types/models/PaginatedRbacUserRoleList.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/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/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/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 +79 -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/PatchedRbacGroup.d.ts +34 -0
- package/dist/types/models/PatchedRbacGroupRole.d.ts +13 -0
- package/dist/types/models/PatchedRbacPolicy.d.ts +28 -0
- package/dist/types/models/PatchedRbacRole.d.ts +20 -0
- package/dist/types/models/PatchedRbacUserRole.d.ts +28 -0
- package/dist/types/models/PatchedSection.d.ts +9 -0
- package/dist/types/models/PatchedSubSection.d.ts +9 -0
- package/dist/types/models/PatchedUnit.d.ts +11 -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/ProviderEnum.d.ts +10 -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/RbacGroup.d.ts +34 -0
- package/dist/types/models/RbacGroupRole.d.ts +13 -0
- package/dist/types/models/RbacPlatform.d.ts +14 -0
- package/dist/types/models/RbacPolicy.d.ts +28 -0
- package/dist/types/models/RbacRole.d.ts +20 -0
- package/dist/types/models/RbacUser.d.ts +13 -0
- package/dist/types/models/RbacUserRole.d.ts +28 -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 +17 -0
- package/dist/types/models/RetrieverDocumentEmbeddingRequest.d.ts +30 -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/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/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/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/TrainChatSessionDocumentView.d.ts +6 -0
- package/dist/types/models/TrainChatSessionDocumentViewRequest.d.ts +6 -0
- package/dist/types/models/TrainDocumentViewRequest.d.ts +42 -0
- package/dist/types/models/TrainDocumentViewResponse.d.ts +15 -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/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/services/AiAccountService.d.ts +294 -0
- package/dist/types/services/AiAnalyticsService.d.ts +2801 -0
- package/dist/types/services/AiIndexService.d.ts +400 -0
- package/dist/types/services/AiMarketingService.d.ts +34 -0
- package/dist/types/services/AiMediaService.d.ts +118 -0
- package/dist/types/services/AiMentorService.d.ts +4235 -0
- package/dist/types/services/AiPromptService.d.ts +920 -0
- package/dist/types/services/CoreService.d.ts +232 -43
- package/dist/types/services/SearchService.d.ts +408 -0
- package/package.json +1 -1
- package/src/core/OpenAPI.ts +1 -1
- package/src/index.ts +297 -4
- 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/CallAuthenticationRequest.ts +18 -0
- package/src/models/CallAuthenticationResponse.ts +26 -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/DateRange.ts +9 -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/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 +85 -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 +84 -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 +50 -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 +61 -0
- package/src/models/MentorSettingsPublic.ts +50 -0
- package/src/models/MentorSettingsRequest.ts +65 -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/MetricChange.ts +9 -0
- 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/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/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/PaginatedPeriodicAgentList.ts +12 -0
- package/src/models/PaginatedPeriodicAgentLogList.ts +12 -0
- package/src/models/PaginatedPlayWrightScriptList.ts +12 -0
- package/src/models/PaginatedRbacGroupList.ts +12 -0
- package/src/models/PaginatedRbacGroupRoleList.ts +12 -0
- package/src/models/PaginatedRbacPolicyList.ts +12 -0
- package/src/models/PaginatedRbacRoleList.ts +12 -0
- package/src/models/PaginatedRbacUserRoleList.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/PaginatedUnitList.ts +12 -0
- package/src/models/PaginatedUserEdxMemoryList.ts +12 -0
- package/src/models/PaginatedVoiceList.ts +12 -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/PatchedLLMCredentialRequest.ts +19 -0
- package/src/models/PatchedMCPServer.ts +26 -0
- package/src/models/PatchedMentorCategoryGroupCreate.ts +16 -0
- package/src/models/PatchedMentorCreate.ts +84 -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/PatchedRbacGroup.ts +39 -0
- package/src/models/PatchedRbacGroupRole.ts +18 -0
- package/src/models/PatchedRbacPolicy.ts +33 -0
- package/src/models/PatchedRbacRole.ts +25 -0
- package/src/models/PatchedRbacUserRole.ts +33 -0
- package/src/models/PatchedSection.ts +14 -0
- package/src/models/PatchedSubSection.ts +14 -0
- package/src/models/PatchedUnit.ts +16 -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/ProviderEnum.ts +14 -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/RbacGroup.ts +39 -0
- package/src/models/RbacGroupRole.ts +18 -0
- package/src/models/RbacPlatform.ts +19 -0
- package/src/models/RbacPolicy.ts +33 -0
- package/src/models/RbacRole.ts +25 -0
- package/src/models/RbacUser.ts +18 -0
- package/src/models/RbacUserRole.ts +33 -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 +22 -0
- package/src/models/RetrieverDocumentEmbeddingRequest.ts +35 -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/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/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/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/TrainChatSessionDocumentView.ts +11 -0
- package/src/models/TrainChatSessionDocumentViewRequest.ts +11 -0
- package/src/models/TrainDocumentViewRequest.ts +47 -0
- package/src/models/TrainDocumentViewResponse.ts +20 -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/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/services/AiAccountService.ts +479 -0
- package/src/services/AiAnalyticsService.ts +5198 -0
- package/src/services/AiIndexService.ts +693 -0
- package/src/services/AiMarketingService.ts +87 -0
- package/src/services/AiMediaService.ts +273 -0
- package/src/services/AiMentorService.ts +7977 -0
- package/src/services/AiPromptService.ts +1771 -0
- package/src/services/CoreService.ts +610 -80
- package/src/services/SearchService.ts +981 -261
- package/dist/types/models/CheckPermissionRequest.d.ts +0 -22
- package/dist/types/models/RolePermissions.d.ts +0 -17
- package/dist/types/models/UserRole.d.ts +0 -25
- package/src/models/CheckPermissionRequest.ts +0 -27
- package/src/models/RolePermissions.ts +0 -22
- package/src/models/UserRole.ts +0 -30
|
@@ -1,18 +1,31 @@
|
|
|
1
1
|
import type { CeleryHeartbeat } from '../models/CeleryHeartbeat';
|
|
2
|
-
import type { CheckPermissionRequest } from '../models/CheckPermissionRequest';
|
|
3
2
|
import type { EdxSignalReceiverRequest } from '../models/EdxSignalReceiverRequest';
|
|
4
3
|
import type { ImageUpload } from '../models/ImageUpload';
|
|
5
4
|
import type { LauncherViewPostRequest } from '../models/LauncherViewPostRequest';
|
|
6
5
|
import type { LtiKey } from '../models/LtiKey';
|
|
7
6
|
import type { LtiTool } from '../models/LtiTool';
|
|
7
|
+
import type { PaginatedRbacGroupList } from '../models/PaginatedRbacGroupList';
|
|
8
|
+
import type { PaginatedRbacGroupRoleList } from '../models/PaginatedRbacGroupRoleList';
|
|
9
|
+
import type { PaginatedRbacPolicyList } from '../models/PaginatedRbacPolicyList';
|
|
10
|
+
import type { PaginatedRbacRoleList } from '../models/PaginatedRbacRoleList';
|
|
11
|
+
import type { PaginatedRbacUserRoleList } from '../models/PaginatedRbacUserRoleList';
|
|
8
12
|
import type { PatchedPlatformPublicMetadata } from '../models/PatchedPlatformPublicMetadata';
|
|
13
|
+
import type { PatchedRbacGroup } from '../models/PatchedRbacGroup';
|
|
14
|
+
import type { PatchedRbacGroupRole } from '../models/PatchedRbacGroupRole';
|
|
15
|
+
import type { PatchedRbacPolicy } from '../models/PatchedRbacPolicy';
|
|
16
|
+
import type { PatchedRbacRole } from '../models/PatchedRbacRole';
|
|
17
|
+
import type { PatchedRbacUserRole } from '../models/PatchedRbacUserRole';
|
|
9
18
|
import type { PlatformApiKey } from '../models/PlatformApiKey';
|
|
10
19
|
import type { PlatformList } from '../models/PlatformList';
|
|
11
20
|
import type { PlatformPublicMetadata } from '../models/PlatformPublicMetadata';
|
|
12
21
|
import type { PlatformUpdatePostRequest } from '../models/PlatformUpdatePostRequest';
|
|
22
|
+
import type { RbacGroup } from '../models/RbacGroup';
|
|
23
|
+
import type { RbacGroupRole } from '../models/RbacGroupRole';
|
|
24
|
+
import type { RbacPolicy } from '../models/RbacPolicy';
|
|
25
|
+
import type { RbacRole } from '../models/RbacRole';
|
|
26
|
+
import type { RbacUserRole } from '../models/RbacUserRole';
|
|
13
27
|
import type { RedirectTokenRequest } from '../models/RedirectTokenRequest';
|
|
14
28
|
import type { RedirectTokenResponse } from '../models/RedirectTokenResponse';
|
|
15
|
-
import type { RolePermissions } from '../models/RolePermissions';
|
|
16
29
|
import type { TokenProxyInput } from '../models/TokenProxyInput';
|
|
17
30
|
import type { TokenProxyOutput } from '../models/TokenProxyOutput';
|
|
18
31
|
import type { UserDeleteAPIRequest } from '../models/UserDeleteAPIRequest';
|
|
@@ -24,7 +37,6 @@ import type { UserProxyBulkRequest } from '../models/UserProxyBulkRequest';
|
|
|
24
37
|
import type { UserProxyGetResponse } from '../models/UserProxyGetResponse';
|
|
25
38
|
import type { UserProxyPostRequest } from '../models/UserProxyPostRequest';
|
|
26
39
|
import type { UserProxyPostResponse } from '../models/UserProxyPostResponse';
|
|
27
|
-
import type { UserRole } from '../models/UserRole';
|
|
28
40
|
import type { UserSearchViewGetResponse } from '../models/UserSearchViewGetResponse';
|
|
29
41
|
import type { WhitelistedDomain } from '../models/WhitelistedDomain';
|
|
30
42
|
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
@@ -467,92 +479,269 @@ export declare class CoreService {
|
|
|
467
479
|
*/
|
|
468
480
|
static corePlatformUsersRetrieve(page?: number, pageSize?: number, platformKey?: string, platformOrg?: string, query?: string, sort?: string): CancelablePromise<UserPlatformManagementListViewGetResponse>;
|
|
469
481
|
/**
|
|
470
|
-
*
|
|
482
|
+
* List group role assignments
|
|
483
|
+
* Retrieve a list of group role assignments. Can be filtered by platform_key, group_id, or role_id.
|
|
484
|
+
* @param groupId Filter group roles by group ID
|
|
485
|
+
* @param page A page number within the paginated result set.
|
|
486
|
+
* @param pageSize Number of results to return per page.
|
|
487
|
+
* @param platformKey Filter group roles by platform key
|
|
488
|
+
* @param roleId Filter group roles by role ID
|
|
489
|
+
* @returns PaginatedRbacGroupRoleList
|
|
490
|
+
* @throws ApiError
|
|
491
|
+
*/
|
|
492
|
+
static coreRbacGroupRolesList(groupId?: number, page?: number, pageSize?: number, platformKey?: string, roleId?: number): CancelablePromise<PaginatedRbacGroupRoleList>;
|
|
493
|
+
/**
|
|
494
|
+
* Create group role assignment
|
|
495
|
+
* Assign a role to a group. The group and role must belong to the same platform.
|
|
471
496
|
* @param requestBody
|
|
472
|
-
* @returns
|
|
497
|
+
* @returns RbacGroupRole
|
|
473
498
|
* @throws ApiError
|
|
474
499
|
*/
|
|
475
|
-
static
|
|
500
|
+
static coreRbacGroupRolesCreate(requestBody: RbacGroupRole): CancelablePromise<RbacGroupRole>;
|
|
476
501
|
/**
|
|
477
|
-
*
|
|
478
|
-
*
|
|
502
|
+
* Retrieve group role assignment
|
|
503
|
+
* Retrieve details of a specific group role assignment.
|
|
504
|
+
* @param id A unique integer value identifying this RBAC Group Role.
|
|
505
|
+
* @returns RbacGroupRole
|
|
479
506
|
* @throws ApiError
|
|
480
507
|
*/
|
|
481
|
-
static
|
|
508
|
+
static coreRbacGroupRolesRetrieve(id: number): CancelablePromise<RbacGroupRole>;
|
|
482
509
|
/**
|
|
483
|
-
*
|
|
484
|
-
*
|
|
510
|
+
* Update group role assignment
|
|
511
|
+
* Update an existing group role assignment. Platform validation applies.
|
|
512
|
+
* @param id A unique integer value identifying this RBAC Group Role.
|
|
513
|
+
* @param requestBody
|
|
514
|
+
* @returns RbacGroupRole
|
|
485
515
|
* @throws ApiError
|
|
486
516
|
*/
|
|
487
|
-
static
|
|
517
|
+
static coreRbacGroupRolesUpdate(id: number, requestBody: RbacGroupRole): CancelablePromise<RbacGroupRole>;
|
|
488
518
|
/**
|
|
489
|
-
*
|
|
519
|
+
* Partially update group role assignment
|
|
520
|
+
* Partially update an existing group role assignment. Platform validation applies.
|
|
521
|
+
* @param id A unique integer value identifying this RBAC Group Role.
|
|
522
|
+
* @param requestBody
|
|
523
|
+
* @returns RbacGroupRole
|
|
524
|
+
* @throws ApiError
|
|
525
|
+
*/
|
|
526
|
+
static coreRbacGroupRolesPartialUpdate(id: number, requestBody?: PatchedRbacGroupRole): CancelablePromise<RbacGroupRole>;
|
|
527
|
+
/**
|
|
528
|
+
* Delete group role assignment
|
|
529
|
+
* Remove a role assignment from a group.
|
|
530
|
+
* @param id A unique integer value identifying this RBAC Group Role.
|
|
490
531
|
* @returns void
|
|
491
532
|
* @throws ApiError
|
|
492
533
|
*/
|
|
493
|
-
static
|
|
534
|
+
static coreRbacGroupRolesDestroy(id: number): CancelablePromise<void>;
|
|
494
535
|
/**
|
|
495
|
-
*
|
|
496
|
-
*
|
|
536
|
+
* List RBAC groups
|
|
537
|
+
* Retrieve a list of RBAC groups. Can be filtered by platform_key.
|
|
538
|
+
* @param page A page number within the paginated result set.
|
|
539
|
+
* @param pageSize Number of results to return per page.
|
|
540
|
+
* @param platformKey Filter groups by platform key
|
|
541
|
+
* @returns PaginatedRbacGroupList
|
|
497
542
|
* @throws ApiError
|
|
498
543
|
*/
|
|
499
|
-
static
|
|
544
|
+
static coreRbacGroupsList(page?: number, pageSize?: number, platformKey?: string): CancelablePromise<PaginatedRbacGroupList>;
|
|
500
545
|
/**
|
|
501
|
-
*
|
|
546
|
+
* Create RBAC group
|
|
547
|
+
* Create a new RBAC group for a platform. Users can be assigned during creation.
|
|
502
548
|
* @param requestBody
|
|
503
|
-
* @returns
|
|
549
|
+
* @returns RbacGroup
|
|
504
550
|
* @throws ApiError
|
|
505
551
|
*/
|
|
506
|
-
static
|
|
552
|
+
static coreRbacGroupsCreate(requestBody: RbacGroup): CancelablePromise<RbacGroup>;
|
|
507
553
|
/**
|
|
508
|
-
*
|
|
509
|
-
*
|
|
554
|
+
* Retrieve RBAC group
|
|
555
|
+
* Retrieve details of a specific RBAC group including assigned users.
|
|
556
|
+
* @param id A unique integer value identifying this RBAC Group.
|
|
557
|
+
* @returns RbacGroup
|
|
510
558
|
* @throws ApiError
|
|
511
559
|
*/
|
|
512
|
-
static
|
|
560
|
+
static coreRbacGroupsRetrieve(id: number): CancelablePromise<RbacGroup>;
|
|
513
561
|
/**
|
|
514
|
-
*
|
|
515
|
-
*
|
|
562
|
+
* Update RBAC group
|
|
563
|
+
* Update an existing RBAC group. Platform validation applies for user assignments.
|
|
564
|
+
* @param id A unique integer value identifying this RBAC Group.
|
|
565
|
+
* @param requestBody
|
|
566
|
+
* @returns RbacGroup
|
|
516
567
|
* @throws ApiError
|
|
517
568
|
*/
|
|
518
|
-
static
|
|
569
|
+
static coreRbacGroupsUpdate(id: number, requestBody: RbacGroup): CancelablePromise<RbacGroup>;
|
|
519
570
|
/**
|
|
520
|
-
*
|
|
521
|
-
*
|
|
571
|
+
* Partially update RBAC group
|
|
572
|
+
* Partially update an existing RBAC group. Platform validation applies for user assignments.
|
|
573
|
+
* @param id A unique integer value identifying this RBAC Group.
|
|
574
|
+
* @param requestBody
|
|
575
|
+
* @returns RbacGroup
|
|
522
576
|
* @throws ApiError
|
|
523
577
|
*/
|
|
524
|
-
static
|
|
578
|
+
static coreRbacGroupsPartialUpdate(id: number, requestBody?: PatchedRbacGroup): CancelablePromise<RbacGroup>;
|
|
525
579
|
/**
|
|
526
|
-
*
|
|
527
|
-
*
|
|
580
|
+
* Delete RBAC group
|
|
581
|
+
* Delete an RBAC group and all associated group role assignments.
|
|
582
|
+
* @param id A unique integer value identifying this RBAC Group.
|
|
583
|
+
* @returns void
|
|
584
|
+
* @throws ApiError
|
|
585
|
+
*/
|
|
586
|
+
static coreRbacGroupsDestroy(id: number): CancelablePromise<void>;
|
|
587
|
+
/**
|
|
588
|
+
* List RBAC policies
|
|
589
|
+
* Retrieve a list of RBAC policies. Can be filtered by platform_key or role_id.
|
|
590
|
+
* @param page A page number within the paginated result set.
|
|
591
|
+
* @param pageSize Number of results to return per page.
|
|
592
|
+
* @param platformKey Filter policies by platform key
|
|
593
|
+
* @param roleId Filter policies by role ID
|
|
594
|
+
* @returns PaginatedRbacPolicyList
|
|
595
|
+
* @throws ApiError
|
|
596
|
+
*/
|
|
597
|
+
static coreRbacPoliciesList(page?: number, pageSize?: number, platformKey?: string, roleId?: number): CancelablePromise<PaginatedRbacPolicyList>;
|
|
598
|
+
/**
|
|
599
|
+
* Create RBAC policy
|
|
600
|
+
* Create a new RBAC policy that defines resource access for a role.
|
|
601
|
+
* @param requestBody
|
|
602
|
+
* @returns RbacPolicy
|
|
603
|
+
* @throws ApiError
|
|
604
|
+
*/
|
|
605
|
+
static coreRbacPoliciesCreate(requestBody: RbacPolicy): CancelablePromise<RbacPolicy>;
|
|
606
|
+
/**
|
|
607
|
+
* Retrieve RBAC policy
|
|
608
|
+
* Retrieve details of a specific RBAC policy.
|
|
609
|
+
* @param id A unique integer value identifying this RBAC Policy.
|
|
610
|
+
* @returns RbacPolicy
|
|
611
|
+
* @throws ApiError
|
|
612
|
+
*/
|
|
613
|
+
static coreRbacPoliciesRetrieve(id: number): CancelablePromise<RbacPolicy>;
|
|
614
|
+
/**
|
|
615
|
+
* Update RBAC policy
|
|
616
|
+
* Update an existing RBAC policy.
|
|
617
|
+
* @param id A unique integer value identifying this RBAC Policy.
|
|
618
|
+
* @param requestBody
|
|
619
|
+
* @returns RbacPolicy
|
|
620
|
+
* @throws ApiError
|
|
621
|
+
*/
|
|
622
|
+
static coreRbacPoliciesUpdate(id: number, requestBody: RbacPolicy): CancelablePromise<RbacPolicy>;
|
|
623
|
+
/**
|
|
624
|
+
* Partially update RBAC policy
|
|
625
|
+
* Partially update an existing RBAC policy.
|
|
626
|
+
* @param id A unique integer value identifying this RBAC Policy.
|
|
627
|
+
* @param requestBody
|
|
628
|
+
* @returns RbacPolicy
|
|
629
|
+
* @throws ApiError
|
|
630
|
+
*/
|
|
631
|
+
static coreRbacPoliciesPartialUpdate(id: number, requestBody?: PatchedRbacPolicy): CancelablePromise<RbacPolicy>;
|
|
632
|
+
/**
|
|
633
|
+
* Delete RBAC policy
|
|
634
|
+
* Delete an RBAC policy.
|
|
635
|
+
* @param id A unique integer value identifying this RBAC Policy.
|
|
636
|
+
* @returns void
|
|
637
|
+
* @throws ApiError
|
|
638
|
+
*/
|
|
639
|
+
static coreRbacPoliciesDestroy(id: number): CancelablePromise<void>;
|
|
640
|
+
/**
|
|
641
|
+
* List RBAC roles
|
|
642
|
+
* Retrieve a list of RBAC roles. Can be filtered by platform_key.
|
|
643
|
+
* @param page A page number within the paginated result set.
|
|
644
|
+
* @param pageSize Number of results to return per page.
|
|
645
|
+
* @param platformKey Filter roles by platform key
|
|
646
|
+
* @returns PaginatedRbacRoleList
|
|
647
|
+
* @throws ApiError
|
|
648
|
+
*/
|
|
649
|
+
static coreRbacRolesList(page?: number, pageSize?: number, platformKey?: string): CancelablePromise<PaginatedRbacRoleList>;
|
|
650
|
+
/**
|
|
651
|
+
* Create RBAC role
|
|
652
|
+
* Create a new RBAC role for a platform.
|
|
653
|
+
* @param requestBody
|
|
654
|
+
* @returns RbacRole
|
|
655
|
+
* @throws ApiError
|
|
656
|
+
*/
|
|
657
|
+
static coreRbacRolesCreate(requestBody: RbacRole): CancelablePromise<RbacRole>;
|
|
658
|
+
/**
|
|
659
|
+
* Retrieve RBAC role
|
|
660
|
+
* Retrieve details of a specific RBAC role.
|
|
661
|
+
* @param id A unique integer value identifying this RBAC Role.
|
|
662
|
+
* @returns RbacRole
|
|
663
|
+
* @throws ApiError
|
|
664
|
+
*/
|
|
665
|
+
static coreRbacRolesRetrieve(id: number): CancelablePromise<RbacRole>;
|
|
666
|
+
/**
|
|
667
|
+
* Update RBAC role
|
|
668
|
+
* Update an existing RBAC role.
|
|
669
|
+
* @param id A unique integer value identifying this RBAC Role.
|
|
670
|
+
* @param requestBody
|
|
671
|
+
* @returns RbacRole
|
|
528
672
|
* @throws ApiError
|
|
529
673
|
*/
|
|
530
|
-
static
|
|
674
|
+
static coreRbacRolesUpdate(id: number, requestBody: RbacRole): CancelablePromise<RbacRole>;
|
|
531
675
|
/**
|
|
532
|
-
*
|
|
676
|
+
* Partially update RBAC role
|
|
677
|
+
* Partially update an existing RBAC role.
|
|
678
|
+
* @param id A unique integer value identifying this RBAC Role.
|
|
679
|
+
* @param requestBody
|
|
680
|
+
* @returns RbacRole
|
|
681
|
+
* @throws ApiError
|
|
682
|
+
*/
|
|
683
|
+
static coreRbacRolesPartialUpdate(id: number, requestBody?: PatchedRbacRole): CancelablePromise<RbacRole>;
|
|
684
|
+
/**
|
|
685
|
+
* Delete RBAC role
|
|
686
|
+
* Delete an RBAC role.
|
|
687
|
+
* @param id A unique integer value identifying this RBAC Role.
|
|
533
688
|
* @returns void
|
|
534
689
|
* @throws ApiError
|
|
535
690
|
*/
|
|
536
|
-
static coreRbacRolesDestroy(): CancelablePromise<void>;
|
|
691
|
+
static coreRbacRolesDestroy(id: number): CancelablePromise<void>;
|
|
692
|
+
/**
|
|
693
|
+
* List user role assignments
|
|
694
|
+
* Retrieve a list of user role assignments. Can be filtered by platform_key or user_id.
|
|
695
|
+
* @param page A page number within the paginated result set.
|
|
696
|
+
* @param pageSize Number of results to return per page.
|
|
697
|
+
* @param platformKey Filter user roles by platform key
|
|
698
|
+
* @param userId Filter user roles by user ID
|
|
699
|
+
* @returns PaginatedRbacUserRoleList
|
|
700
|
+
* @throws ApiError
|
|
701
|
+
*/
|
|
702
|
+
static coreRbacUserRolesList(page?: number, pageSize?: number, platformKey?: string, userId?: number): CancelablePromise<PaginatedRbacUserRoleList>;
|
|
703
|
+
/**
|
|
704
|
+
* Create user role assignment
|
|
705
|
+
* Assign a role to a user. The user must belong to the same platform as the role.
|
|
706
|
+
* @param requestBody
|
|
707
|
+
* @returns RbacUserRole
|
|
708
|
+
* @throws ApiError
|
|
709
|
+
*/
|
|
710
|
+
static coreRbacUserRolesCreate(requestBody: RbacUserRole): CancelablePromise<RbacUserRole>;
|
|
711
|
+
/**
|
|
712
|
+
* Retrieve user role assignment
|
|
713
|
+
* Retrieve details of a specific user role assignment.
|
|
714
|
+
* @param id A unique integer value identifying this RBAC User Role.
|
|
715
|
+
* @returns RbacUserRole
|
|
716
|
+
* @throws ApiError
|
|
717
|
+
*/
|
|
718
|
+
static coreRbacUserRolesRetrieve(id: number): CancelablePromise<RbacUserRole>;
|
|
537
719
|
/**
|
|
538
|
-
*
|
|
539
|
-
*
|
|
720
|
+
* Update user role assignment
|
|
721
|
+
* Update an existing user role assignment. Platform validation applies.
|
|
722
|
+
* @param id A unique integer value identifying this RBAC User Role.
|
|
723
|
+
* @param requestBody
|
|
724
|
+
* @returns RbacUserRole
|
|
540
725
|
* @throws ApiError
|
|
541
726
|
*/
|
|
542
|
-
static
|
|
727
|
+
static coreRbacUserRolesUpdate(id: number, requestBody: RbacUserRole): CancelablePromise<RbacUserRole>;
|
|
543
728
|
/**
|
|
544
|
-
*
|
|
729
|
+
* Partially update user role assignment
|
|
730
|
+
* Partially update an existing user role assignment. Platform validation applies.
|
|
731
|
+
* @param id A unique integer value identifying this RBAC User Role.
|
|
545
732
|
* @param requestBody
|
|
546
|
-
* @returns
|
|
733
|
+
* @returns RbacUserRole
|
|
547
734
|
* @throws ApiError
|
|
548
735
|
*/
|
|
549
|
-
static
|
|
736
|
+
static coreRbacUserRolesPartialUpdate(id: number, requestBody?: PatchedRbacUserRole): CancelablePromise<RbacUserRole>;
|
|
550
737
|
/**
|
|
551
|
-
*
|
|
552
|
-
*
|
|
738
|
+
* Delete user role assignment
|
|
739
|
+
* Remove a role assignment from a user.
|
|
740
|
+
* @param id A unique integer value identifying this RBAC User Role.
|
|
741
|
+
* @returns void
|
|
553
742
|
* @throws ApiError
|
|
554
743
|
*/
|
|
555
|
-
static coreRbacUserRolesDestroy(): CancelablePromise<
|
|
744
|
+
static coreRbacUserRolesDestroy(id: number): CancelablePromise<void>;
|
|
556
745
|
/**
|
|
557
746
|
* Invalidate all tokens for the authenticated user
|
|
558
747
|
* @returns any No response body
|