@iblai/iblai-api 3.35.3-ai-plus → 3.35.4-core
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +11727 -14378
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +11721 -14371
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +11727 -14378
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +80 -297
- package/dist/types/models/AWSTenantLaunchRequest.d.ts +20 -0
- package/dist/types/models/ActivateUserFreeTrial.d.ts +11 -0
- package/dist/types/models/App.d.ts +10 -0
- package/dist/types/models/AppleSubscriptionStatusRequest.d.ts +3 -0
- package/dist/types/models/AppleSubscriptionStatusView.d.ts +3 -0
- package/dist/types/models/AppleVerifyTransactionId.d.ts +3 -0
- package/dist/types/models/AssociateAccountResponse.d.ts +5 -0
- package/dist/types/models/AssociateAppleAccount.d.ts +3 -0
- package/dist/types/models/AuthToken.d.ts +10 -0
- package/dist/types/models/BaseErrorResponse.d.ts +5 -0
- package/dist/types/models/BaseResponse.d.ts +5 -0
- package/dist/types/models/CeleryHeartbeat.d.ts +5 -0
- package/dist/types/models/CeleryHeartbeatFail.d.ts +5 -0
- package/dist/types/models/CeleryHeartbeatFailStatusEnum.d.ts +8 -0
- package/dist/types/models/CeleryHeartbeatStatusEnum.d.ts +8 -0
- package/dist/types/models/DesiredRole.d.ts +4 -0
- package/dist/types/models/EdxSignalReceiverRequest.d.ts +4 -0
- package/dist/types/models/GCPTenantLaunchRequest.d.ts +24 -0
- package/dist/types/models/GooglePayAccountResponse.d.ts +15 -0
- package/dist/types/models/GooglePayAccountResponseStatusEnum.d.ts +8 -0
- package/dist/types/models/GooglePayVerifyToken.d.ts +6 -0
- package/dist/types/models/ItemTypeEnum.d.ts +18 -0
- package/dist/types/models/LauncherViewPostRequest.d.ts +9 -0
- package/dist/types/models/ManagerAuthToken.d.ts +13 -0
- package/dist/types/models/MediaResource.d.ts +71 -0
- package/dist/types/models/MediaTypeEnum.d.ts +14 -0
- package/dist/types/models/ModeEnum.d.ts +10 -0
- package/dist/types/models/NotificationSource.d.ts +2 -2
- package/dist/types/models/OnboardingStatusUpdate.d.ts +7 -0
- package/dist/types/models/PaginatedUserAppList.d.ts +7 -0
- package/dist/types/models/PatchedMediaResource.d.ts +71 -0
- package/dist/types/models/Platform.d.ts +29 -0
- package/dist/types/models/PlatformApiKey.d.ts +30 -0
- package/dist/types/models/PlatformList.d.ts +29 -0
- package/dist/types/models/PlatformListStatusEnum.d.ts +22 -0
- package/dist/types/models/PlatformUpdatePostRequest.d.ts +9 -0
- package/dist/types/models/ReportedRole.d.ts +4 -0
- package/dist/types/models/Resource.d.ts +22 -0
- package/dist/types/models/ResourceCreateUpdate.d.ts +42 -0
- package/dist/types/models/Role.d.ts +7 -0
- package/dist/types/models/StripeCheckoutSessionRequest.d.ts +54 -0
- package/dist/types/models/StripeCheckoutSessionResponse.d.ts +6 -0
- package/dist/types/models/StripeCustomerPortalRequest.d.ts +3 -0
- package/dist/types/models/StripeCustomerPortalResponse.d.ts +3 -0
- package/dist/types/models/StripeLocalProduct.d.ts +8 -0
- package/dist/types/models/StripeSubscriptionRenewalRequest.d.ts +4 -0
- package/dist/types/models/StripeSubscriptionRenewalResponse.d.ts +3 -0
- package/dist/types/models/TenantLaunchError.d.ts +10 -0
- package/dist/types/models/TenantLaunchFailed.d.ts +15 -0
- package/dist/types/models/TenantLaunchRequest.d.ts +16 -0
- package/dist/types/models/TenantLaunchResponse.d.ts +15 -0
- package/dist/types/models/TokenProxyInput.d.ts +21 -0
- package/dist/types/models/TokenProxyOutput.d.ts +7 -0
- package/dist/types/models/TokenProxyOutputSerializerData.d.ts +20 -0
- package/dist/types/models/TokenProxyUser.d.ts +25 -0
- package/dist/types/models/{NotificationSourceTypeEnum.d.ts → TypeEnum.d.ts} +1 -1
- package/dist/types/models/UserApp.d.ts +27 -0
- package/dist/types/models/UserDeleteAPIError.d.ts +3 -0
- package/dist/types/models/UserDeleteAPIRequest.d.ts +3 -0
- package/dist/types/models/UserDeleteAPIResponse.d.ts +3 -0
- package/dist/types/models/UserPlatformLink.d.ts +17 -0
- package/dist/types/models/UserPlatformManagementListViewGetResponse.d.ts +6 -0
- package/dist/types/models/UserPlatformViewPostRequest.d.ts +8 -0
- package/dist/types/models/UserProxyBulkRequest.d.ts +3 -0
- package/dist/types/models/UserProxyGetResponse.d.ts +8 -0
- package/dist/types/models/UserProxyPostRequest.d.ts +7 -0
- package/dist/types/models/UserProxyPostResponse.d.ts +8 -0
- package/dist/types/models/UserSearchViewGetResponse.d.ts +6 -0
- package/dist/types/models/VerifyGCPMarketPlaceFailedResponse.d.ts +11 -0
- package/dist/types/models/VerifyGCPMarketPlaceRequest.d.ts +3 -0
- package/dist/types/models/VerifyGCPMarketPlaceResponse.d.ts +11 -0
- package/dist/types/models/WatchedVideosPerCourse.d.ts +8 -0
- package/dist/types/models/WatchedVideosPerCourseData.d.ts +18 -0
- package/dist/types/models/WhitelistedDomain.d.ts +4 -0
- package/dist/types/services/CatalogService.d.ts +6904 -0
- package/dist/types/services/CoreService.d.ts +442 -0
- package/dist/types/services/FeaturesService.d.ts +75 -0
- package/dist/types/services/MediaResourcesService.d.ts +112 -0
- package/dist/types/services/PlatformService.d.ts +314 -0
- package/dist/types/services/ProvidersService.d.ts +142 -0
- package/dist/types/services/ProvisionService.d.ts +14 -0
- package/dist/types/services/RolesService.d.ts +57 -0
- package/dist/types/services/SearchService.d.ts +0 -299
- package/dist/types/services/ServiceService.d.ts +170 -0
- package/package.json +1 -1
- package/src/core/OpenAPI.ts +1 -1
- package/src/index.ts +80 -297
- package/src/models/AWSTenantLaunchRequest.ts +25 -0
- package/src/models/{LLMCredentialResponse.ts → ActivateUserFreeTrial.ts} +6 -3
- package/src/models/App.ts +15 -0
- package/src/models/AppleSubscriptionStatusRequest.ts +8 -0
- package/src/models/{Cost.ts → AppleSubscriptionStatusView.ts} +2 -2
- package/src/models/AppleVerifyTransactionId.ts +8 -0
- package/src/models/AssociateAccountResponse.ts +10 -0
- package/src/models/{ChatHistoryFilterUser.ts → AssociateAppleAccount.ts} +2 -4
- package/src/models/{DiscordWebhook.ts → AuthToken.ts} +8 -4
- package/src/models/BaseErrorResponse.ts +10 -0
- package/src/models/BaseResponse.ts +10 -0
- package/src/models/{UseMainCreds.ts → CeleryHeartbeat.ts} +3 -1
- package/src/models/CeleryHeartbeatFail.ts +10 -0
- package/src/models/CeleryHeartbeatFailStatusEnum.ts +12 -0
- package/src/models/CeleryHeartbeatStatusEnum.ts +12 -0
- package/src/models/DesiredRole.ts +9 -0
- package/src/models/{ChatHistoryItem.ts → EdxSignalReceiverRequest.ts} +2 -3
- package/src/models/GCPTenantLaunchRequest.ts +29 -0
- package/src/models/GooglePayAccountResponse.ts +20 -0
- package/src/models/GooglePayAccountResponseStatusEnum.ts +12 -0
- package/src/models/{HeygenMarketingVideoList.ts → GooglePayVerifyToken.ts} +4 -4
- package/src/models/ItemTypeEnum.ts +22 -0
- package/src/models/LauncherViewPostRequest.ts +14 -0
- package/src/models/{CheckDocumentTrainingStatus.ts → ManagerAuthToken.ts} +8 -5
- package/src/models/MediaResource.ts +76 -0
- package/src/models/MediaTypeEnum.ts +18 -0
- package/src/models/ModeEnum.ts +14 -0
- package/src/models/NotificationSource.ts +2 -2
- package/src/models/{MessageViewRequest.ts → OnboardingStatusUpdate.ts} +4 -4
- package/src/models/{PaginatedSectionList.ts → PaginatedUserAppList.ts} +3 -3
- package/src/models/PatchedMediaResource.ts +76 -0
- package/src/models/Platform.ts +34 -0
- package/src/models/PlatformApiKey.ts +35 -0
- package/src/models/PlatformList.ts +34 -0
- package/src/models/PlatformListStatusEnum.ts +26 -0
- package/src/models/PlatformUpdatePostRequest.ts +14 -0
- package/src/models/ReportedRole.ts +9 -0
- package/src/models/Resource.ts +27 -0
- package/src/models/ResourceCreateUpdate.ts +47 -0
- package/src/models/{MentorAudience.ts → Role.ts} +5 -3
- package/src/models/StripeCheckoutSessionRequest.ts +59 -0
- package/src/models/{AlignMentorBubbleEnum.ts → StripeCheckoutSessionResponse.ts} +5 -6
- package/src/models/StripeCustomerPortalRequest.ts +8 -0
- package/src/models/{ChatHistorySessionId.ts → StripeCustomerPortalResponse.ts} +2 -2
- package/src/models/{PromptCategory.ts → StripeLocalProduct.ts} +5 -4
- package/src/models/StripeSubscriptionRenewalRequest.ts +9 -0
- package/src/models/{AssumedKnowledgeLevel.ts → StripeSubscriptionRenewalResponse.ts} +2 -3
- package/src/models/TenantLaunchError.ts +15 -0
- package/src/models/TenantLaunchFailed.ts +20 -0
- package/src/models/TenantLaunchRequest.ts +21 -0
- package/src/models/TenantLaunchResponse.ts +20 -0
- package/src/models/TokenProxyInput.ts +26 -0
- package/src/models/TokenProxyOutput.ts +12 -0
- package/src/models/TokenProxyOutputSerializerData.ts +25 -0
- package/src/models/TokenProxyUser.ts +30 -0
- package/src/models/{NotificationSourceTypeEnum.ts → TypeEnum.ts} +1 -1
- package/src/models/UserApp.ts +32 -0
- package/src/models/{AudioToTextResponse.ts → UserDeleteAPIError.ts} +2 -2
- package/src/models/{AudioToTextRequest.ts → UserDeleteAPIRequest.ts} +2 -2
- package/src/models/{ScanWebhookResponse.ts → UserDeleteAPIResponse.ts} +1 -1
- package/src/models/UserPlatformLink.ts +22 -0
- package/src/models/{SessionDetail.ts → UserPlatformManagementListViewGetResponse.ts} +4 -4
- package/src/models/{CostPerTenant.ts → UserPlatformViewPostRequest.ts} +6 -4
- package/src/models/UserProxyBulkRequest.ts +8 -0
- package/src/models/{UserChatMemoryStatusView.ts → UserProxyGetResponse.ts} +6 -4
- package/src/models/{MemoryStatusView.ts → UserProxyPostRequest.ts} +5 -4
- package/src/models/{StudentChatMessage.ts → UserProxyPostResponse.ts} +6 -2
- package/src/models/{FreeUsageCount.ts → UserSearchViewGetResponse.ts} +4 -1
- package/src/models/VerifyGCPMarketPlaceFailedResponse.ts +16 -0
- package/src/models/VerifyGCPMarketPlaceRequest.ts +8 -0
- package/src/models/VerifyGCPMarketPlaceResponse.ts +16 -0
- package/src/models/WatchedVideosPerCourse.ts +13 -0
- package/src/models/WatchedVideosPerCourseData.ts +23 -0
- package/src/models/WhitelistedDomain.ts +9 -0
- package/src/services/CatalogService.ts +7769 -0
- package/src/services/CoreService.ts +792 -1
- package/src/services/FeaturesService.ts +126 -0
- package/src/services/MediaResourcesService.ts +319 -0
- package/src/services/PlatformService.ts +582 -0
- package/src/services/ProvidersService.ts +271 -0
- package/src/services/ProvisionService.ts +30 -0
- package/src/services/RolesService.ts +87 -0
- package/src/services/SearchService.ts +151 -603
- package/src/services/ServiceService.ts +320 -0
- package/dist/types/models/AIGeneratedImage.d.ts +0 -13
- 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/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/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/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 -75
- 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 -74
- 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/MentorFork.d.ts +0 -5
- package/dist/types/models/MentorFromTemplateRequest.d.ts +0 -4
- package/dist/types/models/MentorFromTemplateWithSettingRequest.d.ts +0 -42
- 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/MentorSession.d.ts +0 -4
- package/dist/types/models/MentorSettings.d.ts +0 -47
- package/dist/types/models/MentorSettingsPublic.d.ts +0 -40
- package/dist/types/models/MentorSettingsRequest.d.ts +0 -51
- 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/PaginatedJobRunList.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/PatchedMentorCategoryGroupCreate.d.ts +0 -11
- package/dist/types/models/PatchedMentorCreate.d.ts +0 -74
- 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/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/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/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 -9
- 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 -14
- 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/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/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 -1056
- 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 -344
- package/dist/types/services/AiMarketingService.d.ts +0 -34
- package/dist/types/services/AiMentorService.d.ts +0 -4096
- package/dist/types/services/AiPromptService.d.ts +0 -879
- package/src/models/AIGeneratedImage.ts +0 -18
- package/src/models/APITokenCost.ts +0 -19
- package/src/models/AccessEnum.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/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/ChatSessionRequest.ts +0 -15
- package/src/models/ChatSessionResponse.ts +0 -10
- 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/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/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/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/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/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/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/Mentor.ts +0 -80
- 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 -79
- 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/MentorFork.ts +0 -10
- package/src/models/MentorFromTemplateRequest.ts +0 -9
- package/src/models/MentorFromTemplateWithSettingRequest.ts +0 -47
- 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/MentorSession.ts +0 -9
- package/src/models/MentorSettings.ts +0 -52
- package/src/models/MentorSettingsPublic.ts +0 -45
- package/src/models/MentorSettingsRequest.ts +0 -56
- 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/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/PaginatedJobRunList.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/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/PatchedMentorCategoryGroupCreate.ts +0 -16
- package/src/models/PatchedMentorCreate.ts +0 -79
- 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/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/RecentlyAccessedMentor.ts +0 -13
- package/src/models/RecommendCourseBlock.ts +0 -8
- package/src/models/RecommendCourseResponse.ts +0 -8
- 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/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/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/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 -14
- 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 -19
- package/src/models/Training.ts +0 -46
- package/src/models/TrainingCreate.ts +0 -36
- package/src/models/TrainingStatusEnum.ts +0 -16
- 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/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/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/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 -1923
- package/src/services/AiBotService.ts +0 -1174
- package/src/services/AiFinetuningService.ts +0 -402
- package/src/services/AiIndexService.ts +0 -598
- package/src/services/AiMarketingService.ts +0 -87
- package/src/services/AiMentorService.ts +0 -7678
- package/src/services/AiPromptService.ts +0 -1676
|
@@ -1,27 +1,5 @@
|
|
|
1
1
|
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
2
2
|
export declare class SearchService {
|
|
3
|
-
/**
|
|
4
|
-
* Legacy endpoint for backward compatible mentor search
|
|
5
|
-
* @param audience Filter by target audience
|
|
6
|
-
* @param category Filter by mentor category
|
|
7
|
-
* @param createdBy Filter mentors created by specific user
|
|
8
|
-
* @param filterFacet If present, return only facets without results
|
|
9
|
-
* @param id Retrieve a specific mentor by ID
|
|
10
|
-
* @param limit Number of results per page
|
|
11
|
-
* @param llm Filter by language model type
|
|
12
|
-
* @param offset Starting position for pagination
|
|
13
|
-
* @param orderBy Field to sort results by ('created_at', 'recently_accessed_at')
|
|
14
|
-
* @param orderDirection Sort direction ('asc' or 'desc')
|
|
15
|
-
* @param page Page number (1-based, used with page_size)
|
|
16
|
-
* @param pageSize Number of results per page
|
|
17
|
-
* @param query Search term to filter mentors by name or description
|
|
18
|
-
* @param tags Filter by tags
|
|
19
|
-
* @param tenant Filter by tenant/organization
|
|
20
|
-
* @param uniqueId Retrieve a specific mentor by UUID
|
|
21
|
-
* @returns any
|
|
22
|
-
* @throws ApiError
|
|
23
|
-
*/
|
|
24
|
-
static searchAiSearchRetrieve(audience?: Array<string>, category?: Array<string>, createdBy?: string, filterFacet?: boolean, id?: number, limit?: number, llm?: Array<string>, offset?: number, orderBy?: string, orderDirection?: string, page?: number, pageSize?: number, query?: string, tags?: Array<string>, tenant?: string, uniqueId?: string): CancelablePromise<Record<string, any>>;
|
|
25
3
|
/**
|
|
26
4
|
* Search and filter content across the learning catalog
|
|
27
5
|
* @param allowSkillSearch Enable skill-based search
|
|
@@ -57,169 +35,6 @@ export declare class SearchService {
|
|
|
57
35
|
* @throws ApiError
|
|
58
36
|
*/
|
|
59
37
|
static searchCatalogRetrieve(allowSkillSearch?: boolean, alphabetical?: boolean, certificate?: Array<string>, content?: Array<string>, courseId?: string, duration?: Array<string>, language?: Array<string>, level?: Array<string>, limit?: number, offset?: number, orderAscending?: boolean, orderBy?: string, pathwayId?: string, price?: string, programId?: string, programType?: Array<string>, promotion?: Array<string>, query?: string, resourceType?: Array<string>, returnFacet?: boolean, returnItems?: boolean, selfPaced?: Array<string>, skillId?: string, skills?: Array<string>, subject?: Array<string>, tags?: Array<string>, tenant?: Array<string>, topics?: Array<string>, updateFacet?: string): CancelablePromise<Record<string, any>>;
|
|
60
|
-
/**
|
|
61
|
-
* Get AI mentors based on search criteria
|
|
62
|
-
* @param audience Filter by target audience
|
|
63
|
-
* @param category Filter by mentor category
|
|
64
|
-
* @param createdBy Filter mentors created by specific user
|
|
65
|
-
* @param id Retrieve a specific mentor by ID
|
|
66
|
-
* @param limit Number of results per page
|
|
67
|
-
* @param llm Filter by language model type
|
|
68
|
-
* @param offset Starting position for pagination
|
|
69
|
-
* @param orderBy Field to sort results by ('created_at', 'recently_accessed_at')
|
|
70
|
-
* @param orderDirection Sort direction ('asc' or 'desc')
|
|
71
|
-
* @param query Search term to filter mentors by name or description
|
|
72
|
-
* @param tags Filter by tags
|
|
73
|
-
* @param tenant Filter by tenant/organization
|
|
74
|
-
* @param uniqueId Retrieve a specific mentor by UUID
|
|
75
|
-
* @returns any
|
|
76
|
-
* @throws ApiError
|
|
77
|
-
*/
|
|
78
|
-
static searchMentorsRetrieve(audience?: Array<string>, category?: Array<string>, createdBy?: string, id?: number, limit?: number, llm?: Array<string>, offset?: number, orderBy?: string, orderDirection?: string, query?: string, tags?: Array<string>, tenant?: string, uniqueId?: string): CancelablePromise<Record<string, any>>;
|
|
79
|
-
/**
|
|
80
|
-
* Search and filter documents associated with a specific mentor.
|
|
81
|
-
*
|
|
82
|
-
* This endpoint allows searching and filtering documents that are linked to a
|
|
83
|
-
* particular mentor, with support for pagination, sorting, and faceted filtering.
|
|
84
|
-
*
|
|
85
|
-
* Path Parameters:
|
|
86
|
-
* mentor_unique_id (uuid): The unique identifier of the mentor
|
|
87
|
-
*
|
|
88
|
-
* Query Parameters:
|
|
89
|
-
* query (str, optional): Search term to filter documents by name or content
|
|
90
|
-
* document_type (str, optional): Filter by document type (e.g., 'pdf', 'text')
|
|
91
|
-
* access (str, optional): Filter by access level (e.g., 'public', 'private')
|
|
92
|
-
* training_status (str, optional): Filter by training status (e.g., 'trained', 'pending')
|
|
93
|
-
* platform_key (str, optional): Filter by platform key
|
|
94
|
-
* order_by (str, optional): Field to sort results by ('date_created', 'last_modified', 'document_name')
|
|
95
|
-
* order_direction (str, optional): Sort direction ('asc' or 'desc', default: 'desc')
|
|
96
|
-
* limit (int, optional): Number of results per page (default: 12, max: 100)
|
|
97
|
-
* offset (int, optional): Starting position for pagination
|
|
98
|
-
*
|
|
99
|
-
* Returns:
|
|
100
|
-
* A JSON response containing:
|
|
101
|
-
* {
|
|
102
|
-
* "results": [
|
|
103
|
-
* {
|
|
104
|
-
* "id": 789,
|
|
105
|
-
* "document_name": "Introduction to Algorithms.pdf",
|
|
106
|
-
* "document_type": "pdf",
|
|
107
|
-
* "access": "public",
|
|
108
|
-
* "training_status": "trained",
|
|
109
|
-
* "date_created": "2023-03-15T10:30:00Z",
|
|
110
|
-
* "last_modified": "2023-04-20T14:45:00Z",
|
|
111
|
-
* "url": "https://example.com/documents/intro-algorithms.pdf",
|
|
112
|
-
* "metadata": {
|
|
113
|
-
* "page_count": 45,
|
|
114
|
-
* "author": "John Smith",
|
|
115
|
-
* "keywords": ["algorithms", "computer science", "data structures"],
|
|
116
|
-
* "description": "Comprehensive introduction to fundamental algorithms"
|
|
117
|
-
* }
|
|
118
|
-
* },
|
|
119
|
-
* // Additional document objects...
|
|
120
|
-
* ],
|
|
121
|
-
* "count": 25,
|
|
122
|
-
* "next": "https://api.example.com/api/search/mentors/550e8400-e29b-41d4-a716-446655440000/documents/?limit=12&offset=12",
|
|
123
|
-
* "previous": null,
|
|
124
|
-
* "current_page": 1,
|
|
125
|
-
* "total_pages": 3,
|
|
126
|
-
* "facets": {
|
|
127
|
-
* "document_type": [
|
|
128
|
-
* {"key": "pdf", "doc_count": 15},
|
|
129
|
-
* {"key": "text", "doc_count": 5},
|
|
130
|
-
* {"key": "docx", "doc_count": 5}
|
|
131
|
-
* ],
|
|
132
|
-
* "access": [
|
|
133
|
-
* {"key": "public", "doc_count": 20},
|
|
134
|
-
* {"key": "private", "doc_count": 5}
|
|
135
|
-
* ],
|
|
136
|
-
* "training_status": [
|
|
137
|
-
* {"key": "trained", "doc_count": 18},
|
|
138
|
-
* {"key": "pending", "doc_count": 5},
|
|
139
|
-
* {"key": "failed", "doc_count": 2}
|
|
140
|
-
* ]
|
|
141
|
-
* }
|
|
142
|
-
* }
|
|
143
|
-
*
|
|
144
|
-
* Error Responses:
|
|
145
|
-
* 400 Bad Request: If the request parameters are invalid
|
|
146
|
-
* 404 Not Found: If the mentor doesn't exist
|
|
147
|
-
* 500 Internal Server Error: If an unexpected error occurs during processing
|
|
148
|
-
*
|
|
149
|
-
* Access Control:
|
|
150
|
-
* - Requires platform membership
|
|
151
|
-
* - Only documents associated with the specified mentor are returned
|
|
152
|
-
* - Access level filtering respects user permissions
|
|
153
|
-
* @param mentorUniqueId
|
|
154
|
-
* @returns any No response body
|
|
155
|
-
* @throws ApiError
|
|
156
|
-
*/
|
|
157
|
-
static searchMentorsDocumentsRetrieve(mentorUniqueId: string): CancelablePromise<any>;
|
|
158
|
-
/**
|
|
159
|
-
* Get AI mentors for a specific tenant and user
|
|
160
|
-
* @param org
|
|
161
|
-
* @param username
|
|
162
|
-
* @param audience Filter by target audience
|
|
163
|
-
* @param category Filter by mentor category
|
|
164
|
-
* @param createdBy Filter mentors created by specific user
|
|
165
|
-
* @param id Retrieve a specific mentor by ID
|
|
166
|
-
* @param limit Number of results per page
|
|
167
|
-
* @param llm Filter by language model type
|
|
168
|
-
* @param offset Starting position for pagination
|
|
169
|
-
* @param orderBy Field to sort results by ('created_at', 'recently_accessed_at')
|
|
170
|
-
* @param orderDirection Sort direction ('asc' or 'desc')
|
|
171
|
-
* @param query Search term to filter mentors by name or description
|
|
172
|
-
* @param tags Filter by tags
|
|
173
|
-
* @param tenant Filter by tenant/organization
|
|
174
|
-
* @param uniqueId Retrieve a specific mentor by UUID
|
|
175
|
-
* @returns any
|
|
176
|
-
* @throws ApiError
|
|
177
|
-
*/
|
|
178
|
-
static searchOrgsUsersMentorsRetrieve(org: string, username: string, audience?: Array<string>, category?: Array<string>, createdBy?: string, id?: number, limit?: number, llm?: Array<string>, offset?: number, orderBy?: string, orderDirection?: string, query?: string, tags?: Array<string>, tenant?: string, uniqueId?: string): CancelablePromise<Record<string, any>>;
|
|
179
|
-
/**
|
|
180
|
-
* Search and filter AI prompts for a specific user within a tenant.
|
|
181
|
-
*
|
|
182
|
-
* This endpoint extends the base prompt search functionality but filters results
|
|
183
|
-
* to only show prompts that are available to a specific user within a specific
|
|
184
|
-
* organization/tenant.
|
|
185
|
-
*
|
|
186
|
-
* Path Parameters:
|
|
187
|
-
* org (str): The organization/tenant identifier
|
|
188
|
-
* username (str): The username to filter prompts for
|
|
189
|
-
*
|
|
190
|
-
* Query Parameters:
|
|
191
|
-
* Same as PromptSearchView, plus:
|
|
192
|
-
*
|
|
193
|
-
* # Identification parameters (for detail view)
|
|
194
|
-
* id (int, optional): Retrieve a specific prompt by ID
|
|
195
|
-
*
|
|
196
|
-
* Returns:
|
|
197
|
-
* Same format as PromptSearchView, but filtered to only include prompts
|
|
198
|
-
* that the specified user has access to within the specified organization.
|
|
199
|
-
*
|
|
200
|
-
* Error Responses:
|
|
201
|
-
* 400 Bad Request: If the request parameters are invalid
|
|
202
|
-
* 403 Forbidden: If the requested prompt exists but the user doesn't have access
|
|
203
|
-
* 404 Not Found: If the requested prompt doesn't exist
|
|
204
|
-
* 500 Internal Server Error: If an unexpected error occurs
|
|
205
|
-
*
|
|
206
|
-
* Access Control:
|
|
207
|
-
* - Results are filtered based on user's permissions within the organization
|
|
208
|
-
* - Private prompts are only visible to authorized users
|
|
209
|
-
* @param org
|
|
210
|
-
* @param username
|
|
211
|
-
* @returns any No response body
|
|
212
|
-
* @throws ApiError
|
|
213
|
-
*/
|
|
214
|
-
static searchOrgsUsersPromptsRetrieve(org: string, username: string): CancelablePromise<any>;
|
|
215
|
-
/**
|
|
216
|
-
* Determine whether to serve a detail view or a list view.
|
|
217
|
-
* @param org
|
|
218
|
-
* @param username
|
|
219
|
-
* @returns any No response body
|
|
220
|
-
* @throws ApiError
|
|
221
|
-
*/
|
|
222
|
-
static searchOrgsUsersRecommendedRetrieve(org: string, username: string): CancelablePromise<any>;
|
|
223
38
|
/**
|
|
224
39
|
* Get personalized content for a specific user
|
|
225
40
|
* @param username
|
|
@@ -259,120 +74,6 @@ export declare class SearchService {
|
|
|
259
74
|
* @throws ApiError
|
|
260
75
|
*/
|
|
261
76
|
static searchPersonalizedCatalogRetrieve(username: string, allowSkillSearch?: boolean, alphabetical?: boolean, certificate?: Array<string>, content?: Array<string>, courseId?: string, duration?: Array<string>, language?: Array<string>, level?: Array<string>, limit?: number, offset?: number, orderAscending?: boolean, orderBy?: string, pathwayId?: string, price?: string, programId?: string, programType?: Array<string>, promotion?: Array<string>, query?: string, recommended?: boolean, resourceId?: string, resourceType?: Array<string>, returnFacet?: boolean, returnItems?: boolean, roleId?: string, selfPaced?: Array<string>, skillId?: string, skills?: Array<string>, subject?: Array<string>, tags?: Array<string>, tenant?: Array<string>, topics?: Array<string>, updateFacet?: string): CancelablePromise<Record<string, any>>;
|
|
262
|
-
/**
|
|
263
|
-
* Search and filter AI prompts across the platform.
|
|
264
|
-
*
|
|
265
|
-
* This endpoint provides a search interface for discovering AI prompts
|
|
266
|
-
* with support for filtering, pagination, and detailed prompt information.
|
|
267
|
-
*
|
|
268
|
-
* Query Parameters:
|
|
269
|
-
* # Identification parameters (for detail view)
|
|
270
|
-
* id (int, optional): Retrieve a specific prompt by ID
|
|
271
|
-
*
|
|
272
|
-
* # Search and filtering parameters
|
|
273
|
-
* query (str, optional): Search term to filter prompts by name or content
|
|
274
|
-
* category (str, optional): Filter by prompt category
|
|
275
|
-
* language (str, optional): Filter by prompt language
|
|
276
|
-
* style (str, optional): Filter by writing style
|
|
277
|
-
* tone (str, optional): Filter by tone
|
|
278
|
-
* tenant (str, optional): Filter by tenant/organization
|
|
279
|
-
* mentor (str, optional): Filter by associated mentor (UUID)
|
|
280
|
-
*
|
|
281
|
-
* # Sorting and pagination
|
|
282
|
-
* sort_by (str, optional): Field to sort results by
|
|
283
|
-
* order_direction (str, optional): Sort direction ('asc' or 'desc', default: 'desc')
|
|
284
|
-
* alphabetical (bool, optional): Sort alphabetically by name (default: false)
|
|
285
|
-
* limit (int, optional): Number of results per page (default: 10)
|
|
286
|
-
* offset (int, optional): Starting position for pagination
|
|
287
|
-
*
|
|
288
|
-
* # Special parameters
|
|
289
|
-
* filter_facet (any, optional): If present, return only facets without results
|
|
290
|
-
*
|
|
291
|
-
* Returns:
|
|
292
|
-
* For detail view (when id is provided):
|
|
293
|
-
* A JSON response containing a single prompt's details:
|
|
294
|
-
* {
|
|
295
|
-
* "id": 456,
|
|
296
|
-
* "name": "Essay Writing Guide",
|
|
297
|
-
* "content": "Write a well-structured essay on the following topic: {{topic}}...",
|
|
298
|
-
* "category": "Academic Writing",
|
|
299
|
-
* "language": "English",
|
|
300
|
-
* "style": "Formal",
|
|
301
|
-
* "tone": "Professional",
|
|
302
|
-
* "mentor": {
|
|
303
|
-
* "id": 123,
|
|
304
|
-
* "unique_id": "550e8400-e29b-41d4-a716-446655440000",
|
|
305
|
-
* "name": "Professor Smith"
|
|
306
|
-
* },
|
|
307
|
-
* "platform": {
|
|
308
|
-
* "id": 1,
|
|
309
|
-
* "name": "Example University",
|
|
310
|
-
* "key": "example-university"
|
|
311
|
-
* },
|
|
312
|
-
* "created_at": "2023-02-10T09:15:00Z",
|
|
313
|
-
* "updated_at": "2023-05-05T14:20:00Z",
|
|
314
|
-
* "visibility": "public",
|
|
315
|
-
* "variables": ["topic", "length", "style"]
|
|
316
|
-
* }
|
|
317
|
-
*
|
|
318
|
-
* For list view:
|
|
319
|
-
* A JSON response containing:
|
|
320
|
-
* {
|
|
321
|
-
* "results": [
|
|
322
|
-
* {
|
|
323
|
-
* "id": 456,
|
|
324
|
-
* "name": "Essay Writing Guide",
|
|
325
|
-
* "content": "Write a well-structured essay on the following topic: {{topic}}...",
|
|
326
|
-
* "category": "Academic Writing",
|
|
327
|
-
* "language": "English",
|
|
328
|
-
* "style": "Formal",
|
|
329
|
-
* "tone": "Professional",
|
|
330
|
-
* "mentor": {"id": 123, "name": "Professor Smith"},
|
|
331
|
-
* "created_at": "2023-02-10T09:15:00Z",
|
|
332
|
-
* "updated_at": "2023-05-05T14:20:00Z"
|
|
333
|
-
* },
|
|
334
|
-
* // Additional prompt objects...
|
|
335
|
-
* ],
|
|
336
|
-
* "count": 30,
|
|
337
|
-
* "next": "?limit=10&offset=10",
|
|
338
|
-
* "previous": null,
|
|
339
|
-
* "current_page": 1,
|
|
340
|
-
* "num_pages": 3,
|
|
341
|
-
* "facets": {
|
|
342
|
-
* "category": [
|
|
343
|
-
* {"key": "Academic Writing", "doc_count": 15},
|
|
344
|
-
* {"key": "Creative Writing", "doc_count": 10},
|
|
345
|
-
* {"key": "Technical Documentation", "doc_count": 5}
|
|
346
|
-
* ],
|
|
347
|
-
* "language": [
|
|
348
|
-
* {"key": "English", "doc_count": 25},
|
|
349
|
-
* {"key": "Spanish", "doc_count": 5}
|
|
350
|
-
* ],
|
|
351
|
-
* "style": [
|
|
352
|
-
* {"key": "Formal", "doc_count": 20},
|
|
353
|
-
* {"key": "Casual", "doc_count": 10}
|
|
354
|
-
* ],
|
|
355
|
-
* "tone": [
|
|
356
|
-
* {"key": "Professional", "doc_count": 15},
|
|
357
|
-
* {"key": "Friendly", "doc_count": 10},
|
|
358
|
-
* {"key": "Technical", "doc_count": 5}
|
|
359
|
-
* ]
|
|
360
|
-
* }
|
|
361
|
-
* }
|
|
362
|
-
*
|
|
363
|
-
* Error Responses:
|
|
364
|
-
* 400 Bad Request: If the request parameters are invalid
|
|
365
|
-
* 403 Forbidden: If the requested prompt exists but is not publicly available
|
|
366
|
-
* 404 Not Found: If the requested prompt doesn't exist
|
|
367
|
-
* 500 Internal Server Error: If an unexpected error occurs
|
|
368
|
-
*
|
|
369
|
-
* Notes:
|
|
370
|
-
* - Only publicly available prompts are returned by default
|
|
371
|
-
* - When filtering by mentor, the mentor ID must be a valid UUID
|
|
372
|
-
* @returns any No response body
|
|
373
|
-
* @throws ApiError
|
|
374
|
-
*/
|
|
375
|
-
static searchPromptsRetrieve(): CancelablePromise<any>;
|
|
376
77
|
/**
|
|
377
78
|
* Search and filter users within a specific organization/tenant.
|
|
378
79
|
*
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import type { StripeCheckoutSessionRequest } from '../models/StripeCheckoutSessionRequest';
|
|
2
|
+
import type { StripeCheckoutSessionResponse } from '../models/StripeCheckoutSessionResponse';
|
|
3
|
+
import type { StripeCustomerPortalRequest } from '../models/StripeCustomerPortalRequest';
|
|
4
|
+
import type { StripeCustomerPortalResponse } from '../models/StripeCustomerPortalResponse';
|
|
5
|
+
import type { StripeLocalProduct } from '../models/StripeLocalProduct';
|
|
6
|
+
import type { StripeSubscriptionRenewalRequest } from '../models/StripeSubscriptionRenewalRequest';
|
|
7
|
+
import type { StripeSubscriptionRenewalResponse } from '../models/StripeSubscriptionRenewalResponse';
|
|
8
|
+
import type { TenantLaunchRequest } from '../models/TenantLaunchRequest';
|
|
9
|
+
import type { TenantLaunchResponse } from '../models/TenantLaunchResponse';
|
|
10
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
11
|
+
export declare class ServiceService {
|
|
12
|
+
/**
|
|
13
|
+
* User/tenant creation API
|
|
14
|
+
*
|
|
15
|
+
* To create using any payment provider, ensure you use the StudentToken Authentication Mechanism
|
|
16
|
+
* and also include the correct `provider_key` in the request body:
|
|
17
|
+
*
|
|
18
|
+
* ```
|
|
19
|
+
* apple_transaction_id: str
|
|
20
|
+
* stripe_checkout_id: str
|
|
21
|
+
* x_gcp_marketplace_token: str
|
|
22
|
+
* aws_transaction_id: str
|
|
23
|
+
* google_pay_transaction_id: str
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* To create a tenant without a payment provider, call the API without ny of the above provider keys in the request body
|
|
27
|
+
* @param requestBody
|
|
28
|
+
* @returns TenantLaunchResponse
|
|
29
|
+
* @throws ApiError
|
|
30
|
+
*/
|
|
31
|
+
static serviceLaunchTenantCreate(requestBody: TenantLaunchRequest): CancelablePromise<TenantLaunchResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* User creation flow
|
|
34
|
+
* @returns any No response body
|
|
35
|
+
* @throws ApiError
|
|
36
|
+
*/
|
|
37
|
+
static serviceManageUserCreate(): CancelablePromise<any>;
|
|
38
|
+
/**
|
|
39
|
+
* Make user tenant admin
|
|
40
|
+
* @returns any No response body
|
|
41
|
+
* @throws ApiError
|
|
42
|
+
*/
|
|
43
|
+
static serviceManageUserRoleCreate(): CancelablePromise<any>;
|
|
44
|
+
/**
|
|
45
|
+
* Stripe checkout session API View for user upgrade
|
|
46
|
+
*
|
|
47
|
+
* Request the following fields:
|
|
48
|
+
*
|
|
49
|
+
* - tenant
|
|
50
|
+
* - sku
|
|
51
|
+
* - mode
|
|
52
|
+
* - success_url
|
|
53
|
+
* - cancel_url
|
|
54
|
+
*
|
|
55
|
+
* Response:
|
|
56
|
+
* {
|
|
57
|
+
* "redirect_to": "https://checkout.stripe.com/xxx/xxxx/xxxx",
|
|
58
|
+
* }
|
|
59
|
+
* @param org
|
|
60
|
+
* @param userId
|
|
61
|
+
* @param requestBody
|
|
62
|
+
* @returns StripeCheckoutSessionResponse
|
|
63
|
+
* @throws ApiError
|
|
64
|
+
*/
|
|
65
|
+
static serviceOrgsUsersStripeCheckoutSessionCreate(org: string, userId: string, requestBody: StripeCheckoutSessionRequest): CancelablePromise<StripeCheckoutSessionResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
68
|
+
* @param org
|
|
69
|
+
* @param userId
|
|
70
|
+
* @param requestBody
|
|
71
|
+
* @returns StripeCustomerPortalResponse
|
|
72
|
+
* @throws ApiError
|
|
73
|
+
*/
|
|
74
|
+
static serviceOrgsUsersStripeCustomerPortalCreate(org: string, userId: string, requestBody: StripeCustomerPortalRequest): CancelablePromise<StripeCustomerPortalResponse>;
|
|
75
|
+
/**
|
|
76
|
+
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
77
|
+
* @param org
|
|
78
|
+
* @param userId
|
|
79
|
+
* @returns StripeLocalProduct
|
|
80
|
+
* @throws ApiError
|
|
81
|
+
*/
|
|
82
|
+
static serviceOrgsUsersStripeProductsRetrieve(org: string, userId: string): CancelablePromise<StripeLocalProduct>;
|
|
83
|
+
/**
|
|
84
|
+
* Mixin that includes the StudentTokenAuthentication and IsPlatformAdmin
|
|
85
|
+
* @param org
|
|
86
|
+
* @param userId
|
|
87
|
+
* @returns any No response body
|
|
88
|
+
* @throws ApiError
|
|
89
|
+
*/
|
|
90
|
+
static serviceOrgsUsersStripeProductsManageCreate(org: string, userId: string): CancelablePromise<any>;
|
|
91
|
+
/**
|
|
92
|
+
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
93
|
+
* @param org
|
|
94
|
+
* @param userId
|
|
95
|
+
* @param requestBody
|
|
96
|
+
* @returns StripeSubscriptionRenewalResponse
|
|
97
|
+
* @throws ApiError
|
|
98
|
+
*/
|
|
99
|
+
static serviceOrgsUsersStripeSubscriptionRenewalCreate(org: string, userId: string, requestBody: StripeSubscriptionRenewalRequest): CancelablePromise<StripeSubscriptionRenewalResponse>;
|
|
100
|
+
/**
|
|
101
|
+
* Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent
|
|
102
|
+
* @param org
|
|
103
|
+
* @param userId
|
|
104
|
+
* @returns any No response body
|
|
105
|
+
* @throws ApiError
|
|
106
|
+
*/
|
|
107
|
+
static serviceOrgsUsersStripeSubscriptionsRetrieve(org: string, userId: string): CancelablePromise<any>;
|
|
108
|
+
/**
|
|
109
|
+
* Handle course payment callback after successful Stripe checkout.
|
|
110
|
+
* Enrolls the user in the purchased course.
|
|
111
|
+
*
|
|
112
|
+
* URL Parameters:
|
|
113
|
+
* - stripe_checkout_id: The local Checkout Session UUID
|
|
114
|
+
*
|
|
115
|
+
* Response:
|
|
116
|
+
* - Redirect: Successfully processed course enrollment
|
|
117
|
+
* - 404: Checkout session not found
|
|
118
|
+
* - 400: Invalid checkout session or product
|
|
119
|
+
* - 500: Server error during processing
|
|
120
|
+
* @param platformKey
|
|
121
|
+
* @returns any No response body
|
|
122
|
+
* @throws ApiError
|
|
123
|
+
*/
|
|
124
|
+
static serviceOrgsStripeCoursePaymentCallbackRetrieve(platformKey: string): CancelablePromise<any>;
|
|
125
|
+
/**
|
|
126
|
+
* @param checkoutUuid
|
|
127
|
+
* @returns any No response body
|
|
128
|
+
* @throws ApiError
|
|
129
|
+
*/
|
|
130
|
+
static serviceStripeCheckoutRetrieve(checkoutUuid: string): CancelablePromise<any>;
|
|
131
|
+
/**
|
|
132
|
+
* Stripe free trial checkout session. No user auth
|
|
133
|
+
*
|
|
134
|
+
* Request the following fields:
|
|
135
|
+
*
|
|
136
|
+
* - success_url
|
|
137
|
+
* - cancel_url
|
|
138
|
+
* - product
|
|
139
|
+
*
|
|
140
|
+
* Response:
|
|
141
|
+
* {
|
|
142
|
+
* "redirect_to": "https://checkout.stripe.com/xxx/xxxx/xxxx",
|
|
143
|
+
* }
|
|
144
|
+
* @param requestBody
|
|
145
|
+
* @returns StripeCheckoutSessionResponse
|
|
146
|
+
* @throws ApiError
|
|
147
|
+
*/
|
|
148
|
+
static serviceStripeCheckoutFreeTrialCreate(requestBody: StripeCheckoutSessionResponse): CancelablePromise<StripeCheckoutSessionResponse>;
|
|
149
|
+
/**
|
|
150
|
+
* Check if tenant exists or not
|
|
151
|
+
* @returns any No response body
|
|
152
|
+
* @throws ApiError
|
|
153
|
+
*/
|
|
154
|
+
static serviceTenantValidationCreate(): CancelablePromise<any>;
|
|
155
|
+
/**
|
|
156
|
+
* GET
|
|
157
|
+
* Gets site hash_key from
|
|
158
|
+
* or
|
|
159
|
+
* Gets site_id form hash_key
|
|
160
|
+
* @returns any No response body
|
|
161
|
+
* @throws ApiError
|
|
162
|
+
*/
|
|
163
|
+
static serviceTokenRetrieve(): CancelablePromise<any>;
|
|
164
|
+
/**
|
|
165
|
+
* Check if tenant exists or not
|
|
166
|
+
* @returns any No response body
|
|
167
|
+
* @throws ApiError
|
|
168
|
+
*/
|
|
169
|
+
static serviceUserValidationCreate(): CancelablePromise<any>;
|
|
170
|
+
}
|
package/package.json
CHANGED
package/src/core/OpenAPI.ts
CHANGED