@iblai/web-utils 0.3.0 → 1.0.0
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/README.md +504 -0
- package/dist/data-layer/src/features/chat-files/api-slice.d.ts +185 -0
- package/dist/data-layer/src/features/chat-files/types.d.ts +32 -0
- package/dist/data-layer/src/features/core/api-slice.d.ts +419 -61
- package/dist/data-layer/src/features/core/constants.d.ts +3 -0
- package/dist/data-layer/src/features/core/custom-api-slice.d.ts +50 -50
- package/dist/data-layer/src/features/core/custom-public-image-asset-api-slice.d.ts +333 -0
- package/dist/data-layer/src/features/core/types.d.ts +33 -0
- package/dist/data-layer/src/features/credentials/api-slice.d.ts +62 -39
- package/dist/data-layer/src/features/mentor/api-slice.d.ts +980 -188
- package/dist/data-layer/src/features/notifications/constants.d.ts +6 -0
- package/dist/data-layer/src/features/notifications/custom-api-slice.d.ts +43 -43
- package/dist/data-layer/src/features/notifications/types.d.ts +25 -2
- package/dist/data-layer/src/index.d.ts +3 -0
- package/dist/index.d.ts +425 -66
- package/dist/index.esm.js +999 -109
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1030 -107
- package/dist/index.js.map +1 -1
- package/dist/package.json +4 -2
- package/dist/web-utils/src/constants/chat.d.ts +8 -0
- package/dist/web-utils/src/features/files/filesSlice.d.ts +20 -0
- package/dist/web-utils/src/features/index.d.ts +1 -0
- package/dist/web-utils/src/hooks/chat/use-advanced-chat.d.ts +6 -4
- package/dist/web-utils/src/hooks/chat/use-chat-v2.d.ts +11 -1
- package/dist/web-utils/src/index.d.ts +2 -0
- package/dist/web-utils/src/index.web.d.ts +14 -12
- package/dist/web-utils/src/providers/auth-provider.d.ts +9 -1
- package/dist/web-utils/src/providers/tenant-provider.d.ts +2 -1
- package/dist/web-utils/src/services/__tests__/file-upload.test.d.ts +1 -0
- package/dist/web-utils/src/services/file-upload.d.ts +60 -0
- package/dist/web-utils/src/services/index.d.ts +1 -0
- package/dist/web-utils/src/types/file-upload.d.ts +62 -0
- package/dist/web-utils/src/types/index.d.ts +1 -0
- package/dist/web-utils/src/utils/auth.d.ts +180 -0
- package/dist/web-utils/src/utils/index.d.ts +1 -0
- package/dist/web-utils/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -12
|
@@ -2,7 +2,7 @@ export declare const mentorApiSlice: import("@reduxjs/toolkit/query").Api<import
|
|
|
2
2
|
createMentor: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
3
3
|
org: string;
|
|
4
4
|
formData: import("node_modules/@iblai/iblai-api/dist/types").MentorFromTemplateWithSettingRequest;
|
|
5
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>;
|
|
5
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>;
|
|
6
6
|
getMentors: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
7
7
|
org: string;
|
|
8
8
|
username: string;
|
|
@@ -21,7 +21,7 @@ export declare const mentorApiSlice: import("@reduxjs/toolkit/query").Api<import
|
|
|
21
21
|
tags?: Array<string>;
|
|
22
22
|
tenant?: string;
|
|
23
23
|
uniqueId?: string;
|
|
24
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>;
|
|
24
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>;
|
|
25
25
|
getPublicMentors: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
26
26
|
audience?: Array<string>;
|
|
27
27
|
category?: Array<string>;
|
|
@@ -38,60 +38,60 @@ export declare const mentorApiSlice: import("@reduxjs/toolkit/query").Api<import
|
|
|
38
38
|
tags?: Array<string>;
|
|
39
39
|
tenant?: string;
|
|
40
40
|
uniqueId?: string;
|
|
41
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>;
|
|
41
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>;
|
|
42
42
|
editMentor: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
43
43
|
mentor: string;
|
|
44
44
|
org: string;
|
|
45
45
|
departmentId?: number;
|
|
46
46
|
formData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsRequest;
|
|
47
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettings, "mentorApiSlice", any>;
|
|
47
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettings, "mentorApiSlice", any>;
|
|
48
48
|
seedMentors: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
49
49
|
org: string;
|
|
50
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>;
|
|
50
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>;
|
|
51
51
|
getMentorDetails: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
52
52
|
mentor: string;
|
|
53
53
|
org: string;
|
|
54
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>;
|
|
54
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>;
|
|
55
55
|
getMentorSettings: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
56
56
|
mentor: string;
|
|
57
57
|
org: string;
|
|
58
58
|
departmentId?: number;
|
|
59
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>;
|
|
59
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>;
|
|
60
60
|
getMentorPublicSettings: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
61
61
|
mentor: string;
|
|
62
62
|
org: string;
|
|
63
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>;
|
|
63
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>;
|
|
64
64
|
updateMentorVisibilityStatus: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
65
65
|
mentor: string;
|
|
66
66
|
org: string;
|
|
67
67
|
departmentId?: number;
|
|
68
68
|
formData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsRequest;
|
|
69
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettings, "mentorApiSlice", any>;
|
|
69
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettings, "mentorApiSlice", any>;
|
|
70
70
|
getFreeUsageCount: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
71
71
|
org: string;
|
|
72
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>;
|
|
72
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>;
|
|
73
73
|
createShareableLink: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
74
74
|
mentor: string;
|
|
75
75
|
org: string;
|
|
76
76
|
requestBody?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink;
|
|
77
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>;
|
|
77
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>;
|
|
78
78
|
getShareableLink: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
79
79
|
mentor: string;
|
|
80
80
|
org: string;
|
|
81
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>;
|
|
81
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>;
|
|
82
82
|
getShareableLinkPublic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
83
83
|
mentor: string;
|
|
84
84
|
org: string;
|
|
85
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>;
|
|
85
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>;
|
|
86
86
|
revokeShareableLink: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
87
87
|
mentor: string;
|
|
88
88
|
org: string;
|
|
89
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", void, "mentorApiSlice", any>;
|
|
89
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", void, "mentorApiSlice", any>;
|
|
90
90
|
updateShareableLink: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
91
91
|
mentor: string;
|
|
92
92
|
org: string;
|
|
93
93
|
requestBody?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink;
|
|
94
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>;
|
|
94
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>;
|
|
95
95
|
deleteMentor: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
96
96
|
name: string;
|
|
97
97
|
org: string;
|
|
@@ -101,13 +101,27 @@ export declare const mentorApiSlice: import("@reduxjs/toolkit/query").Api<import
|
|
|
101
101
|
metadataValue?: string;
|
|
102
102
|
returnSessionInformation?: boolean;
|
|
103
103
|
visibility?: string;
|
|
104
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", void, "mentorApiSlice", any>;
|
|
104
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", void, "mentorApiSlice", any>;
|
|
105
105
|
forkMentor: import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
106
106
|
mentor: string;
|
|
107
107
|
org: string;
|
|
108
108
|
requestBody: import("node_modules/@iblai/iblai-api/dist/types").MentorFork;
|
|
109
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>;
|
|
110
|
-
|
|
109
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>;
|
|
110
|
+
getRecentlyAccessedMentors: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
111
|
+
org: string;
|
|
112
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>;
|
|
113
|
+
getModerationLogs: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
114
|
+
org: string;
|
|
115
|
+
mentor?: number;
|
|
116
|
+
ordering?: string;
|
|
117
|
+
page?: number;
|
|
118
|
+
pageSize?: number;
|
|
119
|
+
platformKey?: string;
|
|
120
|
+
search?: string;
|
|
121
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
122
|
+
username?: string;
|
|
123
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>;
|
|
124
|
+
}, "mentorApiSlice", "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
111
125
|
export declare const mentorApiReducer: typeof mentorApiSlice.reducer;
|
|
112
126
|
export declare const useCreateMentorMutation: <R extends Record<string, any> = ({
|
|
113
127
|
requestId?: undefined;
|
|
@@ -272,7 +286,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
272
286
|
}) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
273
287
|
org: string;
|
|
274
288
|
formData: import("node_modules/@iblai/iblai-api/dist/types").MentorFromTemplateWithSettingRequest;
|
|
275
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
289
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
276
290
|
originalArgs?: {
|
|
277
291
|
org: string;
|
|
278
292
|
formData: import("node_modules/@iblai/iblai-api/dist/types").MentorFromTemplateWithSettingRequest;
|
|
@@ -314,7 +328,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
314
328
|
tags?: Array<string>;
|
|
315
329
|
tenant?: string;
|
|
316
330
|
uniqueId?: string;
|
|
317
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
331
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
318
332
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
319
333
|
isUninitialized: false;
|
|
320
334
|
isLoading: false;
|
|
@@ -347,7 +361,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
347
361
|
tags?: Array<string>;
|
|
348
362
|
tenant?: string;
|
|
349
363
|
uniqueId?: string;
|
|
350
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
364
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
351
365
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
352
366
|
isUninitialized: false;
|
|
353
367
|
isLoading: false;
|
|
@@ -376,7 +390,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
376
390
|
tags?: Array<string>;
|
|
377
391
|
tenant?: string;
|
|
378
392
|
uniqueId?: string;
|
|
379
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
393
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
380
394
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
381
395
|
isUninitialized: false;
|
|
382
396
|
isLoading: false;
|
|
@@ -403,7 +417,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
403
417
|
tags?: Array<string>;
|
|
404
418
|
tenant?: string;
|
|
405
419
|
uniqueId?: string;
|
|
406
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
420
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
407
421
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
408
422
|
isUninitialized: false;
|
|
409
423
|
isLoading: false;
|
|
@@ -471,7 +485,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
471
485
|
tags?: Array<string>;
|
|
472
486
|
tenant?: string;
|
|
473
487
|
uniqueId?: string;
|
|
474
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
488
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
475
489
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
476
490
|
isUninitialized: false;
|
|
477
491
|
isLoading: false;
|
|
@@ -504,7 +518,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
504
518
|
tags?: Array<string>;
|
|
505
519
|
tenant?: string;
|
|
506
520
|
uniqueId?: string;
|
|
507
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
521
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
508
522
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
509
523
|
isUninitialized: false;
|
|
510
524
|
isLoading: false;
|
|
@@ -533,7 +547,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
533
547
|
tags?: Array<string>;
|
|
534
548
|
tenant?: string;
|
|
535
549
|
uniqueId?: string;
|
|
536
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
550
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
537
551
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
538
552
|
isUninitialized: false;
|
|
539
553
|
isLoading: false;
|
|
@@ -560,7 +574,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
560
574
|
tags?: Array<string>;
|
|
561
575
|
tenant?: string;
|
|
562
576
|
uniqueId?: string;
|
|
563
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
577
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
564
578
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
565
579
|
isUninitialized: false;
|
|
566
580
|
isLoading: false;
|
|
@@ -589,7 +603,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
589
603
|
tags?: Array<string>;
|
|
590
604
|
tenant?: string;
|
|
591
605
|
uniqueId?: string;
|
|
592
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>>;
|
|
606
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>>;
|
|
593
607
|
}, useLazyGetMentorsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
594
608
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
595
609
|
originalArgs?: undefined | undefined;
|
|
@@ -626,7 +640,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
626
640
|
tags?: Array<string>;
|
|
627
641
|
tenant?: string;
|
|
628
642
|
uniqueId?: string;
|
|
629
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
643
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
630
644
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
631
645
|
isUninitialized: false;
|
|
632
646
|
isLoading: false;
|
|
@@ -659,7 +673,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
659
673
|
tags?: Array<string>;
|
|
660
674
|
tenant?: string;
|
|
661
675
|
uniqueId?: string;
|
|
662
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
676
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
663
677
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
664
678
|
isUninitialized: false;
|
|
665
679
|
isLoading: false;
|
|
@@ -688,7 +702,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
688
702
|
tags?: Array<string>;
|
|
689
703
|
tenant?: string;
|
|
690
704
|
uniqueId?: string;
|
|
691
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
705
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
692
706
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
693
707
|
isUninitialized: false;
|
|
694
708
|
isLoading: false;
|
|
@@ -715,7 +729,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
715
729
|
tags?: Array<string>;
|
|
716
730
|
tenant?: string;
|
|
717
731
|
uniqueId?: string;
|
|
718
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
732
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
719
733
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
720
734
|
isUninitialized: false;
|
|
721
735
|
isLoading: false;
|
|
@@ -762,7 +776,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
762
776
|
tags?: Array<string>;
|
|
763
777
|
tenant?: string;
|
|
764
778
|
uniqueId?: string;
|
|
765
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
779
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
766
780
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
767
781
|
isUninitialized: false;
|
|
768
782
|
isLoading: false;
|
|
@@ -795,7 +809,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
795
809
|
tags?: Array<string>;
|
|
796
810
|
tenant?: string;
|
|
797
811
|
uniqueId?: string;
|
|
798
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
812
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
799
813
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
800
814
|
isUninitialized: false;
|
|
801
815
|
isLoading: false;
|
|
@@ -824,7 +838,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
824
838
|
tags?: Array<string>;
|
|
825
839
|
tenant?: string;
|
|
826
840
|
uniqueId?: string;
|
|
827
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
841
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
828
842
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
829
843
|
isUninitialized: false;
|
|
830
844
|
isLoading: false;
|
|
@@ -851,7 +865,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
851
865
|
tags?: Array<string>;
|
|
852
866
|
tenant?: string;
|
|
853
867
|
uniqueId?: string;
|
|
854
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
868
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
855
869
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
856
870
|
isUninitialized: false;
|
|
857
871
|
isLoading: false;
|
|
@@ -897,7 +911,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
897
911
|
tags?: Array<string>;
|
|
898
912
|
tenant?: string;
|
|
899
913
|
uniqueId?: string;
|
|
900
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
914
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
901
915
|
reset: () => void;
|
|
902
916
|
}, {
|
|
903
917
|
lastArg: {
|
|
@@ -1086,7 +1100,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1086
1100
|
org: string;
|
|
1087
1101
|
departmentId?: number;
|
|
1088
1102
|
formData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsRequest;
|
|
1089
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettings, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
1103
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettings, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
1090
1104
|
originalArgs?: {
|
|
1091
1105
|
mentor: string;
|
|
1092
1106
|
org: string;
|
|
@@ -1114,7 +1128,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1114
1128
|
isUninitialized: true;
|
|
1115
1129
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1116
1130
|
org: string;
|
|
1117
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1131
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1118
1132
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1119
1133
|
isUninitialized: false;
|
|
1120
1134
|
isLoading: false;
|
|
@@ -1131,7 +1145,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1131
1145
|
error: undefined;
|
|
1132
1146
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1133
1147
|
org: string;
|
|
1134
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1148
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1135
1149
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1136
1150
|
isUninitialized: false;
|
|
1137
1151
|
isLoading: false;
|
|
@@ -1144,7 +1158,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1144
1158
|
error: undefined;
|
|
1145
1159
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1146
1160
|
org: string;
|
|
1147
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1161
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1148
1162
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1149
1163
|
isUninitialized: false;
|
|
1150
1164
|
isLoading: false;
|
|
@@ -1155,7 +1169,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1155
1169
|
isError: true;
|
|
1156
1170
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1157
1171
|
org: string;
|
|
1158
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1172
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1159
1173
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1160
1174
|
isUninitialized: false;
|
|
1161
1175
|
isLoading: false;
|
|
@@ -1191,7 +1205,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1191
1205
|
isUninitialized: true;
|
|
1192
1206
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1193
1207
|
org: string;
|
|
1194
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1208
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1195
1209
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1196
1210
|
isUninitialized: false;
|
|
1197
1211
|
isLoading: false;
|
|
@@ -1208,7 +1222,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1208
1222
|
error: undefined;
|
|
1209
1223
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1210
1224
|
org: string;
|
|
1211
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1225
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1212
1226
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1213
1227
|
isUninitialized: false;
|
|
1214
1228
|
isLoading: false;
|
|
@@ -1221,7 +1235,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1221
1235
|
error: undefined;
|
|
1222
1236
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1223
1237
|
org: string;
|
|
1224
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1238
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1225
1239
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1226
1240
|
isUninitialized: false;
|
|
1227
1241
|
isLoading: false;
|
|
@@ -1232,7 +1246,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1232
1246
|
isError: true;
|
|
1233
1247
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1234
1248
|
org: string;
|
|
1235
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1249
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1236
1250
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1237
1251
|
isUninitialized: false;
|
|
1238
1252
|
isLoading: false;
|
|
@@ -1245,7 +1259,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1245
1259
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
1246
1260
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1247
1261
|
org: string;
|
|
1248
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>>;
|
|
1262
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>>;
|
|
1249
1263
|
}, useLazySeedMentorsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1250
1264
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1251
1265
|
originalArgs?: undefined | undefined;
|
|
@@ -1266,7 +1280,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1266
1280
|
isUninitialized: true;
|
|
1267
1281
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1268
1282
|
org: string;
|
|
1269
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1283
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1270
1284
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1271
1285
|
isUninitialized: false;
|
|
1272
1286
|
isLoading: false;
|
|
@@ -1283,7 +1297,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1283
1297
|
error: undefined;
|
|
1284
1298
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1285
1299
|
org: string;
|
|
1286
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1300
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1287
1301
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1288
1302
|
isUninitialized: false;
|
|
1289
1303
|
isLoading: false;
|
|
@@ -1296,7 +1310,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1296
1310
|
error: undefined;
|
|
1297
1311
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1298
1312
|
org: string;
|
|
1299
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1313
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1300
1314
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1301
1315
|
isUninitialized: false;
|
|
1302
1316
|
isLoading: false;
|
|
@@ -1307,7 +1321,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1307
1321
|
isError: true;
|
|
1308
1322
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1309
1323
|
org: string;
|
|
1310
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1324
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1311
1325
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1312
1326
|
isUninitialized: false;
|
|
1313
1327
|
isLoading: false;
|
|
@@ -1338,7 +1352,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1338
1352
|
isUninitialized: true;
|
|
1339
1353
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1340
1354
|
org: string;
|
|
1341
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1355
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1342
1356
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1343
1357
|
isUninitialized: false;
|
|
1344
1358
|
isLoading: false;
|
|
@@ -1355,7 +1369,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1355
1369
|
error: undefined;
|
|
1356
1370
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1357
1371
|
org: string;
|
|
1358
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1372
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1359
1373
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1360
1374
|
isUninitialized: false;
|
|
1361
1375
|
isLoading: false;
|
|
@@ -1368,7 +1382,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1368
1382
|
error: undefined;
|
|
1369
1383
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1370
1384
|
org: string;
|
|
1371
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1385
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1372
1386
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1373
1387
|
isUninitialized: false;
|
|
1374
1388
|
isLoading: false;
|
|
@@ -1379,7 +1393,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1379
1393
|
isError: true;
|
|
1380
1394
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1381
1395
|
org: string;
|
|
1382
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1396
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>> & {
|
|
1383
1397
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView | undefined;
|
|
1384
1398
|
isUninitialized: false;
|
|
1385
1399
|
isLoading: false;
|
|
@@ -1393,7 +1407,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1393
1407
|
org: string;
|
|
1394
1408
|
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1395
1409
|
org: string;
|
|
1396
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
1410
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").SeedMentorsView, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
1397
1411
|
reset: () => void;
|
|
1398
1412
|
}, {
|
|
1399
1413
|
lastArg: {
|
|
@@ -1420,7 +1434,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1420
1434
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1421
1435
|
mentor: string;
|
|
1422
1436
|
org: string;
|
|
1423
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1437
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1424
1438
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1425
1439
|
isUninitialized: false;
|
|
1426
1440
|
isLoading: false;
|
|
@@ -1438,7 +1452,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1438
1452
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1439
1453
|
mentor: string;
|
|
1440
1454
|
org: string;
|
|
1441
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1455
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1442
1456
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1443
1457
|
isUninitialized: false;
|
|
1444
1458
|
isLoading: false;
|
|
@@ -1452,7 +1466,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1452
1466
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1453
1467
|
mentor: string;
|
|
1454
1468
|
org: string;
|
|
1455
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1469
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1456
1470
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1457
1471
|
isUninitialized: false;
|
|
1458
1472
|
isLoading: false;
|
|
@@ -1464,7 +1478,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1464
1478
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1465
1479
|
mentor: string;
|
|
1466
1480
|
org: string;
|
|
1467
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1481
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1468
1482
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1469
1483
|
isUninitialized: false;
|
|
1470
1484
|
isLoading: false;
|
|
@@ -1502,7 +1516,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1502
1516
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1503
1517
|
mentor: string;
|
|
1504
1518
|
org: string;
|
|
1505
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1519
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1506
1520
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1507
1521
|
isUninitialized: false;
|
|
1508
1522
|
isLoading: false;
|
|
@@ -1520,7 +1534,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1520
1534
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1521
1535
|
mentor: string;
|
|
1522
1536
|
org: string;
|
|
1523
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1537
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1524
1538
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1525
1539
|
isUninitialized: false;
|
|
1526
1540
|
isLoading: false;
|
|
@@ -1534,7 +1548,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1534
1548
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1535
1549
|
mentor: string;
|
|
1536
1550
|
org: string;
|
|
1537
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1551
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1538
1552
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1539
1553
|
isUninitialized: false;
|
|
1540
1554
|
isLoading: false;
|
|
@@ -1546,7 +1560,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1546
1560
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1547
1561
|
mentor: string;
|
|
1548
1562
|
org: string;
|
|
1549
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1563
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1550
1564
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1551
1565
|
isUninitialized: false;
|
|
1552
1566
|
isLoading: false;
|
|
@@ -1560,7 +1574,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1560
1574
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1561
1575
|
mentor: string;
|
|
1562
1576
|
org: string;
|
|
1563
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>>;
|
|
1577
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>>;
|
|
1564
1578
|
}, useLazyGetMentorDetailsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1565
1579
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1566
1580
|
originalArgs?: undefined | undefined;
|
|
@@ -1582,7 +1596,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1582
1596
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1583
1597
|
mentor: string;
|
|
1584
1598
|
org: string;
|
|
1585
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1599
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1586
1600
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1587
1601
|
isUninitialized: false;
|
|
1588
1602
|
isLoading: false;
|
|
@@ -1600,7 +1614,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1600
1614
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1601
1615
|
mentor: string;
|
|
1602
1616
|
org: string;
|
|
1603
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1617
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1604
1618
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1605
1619
|
isUninitialized: false;
|
|
1606
1620
|
isLoading: false;
|
|
@@ -1614,7 +1628,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1614
1628
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1615
1629
|
mentor: string;
|
|
1616
1630
|
org: string;
|
|
1617
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1631
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1618
1632
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1619
1633
|
isUninitialized: false;
|
|
1620
1634
|
isLoading: false;
|
|
@@ -1626,7 +1640,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1626
1640
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1627
1641
|
mentor: string;
|
|
1628
1642
|
org: string;
|
|
1629
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1643
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1630
1644
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1631
1645
|
isUninitialized: false;
|
|
1632
1646
|
isLoading: false;
|
|
@@ -1658,7 +1672,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1658
1672
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1659
1673
|
mentor: string;
|
|
1660
1674
|
org: string;
|
|
1661
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1675
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1662
1676
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1663
1677
|
isUninitialized: false;
|
|
1664
1678
|
isLoading: false;
|
|
@@ -1676,7 +1690,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1676
1690
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1677
1691
|
mentor: string;
|
|
1678
1692
|
org: string;
|
|
1679
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1693
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1680
1694
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1681
1695
|
isUninitialized: false;
|
|
1682
1696
|
isLoading: false;
|
|
@@ -1690,7 +1704,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1690
1704
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1691
1705
|
mentor: string;
|
|
1692
1706
|
org: string;
|
|
1693
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1707
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1694
1708
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1695
1709
|
isUninitialized: false;
|
|
1696
1710
|
isLoading: false;
|
|
@@ -1702,7 +1716,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1702
1716
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1703
1717
|
mentor: string;
|
|
1704
1718
|
org: string;
|
|
1705
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1719
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>> & {
|
|
1706
1720
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").Mentor | undefined;
|
|
1707
1721
|
isUninitialized: false;
|
|
1708
1722
|
isLoading: false;
|
|
@@ -1718,7 +1732,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1718
1732
|
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1719
1733
|
mentor: string;
|
|
1720
1734
|
org: string;
|
|
1721
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
1735
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
1722
1736
|
reset: () => void;
|
|
1723
1737
|
}, {
|
|
1724
1738
|
lastArg: {
|
|
@@ -1747,7 +1761,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1747
1761
|
mentor: string;
|
|
1748
1762
|
org: string;
|
|
1749
1763
|
departmentId?: number;
|
|
1750
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1764
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1751
1765
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1752
1766
|
isUninitialized: false;
|
|
1753
1767
|
isLoading: false;
|
|
@@ -1766,7 +1780,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1766
1780
|
mentor: string;
|
|
1767
1781
|
org: string;
|
|
1768
1782
|
departmentId?: number;
|
|
1769
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1783
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1770
1784
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1771
1785
|
isUninitialized: false;
|
|
1772
1786
|
isLoading: false;
|
|
@@ -1781,7 +1795,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1781
1795
|
mentor: string;
|
|
1782
1796
|
org: string;
|
|
1783
1797
|
departmentId?: number;
|
|
1784
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1798
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1785
1799
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1786
1800
|
isUninitialized: false;
|
|
1787
1801
|
isLoading: false;
|
|
@@ -1794,7 +1808,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1794
1808
|
mentor: string;
|
|
1795
1809
|
org: string;
|
|
1796
1810
|
departmentId?: number;
|
|
1797
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1811
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1798
1812
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1799
1813
|
isUninitialized: false;
|
|
1800
1814
|
isLoading: false;
|
|
@@ -1834,7 +1848,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1834
1848
|
mentor: string;
|
|
1835
1849
|
org: string;
|
|
1836
1850
|
departmentId?: number;
|
|
1837
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1851
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1838
1852
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1839
1853
|
isUninitialized: false;
|
|
1840
1854
|
isLoading: false;
|
|
@@ -1853,7 +1867,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1853
1867
|
mentor: string;
|
|
1854
1868
|
org: string;
|
|
1855
1869
|
departmentId?: number;
|
|
1856
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1870
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1857
1871
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1858
1872
|
isUninitialized: false;
|
|
1859
1873
|
isLoading: false;
|
|
@@ -1868,7 +1882,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1868
1882
|
mentor: string;
|
|
1869
1883
|
org: string;
|
|
1870
1884
|
departmentId?: number;
|
|
1871
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1885
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1872
1886
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1873
1887
|
isUninitialized: false;
|
|
1874
1888
|
isLoading: false;
|
|
@@ -1881,7 +1895,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1881
1895
|
mentor: string;
|
|
1882
1896
|
org: string;
|
|
1883
1897
|
departmentId?: number;
|
|
1884
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1898
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1885
1899
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1886
1900
|
isUninitialized: false;
|
|
1887
1901
|
isLoading: false;
|
|
@@ -1896,7 +1910,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1896
1910
|
mentor: string;
|
|
1897
1911
|
org: string;
|
|
1898
1912
|
departmentId?: number;
|
|
1899
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>>;
|
|
1913
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>>;
|
|
1900
1914
|
}, useLazyGetMentorSettingsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1901
1915
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1902
1916
|
originalArgs?: undefined | undefined;
|
|
@@ -1919,7 +1933,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1919
1933
|
mentor: string;
|
|
1920
1934
|
org: string;
|
|
1921
1935
|
departmentId?: number;
|
|
1922
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1936
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1923
1937
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1924
1938
|
isUninitialized: false;
|
|
1925
1939
|
isLoading: false;
|
|
@@ -1938,7 +1952,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1938
1952
|
mentor: string;
|
|
1939
1953
|
org: string;
|
|
1940
1954
|
departmentId?: number;
|
|
1941
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1955
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1942
1956
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1943
1957
|
isUninitialized: false;
|
|
1944
1958
|
isLoading: false;
|
|
@@ -1953,7 +1967,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1953
1967
|
mentor: string;
|
|
1954
1968
|
org: string;
|
|
1955
1969
|
departmentId?: number;
|
|
1956
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1970
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1957
1971
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1958
1972
|
isUninitialized: false;
|
|
1959
1973
|
isLoading: false;
|
|
@@ -1966,7 +1980,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1966
1980
|
mentor: string;
|
|
1967
1981
|
org: string;
|
|
1968
1982
|
departmentId?: number;
|
|
1969
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1983
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
1970
1984
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
1971
1985
|
isUninitialized: false;
|
|
1972
1986
|
isLoading: false;
|
|
@@ -1999,7 +2013,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
1999
2013
|
mentor: string;
|
|
2000
2014
|
org: string;
|
|
2001
2015
|
departmentId?: number;
|
|
2002
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2016
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2003
2017
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2004
2018
|
isUninitialized: false;
|
|
2005
2019
|
isLoading: false;
|
|
@@ -2018,7 +2032,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2018
2032
|
mentor: string;
|
|
2019
2033
|
org: string;
|
|
2020
2034
|
departmentId?: number;
|
|
2021
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2035
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2022
2036
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2023
2037
|
isUninitialized: false;
|
|
2024
2038
|
isLoading: false;
|
|
@@ -2033,7 +2047,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2033
2047
|
mentor: string;
|
|
2034
2048
|
org: string;
|
|
2035
2049
|
departmentId?: number;
|
|
2036
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2050
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2037
2051
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2038
2052
|
isUninitialized: false;
|
|
2039
2053
|
isLoading: false;
|
|
@@ -2046,7 +2060,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2046
2060
|
mentor: string;
|
|
2047
2061
|
org: string;
|
|
2048
2062
|
departmentId?: number;
|
|
2049
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2063
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2050
2064
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2051
2065
|
isUninitialized: false;
|
|
2052
2066
|
isLoading: false;
|
|
@@ -2064,7 +2078,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2064
2078
|
mentor: string;
|
|
2065
2079
|
org: string;
|
|
2066
2080
|
departmentId?: number;
|
|
2067
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
2081
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
2068
2082
|
reset: () => void;
|
|
2069
2083
|
}, {
|
|
2070
2084
|
lastArg: {
|
|
@@ -2093,7 +2107,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2093
2107
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2094
2108
|
mentor: string;
|
|
2095
2109
|
org: string;
|
|
2096
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2110
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2097
2111
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2098
2112
|
isUninitialized: false;
|
|
2099
2113
|
isLoading: false;
|
|
@@ -2111,7 +2125,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2111
2125
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2112
2126
|
mentor: string;
|
|
2113
2127
|
org: string;
|
|
2114
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2128
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2115
2129
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2116
2130
|
isUninitialized: false;
|
|
2117
2131
|
isLoading: false;
|
|
@@ -2125,7 +2139,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2125
2139
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2126
2140
|
mentor: string;
|
|
2127
2141
|
org: string;
|
|
2128
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2142
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2129
2143
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2130
2144
|
isUninitialized: false;
|
|
2131
2145
|
isLoading: false;
|
|
@@ -2137,7 +2151,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2137
2151
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2138
2152
|
mentor: string;
|
|
2139
2153
|
org: string;
|
|
2140
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2154
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2141
2155
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2142
2156
|
isUninitialized: false;
|
|
2143
2157
|
isLoading: false;
|
|
@@ -2175,7 +2189,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2175
2189
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2176
2190
|
mentor: string;
|
|
2177
2191
|
org: string;
|
|
2178
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2192
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2179
2193
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2180
2194
|
isUninitialized: false;
|
|
2181
2195
|
isLoading: false;
|
|
@@ -2193,7 +2207,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2193
2207
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2194
2208
|
mentor: string;
|
|
2195
2209
|
org: string;
|
|
2196
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2210
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2197
2211
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2198
2212
|
isUninitialized: false;
|
|
2199
2213
|
isLoading: false;
|
|
@@ -2207,7 +2221,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2207
2221
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2208
2222
|
mentor: string;
|
|
2209
2223
|
org: string;
|
|
2210
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2224
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2211
2225
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2212
2226
|
isUninitialized: false;
|
|
2213
2227
|
isLoading: false;
|
|
@@ -2219,7 +2233,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2219
2233
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2220
2234
|
mentor: string;
|
|
2221
2235
|
org: string;
|
|
2222
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2236
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2223
2237
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2224
2238
|
isUninitialized: false;
|
|
2225
2239
|
isLoading: false;
|
|
@@ -2233,7 +2247,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2233
2247
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2234
2248
|
mentor: string;
|
|
2235
2249
|
org: string;
|
|
2236
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>>;
|
|
2250
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>>;
|
|
2237
2251
|
}, useLazyGetMentorPublicSettingsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
2238
2252
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2239
2253
|
originalArgs?: undefined | undefined;
|
|
@@ -2255,7 +2269,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2255
2269
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2256
2270
|
mentor: string;
|
|
2257
2271
|
org: string;
|
|
2258
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2272
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2259
2273
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2260
2274
|
isUninitialized: false;
|
|
2261
2275
|
isLoading: false;
|
|
@@ -2273,7 +2287,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2273
2287
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2274
2288
|
mentor: string;
|
|
2275
2289
|
org: string;
|
|
2276
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2290
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2277
2291
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2278
2292
|
isUninitialized: false;
|
|
2279
2293
|
isLoading: false;
|
|
@@ -2287,7 +2301,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2287
2301
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2288
2302
|
mentor: string;
|
|
2289
2303
|
org: string;
|
|
2290
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2304
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2291
2305
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2292
2306
|
isUninitialized: false;
|
|
2293
2307
|
isLoading: false;
|
|
@@ -2299,7 +2313,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2299
2313
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2300
2314
|
mentor: string;
|
|
2301
2315
|
org: string;
|
|
2302
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2316
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2303
2317
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2304
2318
|
isUninitialized: false;
|
|
2305
2319
|
isLoading: false;
|
|
@@ -2331,7 +2345,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2331
2345
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2332
2346
|
mentor: string;
|
|
2333
2347
|
org: string;
|
|
2334
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2348
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2335
2349
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2336
2350
|
isUninitialized: false;
|
|
2337
2351
|
isLoading: false;
|
|
@@ -2349,7 +2363,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2349
2363
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2350
2364
|
mentor: string;
|
|
2351
2365
|
org: string;
|
|
2352
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2366
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2353
2367
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2354
2368
|
isUninitialized: false;
|
|
2355
2369
|
isLoading: false;
|
|
@@ -2363,7 +2377,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2363
2377
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2364
2378
|
mentor: string;
|
|
2365
2379
|
org: string;
|
|
2366
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2380
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2367
2381
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2368
2382
|
isUninitialized: false;
|
|
2369
2383
|
isLoading: false;
|
|
@@ -2375,7 +2389,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2375
2389
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2376
2390
|
mentor: string;
|
|
2377
2391
|
org: string;
|
|
2378
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2392
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>> & {
|
|
2379
2393
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic | undefined;
|
|
2380
2394
|
isUninitialized: false;
|
|
2381
2395
|
isLoading: false;
|
|
@@ -2391,7 +2405,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2391
2405
|
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2392
2406
|
mentor: string;
|
|
2393
2407
|
org: string;
|
|
2394
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
2408
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsPublic, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
2395
2409
|
reset: () => void;
|
|
2396
2410
|
}, {
|
|
2397
2411
|
lastArg: {
|
|
@@ -2565,7 +2579,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2565
2579
|
org: string;
|
|
2566
2580
|
departmentId?: number;
|
|
2567
2581
|
formData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSettingsRequest;
|
|
2568
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSettings, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
2582
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSettings, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
2569
2583
|
originalArgs?: {
|
|
2570
2584
|
mentor: string;
|
|
2571
2585
|
org: string;
|
|
@@ -2593,7 +2607,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2593
2607
|
isUninitialized: true;
|
|
2594
2608
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2595
2609
|
org: string;
|
|
2596
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2610
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2597
2611
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2598
2612
|
isUninitialized: false;
|
|
2599
2613
|
isLoading: false;
|
|
@@ -2610,7 +2624,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2610
2624
|
error: undefined;
|
|
2611
2625
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2612
2626
|
org: string;
|
|
2613
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2627
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2614
2628
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2615
2629
|
isUninitialized: false;
|
|
2616
2630
|
isLoading: false;
|
|
@@ -2623,7 +2637,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2623
2637
|
error: undefined;
|
|
2624
2638
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2625
2639
|
org: string;
|
|
2626
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2640
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2627
2641
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2628
2642
|
isUninitialized: false;
|
|
2629
2643
|
isLoading: false;
|
|
@@ -2634,7 +2648,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2634
2648
|
isError: true;
|
|
2635
2649
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2636
2650
|
org: string;
|
|
2637
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2651
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2638
2652
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2639
2653
|
isUninitialized: false;
|
|
2640
2654
|
isLoading: false;
|
|
@@ -2670,7 +2684,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2670
2684
|
isUninitialized: true;
|
|
2671
2685
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2672
2686
|
org: string;
|
|
2673
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2687
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2674
2688
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2675
2689
|
isUninitialized: false;
|
|
2676
2690
|
isLoading: false;
|
|
@@ -2687,7 +2701,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2687
2701
|
error: undefined;
|
|
2688
2702
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2689
2703
|
org: string;
|
|
2690
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2704
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2691
2705
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2692
2706
|
isUninitialized: false;
|
|
2693
2707
|
isLoading: false;
|
|
@@ -2700,7 +2714,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2700
2714
|
error: undefined;
|
|
2701
2715
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2702
2716
|
org: string;
|
|
2703
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2717
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2704
2718
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2705
2719
|
isUninitialized: false;
|
|
2706
2720
|
isLoading: false;
|
|
@@ -2711,7 +2725,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2711
2725
|
isError: true;
|
|
2712
2726
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2713
2727
|
org: string;
|
|
2714
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2728
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2715
2729
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2716
2730
|
isUninitialized: false;
|
|
2717
2731
|
isLoading: false;
|
|
@@ -2724,7 +2738,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2724
2738
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2725
2739
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2726
2740
|
org: string;
|
|
2727
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>>;
|
|
2741
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>>;
|
|
2728
2742
|
}, useLazyGetFreeUsageCountQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
2729
2743
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2730
2744
|
originalArgs?: undefined | undefined;
|
|
@@ -2745,7 +2759,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2745
2759
|
isUninitialized: true;
|
|
2746
2760
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2747
2761
|
org: string;
|
|
2748
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2762
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2749
2763
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2750
2764
|
isUninitialized: false;
|
|
2751
2765
|
isLoading: false;
|
|
@@ -2762,7 +2776,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2762
2776
|
error: undefined;
|
|
2763
2777
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2764
2778
|
org: string;
|
|
2765
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2779
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2766
2780
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2767
2781
|
isUninitialized: false;
|
|
2768
2782
|
isLoading: false;
|
|
@@ -2775,7 +2789,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2775
2789
|
error: undefined;
|
|
2776
2790
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2777
2791
|
org: string;
|
|
2778
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2792
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2779
2793
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2780
2794
|
isUninitialized: false;
|
|
2781
2795
|
isLoading: false;
|
|
@@ -2786,7 +2800,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2786
2800
|
isError: true;
|
|
2787
2801
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2788
2802
|
org: string;
|
|
2789
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2803
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2790
2804
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2791
2805
|
isUninitialized: false;
|
|
2792
2806
|
isLoading: false;
|
|
@@ -2817,7 +2831,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2817
2831
|
isUninitialized: true;
|
|
2818
2832
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2819
2833
|
org: string;
|
|
2820
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2834
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2821
2835
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2822
2836
|
isUninitialized: false;
|
|
2823
2837
|
isLoading: false;
|
|
@@ -2834,7 +2848,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2834
2848
|
error: undefined;
|
|
2835
2849
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2836
2850
|
org: string;
|
|
2837
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2851
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2838
2852
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2839
2853
|
isUninitialized: false;
|
|
2840
2854
|
isLoading: false;
|
|
@@ -2847,7 +2861,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2847
2861
|
error: undefined;
|
|
2848
2862
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2849
2863
|
org: string;
|
|
2850
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2864
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2851
2865
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2852
2866
|
isUninitialized: false;
|
|
2853
2867
|
isLoading: false;
|
|
@@ -2858,7 +2872,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2858
2872
|
isError: true;
|
|
2859
2873
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2860
2874
|
org: string;
|
|
2861
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2875
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>> & {
|
|
2862
2876
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount | undefined;
|
|
2863
2877
|
isUninitialized: false;
|
|
2864
2878
|
isLoading: false;
|
|
@@ -2872,7 +2886,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
2872
2886
|
org: string;
|
|
2873
2887
|
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
2874
2888
|
org: string;
|
|
2875
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
2889
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").FreeUsageCount, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
2876
2890
|
reset: () => void;
|
|
2877
2891
|
}, {
|
|
2878
2892
|
lastArg: {
|
|
@@ -3043,7 +3057,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3043
3057
|
mentor: string;
|
|
3044
3058
|
org: string;
|
|
3045
3059
|
requestBody?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink;
|
|
3046
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
3060
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
3047
3061
|
originalArgs?: {
|
|
3048
3062
|
mentor: string;
|
|
3049
3063
|
org: string;
|
|
@@ -3071,7 +3085,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3071
3085
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3072
3086
|
mentor: string;
|
|
3073
3087
|
org: string;
|
|
3074
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3088
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3075
3089
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3076
3090
|
isUninitialized: false;
|
|
3077
3091
|
isLoading: false;
|
|
@@ -3089,7 +3103,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3089
3103
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3090
3104
|
mentor: string;
|
|
3091
3105
|
org: string;
|
|
3092
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3106
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3093
3107
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3094
3108
|
isUninitialized: false;
|
|
3095
3109
|
isLoading: false;
|
|
@@ -3103,7 +3117,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3103
3117
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3104
3118
|
mentor: string;
|
|
3105
3119
|
org: string;
|
|
3106
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3120
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3107
3121
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3108
3122
|
isUninitialized: false;
|
|
3109
3123
|
isLoading: false;
|
|
@@ -3115,7 +3129,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3115
3129
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3116
3130
|
mentor: string;
|
|
3117
3131
|
org: string;
|
|
3118
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3132
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3119
3133
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3120
3134
|
isUninitialized: false;
|
|
3121
3135
|
isLoading: false;
|
|
@@ -3153,7 +3167,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3153
3167
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3154
3168
|
mentor: string;
|
|
3155
3169
|
org: string;
|
|
3156
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3170
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3157
3171
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3158
3172
|
isUninitialized: false;
|
|
3159
3173
|
isLoading: false;
|
|
@@ -3171,7 +3185,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3171
3185
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3172
3186
|
mentor: string;
|
|
3173
3187
|
org: string;
|
|
3174
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3188
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3175
3189
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3176
3190
|
isUninitialized: false;
|
|
3177
3191
|
isLoading: false;
|
|
@@ -3185,7 +3199,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3185
3199
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3186
3200
|
mentor: string;
|
|
3187
3201
|
org: string;
|
|
3188
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3202
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3189
3203
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3190
3204
|
isUninitialized: false;
|
|
3191
3205
|
isLoading: false;
|
|
@@ -3197,7 +3211,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3197
3211
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3198
3212
|
mentor: string;
|
|
3199
3213
|
org: string;
|
|
3200
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3214
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3201
3215
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3202
3216
|
isUninitialized: false;
|
|
3203
3217
|
isLoading: false;
|
|
@@ -3211,7 +3225,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3211
3225
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3212
3226
|
mentor: string;
|
|
3213
3227
|
org: string;
|
|
3214
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>;
|
|
3228
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>;
|
|
3215
3229
|
}, useLazyGetShareableLinkQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
3216
3230
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
3217
3231
|
originalArgs?: undefined | undefined;
|
|
@@ -3233,7 +3247,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3233
3247
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3234
3248
|
mentor: string;
|
|
3235
3249
|
org: string;
|
|
3236
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3250
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3237
3251
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3238
3252
|
isUninitialized: false;
|
|
3239
3253
|
isLoading: false;
|
|
@@ -3251,7 +3265,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3251
3265
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3252
3266
|
mentor: string;
|
|
3253
3267
|
org: string;
|
|
3254
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3268
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3255
3269
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3256
3270
|
isUninitialized: false;
|
|
3257
3271
|
isLoading: false;
|
|
@@ -3265,7 +3279,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3265
3279
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3266
3280
|
mentor: string;
|
|
3267
3281
|
org: string;
|
|
3268
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3282
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3269
3283
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3270
3284
|
isUninitialized: false;
|
|
3271
3285
|
isLoading: false;
|
|
@@ -3277,7 +3291,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3277
3291
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3278
3292
|
mentor: string;
|
|
3279
3293
|
org: string;
|
|
3280
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3294
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3281
3295
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3282
3296
|
isUninitialized: false;
|
|
3283
3297
|
isLoading: false;
|
|
@@ -3309,7 +3323,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3309
3323
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3310
3324
|
mentor: string;
|
|
3311
3325
|
org: string;
|
|
3312
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3326
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3313
3327
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3314
3328
|
isUninitialized: false;
|
|
3315
3329
|
isLoading: false;
|
|
@@ -3327,7 +3341,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3327
3341
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3328
3342
|
mentor: string;
|
|
3329
3343
|
org: string;
|
|
3330
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3344
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3331
3345
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3332
3346
|
isUninitialized: false;
|
|
3333
3347
|
isLoading: false;
|
|
@@ -3341,7 +3355,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3341
3355
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3342
3356
|
mentor: string;
|
|
3343
3357
|
org: string;
|
|
3344
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3358
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3345
3359
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3346
3360
|
isUninitialized: false;
|
|
3347
3361
|
isLoading: false;
|
|
@@ -3353,7 +3367,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3353
3367
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3354
3368
|
mentor: string;
|
|
3355
3369
|
org: string;
|
|
3356
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3370
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3357
3371
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3358
3372
|
isUninitialized: false;
|
|
3359
3373
|
isLoading: false;
|
|
@@ -3369,7 +3383,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3369
3383
|
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3370
3384
|
mentor: string;
|
|
3371
3385
|
org: string;
|
|
3372
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
3386
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
3373
3387
|
reset: () => void;
|
|
3374
3388
|
}, {
|
|
3375
3389
|
lastArg: {
|
|
@@ -3397,7 +3411,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3397
3411
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3398
3412
|
mentor: string;
|
|
3399
3413
|
org: string;
|
|
3400
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3414
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3401
3415
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3402
3416
|
isUninitialized: false;
|
|
3403
3417
|
isLoading: false;
|
|
@@ -3415,7 +3429,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3415
3429
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3416
3430
|
mentor: string;
|
|
3417
3431
|
org: string;
|
|
3418
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3432
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3419
3433
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3420
3434
|
isUninitialized: false;
|
|
3421
3435
|
isLoading: false;
|
|
@@ -3429,7 +3443,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3429
3443
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3430
3444
|
mentor: string;
|
|
3431
3445
|
org: string;
|
|
3432
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3446
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3433
3447
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3434
3448
|
isUninitialized: false;
|
|
3435
3449
|
isLoading: false;
|
|
@@ -3441,7 +3455,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3441
3455
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3442
3456
|
mentor: string;
|
|
3443
3457
|
org: string;
|
|
3444
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3458
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3445
3459
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3446
3460
|
isUninitialized: false;
|
|
3447
3461
|
isLoading: false;
|
|
@@ -3479,7 +3493,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3479
3493
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3480
3494
|
mentor: string;
|
|
3481
3495
|
org: string;
|
|
3482
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3496
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3483
3497
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3484
3498
|
isUninitialized: false;
|
|
3485
3499
|
isLoading: false;
|
|
@@ -3497,7 +3511,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3497
3511
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3498
3512
|
mentor: string;
|
|
3499
3513
|
org: string;
|
|
3500
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3514
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3501
3515
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3502
3516
|
isUninitialized: false;
|
|
3503
3517
|
isLoading: false;
|
|
@@ -3511,7 +3525,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3511
3525
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3512
3526
|
mentor: string;
|
|
3513
3527
|
org: string;
|
|
3514
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3528
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3515
3529
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3516
3530
|
isUninitialized: false;
|
|
3517
3531
|
isLoading: false;
|
|
@@ -3523,7 +3537,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3523
3537
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3524
3538
|
mentor: string;
|
|
3525
3539
|
org: string;
|
|
3526
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3540
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3527
3541
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3528
3542
|
isUninitialized: false;
|
|
3529
3543
|
isLoading: false;
|
|
@@ -3537,7 +3551,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3537
3551
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3538
3552
|
mentor: string;
|
|
3539
3553
|
org: string;
|
|
3540
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>;
|
|
3554
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>;
|
|
3541
3555
|
}, useLazyGetShareableLinkPublicQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
3542
3556
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
3543
3557
|
originalArgs?: undefined | undefined;
|
|
@@ -3559,7 +3573,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3559
3573
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3560
3574
|
mentor: string;
|
|
3561
3575
|
org: string;
|
|
3562
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3576
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3563
3577
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3564
3578
|
isUninitialized: false;
|
|
3565
3579
|
isLoading: false;
|
|
@@ -3577,7 +3591,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3577
3591
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3578
3592
|
mentor: string;
|
|
3579
3593
|
org: string;
|
|
3580
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3594
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3581
3595
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3582
3596
|
isUninitialized: false;
|
|
3583
3597
|
isLoading: false;
|
|
@@ -3591,7 +3605,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3591
3605
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3592
3606
|
mentor: string;
|
|
3593
3607
|
org: string;
|
|
3594
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3608
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3595
3609
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3596
3610
|
isUninitialized: false;
|
|
3597
3611
|
isLoading: false;
|
|
@@ -3603,7 +3617,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3603
3617
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3604
3618
|
mentor: string;
|
|
3605
3619
|
org: string;
|
|
3606
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3620
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3607
3621
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3608
3622
|
isUninitialized: false;
|
|
3609
3623
|
isLoading: false;
|
|
@@ -3635,7 +3649,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3635
3649
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3636
3650
|
mentor: string;
|
|
3637
3651
|
org: string;
|
|
3638
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3652
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3639
3653
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3640
3654
|
isUninitialized: false;
|
|
3641
3655
|
isLoading: false;
|
|
@@ -3653,7 +3667,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3653
3667
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3654
3668
|
mentor: string;
|
|
3655
3669
|
org: string;
|
|
3656
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3670
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3657
3671
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3658
3672
|
isUninitialized: false;
|
|
3659
3673
|
isLoading: false;
|
|
@@ -3667,7 +3681,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3667
3681
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3668
3682
|
mentor: string;
|
|
3669
3683
|
org: string;
|
|
3670
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3684
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3671
3685
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3672
3686
|
isUninitialized: false;
|
|
3673
3687
|
isLoading: false;
|
|
@@ -3679,7 +3693,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3679
3693
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3680
3694
|
mentor: string;
|
|
3681
3695
|
org: string;
|
|
3682
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3696
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>> & {
|
|
3683
3697
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink | undefined;
|
|
3684
3698
|
isUninitialized: false;
|
|
3685
3699
|
isLoading: false;
|
|
@@ -3695,7 +3709,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3695
3709
|
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3696
3710
|
mentor: string;
|
|
3697
3711
|
org: string;
|
|
3698
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
3712
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
3699
3713
|
reset: () => void;
|
|
3700
3714
|
}, {
|
|
3701
3715
|
lastArg: {
|
|
@@ -3865,7 +3879,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
3865
3879
|
}) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<{
|
|
3866
3880
|
mentor: string;
|
|
3867
3881
|
org: string;
|
|
3868
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", void, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
3882
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", void, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
3869
3883
|
originalArgs?: {
|
|
3870
3884
|
mentor: string;
|
|
3871
3885
|
org: string;
|
|
@@ -4036,7 +4050,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4036
4050
|
mentor: string;
|
|
4037
4051
|
org: string;
|
|
4038
4052
|
requestBody?: import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink;
|
|
4039
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
4053
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").ShareableMentorLink, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
4040
4054
|
originalArgs?: {
|
|
4041
4055
|
mentor: string;
|
|
4042
4056
|
org: string;
|
|
@@ -4218,7 +4232,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4218
4232
|
metadataValue?: string;
|
|
4219
4233
|
returnSessionInformation?: boolean;
|
|
4220
4234
|
visibility?: string;
|
|
4221
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", void, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
4235
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", void, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
4222
4236
|
originalArgs?: {
|
|
4223
4237
|
name: string;
|
|
4224
4238
|
org: string;
|
|
@@ -4395,7 +4409,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4395
4409
|
mentor: string;
|
|
4396
4410
|
org: string;
|
|
4397
4411
|
requestBody: import("node_modules/@iblai/iblai-api/dist/types").MentorFork;
|
|
4398
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
4412
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").Mentor, "mentorApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
|
|
4399
4413
|
originalArgs?: {
|
|
4400
4414
|
mentor: string;
|
|
4401
4415
|
org: string;
|
|
@@ -4436,7 +4450,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4436
4450
|
tags?: Array<string>;
|
|
4437
4451
|
tenant?: string;
|
|
4438
4452
|
uniqueId?: string;
|
|
4439
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4453
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4440
4454
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4441
4455
|
isUninitialized: false;
|
|
4442
4456
|
isLoading: false;
|
|
@@ -4467,7 +4481,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4467
4481
|
tags?: Array<string>;
|
|
4468
4482
|
tenant?: string;
|
|
4469
4483
|
uniqueId?: string;
|
|
4470
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4484
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4471
4485
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4472
4486
|
isUninitialized: false;
|
|
4473
4487
|
isLoading: false;
|
|
@@ -4494,7 +4508,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4494
4508
|
tags?: Array<string>;
|
|
4495
4509
|
tenant?: string;
|
|
4496
4510
|
uniqueId?: string;
|
|
4497
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4511
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4498
4512
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4499
4513
|
isUninitialized: false;
|
|
4500
4514
|
isLoading: false;
|
|
@@ -4519,7 +4533,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4519
4533
|
tags?: Array<string>;
|
|
4520
4534
|
tenant?: string;
|
|
4521
4535
|
uniqueId?: string;
|
|
4522
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4536
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4523
4537
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4524
4538
|
isUninitialized: false;
|
|
4525
4539
|
isLoading: false;
|
|
@@ -4583,7 +4597,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4583
4597
|
tags?: Array<string>;
|
|
4584
4598
|
tenant?: string;
|
|
4585
4599
|
uniqueId?: string;
|
|
4586
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4600
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4587
4601
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4588
4602
|
isUninitialized: false;
|
|
4589
4603
|
isLoading: false;
|
|
@@ -4614,7 +4628,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4614
4628
|
tags?: Array<string>;
|
|
4615
4629
|
tenant?: string;
|
|
4616
4630
|
uniqueId?: string;
|
|
4617
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4631
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4618
4632
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4619
4633
|
isUninitialized: false;
|
|
4620
4634
|
isLoading: false;
|
|
@@ -4641,7 +4655,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4641
4655
|
tags?: Array<string>;
|
|
4642
4656
|
tenant?: string;
|
|
4643
4657
|
uniqueId?: string;
|
|
4644
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4658
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4645
4659
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4646
4660
|
isUninitialized: false;
|
|
4647
4661
|
isLoading: false;
|
|
@@ -4666,7 +4680,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4666
4680
|
tags?: Array<string>;
|
|
4667
4681
|
tenant?: string;
|
|
4668
4682
|
uniqueId?: string;
|
|
4669
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4683
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4670
4684
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4671
4685
|
isUninitialized: false;
|
|
4672
4686
|
isLoading: false;
|
|
@@ -4693,7 +4707,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4693
4707
|
tags?: Array<string>;
|
|
4694
4708
|
tenant?: string;
|
|
4695
4709
|
uniqueId?: string;
|
|
4696
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>>;
|
|
4710
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>>;
|
|
4697
4711
|
}, useLazyGetPublicMentorsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
4698
4712
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
4699
4713
|
originalArgs?: undefined | undefined;
|
|
@@ -4728,7 +4742,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4728
4742
|
tags?: Array<string>;
|
|
4729
4743
|
tenant?: string;
|
|
4730
4744
|
uniqueId?: string;
|
|
4731
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4745
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4732
4746
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4733
4747
|
isUninitialized: false;
|
|
4734
4748
|
isLoading: false;
|
|
@@ -4759,7 +4773,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4759
4773
|
tags?: Array<string>;
|
|
4760
4774
|
tenant?: string;
|
|
4761
4775
|
uniqueId?: string;
|
|
4762
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4776
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4763
4777
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4764
4778
|
isUninitialized: false;
|
|
4765
4779
|
isLoading: false;
|
|
@@ -4786,7 +4800,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4786
4800
|
tags?: Array<string>;
|
|
4787
4801
|
tenant?: string;
|
|
4788
4802
|
uniqueId?: string;
|
|
4789
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4803
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4790
4804
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4791
4805
|
isUninitialized: false;
|
|
4792
4806
|
isLoading: false;
|
|
@@ -4811,7 +4825,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4811
4825
|
tags?: Array<string>;
|
|
4812
4826
|
tenant?: string;
|
|
4813
4827
|
uniqueId?: string;
|
|
4814
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4828
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4815
4829
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4816
4830
|
isUninitialized: false;
|
|
4817
4831
|
isLoading: false;
|
|
@@ -4856,7 +4870,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4856
4870
|
tags?: Array<string>;
|
|
4857
4871
|
tenant?: string;
|
|
4858
4872
|
uniqueId?: string;
|
|
4859
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4873
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4860
4874
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4861
4875
|
isUninitialized: false;
|
|
4862
4876
|
isLoading: false;
|
|
@@ -4887,7 +4901,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4887
4901
|
tags?: Array<string>;
|
|
4888
4902
|
tenant?: string;
|
|
4889
4903
|
uniqueId?: string;
|
|
4890
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4904
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4891
4905
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4892
4906
|
isUninitialized: false;
|
|
4893
4907
|
isLoading: false;
|
|
@@ -4914,7 +4928,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4914
4928
|
tags?: Array<string>;
|
|
4915
4929
|
tenant?: string;
|
|
4916
4930
|
uniqueId?: string;
|
|
4917
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4931
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4918
4932
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4919
4933
|
isUninitialized: false;
|
|
4920
4934
|
isLoading: false;
|
|
@@ -4939,7 +4953,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4939
4953
|
tags?: Array<string>;
|
|
4940
4954
|
tenant?: string;
|
|
4941
4955
|
uniqueId?: string;
|
|
4942
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4956
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>> & {
|
|
4943
4957
|
currentData?: import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse | undefined;
|
|
4944
4958
|
isUninitialized: false;
|
|
4945
4959
|
isLoading: false;
|
|
@@ -4981,7 +4995,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4981
4995
|
tags?: Array<string>;
|
|
4982
4996
|
tenant?: string;
|
|
4983
4997
|
uniqueId?: string;
|
|
4984
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
4998
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").MentorSearchResponse, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
4985
4999
|
reset: () => void;
|
|
4986
5000
|
}, {
|
|
4987
5001
|
lastArg: {
|
|
@@ -5001,4 +5015,782 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5001
5015
|
tenant?: string;
|
|
5002
5016
|
uniqueId?: string;
|
|
5003
5017
|
};
|
|
5018
|
+
}], useGetRecentlyAccessedMentorsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
5019
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
5020
|
+
originalArgs?: undefined | undefined;
|
|
5021
|
+
data?: undefined | undefined;
|
|
5022
|
+
error?: undefined | undefined;
|
|
5023
|
+
requestId?: undefined | undefined;
|
|
5024
|
+
endpointName?: string | undefined;
|
|
5025
|
+
startedTimeStamp?: undefined | undefined;
|
|
5026
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
5027
|
+
} & {
|
|
5028
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5029
|
+
isUninitialized: false;
|
|
5030
|
+
isLoading: false;
|
|
5031
|
+
isFetching: false;
|
|
5032
|
+
isSuccess: false;
|
|
5033
|
+
isError: false;
|
|
5034
|
+
}, "isUninitialized"> & {
|
|
5035
|
+
isUninitialized: true;
|
|
5036
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5037
|
+
org: string;
|
|
5038
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5039
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5040
|
+
isUninitialized: false;
|
|
5041
|
+
isLoading: false;
|
|
5042
|
+
isFetching: false;
|
|
5043
|
+
isSuccess: false;
|
|
5044
|
+
isError: false;
|
|
5045
|
+
}, {
|
|
5046
|
+
isLoading: true;
|
|
5047
|
+
isFetching: boolean;
|
|
5048
|
+
data: undefined;
|
|
5049
|
+
} | ({
|
|
5050
|
+
isSuccess: true;
|
|
5051
|
+
isFetching: true;
|
|
5052
|
+
error: undefined;
|
|
5053
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5054
|
+
org: string;
|
|
5055
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5056
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5057
|
+
isUninitialized: false;
|
|
5058
|
+
isLoading: false;
|
|
5059
|
+
isFetching: false;
|
|
5060
|
+
isSuccess: false;
|
|
5061
|
+
isError: false;
|
|
5062
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
5063
|
+
isSuccess: true;
|
|
5064
|
+
isFetching: false;
|
|
5065
|
+
error: undefined;
|
|
5066
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5067
|
+
org: string;
|
|
5068
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5069
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5070
|
+
isUninitialized: false;
|
|
5071
|
+
isLoading: false;
|
|
5072
|
+
isFetching: false;
|
|
5073
|
+
isSuccess: false;
|
|
5074
|
+
isError: false;
|
|
5075
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
5076
|
+
isError: true;
|
|
5077
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5078
|
+
org: string;
|
|
5079
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5080
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5081
|
+
isUninitialized: false;
|
|
5082
|
+
isLoading: false;
|
|
5083
|
+
isFetching: false;
|
|
5084
|
+
isSuccess: false;
|
|
5085
|
+
isError: false;
|
|
5086
|
+
}, "error">>)>> & {
|
|
5087
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5088
|
+
}>(arg: {
|
|
5089
|
+
org: string;
|
|
5090
|
+
} | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
5091
|
+
skip?: boolean;
|
|
5092
|
+
refetchOnMountOrArgChange?: boolean | number;
|
|
5093
|
+
} & {
|
|
5094
|
+
skip?: boolean;
|
|
5095
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
5096
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
5097
|
+
originalArgs?: undefined | undefined;
|
|
5098
|
+
data?: undefined | undefined;
|
|
5099
|
+
error?: undefined | undefined;
|
|
5100
|
+
requestId?: undefined | undefined;
|
|
5101
|
+
endpointName?: string | undefined;
|
|
5102
|
+
startedTimeStamp?: undefined | undefined;
|
|
5103
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
5104
|
+
} & {
|
|
5105
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5106
|
+
isUninitialized: false;
|
|
5107
|
+
isLoading: false;
|
|
5108
|
+
isFetching: false;
|
|
5109
|
+
isSuccess: false;
|
|
5110
|
+
isError: false;
|
|
5111
|
+
}, "isUninitialized"> & {
|
|
5112
|
+
isUninitialized: true;
|
|
5113
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5114
|
+
org: string;
|
|
5115
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5116
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5117
|
+
isUninitialized: false;
|
|
5118
|
+
isLoading: false;
|
|
5119
|
+
isFetching: false;
|
|
5120
|
+
isSuccess: false;
|
|
5121
|
+
isError: false;
|
|
5122
|
+
}, {
|
|
5123
|
+
isLoading: true;
|
|
5124
|
+
isFetching: boolean;
|
|
5125
|
+
data: undefined;
|
|
5126
|
+
} | ({
|
|
5127
|
+
isSuccess: true;
|
|
5128
|
+
isFetching: true;
|
|
5129
|
+
error: undefined;
|
|
5130
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5131
|
+
org: string;
|
|
5132
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5133
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5134
|
+
isUninitialized: false;
|
|
5135
|
+
isLoading: false;
|
|
5136
|
+
isFetching: false;
|
|
5137
|
+
isSuccess: false;
|
|
5138
|
+
isError: false;
|
|
5139
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
5140
|
+
isSuccess: true;
|
|
5141
|
+
isFetching: false;
|
|
5142
|
+
error: undefined;
|
|
5143
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5144
|
+
org: string;
|
|
5145
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5146
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5147
|
+
isUninitialized: false;
|
|
5148
|
+
isLoading: false;
|
|
5149
|
+
isFetching: false;
|
|
5150
|
+
isSuccess: false;
|
|
5151
|
+
isError: false;
|
|
5152
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
5153
|
+
isError: true;
|
|
5154
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5155
|
+
org: string;
|
|
5156
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5157
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5158
|
+
isUninitialized: false;
|
|
5159
|
+
isLoading: false;
|
|
5160
|
+
isFetching: false;
|
|
5161
|
+
isSuccess: false;
|
|
5162
|
+
isError: false;
|
|
5163
|
+
}, "error">>)>> & {
|
|
5164
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5165
|
+
}) => R) | undefined;
|
|
5166
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5167
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5168
|
+
org: string;
|
|
5169
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>>;
|
|
5170
|
+
}, useLazyGetRecentlyAccessedMentorsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
5171
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
5172
|
+
originalArgs?: undefined | undefined;
|
|
5173
|
+
data?: undefined | undefined;
|
|
5174
|
+
error?: undefined | undefined;
|
|
5175
|
+
requestId?: undefined | undefined;
|
|
5176
|
+
endpointName?: string | undefined;
|
|
5177
|
+
startedTimeStamp?: undefined | undefined;
|
|
5178
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
5179
|
+
} & {
|
|
5180
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5181
|
+
isUninitialized: false;
|
|
5182
|
+
isLoading: false;
|
|
5183
|
+
isFetching: false;
|
|
5184
|
+
isSuccess: false;
|
|
5185
|
+
isError: false;
|
|
5186
|
+
}, "isUninitialized"> & {
|
|
5187
|
+
isUninitialized: true;
|
|
5188
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5189
|
+
org: string;
|
|
5190
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5191
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5192
|
+
isUninitialized: false;
|
|
5193
|
+
isLoading: false;
|
|
5194
|
+
isFetching: false;
|
|
5195
|
+
isSuccess: false;
|
|
5196
|
+
isError: false;
|
|
5197
|
+
}, {
|
|
5198
|
+
isLoading: true;
|
|
5199
|
+
isFetching: boolean;
|
|
5200
|
+
data: undefined;
|
|
5201
|
+
} | ({
|
|
5202
|
+
isSuccess: true;
|
|
5203
|
+
isFetching: true;
|
|
5204
|
+
error: undefined;
|
|
5205
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5206
|
+
org: string;
|
|
5207
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5208
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5209
|
+
isUninitialized: false;
|
|
5210
|
+
isLoading: false;
|
|
5211
|
+
isFetching: false;
|
|
5212
|
+
isSuccess: false;
|
|
5213
|
+
isError: false;
|
|
5214
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
5215
|
+
isSuccess: true;
|
|
5216
|
+
isFetching: false;
|
|
5217
|
+
error: undefined;
|
|
5218
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5219
|
+
org: string;
|
|
5220
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5221
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5222
|
+
isUninitialized: false;
|
|
5223
|
+
isLoading: false;
|
|
5224
|
+
isFetching: false;
|
|
5225
|
+
isSuccess: false;
|
|
5226
|
+
isError: false;
|
|
5227
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
5228
|
+
isError: true;
|
|
5229
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5230
|
+
org: string;
|
|
5231
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5232
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5233
|
+
isUninitialized: false;
|
|
5234
|
+
isLoading: false;
|
|
5235
|
+
isFetching: false;
|
|
5236
|
+
isSuccess: false;
|
|
5237
|
+
isError: false;
|
|
5238
|
+
}, "error">>)>> & {
|
|
5239
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5240
|
+
}>(options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & Omit<{
|
|
5241
|
+
skip?: boolean;
|
|
5242
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
5243
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
5244
|
+
originalArgs?: undefined | undefined;
|
|
5245
|
+
data?: undefined | undefined;
|
|
5246
|
+
error?: undefined | undefined;
|
|
5247
|
+
requestId?: undefined | undefined;
|
|
5248
|
+
endpointName?: string | undefined;
|
|
5249
|
+
startedTimeStamp?: undefined | undefined;
|
|
5250
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
5251
|
+
} & {
|
|
5252
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5253
|
+
isUninitialized: false;
|
|
5254
|
+
isLoading: false;
|
|
5255
|
+
isFetching: false;
|
|
5256
|
+
isSuccess: false;
|
|
5257
|
+
isError: false;
|
|
5258
|
+
}, "isUninitialized"> & {
|
|
5259
|
+
isUninitialized: true;
|
|
5260
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5261
|
+
org: string;
|
|
5262
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5263
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5264
|
+
isUninitialized: false;
|
|
5265
|
+
isLoading: false;
|
|
5266
|
+
isFetching: false;
|
|
5267
|
+
isSuccess: false;
|
|
5268
|
+
isError: false;
|
|
5269
|
+
}, {
|
|
5270
|
+
isLoading: true;
|
|
5271
|
+
isFetching: boolean;
|
|
5272
|
+
data: undefined;
|
|
5273
|
+
} | ({
|
|
5274
|
+
isSuccess: true;
|
|
5275
|
+
isFetching: true;
|
|
5276
|
+
error: undefined;
|
|
5277
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5278
|
+
org: string;
|
|
5279
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5280
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5281
|
+
isUninitialized: false;
|
|
5282
|
+
isLoading: false;
|
|
5283
|
+
isFetching: false;
|
|
5284
|
+
isSuccess: false;
|
|
5285
|
+
isError: false;
|
|
5286
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
5287
|
+
isSuccess: true;
|
|
5288
|
+
isFetching: false;
|
|
5289
|
+
error: undefined;
|
|
5290
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5291
|
+
org: string;
|
|
5292
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5293
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5294
|
+
isUninitialized: false;
|
|
5295
|
+
isLoading: false;
|
|
5296
|
+
isFetching: false;
|
|
5297
|
+
isSuccess: false;
|
|
5298
|
+
isError: false;
|
|
5299
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
5300
|
+
isError: true;
|
|
5301
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5302
|
+
org: string;
|
|
5303
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>> & {
|
|
5304
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[] | undefined;
|
|
5305
|
+
isUninitialized: false;
|
|
5306
|
+
isLoading: false;
|
|
5307
|
+
isFetching: false;
|
|
5308
|
+
isSuccess: false;
|
|
5309
|
+
isError: false;
|
|
5310
|
+
}, "error">>)>> & {
|
|
5311
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5312
|
+
}) => R) | undefined;
|
|
5313
|
+
}, "skip">) | undefined) => [(arg: {
|
|
5314
|
+
org: string;
|
|
5315
|
+
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5316
|
+
org: string;
|
|
5317
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").RecentlyAccessedMentor[], "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
5318
|
+
reset: () => void;
|
|
5319
|
+
}, {
|
|
5320
|
+
lastArg: {
|
|
5321
|
+
org: string;
|
|
5322
|
+
};
|
|
5323
|
+
}], useGetModerationLogsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
5324
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
5325
|
+
originalArgs?: undefined | undefined;
|
|
5326
|
+
data?: undefined | undefined;
|
|
5327
|
+
error?: undefined | undefined;
|
|
5328
|
+
requestId?: undefined | undefined;
|
|
5329
|
+
endpointName?: string | undefined;
|
|
5330
|
+
startedTimeStamp?: undefined | undefined;
|
|
5331
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
5332
|
+
} & {
|
|
5333
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5334
|
+
isUninitialized: false;
|
|
5335
|
+
isLoading: false;
|
|
5336
|
+
isFetching: false;
|
|
5337
|
+
isSuccess: false;
|
|
5338
|
+
isError: false;
|
|
5339
|
+
}, "isUninitialized"> & {
|
|
5340
|
+
isUninitialized: true;
|
|
5341
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5342
|
+
org: string;
|
|
5343
|
+
mentor?: number;
|
|
5344
|
+
ordering?: string;
|
|
5345
|
+
page?: number;
|
|
5346
|
+
pageSize?: number;
|
|
5347
|
+
platformKey?: string;
|
|
5348
|
+
search?: string;
|
|
5349
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5350
|
+
username?: string;
|
|
5351
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5352
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5353
|
+
isUninitialized: false;
|
|
5354
|
+
isLoading: false;
|
|
5355
|
+
isFetching: false;
|
|
5356
|
+
isSuccess: false;
|
|
5357
|
+
isError: false;
|
|
5358
|
+
}, {
|
|
5359
|
+
isLoading: true;
|
|
5360
|
+
isFetching: boolean;
|
|
5361
|
+
data: undefined;
|
|
5362
|
+
} | ({
|
|
5363
|
+
isSuccess: true;
|
|
5364
|
+
isFetching: true;
|
|
5365
|
+
error: undefined;
|
|
5366
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5367
|
+
org: string;
|
|
5368
|
+
mentor?: number;
|
|
5369
|
+
ordering?: string;
|
|
5370
|
+
page?: number;
|
|
5371
|
+
pageSize?: number;
|
|
5372
|
+
platformKey?: string;
|
|
5373
|
+
search?: string;
|
|
5374
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5375
|
+
username?: string;
|
|
5376
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5377
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5378
|
+
isUninitialized: false;
|
|
5379
|
+
isLoading: false;
|
|
5380
|
+
isFetching: false;
|
|
5381
|
+
isSuccess: false;
|
|
5382
|
+
isError: false;
|
|
5383
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
5384
|
+
isSuccess: true;
|
|
5385
|
+
isFetching: false;
|
|
5386
|
+
error: undefined;
|
|
5387
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5388
|
+
org: string;
|
|
5389
|
+
mentor?: number;
|
|
5390
|
+
ordering?: string;
|
|
5391
|
+
page?: number;
|
|
5392
|
+
pageSize?: number;
|
|
5393
|
+
platformKey?: string;
|
|
5394
|
+
search?: string;
|
|
5395
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5396
|
+
username?: string;
|
|
5397
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5398
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5399
|
+
isUninitialized: false;
|
|
5400
|
+
isLoading: false;
|
|
5401
|
+
isFetching: false;
|
|
5402
|
+
isSuccess: false;
|
|
5403
|
+
isError: false;
|
|
5404
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
5405
|
+
isError: true;
|
|
5406
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5407
|
+
org: string;
|
|
5408
|
+
mentor?: number;
|
|
5409
|
+
ordering?: string;
|
|
5410
|
+
page?: number;
|
|
5411
|
+
pageSize?: number;
|
|
5412
|
+
platformKey?: string;
|
|
5413
|
+
search?: string;
|
|
5414
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5415
|
+
username?: string;
|
|
5416
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5417
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5418
|
+
isUninitialized: false;
|
|
5419
|
+
isLoading: false;
|
|
5420
|
+
isFetching: false;
|
|
5421
|
+
isSuccess: false;
|
|
5422
|
+
isError: false;
|
|
5423
|
+
}, "error">>)>> & {
|
|
5424
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5425
|
+
}>(arg: {
|
|
5426
|
+
org: string;
|
|
5427
|
+
mentor?: number;
|
|
5428
|
+
ordering?: string;
|
|
5429
|
+
page?: number;
|
|
5430
|
+
pageSize?: number;
|
|
5431
|
+
platformKey?: string;
|
|
5432
|
+
search?: string;
|
|
5433
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5434
|
+
username?: string;
|
|
5435
|
+
} | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
5436
|
+
skip?: boolean;
|
|
5437
|
+
refetchOnMountOrArgChange?: boolean | number;
|
|
5438
|
+
} & {
|
|
5439
|
+
skip?: boolean;
|
|
5440
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
5441
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
5442
|
+
originalArgs?: undefined | undefined;
|
|
5443
|
+
data?: undefined | undefined;
|
|
5444
|
+
error?: undefined | undefined;
|
|
5445
|
+
requestId?: undefined | undefined;
|
|
5446
|
+
endpointName?: string | undefined;
|
|
5447
|
+
startedTimeStamp?: undefined | undefined;
|
|
5448
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
5449
|
+
} & {
|
|
5450
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5451
|
+
isUninitialized: false;
|
|
5452
|
+
isLoading: false;
|
|
5453
|
+
isFetching: false;
|
|
5454
|
+
isSuccess: false;
|
|
5455
|
+
isError: false;
|
|
5456
|
+
}, "isUninitialized"> & {
|
|
5457
|
+
isUninitialized: true;
|
|
5458
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5459
|
+
org: string;
|
|
5460
|
+
mentor?: number;
|
|
5461
|
+
ordering?: string;
|
|
5462
|
+
page?: number;
|
|
5463
|
+
pageSize?: number;
|
|
5464
|
+
platformKey?: string;
|
|
5465
|
+
search?: string;
|
|
5466
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5467
|
+
username?: string;
|
|
5468
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5469
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5470
|
+
isUninitialized: false;
|
|
5471
|
+
isLoading: false;
|
|
5472
|
+
isFetching: false;
|
|
5473
|
+
isSuccess: false;
|
|
5474
|
+
isError: false;
|
|
5475
|
+
}, {
|
|
5476
|
+
isLoading: true;
|
|
5477
|
+
isFetching: boolean;
|
|
5478
|
+
data: undefined;
|
|
5479
|
+
} | ({
|
|
5480
|
+
isSuccess: true;
|
|
5481
|
+
isFetching: true;
|
|
5482
|
+
error: undefined;
|
|
5483
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5484
|
+
org: string;
|
|
5485
|
+
mentor?: number;
|
|
5486
|
+
ordering?: string;
|
|
5487
|
+
page?: number;
|
|
5488
|
+
pageSize?: number;
|
|
5489
|
+
platformKey?: string;
|
|
5490
|
+
search?: string;
|
|
5491
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5492
|
+
username?: string;
|
|
5493
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5494
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5495
|
+
isUninitialized: false;
|
|
5496
|
+
isLoading: false;
|
|
5497
|
+
isFetching: false;
|
|
5498
|
+
isSuccess: false;
|
|
5499
|
+
isError: false;
|
|
5500
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
5501
|
+
isSuccess: true;
|
|
5502
|
+
isFetching: false;
|
|
5503
|
+
error: undefined;
|
|
5504
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5505
|
+
org: string;
|
|
5506
|
+
mentor?: number;
|
|
5507
|
+
ordering?: string;
|
|
5508
|
+
page?: number;
|
|
5509
|
+
pageSize?: number;
|
|
5510
|
+
platformKey?: string;
|
|
5511
|
+
search?: string;
|
|
5512
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5513
|
+
username?: string;
|
|
5514
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5515
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5516
|
+
isUninitialized: false;
|
|
5517
|
+
isLoading: false;
|
|
5518
|
+
isFetching: false;
|
|
5519
|
+
isSuccess: false;
|
|
5520
|
+
isError: false;
|
|
5521
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
5522
|
+
isError: true;
|
|
5523
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5524
|
+
org: string;
|
|
5525
|
+
mentor?: number;
|
|
5526
|
+
ordering?: string;
|
|
5527
|
+
page?: number;
|
|
5528
|
+
pageSize?: number;
|
|
5529
|
+
platformKey?: string;
|
|
5530
|
+
search?: string;
|
|
5531
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5532
|
+
username?: string;
|
|
5533
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5534
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5535
|
+
isUninitialized: false;
|
|
5536
|
+
isLoading: false;
|
|
5537
|
+
isFetching: false;
|
|
5538
|
+
isSuccess: false;
|
|
5539
|
+
isError: false;
|
|
5540
|
+
}, "error">>)>> & {
|
|
5541
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5542
|
+
}) => R) | undefined;
|
|
5543
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5544
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5545
|
+
org: string;
|
|
5546
|
+
mentor?: number;
|
|
5547
|
+
ordering?: string;
|
|
5548
|
+
page?: number;
|
|
5549
|
+
pageSize?: number;
|
|
5550
|
+
platformKey?: string;
|
|
5551
|
+
search?: string;
|
|
5552
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5553
|
+
username?: string;
|
|
5554
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>>;
|
|
5555
|
+
}, useLazyGetModerationLogsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
5556
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
5557
|
+
originalArgs?: undefined | undefined;
|
|
5558
|
+
data?: undefined | undefined;
|
|
5559
|
+
error?: undefined | undefined;
|
|
5560
|
+
requestId?: undefined | undefined;
|
|
5561
|
+
endpointName?: string | undefined;
|
|
5562
|
+
startedTimeStamp?: undefined | undefined;
|
|
5563
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
5564
|
+
} & {
|
|
5565
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5566
|
+
isUninitialized: false;
|
|
5567
|
+
isLoading: false;
|
|
5568
|
+
isFetching: false;
|
|
5569
|
+
isSuccess: false;
|
|
5570
|
+
isError: false;
|
|
5571
|
+
}, "isUninitialized"> & {
|
|
5572
|
+
isUninitialized: true;
|
|
5573
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5574
|
+
org: string;
|
|
5575
|
+
mentor?: number;
|
|
5576
|
+
ordering?: string;
|
|
5577
|
+
page?: number;
|
|
5578
|
+
pageSize?: number;
|
|
5579
|
+
platformKey?: string;
|
|
5580
|
+
search?: string;
|
|
5581
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5582
|
+
username?: string;
|
|
5583
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5584
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5585
|
+
isUninitialized: false;
|
|
5586
|
+
isLoading: false;
|
|
5587
|
+
isFetching: false;
|
|
5588
|
+
isSuccess: false;
|
|
5589
|
+
isError: false;
|
|
5590
|
+
}, {
|
|
5591
|
+
isLoading: true;
|
|
5592
|
+
isFetching: boolean;
|
|
5593
|
+
data: undefined;
|
|
5594
|
+
} | ({
|
|
5595
|
+
isSuccess: true;
|
|
5596
|
+
isFetching: true;
|
|
5597
|
+
error: undefined;
|
|
5598
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5599
|
+
org: string;
|
|
5600
|
+
mentor?: number;
|
|
5601
|
+
ordering?: string;
|
|
5602
|
+
page?: number;
|
|
5603
|
+
pageSize?: number;
|
|
5604
|
+
platformKey?: string;
|
|
5605
|
+
search?: string;
|
|
5606
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5607
|
+
username?: string;
|
|
5608
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5609
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5610
|
+
isUninitialized: false;
|
|
5611
|
+
isLoading: false;
|
|
5612
|
+
isFetching: false;
|
|
5613
|
+
isSuccess: false;
|
|
5614
|
+
isError: false;
|
|
5615
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
5616
|
+
isSuccess: true;
|
|
5617
|
+
isFetching: false;
|
|
5618
|
+
error: undefined;
|
|
5619
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5620
|
+
org: string;
|
|
5621
|
+
mentor?: number;
|
|
5622
|
+
ordering?: string;
|
|
5623
|
+
page?: number;
|
|
5624
|
+
pageSize?: number;
|
|
5625
|
+
platformKey?: string;
|
|
5626
|
+
search?: string;
|
|
5627
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5628
|
+
username?: string;
|
|
5629
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5630
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5631
|
+
isUninitialized: false;
|
|
5632
|
+
isLoading: false;
|
|
5633
|
+
isFetching: false;
|
|
5634
|
+
isSuccess: false;
|
|
5635
|
+
isError: false;
|
|
5636
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
5637
|
+
isError: true;
|
|
5638
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5639
|
+
org: string;
|
|
5640
|
+
mentor?: number;
|
|
5641
|
+
ordering?: string;
|
|
5642
|
+
page?: number;
|
|
5643
|
+
pageSize?: number;
|
|
5644
|
+
platformKey?: string;
|
|
5645
|
+
search?: string;
|
|
5646
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5647
|
+
username?: string;
|
|
5648
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5649
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5650
|
+
isUninitialized: false;
|
|
5651
|
+
isLoading: false;
|
|
5652
|
+
isFetching: false;
|
|
5653
|
+
isSuccess: false;
|
|
5654
|
+
isError: false;
|
|
5655
|
+
}, "error">>)>> & {
|
|
5656
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5657
|
+
}>(options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & Omit<{
|
|
5658
|
+
skip?: boolean;
|
|
5659
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
5660
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
5661
|
+
originalArgs?: undefined | undefined;
|
|
5662
|
+
data?: undefined | undefined;
|
|
5663
|
+
error?: undefined | undefined;
|
|
5664
|
+
requestId?: undefined | undefined;
|
|
5665
|
+
endpointName?: string | undefined;
|
|
5666
|
+
startedTimeStamp?: undefined | undefined;
|
|
5667
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
5668
|
+
} & {
|
|
5669
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5670
|
+
isUninitialized: false;
|
|
5671
|
+
isLoading: false;
|
|
5672
|
+
isFetching: false;
|
|
5673
|
+
isSuccess: false;
|
|
5674
|
+
isError: false;
|
|
5675
|
+
}, "isUninitialized"> & {
|
|
5676
|
+
isUninitialized: true;
|
|
5677
|
+
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5678
|
+
org: string;
|
|
5679
|
+
mentor?: number;
|
|
5680
|
+
ordering?: string;
|
|
5681
|
+
page?: number;
|
|
5682
|
+
pageSize?: number;
|
|
5683
|
+
platformKey?: string;
|
|
5684
|
+
search?: string;
|
|
5685
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5686
|
+
username?: string;
|
|
5687
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5688
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5689
|
+
isUninitialized: false;
|
|
5690
|
+
isLoading: false;
|
|
5691
|
+
isFetching: false;
|
|
5692
|
+
isSuccess: false;
|
|
5693
|
+
isError: false;
|
|
5694
|
+
}, {
|
|
5695
|
+
isLoading: true;
|
|
5696
|
+
isFetching: boolean;
|
|
5697
|
+
data: undefined;
|
|
5698
|
+
} | ({
|
|
5699
|
+
isSuccess: true;
|
|
5700
|
+
isFetching: true;
|
|
5701
|
+
error: undefined;
|
|
5702
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5703
|
+
org: string;
|
|
5704
|
+
mentor?: number;
|
|
5705
|
+
ordering?: string;
|
|
5706
|
+
page?: number;
|
|
5707
|
+
pageSize?: number;
|
|
5708
|
+
platformKey?: string;
|
|
5709
|
+
search?: string;
|
|
5710
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5711
|
+
username?: string;
|
|
5712
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5713
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5714
|
+
isUninitialized: false;
|
|
5715
|
+
isLoading: false;
|
|
5716
|
+
isFetching: false;
|
|
5717
|
+
isSuccess: false;
|
|
5718
|
+
isError: false;
|
|
5719
|
+
}, "data" | "fulfilledTimeStamp">>) | ({
|
|
5720
|
+
isSuccess: true;
|
|
5721
|
+
isFetching: false;
|
|
5722
|
+
error: undefined;
|
|
5723
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5724
|
+
org: string;
|
|
5725
|
+
mentor?: number;
|
|
5726
|
+
ordering?: string;
|
|
5727
|
+
page?: number;
|
|
5728
|
+
pageSize?: number;
|
|
5729
|
+
platformKey?: string;
|
|
5730
|
+
search?: string;
|
|
5731
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5732
|
+
username?: string;
|
|
5733
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5734
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5735
|
+
isUninitialized: false;
|
|
5736
|
+
isLoading: false;
|
|
5737
|
+
isFetching: false;
|
|
5738
|
+
isSuccess: false;
|
|
5739
|
+
isError: false;
|
|
5740
|
+
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
5741
|
+
isError: true;
|
|
5742
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5743
|
+
org: string;
|
|
5744
|
+
mentor?: number;
|
|
5745
|
+
ordering?: string;
|
|
5746
|
+
page?: number;
|
|
5747
|
+
pageSize?: number;
|
|
5748
|
+
platformKey?: string;
|
|
5749
|
+
search?: string;
|
|
5750
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5751
|
+
username?: string;
|
|
5752
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
5753
|
+
currentData?: import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList | undefined;
|
|
5754
|
+
isUninitialized: false;
|
|
5755
|
+
isLoading: false;
|
|
5756
|
+
isFetching: false;
|
|
5757
|
+
isSuccess: false;
|
|
5758
|
+
isError: false;
|
|
5759
|
+
}, "error">>)>> & {
|
|
5760
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5761
|
+
}) => R) | undefined;
|
|
5762
|
+
}, "skip">) | undefined) => [(arg: {
|
|
5763
|
+
org: string;
|
|
5764
|
+
mentor?: number;
|
|
5765
|
+
ordering?: string;
|
|
5766
|
+
page?: number;
|
|
5767
|
+
pageSize?: number;
|
|
5768
|
+
platformKey?: string;
|
|
5769
|
+
search?: string;
|
|
5770
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5771
|
+
username?: string;
|
|
5772
|
+
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5773
|
+
org: string;
|
|
5774
|
+
mentor?: number;
|
|
5775
|
+
ordering?: string;
|
|
5776
|
+
page?: number;
|
|
5777
|
+
pageSize?: number;
|
|
5778
|
+
platformKey?: string;
|
|
5779
|
+
search?: string;
|
|
5780
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5781
|
+
username?: string;
|
|
5782
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("node_modules/@iblai/iblai-api/dist/types").PaginatedModerationLogList, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
5783
|
+
reset: () => void;
|
|
5784
|
+
}, {
|
|
5785
|
+
lastArg: {
|
|
5786
|
+
org: string;
|
|
5787
|
+
mentor?: number;
|
|
5788
|
+
ordering?: string;
|
|
5789
|
+
page?: number;
|
|
5790
|
+
pageSize?: number;
|
|
5791
|
+
platformKey?: string;
|
|
5792
|
+
search?: string;
|
|
5793
|
+
targetSystem?: "Moderation System" | "Safety System";
|
|
5794
|
+
username?: string;
|
|
5795
|
+
};
|
|
5004
5796
|
}];
|