@iblai/data-layer 1.1.10 → 1.1.11

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.d.ts CHANGED
@@ -80570,6 +80570,182 @@ declare const EDX_PROCTORING_ENDPOINTS: {
80570
80570
  };
80571
80571
  };
80572
80572
 
80573
+ interface SelfRetireResponse {
80574
+ message?: string;
80575
+ }
80576
+
80577
+ declare const retirementApiSlice: _reduxjs_toolkit_query.Api<_reduxjs_toolkit_query.BaseQueryFn<_data_layer_features_utils.CustomQueryArgs, unknown, _data_layer_features_utils.ExtendedFetchBaseQueryError, Record<string, unknown>, _reduxjs_toolkit_query.FetchBaseQueryMeta>, {
80578
+ selfRetire: _reduxjs_toolkit_query.MutationDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<_data_layer_features_utils.CustomQueryArgs, unknown, _data_layer_features_utils.ExtendedFetchBaseQueryError, Record<string, unknown>, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, SelfRetireResponse, "retirementApiSlice", unknown>;
80579
+ }, "retirementApiSlice", never, typeof _reduxjs_toolkit_query.coreModuleName | typeof _reduxjs_toolkit_query_react.reactHooksModuleName>;
80580
+ declare const useSelfRetireMutation: <R extends Record<string, any> = ({
80581
+ requestId?: undefined;
80582
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
80583
+ data?: undefined;
80584
+ error?: undefined;
80585
+ endpointName?: string;
80586
+ startedTimeStamp?: undefined;
80587
+ fulfilledTimeStamp?: undefined;
80588
+ } & {
80589
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
80590
+ isUninitialized: true;
80591
+ isLoading: false;
80592
+ isSuccess: false;
80593
+ isError: false;
80594
+ }) | ({
80595
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
80596
+ } & Omit<{
80597
+ requestId: string;
80598
+ data?: SelfRetireResponse | undefined;
80599
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80600
+ endpointName: string;
80601
+ startedTimeStamp: number;
80602
+ fulfilledTimeStamp?: number;
80603
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
80604
+ requestId: string;
80605
+ data?: SelfRetireResponse | undefined;
80606
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80607
+ endpointName: string;
80608
+ startedTimeStamp: number;
80609
+ fulfilledTimeStamp?: number;
80610
+ }, "data" | "fulfilledTimeStamp">> & {
80611
+ error: undefined;
80612
+ } & {
80613
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
80614
+ isUninitialized: false;
80615
+ isLoading: false;
80616
+ isSuccess: true;
80617
+ isError: false;
80618
+ }) | ({
80619
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
80620
+ } & {
80621
+ requestId: string;
80622
+ data?: SelfRetireResponse | undefined;
80623
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80624
+ endpointName: string;
80625
+ startedTimeStamp: number;
80626
+ fulfilledTimeStamp?: number;
80627
+ } & {
80628
+ data?: undefined;
80629
+ } & {
80630
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
80631
+ isUninitialized: false;
80632
+ isLoading: true;
80633
+ isSuccess: false;
80634
+ isError: false;
80635
+ }) | ({
80636
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
80637
+ } & Omit<{
80638
+ requestId: string;
80639
+ data?: SelfRetireResponse | undefined;
80640
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80641
+ endpointName: string;
80642
+ startedTimeStamp: number;
80643
+ fulfilledTimeStamp?: number;
80644
+ }, "error"> & Required<Pick<{
80645
+ requestId: string;
80646
+ data?: SelfRetireResponse | undefined;
80647
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80648
+ endpointName: string;
80649
+ startedTimeStamp: number;
80650
+ fulfilledTimeStamp?: number;
80651
+ }, "error">> & {
80652
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
80653
+ isUninitialized: false;
80654
+ isLoading: false;
80655
+ isSuccess: false;
80656
+ isError: true;
80657
+ })>(options?: {
80658
+ selectFromResult?: ((state: ({
80659
+ requestId?: undefined;
80660
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
80661
+ data?: undefined;
80662
+ error?: undefined;
80663
+ endpointName?: string;
80664
+ startedTimeStamp?: undefined;
80665
+ fulfilledTimeStamp?: undefined;
80666
+ } & {
80667
+ status: _reduxjs_toolkit_query.QueryStatus.uninitialized;
80668
+ isUninitialized: true;
80669
+ isLoading: false;
80670
+ isSuccess: false;
80671
+ isError: false;
80672
+ }) | ({
80673
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
80674
+ } & Omit<{
80675
+ requestId: string;
80676
+ data?: SelfRetireResponse | undefined;
80677
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80678
+ endpointName: string;
80679
+ startedTimeStamp: number;
80680
+ fulfilledTimeStamp?: number;
80681
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
80682
+ requestId: string;
80683
+ data?: SelfRetireResponse | undefined;
80684
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80685
+ endpointName: string;
80686
+ startedTimeStamp: number;
80687
+ fulfilledTimeStamp?: number;
80688
+ }, "data" | "fulfilledTimeStamp">> & {
80689
+ error: undefined;
80690
+ } & {
80691
+ status: _reduxjs_toolkit_query.QueryStatus.fulfilled;
80692
+ isUninitialized: false;
80693
+ isLoading: false;
80694
+ isSuccess: true;
80695
+ isError: false;
80696
+ }) | ({
80697
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
80698
+ } & {
80699
+ requestId: string;
80700
+ data?: SelfRetireResponse | undefined;
80701
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80702
+ endpointName: string;
80703
+ startedTimeStamp: number;
80704
+ fulfilledTimeStamp?: number;
80705
+ } & {
80706
+ data?: undefined;
80707
+ } & {
80708
+ status: _reduxjs_toolkit_query.QueryStatus.pending;
80709
+ isUninitialized: false;
80710
+ isLoading: true;
80711
+ isSuccess: false;
80712
+ isError: false;
80713
+ }) | ({
80714
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
80715
+ } & Omit<{
80716
+ requestId: string;
80717
+ data?: SelfRetireResponse | undefined;
80718
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80719
+ endpointName: string;
80720
+ startedTimeStamp: number;
80721
+ fulfilledTimeStamp?: number;
80722
+ }, "error"> & Required<Pick<{
80723
+ requestId: string;
80724
+ data?: SelfRetireResponse | undefined;
80725
+ error?: _reduxjs_toolkit.SerializedError | _data_layer_features_utils.ExtendedFetchBaseQueryError | undefined;
80726
+ endpointName: string;
80727
+ startedTimeStamp: number;
80728
+ fulfilledTimeStamp?: number;
80729
+ }, "error">> & {
80730
+ status: _reduxjs_toolkit_query.QueryStatus.rejected;
80731
+ isUninitialized: false;
80732
+ isLoading: false;
80733
+ isSuccess: false;
80734
+ isError: true;
80735
+ })) => R) | undefined;
80736
+ fixedCacheKey?: string;
80737
+ } | undefined) => readonly [(arg: void) => _reduxjs_toolkit_query.MutationActionCreatorResult<_reduxjs_toolkit_query.MutationDefinition<void, _reduxjs_toolkit_query.BaseQueryFn<_data_layer_features_utils.CustomQueryArgs, unknown, _data_layer_features_utils.ExtendedFetchBaseQueryError, Record<string, unknown>, _reduxjs_toolkit_query.FetchBaseQueryMeta>, never, SelfRetireResponse, "retirementApiSlice", unknown>>, _reduxjs_toolkit_query.TSHelpersNoInfer<R> & {
80738
+ originalArgs?: void | undefined;
80739
+ reset: () => void;
80740
+ }];
80741
+
80742
+ declare const RETIREMENT_ENDPOINTS: {
80743
+ SELF_RETIRE: {
80744
+ service: SERVICES$1;
80745
+ path: () => string;
80746
+ };
80747
+ };
80748
+
80573
80749
  interface Disclaimer {
80574
80750
  id: string;
80575
80751
  content: string;
@@ -85384,5 +85560,5 @@ declare const skillsMiddleware: any[];
85384
85560
 
85385
85561
  declare const initializeDataLayer: (dmUrl: string, lmsUrl: string, storageService: StorageService$1, httpErrorHandler?: Record<number, () => void>) => void;
85386
85562
 
85387
- export { APP_IDENTIFIERS, CORE_CUSTOM_ENDPOINTS, CORE_CUSTOM_REDUCER_PATH, CORE_FAKE_CUSTOM_REDUCER_PATH, CREDENTIALS_CUSTOM_ENDPOINTS, CREDENTIALS_CUSTOM_REDUCER_PATH, CUSTOM_AI_SEARCH_ENDPOINTS, CUSTOM_AI_SEARCH_QUERY_KEYS, CUSTOM_AI_SEARCH_REDUCER_PATH, CUSTOM_DOMAIN_ENDPOINTS, CUSTOM_DOMAIN_QUERY_KEYS, CUSTOM_DOMAIN_REDUCER_PATH, DISCLAIMERS_ENDPOINTS, DISCLAIMERS_QUERY_KEYS, DISCLAIMERS_REDUCER_PATH, EDX_PROCTORING_ENDPOINTS, IblDataLayer, LOGO_ENDPOINTS, MCP_ENDPOINTS, MCP_REDUCER_PATH, MCP_TAG_TYPES, MEMORY_ENDPOINTS, MEMORY_QUERY_KEYS, MEMORY_REDUCER_PATH, MENTORS_QUERY_KEYS, MENTORS_REDUCER_PATH, MENTOR_CUSTOM_ENDPOINTS, MENTOR_CUSTOM_REDUCER_PATH, MENTOR_ENDPOINTS, NOTIFICATIONS_CUSTOM_ENDPOINTS, NOTIFICATIONS_CUSTOM_REDUCER_PATH, NOTIFICATIONS_CUSTOM_TAGS, PLATFORM_CONFIGURATION_TAG, PLATFORM_CUSTOM_ENDPOINTS, PLATFORM_CUSTOM_REDUCER_PATH, PLATFORM_MEMBERSHIP_TAG, PROJECTS_CUSTOM_ENDPOINTS, PROJECTS_CUSTOM_REDUCER_PATH, PROJECTS_QUERY_KEYS, QUERY_PARAMS, SERVICES, STORAGE_KEYS, TENANT_IDENTIFIERS, TENANT_LOGO_ENDPOINTS, TENANT_LOGO_QUERY_KEYS, TENANT_LOGO_REDUCER_PATH, URL_PATTERNS, analyticsApiSlice, analyticsCustomSlice, apiKeysApiReducer, apiKeysApiSlice, appApiReducer, appApiSlice, artifactsApiReducer, artifactsApiSlice, authApiSlice, billingApiSlice, billingCustomSlice, careerApiSlice, catalogApiSlice, chatApiSlice, chatFilesApiSlice, chatHistoryApiSlice, coreApiSlice, coreCustomApiSlice, coreFakeCustomPublicImageAssetApiSlice, credentialsApiSlice, credentialsCustomApiSlice, customAiSearchApiSlice, customDomainApiSlice, datasetsApiSlice, disclaimersApiSlice, edxProctoringApiSlice, fakeBaseQueryWithLogging, featureTags, iblFakeBaseQuery, initializeDataLayer, isPoliciesResponse, llmsApiSlice, mcpApiSlice, memoryApiSlice, mentorApiReducer, mentorApiSlice, mentorCategoriesApiSlice, mentorCustomApiSlice, mentorMiddleware, mentorReducer, moderationLogsApiReducer, moderationLogsApiSlice, notificationsApiSlice, notificationsCustomApiSlice, perLearnerApiSlice, platformApiReducer, platformApiSlice, platformCustomApiSlice, projectsApiSlice, promptsApiSlice, recommendationPromptTypeEnum, reportsApiSlice, searchApiSlice, sessionApiSlice, skillsApiSlice, skillsMiddleware, skillsReducer, stripeApiSlice, tenantApiReducer, tenantApiSlice, tenantLogoApiSlice, toolsApiSlice, trainingDocumentsApiSlice, useAddPinnedMessageMutation, useAddTrainingDocumentMutation, useAgreeToDisclaimerMutation, useAudioToTextMutation, useConnectedServicesCallbackQuery, useCreateAdminProjectMutation, useCreateApiKeyMutation, useCreateCallCredentialsMutation, useCreateCatalogInvitationBulkMutation, useCreateCatalogInvitationCourseBulkMutation, useCreateCatalogInvitationCourseMutation, useCreateCatalogInvitationProgramBulkMutation, useCreateCatalogInvitationProgramMutation, useCreateCatalogPathwayEnrollmentMutation, useCreateCatalogPathwayMutation, useCreateCatalogPathwaySelfEnrollmentMutation, useCreateCatalogProgramMutation, useCreateCatalogProgramSelfEnrollmentMutation, useCreateCatalogRoleMutation, useCreateCredentialAssertionMutation, useCreateCredentialMutation, useCreateCustomDomainMutation, useCreateDisclaimerMutation, useCreateExternalMappingMutation, useCreateIntegrationCredentialMutation, useCreateLLMCredentialMutation, useCreateMCPServerConnectionMutation, useCreateMCPServerMutation, useCreateMemoryMutation, useCreateMentorMutation, useCreateNotificationPreviewMutation, useCreateOrUpdateUserDesiredSkillMutation, useCreateOrUpdateUserReportedSkillMutation, useCreatePlatformImageAssetMutation, useCreatePlatformUserGroupMutation, useCreatePromptMutation, useCreateProviderConfigMutation, useCreateRbacGroupMutation, useCreateRbacPolicyMutation, useCreateRbacRoleMutation, useCreateRbacTeamsAccessMutation, useCreateRecommendedPromptMutation, useCreateRedirectTokenMutation, useCreateReportMutation, useCreateSessionIdMutation, useCreateShareableLinkMutation, useCreateStripeCheckoutSessionMutation, useCreateStripeCustomerPortalMutation, useCreateTrainingDocumentRetrainScheduleMutation, useCreateUserCompanyMutation, useCreateUserEducationMutation, useCreateUserExperienceMutation, useCreateUserInstitutionMutation, useCreateUserInvitationMutation, useCreateUserProjectMutation, useCreateUserResumeMutation, useDeleteAdminProjectMutation, useDeleteApiKeyMutation, useDeleteCourseCredentialMutation, useDeleteCredentialMutation, useDeleteCustomDomainMutation, useDeleteDisclaimerMutation, useDeleteExternalMappingMutation, useDeleteIntegrationCredentialMutation, useDeleteMCPServerMutation, useDeleteMemoryByCategoryMutation, useDeleteMemoryMutation, useDeleteMentorMutation, useDeleteMessageMutation, useDeleteModerationLogMutation, useDeletePlatformConfigurationMutation, useDeletePlatformImageAssetMutation, useDeletePlatformUserGroupMutation, useDeletePromptMutation, useDeleteProviderConfigMutation, useDeleteRbacGroupMutation, useDeleteRbacPolicyMutation, useDeleteRbacRoleMutation, useDeleteRecommendedPromptMutation, useDeleteTrainingDocumentMutation, useDeleteUserEducationMutation, useDeleteUserExperienceMutation, useDeleteUserProjectMutation, useDisconnectServiceMutation, useEditMentorAndRefreshListMutation, useEditMentorJsonMutation, useEditMentorMutation, useEditSessionMutation, useEditTrainingDocumentMutation, useExchangeAppleTokenMutation, useExportChatHistoryMutation, useForkMentorMutation, useGetAccessTimeHeatmapQuery, useGetAccountBillingInfoQuery, useGetAdminProjectDetailsQuery, useGetAdminProjectsQuery, useGetAiSearchMentorsQuery, useGetApiKeysQuery, useGetAppTokensMutation, useGetArtifactQuery, useGetArtifactVersionQuery, useGetAverageMessagesPerSessionQuery, useGetAverageRatingQuery, useGetCatalogInvitationsCourseQuery, useGetCatalogInvitationsProgramQuery, useGetCatalogSearchQuery, useGetChatHistoryExportStatusQuery, useGetChatHistoryFilterQuery, useGetChatHistoryQuery, useGetChatMessagesForSessionQuery, useGetConnectedServiceAuthUrlQuery, useGetConnectedServicesQuery, useGetContentAnalyticsDetailsQuery, useGetContentAnalyticsQuery, useGetConversationMemoriesQuery, useGetConversationQuery, useGetCredentialsListQuery, useGetCredentialsQuery, useGetCredentialsSchemaQuery, useGetCustomDomainsQuery, useGetCustomMentorsQuery, useGetDatasetsQuery, useGetDesiredSkillsQuery, useGetDetailedFinancialStatsQuery, useGetDisclaimersQuery, useGetDownloadReportFromURLQuery, useGetEnrollmentCourseSearchQuery, useGetExamInfoQuery, useGetExternalMappingQuery, useGetFileUploadUrlMutation, useGetFilteredMemoriesQuery, useGetFinancialStatsQuery, useGetFreeUsageCountQuery, useGetGuidedPromptsQuery, useGetIntegrationCredentialsQuery, useGetIntegrationCredentialsSchemaQuery, useGetIssuersQuery, useGetLLMCredentialsQuery, useGetLlmsQuery, useGetMCPServerConnectionsQuery, useGetMCPServerQuery, useGetMCPServersQuery, useGetMaskedIntegrationCredentialsQuery, useGetMaskedLLMCredentialsQuery, useGetMemoriesQuery, useGetMemoryCategoriesQuery, useGetMemoryFiltersQuery, useGetMentorCategoriesQuery, useGetMentorCategoryGroupsQuery, useGetMentorDetailsQuery, useGetMentorPublicSettingsQuery, useGetMentorSettingsQuery, useGetMentorSummariesQuery, useGetMentorUserSettingsQuery, useGetMentorsQuery, useGetMfeContextQuery, useGetModerationLogsQuery, useGetMostDiscussedTopicsQuery, useGetNotificationContextQuery, useGetNotificationsCountQuery, useGetNotificationsQuery, useGetOAuthServicesQuery, useGetOverTimeActivityQuery, useGetOverviewSummaryQuery, useGetPathwayCompletionQuery, useGetPathwayListQuery, useGetPerLearnerActivityQuery, useGetPerLearnerInfoQuery, useGetPersonnalizedMentorsQuery, useGetPersonnalizedSearchQuery, useGetPinnedMessagesQuery, useGetPlatformConfigurationsQuery, useGetPlatformImageAssetDetailsQuery, useGetPlatformImageAssetsListQuery, useGetPlatformInfoQuery, useGetPlatformMembershipQuery, useGetPlatformUserGroupDetailsQuery, useGetProgramCompletionQuery, useGetProgramListQuery, useGetPromptCategoriesQuery, useGetPromptsQuery, useGetPromptsSearchQuery, useGetProviderConfigQuery, useGetPublicMentorsQuery, useGetPublicPlatformImageAssetFileUrlQuery, useGetRbacGroupDetailsQuery, useGetRbacGroupsQuery, useGetRbacMentorAccessListQuery, useGetRbacPermissionsMutation, useGetRbacPoliciesQuery, useGetRbacPolicyDetailsQuery, useGetRbacRoleDetailsQuery, useGetRbacRolesQuery, useGetRbacTeamsAccessListQuery, useGetRecentMessageQuery, useGetRecentlyAccessedMentorsQuery, useGetRecommendationsAiSearchQuery, useGetRecommendedPromptsListQuery, useGetRegisteredUsersTrendQuery, useGetReportDetailQuery, useGetReportedSkillsQuery, useGetReportsQuery, useGetResourceSearchQuery, useGetSessionIdQuery, useGetSessionStatsQuery, useGetShareableLinkPublicQuery, useGetShareableLinkQuery, useGetSharedSessionIdQuery, useGetSkillsPointsPercentileQuery, useGetStripeContextQuery, useGetStripePricingPageSessionQuery, useGetStudentMentorCreationStatusQuery, useGetTemplateDetailsQuery, useGetTemplatesQuery, useGetTenantMetadataQuery, useGetToolsQuery, useGetTopStudentsByChatMessagesQuery, useGetTopicOverviewQuery, useGetTopicStatisticsQuery, useGetTopicsDetailsStatsQuery, useGetTopicsStatsQuery, useGetTopicsSummaryQuery, useGetTrainingDocumentRetrainScheduleQuery, useGetTrainingDocumentsQuery, useGetTranscriptsConversationHeadlineQuery, useGetTranscriptsMessagesDetailsQuery, useGetTranscriptsMessagesQuery, useGetUserAppsQuery, useGetUserAssignedPathwaysQuery, useGetUserCohortsOverTimeQuery, useGetUserCompaniesQuery, useGetUserCredentialsQuery, useGetUserDesiredSkillsQuery, useGetUserDetailsStatsQuery, useGetUserEarnedSkillsQuery, useGetUserEducationQuery, useGetUserEnrolledPathwaysQuery, useGetUserEnrolledProgramsQuery, useGetUserExperienceQuery, useGetUserInstitutionsQuery, useGetUserInvitationsQuery, useGetUserMetadataEdxQuery, useGetUserMetadataQuery, useGetUserMetricsPieChartQuery, useGetUserMetricsQuery, useGetUserProjectDetailsQuery, useGetUserProjectsQuery, useGetUserReportedSkillsQuery, useGetUserResumeQuery, useGetUserSkillsPointsQuery, useGetUserTenantsQuery, useGetUsersAsAssertionsQuery, useGetUsersStatsQuery, useGetVectorDocumentsQuery, useInviteUserMutation, useJoinTenantMutation, useLazyConnectedServicesCallbackQuery, useLazyGetAccountBillingInfoQuery, useLazyGetAdminProjectDetailsQuery, useLazyGetAdminProjectsQuery, useLazyGetApiKeysQuery, useLazyGetArtifactQuery, useLazyGetArtifactVersionQuery, useLazyGetCatalogInvitationsCourseQuery, useLazyGetCatalogInvitationsProgramQuery, useLazyGetCatalogSearchQuery, useLazyGetChatHistoryExportStatusQuery, useLazyGetChatHistoryFilterQuery, useLazyGetChatHistoryQuery, useLazyGetChatMessagesForSessionQuery, useLazyGetConnectedServiceAuthUrlQuery, useLazyGetConnectedServicesQuery, useLazyGetConversationMemoriesQuery, useLazyGetCredentialsListQuery, useLazyGetCredentialsQuery, useLazyGetCredentialsSchemaQuery, useLazyGetCustomDomainsQuery, useLazyGetCustomMentorsQuery, useLazyGetDatasetsQuery, useLazyGetDesiredSkillsQuery, useLazyGetDisclaimersQuery, useLazyGetDownloadReportFromURLQuery, useLazyGetEnrollmentCourseSearchQuery, useLazyGetExamInfoQuery, useLazyGetExternalMappingQuery, useLazyGetFilteredMemoriesQuery, useLazyGetFreeUsageCountQuery, useLazyGetGuidedPromptsQuery, useLazyGetIntegrationCredentialsQuery, useLazyGetIntegrationCredentialsSchemaQuery, useLazyGetIssuersQuery, useLazyGetLLMCredentialsQuery, useLazyGetLlmsQuery, useLazyGetMCPServerQuery, useLazyGetMCPServersQuery, useLazyGetMemoriesQuery, useLazyGetMemoryCategoriesQuery, useLazyGetMemoryFiltersQuery, useLazyGetMentorCategoriesQuery, useLazyGetMentorCategoryGroupsQuery, useLazyGetMentorDetailsQuery, useLazyGetMentorPublicSettingsQuery, useLazyGetMentorSettingsQuery, useLazyGetMentorSummariesQuery, useLazyGetMentorUserSettingsQuery, useLazyGetMentorsQuery, useLazyGetModerationLogsQuery, useLazyGetNotificationContextQuery, useLazyGetNotificationsCountQuery, useLazyGetNotificationsQuery, useLazyGetOAuthServicesQuery, useLazyGetOverTimeActivityQuery, useLazyGetPathwayCompletionQuery, useLazyGetPathwayListQuery, useLazyGetPerLearnerActivityQuery, useLazyGetPerLearnerInfoQuery, useLazyGetPersonnalizedMentorsQuery, useLazyGetPersonnalizedSearchQuery, useLazyGetPinnedMessagesQuery, useLazyGetPlatformInfoQuery, useLazyGetPlatformMembershipQuery, useLazyGetProgramCompletionQuery, useLazyGetProgramListQuery, useLazyGetPromptCategoriesQuery, useLazyGetPromptsQuery, useLazyGetPromptsSearchQuery, useLazyGetProviderConfigQuery, useLazyGetPublicMentorsQuery, useLazyGetPublicPlatformImageAssetFileUrlQuery, useLazyGetRbacRolesQuery, useLazyGetRbacTeamsAccessListQuery, useLazyGetRecentMessageQuery, useLazyGetRecentlyAccessedMentorsQuery, useLazyGetRecommendationsAiSearchQuery, useLazyGetRecommendedPromptsListQuery, useLazyGetReportDetailQuery, useLazyGetReportedSkillsQuery, useLazyGetReportsQuery, useLazyGetResourceSearchQuery, useLazyGetSessionIdQuery, useLazyGetShareableLinkPublicQuery, useLazyGetShareableLinkQuery, useLazyGetSharedSessionIdQuery, useLazyGetSkillsPointsPercentileQuery, useLazyGetStripeContextQuery, useLazyGetStripePricingPageSessionQuery, useLazyGetTemplateDetailsQuery, useLazyGetTemplatesQuery, useLazyGetTenantMetadataQuery, useLazyGetToolsQuery, useLazyGetTrainingDocumentRetrainScheduleQuery, useLazyGetTrainingDocumentsQuery, useLazyGetUserAppsQuery, useLazyGetUserAssignedPathwaysQuery, useLazyGetUserCompaniesQuery, useLazyGetUserCredentialsQuery, useLazyGetUserDesiredSkillsQuery, useLazyGetUserEarnedSkillsQuery, useLazyGetUserEducationQuery, useLazyGetUserEnrolledPathwaysQuery, useLazyGetUserEnrolledProgramsQuery, useLazyGetUserExperienceQuery, useLazyGetUserInstitutionsQuery, useLazyGetUserInvitationsQuery, useLazyGetUserMetadataEdxQuery, useLazyGetUserMetadataQuery, useLazyGetUserProjectDetailsQuery, useLazyGetUserProjectsQuery, useLazyGetUserReportedSkillsQuery, useLazyGetUserResumeQuery, useLazyGetUserSkillsPointsQuery, useLazyGetUserTenantsQuery, useLazyGetUsersAsAssertionsQuery, useLazyGetVectorDocumentsQuery, useLazyListArtifactVersionsQuery, useLazyListArtifactsQuery, useLazyPlatformUserGroupsQuery, useLazyPlatformUsersQuery, useLazyRefreshJwtTokenQuery, useLazySeedMentorsQuery, useLazyStarredMentorsQuery, useLazyStartOAuthFlowQuery, useListArtifactVersionsQuery, useListArtifactsQuery, useMarkAllAsReadMutation, useOauthFindMutation, usePartialUpdateMCPServerMutation, usePartialUpdateRbacRoleMutation, usePatchMCPServerConnectionMutation, usePlatformInvitationsQuery, usePlatformUserGroupsQuery, usePlatformUsersQuery, useRemoveProfileImageMutation, useRenewSubscriptionMutation, useResetPasswordMutation, useRevokeShareableLinkMutation, useSeedMentorsQuery, useSendNotificationMutation, useSetCurrentVersionMutation, useSetPlatformConfigurationsMutation, useSetStudentMentorCreationStatusMutation, useStarMentorMutation, useStarredMentorsQuery, useStartExamMutation, useTimeTrackingMutation, useToggleTemplateMutation, useTriggerAutoRechargeMutation, useUnPinMessageMutation, useUnstarMentorMutation, useUpdateAdminProjectMutation, useUpdateArtifactMutation, useUpdateAutoRechargeInfoMutation, useUpdateChatSessionMutation, useUpdateChatSessionSharedMutation, useUpdateCredentialMutation, useUpdateDisclaimerMutation, useUpdateExamAttemptMutation, useUpdateIntegrationCredentialMutation, useUpdateMCPServerMutation, useUpdateMemoryEntryMutation, useUpdateMentorUserSettingsMutation, useUpdateMessageFeedbackMutation, useUpdatePlatformImageAssetMutation, useUpdatePlatformInfoMutation, useUpdatePlatformMembershipMutation, useUpdatePlatformUserGroupMutation, useUpdatePlatformUserRoleWithPoliciesMutation, useUpdatePromptMutation, useUpdateRbacGroupMutation, useUpdateRbacMentorAccessMutation, useUpdateRbacPolicyMutation, useUpdateRbacRoleMutation, useUpdateRecommendedPromptMutation, useUpdateShareableLinkMutation, useUpdateTemplateMutation, useUpdateTenantMetadataMutation, useUpdateUserAccountMutation, useUpdateUserEducationMutation, useUpdateUserExperienceMutation, useUpdateUserMetadataEdxMutation, useUpdateUserMetadataMutation, useUpdateUserOnboardingStatusMutation, useUpdateUserProjectMutation, useUpdateUserRoleMutation, useUpdateUserStatusMutation, useUpdateUserTrialStatusMutation, useUploadCredentialImageMutation, useUploadDarkLogoMutation, useUploadLightLogoMutation, useUploadProfileImageMutation, useUsersGradesPassedQuery, userApiSlice, userInvitationsApiSlice };
85388
- export type { AccessTimeHeatmapArgs, AccessTimeHeatmapResponse, ActiveAttempt, AggregationType, AgreeToDisclaimerArgs, AgreeToDisclaimerRequest, AnalyticsBaseParams, AnalyticsDateParams, AnalyticsPaginationParams, AppleTokenRequest, AverageMessagesPerSessionResponse, ConnectedService, ConnectedServicesParams, ContentAnalyticsArgs, ContentAnalyticsAverages, ContentAnalyticsContentInfo, ContentAnalyticsDetailsArgs, ContentAnalyticsDetailsResponse, ContentAnalyticsDetailsSummary, ContentAnalyticsItem, ContentAnalyticsLearner, ContentAnalyticsPagination, ContentAnalyticsResponse, ContentAnalyticsSummary, ContentAnalyticsTotals, ConversationMemoryEntry, ConversationMemoryResponse, ConversationSummaryResponse, CourseEdxData, CreateCustomDomainPayload, CreateCustomDomainRequest, CreateDisclaimerArgs, CreateDisclaimerRequest, CreateMCPServerArgs, CreateMCPServerConnectionParams, CreateMemoryArgs, CreateMemoryRequest, CreateProjectArgs, CreateProjectData, CreateRecommendedPromptArgs, CredentialsResponse, CredentialsSchema, CustomDomain, CustomDomainImage, CustomDomainListResponse, CustomDomainResponse, CustomRbacGroupDetailsResponse, CustomRbacMentorAccessList, CustomRbacMentorAccessListPolicy, CustomRbacPolicyDetailsResponse, CustomRbacRoleDetailsResponse, DateFilter, DeleteDisclaimerArgs, DeleteMemoryArgs, DeleteMemoryByCategoryArgs, DeleteProjectArgs, DeleteRecommendedPromptArgs, DetailedFinancialStatsArgs, DetailedFinancialStatsMetric, DetailedFinancialStatsResponse, Disclaimer, DisclaimerAgreement, DisclaimersFetchResponse, DisconnectServiceParams, EditMentorJsonArgs, Exam, ExamAttemptArgs, ExamAttemptResponse, ExamInfo, ExamInfoQueryParams, ExamStartArgs, ExamStartResponse, FileUploadURLRequest, FileUploadURLResponse, FinancialStatsArgs, FinancialStatsFilters, FinancialStatsPeriodInfo, FinancialStatsResponse, GetAiSearchMentorsArgs, GetConversationMemoriesArgs, GetCustomDomainsArgs, GetDisclaimersArgs, GetDisclaimersParams, GetFilteredMemoriesArgs, GetFilteredMemoriesParams, GetMCPServerConnectionsParams, GetMCPServersParams, GetMemoriesArgs, GetMemoriesParams, GetMemoryCategoriesArgs, GetMemoryFiltersArgs, GetMentorSummariesArgs, GetMentorUserSettingsArgs, GetMentorsArgs, GetMentorsParams, GetProjectDetailsArgs, GetProjectsArgs, GetProjectsParams, GetRecommendationsAiSearchArgs, GetRecommendationsAiSearchResponse, GetRecommendedPromptsListArgs, GetUserMetadataArgs, Instructor, InstructorInfo, InviteUserRequest, InviteUserResponse, InvitedUserRequest, InvitedUserResponse, IssuersResponse, JwtTokenResponse, LLMServiceInfo, MCPBaseParams, MCPServer, MCPServerConnection, MCPServerObjectPermissions, MCPServerParams, MCPServerPermissions, MCPServerRequestBody, MaskLLM, MemoriesFetchResponse, Memory, MemoryCategoriesResponse, MemoryEntry, MemoryFiltersResponse, Mentor$1 as Mentor, MentorSummariesResponse, MentorUserSettings, MentorsFetchResponse, MfeContextResponse, NotificationChannelDetail, NotificationSpaDetail, NotificationTemplate, NotificationTemplateDetail, NotificationTemplatePeriodicConfig, NotificationTemplatePeriodicMentor, NotificationTemplatePeriodicSettings, OAuthFindParams, OAuthFindResponse, OAuthServiceData, OAuthServiceParams, OutlineNode, OverviewSummaryResponse, PaginatedMCPServerConnectionList, PaginatedMCPServerList, PartialUpdateMCPServerArgs, PatchMCPServerConnectionParams, PlatformConfigurationItem, PlatformConfigurationListResponse, PlatformConfigurationSetArgs, PlatformImageAsset, PlatformImageAssetPostRequest, PlatformImageAssetUpdateRequest, PlatformMembershipConfigPostRequest, PlatformMembershipConfigResponse, PlatformUserDetails, PlatformUserGroupDetailsResponse, PlatformUserGroupUser, PlatformUserPolicyUpdateRequest, PlatformUserWithPolicies, PlatformUsersListResponse, PlatformUsersListWithPoliciesResponse, ProfileImage, Project, ProjectsFetchResponse, Provider, RbacPolicyDetailsRequest, RbacPolicyDetailsResponse, RecommendationItem, RecommendationSystemUserContext, RecommendedPromptDetailResponse, RemoveProfileImageResponse, SessionStatsArgs, SessionStatsResponse, StartOAuthFlowParams, StartOAuthFlowResponse, StorageService, StripeCheckoutSessionArgs, StripeContextResponse, TimeTrackingRequest, TimeTrackingResponse, TokenResponse, TopStudentsResponse, TopicOverviewResponse, TopicStatisticsResponse, TopicsDetailsStatsArgs, TopicsDetailsStatsResponse, TopicsStatsArgs, TopicsStatsResponse, TopicsSummaryResponse, TranscriptsConversationHeadlineArgs, TranscriptsConversationHeadlineResponse, TranscriptsMessagesArgs, TranscriptsMessagesDetailsArgs, TranscriptsMessagesDetailsResponse, TranscriptsMessagesResponse, UpdateDisclaimerArgs, UpdateDisclaimerRequest, UpdateMCPServerArgs, UpdateMemoryEntryArgs, UpdateMentorUserSettingsArgs, UpdateProjectArgs, UpdateProjectData, UpdateRecommendedPromptArgs, UpdateUserAccountRequest, UpdateUserRoleRequest, UploadProfileImageResponse, UserCohortsOverTimeResponse, UserDetailsStatsArgs, UserDetailsStatsResponse, UserMetricsPieChartResponse, UserMetricsResponse, UserProfile, UsersStatsArgs, UsersStatsResponse };
85563
+ export { APP_IDENTIFIERS, CORE_CUSTOM_ENDPOINTS, CORE_CUSTOM_REDUCER_PATH, CORE_FAKE_CUSTOM_REDUCER_PATH, CREDENTIALS_CUSTOM_ENDPOINTS, CREDENTIALS_CUSTOM_REDUCER_PATH, CUSTOM_AI_SEARCH_ENDPOINTS, CUSTOM_AI_SEARCH_QUERY_KEYS, CUSTOM_AI_SEARCH_REDUCER_PATH, CUSTOM_DOMAIN_ENDPOINTS, CUSTOM_DOMAIN_QUERY_KEYS, CUSTOM_DOMAIN_REDUCER_PATH, DISCLAIMERS_ENDPOINTS, DISCLAIMERS_QUERY_KEYS, DISCLAIMERS_REDUCER_PATH, EDX_PROCTORING_ENDPOINTS, IblDataLayer, LOGO_ENDPOINTS, MCP_ENDPOINTS, MCP_REDUCER_PATH, MCP_TAG_TYPES, MEMORY_ENDPOINTS, MEMORY_QUERY_KEYS, MEMORY_REDUCER_PATH, MENTORS_QUERY_KEYS, MENTORS_REDUCER_PATH, MENTOR_CUSTOM_ENDPOINTS, MENTOR_CUSTOM_REDUCER_PATH, MENTOR_ENDPOINTS, NOTIFICATIONS_CUSTOM_ENDPOINTS, NOTIFICATIONS_CUSTOM_REDUCER_PATH, NOTIFICATIONS_CUSTOM_TAGS, PLATFORM_CONFIGURATION_TAG, PLATFORM_CUSTOM_ENDPOINTS, PLATFORM_CUSTOM_REDUCER_PATH, PLATFORM_MEMBERSHIP_TAG, PROJECTS_CUSTOM_ENDPOINTS, PROJECTS_CUSTOM_REDUCER_PATH, PROJECTS_QUERY_KEYS, QUERY_PARAMS, RETIREMENT_ENDPOINTS, SERVICES, STORAGE_KEYS, TENANT_IDENTIFIERS, TENANT_LOGO_ENDPOINTS, TENANT_LOGO_QUERY_KEYS, TENANT_LOGO_REDUCER_PATH, URL_PATTERNS, analyticsApiSlice, analyticsCustomSlice, apiKeysApiReducer, apiKeysApiSlice, appApiReducer, appApiSlice, artifactsApiReducer, artifactsApiSlice, authApiSlice, billingApiSlice, billingCustomSlice, careerApiSlice, catalogApiSlice, chatApiSlice, chatFilesApiSlice, chatHistoryApiSlice, coreApiSlice, coreCustomApiSlice, coreFakeCustomPublicImageAssetApiSlice, credentialsApiSlice, credentialsCustomApiSlice, customAiSearchApiSlice, customDomainApiSlice, datasetsApiSlice, disclaimersApiSlice, edxProctoringApiSlice, fakeBaseQueryWithLogging, featureTags, iblFakeBaseQuery, initializeDataLayer, isPoliciesResponse, llmsApiSlice, mcpApiSlice, memoryApiSlice, mentorApiReducer, mentorApiSlice, mentorCategoriesApiSlice, mentorCustomApiSlice, mentorMiddleware, mentorReducer, moderationLogsApiReducer, moderationLogsApiSlice, notificationsApiSlice, notificationsCustomApiSlice, perLearnerApiSlice, platformApiReducer, platformApiSlice, platformCustomApiSlice, projectsApiSlice, promptsApiSlice, recommendationPromptTypeEnum, reportsApiSlice, retirementApiSlice, searchApiSlice, sessionApiSlice, skillsApiSlice, skillsMiddleware, skillsReducer, stripeApiSlice, tenantApiReducer, tenantApiSlice, tenantLogoApiSlice, toolsApiSlice, trainingDocumentsApiSlice, useAddPinnedMessageMutation, useAddTrainingDocumentMutation, useAgreeToDisclaimerMutation, useAudioToTextMutation, useConnectedServicesCallbackQuery, useCreateAdminProjectMutation, useCreateApiKeyMutation, useCreateCallCredentialsMutation, useCreateCatalogInvitationBulkMutation, useCreateCatalogInvitationCourseBulkMutation, useCreateCatalogInvitationCourseMutation, useCreateCatalogInvitationProgramBulkMutation, useCreateCatalogInvitationProgramMutation, useCreateCatalogPathwayEnrollmentMutation, useCreateCatalogPathwayMutation, useCreateCatalogPathwaySelfEnrollmentMutation, useCreateCatalogProgramMutation, useCreateCatalogProgramSelfEnrollmentMutation, useCreateCatalogRoleMutation, useCreateCredentialAssertionMutation, useCreateCredentialMutation, useCreateCustomDomainMutation, useCreateDisclaimerMutation, useCreateExternalMappingMutation, useCreateIntegrationCredentialMutation, useCreateLLMCredentialMutation, useCreateMCPServerConnectionMutation, useCreateMCPServerMutation, useCreateMemoryMutation, useCreateMentorMutation, useCreateNotificationPreviewMutation, useCreateOrUpdateUserDesiredSkillMutation, useCreateOrUpdateUserReportedSkillMutation, useCreatePlatformImageAssetMutation, useCreatePlatformUserGroupMutation, useCreatePromptMutation, useCreateProviderConfigMutation, useCreateRbacGroupMutation, useCreateRbacPolicyMutation, useCreateRbacRoleMutation, useCreateRbacTeamsAccessMutation, useCreateRecommendedPromptMutation, useCreateRedirectTokenMutation, useCreateReportMutation, useCreateSessionIdMutation, useCreateShareableLinkMutation, useCreateStripeCheckoutSessionMutation, useCreateStripeCustomerPortalMutation, useCreateTrainingDocumentRetrainScheduleMutation, useCreateUserCompanyMutation, useCreateUserEducationMutation, useCreateUserExperienceMutation, useCreateUserInstitutionMutation, useCreateUserInvitationMutation, useCreateUserProjectMutation, useCreateUserResumeMutation, useDeleteAdminProjectMutation, useDeleteApiKeyMutation, useDeleteCourseCredentialMutation, useDeleteCredentialMutation, useDeleteCustomDomainMutation, useDeleteDisclaimerMutation, useDeleteExternalMappingMutation, useDeleteIntegrationCredentialMutation, useDeleteMCPServerMutation, useDeleteMemoryByCategoryMutation, useDeleteMemoryMutation, useDeleteMentorMutation, useDeleteMessageMutation, useDeleteModerationLogMutation, useDeletePlatformConfigurationMutation, useDeletePlatformImageAssetMutation, useDeletePlatformUserGroupMutation, useDeletePromptMutation, useDeleteProviderConfigMutation, useDeleteRbacGroupMutation, useDeleteRbacPolicyMutation, useDeleteRbacRoleMutation, useDeleteRecommendedPromptMutation, useDeleteTrainingDocumentMutation, useDeleteUserEducationMutation, useDeleteUserExperienceMutation, useDeleteUserProjectMutation, useDisconnectServiceMutation, useEditMentorAndRefreshListMutation, useEditMentorJsonMutation, useEditMentorMutation, useEditSessionMutation, useEditTrainingDocumentMutation, useExchangeAppleTokenMutation, useExportChatHistoryMutation, useForkMentorMutation, useGetAccessTimeHeatmapQuery, useGetAccountBillingInfoQuery, useGetAdminProjectDetailsQuery, useGetAdminProjectsQuery, useGetAiSearchMentorsQuery, useGetApiKeysQuery, useGetAppTokensMutation, useGetArtifactQuery, useGetArtifactVersionQuery, useGetAverageMessagesPerSessionQuery, useGetAverageRatingQuery, useGetCatalogInvitationsCourseQuery, useGetCatalogInvitationsProgramQuery, useGetCatalogSearchQuery, useGetChatHistoryExportStatusQuery, useGetChatHistoryFilterQuery, useGetChatHistoryQuery, useGetChatMessagesForSessionQuery, useGetConnectedServiceAuthUrlQuery, useGetConnectedServicesQuery, useGetContentAnalyticsDetailsQuery, useGetContentAnalyticsQuery, useGetConversationMemoriesQuery, useGetConversationQuery, useGetCredentialsListQuery, useGetCredentialsQuery, useGetCredentialsSchemaQuery, useGetCustomDomainsQuery, useGetCustomMentorsQuery, useGetDatasetsQuery, useGetDesiredSkillsQuery, useGetDetailedFinancialStatsQuery, useGetDisclaimersQuery, useGetDownloadReportFromURLQuery, useGetEnrollmentCourseSearchQuery, useGetExamInfoQuery, useGetExternalMappingQuery, useGetFileUploadUrlMutation, useGetFilteredMemoriesQuery, useGetFinancialStatsQuery, useGetFreeUsageCountQuery, useGetGuidedPromptsQuery, useGetIntegrationCredentialsQuery, useGetIntegrationCredentialsSchemaQuery, useGetIssuersQuery, useGetLLMCredentialsQuery, useGetLlmsQuery, useGetMCPServerConnectionsQuery, useGetMCPServerQuery, useGetMCPServersQuery, useGetMaskedIntegrationCredentialsQuery, useGetMaskedLLMCredentialsQuery, useGetMemoriesQuery, useGetMemoryCategoriesQuery, useGetMemoryFiltersQuery, useGetMentorCategoriesQuery, useGetMentorCategoryGroupsQuery, useGetMentorDetailsQuery, useGetMentorPublicSettingsQuery, useGetMentorSettingsQuery, useGetMentorSummariesQuery, useGetMentorUserSettingsQuery, useGetMentorsQuery, useGetMfeContextQuery, useGetModerationLogsQuery, useGetMostDiscussedTopicsQuery, useGetNotificationContextQuery, useGetNotificationsCountQuery, useGetNotificationsQuery, useGetOAuthServicesQuery, useGetOverTimeActivityQuery, useGetOverviewSummaryQuery, useGetPathwayCompletionQuery, useGetPathwayListQuery, useGetPerLearnerActivityQuery, useGetPerLearnerInfoQuery, useGetPersonnalizedMentorsQuery, useGetPersonnalizedSearchQuery, useGetPinnedMessagesQuery, useGetPlatformConfigurationsQuery, useGetPlatformImageAssetDetailsQuery, useGetPlatformImageAssetsListQuery, useGetPlatformInfoQuery, useGetPlatformMembershipQuery, useGetPlatformUserGroupDetailsQuery, useGetProgramCompletionQuery, useGetProgramListQuery, useGetPromptCategoriesQuery, useGetPromptsQuery, useGetPromptsSearchQuery, useGetProviderConfigQuery, useGetPublicMentorsQuery, useGetPublicPlatformImageAssetFileUrlQuery, useGetRbacGroupDetailsQuery, useGetRbacGroupsQuery, useGetRbacMentorAccessListQuery, useGetRbacPermissionsMutation, useGetRbacPoliciesQuery, useGetRbacPolicyDetailsQuery, useGetRbacRoleDetailsQuery, useGetRbacRolesQuery, useGetRbacTeamsAccessListQuery, useGetRecentMessageQuery, useGetRecentlyAccessedMentorsQuery, useGetRecommendationsAiSearchQuery, useGetRecommendedPromptsListQuery, useGetRegisteredUsersTrendQuery, useGetReportDetailQuery, useGetReportedSkillsQuery, useGetReportsQuery, useGetResourceSearchQuery, useGetSessionIdQuery, useGetSessionStatsQuery, useGetShareableLinkPublicQuery, useGetShareableLinkQuery, useGetSharedSessionIdQuery, useGetSkillsPointsPercentileQuery, useGetStripeContextQuery, useGetStripePricingPageSessionQuery, useGetStudentMentorCreationStatusQuery, useGetTemplateDetailsQuery, useGetTemplatesQuery, useGetTenantMetadataQuery, useGetToolsQuery, useGetTopStudentsByChatMessagesQuery, useGetTopicOverviewQuery, useGetTopicStatisticsQuery, useGetTopicsDetailsStatsQuery, useGetTopicsStatsQuery, useGetTopicsSummaryQuery, useGetTrainingDocumentRetrainScheduleQuery, useGetTrainingDocumentsQuery, useGetTranscriptsConversationHeadlineQuery, useGetTranscriptsMessagesDetailsQuery, useGetTranscriptsMessagesQuery, useGetUserAppsQuery, useGetUserAssignedPathwaysQuery, useGetUserCohortsOverTimeQuery, useGetUserCompaniesQuery, useGetUserCredentialsQuery, useGetUserDesiredSkillsQuery, useGetUserDetailsStatsQuery, useGetUserEarnedSkillsQuery, useGetUserEducationQuery, useGetUserEnrolledPathwaysQuery, useGetUserEnrolledProgramsQuery, useGetUserExperienceQuery, useGetUserInstitutionsQuery, useGetUserInvitationsQuery, useGetUserMetadataEdxQuery, useGetUserMetadataQuery, useGetUserMetricsPieChartQuery, useGetUserMetricsQuery, useGetUserProjectDetailsQuery, useGetUserProjectsQuery, useGetUserReportedSkillsQuery, useGetUserResumeQuery, useGetUserSkillsPointsQuery, useGetUserTenantsQuery, useGetUsersAsAssertionsQuery, useGetUsersStatsQuery, useGetVectorDocumentsQuery, useInviteUserMutation, useJoinTenantMutation, useLazyConnectedServicesCallbackQuery, useLazyGetAccountBillingInfoQuery, useLazyGetAdminProjectDetailsQuery, useLazyGetAdminProjectsQuery, useLazyGetApiKeysQuery, useLazyGetArtifactQuery, useLazyGetArtifactVersionQuery, useLazyGetCatalogInvitationsCourseQuery, useLazyGetCatalogInvitationsProgramQuery, useLazyGetCatalogSearchQuery, useLazyGetChatHistoryExportStatusQuery, useLazyGetChatHistoryFilterQuery, useLazyGetChatHistoryQuery, useLazyGetChatMessagesForSessionQuery, useLazyGetConnectedServiceAuthUrlQuery, useLazyGetConnectedServicesQuery, useLazyGetConversationMemoriesQuery, useLazyGetCredentialsListQuery, useLazyGetCredentialsQuery, useLazyGetCredentialsSchemaQuery, useLazyGetCustomDomainsQuery, useLazyGetCustomMentorsQuery, useLazyGetDatasetsQuery, useLazyGetDesiredSkillsQuery, useLazyGetDisclaimersQuery, useLazyGetDownloadReportFromURLQuery, useLazyGetEnrollmentCourseSearchQuery, useLazyGetExamInfoQuery, useLazyGetExternalMappingQuery, useLazyGetFilteredMemoriesQuery, useLazyGetFreeUsageCountQuery, useLazyGetGuidedPromptsQuery, useLazyGetIntegrationCredentialsQuery, useLazyGetIntegrationCredentialsSchemaQuery, useLazyGetIssuersQuery, useLazyGetLLMCredentialsQuery, useLazyGetLlmsQuery, useLazyGetMCPServerQuery, useLazyGetMCPServersQuery, useLazyGetMemoriesQuery, useLazyGetMemoryCategoriesQuery, useLazyGetMemoryFiltersQuery, useLazyGetMentorCategoriesQuery, useLazyGetMentorCategoryGroupsQuery, useLazyGetMentorDetailsQuery, useLazyGetMentorPublicSettingsQuery, useLazyGetMentorSettingsQuery, useLazyGetMentorSummariesQuery, useLazyGetMentorUserSettingsQuery, useLazyGetMentorsQuery, useLazyGetModerationLogsQuery, useLazyGetNotificationContextQuery, useLazyGetNotificationsCountQuery, useLazyGetNotificationsQuery, useLazyGetOAuthServicesQuery, useLazyGetOverTimeActivityQuery, useLazyGetPathwayCompletionQuery, useLazyGetPathwayListQuery, useLazyGetPerLearnerActivityQuery, useLazyGetPerLearnerInfoQuery, useLazyGetPersonnalizedMentorsQuery, useLazyGetPersonnalizedSearchQuery, useLazyGetPinnedMessagesQuery, useLazyGetPlatformInfoQuery, useLazyGetPlatformMembershipQuery, useLazyGetProgramCompletionQuery, useLazyGetProgramListQuery, useLazyGetPromptCategoriesQuery, useLazyGetPromptsQuery, useLazyGetPromptsSearchQuery, useLazyGetProviderConfigQuery, useLazyGetPublicMentorsQuery, useLazyGetPublicPlatformImageAssetFileUrlQuery, useLazyGetRbacRolesQuery, useLazyGetRbacTeamsAccessListQuery, useLazyGetRecentMessageQuery, useLazyGetRecentlyAccessedMentorsQuery, useLazyGetRecommendationsAiSearchQuery, useLazyGetRecommendedPromptsListQuery, useLazyGetReportDetailQuery, useLazyGetReportedSkillsQuery, useLazyGetReportsQuery, useLazyGetResourceSearchQuery, useLazyGetSessionIdQuery, useLazyGetShareableLinkPublicQuery, useLazyGetShareableLinkQuery, useLazyGetSharedSessionIdQuery, useLazyGetSkillsPointsPercentileQuery, useLazyGetStripeContextQuery, useLazyGetStripePricingPageSessionQuery, useLazyGetTemplateDetailsQuery, useLazyGetTemplatesQuery, useLazyGetTenantMetadataQuery, useLazyGetToolsQuery, useLazyGetTrainingDocumentRetrainScheduleQuery, useLazyGetTrainingDocumentsQuery, useLazyGetUserAppsQuery, useLazyGetUserAssignedPathwaysQuery, useLazyGetUserCompaniesQuery, useLazyGetUserCredentialsQuery, useLazyGetUserDesiredSkillsQuery, useLazyGetUserEarnedSkillsQuery, useLazyGetUserEducationQuery, useLazyGetUserEnrolledPathwaysQuery, useLazyGetUserEnrolledProgramsQuery, useLazyGetUserExperienceQuery, useLazyGetUserInstitutionsQuery, useLazyGetUserInvitationsQuery, useLazyGetUserMetadataEdxQuery, useLazyGetUserMetadataQuery, useLazyGetUserProjectDetailsQuery, useLazyGetUserProjectsQuery, useLazyGetUserReportedSkillsQuery, useLazyGetUserResumeQuery, useLazyGetUserSkillsPointsQuery, useLazyGetUserTenantsQuery, useLazyGetUsersAsAssertionsQuery, useLazyGetVectorDocumentsQuery, useLazyListArtifactVersionsQuery, useLazyListArtifactsQuery, useLazyPlatformUserGroupsQuery, useLazyPlatformUsersQuery, useLazyRefreshJwtTokenQuery, useLazySeedMentorsQuery, useLazyStarredMentorsQuery, useLazyStartOAuthFlowQuery, useListArtifactVersionsQuery, useListArtifactsQuery, useMarkAllAsReadMutation, useOauthFindMutation, usePartialUpdateMCPServerMutation, usePartialUpdateRbacRoleMutation, usePatchMCPServerConnectionMutation, usePlatformInvitationsQuery, usePlatformUserGroupsQuery, usePlatformUsersQuery, useRemoveProfileImageMutation, useRenewSubscriptionMutation, useResetPasswordMutation, useRevokeShareableLinkMutation, useSeedMentorsQuery, useSelfRetireMutation, useSendNotificationMutation, useSetCurrentVersionMutation, useSetPlatformConfigurationsMutation, useSetStudentMentorCreationStatusMutation, useStarMentorMutation, useStarredMentorsQuery, useStartExamMutation, useTimeTrackingMutation, useToggleTemplateMutation, useTriggerAutoRechargeMutation, useUnPinMessageMutation, useUnstarMentorMutation, useUpdateAdminProjectMutation, useUpdateArtifactMutation, useUpdateAutoRechargeInfoMutation, useUpdateChatSessionMutation, useUpdateChatSessionSharedMutation, useUpdateCredentialMutation, useUpdateDisclaimerMutation, useUpdateExamAttemptMutation, useUpdateIntegrationCredentialMutation, useUpdateMCPServerMutation, useUpdateMemoryEntryMutation, useUpdateMentorUserSettingsMutation, useUpdateMessageFeedbackMutation, useUpdatePlatformImageAssetMutation, useUpdatePlatformInfoMutation, useUpdatePlatformMembershipMutation, useUpdatePlatformUserGroupMutation, useUpdatePlatformUserRoleWithPoliciesMutation, useUpdatePromptMutation, useUpdateRbacGroupMutation, useUpdateRbacMentorAccessMutation, useUpdateRbacPolicyMutation, useUpdateRbacRoleMutation, useUpdateRecommendedPromptMutation, useUpdateShareableLinkMutation, useUpdateTemplateMutation, useUpdateTenantMetadataMutation, useUpdateUserAccountMutation, useUpdateUserEducationMutation, useUpdateUserExperienceMutation, useUpdateUserMetadataEdxMutation, useUpdateUserMetadataMutation, useUpdateUserOnboardingStatusMutation, useUpdateUserProjectMutation, useUpdateUserRoleMutation, useUpdateUserStatusMutation, useUpdateUserTrialStatusMutation, useUploadCredentialImageMutation, useUploadDarkLogoMutation, useUploadLightLogoMutation, useUploadProfileImageMutation, useUsersGradesPassedQuery, userApiSlice, userInvitationsApiSlice };
85564
+ export type { AccessTimeHeatmapArgs, AccessTimeHeatmapResponse, ActiveAttempt, AggregationType, AgreeToDisclaimerArgs, AgreeToDisclaimerRequest, AnalyticsBaseParams, AnalyticsDateParams, AnalyticsPaginationParams, AppleTokenRequest, AverageMessagesPerSessionResponse, ConnectedService, ConnectedServicesParams, ContentAnalyticsArgs, ContentAnalyticsAverages, ContentAnalyticsContentInfo, ContentAnalyticsDetailsArgs, ContentAnalyticsDetailsResponse, ContentAnalyticsDetailsSummary, ContentAnalyticsItem, ContentAnalyticsLearner, ContentAnalyticsPagination, ContentAnalyticsResponse, ContentAnalyticsSummary, ContentAnalyticsTotals, ConversationMemoryEntry, ConversationMemoryResponse, ConversationSummaryResponse, CourseEdxData, CreateCustomDomainPayload, CreateCustomDomainRequest, CreateDisclaimerArgs, CreateDisclaimerRequest, CreateMCPServerArgs, CreateMCPServerConnectionParams, CreateMemoryArgs, CreateMemoryRequest, CreateProjectArgs, CreateProjectData, CreateRecommendedPromptArgs, CredentialsResponse, CredentialsSchema, CustomDomain, CustomDomainImage, CustomDomainListResponse, CustomDomainResponse, CustomRbacGroupDetailsResponse, CustomRbacMentorAccessList, CustomRbacMentorAccessListPolicy, CustomRbacPolicyDetailsResponse, CustomRbacRoleDetailsResponse, DateFilter, DeleteDisclaimerArgs, DeleteMemoryArgs, DeleteMemoryByCategoryArgs, DeleteProjectArgs, DeleteRecommendedPromptArgs, DetailedFinancialStatsArgs, DetailedFinancialStatsMetric, DetailedFinancialStatsResponse, Disclaimer, DisclaimerAgreement, DisclaimersFetchResponse, DisconnectServiceParams, EditMentorJsonArgs, Exam, ExamAttemptArgs, ExamAttemptResponse, ExamInfo, ExamInfoQueryParams, ExamStartArgs, ExamStartResponse, FileUploadURLRequest, FileUploadURLResponse, FinancialStatsArgs, FinancialStatsFilters, FinancialStatsPeriodInfo, FinancialStatsResponse, GetAiSearchMentorsArgs, GetConversationMemoriesArgs, GetCustomDomainsArgs, GetDisclaimersArgs, GetDisclaimersParams, GetFilteredMemoriesArgs, GetFilteredMemoriesParams, GetMCPServerConnectionsParams, GetMCPServersParams, GetMemoriesArgs, GetMemoriesParams, GetMemoryCategoriesArgs, GetMemoryFiltersArgs, GetMentorSummariesArgs, GetMentorUserSettingsArgs, GetMentorsArgs, GetMentorsParams, GetProjectDetailsArgs, GetProjectsArgs, GetProjectsParams, GetRecommendationsAiSearchArgs, GetRecommendationsAiSearchResponse, GetRecommendedPromptsListArgs, GetUserMetadataArgs, Instructor, InstructorInfo, InviteUserRequest, InviteUserResponse, InvitedUserRequest, InvitedUserResponse, IssuersResponse, JwtTokenResponse, LLMServiceInfo, MCPBaseParams, MCPServer, MCPServerConnection, MCPServerObjectPermissions, MCPServerParams, MCPServerPermissions, MCPServerRequestBody, MaskLLM, MemoriesFetchResponse, Memory, MemoryCategoriesResponse, MemoryEntry, MemoryFiltersResponse, Mentor$1 as Mentor, MentorSummariesResponse, MentorUserSettings, MentorsFetchResponse, MfeContextResponse, NotificationChannelDetail, NotificationSpaDetail, NotificationTemplate, NotificationTemplateDetail, NotificationTemplatePeriodicConfig, NotificationTemplatePeriodicMentor, NotificationTemplatePeriodicSettings, OAuthFindParams, OAuthFindResponse, OAuthServiceData, OAuthServiceParams, OutlineNode, OverviewSummaryResponse, PaginatedMCPServerConnectionList, PaginatedMCPServerList, PartialUpdateMCPServerArgs, PatchMCPServerConnectionParams, PlatformConfigurationItem, PlatformConfigurationListResponse, PlatformConfigurationSetArgs, PlatformImageAsset, PlatformImageAssetPostRequest, PlatformImageAssetUpdateRequest, PlatformMembershipConfigPostRequest, PlatformMembershipConfigResponse, PlatformUserDetails, PlatformUserGroupDetailsResponse, PlatformUserGroupUser, PlatformUserPolicyUpdateRequest, PlatformUserWithPolicies, PlatformUsersListResponse, PlatformUsersListWithPoliciesResponse, ProfileImage, Project, ProjectsFetchResponse, Provider, RbacPolicyDetailsRequest, RbacPolicyDetailsResponse, RecommendationItem, RecommendationSystemUserContext, RecommendedPromptDetailResponse, RemoveProfileImageResponse, SelfRetireResponse, SessionStatsArgs, SessionStatsResponse, StartOAuthFlowParams, StartOAuthFlowResponse, StorageService, StripeCheckoutSessionArgs, StripeContextResponse, TimeTrackingRequest, TimeTrackingResponse, TokenResponse, TopStudentsResponse, TopicOverviewResponse, TopicStatisticsResponse, TopicsDetailsStatsArgs, TopicsDetailsStatsResponse, TopicsStatsArgs, TopicsStatsResponse, TopicsSummaryResponse, TranscriptsConversationHeadlineArgs, TranscriptsConversationHeadlineResponse, TranscriptsMessagesArgs, TranscriptsMessagesDetailsArgs, TranscriptsMessagesDetailsResponse, TranscriptsMessagesResponse, UpdateDisclaimerArgs, UpdateDisclaimerRequest, UpdateMCPServerArgs, UpdateMemoryEntryArgs, UpdateMentorUserSettingsArgs, UpdateProjectArgs, UpdateProjectData, UpdateRecommendedPromptArgs, UpdateUserAccountRequest, UpdateUserRoleRequest, UploadProfileImageResponse, UserCohortsOverTimeResponse, UserDetailsStatsArgs, UserDetailsStatsResponse, UserMetricsPieChartResponse, UserMetricsResponse, UserProfile, UsersStatsArgs, UsersStatsResponse };
package/dist/index.esm.js CHANGED
@@ -42898,6 +42898,29 @@ const edxProctoringApiSlice = createApi({
42898
42898
  });
42899
42899
  const { useGetExamInfoQuery, useLazyGetExamInfoQuery, useUpdateExamAttemptMutation, useStartExamMutation, } = edxProctoringApiSlice;
42900
42900
 
42901
+ const RETIREMENT_ENDPOINTS = {
42902
+ SELF_RETIRE: {
42903
+ service: SERVICES.LMS,
42904
+ path: () => `/api/ibl/retirements/self_retire/`,
42905
+ },
42906
+ };
42907
+
42908
+ const retirementApiSlice = createApi({
42909
+ reducerPath: 'retirementApiSlice',
42910
+ baseQuery: iblFetchBaseQuery,
42911
+ endpoints: (builder) => ({
42912
+ selfRetire: builder.mutation({
42913
+ query: () => ({
42914
+ url: RETIREMENT_ENDPOINTS.SELF_RETIRE.path(),
42915
+ service: RETIREMENT_ENDPOINTS.SELF_RETIRE.service,
42916
+ method: 'POST',
42917
+ isJson: true,
42918
+ }),
42919
+ }),
42920
+ }),
42921
+ });
42922
+ const { useSelfRetireMutation } = retirementApiSlice;
42923
+
42901
42924
  const DISCLAIMERS_REDUCER_PATH = 'disclaimersApiSlice';
42902
42925
  const DISCLAIMERS_ENDPOINTS = {
42903
42926
  GET_DISCLAIMERS: {
@@ -43206,6 +43229,7 @@ const mentorReducer = {
43206
43229
  [coreFakeCustomPublicImageAssetApiSlice.reducerPath]: coreFakeCustomPublicImageAssetApiSlice.reducer,
43207
43230
  [billingCustomSlice.reducerPath]: billingCustomSlice.reducer,
43208
43231
  [analyticsCustomSlice.reducerPath]: analyticsCustomSlice.reducer,
43232
+ [retirementApiSlice.reducerPath]: retirementApiSlice.reducer,
43209
43233
  };
43210
43234
  const mentorMiddleware = [
43211
43235
  mentorApiSlice.middleware,
@@ -43250,6 +43274,7 @@ const mentorMiddleware = [
43250
43274
  coreFakeCustomPublicImageAssetApiSlice.middleware,
43251
43275
  billingCustomSlice.middleware,
43252
43276
  analyticsCustomSlice.middleware,
43277
+ retirementApiSlice.middleware,
43253
43278
  ];
43254
43279
 
43255
43280
  const skillsReducer = {
@@ -43284,6 +43309,7 @@ const skillsReducer = {
43284
43309
  [coreFakeCustomPublicImageAssetApiSlice.reducerPath]: coreFakeCustomPublicImageAssetApiSlice.reducer,
43285
43310
  [billingCustomSlice.reducerPath]: billingCustomSlice.reducer,
43286
43311
  [analyticsCustomSlice.reducerPath]: analyticsCustomSlice.reducer,
43312
+ [retirementApiSlice.reducerPath]: retirementApiSlice.reducer,
43287
43313
  };
43288
43314
  const skillsMiddleware = [
43289
43315
  perLearnerApiSlice.middleware,
@@ -43317,6 +43343,7 @@ const skillsMiddleware = [
43317
43343
  coreFakeCustomPublicImageAssetApiSlice.middleware,
43318
43344
  billingCustomSlice.middleware,
43319
43345
  analyticsCustomSlice.middleware,
43346
+ retirementApiSlice.middleware,
43320
43347
  ];
43321
43348
 
43322
43349
  const initializeDataLayer = (dmUrl, lmsUrl, storageService, httpErrorHandler = {}) => {
@@ -43326,5 +43353,5 @@ const initializeDataLayer = (dmUrl, lmsUrl, storageService, httpErrorHandler = {
43326
43353
  Config.httpErrorHandlers = httpErrorHandler;
43327
43354
  };
43328
43355
 
43329
- export { APP_IDENTIFIERS, CORE_CUSTOM_ENDPOINTS, CORE_CUSTOM_REDUCER_PATH, CORE_FAKE_CUSTOM_REDUCER_PATH, CREDENTIALS_CUSTOM_ENDPOINTS, CREDENTIALS_CUSTOM_REDUCER_PATH, CUSTOM_AI_SEARCH_ENDPOINTS, CUSTOM_AI_SEARCH_QUERY_KEYS, CUSTOM_AI_SEARCH_REDUCER_PATH, CUSTOM_DOMAIN_ENDPOINTS, CUSTOM_DOMAIN_QUERY_KEYS, CUSTOM_DOMAIN_REDUCER_PATH, DISCLAIMERS_ENDPOINTS, DISCLAIMERS_QUERY_KEYS, DISCLAIMERS_REDUCER_PATH, EDX_PROCTORING_ENDPOINTS, IblDataLayer, LOGO_ENDPOINTS, MCP_ENDPOINTS, MCP_REDUCER_PATH, MCP_TAG_TYPES, MEMORY_ENDPOINTS, MEMORY_QUERY_KEYS, MEMORY_REDUCER_PATH, MENTORS_QUERY_KEYS, MENTORS_REDUCER_PATH, MENTOR_CUSTOM_ENDPOINTS, MENTOR_CUSTOM_REDUCER_PATH, MENTOR_ENDPOINTS, NOTIFICATIONS_CUSTOM_ENDPOINTS, NOTIFICATIONS_CUSTOM_REDUCER_PATH, NOTIFICATIONS_CUSTOM_TAGS, PLATFORM_CONFIGURATION_TAG, PLATFORM_CUSTOM_ENDPOINTS, PLATFORM_CUSTOM_REDUCER_PATH, PLATFORM_MEMBERSHIP_TAG, PROJECTS_CUSTOM_ENDPOINTS, PROJECTS_CUSTOM_REDUCER_PATH, PROJECTS_QUERY_KEYS, QUERY_PARAMS, SERVICES, STORAGE_KEYS, TENANT_IDENTIFIERS, TENANT_LOGO_ENDPOINTS, TENANT_LOGO_QUERY_KEYS, TENANT_LOGO_REDUCER_PATH, URL_PATTERNS, analyticsApiSlice, analyticsCustomSlice, apiKeysApiReducer, apiKeysApiSlice, appApiReducer, appApiSlice, artifactsApiReducer, artifactsApiSlice, authApiSlice, billingApiSlice, billingCustomSlice, careerApiSlice, catalogApiSlice, chatApiSlice, chatFilesApiSlice, chatHistoryApiSlice, coreApiSlice, coreCustomApiSlice, coreFakeCustomPublicImageAssetApiSlice, credentialsApiSlice, credentialsCustomApiSlice, customAiSearchApiSlice, customDomainApiSlice, datasetsApiSlice, disclaimersApiSlice, edxProctoringApiSlice, fakeBaseQueryWithLogging, featureTags, iblFakeBaseQuery, initializeDataLayer, isPoliciesResponse, llmsApiSlice, mcpApiSlice, memoryApiSlice, mentorApiReducer, mentorApiSlice, mentorCategoriesApiSlice, mentorCustomApiSlice, mentorMiddleware, mentorReducer, moderationLogsApiReducer, moderationLogsApiSlice, notificationsApiSlice, notificationsCustomApiSlice, perLearnerApiSlice, platformApiReducer, platformApiSlice, platformCustomApiSlice, projectsApiSlice, promptsApiSlice, recommendationPromptTypeEnum, reportsApiSlice, searchApiSlice, sessionApiSlice, skillsApiSlice, skillsMiddleware, skillsReducer, stripeApiSlice, tenantApiReducer, tenantApiSlice, tenantLogoApiSlice, toolsApiSlice, trainingDocumentsApiSlice, useAddPinnedMessageMutation, useAddTrainingDocumentMutation, useAgreeToDisclaimerMutation, useAudioToTextMutation, useConnectedServicesCallbackQuery, useCreateAdminProjectMutation, useCreateApiKeyMutation, useCreateCallCredentialsMutation, useCreateCatalogInvitationBulkMutation, useCreateCatalogInvitationCourseBulkMutation, useCreateCatalogInvitationCourseMutation, useCreateCatalogInvitationProgramBulkMutation, useCreateCatalogInvitationProgramMutation, useCreateCatalogPathwayEnrollmentMutation, useCreateCatalogPathwayMutation, useCreateCatalogPathwaySelfEnrollmentMutation, useCreateCatalogProgramMutation, useCreateCatalogProgramSelfEnrollmentMutation, useCreateCatalogRoleMutation, useCreateCredentialAssertionMutation, useCreateCredentialMutation, useCreateCustomDomainMutation, useCreateDisclaimerMutation, useCreateExternalMappingMutation, useCreateIntegrationCredentialMutation, useCreateLLMCredentialMutation, useCreateMCPServerConnectionMutation, useCreateMCPServerMutation, useCreateMemoryMutation, useCreateMentorMutation, useCreateNotificationPreviewMutation, useCreateOrUpdateUserDesiredSkillMutation, useCreateOrUpdateUserReportedSkillMutation, useCreatePlatformImageAssetMutation, useCreatePlatformUserGroupMutation, useCreatePromptMutation, useCreateProviderConfigMutation, useCreateRbacGroupMutation, useCreateRbacPolicyMutation, useCreateRbacRoleMutation, useCreateRbacTeamsAccessMutation, useCreateRecommendedPromptMutation, useCreateRedirectTokenMutation, useCreateReportMutation, useCreateSessionIdMutation, useCreateShareableLinkMutation, useCreateStripeCheckoutSessionMutation, useCreateStripeCustomerPortalMutation, useCreateTrainingDocumentRetrainScheduleMutation, useCreateUserCompanyMutation, useCreateUserEducationMutation, useCreateUserExperienceMutation, useCreateUserInstitutionMutation, useCreateUserInvitationMutation, useCreateUserProjectMutation, useCreateUserResumeMutation, useDeleteAdminProjectMutation, useDeleteApiKeyMutation, useDeleteCourseCredentialMutation, useDeleteCredentialMutation, useDeleteCustomDomainMutation, useDeleteDisclaimerMutation, useDeleteExternalMappingMutation, useDeleteIntegrationCredentialMutation, useDeleteMCPServerMutation, useDeleteMemoryByCategoryMutation, useDeleteMemoryMutation, useDeleteMentorMutation, useDeleteMessageMutation, useDeleteModerationLogMutation, useDeletePlatformConfigurationMutation, useDeletePlatformImageAssetMutation, useDeletePlatformUserGroupMutation, useDeletePromptMutation, useDeleteProviderConfigMutation, useDeleteRbacGroupMutation, useDeleteRbacPolicyMutation, useDeleteRbacRoleMutation, useDeleteRecommendedPromptMutation, useDeleteTrainingDocumentMutation, useDeleteUserEducationMutation, useDeleteUserExperienceMutation, useDeleteUserProjectMutation, useDisconnectServiceMutation, useEditMentorAndRefreshListMutation, useEditMentorJsonMutation, useEditMentorMutation, useEditSessionMutation, useEditTrainingDocumentMutation, useExchangeAppleTokenMutation, useExportChatHistoryMutation, useForkMentorMutation, useGetAccessTimeHeatmapQuery, useGetAccountBillingInfoQuery, useGetAdminProjectDetailsQuery, useGetAdminProjectsQuery, useGetAiSearchMentorsQuery, useGetApiKeysQuery, useGetAppTokensMutation, useGetArtifactQuery, useGetArtifactVersionQuery, useGetAverageMessagesPerSessionQuery, useGetAverageRatingQuery, useGetCatalogInvitationsCourseQuery, useGetCatalogInvitationsProgramQuery, useGetCatalogSearchQuery, useGetChatHistoryExportStatusQuery, useGetChatHistoryFilterQuery, useGetChatHistoryQuery, useGetChatMessagesForSessionQuery, useGetConnectedServiceAuthUrlQuery, useGetConnectedServicesQuery, useGetContentAnalyticsDetailsQuery, useGetContentAnalyticsQuery, useGetConversationMemoriesQuery, useGetConversationQuery, useGetCredentialsListQuery, useGetCredentialsQuery, useGetCredentialsSchemaQuery, useGetCustomDomainsQuery, useGetCustomMentorsQuery, useGetDatasetsQuery, useGetDesiredSkillsQuery, useGetDetailedFinancialStatsQuery, useGetDisclaimersQuery, useGetDownloadReportFromURLQuery, useGetEnrollmentCourseSearchQuery, useGetExamInfoQuery, useGetExternalMappingQuery, useGetFileUploadUrlMutation, useGetFilteredMemoriesQuery, useGetFinancialStatsQuery, useGetFreeUsageCountQuery, useGetGuidedPromptsQuery, useGetIntegrationCredentialsQuery, useGetIntegrationCredentialsSchemaQuery, useGetIssuersQuery, useGetLLMCredentialsQuery, useGetLlmsQuery, useGetMCPServerConnectionsQuery, useGetMCPServerQuery, useGetMCPServersQuery, useGetMaskedIntegrationCredentialsQuery, useGetMaskedLLMCredentialsQuery, useGetMemoriesQuery, useGetMemoryCategoriesQuery, useGetMemoryFiltersQuery, useGetMentorCategoriesQuery, useGetMentorCategoryGroupsQuery, useGetMentorDetailsQuery, useGetMentorPublicSettingsQuery, useGetMentorSettingsQuery, useGetMentorSummariesQuery, useGetMentorUserSettingsQuery, useGetMentorsQuery, useGetMfeContextQuery, useGetModerationLogsQuery, useGetMostDiscussedTopicsQuery, useGetNotificationContextQuery, useGetNotificationsCountQuery, useGetNotificationsQuery, useGetOAuthServicesQuery, useGetOverTimeActivityQuery, useGetOverviewSummaryQuery, useGetPathwayCompletionQuery, useGetPathwayListQuery, useGetPerLearnerActivityQuery, useGetPerLearnerInfoQuery, useGetPersonnalizedMentorsQuery, useGetPersonnalizedSearchQuery, useGetPinnedMessagesQuery, useGetPlatformConfigurationsQuery, useGetPlatformImageAssetDetailsQuery, useGetPlatformImageAssetsListQuery, useGetPlatformInfoQuery, useGetPlatformMembershipQuery, useGetPlatformUserGroupDetailsQuery, useGetProgramCompletionQuery, useGetProgramListQuery, useGetPromptCategoriesQuery, useGetPromptsQuery, useGetPromptsSearchQuery, useGetProviderConfigQuery, useGetPublicMentorsQuery, useGetPublicPlatformImageAssetFileUrlQuery, useGetRbacGroupDetailsQuery, useGetRbacGroupsQuery, useGetRbacMentorAccessListQuery, useGetRbacPermissionsMutation, useGetRbacPoliciesQuery, useGetRbacPolicyDetailsQuery, useGetRbacRoleDetailsQuery, useGetRbacRolesQuery, useGetRbacTeamsAccessListQuery, useGetRecentMessageQuery, useGetRecentlyAccessedMentorsQuery, useGetRecommendationsAiSearchQuery, useGetRecommendedPromptsListQuery, useGetRegisteredUsersTrendQuery, useGetReportDetailQuery, useGetReportedSkillsQuery, useGetReportsQuery, useGetResourceSearchQuery, useGetSessionIdQuery, useGetSessionStatsQuery, useGetShareableLinkPublicQuery, useGetShareableLinkQuery, useGetSharedSessionIdQuery, useGetSkillsPointsPercentileQuery, useGetStripeContextQuery, useGetStripePricingPageSessionQuery, useGetStudentMentorCreationStatusQuery, useGetTemplateDetailsQuery, useGetTemplatesQuery, useGetTenantMetadataQuery, useGetToolsQuery, useGetTopStudentsByChatMessagesQuery, useGetTopicOverviewQuery, useGetTopicStatisticsQuery, useGetTopicsDetailsStatsQuery, useGetTopicsStatsQuery, useGetTopicsSummaryQuery, useGetTrainingDocumentRetrainScheduleQuery, useGetTrainingDocumentsQuery, useGetTranscriptsConversationHeadlineQuery, useGetTranscriptsMessagesDetailsQuery, useGetTranscriptsMessagesQuery, useGetUserAppsQuery, useGetUserAssignedPathwaysQuery, useGetUserCohortsOverTimeQuery, useGetUserCompaniesQuery, useGetUserCredentialsQuery, useGetUserDesiredSkillsQuery, useGetUserDetailsStatsQuery, useGetUserEarnedSkillsQuery, useGetUserEducationQuery, useGetUserEnrolledPathwaysQuery, useGetUserEnrolledProgramsQuery, useGetUserExperienceQuery, useGetUserInstitutionsQuery, useGetUserInvitationsQuery, useGetUserMetadataEdxQuery, useGetUserMetadataQuery, useGetUserMetricsPieChartQuery, useGetUserMetricsQuery, useGetUserProjectDetailsQuery, useGetUserProjectsQuery, useGetUserReportedSkillsQuery, useGetUserResumeQuery, useGetUserSkillsPointsQuery, useGetUserTenantsQuery, useGetUsersAsAssertionsQuery, useGetUsersStatsQuery, useGetVectorDocumentsQuery, useInviteUserMutation, useJoinTenantMutation, useLazyConnectedServicesCallbackQuery, useLazyGetAccountBillingInfoQuery, useLazyGetAdminProjectDetailsQuery, useLazyGetAdminProjectsQuery, useLazyGetApiKeysQuery, useLazyGetArtifactQuery, useLazyGetArtifactVersionQuery, useLazyGetCatalogInvitationsCourseQuery, useLazyGetCatalogInvitationsProgramQuery, useLazyGetCatalogSearchQuery, useLazyGetChatHistoryExportStatusQuery, useLazyGetChatHistoryFilterQuery, useLazyGetChatHistoryQuery, useLazyGetChatMessagesForSessionQuery, useLazyGetConnectedServiceAuthUrlQuery, useLazyGetConnectedServicesQuery, useLazyGetConversationMemoriesQuery, useLazyGetCredentialsListQuery, useLazyGetCredentialsQuery, useLazyGetCredentialsSchemaQuery, useLazyGetCustomDomainsQuery, useLazyGetCustomMentorsQuery, useLazyGetDatasetsQuery, useLazyGetDesiredSkillsQuery, useLazyGetDisclaimersQuery, useLazyGetDownloadReportFromURLQuery, useLazyGetEnrollmentCourseSearchQuery, useLazyGetExamInfoQuery, useLazyGetExternalMappingQuery, useLazyGetFilteredMemoriesQuery, useLazyGetFreeUsageCountQuery, useLazyGetGuidedPromptsQuery, useLazyGetIntegrationCredentialsQuery, useLazyGetIntegrationCredentialsSchemaQuery, useLazyGetIssuersQuery, useLazyGetLLMCredentialsQuery, useLazyGetLlmsQuery, useLazyGetMCPServerQuery, useLazyGetMCPServersQuery, useLazyGetMemoriesQuery, useLazyGetMemoryCategoriesQuery, useLazyGetMemoryFiltersQuery, useLazyGetMentorCategoriesQuery, useLazyGetMentorCategoryGroupsQuery, useLazyGetMentorDetailsQuery, useLazyGetMentorPublicSettingsQuery, useLazyGetMentorSettingsQuery, useLazyGetMentorSummariesQuery, useLazyGetMentorUserSettingsQuery, useLazyGetMentorsQuery, useLazyGetModerationLogsQuery, useLazyGetNotificationContextQuery, useLazyGetNotificationsCountQuery, useLazyGetNotificationsQuery, useLazyGetOAuthServicesQuery, useLazyGetOverTimeActivityQuery, useLazyGetPathwayCompletionQuery, useLazyGetPathwayListQuery, useLazyGetPerLearnerActivityQuery, useLazyGetPerLearnerInfoQuery, useLazyGetPersonnalizedMentorsQuery, useLazyGetPersonnalizedSearchQuery, useLazyGetPinnedMessagesQuery, useLazyGetPlatformInfoQuery, useLazyGetPlatformMembershipQuery, useLazyGetProgramCompletionQuery, useLazyGetProgramListQuery, useLazyGetPromptCategoriesQuery, useLazyGetPromptsQuery, useLazyGetPromptsSearchQuery, useLazyGetProviderConfigQuery, useLazyGetPublicMentorsQuery, useLazyGetPublicPlatformImageAssetFileUrlQuery, useLazyGetRbacRolesQuery, useLazyGetRbacTeamsAccessListQuery, useLazyGetRecentMessageQuery, useLazyGetRecentlyAccessedMentorsQuery, useLazyGetRecommendationsAiSearchQuery, useLazyGetRecommendedPromptsListQuery, useLazyGetReportDetailQuery, useLazyGetReportedSkillsQuery, useLazyGetReportsQuery, useLazyGetResourceSearchQuery, useLazyGetSessionIdQuery, useLazyGetShareableLinkPublicQuery, useLazyGetShareableLinkQuery, useLazyGetSharedSessionIdQuery, useLazyGetSkillsPointsPercentileQuery, useLazyGetStripeContextQuery, useLazyGetStripePricingPageSessionQuery, useLazyGetTemplateDetailsQuery, useLazyGetTemplatesQuery, useLazyGetTenantMetadataQuery, useLazyGetToolsQuery, useLazyGetTrainingDocumentRetrainScheduleQuery, useLazyGetTrainingDocumentsQuery, useLazyGetUserAppsQuery, useLazyGetUserAssignedPathwaysQuery, useLazyGetUserCompaniesQuery, useLazyGetUserCredentialsQuery, useLazyGetUserDesiredSkillsQuery, useLazyGetUserEarnedSkillsQuery, useLazyGetUserEducationQuery, useLazyGetUserEnrolledPathwaysQuery, useLazyGetUserEnrolledProgramsQuery, useLazyGetUserExperienceQuery, useLazyGetUserInstitutionsQuery, useLazyGetUserInvitationsQuery, useLazyGetUserMetadataEdxQuery, useLazyGetUserMetadataQuery, useLazyGetUserProjectDetailsQuery, useLazyGetUserProjectsQuery, useLazyGetUserReportedSkillsQuery, useLazyGetUserResumeQuery, useLazyGetUserSkillsPointsQuery, useLazyGetUserTenantsQuery, useLazyGetUsersAsAssertionsQuery, useLazyGetVectorDocumentsQuery, useLazyListArtifactVersionsQuery, useLazyListArtifactsQuery, useLazyPlatformUserGroupsQuery, useLazyPlatformUsersQuery, useLazyRefreshJwtTokenQuery, useLazySeedMentorsQuery, useLazyStarredMentorsQuery, useLazyStartOAuthFlowQuery, useListArtifactVersionsQuery, useListArtifactsQuery, useMarkAllAsReadMutation, useOauthFindMutation, usePartialUpdateMCPServerMutation, usePartialUpdateRbacRoleMutation, usePatchMCPServerConnectionMutation, usePlatformInvitationsQuery, usePlatformUserGroupsQuery, usePlatformUsersQuery, useRemoveProfileImageMutation, useRenewSubscriptionMutation, useResetPasswordMutation, useRevokeShareableLinkMutation, useSeedMentorsQuery, useSendNotificationMutation, useSetCurrentVersionMutation, useSetPlatformConfigurationsMutation, useSetStudentMentorCreationStatusMutation, useStarMentorMutation, useStarredMentorsQuery, useStartExamMutation, useTimeTrackingMutation, useToggleTemplateMutation, useTriggerAutoRechargeMutation, useUnPinMessageMutation, useUnstarMentorMutation, useUpdateAdminProjectMutation, useUpdateArtifactMutation, useUpdateAutoRechargeInfoMutation, useUpdateChatSessionMutation, useUpdateChatSessionSharedMutation, useUpdateCredentialMutation, useUpdateDisclaimerMutation, useUpdateExamAttemptMutation, useUpdateIntegrationCredentialMutation, useUpdateMCPServerMutation, useUpdateMemoryEntryMutation, useUpdateMentorUserSettingsMutation, useUpdateMessageFeedbackMutation, useUpdatePlatformImageAssetMutation, useUpdatePlatformInfoMutation, useUpdatePlatformMembershipMutation, useUpdatePlatformUserGroupMutation, useUpdatePlatformUserRoleWithPoliciesMutation, useUpdatePromptMutation, useUpdateRbacGroupMutation, useUpdateRbacMentorAccessMutation, useUpdateRbacPolicyMutation, useUpdateRbacRoleMutation, useUpdateRecommendedPromptMutation, useUpdateShareableLinkMutation, useUpdateTemplateMutation, useUpdateTenantMetadataMutation, useUpdateUserAccountMutation, useUpdateUserEducationMutation, useUpdateUserExperienceMutation, useUpdateUserMetadataEdxMutation, useUpdateUserMetadataMutation, useUpdateUserOnboardingStatusMutation, useUpdateUserProjectMutation, useUpdateUserRoleMutation, useUpdateUserStatusMutation, useUpdateUserTrialStatusMutation, useUploadCredentialImageMutation, useUploadDarkLogoMutation, useUploadLightLogoMutation, useUploadProfileImageMutation, useUsersGradesPassedQuery, userApiSlice, userInvitationsApiSlice };
43356
+ export { APP_IDENTIFIERS, CORE_CUSTOM_ENDPOINTS, CORE_CUSTOM_REDUCER_PATH, CORE_FAKE_CUSTOM_REDUCER_PATH, CREDENTIALS_CUSTOM_ENDPOINTS, CREDENTIALS_CUSTOM_REDUCER_PATH, CUSTOM_AI_SEARCH_ENDPOINTS, CUSTOM_AI_SEARCH_QUERY_KEYS, CUSTOM_AI_SEARCH_REDUCER_PATH, CUSTOM_DOMAIN_ENDPOINTS, CUSTOM_DOMAIN_QUERY_KEYS, CUSTOM_DOMAIN_REDUCER_PATH, DISCLAIMERS_ENDPOINTS, DISCLAIMERS_QUERY_KEYS, DISCLAIMERS_REDUCER_PATH, EDX_PROCTORING_ENDPOINTS, IblDataLayer, LOGO_ENDPOINTS, MCP_ENDPOINTS, MCP_REDUCER_PATH, MCP_TAG_TYPES, MEMORY_ENDPOINTS, MEMORY_QUERY_KEYS, MEMORY_REDUCER_PATH, MENTORS_QUERY_KEYS, MENTORS_REDUCER_PATH, MENTOR_CUSTOM_ENDPOINTS, MENTOR_CUSTOM_REDUCER_PATH, MENTOR_ENDPOINTS, NOTIFICATIONS_CUSTOM_ENDPOINTS, NOTIFICATIONS_CUSTOM_REDUCER_PATH, NOTIFICATIONS_CUSTOM_TAGS, PLATFORM_CONFIGURATION_TAG, PLATFORM_CUSTOM_ENDPOINTS, PLATFORM_CUSTOM_REDUCER_PATH, PLATFORM_MEMBERSHIP_TAG, PROJECTS_CUSTOM_ENDPOINTS, PROJECTS_CUSTOM_REDUCER_PATH, PROJECTS_QUERY_KEYS, QUERY_PARAMS, RETIREMENT_ENDPOINTS, SERVICES, STORAGE_KEYS, TENANT_IDENTIFIERS, TENANT_LOGO_ENDPOINTS, TENANT_LOGO_QUERY_KEYS, TENANT_LOGO_REDUCER_PATH, URL_PATTERNS, analyticsApiSlice, analyticsCustomSlice, apiKeysApiReducer, apiKeysApiSlice, appApiReducer, appApiSlice, artifactsApiReducer, artifactsApiSlice, authApiSlice, billingApiSlice, billingCustomSlice, careerApiSlice, catalogApiSlice, chatApiSlice, chatFilesApiSlice, chatHistoryApiSlice, coreApiSlice, coreCustomApiSlice, coreFakeCustomPublicImageAssetApiSlice, credentialsApiSlice, credentialsCustomApiSlice, customAiSearchApiSlice, customDomainApiSlice, datasetsApiSlice, disclaimersApiSlice, edxProctoringApiSlice, fakeBaseQueryWithLogging, featureTags, iblFakeBaseQuery, initializeDataLayer, isPoliciesResponse, llmsApiSlice, mcpApiSlice, memoryApiSlice, mentorApiReducer, mentorApiSlice, mentorCategoriesApiSlice, mentorCustomApiSlice, mentorMiddleware, mentorReducer, moderationLogsApiReducer, moderationLogsApiSlice, notificationsApiSlice, notificationsCustomApiSlice, perLearnerApiSlice, platformApiReducer, platformApiSlice, platformCustomApiSlice, projectsApiSlice, promptsApiSlice, recommendationPromptTypeEnum, reportsApiSlice, retirementApiSlice, searchApiSlice, sessionApiSlice, skillsApiSlice, skillsMiddleware, skillsReducer, stripeApiSlice, tenantApiReducer, tenantApiSlice, tenantLogoApiSlice, toolsApiSlice, trainingDocumentsApiSlice, useAddPinnedMessageMutation, useAddTrainingDocumentMutation, useAgreeToDisclaimerMutation, useAudioToTextMutation, useConnectedServicesCallbackQuery, useCreateAdminProjectMutation, useCreateApiKeyMutation, useCreateCallCredentialsMutation, useCreateCatalogInvitationBulkMutation, useCreateCatalogInvitationCourseBulkMutation, useCreateCatalogInvitationCourseMutation, useCreateCatalogInvitationProgramBulkMutation, useCreateCatalogInvitationProgramMutation, useCreateCatalogPathwayEnrollmentMutation, useCreateCatalogPathwayMutation, useCreateCatalogPathwaySelfEnrollmentMutation, useCreateCatalogProgramMutation, useCreateCatalogProgramSelfEnrollmentMutation, useCreateCatalogRoleMutation, useCreateCredentialAssertionMutation, useCreateCredentialMutation, useCreateCustomDomainMutation, useCreateDisclaimerMutation, useCreateExternalMappingMutation, useCreateIntegrationCredentialMutation, useCreateLLMCredentialMutation, useCreateMCPServerConnectionMutation, useCreateMCPServerMutation, useCreateMemoryMutation, useCreateMentorMutation, useCreateNotificationPreviewMutation, useCreateOrUpdateUserDesiredSkillMutation, useCreateOrUpdateUserReportedSkillMutation, useCreatePlatformImageAssetMutation, useCreatePlatformUserGroupMutation, useCreatePromptMutation, useCreateProviderConfigMutation, useCreateRbacGroupMutation, useCreateRbacPolicyMutation, useCreateRbacRoleMutation, useCreateRbacTeamsAccessMutation, useCreateRecommendedPromptMutation, useCreateRedirectTokenMutation, useCreateReportMutation, useCreateSessionIdMutation, useCreateShareableLinkMutation, useCreateStripeCheckoutSessionMutation, useCreateStripeCustomerPortalMutation, useCreateTrainingDocumentRetrainScheduleMutation, useCreateUserCompanyMutation, useCreateUserEducationMutation, useCreateUserExperienceMutation, useCreateUserInstitutionMutation, useCreateUserInvitationMutation, useCreateUserProjectMutation, useCreateUserResumeMutation, useDeleteAdminProjectMutation, useDeleteApiKeyMutation, useDeleteCourseCredentialMutation, useDeleteCredentialMutation, useDeleteCustomDomainMutation, useDeleteDisclaimerMutation, useDeleteExternalMappingMutation, useDeleteIntegrationCredentialMutation, useDeleteMCPServerMutation, useDeleteMemoryByCategoryMutation, useDeleteMemoryMutation, useDeleteMentorMutation, useDeleteMessageMutation, useDeleteModerationLogMutation, useDeletePlatformConfigurationMutation, useDeletePlatformImageAssetMutation, useDeletePlatformUserGroupMutation, useDeletePromptMutation, useDeleteProviderConfigMutation, useDeleteRbacGroupMutation, useDeleteRbacPolicyMutation, useDeleteRbacRoleMutation, useDeleteRecommendedPromptMutation, useDeleteTrainingDocumentMutation, useDeleteUserEducationMutation, useDeleteUserExperienceMutation, useDeleteUserProjectMutation, useDisconnectServiceMutation, useEditMentorAndRefreshListMutation, useEditMentorJsonMutation, useEditMentorMutation, useEditSessionMutation, useEditTrainingDocumentMutation, useExchangeAppleTokenMutation, useExportChatHistoryMutation, useForkMentorMutation, useGetAccessTimeHeatmapQuery, useGetAccountBillingInfoQuery, useGetAdminProjectDetailsQuery, useGetAdminProjectsQuery, useGetAiSearchMentorsQuery, useGetApiKeysQuery, useGetAppTokensMutation, useGetArtifactQuery, useGetArtifactVersionQuery, useGetAverageMessagesPerSessionQuery, useGetAverageRatingQuery, useGetCatalogInvitationsCourseQuery, useGetCatalogInvitationsProgramQuery, useGetCatalogSearchQuery, useGetChatHistoryExportStatusQuery, useGetChatHistoryFilterQuery, useGetChatHistoryQuery, useGetChatMessagesForSessionQuery, useGetConnectedServiceAuthUrlQuery, useGetConnectedServicesQuery, useGetContentAnalyticsDetailsQuery, useGetContentAnalyticsQuery, useGetConversationMemoriesQuery, useGetConversationQuery, useGetCredentialsListQuery, useGetCredentialsQuery, useGetCredentialsSchemaQuery, useGetCustomDomainsQuery, useGetCustomMentorsQuery, useGetDatasetsQuery, useGetDesiredSkillsQuery, useGetDetailedFinancialStatsQuery, useGetDisclaimersQuery, useGetDownloadReportFromURLQuery, useGetEnrollmentCourseSearchQuery, useGetExamInfoQuery, useGetExternalMappingQuery, useGetFileUploadUrlMutation, useGetFilteredMemoriesQuery, useGetFinancialStatsQuery, useGetFreeUsageCountQuery, useGetGuidedPromptsQuery, useGetIntegrationCredentialsQuery, useGetIntegrationCredentialsSchemaQuery, useGetIssuersQuery, useGetLLMCredentialsQuery, useGetLlmsQuery, useGetMCPServerConnectionsQuery, useGetMCPServerQuery, useGetMCPServersQuery, useGetMaskedIntegrationCredentialsQuery, useGetMaskedLLMCredentialsQuery, useGetMemoriesQuery, useGetMemoryCategoriesQuery, useGetMemoryFiltersQuery, useGetMentorCategoriesQuery, useGetMentorCategoryGroupsQuery, useGetMentorDetailsQuery, useGetMentorPublicSettingsQuery, useGetMentorSettingsQuery, useGetMentorSummariesQuery, useGetMentorUserSettingsQuery, useGetMentorsQuery, useGetMfeContextQuery, useGetModerationLogsQuery, useGetMostDiscussedTopicsQuery, useGetNotificationContextQuery, useGetNotificationsCountQuery, useGetNotificationsQuery, useGetOAuthServicesQuery, useGetOverTimeActivityQuery, useGetOverviewSummaryQuery, useGetPathwayCompletionQuery, useGetPathwayListQuery, useGetPerLearnerActivityQuery, useGetPerLearnerInfoQuery, useGetPersonnalizedMentorsQuery, useGetPersonnalizedSearchQuery, useGetPinnedMessagesQuery, useGetPlatformConfigurationsQuery, useGetPlatformImageAssetDetailsQuery, useGetPlatformImageAssetsListQuery, useGetPlatformInfoQuery, useGetPlatformMembershipQuery, useGetPlatformUserGroupDetailsQuery, useGetProgramCompletionQuery, useGetProgramListQuery, useGetPromptCategoriesQuery, useGetPromptsQuery, useGetPromptsSearchQuery, useGetProviderConfigQuery, useGetPublicMentorsQuery, useGetPublicPlatformImageAssetFileUrlQuery, useGetRbacGroupDetailsQuery, useGetRbacGroupsQuery, useGetRbacMentorAccessListQuery, useGetRbacPermissionsMutation, useGetRbacPoliciesQuery, useGetRbacPolicyDetailsQuery, useGetRbacRoleDetailsQuery, useGetRbacRolesQuery, useGetRbacTeamsAccessListQuery, useGetRecentMessageQuery, useGetRecentlyAccessedMentorsQuery, useGetRecommendationsAiSearchQuery, useGetRecommendedPromptsListQuery, useGetRegisteredUsersTrendQuery, useGetReportDetailQuery, useGetReportedSkillsQuery, useGetReportsQuery, useGetResourceSearchQuery, useGetSessionIdQuery, useGetSessionStatsQuery, useGetShareableLinkPublicQuery, useGetShareableLinkQuery, useGetSharedSessionIdQuery, useGetSkillsPointsPercentileQuery, useGetStripeContextQuery, useGetStripePricingPageSessionQuery, useGetStudentMentorCreationStatusQuery, useGetTemplateDetailsQuery, useGetTemplatesQuery, useGetTenantMetadataQuery, useGetToolsQuery, useGetTopStudentsByChatMessagesQuery, useGetTopicOverviewQuery, useGetTopicStatisticsQuery, useGetTopicsDetailsStatsQuery, useGetTopicsStatsQuery, useGetTopicsSummaryQuery, useGetTrainingDocumentRetrainScheduleQuery, useGetTrainingDocumentsQuery, useGetTranscriptsConversationHeadlineQuery, useGetTranscriptsMessagesDetailsQuery, useGetTranscriptsMessagesQuery, useGetUserAppsQuery, useGetUserAssignedPathwaysQuery, useGetUserCohortsOverTimeQuery, useGetUserCompaniesQuery, useGetUserCredentialsQuery, useGetUserDesiredSkillsQuery, useGetUserDetailsStatsQuery, useGetUserEarnedSkillsQuery, useGetUserEducationQuery, useGetUserEnrolledPathwaysQuery, useGetUserEnrolledProgramsQuery, useGetUserExperienceQuery, useGetUserInstitutionsQuery, useGetUserInvitationsQuery, useGetUserMetadataEdxQuery, useGetUserMetadataQuery, useGetUserMetricsPieChartQuery, useGetUserMetricsQuery, useGetUserProjectDetailsQuery, useGetUserProjectsQuery, useGetUserReportedSkillsQuery, useGetUserResumeQuery, useGetUserSkillsPointsQuery, useGetUserTenantsQuery, useGetUsersAsAssertionsQuery, useGetUsersStatsQuery, useGetVectorDocumentsQuery, useInviteUserMutation, useJoinTenantMutation, useLazyConnectedServicesCallbackQuery, useLazyGetAccountBillingInfoQuery, useLazyGetAdminProjectDetailsQuery, useLazyGetAdminProjectsQuery, useLazyGetApiKeysQuery, useLazyGetArtifactQuery, useLazyGetArtifactVersionQuery, useLazyGetCatalogInvitationsCourseQuery, useLazyGetCatalogInvitationsProgramQuery, useLazyGetCatalogSearchQuery, useLazyGetChatHistoryExportStatusQuery, useLazyGetChatHistoryFilterQuery, useLazyGetChatHistoryQuery, useLazyGetChatMessagesForSessionQuery, useLazyGetConnectedServiceAuthUrlQuery, useLazyGetConnectedServicesQuery, useLazyGetConversationMemoriesQuery, useLazyGetCredentialsListQuery, useLazyGetCredentialsQuery, useLazyGetCredentialsSchemaQuery, useLazyGetCustomDomainsQuery, useLazyGetCustomMentorsQuery, useLazyGetDatasetsQuery, useLazyGetDesiredSkillsQuery, useLazyGetDisclaimersQuery, useLazyGetDownloadReportFromURLQuery, useLazyGetEnrollmentCourseSearchQuery, useLazyGetExamInfoQuery, useLazyGetExternalMappingQuery, useLazyGetFilteredMemoriesQuery, useLazyGetFreeUsageCountQuery, useLazyGetGuidedPromptsQuery, useLazyGetIntegrationCredentialsQuery, useLazyGetIntegrationCredentialsSchemaQuery, useLazyGetIssuersQuery, useLazyGetLLMCredentialsQuery, useLazyGetLlmsQuery, useLazyGetMCPServerQuery, useLazyGetMCPServersQuery, useLazyGetMemoriesQuery, useLazyGetMemoryCategoriesQuery, useLazyGetMemoryFiltersQuery, useLazyGetMentorCategoriesQuery, useLazyGetMentorCategoryGroupsQuery, useLazyGetMentorDetailsQuery, useLazyGetMentorPublicSettingsQuery, useLazyGetMentorSettingsQuery, useLazyGetMentorSummariesQuery, useLazyGetMentorUserSettingsQuery, useLazyGetMentorsQuery, useLazyGetModerationLogsQuery, useLazyGetNotificationContextQuery, useLazyGetNotificationsCountQuery, useLazyGetNotificationsQuery, useLazyGetOAuthServicesQuery, useLazyGetOverTimeActivityQuery, useLazyGetPathwayCompletionQuery, useLazyGetPathwayListQuery, useLazyGetPerLearnerActivityQuery, useLazyGetPerLearnerInfoQuery, useLazyGetPersonnalizedMentorsQuery, useLazyGetPersonnalizedSearchQuery, useLazyGetPinnedMessagesQuery, useLazyGetPlatformInfoQuery, useLazyGetPlatformMembershipQuery, useLazyGetProgramCompletionQuery, useLazyGetProgramListQuery, useLazyGetPromptCategoriesQuery, useLazyGetPromptsQuery, useLazyGetPromptsSearchQuery, useLazyGetProviderConfigQuery, useLazyGetPublicMentorsQuery, useLazyGetPublicPlatformImageAssetFileUrlQuery, useLazyGetRbacRolesQuery, useLazyGetRbacTeamsAccessListQuery, useLazyGetRecentMessageQuery, useLazyGetRecentlyAccessedMentorsQuery, useLazyGetRecommendationsAiSearchQuery, useLazyGetRecommendedPromptsListQuery, useLazyGetReportDetailQuery, useLazyGetReportedSkillsQuery, useLazyGetReportsQuery, useLazyGetResourceSearchQuery, useLazyGetSessionIdQuery, useLazyGetShareableLinkPublicQuery, useLazyGetShareableLinkQuery, useLazyGetSharedSessionIdQuery, useLazyGetSkillsPointsPercentileQuery, useLazyGetStripeContextQuery, useLazyGetStripePricingPageSessionQuery, useLazyGetTemplateDetailsQuery, useLazyGetTemplatesQuery, useLazyGetTenantMetadataQuery, useLazyGetToolsQuery, useLazyGetTrainingDocumentRetrainScheduleQuery, useLazyGetTrainingDocumentsQuery, useLazyGetUserAppsQuery, useLazyGetUserAssignedPathwaysQuery, useLazyGetUserCompaniesQuery, useLazyGetUserCredentialsQuery, useLazyGetUserDesiredSkillsQuery, useLazyGetUserEarnedSkillsQuery, useLazyGetUserEducationQuery, useLazyGetUserEnrolledPathwaysQuery, useLazyGetUserEnrolledProgramsQuery, useLazyGetUserExperienceQuery, useLazyGetUserInstitutionsQuery, useLazyGetUserInvitationsQuery, useLazyGetUserMetadataEdxQuery, useLazyGetUserMetadataQuery, useLazyGetUserProjectDetailsQuery, useLazyGetUserProjectsQuery, useLazyGetUserReportedSkillsQuery, useLazyGetUserResumeQuery, useLazyGetUserSkillsPointsQuery, useLazyGetUserTenantsQuery, useLazyGetUsersAsAssertionsQuery, useLazyGetVectorDocumentsQuery, useLazyListArtifactVersionsQuery, useLazyListArtifactsQuery, useLazyPlatformUserGroupsQuery, useLazyPlatformUsersQuery, useLazyRefreshJwtTokenQuery, useLazySeedMentorsQuery, useLazyStarredMentorsQuery, useLazyStartOAuthFlowQuery, useListArtifactVersionsQuery, useListArtifactsQuery, useMarkAllAsReadMutation, useOauthFindMutation, usePartialUpdateMCPServerMutation, usePartialUpdateRbacRoleMutation, usePatchMCPServerConnectionMutation, usePlatformInvitationsQuery, usePlatformUserGroupsQuery, usePlatformUsersQuery, useRemoveProfileImageMutation, useRenewSubscriptionMutation, useResetPasswordMutation, useRevokeShareableLinkMutation, useSeedMentorsQuery, useSelfRetireMutation, useSendNotificationMutation, useSetCurrentVersionMutation, useSetPlatformConfigurationsMutation, useSetStudentMentorCreationStatusMutation, useStarMentorMutation, useStarredMentorsQuery, useStartExamMutation, useTimeTrackingMutation, useToggleTemplateMutation, useTriggerAutoRechargeMutation, useUnPinMessageMutation, useUnstarMentorMutation, useUpdateAdminProjectMutation, useUpdateArtifactMutation, useUpdateAutoRechargeInfoMutation, useUpdateChatSessionMutation, useUpdateChatSessionSharedMutation, useUpdateCredentialMutation, useUpdateDisclaimerMutation, useUpdateExamAttemptMutation, useUpdateIntegrationCredentialMutation, useUpdateMCPServerMutation, useUpdateMemoryEntryMutation, useUpdateMentorUserSettingsMutation, useUpdateMessageFeedbackMutation, useUpdatePlatformImageAssetMutation, useUpdatePlatformInfoMutation, useUpdatePlatformMembershipMutation, useUpdatePlatformUserGroupMutation, useUpdatePlatformUserRoleWithPoliciesMutation, useUpdatePromptMutation, useUpdateRbacGroupMutation, useUpdateRbacMentorAccessMutation, useUpdateRbacPolicyMutation, useUpdateRbacRoleMutation, useUpdateRecommendedPromptMutation, useUpdateShareableLinkMutation, useUpdateTemplateMutation, useUpdateTenantMetadataMutation, useUpdateUserAccountMutation, useUpdateUserEducationMutation, useUpdateUserExperienceMutation, useUpdateUserMetadataEdxMutation, useUpdateUserMetadataMutation, useUpdateUserOnboardingStatusMutation, useUpdateUserProjectMutation, useUpdateUserRoleMutation, useUpdateUserStatusMutation, useUpdateUserTrialStatusMutation, useUploadCredentialImageMutation, useUploadDarkLogoMutation, useUploadLightLogoMutation, useUploadProfileImageMutation, useUsersGradesPassedQuery, userApiSlice, userInvitationsApiSlice };
43330
43357
  //# sourceMappingURL=index.esm.js.map