@iblai/iblai-api 3.48.3-ai-plus → 3.48.4-core
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +3068 -19088
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3069 -19080
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +3068 -19088
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +1 -320
- package/dist/types/models/NotificationSource.d.ts +2 -2
- package/dist/types/models/PatchedRbacGroupRole.d.ts +2 -2
- package/dist/types/models/PatchedRbacPolicy.d.ts +2 -2
- package/dist/types/models/PatchedRbacUserRole.d.ts +2 -2
- package/dist/types/models/RbacGroupRole.d.ts +2 -2
- package/dist/types/models/RbacPolicy.d.ts +2 -2
- package/dist/types/models/RbacUserRole.d.ts +2 -2
- package/dist/types/models/{NotificationSourceTypeEnum.d.ts → TypeEnum.d.ts} +1 -1
- package/dist/types/services/AnalyticsService.d.ts +42 -13
- package/dist/types/services/AudienceService.d.ts +345 -149
- package/dist/types/services/CareerService.d.ts +117 -90
- package/dist/types/services/CatalogService.d.ts +3735 -1072
- package/dist/types/services/CoreService.d.ts +421 -215
- package/dist/types/services/CredentialsService.d.ts +173 -138
- package/dist/types/services/DepartmentsService.d.ts +53 -16
- package/dist/types/services/EngagementService.d.ts +459 -179
- package/dist/types/services/FeaturesService.d.ts +16 -7
- package/dist/types/services/FinanceService.d.ts +49 -20
- package/dist/types/services/MediaResourcesService.d.ts +243 -67
- package/dist/types/services/NotificationBuilderService.d.ts +31 -17
- package/dist/types/services/NotificationService.d.ts +56 -49
- package/dist/types/services/OrgsService.d.ts +106 -77
- package/dist/types/services/OverviewService.d.ts +154 -55
- package/dist/types/services/PerformanceService.d.ts +132 -56
- package/dist/types/services/PerlearnerService.d.ts +431 -217
- package/dist/types/services/PlatformService.d.ts +221 -116
- package/dist/types/services/ProviderAssociationService.d.ts +3 -2
- package/dist/types/services/ProvidersService.d.ts +27 -18
- package/dist/types/services/ProvisionService.d.ts +3 -2
- package/dist/types/services/RecommendationsService.d.ts +3 -3
- package/dist/types/services/ReportsService.d.ts +22 -16
- package/dist/types/services/RolesService.d.ts +8 -6
- package/dist/types/services/SearchService.d.ts +305 -488
- package/dist/types/services/ServiceService.d.ts +33 -29
- package/dist/types/services/SkillsService.d.ts +40 -32
- package/dist/types/services/UserGroupsService.d.ts +53 -16
- package/package.json +1 -1
- package/src/core/OpenAPI.ts +1 -1
- package/src/index.ts +1 -320
- package/src/models/NotificationSource.ts +2 -2
- package/src/models/PatchedRbacGroupRole.ts +2 -2
- package/src/models/PatchedRbacPolicy.ts +2 -2
- package/src/models/PatchedRbacUserRole.ts +2 -2
- package/src/models/RbacGroupRole.ts +2 -2
- package/src/models/RbacPolicy.ts +2 -2
- package/src/models/RbacUserRole.ts +2 -2
- package/src/models/{NotificationSourceTypeEnum.ts → TypeEnum.ts} +1 -1
- package/src/services/AnalyticsService.ts +45 -16
- package/src/services/AudienceService.ts +380 -184
- package/src/services/CareerService.ts +144 -117
- package/src/services/CatalogService.ts +3995 -1332
- package/src/services/CoreService.ts +503 -311
- package/src/services/CredentialsService.ts +253 -173
- package/src/services/DepartmentsService.ts +56 -19
- package/src/services/EngagementService.ts +528 -236
- package/src/services/FeaturesService.ts +19 -10
- package/src/services/FinanceService.ts +54 -25
- package/src/services/MediaResourcesService.ts +251 -75
- package/src/services/NotificationBuilderService.ts +36 -22
- package/src/services/NotificationService.ts +73 -61
- package/src/services/OrgsService.ts +135 -106
- package/src/services/OverviewService.ts +172 -73
- package/src/services/PerformanceService.ts +153 -77
- package/src/services/PerlearnerService.ts +591 -279
- package/src/services/PlatformService.ts +278 -157
- package/src/services/ProviderAssociationService.ts +4 -3
- package/src/services/ProvidersService.ts +36 -27
- package/src/services/ProvisionService.ts +4 -3
- package/src/services/RecommendationsService.ts +5 -4
- package/src/services/ReportsService.ts +28 -22
- package/src/services/RolesService.ts +10 -8
- package/src/services/SearchService.ts +523 -1018
- package/src/services/ServiceService.ts +49 -39
- package/src/services/SkillsService.ts +56 -44
- package/src/services/UserGroupsService.ts +56 -19
- package/dist/types/models/AIGeneratedImage.d.ts +0 -13
- package/dist/types/models/AIUserProfileMemoryRelation.d.ts +0 -4
- package/dist/types/models/AIUserProfileRequest.d.ts +0 -4
- package/dist/types/models/APITokenCost.d.ts +0 -14
- package/dist/types/models/AccessEnum.d.ts +0 -8
- package/dist/types/models/AlignMentorBubbleEnum.d.ts +0 -8
- package/dist/types/models/AnalyticsOverview.d.ts +0 -7
- package/dist/types/models/Answer.d.ts +0 -11
- package/dist/types/models/AssumedKnowledge.d.ts +0 -4
- package/dist/types/models/AssumedKnowledgeLevel.d.ts +0 -4
- package/dist/types/models/AudioToTextRequest.d.ts +0 -3
- package/dist/types/models/AudioToTextResponse.d.ts +0 -3
- package/dist/types/models/Bot.d.ts +0 -15
- package/dist/types/models/BotCommand.d.ts +0 -6
- package/dist/types/models/BotCreate.d.ts +0 -12
- package/dist/types/models/CallAuthenticationRequest.d.ts +0 -13
- package/dist/types/models/CallAuthenticationResponse.d.ts +0 -21
- package/dist/types/models/ChatHistory.d.ts +0 -8
- package/dist/types/models/ChatHistoryFilterData.d.ts +0 -9
- package/dist/types/models/ChatHistoryFilterUser.d.ts +0 -5
- package/dist/types/models/ChatHistoryItem.d.ts +0 -5
- package/dist/types/models/ChatHistorySessionId.d.ts +0 -3
- package/dist/types/models/ChatSessionRequest.d.ts +0 -10
- package/dist/types/models/ChatSessionResponse.d.ts +0 -5
- package/dist/types/models/CheckDocumentTrainingStatus.d.ts +0 -10
- package/dist/types/models/ComponentBlock.d.ts +0 -9
- package/dist/types/models/ComponentBlockTypeEnum.d.ts +0 -8
- package/dist/types/models/ConversationMessage.d.ts +0 -11
- package/dist/types/models/ConversationRating.d.ts +0 -6
- package/dist/types/models/ConversationSummary.d.ts +0 -5
- package/dist/types/models/ConversationVolume.d.ts +0 -4
- package/dist/types/models/Conversations.d.ts +0 -28
- package/dist/types/models/Cost.d.ts +0 -3
- package/dist/types/models/CostPerTenant.d.ts +0 -6
- package/dist/types/models/CourseCreationTask.d.ts +0 -31
- package/dist/types/models/CourseCreationTaskFile.d.ts +0 -7
- package/dist/types/models/CourseCreationTaskStatusEnum.d.ts +0 -16
- package/dist/types/models/CredentialRequest.d.ts +0 -14
- package/dist/types/models/CrontabSchedule.d.ts +0 -22
- package/dist/types/models/CustomInstructionResponse.d.ts +0 -13
- package/dist/types/models/DataSet.d.ts +0 -21
- package/dist/types/models/DataSetCreate.d.ts +0 -12
- package/dist/types/models/DataSetStatusEnum.d.ts +0 -12
- package/dist/types/models/DateRange.d.ts +0 -4
- package/dist/types/models/DiscordConfig.d.ts +0 -7
- package/dist/types/models/DiscordUserConfig.d.ts +0 -10
- package/dist/types/models/DiscordWebhook.d.ts +0 -6
- package/dist/types/models/Document.d.ts +0 -41
- package/dist/types/models/DocumentFacet.d.ts +0 -17
- package/dist/types/models/DocumentSearchResponse.d.ts +0 -35
- package/dist/types/models/DocumentSettingsResponse.d.ts +0 -3
- package/dist/types/models/EdxCourse.d.ts +0 -11
- package/dist/types/models/ElevenlabsCustomVoice.d.ts +0 -4
- package/dist/types/models/ElevenlabsCustomVoiceResponse.d.ts +0 -8
- package/dist/types/models/EmailPromptDetail.d.ts +0 -13
- package/dist/types/models/EmailPromptList.d.ts +0 -11
- package/dist/types/models/EmailPromptSummary.d.ts +0 -5
- package/dist/types/models/FreeUsageCount.d.ts +0 -3
- package/dist/types/models/FullCourse.d.ts +0 -13
- package/dist/types/models/GreetingMethodEnum.d.ts +0 -8
- package/dist/types/models/GuidedPromptsResponse.d.ts +0 -3
- package/dist/types/models/HeygenMarketingVideoDetail.d.ts +0 -8
- package/dist/types/models/HeygenMarketingVideoList.d.ts +0 -6
- package/dist/types/models/HeygenTemplateRequest.d.ts +0 -5
- package/dist/types/models/HeygenTemplateResponseSingle.d.ts +0 -6
- package/dist/types/models/HeygenVideoDetail.d.ts +0 -8
- package/dist/types/models/HeygenVideoRequest.d.ts +0 -5
- package/dist/types/models/IBLAIPlatformMeta.d.ts +0 -3
- package/dist/types/models/IBLAIPlatformMetaRequest.d.ts +0 -6
- package/dist/types/models/IBLAIPlatformMetaUpdateRequest.d.ts +0 -10
- package/dist/types/models/InputQuestion.d.ts +0 -6
- package/dist/types/models/IntegrationCredential.d.ts +0 -8
- package/dist/types/models/IntialQuestionAnswer.d.ts +0 -3
- package/dist/types/models/JobRun.d.ts +0 -11
- package/dist/types/models/KindEnum.d.ts +0 -10
- package/dist/types/models/LLMCredentialRequest.d.ts +0 -14
- package/dist/types/models/LLMCredentialResponse.d.ts +0 -8
- package/dist/types/models/LLMModelForTenant.d.ts +0 -6
- package/dist/types/models/LLMQuestion.d.ts +0 -15
- package/dist/types/models/LLMResponse.d.ts +0 -14
- package/dist/types/models/LLMTracesListResponse.d.ts +0 -5
- package/dist/types/models/LanguagesView.d.ts +0 -5
- package/dist/types/models/LinkCourseRequest.d.ts +0 -3
- package/dist/types/models/LinkCourseResponse.d.ts +0 -5
- package/dist/types/models/MCPServer.d.ts +0 -21
- package/dist/types/models/MemoryComponentData.d.ts +0 -5
- package/dist/types/models/MemoryComponentMemory.d.ts +0 -4
- package/dist/types/models/MemoryComponentMemoryDetail.d.ts +0 -8
- package/dist/types/models/MemoryComponentResponse.d.ts +0 -5
- package/dist/types/models/MemoryProgress.d.ts +0 -8
- package/dist/types/models/MemoryStatusRequestView.d.ts +0 -6
- package/dist/types/models/MemoryStatusView.d.ts +0 -6
- package/dist/types/models/Mentor.d.ts +0 -85
- package/dist/types/models/MentorAudience.d.ts +0 -5
- package/dist/types/models/MentorCategory.d.ts +0 -9
- package/dist/types/models/MentorCategoryCreate.d.ts +0 -11
- package/dist/types/models/MentorCategoryGroup.d.ts +0 -11
- package/dist/types/models/MentorCategoryGroupCreate.d.ts +0 -11
- package/dist/types/models/MentorCreate.d.ts +0 -84
- package/dist/types/models/MentorCustomVoice.d.ts +0 -4
- package/dist/types/models/MentorCustomVoiceResponse.d.ts +0 -4
- package/dist/types/models/MentorData.d.ts +0 -7
- package/dist/types/models/MentorDetailAnalytics.d.ts +0 -6
- package/dist/types/models/MentorEval.d.ts +0 -11
- package/dist/types/models/MentorEvalQuestion.d.ts +0 -5
- package/dist/types/models/MentorEvalQuestionRequest.d.ts +0 -4
- package/dist/types/models/MentorEvalReport.d.ts +0 -10
- package/dist/types/models/MentorEvalRequest.d.ts +0 -8
- package/dist/types/models/MentorFacet.d.ts +0 -17
- package/dist/types/models/MentorFork.d.ts +0 -5
- package/dist/types/models/MentorFromTemplateRequest.d.ts +0 -4
- package/dist/types/models/MentorFromTemplateWithSettingRequest.d.ts +0 -47
- package/dist/types/models/MentorMemorySettingsRequest.d.ts +0 -6
- package/dist/types/models/MentorMemorySettingsResponse.d.ts +0 -6
- package/dist/types/models/MentorMetadata.d.ts +0 -5
- package/dist/types/models/MentorScenario.d.ts +0 -6
- package/dist/types/models/MentorScenarioPrompt.d.ts +0 -5
- package/dist/types/models/MentorSearchResponse.d.ts +0 -35
- package/dist/types/models/MentorSession.d.ts +0 -4
- package/dist/types/models/MentorSettings.d.ts +0 -58
- package/dist/types/models/MentorSettingsPublic.d.ts +0 -46
- package/dist/types/models/MentorSettingsRequest.d.ts +0 -62
- package/dist/types/models/MentorVisibilityEnum.d.ts +0 -10
- package/dist/types/models/MentorWizard.d.ts +0 -4
- package/dist/types/models/MessageStatistics.d.ts +0 -5
- package/dist/types/models/MessageView.d.ts +0 -10
- package/dist/types/models/MessageViewRequest.d.ts +0 -7
- package/dist/types/models/MessageViewUpdatResponse.d.ts +0 -3
- package/dist/types/models/Metadata.d.ts +0 -5
- package/dist/types/models/MetricChange.d.ts +0 -4
- package/dist/types/models/ModelCost.d.ts +0 -4
- package/dist/types/models/ModerationLog.d.ts +0 -11
- package/dist/types/models/NoChatMessagesFound.d.ts +0 -3
- package/dist/types/models/NullEnum.d.ts +0 -1
- package/dist/types/models/PageContent.d.ts +0 -6
- package/dist/types/models/PaginatedAIGeneratedImageList.d.ts +0 -7
- package/dist/types/models/PaginatedConversationsList.d.ts +0 -7
- package/dist/types/models/PaginatedCourseCreationTaskFileList.d.ts +0 -7
- package/dist/types/models/PaginatedCourseCreationTaskList.d.ts +0 -7
- package/dist/types/models/PaginatedDataSetList.d.ts +0 -7
- package/dist/types/models/PaginatedEdxCourseList.d.ts +0 -7
- package/dist/types/models/PaginatedEmailPromptListList.d.ts +0 -7
- package/dist/types/models/PaginatedHeygenMarketingVideoListList.d.ts +0 -7
- package/dist/types/models/PaginatedHeygenTemplateResponseSingleList.d.ts +0 -7
- package/dist/types/models/PaginatedJobRunList.d.ts +0 -7
- package/dist/types/models/PaginatedMCPServerList.d.ts +0 -7
- package/dist/types/models/PaginatedMentorList.d.ts +0 -7
- package/dist/types/models/PaginatedModerationLogList.d.ts +0 -7
- package/dist/types/models/PaginatedPeriodicAgentList.d.ts +0 -7
- package/dist/types/models/PaginatedPeriodicAgentLogList.d.ts +0 -7
- package/dist/types/models/PaginatedPlayWrightScriptList.d.ts +0 -7
- package/dist/types/models/PaginatedSectionList.d.ts +0 -7
- package/dist/types/models/PaginatedSubSectionList.d.ts +0 -7
- package/dist/types/models/PaginatedTopicStatisticsResponse.d.ts +0 -7
- package/dist/types/models/PaginatedTrainingList.d.ts +0 -7
- package/dist/types/models/PaginatedUnitList.d.ts +0 -7
- package/dist/types/models/PaginatedUserEdxMemoryList.d.ts +0 -7
- package/dist/types/models/PaginatedVoiceList.d.ts +0 -7
- package/dist/types/models/PatchedBotCommand.d.ts +0 -6
- package/dist/types/models/PatchedBotCreate.d.ts +0 -12
- package/dist/types/models/PatchedConversations.d.ts +0 -28
- package/dist/types/models/PatchedCourseCreationTaskFile.d.ts +0 -7
- package/dist/types/models/PatchedCredentialRequest.d.ts +0 -14
- package/dist/types/models/PatchedDataSet.d.ts +0 -21
- package/dist/types/models/PatchedDiscordConfig.d.ts +0 -7
- package/dist/types/models/PatchedDiscordUserConfig.d.ts +0 -10
- package/dist/types/models/PatchedLLMCredentialRequest.d.ts +0 -14
- package/dist/types/models/PatchedMCPServer.d.ts +0 -21
- package/dist/types/models/PatchedMentorCategoryGroupCreate.d.ts +0 -11
- package/dist/types/models/PatchedMentorCreate.d.ts +0 -84
- package/dist/types/models/PatchedPeriodicAgentCreate.d.ts +0 -41
- package/dist/types/models/PatchedPlayWrightScript.d.ts +0 -12
- package/dist/types/models/PatchedPrompt.d.ts +0 -22
- package/dist/types/models/PatchedSection.d.ts +0 -9
- package/dist/types/models/PatchedSlackConfig.d.ts +0 -8
- package/dist/types/models/PatchedSlackUserConfig.d.ts +0 -17
- package/dist/types/models/PatchedSubSection.d.ts +0 -9
- package/dist/types/models/PatchedTeamsConfig.d.ts +0 -7
- package/dist/types/models/PatchedTrainingCreate.d.ts +0 -31
- package/dist/types/models/PatchedUnit.d.ts +0 -11
- package/dist/types/models/PatchedWebexConfig.d.ts +0 -10
- package/dist/types/models/PatchedWhatsappConfig.d.ts +0 -11
- package/dist/types/models/PatchedWhatsappUserConfig.d.ts +0 -10
- package/dist/types/models/PeriodicAgent.d.ts +0 -42
- package/dist/types/models/PeriodicAgentCreate.d.ts +0 -41
- package/dist/types/models/PeriodicAgentLog.d.ts +0 -11
- package/dist/types/models/PeriodicAgentLogStatusEnum.d.ts +0 -10
- package/dist/types/models/PeriodicTask.d.ts +0 -21
- package/dist/types/models/PieChartData.d.ts +0 -5
- package/dist/types/models/PieChartSegment.d.ts +0 -4
- package/dist/types/models/PinnedMessageCreate.d.ts +0 -9
- package/dist/types/models/PinnedMessageGet.d.ts +0 -7
- package/dist/types/models/PinnedMessageRequest.d.ts +0 -6
- package/dist/types/models/PlayWrightScript.d.ts +0 -12
- package/dist/types/models/PredictiveAnalyticsRequest.d.ts +0 -4
- package/dist/types/models/PredictiveAnalyticsResponse.d.ts +0 -4
- package/dist/types/models/PreviousAgentStatusEnum.d.ts +0 -12
- package/dist/types/models/Prompt.d.ts +0 -22
- package/dist/types/models/PromptCategory.d.ts +0 -7
- package/dist/types/models/PromptFacet.d.ts +0 -17
- package/dist/types/models/PromptSearchResponse.d.ts +0 -35
- package/dist/types/models/PromptVisibilityEnum.d.ts +0 -10
- package/dist/types/models/Provider05cEnum.d.ts +0 -14
- package/dist/types/models/Provider63aEnum.d.ts +0 -6
- package/dist/types/models/QuestionCardTag.d.ts +0 -8
- package/dist/types/models/QuestionRequest.d.ts +0 -15
- package/dist/types/models/QuestionResponse.d.ts +0 -10
- package/dist/types/models/RatingEnum.d.ts +0 -8
- package/dist/types/models/RatingRecord.d.ts +0 -4
- package/dist/types/models/RbacBaseRole.d.ts +0 -15
- package/dist/types/models/RecentlyAccessedMentor.d.ts +0 -8
- package/dist/types/models/RecommendCourseBlock.d.ts +0 -3
- package/dist/types/models/RecommendCourseResponse.d.ts +0 -3
- package/dist/types/models/RecommendedCoursesResponse.d.ts +0 -33
- package/dist/types/models/RelatedText.d.ts +0 -3
- package/dist/types/models/RequestDataVariable.d.ts +0 -14
- package/dist/types/models/ResourceScrappedData.d.ts +0 -13
- package/dist/types/models/ResourceScrappedDataStatusEnum.d.ts +0 -12
- package/dist/types/models/ResponseDataVariable.d.ts +0 -14
- package/dist/types/models/RetreiverTrainViewRequest.d.ts +0 -10
- package/dist/types/models/RetreiverTrainViewResponse.d.ts +0 -6
- package/dist/types/models/RetrieveTask.d.ts +0 -3
- package/dist/types/models/RetrieverDocumentEmbedding.d.ts +0 -17
- package/dist/types/models/RetrieverDocumentEmbeddingRequest.d.ts +0 -30
- package/dist/types/models/RetrieverRequestSearch.d.ts +0 -10
- package/dist/types/models/RetrieverRequestSearchDocument.d.ts +0 -10
- package/dist/types/models/RetrieverResponseSearch.d.ts +0 -7
- package/dist/types/models/ReuestDataVariableList.d.ts +0 -4
- package/dist/types/models/RunMentorEval.d.ts +0 -3
- package/dist/types/models/ScanWebhookRequest.d.ts +0 -6
- package/dist/types/models/ScanWebhookResponse.d.ts +0 -3
- package/dist/types/models/Section.d.ts +0 -9
- package/dist/types/models/SectionWithChildren.d.ts +0 -11
- package/dist/types/models/SeedMentorsView.d.ts +0 -3
- package/dist/types/models/SentimentSummary.d.ts +0 -4
- package/dist/types/models/SessionBrowserScreenshot.d.ts +0 -8
- package/dist/types/models/SessionDetail.d.ts +0 -6
- package/dist/types/models/SessionMemoryStorage.d.ts +0 -6
- package/dist/types/models/ShellLogs.d.ts +0 -3
- package/dist/types/models/SlackConfig.d.ts +0 -8
- package/dist/types/models/SlackUserConfig.d.ts +0 -17
- package/dist/types/models/SlackWebhook.d.ts +0 -6
- package/dist/types/models/SpacedRepetitionLearningPath.d.ts +0 -3
- package/dist/types/models/SpacedRepetitionQuestionStats.d.ts +0 -5
- package/dist/types/models/StarMentor.d.ts +0 -7
- package/dist/types/models/Status6eeEnum.d.ts +0 -12
- package/dist/types/models/Step.d.ts +0 -9
- package/dist/types/models/StepStatusEnum.d.ts +0 -10
- package/dist/types/models/StudentChatMessage.d.ts +0 -4
- package/dist/types/models/StylesView.d.ts +0 -4
- package/dist/types/models/SubSection.d.ts +0 -9
- package/dist/types/models/SubSectionWithChildren.d.ts +0 -11
- package/dist/types/models/TagsView.d.ts +0 -5
- package/dist/types/models/TargetSystemEnum.d.ts +0 -8
- package/dist/types/models/TaskView.d.ts +0 -3
- package/dist/types/models/TeamsConfig.d.ts +0 -7
- package/dist/types/models/TeamsWebhook.d.ts +0 -17
- package/dist/types/models/TemplateMentor.d.ts +0 -9
- package/dist/types/models/TenantMentorTraces.d.ts +0 -6
- package/dist/types/models/ThemeEnum.d.ts +0 -8
- package/dist/types/models/TonesView.d.ts +0 -4
- package/dist/types/models/ToolResponse.d.ts +0 -11
- package/dist/types/models/TopicModel.d.ts +0 -3
- package/dist/types/models/TopicRecord.d.ts +0 -4
- package/dist/types/models/TopicStatistics.d.ts +0 -7
- package/dist/types/models/TopicStatisticsResponse.d.ts +0 -6
- package/dist/types/models/TopicSummaryView.d.ts +0 -4
- package/dist/types/models/TrainChatSessionDocumentView.d.ts +0 -6
- package/dist/types/models/TrainChatSessionDocumentViewRequest.d.ts +0 -6
- package/dist/types/models/TrainDocumentViewRequest.d.ts +0 -42
- package/dist/types/models/TrainDocumentViewResponse.d.ts +0 -15
- package/dist/types/models/Training.d.ts +0 -41
- package/dist/types/models/TrainingCreate.d.ts +0 -31
- package/dist/types/models/TrainingStatusEnum.d.ts +0 -12
- package/dist/types/models/TransportEnum.d.ts +0 -8
- package/dist/types/models/TrendEntry.d.ts +0 -4
- package/dist/types/models/TriggerRequest.d.ts +0 -5
- package/dist/types/models/TriggerResponse.d.ts +0 -6
- package/dist/types/models/TypeC42Enum.d.ts +0 -8
- package/dist/types/models/Unit.d.ts +0 -11
- package/dist/types/models/UnitWithChildren.d.ts +0 -13
- package/dist/types/models/UseMainCreds.d.ts +0 -3
- package/dist/types/models/UserAllChatMemoryView.d.ts +0 -7
- package/dist/types/models/UserCatalogItemMemoryView.d.ts +0 -14
- package/dist/types/models/UserChatByPeriod.d.ts +0 -4
- package/dist/types/models/UserChatFeedback.d.ts +0 -14
- package/dist/types/models/UserChatFeedbackCount.d.ts +0 -4
- package/dist/types/models/UserChatMemoryStatusRequestView.d.ts +0 -6
- package/dist/types/models/UserChatMemoryStatusView.d.ts +0 -6
- package/dist/types/models/UserChatMemoryUpdateView.d.ts +0 -10
- package/dist/types/models/UserCountRecord.d.ts +0 -4
- package/dist/types/models/UserEdxMemory.d.ts +0 -15
- package/dist/types/models/UserMemoryContextRequest.d.ts +0 -13
- package/dist/types/models/UserMemoryContextResponse.d.ts +0 -12
- package/dist/types/models/UserMetric.d.ts +0 -4
- package/dist/types/models/UserMetricsResponse.d.ts +0 -7
- package/dist/types/models/UserSentimentCountView.d.ts +0 -4
- package/dist/types/models/UserTrendByPeriod.d.ts +0 -5
- package/dist/types/models/VectorResult.d.ts +0 -8
- package/dist/types/models/VideoCaption.d.ts +0 -3
- package/dist/types/models/Voice.d.ts +0 -9
- package/dist/types/models/VoiceProviderEnum.d.ts +0 -10
- package/dist/types/models/WebResource.d.ts +0 -9
- package/dist/types/models/WebResourceCard.d.ts +0 -7
- package/dist/types/models/WebResourcesQuery.d.ts +0 -3
- package/dist/types/models/WebexConfig.d.ts +0 -10
- package/dist/types/models/WebexWebhook.d.ts +0 -4
- package/dist/types/models/WhatAppWebHook.d.ts +0 -3
- package/dist/types/models/WhatsappConfig.d.ts +0 -11
- package/dist/types/models/WhatsappUserConfig.d.ts +0 -10
- package/dist/types/services/AiAccountService.d.ts +0 -294
- package/dist/types/services/AiAnalyticsService.d.ts +0 -2801
- package/dist/types/services/AiBotService.d.ts +0 -486
- package/dist/types/services/AiFinetuningService.d.ts +0 -162
- package/dist/types/services/AiIndexService.d.ts +0 -400
- package/dist/types/services/AiMarketingService.d.ts +0 -34
- package/dist/types/services/AiMediaService.d.ts +0 -118
- package/dist/types/services/AiMentorService.d.ts +0 -4235
- package/dist/types/services/AiPromptService.d.ts +0 -920
- package/src/models/AIGeneratedImage.ts +0 -18
- package/src/models/AIUserProfileMemoryRelation.ts +0 -9
- package/src/models/AIUserProfileRequest.ts +0 -9
- package/src/models/APITokenCost.ts +0 -19
- package/src/models/AccessEnum.ts +0 -12
- package/src/models/AlignMentorBubbleEnum.ts +0 -12
- package/src/models/AnalyticsOverview.ts +0 -12
- package/src/models/Answer.ts +0 -16
- package/src/models/AssumedKnowledge.ts +0 -9
- package/src/models/AssumedKnowledgeLevel.ts +0 -9
- package/src/models/AudioToTextRequest.ts +0 -8
- package/src/models/AudioToTextResponse.ts +0 -8
- package/src/models/Bot.ts +0 -20
- package/src/models/BotCommand.ts +0 -11
- package/src/models/BotCreate.ts +0 -17
- package/src/models/CallAuthenticationRequest.ts +0 -18
- package/src/models/CallAuthenticationResponse.ts +0 -26
- package/src/models/ChatHistory.ts +0 -13
- package/src/models/ChatHistoryFilterData.ts +0 -14
- package/src/models/ChatHistoryFilterUser.ts +0 -10
- package/src/models/ChatHistoryItem.ts +0 -10
- package/src/models/ChatHistorySessionId.ts +0 -8
- package/src/models/ChatSessionRequest.ts +0 -15
- package/src/models/ChatSessionResponse.ts +0 -10
- package/src/models/CheckDocumentTrainingStatus.ts +0 -15
- package/src/models/ComponentBlock.ts +0 -14
- package/src/models/ComponentBlockTypeEnum.ts +0 -12
- package/src/models/ConversationMessage.ts +0 -16
- package/src/models/ConversationRating.ts +0 -11
- package/src/models/ConversationSummary.ts +0 -10
- package/src/models/ConversationVolume.ts +0 -9
- package/src/models/Conversations.ts +0 -33
- package/src/models/Cost.ts +0 -8
- package/src/models/CostPerTenant.ts +0 -11
- package/src/models/CourseCreationTask.ts +0 -36
- package/src/models/CourseCreationTaskFile.ts +0 -12
- package/src/models/CourseCreationTaskStatusEnum.ts +0 -20
- package/src/models/CredentialRequest.ts +0 -19
- package/src/models/CrontabSchedule.ts +0 -27
- package/src/models/CustomInstructionResponse.ts +0 -18
- package/src/models/DataSet.ts +0 -26
- package/src/models/DataSetCreate.ts +0 -17
- package/src/models/DataSetStatusEnum.ts +0 -16
- package/src/models/DateRange.ts +0 -9
- package/src/models/DiscordConfig.ts +0 -12
- package/src/models/DiscordUserConfig.ts +0 -15
- package/src/models/DiscordWebhook.ts +0 -11
- package/src/models/Document.ts +0 -46
- package/src/models/DocumentFacet.ts +0 -22
- package/src/models/DocumentSearchResponse.ts +0 -40
- package/src/models/DocumentSettingsResponse.ts +0 -8
- package/src/models/EdxCourse.ts +0 -16
- package/src/models/ElevenlabsCustomVoice.ts +0 -9
- package/src/models/ElevenlabsCustomVoiceResponse.ts +0 -13
- package/src/models/EmailPromptDetail.ts +0 -18
- package/src/models/EmailPromptList.ts +0 -16
- package/src/models/EmailPromptSummary.ts +0 -10
- package/src/models/FreeUsageCount.ts +0 -8
- package/src/models/FullCourse.ts +0 -18
- package/src/models/GreetingMethodEnum.ts +0 -12
- package/src/models/GuidedPromptsResponse.ts +0 -8
- package/src/models/HeygenMarketingVideoDetail.ts +0 -13
- package/src/models/HeygenMarketingVideoList.ts +0 -11
- package/src/models/HeygenTemplateRequest.ts +0 -10
- package/src/models/HeygenTemplateResponseSingle.ts +0 -11
- package/src/models/HeygenVideoDetail.ts +0 -13
- package/src/models/HeygenVideoRequest.ts +0 -10
- package/src/models/IBLAIPlatformMeta.ts +0 -8
- package/src/models/IBLAIPlatformMetaRequest.ts +0 -11
- package/src/models/IBLAIPlatformMetaUpdateRequest.ts +0 -15
- package/src/models/InputQuestion.ts +0 -11
- package/src/models/IntegrationCredential.ts +0 -13
- package/src/models/IntialQuestionAnswer.ts +0 -8
- package/src/models/JobRun.ts +0 -16
- package/src/models/KindEnum.ts +0 -14
- package/src/models/LLMCredentialRequest.ts +0 -19
- package/src/models/LLMCredentialResponse.ts +0 -13
- package/src/models/LLMModelForTenant.ts +0 -11
- package/src/models/LLMQuestion.ts +0 -20
- package/src/models/LLMResponse.ts +0 -19
- package/src/models/LLMTracesListResponse.ts +0 -10
- package/src/models/LanguagesView.ts +0 -10
- package/src/models/LinkCourseRequest.ts +0 -8
- package/src/models/LinkCourseResponse.ts +0 -10
- package/src/models/MCPServer.ts +0 -26
- package/src/models/MemoryComponentData.ts +0 -10
- package/src/models/MemoryComponentMemory.ts +0 -9
- package/src/models/MemoryComponentMemoryDetail.ts +0 -13
- package/src/models/MemoryComponentResponse.ts +0 -10
- package/src/models/MemoryProgress.ts +0 -13
- package/src/models/MemoryStatusRequestView.ts +0 -11
- package/src/models/MemoryStatusView.ts +0 -11
- package/src/models/Mentor.ts +0 -90
- package/src/models/MentorAudience.ts +0 -10
- package/src/models/MentorCategory.ts +0 -14
- package/src/models/MentorCategoryCreate.ts +0 -16
- package/src/models/MentorCategoryGroup.ts +0 -16
- package/src/models/MentorCategoryGroupCreate.ts +0 -16
- package/src/models/MentorCreate.ts +0 -89
- package/src/models/MentorCustomVoice.ts +0 -9
- package/src/models/MentorCustomVoiceResponse.ts +0 -9
- package/src/models/MentorData.ts +0 -12
- package/src/models/MentorDetailAnalytics.ts +0 -11
- package/src/models/MentorEval.ts +0 -16
- package/src/models/MentorEvalQuestion.ts +0 -10
- package/src/models/MentorEvalQuestionRequest.ts +0 -9
- package/src/models/MentorEvalReport.ts +0 -15
- package/src/models/MentorEvalRequest.ts +0 -13
- package/src/models/MentorFacet.ts +0 -22
- package/src/models/MentorFork.ts +0 -10
- package/src/models/MentorFromTemplateRequest.ts +0 -9
- package/src/models/MentorFromTemplateWithSettingRequest.ts +0 -52
- package/src/models/MentorMemorySettingsRequest.ts +0 -11
- package/src/models/MentorMemorySettingsResponse.ts +0 -11
- package/src/models/MentorMetadata.ts +0 -10
- package/src/models/MentorScenario.ts +0 -11
- package/src/models/MentorScenarioPrompt.ts +0 -10
- package/src/models/MentorSearchResponse.ts +0 -40
- package/src/models/MentorSession.ts +0 -9
- package/src/models/MentorSettings.ts +0 -63
- package/src/models/MentorSettingsPublic.ts +0 -51
- package/src/models/MentorSettingsRequest.ts +0 -67
- package/src/models/MentorVisibilityEnum.ts +0 -14
- package/src/models/MentorWizard.ts +0 -9
- package/src/models/MessageStatistics.ts +0 -10
- package/src/models/MessageView.ts +0 -15
- package/src/models/MessageViewRequest.ts +0 -12
- package/src/models/MessageViewUpdatResponse.ts +0 -8
- package/src/models/Metadata.ts +0 -10
- package/src/models/MetricChange.ts +0 -9
- package/src/models/ModelCost.ts +0 -9
- package/src/models/ModerationLog.ts +0 -16
- package/src/models/NoChatMessagesFound.ts +0 -8
- package/src/models/NullEnum.ts +0 -7
- package/src/models/PageContent.ts +0 -11
- package/src/models/PaginatedAIGeneratedImageList.ts +0 -12
- package/src/models/PaginatedConversationsList.ts +0 -12
- package/src/models/PaginatedCourseCreationTaskFileList.ts +0 -12
- package/src/models/PaginatedCourseCreationTaskList.ts +0 -12
- package/src/models/PaginatedDataSetList.ts +0 -12
- package/src/models/PaginatedEdxCourseList.ts +0 -12
- package/src/models/PaginatedEmailPromptListList.ts +0 -12
- package/src/models/PaginatedHeygenMarketingVideoListList.ts +0 -12
- package/src/models/PaginatedHeygenTemplateResponseSingleList.ts +0 -12
- package/src/models/PaginatedJobRunList.ts +0 -12
- package/src/models/PaginatedMCPServerList.ts +0 -12
- package/src/models/PaginatedMentorList.ts +0 -12
- package/src/models/PaginatedModerationLogList.ts +0 -12
- package/src/models/PaginatedPeriodicAgentList.ts +0 -12
- package/src/models/PaginatedPeriodicAgentLogList.ts +0 -12
- package/src/models/PaginatedPlayWrightScriptList.ts +0 -12
- package/src/models/PaginatedSectionList.ts +0 -12
- package/src/models/PaginatedSubSectionList.ts +0 -12
- package/src/models/PaginatedTopicStatisticsResponse.ts +0 -12
- package/src/models/PaginatedTrainingList.ts +0 -12
- package/src/models/PaginatedUnitList.ts +0 -12
- package/src/models/PaginatedUserEdxMemoryList.ts +0 -12
- package/src/models/PaginatedVoiceList.ts +0 -12
- package/src/models/PatchedBotCommand.ts +0 -11
- package/src/models/PatchedBotCreate.ts +0 -17
- package/src/models/PatchedConversations.ts +0 -33
- package/src/models/PatchedCourseCreationTaskFile.ts +0 -12
- package/src/models/PatchedCredentialRequest.ts +0 -19
- package/src/models/PatchedDataSet.ts +0 -26
- package/src/models/PatchedDiscordConfig.ts +0 -12
- package/src/models/PatchedDiscordUserConfig.ts +0 -15
- package/src/models/PatchedLLMCredentialRequest.ts +0 -19
- package/src/models/PatchedMCPServer.ts +0 -26
- package/src/models/PatchedMentorCategoryGroupCreate.ts +0 -16
- package/src/models/PatchedMentorCreate.ts +0 -89
- package/src/models/PatchedPeriodicAgentCreate.ts +0 -46
- package/src/models/PatchedPlayWrightScript.ts +0 -17
- package/src/models/PatchedPrompt.ts +0 -27
- package/src/models/PatchedSection.ts +0 -14
- package/src/models/PatchedSlackConfig.ts +0 -13
- package/src/models/PatchedSlackUserConfig.ts +0 -22
- package/src/models/PatchedSubSection.ts +0 -14
- package/src/models/PatchedTeamsConfig.ts +0 -12
- package/src/models/PatchedTrainingCreate.ts +0 -36
- package/src/models/PatchedUnit.ts +0 -16
- package/src/models/PatchedWebexConfig.ts +0 -15
- package/src/models/PatchedWhatsappConfig.ts +0 -16
- package/src/models/PatchedWhatsappUserConfig.ts +0 -15
- package/src/models/PeriodicAgent.ts +0 -47
- package/src/models/PeriodicAgentCreate.ts +0 -46
- package/src/models/PeriodicAgentLog.ts +0 -16
- package/src/models/PeriodicAgentLogStatusEnum.ts +0 -14
- package/src/models/PeriodicTask.ts +0 -26
- package/src/models/PieChartData.ts +0 -10
- package/src/models/PieChartSegment.ts +0 -9
- package/src/models/PinnedMessageCreate.ts +0 -14
- package/src/models/PinnedMessageGet.ts +0 -12
- package/src/models/PinnedMessageRequest.ts +0 -11
- package/src/models/PlayWrightScript.ts +0 -17
- package/src/models/PredictiveAnalyticsRequest.ts +0 -9
- package/src/models/PredictiveAnalyticsResponse.ts +0 -9
- package/src/models/PreviousAgentStatusEnum.ts +0 -16
- package/src/models/Prompt.ts +0 -27
- package/src/models/PromptCategory.ts +0 -12
- package/src/models/PromptFacet.ts +0 -22
- package/src/models/PromptSearchResponse.ts +0 -40
- package/src/models/PromptVisibilityEnum.ts +0 -14
- package/src/models/Provider05cEnum.ts +0 -18
- package/src/models/Provider63aEnum.ts +0 -10
- package/src/models/QuestionCardTag.ts +0 -13
- package/src/models/QuestionRequest.ts +0 -20
- package/src/models/QuestionResponse.ts +0 -15
- package/src/models/RatingEnum.ts +0 -12
- package/src/models/RatingRecord.ts +0 -9
- package/src/models/RbacBaseRole.ts +0 -20
- package/src/models/RecentlyAccessedMentor.ts +0 -13
- package/src/models/RecommendCourseBlock.ts +0 -8
- package/src/models/RecommendCourseResponse.ts +0 -8
- package/src/models/RecommendedCoursesResponse.ts +0 -38
- package/src/models/RelatedText.ts +0 -8
- package/src/models/RequestDataVariable.ts +0 -19
- package/src/models/ResourceScrappedData.ts +0 -18
- package/src/models/ResourceScrappedDataStatusEnum.ts +0 -16
- package/src/models/ResponseDataVariable.ts +0 -19
- package/src/models/RetreiverTrainViewRequest.ts +0 -15
- package/src/models/RetreiverTrainViewResponse.ts +0 -11
- package/src/models/RetrieveTask.ts +0 -8
- package/src/models/RetrieverDocumentEmbedding.ts +0 -22
- package/src/models/RetrieverDocumentEmbeddingRequest.ts +0 -35
- package/src/models/RetrieverRequestSearch.ts +0 -15
- package/src/models/RetrieverRequestSearchDocument.ts +0 -15
- package/src/models/RetrieverResponseSearch.ts +0 -12
- package/src/models/ReuestDataVariableList.ts +0 -9
- package/src/models/RunMentorEval.ts +0 -8
- package/src/models/ScanWebhookRequest.ts +0 -11
- package/src/models/ScanWebhookResponse.ts +0 -8
- package/src/models/Section.ts +0 -14
- package/src/models/SectionWithChildren.ts +0 -16
- package/src/models/SeedMentorsView.ts +0 -8
- package/src/models/SentimentSummary.ts +0 -9
- package/src/models/SessionBrowserScreenshot.ts +0 -13
- package/src/models/SessionDetail.ts +0 -11
- package/src/models/SessionMemoryStorage.ts +0 -11
- package/src/models/ShellLogs.ts +0 -8
- package/src/models/SlackConfig.ts +0 -13
- package/src/models/SlackUserConfig.ts +0 -22
- package/src/models/SlackWebhook.ts +0 -11
- package/src/models/SpacedRepetitionLearningPath.ts +0 -8
- package/src/models/SpacedRepetitionQuestionStats.ts +0 -10
- package/src/models/StarMentor.ts +0 -12
- package/src/models/Status6eeEnum.ts +0 -16
- package/src/models/Step.ts +0 -14
- package/src/models/StepStatusEnum.ts +0 -14
- package/src/models/StudentChatMessage.ts +0 -9
- package/src/models/StylesView.ts +0 -9
- package/src/models/SubSection.ts +0 -14
- package/src/models/SubSectionWithChildren.ts +0 -16
- package/src/models/TagsView.ts +0 -10
- package/src/models/TargetSystemEnum.ts +0 -12
- package/src/models/TaskView.ts +0 -8
- package/src/models/TeamsConfig.ts +0 -12
- package/src/models/TeamsWebhook.ts +0 -22
- package/src/models/TemplateMentor.ts +0 -14
- package/src/models/TenantMentorTraces.ts +0 -11
- package/src/models/ThemeEnum.ts +0 -12
- package/src/models/TonesView.ts +0 -9
- package/src/models/ToolResponse.ts +0 -16
- package/src/models/TopicModel.ts +0 -8
- package/src/models/TopicRecord.ts +0 -9
- package/src/models/TopicStatistics.ts +0 -12
- package/src/models/TopicStatisticsResponse.ts +0 -11
- package/src/models/TopicSummaryView.ts +0 -9
- package/src/models/TrainChatSessionDocumentView.ts +0 -11
- package/src/models/TrainChatSessionDocumentViewRequest.ts +0 -11
- package/src/models/TrainDocumentViewRequest.ts +0 -47
- package/src/models/TrainDocumentViewResponse.ts +0 -20
- package/src/models/Training.ts +0 -46
- package/src/models/TrainingCreate.ts +0 -36
- package/src/models/TrainingStatusEnum.ts +0 -16
- package/src/models/TransportEnum.ts +0 -12
- package/src/models/TrendEntry.ts +0 -9
- package/src/models/TriggerRequest.ts +0 -10
- package/src/models/TriggerResponse.ts +0 -11
- package/src/models/TypeC42Enum.ts +0 -12
- package/src/models/Unit.ts +0 -16
- package/src/models/UnitWithChildren.ts +0 -18
- package/src/models/UseMainCreds.ts +0 -8
- package/src/models/UserAllChatMemoryView.ts +0 -12
- package/src/models/UserCatalogItemMemoryView.ts +0 -19
- package/src/models/UserChatByPeriod.ts +0 -9
- package/src/models/UserChatFeedback.ts +0 -19
- package/src/models/UserChatFeedbackCount.ts +0 -9
- package/src/models/UserChatMemoryStatusRequestView.ts +0 -11
- package/src/models/UserChatMemoryStatusView.ts +0 -11
- package/src/models/UserChatMemoryUpdateView.ts +0 -15
- package/src/models/UserCountRecord.ts +0 -9
- package/src/models/UserEdxMemory.ts +0 -20
- package/src/models/UserMemoryContextRequest.ts +0 -18
- package/src/models/UserMemoryContextResponse.ts +0 -17
- package/src/models/UserMetric.ts +0 -9
- package/src/models/UserMetricsResponse.ts +0 -12
- package/src/models/UserSentimentCountView.ts +0 -9
- package/src/models/UserTrendByPeriod.ts +0 -10
- package/src/models/VectorResult.ts +0 -13
- package/src/models/VideoCaption.ts +0 -8
- package/src/models/Voice.ts +0 -14
- package/src/models/VoiceProviderEnum.ts +0 -14
- package/src/models/WebResource.ts +0 -14
- package/src/models/WebResourceCard.ts +0 -12
- package/src/models/WebResourcesQuery.ts +0 -8
- package/src/models/WebexConfig.ts +0 -15
- package/src/models/WebexWebhook.ts +0 -9
- package/src/models/WhatAppWebHook.ts +0 -8
- package/src/models/WhatsappConfig.ts +0 -16
- package/src/models/WhatsappUserConfig.ts +0 -15
- package/src/services/AiAccountService.ts +0 -479
- package/src/services/AiAnalyticsService.ts +0 -5198
- package/src/services/AiBotService.ts +0 -1174
- package/src/services/AiFinetuningService.ts +0 -402
- package/src/services/AiIndexService.ts +0 -693
- package/src/services/AiMarketingService.ts +0 -87
- package/src/services/AiMediaService.ts +0 -273
- package/src/services/AiMentorService.ts +0 -7977
- package/src/services/AiPromptService.ts +0 -1771
|
@@ -47,11 +47,12 @@ export declare class CoreService {
|
|
|
47
47
|
* Params:
|
|
48
48
|
* - Any of user_id, username, or email (choose one only, required)
|
|
49
49
|
* - platform_key: str (required)
|
|
50
|
-
* @param requestBody
|
|
51
50
|
* @returns TokenProxyOutput
|
|
52
51
|
* @throws ApiError
|
|
53
52
|
*/
|
|
54
|
-
static coreConsolidatedTokenProxyCreate(requestBody
|
|
53
|
+
static coreConsolidatedTokenProxyCreate({ requestBody, }: {
|
|
54
|
+
requestBody: TokenProxyInput;
|
|
55
|
+
}): CancelablePromise<TokenProxyOutput>;
|
|
55
56
|
/**
|
|
56
57
|
* Show (active) departments associated with a platform
|
|
57
58
|
* @returns any No response body
|
|
@@ -102,19 +103,21 @@ export declare class CoreService {
|
|
|
102
103
|
static coreDepartmentsMembersCheckRetrieve(): CancelablePromise<any>;
|
|
103
104
|
/**
|
|
104
105
|
* Check if a domain is whitelisted
|
|
105
|
-
* @param url
|
|
106
|
-
* @param isActive
|
|
107
106
|
* @returns any No response body
|
|
108
107
|
* @throws ApiError
|
|
109
108
|
*/
|
|
110
|
-
static coreDomainsWhitelistRetrieve(url
|
|
109
|
+
static coreDomainsWhitelistRetrieve({ url, isActive, }: {
|
|
110
|
+
url: string;
|
|
111
|
+
isActive?: boolean;
|
|
112
|
+
}): CancelablePromise<any>;
|
|
111
113
|
/**
|
|
112
114
|
* Add a new domain to whitelist
|
|
113
|
-
* @param requestBody
|
|
114
115
|
* @returns WhitelistedDomain
|
|
115
116
|
* @throws ApiError
|
|
116
117
|
*/
|
|
117
|
-
static coreDomainsWhitelistCreate(requestBody
|
|
118
|
+
static coreDomainsWhitelistCreate({ requestBody, }: {
|
|
119
|
+
requestBody: WhitelistedDomain;
|
|
120
|
+
}): CancelablePromise<WhitelistedDomain>;
|
|
118
121
|
/**
|
|
119
122
|
* **Use Case**
|
|
120
123
|
*
|
|
@@ -155,12 +158,12 @@ export declare class CoreService {
|
|
|
155
158
|
* Params:
|
|
156
159
|
* key
|
|
157
160
|
* user_id: Optional
|
|
158
|
-
* @param key
|
|
159
|
-
* @param userId
|
|
160
161
|
* @returns PlatformList
|
|
161
162
|
* @throws ApiError
|
|
162
163
|
*/
|
|
163
|
-
static coreLauncherRetrieve(key
|
|
164
|
+
static coreLauncherRetrieve({ key, userId, }: {
|
|
165
|
+
key: string;
|
|
166
|
+
}): CancelablePromise<PlatformList>;
|
|
164
167
|
/**
|
|
165
168
|
* POST: Launch a new edX platform
|
|
166
169
|
*
|
|
@@ -172,197 +175,240 @@ export declare class CoreService {
|
|
|
172
175
|
* lms_url: LMS URL ("optional")
|
|
173
176
|
* cms_url: CMS URL ("optional")
|
|
174
177
|
* portal_url: Portal URL ("optional")
|
|
175
|
-
* @param requestBody
|
|
176
178
|
* @returns PlatformList
|
|
177
179
|
* @throws ApiError
|
|
178
180
|
*/
|
|
179
|
-
static coreLauncherCreate(requestBody
|
|
181
|
+
static coreLauncherCreate({ requestBody, }: {
|
|
182
|
+
requestBody: LauncherViewPostRequest;
|
|
183
|
+
}): CancelablePromise<PlatformList>;
|
|
180
184
|
/**
|
|
181
185
|
* List your LTI Provider Key's
|
|
182
|
-
* @param platformKey Platform Key
|
|
183
186
|
* @returns LtiKey
|
|
184
187
|
* @throws ApiError
|
|
185
188
|
*/
|
|
186
|
-
static coreLti1P3ProviderLtiKeysList(platformKey
|
|
189
|
+
static coreLti1P3ProviderLtiKeysList({ platformKey, }: {
|
|
190
|
+
/**
|
|
191
|
+
* Platform Key
|
|
192
|
+
*/
|
|
193
|
+
platformKey: string;
|
|
194
|
+
}): CancelablePromise<Array<LtiKey>>;
|
|
187
195
|
/**
|
|
188
196
|
* Create a new LTI Provider Key
|
|
189
|
-
* @param requestBody
|
|
190
197
|
* @returns LtiKey
|
|
191
198
|
* @throws ApiError
|
|
192
199
|
*/
|
|
193
|
-
static coreLti1P3ProviderLtiKeysCreate(requestBody
|
|
200
|
+
static coreLti1P3ProviderLtiKeysCreate({ requestBody, }: {
|
|
201
|
+
requestBody: LtiKey;
|
|
202
|
+
}): CancelablePromise<LtiKey>;
|
|
194
203
|
/**
|
|
195
204
|
* Get details about a specific LTI Provider Key
|
|
196
|
-
* @param id
|
|
197
|
-
* @param platformKey Platform Key
|
|
198
205
|
* @returns LtiKey
|
|
199
206
|
* @throws ApiError
|
|
200
207
|
*/
|
|
201
|
-
static coreLti1P3ProviderLtiKeysRetrieve(id
|
|
208
|
+
static coreLti1P3ProviderLtiKeysRetrieve({ id, platformKey, }: {
|
|
209
|
+
id: string;
|
|
210
|
+
/**
|
|
211
|
+
* Platform Key
|
|
212
|
+
*/
|
|
213
|
+
platformKey: string;
|
|
214
|
+
}): CancelablePromise<LtiKey>;
|
|
202
215
|
/**
|
|
203
216
|
* Update an LTI Provider Key
|
|
204
|
-
* @param id
|
|
205
|
-
* @param requestBody
|
|
206
217
|
* @returns LtiKey
|
|
207
218
|
* @throws ApiError
|
|
208
219
|
*/
|
|
209
|
-
static coreLti1P3ProviderLtiKeysUpdate(id
|
|
220
|
+
static coreLti1P3ProviderLtiKeysUpdate({ id, requestBody, }: {
|
|
221
|
+
id: string;
|
|
222
|
+
requestBody: LtiKey;
|
|
223
|
+
}): CancelablePromise<LtiKey>;
|
|
210
224
|
/**
|
|
211
225
|
* Delete an LTI Provider Key
|
|
212
226
|
*
|
|
213
227
|
* **DANGER:** Deleting a key will also delete all Tools that reference that Key. If you need to delete a Key you should first create a new one and update all Tools to reference the new Key before deleting the old one.
|
|
214
|
-
* @param id
|
|
215
|
-
* @param platformKey Platform Key
|
|
216
228
|
* @returns void
|
|
217
229
|
* @throws ApiError
|
|
218
230
|
*/
|
|
219
|
-
static coreLti1P3ProviderLtiKeysDestroy(id
|
|
231
|
+
static coreLti1P3ProviderLtiKeysDestroy({ id, platformKey, }: {
|
|
232
|
+
id: string;
|
|
233
|
+
/**
|
|
234
|
+
* Platform Key
|
|
235
|
+
*/
|
|
236
|
+
platformKey: string;
|
|
237
|
+
}): CancelablePromise<void>;
|
|
220
238
|
/**
|
|
221
239
|
* List your LTI Tool's
|
|
222
|
-
* @param platformKey Platform Key
|
|
223
240
|
* @returns LtiTool
|
|
224
241
|
* @throws ApiError
|
|
225
242
|
*/
|
|
226
|
-
static coreLti1P3ProviderLtiToolsList(platformKey
|
|
243
|
+
static coreLti1P3ProviderLtiToolsList({ platformKey, }: {
|
|
244
|
+
/**
|
|
245
|
+
* Platform Key
|
|
246
|
+
*/
|
|
247
|
+
platformKey: string;
|
|
248
|
+
}): CancelablePromise<Array<LtiTool>>;
|
|
227
249
|
/**
|
|
228
250
|
* Create a new LTI Tool
|
|
229
|
-
* @param requestBody
|
|
230
251
|
* @returns LtiTool
|
|
231
252
|
* @throws ApiError
|
|
232
253
|
*/
|
|
233
|
-
static coreLti1P3ProviderLtiToolsCreate(requestBody
|
|
254
|
+
static coreLti1P3ProviderLtiToolsCreate({ requestBody, }: {
|
|
255
|
+
requestBody: LtiTool;
|
|
256
|
+
}): CancelablePromise<LtiTool>;
|
|
234
257
|
/**
|
|
235
258
|
* Get details about a specific LTI Tool
|
|
236
|
-
* @param id
|
|
237
|
-
* @param platformKey Platform Key
|
|
238
259
|
* @returns LtiTool
|
|
239
260
|
* @throws ApiError
|
|
240
261
|
*/
|
|
241
|
-
static coreLti1P3ProviderLtiToolsRetrieve(id
|
|
262
|
+
static coreLti1P3ProviderLtiToolsRetrieve({ id, platformKey, }: {
|
|
263
|
+
id: string;
|
|
264
|
+
/**
|
|
265
|
+
* Platform Key
|
|
266
|
+
*/
|
|
267
|
+
platformKey: string;
|
|
268
|
+
}): CancelablePromise<LtiTool>;
|
|
242
269
|
/**
|
|
243
270
|
* Update an LTI Tool
|
|
244
|
-
* @param id
|
|
245
|
-
* @param requestBody
|
|
246
271
|
* @returns LtiTool
|
|
247
272
|
* @throws ApiError
|
|
248
273
|
*/
|
|
249
|
-
static coreLti1P3ProviderLtiToolsUpdate(id
|
|
274
|
+
static coreLti1P3ProviderLtiToolsUpdate({ id, requestBody, }: {
|
|
275
|
+
id: string;
|
|
276
|
+
requestBody: LtiTool;
|
|
277
|
+
}): CancelablePromise<LtiTool>;
|
|
250
278
|
/**
|
|
251
279
|
* Delete an LTI Tool
|
|
252
|
-
* @param id
|
|
253
|
-
* @param platformKey Platform Key
|
|
254
280
|
* @returns void
|
|
255
281
|
* @throws ApiError
|
|
256
282
|
*/
|
|
257
|
-
static coreLti1P3ProviderLtiToolsDestroy(id
|
|
283
|
+
static coreLti1P3ProviderLtiToolsDestroy({ id, platformKey, }: {
|
|
284
|
+
id: string;
|
|
285
|
+
/**
|
|
286
|
+
* Platform Key
|
|
287
|
+
*/
|
|
288
|
+
platformKey: string;
|
|
289
|
+
}): CancelablePromise<void>;
|
|
258
290
|
/**
|
|
259
291
|
* Get platform logo
|
|
260
|
-
* @param org
|
|
261
292
|
* @returns any
|
|
262
293
|
* @throws ApiError
|
|
263
294
|
*/
|
|
264
|
-
static coreOrgsDarkModeLogoRetrieve(org
|
|
295
|
+
static coreOrgsDarkModeLogoRetrieve({ org, }: {
|
|
296
|
+
org: string;
|
|
297
|
+
}): CancelablePromise<Record<string, any>>;
|
|
265
298
|
/**
|
|
266
299
|
* Upload a new platform logo
|
|
267
|
-
* @param org
|
|
268
|
-
* @param requestBody
|
|
269
300
|
* @returns ImageUpload
|
|
270
301
|
* @throws ApiError
|
|
271
302
|
*/
|
|
272
|
-
static coreOrgsDarkModeLogoCreateCreate(org
|
|
303
|
+
static coreOrgsDarkModeLogoCreateCreate({ org, requestBody, }: {
|
|
304
|
+
org: string;
|
|
305
|
+
requestBody: ImageUpload;
|
|
306
|
+
}): CancelablePromise<ImageUpload>;
|
|
273
307
|
/**
|
|
274
308
|
* Get platform logo
|
|
275
|
-
* @param org
|
|
276
309
|
* @returns any
|
|
277
310
|
* @throws ApiError
|
|
278
311
|
*/
|
|
279
|
-
static coreOrgsFaviconRetrieve(org
|
|
312
|
+
static coreOrgsFaviconRetrieve({ org, }: {
|
|
313
|
+
org: string;
|
|
314
|
+
}): CancelablePromise<Record<string, any>>;
|
|
280
315
|
/**
|
|
281
316
|
* Upload a new platform logo
|
|
282
|
-
* @param org
|
|
283
|
-
* @param requestBody
|
|
284
317
|
* @returns ImageUpload
|
|
285
318
|
* @throws ApiError
|
|
286
319
|
*/
|
|
287
|
-
static coreOrgsFaviconCreateCreate(org
|
|
320
|
+
static coreOrgsFaviconCreateCreate({ org, requestBody, }: {
|
|
321
|
+
org: string;
|
|
322
|
+
requestBody: ImageUpload;
|
|
323
|
+
}): CancelablePromise<ImageUpload>;
|
|
288
324
|
/**
|
|
289
325
|
* Get platform logo
|
|
290
|
-
* @param org
|
|
291
326
|
* @returns any
|
|
292
327
|
* @throws ApiError
|
|
293
328
|
*/
|
|
294
|
-
static coreOrgsLogoRetrieve(org
|
|
329
|
+
static coreOrgsLogoRetrieve({ org, }: {
|
|
330
|
+
org: string;
|
|
331
|
+
}): CancelablePromise<Record<string, any>>;
|
|
295
332
|
/**
|
|
296
333
|
* Upload a new platform logo
|
|
297
|
-
* @param org
|
|
298
|
-
* @param requestBody
|
|
299
334
|
* @returns ImageUpload
|
|
300
335
|
* @throws ApiError
|
|
301
336
|
*/
|
|
302
|
-
static coreOrgsLogoCreateCreate(org
|
|
337
|
+
static coreOrgsLogoCreateCreate({ org, requestBody, }: {
|
|
338
|
+
org: string;
|
|
339
|
+
requestBody: ImageUpload;
|
|
340
|
+
}): CancelablePromise<ImageUpload>;
|
|
303
341
|
/**
|
|
304
|
-
* @param org
|
|
305
342
|
* @returns PlatformPublicMetadata
|
|
306
343
|
* @throws ApiError
|
|
307
344
|
*/
|
|
308
|
-
static coreOrgsMetadataRetrieve(org
|
|
345
|
+
static coreOrgsMetadataRetrieve({ org, }: {
|
|
346
|
+
org: string;
|
|
347
|
+
}): CancelablePromise<PlatformPublicMetadata>;
|
|
309
348
|
/**
|
|
310
|
-
* @param org
|
|
311
|
-
* @param requestBody
|
|
312
349
|
* @returns PlatformPublicMetadata
|
|
313
350
|
* @throws ApiError
|
|
314
351
|
*/
|
|
315
|
-
static coreOrgsMetadataUpdate(org
|
|
352
|
+
static coreOrgsMetadataUpdate({ org, requestBody, }: {
|
|
353
|
+
org: string;
|
|
354
|
+
requestBody?: PlatformPublicMetadata;
|
|
355
|
+
}): CancelablePromise<PlatformPublicMetadata>;
|
|
316
356
|
/**
|
|
317
|
-
* @param org
|
|
318
|
-
* @param requestBody
|
|
319
357
|
* @returns PlatformPublicMetadata
|
|
320
358
|
* @throws ApiError
|
|
321
359
|
*/
|
|
322
|
-
static coreOrgsMetadataPartialUpdate(org
|
|
360
|
+
static coreOrgsMetadataPartialUpdate({ org, requestBody, }: {
|
|
361
|
+
org: string;
|
|
362
|
+
requestBody?: PatchedPlatformPublicMetadata;
|
|
363
|
+
}): CancelablePromise<PlatformPublicMetadata>;
|
|
323
364
|
/**
|
|
324
365
|
* Creates redirect tokens for a URL specified by for a platform
|
|
325
|
-
* @param org
|
|
326
|
-
* @param requestBody
|
|
327
366
|
* @returns RedirectTokenResponse
|
|
328
367
|
* @throws ApiError
|
|
329
368
|
*/
|
|
330
|
-
static coreOrgsRedirectTokensCreate(org
|
|
369
|
+
static coreOrgsRedirectTokensCreate({ org, requestBody, }: {
|
|
370
|
+
org: string;
|
|
371
|
+
requestBody: RedirectTokenRequest;
|
|
372
|
+
}): CancelablePromise<RedirectTokenResponse>;
|
|
331
373
|
/**
|
|
332
374
|
* Returns Redirect URL for the token specified.
|
|
333
375
|
*
|
|
334
376
|
* ```
|
|
335
377
|
* Requires user to be a member of the platform with the token passed
|
|
336
378
|
* ```
|
|
337
|
-
* @param org
|
|
338
|
-
* @param redirectToken
|
|
339
379
|
* @returns RedirectTokenResponse
|
|
340
380
|
* @throws ApiError
|
|
341
381
|
*/
|
|
342
|
-
static coreOrgsRedirectTokensRetrieve(org
|
|
382
|
+
static coreOrgsRedirectTokensRetrieve({ org, redirectToken, }: {
|
|
383
|
+
org: string;
|
|
384
|
+
redirectToken: string;
|
|
385
|
+
}): CancelablePromise<RedirectTokenResponse>;
|
|
343
386
|
/**
|
|
344
387
|
* Delete specific token
|
|
345
|
-
* @param org
|
|
346
|
-
* @param redirectToken
|
|
347
388
|
* @returns void
|
|
348
389
|
* @throws ApiError
|
|
349
390
|
*/
|
|
350
|
-
static coreOrgsRedirectTokensDeleteDestroy(org
|
|
391
|
+
static coreOrgsRedirectTokensDeleteDestroy({ org, redirectToken, }: {
|
|
392
|
+
org: string;
|
|
393
|
+
redirectToken: string;
|
|
394
|
+
}): CancelablePromise<void>;
|
|
351
395
|
/**
|
|
352
396
|
* Get platform logo
|
|
353
|
-
* @param org
|
|
354
397
|
* @returns any
|
|
355
398
|
* @throws ApiError
|
|
356
399
|
*/
|
|
357
|
-
static coreOrgsThumbnailRetrieve(org
|
|
400
|
+
static coreOrgsThumbnailRetrieve({ org, }: {
|
|
401
|
+
org: string;
|
|
402
|
+
}): CancelablePromise<Record<string, any>>;
|
|
358
403
|
/**
|
|
359
404
|
* Upload a new platform logo
|
|
360
|
-
* @param org
|
|
361
|
-
* @param requestBody
|
|
362
405
|
* @returns ImageUpload
|
|
363
406
|
* @throws ApiError
|
|
364
407
|
*/
|
|
365
|
-
static coreOrgsThumbnailCreateCreate(org
|
|
408
|
+
static coreOrgsThumbnailCreateCreate({ org, requestBody, }: {
|
|
409
|
+
org: string;
|
|
410
|
+
requestBody: ImageUpload;
|
|
411
|
+
}): CancelablePromise<ImageUpload>;
|
|
366
412
|
/**
|
|
367
413
|
* GET /api/core/platform/
|
|
368
414
|
* Get main platform info.
|
|
@@ -375,12 +421,12 @@ export declare class CoreService {
|
|
|
375
421
|
* key
|
|
376
422
|
* field_key (POST)
|
|
377
423
|
* value (POST)
|
|
378
|
-
* @param key
|
|
379
|
-
* @param userId
|
|
380
424
|
* @returns PlatformList
|
|
381
425
|
* @throws ApiError
|
|
382
426
|
*/
|
|
383
|
-
static corePlatformRetrieve(key
|
|
427
|
+
static corePlatformRetrieve({ key, userId, }: {
|
|
428
|
+
key: string;
|
|
429
|
+
}): CancelablePromise<PlatformList>;
|
|
384
430
|
/**
|
|
385
431
|
* Update platform object
|
|
386
432
|
*
|
|
@@ -395,33 +441,43 @@ export declare class CoreService {
|
|
|
395
441
|
* lms_url
|
|
396
442
|
* cms_url
|
|
397
443
|
* portal_url
|
|
398
|
-
* @param requestBody
|
|
399
444
|
* @returns PlatformList
|
|
400
445
|
* @throws ApiError
|
|
401
446
|
*/
|
|
402
|
-
static corePlatformCreate(requestBody
|
|
447
|
+
static corePlatformCreate({ requestBody, }: {
|
|
448
|
+
requestBody: PlatformUpdatePostRequest;
|
|
449
|
+
}): CancelablePromise<PlatformList>;
|
|
403
450
|
/**
|
|
404
451
|
* List Platform API Key's belonging to the target platform
|
|
405
|
-
* @param platformKey Platform key of target platform
|
|
406
452
|
* @returns PlatformApiKey
|
|
407
453
|
* @throws ApiError
|
|
408
454
|
*/
|
|
409
|
-
static corePlatformApiTokensList(platformKey
|
|
455
|
+
static corePlatformApiTokensList({ platformKey, }: {
|
|
456
|
+
/**
|
|
457
|
+
* Platform key of target platform
|
|
458
|
+
*/
|
|
459
|
+
platformKey: string;
|
|
460
|
+
}): CancelablePromise<Array<PlatformApiKey>>;
|
|
410
461
|
/**
|
|
411
462
|
* Create a new Platform Api Key for the target platform
|
|
412
|
-
* @param requestBody
|
|
413
463
|
* @returns PlatformApiKey
|
|
414
464
|
* @throws ApiError
|
|
415
465
|
*/
|
|
416
|
-
static corePlatformApiTokensCreate(requestBody
|
|
466
|
+
static corePlatformApiTokensCreate({ requestBody, }: {
|
|
467
|
+
requestBody: PlatformApiKey;
|
|
468
|
+
}): CancelablePromise<PlatformApiKey>;
|
|
417
469
|
/**
|
|
418
470
|
* Delete Platform Api Key by name in the target platform
|
|
419
|
-
* @param name
|
|
420
|
-
* @param platformKey Platform key of target platform
|
|
421
471
|
* @returns void
|
|
422
472
|
* @throws ApiError
|
|
423
473
|
*/
|
|
424
|
-
static corePlatformApiTokensDestroy(name
|
|
474
|
+
static corePlatformApiTokensDestroy({ name, platformKey, }: {
|
|
475
|
+
name: string;
|
|
476
|
+
/**
|
|
477
|
+
* Platform key of target platform
|
|
478
|
+
*/
|
|
479
|
+
platformKey: string;
|
|
480
|
+
}): CancelablePromise<void>;
|
|
425
481
|
/**
|
|
426
482
|
* GET /site
|
|
427
483
|
* Get site settings.
|
|
@@ -434,12 +490,12 @@ export declare class CoreService {
|
|
|
434
490
|
* key
|
|
435
491
|
* field_key (POST)
|
|
436
492
|
* value (POST)
|
|
437
|
-
* @param key
|
|
438
|
-
* @param userId
|
|
439
493
|
* @returns any
|
|
440
494
|
* @throws ApiError
|
|
441
495
|
*/
|
|
442
|
-
static corePlatformConfigSiteRetrieve(key
|
|
496
|
+
static corePlatformConfigSiteRetrieve({ key, userId, }: {
|
|
497
|
+
key: string;
|
|
498
|
+
}): CancelablePromise<Record<string, any>>;
|
|
443
499
|
/**
|
|
444
500
|
* GET /site
|
|
445
501
|
* Get site settings.
|
|
@@ -452,11 +508,12 @@ export declare class CoreService {
|
|
|
452
508
|
* key
|
|
453
509
|
* field_key (POST)
|
|
454
510
|
* value (POST)
|
|
455
|
-
* @param requestBody
|
|
456
511
|
* @returns any
|
|
457
512
|
* @throws ApiError
|
|
458
513
|
*/
|
|
459
|
-
static corePlatformConfigSiteCreate(requestBody
|
|
514
|
+
static corePlatformConfigSiteCreate({ requestBody, }: {
|
|
515
|
+
requestBody?: Record<string, any>;
|
|
516
|
+
}): CancelablePromise<Record<string, any>>;
|
|
460
517
|
/**
|
|
461
518
|
* Retrieve users associated with platform
|
|
462
519
|
*
|
|
@@ -468,285 +525,428 @@ export declare class CoreService {
|
|
|
468
525
|
* sort
|
|
469
526
|
*
|
|
470
527
|
* is_admin: Return tenant admin users
|
|
471
|
-
* @param page
|
|
472
|
-
* @param pageSize
|
|
473
|
-
* @param platformKey
|
|
474
|
-
* @param platformOrg
|
|
475
|
-
* @param query
|
|
476
|
-
* @param sort
|
|
477
528
|
* @returns UserPlatformManagementListViewGetResponse
|
|
478
529
|
* @throws ApiError
|
|
479
530
|
*/
|
|
480
|
-
static corePlatformUsersRetrieve(page
|
|
531
|
+
static corePlatformUsersRetrieve({ page, pageSize, platformKey, platformOrg, query, sort, }: {
|
|
532
|
+
page?: number;
|
|
533
|
+
pageSize?: number;
|
|
534
|
+
platformKey?: string;
|
|
535
|
+
platformOrg?: string;
|
|
536
|
+
query?: string;
|
|
537
|
+
sort?: string;
|
|
538
|
+
}): CancelablePromise<UserPlatformManagementListViewGetResponse>;
|
|
481
539
|
/**
|
|
482
540
|
* List group role assignments
|
|
483
541
|
* 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
542
|
* @returns PaginatedRbacGroupRoleList
|
|
490
543
|
* @throws ApiError
|
|
491
544
|
*/
|
|
492
|
-
static coreRbacGroupRolesList(groupId
|
|
545
|
+
static coreRbacGroupRolesList({ groupId, page, pageSize, platformKey, roleId, }: {
|
|
546
|
+
/**
|
|
547
|
+
* Filter group roles by group ID
|
|
548
|
+
*/
|
|
549
|
+
groupId?: number;
|
|
550
|
+
/**
|
|
551
|
+
* A page number within the paginated result set.
|
|
552
|
+
*/
|
|
553
|
+
page?: number;
|
|
554
|
+
/**
|
|
555
|
+
* Number of results to return per page.
|
|
556
|
+
*/
|
|
557
|
+
pageSize?: number;
|
|
558
|
+
/**
|
|
559
|
+
* Filter group roles by platform key
|
|
560
|
+
*/
|
|
561
|
+
platformKey?: string;
|
|
562
|
+
/**
|
|
563
|
+
* Filter group roles by role ID
|
|
564
|
+
*/
|
|
565
|
+
roleId?: number;
|
|
566
|
+
}): CancelablePromise<PaginatedRbacGroupRoleList>;
|
|
493
567
|
/**
|
|
494
568
|
* Create group role assignment
|
|
495
569
|
* Assign a role to a group. The group and role must belong to the same platform.
|
|
496
|
-
* @param requestBody
|
|
497
570
|
* @returns RbacGroupRole
|
|
498
571
|
* @throws ApiError
|
|
499
572
|
*/
|
|
500
|
-
static coreRbacGroupRolesCreate(requestBody
|
|
573
|
+
static coreRbacGroupRolesCreate({ requestBody, }: {
|
|
574
|
+
requestBody: RbacGroupRole;
|
|
575
|
+
}): CancelablePromise<RbacGroupRole>;
|
|
501
576
|
/**
|
|
502
577
|
* Retrieve group role assignment
|
|
503
578
|
* Retrieve details of a specific group role assignment.
|
|
504
|
-
* @param id A unique integer value identifying this RBAC Group Role.
|
|
505
579
|
* @returns RbacGroupRole
|
|
506
580
|
* @throws ApiError
|
|
507
581
|
*/
|
|
508
|
-
static coreRbacGroupRolesRetrieve(id
|
|
582
|
+
static coreRbacGroupRolesRetrieve({ id, }: {
|
|
583
|
+
/**
|
|
584
|
+
* A unique integer value identifying this RBAC Group Role.
|
|
585
|
+
*/
|
|
586
|
+
id: number;
|
|
587
|
+
}): CancelablePromise<RbacGroupRole>;
|
|
509
588
|
/**
|
|
510
589
|
* Update group role assignment
|
|
511
590
|
* 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
591
|
* @returns RbacGroupRole
|
|
515
592
|
* @throws ApiError
|
|
516
593
|
*/
|
|
517
|
-
static coreRbacGroupRolesUpdate(id
|
|
594
|
+
static coreRbacGroupRolesUpdate({ id, requestBody, }: {
|
|
595
|
+
/**
|
|
596
|
+
* A unique integer value identifying this RBAC Group Role.
|
|
597
|
+
*/
|
|
598
|
+
id: number;
|
|
599
|
+
requestBody: RbacGroupRole;
|
|
600
|
+
}): CancelablePromise<RbacGroupRole>;
|
|
518
601
|
/**
|
|
519
602
|
* Partially update group role assignment
|
|
520
603
|
* 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
604
|
* @returns RbacGroupRole
|
|
524
605
|
* @throws ApiError
|
|
525
606
|
*/
|
|
526
|
-
static coreRbacGroupRolesPartialUpdate(id
|
|
607
|
+
static coreRbacGroupRolesPartialUpdate({ id, requestBody, }: {
|
|
608
|
+
/**
|
|
609
|
+
* A unique integer value identifying this RBAC Group Role.
|
|
610
|
+
*/
|
|
611
|
+
id: number;
|
|
612
|
+
requestBody?: PatchedRbacGroupRole;
|
|
613
|
+
}): CancelablePromise<RbacGroupRole>;
|
|
527
614
|
/**
|
|
528
615
|
* Delete group role assignment
|
|
529
616
|
* Remove a role assignment from a group.
|
|
530
|
-
* @param id A unique integer value identifying this RBAC Group Role.
|
|
531
|
-
* @param platformKey platform key for authorization check
|
|
532
617
|
* @returns void
|
|
533
618
|
* @throws ApiError
|
|
534
619
|
*/
|
|
535
|
-
static coreRbacGroupRolesDestroy(id
|
|
620
|
+
static coreRbacGroupRolesDestroy({ id, }: {
|
|
621
|
+
/**
|
|
622
|
+
* A unique integer value identifying this RBAC Group Role.
|
|
623
|
+
*/
|
|
624
|
+
id: number;
|
|
625
|
+
}): CancelablePromise<void>;
|
|
536
626
|
/**
|
|
537
627
|
* List RBAC groups
|
|
538
628
|
* Retrieve a list of RBAC groups. Can be filtered by platform_key.
|
|
539
|
-
* @param page A page number within the paginated result set.
|
|
540
|
-
* @param pageSize Number of results to return per page.
|
|
541
|
-
* @param platformKey Filter groups by platform key
|
|
542
629
|
* @returns PaginatedRbacGroupList
|
|
543
630
|
* @throws ApiError
|
|
544
631
|
*/
|
|
545
|
-
static coreRbacGroupsList(page
|
|
632
|
+
static coreRbacGroupsList({ page, pageSize, platformKey, }: {
|
|
633
|
+
/**
|
|
634
|
+
* A page number within the paginated result set.
|
|
635
|
+
*/
|
|
636
|
+
page?: number;
|
|
637
|
+
/**
|
|
638
|
+
* Number of results to return per page.
|
|
639
|
+
*/
|
|
640
|
+
pageSize?: number;
|
|
641
|
+
/**
|
|
642
|
+
* Filter groups by platform key
|
|
643
|
+
*/
|
|
644
|
+
platformKey?: string;
|
|
645
|
+
}): CancelablePromise<PaginatedRbacGroupList>;
|
|
546
646
|
/**
|
|
547
647
|
* Create RBAC group
|
|
548
648
|
* Create a new RBAC group for a platform. Users can be assigned during creation.
|
|
549
|
-
* @param requestBody
|
|
550
649
|
* @returns RbacGroup
|
|
551
650
|
* @throws ApiError
|
|
552
651
|
*/
|
|
553
|
-
static coreRbacGroupsCreate(requestBody
|
|
652
|
+
static coreRbacGroupsCreate({ requestBody, }: {
|
|
653
|
+
requestBody: RbacGroup;
|
|
654
|
+
}): CancelablePromise<RbacGroup>;
|
|
554
655
|
/**
|
|
555
656
|
* Retrieve RBAC group
|
|
556
657
|
* Retrieve details of a specific RBAC group including assigned users.
|
|
557
|
-
* @param id A unique integer value identifying this RBAC Group.
|
|
558
658
|
* @returns RbacGroup
|
|
559
659
|
* @throws ApiError
|
|
560
660
|
*/
|
|
561
|
-
static coreRbacGroupsRetrieve(id
|
|
661
|
+
static coreRbacGroupsRetrieve({ id, }: {
|
|
662
|
+
/**
|
|
663
|
+
* A unique integer value identifying this RBAC Group.
|
|
664
|
+
*/
|
|
665
|
+
id: number;
|
|
666
|
+
}): CancelablePromise<RbacGroup>;
|
|
562
667
|
/**
|
|
563
668
|
* Update RBAC group
|
|
564
669
|
* Update an existing RBAC group. Platform validation applies for user assignments.
|
|
565
|
-
* @param id A unique integer value identifying this RBAC Group.
|
|
566
|
-
* @param requestBody
|
|
567
670
|
* @returns RbacGroup
|
|
568
671
|
* @throws ApiError
|
|
569
672
|
*/
|
|
570
|
-
static coreRbacGroupsUpdate(id
|
|
673
|
+
static coreRbacGroupsUpdate({ id, requestBody, }: {
|
|
674
|
+
/**
|
|
675
|
+
* A unique integer value identifying this RBAC Group.
|
|
676
|
+
*/
|
|
677
|
+
id: number;
|
|
678
|
+
requestBody: RbacGroup;
|
|
679
|
+
}): CancelablePromise<RbacGroup>;
|
|
571
680
|
/**
|
|
572
681
|
* Partially update RBAC group
|
|
573
682
|
* Partially update an existing RBAC group. Platform validation applies for user assignments.
|
|
574
|
-
* @param id A unique integer value identifying this RBAC Group.
|
|
575
|
-
* @param requestBody
|
|
576
683
|
* @returns RbacGroup
|
|
577
684
|
* @throws ApiError
|
|
578
685
|
*/
|
|
579
|
-
static coreRbacGroupsPartialUpdate(id
|
|
686
|
+
static coreRbacGroupsPartialUpdate({ id, requestBody, }: {
|
|
687
|
+
/**
|
|
688
|
+
* A unique integer value identifying this RBAC Group.
|
|
689
|
+
*/
|
|
690
|
+
id: number;
|
|
691
|
+
requestBody?: PatchedRbacGroup;
|
|
692
|
+
}): CancelablePromise<RbacGroup>;
|
|
580
693
|
/**
|
|
581
694
|
* Delete RBAC group
|
|
582
695
|
* Delete an RBAC group and all associated group role assignments.
|
|
583
|
-
* @param id A unique integer value identifying this RBAC Group.
|
|
584
|
-
* @param platformKey platform key for authorization check
|
|
585
696
|
* @returns void
|
|
586
697
|
* @throws ApiError
|
|
587
698
|
*/
|
|
588
|
-
static coreRbacGroupsDestroy(id
|
|
699
|
+
static coreRbacGroupsDestroy({ id, }: {
|
|
700
|
+
/**
|
|
701
|
+
* A unique integer value identifying this RBAC Group.
|
|
702
|
+
*/
|
|
703
|
+
id: number;
|
|
704
|
+
}): CancelablePromise<void>;
|
|
589
705
|
/**
|
|
590
706
|
* List RBAC policies
|
|
591
707
|
* Retrieve a list of RBAC policies. Can be filtered by platform_key or role_id.
|
|
592
|
-
* @param page A page number within the paginated result set.
|
|
593
|
-
* @param pageSize Number of results to return per page.
|
|
594
|
-
* @param platformKey Filter policies by platform key
|
|
595
|
-
* @param roleId Filter policies by role ID
|
|
596
708
|
* @returns PaginatedRbacPolicyList
|
|
597
709
|
* @throws ApiError
|
|
598
710
|
*/
|
|
599
|
-
static coreRbacPoliciesList(page
|
|
711
|
+
static coreRbacPoliciesList({ page, pageSize, platformKey, roleId, }: {
|
|
712
|
+
/**
|
|
713
|
+
* A page number within the paginated result set.
|
|
714
|
+
*/
|
|
715
|
+
page?: number;
|
|
716
|
+
/**
|
|
717
|
+
* Number of results to return per page.
|
|
718
|
+
*/
|
|
719
|
+
pageSize?: number;
|
|
720
|
+
/**
|
|
721
|
+
* Filter policies by platform key
|
|
722
|
+
*/
|
|
723
|
+
platformKey?: string;
|
|
724
|
+
/**
|
|
725
|
+
* Filter policies by role ID
|
|
726
|
+
*/
|
|
727
|
+
roleId?: number;
|
|
728
|
+
}): CancelablePromise<PaginatedRbacPolicyList>;
|
|
600
729
|
/**
|
|
601
730
|
* Create RBAC policy
|
|
602
731
|
* Create a new RBAC policy that defines resource access for a role.
|
|
603
|
-
* @param requestBody
|
|
604
732
|
* @returns RbacPolicy
|
|
605
733
|
* @throws ApiError
|
|
606
734
|
*/
|
|
607
|
-
static coreRbacPoliciesCreate(requestBody
|
|
735
|
+
static coreRbacPoliciesCreate({ requestBody, }: {
|
|
736
|
+
requestBody: RbacPolicy;
|
|
737
|
+
}): CancelablePromise<RbacPolicy>;
|
|
608
738
|
/**
|
|
609
739
|
* Retrieve RBAC policy
|
|
610
740
|
* Retrieve details of a specific RBAC policy.
|
|
611
|
-
* @param id A unique integer value identifying this RBAC Policy.
|
|
612
741
|
* @returns RbacPolicy
|
|
613
742
|
* @throws ApiError
|
|
614
743
|
*/
|
|
615
|
-
static coreRbacPoliciesRetrieve(id
|
|
744
|
+
static coreRbacPoliciesRetrieve({ id, }: {
|
|
745
|
+
/**
|
|
746
|
+
* A unique integer value identifying this RBAC Policy.
|
|
747
|
+
*/
|
|
748
|
+
id: number;
|
|
749
|
+
}): CancelablePromise<RbacPolicy>;
|
|
616
750
|
/**
|
|
617
751
|
* Update RBAC policy
|
|
618
752
|
* Update an existing RBAC policy.
|
|
619
|
-
* @param id A unique integer value identifying this RBAC Policy.
|
|
620
|
-
* @param requestBody
|
|
621
753
|
* @returns RbacPolicy
|
|
622
754
|
* @throws ApiError
|
|
623
755
|
*/
|
|
624
|
-
static coreRbacPoliciesUpdate(id
|
|
756
|
+
static coreRbacPoliciesUpdate({ id, requestBody, }: {
|
|
757
|
+
/**
|
|
758
|
+
* A unique integer value identifying this RBAC Policy.
|
|
759
|
+
*/
|
|
760
|
+
id: number;
|
|
761
|
+
requestBody: RbacPolicy;
|
|
762
|
+
}): CancelablePromise<RbacPolicy>;
|
|
625
763
|
/**
|
|
626
764
|
* Partially update RBAC policy
|
|
627
765
|
* Partially update an existing RBAC policy.
|
|
628
|
-
* @param id A unique integer value identifying this RBAC Policy.
|
|
629
|
-
* @param requestBody
|
|
630
766
|
* @returns RbacPolicy
|
|
631
767
|
* @throws ApiError
|
|
632
768
|
*/
|
|
633
|
-
static coreRbacPoliciesPartialUpdate(id
|
|
769
|
+
static coreRbacPoliciesPartialUpdate({ id, requestBody, }: {
|
|
770
|
+
/**
|
|
771
|
+
* A unique integer value identifying this RBAC Policy.
|
|
772
|
+
*/
|
|
773
|
+
id: number;
|
|
774
|
+
requestBody?: PatchedRbacPolicy;
|
|
775
|
+
}): CancelablePromise<RbacPolicy>;
|
|
634
776
|
/**
|
|
635
777
|
* Delete RBAC policy
|
|
636
778
|
* Delete an RBAC policy.
|
|
637
|
-
* @param id A unique integer value identifying this RBAC Policy.
|
|
638
|
-
* @param platformKey platform key for authorization check
|
|
639
779
|
* @returns void
|
|
640
780
|
* @throws ApiError
|
|
641
781
|
*/
|
|
642
|
-
static coreRbacPoliciesDestroy(id
|
|
782
|
+
static coreRbacPoliciesDestroy({ id, }: {
|
|
783
|
+
/**
|
|
784
|
+
* A unique integer value identifying this RBAC Policy.
|
|
785
|
+
*/
|
|
786
|
+
id: number;
|
|
787
|
+
}): CancelablePromise<void>;
|
|
643
788
|
/**
|
|
644
789
|
* List RBAC roles
|
|
645
790
|
* Retrieve a list of RBAC roles. Can be filtered by platform_key.
|
|
646
|
-
* @param page A page number within the paginated result set.
|
|
647
|
-
* @param pageSize Number of results to return per page.
|
|
648
|
-
* @param platformKey Filter roles by platform key
|
|
649
791
|
* @returns PaginatedRbacRoleList
|
|
650
792
|
* @throws ApiError
|
|
651
793
|
*/
|
|
652
|
-
static coreRbacRolesList(page
|
|
794
|
+
static coreRbacRolesList({ page, pageSize, platformKey, }: {
|
|
795
|
+
/**
|
|
796
|
+
* A page number within the paginated result set.
|
|
797
|
+
*/
|
|
798
|
+
page?: number;
|
|
799
|
+
/**
|
|
800
|
+
* Number of results to return per page.
|
|
801
|
+
*/
|
|
802
|
+
pageSize?: number;
|
|
803
|
+
/**
|
|
804
|
+
* Filter roles by platform key
|
|
805
|
+
*/
|
|
806
|
+
platformKey?: string;
|
|
807
|
+
}): CancelablePromise<PaginatedRbacRoleList>;
|
|
653
808
|
/**
|
|
654
809
|
* Create RBAC role
|
|
655
810
|
* Create a new RBAC role for a platform.
|
|
656
|
-
* @param requestBody
|
|
657
811
|
* @returns RbacRole
|
|
658
812
|
* @throws ApiError
|
|
659
813
|
*/
|
|
660
|
-
static coreRbacRolesCreate(requestBody
|
|
814
|
+
static coreRbacRolesCreate({ requestBody, }: {
|
|
815
|
+
requestBody: RbacRole;
|
|
816
|
+
}): CancelablePromise<RbacRole>;
|
|
661
817
|
/**
|
|
662
818
|
* Retrieve RBAC role
|
|
663
819
|
* Retrieve details of a specific RBAC role.
|
|
664
|
-
* @param id A unique integer value identifying this RBAC Role.
|
|
665
820
|
* @returns RbacRole
|
|
666
821
|
* @throws ApiError
|
|
667
822
|
*/
|
|
668
|
-
static coreRbacRolesRetrieve(id
|
|
823
|
+
static coreRbacRolesRetrieve({ id, }: {
|
|
824
|
+
/**
|
|
825
|
+
* A unique integer value identifying this RBAC Role.
|
|
826
|
+
*/
|
|
827
|
+
id: number;
|
|
828
|
+
}): CancelablePromise<RbacRole>;
|
|
669
829
|
/**
|
|
670
830
|
* Update RBAC role
|
|
671
831
|
* Update an existing RBAC role.
|
|
672
|
-
* @param id A unique integer value identifying this RBAC Role.
|
|
673
|
-
* @param requestBody
|
|
674
832
|
* @returns RbacRole
|
|
675
833
|
* @throws ApiError
|
|
676
834
|
*/
|
|
677
|
-
static coreRbacRolesUpdate(id
|
|
835
|
+
static coreRbacRolesUpdate({ id, requestBody, }: {
|
|
836
|
+
/**
|
|
837
|
+
* A unique integer value identifying this RBAC Role.
|
|
838
|
+
*/
|
|
839
|
+
id: number;
|
|
840
|
+
requestBody: RbacRole;
|
|
841
|
+
}): CancelablePromise<RbacRole>;
|
|
678
842
|
/**
|
|
679
843
|
* Partially update RBAC role
|
|
680
844
|
* Partially update an existing RBAC role.
|
|
681
|
-
* @param id A unique integer value identifying this RBAC Role.
|
|
682
|
-
* @param requestBody
|
|
683
845
|
* @returns RbacRole
|
|
684
846
|
* @throws ApiError
|
|
685
847
|
*/
|
|
686
|
-
static coreRbacRolesPartialUpdate(id
|
|
848
|
+
static coreRbacRolesPartialUpdate({ id, requestBody, }: {
|
|
849
|
+
/**
|
|
850
|
+
* A unique integer value identifying this RBAC Role.
|
|
851
|
+
*/
|
|
852
|
+
id: number;
|
|
853
|
+
requestBody?: PatchedRbacRole;
|
|
854
|
+
}): CancelablePromise<RbacRole>;
|
|
687
855
|
/**
|
|
688
856
|
* Delete RBAC role
|
|
689
857
|
* Delete an RBAC role.
|
|
690
|
-
* @param id A unique integer value identifying this RBAC Role.
|
|
691
|
-
* @param platformKey platform key for authorization check
|
|
692
858
|
* @returns void
|
|
693
859
|
* @throws ApiError
|
|
694
860
|
*/
|
|
695
|
-
static coreRbacRolesDestroy(id
|
|
861
|
+
static coreRbacRolesDestroy({ id, }: {
|
|
862
|
+
/**
|
|
863
|
+
* A unique integer value identifying this RBAC Role.
|
|
864
|
+
*/
|
|
865
|
+
id: number;
|
|
866
|
+
}): CancelablePromise<void>;
|
|
696
867
|
/**
|
|
697
868
|
* List user role assignments
|
|
698
869
|
* Retrieve a list of user role assignments. Can be filtered by platform_key or user_id.
|
|
699
|
-
* @param page A page number within the paginated result set.
|
|
700
|
-
* @param pageSize Number of results to return per page.
|
|
701
|
-
* @param platformKey Filter user roles by platform key
|
|
702
|
-
* @param userId Filter user roles by user ID
|
|
703
870
|
* @returns PaginatedRbacUserRoleList
|
|
704
871
|
* @throws ApiError
|
|
705
872
|
*/
|
|
706
|
-
static coreRbacUserRolesList(page
|
|
873
|
+
static coreRbacUserRolesList({ page, pageSize, platformKey, userId, }: {
|
|
874
|
+
/**
|
|
875
|
+
* A page number within the paginated result set.
|
|
876
|
+
*/
|
|
877
|
+
page?: number;
|
|
878
|
+
/**
|
|
879
|
+
* Number of results to return per page.
|
|
880
|
+
*/
|
|
881
|
+
pageSize?: number;
|
|
882
|
+
/**
|
|
883
|
+
* Filter user roles by platform key
|
|
884
|
+
*/
|
|
885
|
+
platformKey?: string;
|
|
886
|
+
/**
|
|
887
|
+
* Filter user roles by user ID
|
|
888
|
+
*/
|
|
889
|
+
userId?: number;
|
|
890
|
+
}): CancelablePromise<PaginatedRbacUserRoleList>;
|
|
707
891
|
/**
|
|
708
892
|
* Create user role assignment
|
|
709
893
|
* Assign a role to a user. The user must belong to the same platform as the role.
|
|
710
|
-
* @param requestBody
|
|
711
894
|
* @returns RbacUserRole
|
|
712
895
|
* @throws ApiError
|
|
713
896
|
*/
|
|
714
|
-
static coreRbacUserRolesCreate(requestBody
|
|
897
|
+
static coreRbacUserRolesCreate({ requestBody, }: {
|
|
898
|
+
requestBody: RbacUserRole;
|
|
899
|
+
}): CancelablePromise<RbacUserRole>;
|
|
715
900
|
/**
|
|
716
901
|
* Retrieve user role assignment
|
|
717
902
|
* Retrieve details of a specific user role assignment.
|
|
718
|
-
* @param id A unique integer value identifying this RBAC User Role.
|
|
719
903
|
* @returns RbacUserRole
|
|
720
904
|
* @throws ApiError
|
|
721
905
|
*/
|
|
722
|
-
static coreRbacUserRolesRetrieve(id
|
|
906
|
+
static coreRbacUserRolesRetrieve({ id, }: {
|
|
907
|
+
/**
|
|
908
|
+
* A unique integer value identifying this RBAC User Role.
|
|
909
|
+
*/
|
|
910
|
+
id: number;
|
|
911
|
+
}): CancelablePromise<RbacUserRole>;
|
|
723
912
|
/**
|
|
724
913
|
* Update user role assignment
|
|
725
914
|
* Update an existing user role assignment. Platform validation applies.
|
|
726
|
-
* @param id A unique integer value identifying this RBAC User Role.
|
|
727
|
-
* @param requestBody
|
|
728
915
|
* @returns RbacUserRole
|
|
729
916
|
* @throws ApiError
|
|
730
917
|
*/
|
|
731
|
-
static coreRbacUserRolesUpdate(id
|
|
918
|
+
static coreRbacUserRolesUpdate({ id, requestBody, }: {
|
|
919
|
+
/**
|
|
920
|
+
* A unique integer value identifying this RBAC User Role.
|
|
921
|
+
*/
|
|
922
|
+
id: number;
|
|
923
|
+
requestBody: RbacUserRole;
|
|
924
|
+
}): CancelablePromise<RbacUserRole>;
|
|
732
925
|
/**
|
|
733
926
|
* Partially update user role assignment
|
|
734
927
|
* Partially update an existing user role assignment. Platform validation applies.
|
|
735
|
-
* @param id A unique integer value identifying this RBAC User Role.
|
|
736
|
-
* @param requestBody
|
|
737
928
|
* @returns RbacUserRole
|
|
738
929
|
* @throws ApiError
|
|
739
930
|
*/
|
|
740
|
-
static coreRbacUserRolesPartialUpdate(id
|
|
931
|
+
static coreRbacUserRolesPartialUpdate({ id, requestBody, }: {
|
|
932
|
+
/**
|
|
933
|
+
* A unique integer value identifying this RBAC User Role.
|
|
934
|
+
*/
|
|
935
|
+
id: number;
|
|
936
|
+
requestBody?: PatchedRbacUserRole;
|
|
937
|
+
}): CancelablePromise<RbacUserRole>;
|
|
741
938
|
/**
|
|
742
939
|
* Delete user role assignment
|
|
743
940
|
* Remove a role assignment from a user.
|
|
744
|
-
* @param id A unique integer value identifying this RBAC User Role.
|
|
745
|
-
* @param platformKey platform key for authorization check
|
|
746
941
|
* @returns void
|
|
747
942
|
* @throws ApiError
|
|
748
943
|
*/
|
|
749
|
-
static coreRbacUserRolesDestroy(id
|
|
944
|
+
static coreRbacUserRolesDestroy({ id, }: {
|
|
945
|
+
/**
|
|
946
|
+
* A unique integer value identifying this RBAC User Role.
|
|
947
|
+
*/
|
|
948
|
+
id: number;
|
|
949
|
+
}): CancelablePromise<void>;
|
|
750
950
|
/**
|
|
751
951
|
* Invalidate all tokens for the authenticated user
|
|
752
952
|
* @returns any No response body
|
|
@@ -755,11 +955,12 @@ export declare class CoreService {
|
|
|
755
955
|
static coreSessionLogoutCreate(): CancelablePromise<any>;
|
|
756
956
|
/**
|
|
757
957
|
* POST signals/edx/
|
|
758
|
-
* @param requestBody
|
|
759
958
|
* @returns any No response body
|
|
760
959
|
* @throws ApiError
|
|
761
960
|
*/
|
|
762
|
-
static coreSignalsEdxCreate(requestBody
|
|
961
|
+
static coreSignalsEdxCreate({ requestBody, }: {
|
|
962
|
+
requestBody: EdxSignalReceiverRequest;
|
|
963
|
+
}): CancelablePromise<any>;
|
|
763
964
|
/**
|
|
764
965
|
* Param:
|
|
765
966
|
* Any of user_id/username/email
|
|
@@ -819,23 +1020,24 @@ export declare class CoreService {
|
|
|
819
1020
|
static coreUserGroupsLinkBulkCreate(): CancelablePromise<any>;
|
|
820
1021
|
/**
|
|
821
1022
|
* Initiates the account deletion process for the authenticated user or specified username.
|
|
822
|
-
* @param requestBody
|
|
823
1023
|
* @returns UserDeleteAPIResponse
|
|
824
1024
|
* @throws ApiError
|
|
825
1025
|
*/
|
|
826
|
-
static coreUsersDeleteCreate(requestBody
|
|
1026
|
+
static coreUsersDeleteCreate({ requestBody, }: {
|
|
1027
|
+
requestBody?: UserDeleteAPIRequest;
|
|
1028
|
+
}): CancelablePromise<UserDeleteAPIResponse>;
|
|
827
1029
|
/**
|
|
828
1030
|
* Get detailed user information.
|
|
829
1031
|
*
|
|
830
1032
|
* Make permission check for platform admins here,
|
|
831
1033
|
* then proxy request to edx.
|
|
832
|
-
* @param email
|
|
833
|
-
* @param userId
|
|
834
|
-
* @param username
|
|
835
1034
|
* @returns any No response body
|
|
836
1035
|
* @throws ApiError
|
|
837
1036
|
*/
|
|
838
|
-
static coreUsersMetadataProxyRetrieve(email
|
|
1037
|
+
static coreUsersMetadataProxyRetrieve({ email, userId, username, }: {
|
|
1038
|
+
email?: string;
|
|
1039
|
+
username?: string;
|
|
1040
|
+
}): CancelablePromise<any>;
|
|
839
1041
|
/**
|
|
840
1042
|
* Retrieve platforms associated with user_id
|
|
841
1043
|
*
|
|
@@ -843,13 +1045,13 @@ export declare class CoreService {
|
|
|
843
1045
|
* user_id
|
|
844
1046
|
* username
|
|
845
1047
|
* email
|
|
846
|
-
* @param email
|
|
847
|
-
* @param userId
|
|
848
|
-
* @param username
|
|
849
1048
|
* @returns UserPlatformLink
|
|
850
1049
|
* @throws ApiError
|
|
851
1050
|
*/
|
|
852
|
-
static coreUsersPlatformsList(email
|
|
1051
|
+
static coreUsersPlatformsList({ email, userId, username, }: {
|
|
1052
|
+
email?: string;
|
|
1053
|
+
username?: string;
|
|
1054
|
+
}): CancelablePromise<Array<UserPlatformLink>>;
|
|
853
1055
|
/**
|
|
854
1056
|
* Explicitly link platform to user_id
|
|
855
1057
|
*
|
|
@@ -860,20 +1062,21 @@ export declare class CoreService {
|
|
|
860
1062
|
* expired_on (optional)
|
|
861
1063
|
* is_admin (optional)
|
|
862
1064
|
* active (optional)
|
|
863
|
-
* @param requestBody
|
|
864
1065
|
* @returns any No response body
|
|
865
1066
|
* @throws ApiError
|
|
866
1067
|
*/
|
|
867
|
-
static coreUsersPlatformsCreate(requestBody
|
|
1068
|
+
static coreUsersPlatformsCreate({ requestBody, }: {
|
|
1069
|
+
requestBody: UserPlatformViewPostRequest;
|
|
1070
|
+
}): CancelablePromise<any>;
|
|
868
1071
|
/**
|
|
869
1072
|
* Retrieve proxy user information by user_id
|
|
870
|
-
* @param email
|
|
871
|
-
* @param userId
|
|
872
|
-
* @param username
|
|
873
1073
|
* @returns UserProxyGetResponse
|
|
874
1074
|
* @throws ApiError
|
|
875
1075
|
*/
|
|
876
|
-
static coreUsersProxyRetrieve(email
|
|
1076
|
+
static coreUsersProxyRetrieve({ email, userId, username, }: {
|
|
1077
|
+
email?: string;
|
|
1078
|
+
username?: string;
|
|
1079
|
+
}): CancelablePromise<UserProxyGetResponse>;
|
|
877
1080
|
/**
|
|
878
1081
|
* Add proxy user
|
|
879
1082
|
*
|
|
@@ -883,11 +1086,12 @@ export declare class CoreService {
|
|
|
883
1086
|
* email
|
|
884
1087
|
* edx_data
|
|
885
1088
|
* data
|
|
886
|
-
* @param requestBody
|
|
887
1089
|
* @returns UserProxyPostResponse
|
|
888
1090
|
* @throws ApiError
|
|
889
1091
|
*/
|
|
890
|
-
static coreUsersProxyCreate(requestBody
|
|
1092
|
+
static coreUsersProxyCreate({ requestBody, }: {
|
|
1093
|
+
requestBody: UserProxyPostRequest;
|
|
1094
|
+
}): CancelablePromise<UserProxyPostResponse>;
|
|
891
1095
|
/**
|
|
892
1096
|
* Add proxy users by bulk
|
|
893
1097
|
*
|
|
@@ -899,11 +1103,12 @@ export declare class CoreService {
|
|
|
899
1103
|
* {"user_id": 2, ...}
|
|
900
1104
|
* ]
|
|
901
1105
|
* ```
|
|
902
|
-
* @param requestBody
|
|
903
1106
|
* @returns string
|
|
904
1107
|
* @throws ApiError
|
|
905
1108
|
*/
|
|
906
|
-
static coreUsersProxyBulkCreate(requestBody
|
|
1109
|
+
static coreUsersProxyBulkCreate({ requestBody, }: {
|
|
1110
|
+
requestBody: UserProxyBulkRequest;
|
|
1111
|
+
}): CancelablePromise<Array<Record<string, string>>>;
|
|
907
1112
|
/**
|
|
908
1113
|
* Retrieve users based on query
|
|
909
1114
|
* Not intended for public use with multitenant platforms
|
|
@@ -911,12 +1116,13 @@ export declare class CoreService {
|
|
|
911
1116
|
* Params:
|
|
912
1117
|
* query
|
|
913
1118
|
* sort
|
|
914
|
-
* @param page
|
|
915
|
-
* @param pageSize
|
|
916
|
-
* @param query
|
|
917
|
-
* @param sort
|
|
918
1119
|
* @returns UserSearchViewGetResponse
|
|
919
1120
|
* @throws ApiError
|
|
920
1121
|
*/
|
|
921
|
-
static coreUsersSearchRetrieve(page
|
|
1122
|
+
static coreUsersSearchRetrieve({ page, pageSize, query, sort, }: {
|
|
1123
|
+
page?: number;
|
|
1124
|
+
pageSize?: number;
|
|
1125
|
+
query?: string;
|
|
1126
|
+
sort?: string;
|
|
1127
|
+
}): CancelablePromise<UserSearchViewGetResponse>;
|
|
922
1128
|
}
|