@iblai/data-layer 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +38680 -21218
- package/dist/index.esm.js +5653 -2107
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5738 -2105
- package/dist/index.js.map +1 -1
- package/dist/package.json +12 -8
- package/dist/src/core/index.d.ts +7 -1
- package/dist/src/features/analytics/constants.d.ts +6 -6
- package/dist/src/features/analytics/types.d.ts +9 -0
- package/dist/src/features/api-keys/api-slice.d.ts +72 -24
- package/dist/src/features/apps/api-slice.d.ts +72 -24
- package/dist/src/features/artifacts/api-slice.d.ts +1798 -0
- package/dist/src/features/artifacts/constants.d.ts +42 -0
- package/dist/src/features/artifacts/index.d.ts +3 -0
- package/dist/src/features/artifacts/types.d.ts +37 -0
- package/dist/src/features/auth/types.d.ts +1 -1
- package/dist/src/features/billing/api-slice.d.ts +15 -5
- package/dist/src/features/billing/constants.d.ts +16 -0
- package/dist/src/features/billing/custom-api-slice.d.ts +634 -0
- package/dist/src/features/billing/types.d.ts +35 -0
- package/dist/src/features/career/api-slice.d.ts +342 -114
- package/dist/src/features/catalog/api-slice.d.ts +1050 -317
- package/dist/src/features/chat/api-slice.d.ts +204 -68
- package/dist/src/features/chat-history/api-slice.d.ts +202 -60
- package/dist/src/features/core/api-slice.d.ts +1253 -134
- package/dist/src/features/core/custom-public-image-asset-api-slice.d.ts +60 -20
- package/dist/src/features/credentials/__tests__/custom-api-slice.test.d.ts +1 -0
- package/dist/src/features/credentials/api-slice.d.ts +3728 -146
- package/dist/src/features/credentials/constants.d.ts +9 -1
- package/dist/src/features/credentials/custom-api-slice.d.ts +535 -2
- package/dist/src/features/credentials/types.d.ts +14 -0
- package/dist/src/features/datasets/api-slice.d.ts +60 -197
- package/dist/src/features/index.d.ts +2 -1
- package/dist/src/features/llms/api-slice.d.ts +60 -20
- package/dist/src/features/mcp/api-slice.d.ts +2613 -0
- package/dist/src/features/mcp/constants.d.ts +57 -0
- package/dist/src/features/mcp/index.d.ts +3 -0
- package/dist/src/features/mcp/types.d.ts +176 -0
- package/dist/src/features/memory/types.d.ts +1 -0
- package/dist/src/features/mentor/api-slice.d.ts +1793 -429
- package/dist/src/features/mentor/constants.d.ts +7 -1
- package/dist/src/features/mentor/custom-api-slice.d.ts +162 -1
- package/dist/src/features/mentor/types.d.ts +7 -1
- package/dist/src/features/mentor-categories/api-slice.d.ts +117 -39
- package/dist/src/features/moderation-logs/api-slice.d.ts +705 -0
- package/dist/src/features/notifications/api-slice.d.ts +214 -86
- package/dist/src/features/per-learner/api-slice.d.ts +174 -58
- package/dist/src/features/platform/api-slice.d.ts +1568 -293
- package/dist/src/features/platform/types.d.ts +13 -0
- package/dist/src/features/prompts/api-slice.d.ts +249 -83
- package/dist/src/features/reports/api-slice.d.ts +145 -41
- package/dist/src/features/search/ai-search-api-slice.d.ts +399 -1
- package/dist/src/features/search/api-slice.d.ts +117 -39
- package/dist/src/features/search/constants.d.ts +10 -0
- package/dist/src/features/search/types.d.ts +72 -0
- package/dist/src/features/sessions/api-slice.d.ts +440 -46
- package/dist/src/features/skills/api-slice.d.ts +231 -77
- package/dist/src/features/tenant/api-slice.d.ts +123 -41
- package/dist/src/features/tools/api-slice.d.ts +60 -20
- package/dist/src/features/training-documents/api-slice.d.ts +141 -47
- package/dist/src/features/user-invitations/api-slice.d.ts +66 -22
- package/dist/src/index.d.ts +6 -0
- package/dist/tests/features/billing/constants.test.d.ts +1 -0
- package/dist/tests/features/billing/custom-api-slice.test.d.ts +1 -0
- package/dist/tests/features/billing/types.test.d.ts +1 -0
- package/package.json +10 -7
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
export declare const toolsApiSlice: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
1
|
+
export declare const toolsApiSlice: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
2
|
+
attempt?: number;
|
|
3
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, {
|
|
2
4
|
getTools: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
3
5
|
mentor: string;
|
|
4
6
|
org: string;
|
|
5
7
|
ordering?: string;
|
|
6
8
|
search?: string;
|
|
7
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
9
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
10
|
+
attempt?: number;
|
|
11
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>;
|
|
8
12
|
}, "toolsApiSlice", never, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
9
13
|
export declare const useGetToolsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
10
14
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
@@ -29,7 +33,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
29
33
|
org: string;
|
|
30
34
|
ordering?: string;
|
|
31
35
|
search?: string;
|
|
32
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
36
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
37
|
+
attempt?: number;
|
|
38
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
33
39
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
34
40
|
isUninitialized: false;
|
|
35
41
|
isLoading: false;
|
|
@@ -49,7 +55,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
49
55
|
org: string;
|
|
50
56
|
ordering?: string;
|
|
51
57
|
search?: string;
|
|
52
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
58
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
59
|
+
attempt?: number;
|
|
60
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
53
61
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
54
62
|
isUninitialized: false;
|
|
55
63
|
isLoading: false;
|
|
@@ -65,7 +73,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
65
73
|
org: string;
|
|
66
74
|
ordering?: string;
|
|
67
75
|
search?: string;
|
|
68
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
76
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
77
|
+
attempt?: number;
|
|
78
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
69
79
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
70
80
|
isUninitialized: false;
|
|
71
81
|
isLoading: false;
|
|
@@ -79,7 +89,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
79
89
|
org: string;
|
|
80
90
|
ordering?: string;
|
|
81
91
|
search?: string;
|
|
82
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
92
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
93
|
+
attempt?: number;
|
|
94
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
83
95
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
84
96
|
isUninitialized: false;
|
|
85
97
|
isLoading: false;
|
|
@@ -121,7 +133,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
121
133
|
org: string;
|
|
122
134
|
ordering?: string;
|
|
123
135
|
search?: string;
|
|
124
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
136
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
137
|
+
attempt?: number;
|
|
138
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
125
139
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
126
140
|
isUninitialized: false;
|
|
127
141
|
isLoading: false;
|
|
@@ -141,7 +155,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
141
155
|
org: string;
|
|
142
156
|
ordering?: string;
|
|
143
157
|
search?: string;
|
|
144
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
158
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
159
|
+
attempt?: number;
|
|
160
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
145
161
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
146
162
|
isUninitialized: false;
|
|
147
163
|
isLoading: false;
|
|
@@ -157,7 +173,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
157
173
|
org: string;
|
|
158
174
|
ordering?: string;
|
|
159
175
|
search?: string;
|
|
160
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
176
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
177
|
+
attempt?: number;
|
|
178
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
161
179
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
162
180
|
isUninitialized: false;
|
|
163
181
|
isLoading: false;
|
|
@@ -171,7 +189,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
171
189
|
org: string;
|
|
172
190
|
ordering?: string;
|
|
173
191
|
search?: string;
|
|
174
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
192
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
193
|
+
attempt?: number;
|
|
194
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
175
195
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
176
196
|
isUninitialized: false;
|
|
177
197
|
isLoading: false;
|
|
@@ -187,7 +207,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
187
207
|
org: string;
|
|
188
208
|
ordering?: string;
|
|
189
209
|
search?: string;
|
|
190
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
210
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
211
|
+
attempt?: number;
|
|
212
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>>;
|
|
191
213
|
}, useLazyGetToolsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
192
214
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
193
215
|
originalArgs?: undefined | undefined;
|
|
@@ -211,7 +233,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
211
233
|
org: string;
|
|
212
234
|
ordering?: string;
|
|
213
235
|
search?: string;
|
|
214
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
236
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
237
|
+
attempt?: number;
|
|
238
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
215
239
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
216
240
|
isUninitialized: false;
|
|
217
241
|
isLoading: false;
|
|
@@ -231,7 +255,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
231
255
|
org: string;
|
|
232
256
|
ordering?: string;
|
|
233
257
|
search?: string;
|
|
234
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
258
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
259
|
+
attempt?: number;
|
|
260
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
235
261
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
236
262
|
isUninitialized: false;
|
|
237
263
|
isLoading: false;
|
|
@@ -247,7 +273,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
247
273
|
org: string;
|
|
248
274
|
ordering?: string;
|
|
249
275
|
search?: string;
|
|
250
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
276
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
277
|
+
attempt?: number;
|
|
278
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
251
279
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
252
280
|
isUninitialized: false;
|
|
253
281
|
isLoading: false;
|
|
@@ -261,7 +289,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
261
289
|
org: string;
|
|
262
290
|
ordering?: string;
|
|
263
291
|
search?: string;
|
|
264
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
292
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
293
|
+
attempt?: number;
|
|
294
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
265
295
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
266
296
|
isUninitialized: false;
|
|
267
297
|
isLoading: false;
|
|
@@ -295,7 +325,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
295
325
|
org: string;
|
|
296
326
|
ordering?: string;
|
|
297
327
|
search?: string;
|
|
298
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
328
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
329
|
+
attempt?: number;
|
|
330
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
299
331
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
300
332
|
isUninitialized: false;
|
|
301
333
|
isLoading: false;
|
|
@@ -315,7 +347,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
315
347
|
org: string;
|
|
316
348
|
ordering?: string;
|
|
317
349
|
search?: string;
|
|
318
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
350
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
351
|
+
attempt?: number;
|
|
352
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
319
353
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
320
354
|
isUninitialized: false;
|
|
321
355
|
isLoading: false;
|
|
@@ -331,7 +365,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
331
365
|
org: string;
|
|
332
366
|
ordering?: string;
|
|
333
367
|
search?: string;
|
|
334
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
368
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
369
|
+
attempt?: number;
|
|
370
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
335
371
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
336
372
|
isUninitialized: false;
|
|
337
373
|
isLoading: false;
|
|
@@ -345,7 +381,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
345
381
|
org: string;
|
|
346
382
|
ordering?: string;
|
|
347
383
|
search?: string;
|
|
348
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
384
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
385
|
+
attempt?: number;
|
|
386
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>> & {
|
|
349
387
|
currentData?: import("@iblai/iblai-api").ToolResponse[] | undefined;
|
|
350
388
|
isUninitialized: false;
|
|
351
389
|
isLoading: false;
|
|
@@ -365,7 +403,9 @@ export declare const useGetToolsQuery: <R extends Record<string, any> = import("
|
|
|
365
403
|
org: string;
|
|
366
404
|
ordering?: string;
|
|
367
405
|
search?: string;
|
|
368
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void,
|
|
406
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, unknown, unknown, {
|
|
407
|
+
attempt?: number;
|
|
408
|
+
} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").ToolResponse[], "toolsApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
369
409
|
reset: () => void;
|
|
370
410
|
}, {
|
|
371
411
|
lastArg: {
|