@iblai/data-layer 1.0.0 → 1.1.2
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 +664 -462
- package/dist/index.esm.js +1167 -249
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1167 -249
- package/dist/index.js.map +1 -1
- package/dist/package.json +3 -2
- package/dist/src/features/core/api-slice.d.ts +110 -0
- package/dist/src/features/credentials/api-slice.d.ts +44 -22
- package/dist/src/features/mentor/api-slice.d.ts +70 -22
- package/dist/src/features/stripe/api-slice.d.ts +22 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,8 @@ export declare const credentialsApiSlice: import("@reduxjs/toolkit/query").Api<i
|
|
|
10
10
|
name?: string;
|
|
11
11
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, never, import("@iblai/iblai-api").LLMCredentialResponse, "credentialsApiSlice", any>;
|
|
12
12
|
getUserCredentials: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
13
|
-
|
|
13
|
+
platformKey: string;
|
|
14
|
+
username: string;
|
|
14
15
|
course?: string;
|
|
15
16
|
excludeMainTenantAssertions?: boolean;
|
|
16
17
|
includeExpired?: boolean;
|
|
@@ -413,7 +414,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
413
414
|
}, "isUninitialized"> & {
|
|
414
415
|
isUninitialized: true;
|
|
415
416
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
416
|
-
|
|
417
|
+
platformKey: string;
|
|
418
|
+
username: string;
|
|
417
419
|
course?: string;
|
|
418
420
|
excludeMainTenantAssertions?: boolean;
|
|
419
421
|
includeExpired?: boolean;
|
|
@@ -436,7 +438,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
436
438
|
isFetching: true;
|
|
437
439
|
error: undefined;
|
|
438
440
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
439
|
-
|
|
441
|
+
platformKey: string;
|
|
442
|
+
username: string;
|
|
440
443
|
course?: string;
|
|
441
444
|
excludeMainTenantAssertions?: boolean;
|
|
442
445
|
includeExpired?: boolean;
|
|
@@ -455,7 +458,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
455
458
|
isFetching: false;
|
|
456
459
|
error: undefined;
|
|
457
460
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
458
|
-
|
|
461
|
+
platformKey: string;
|
|
462
|
+
username: string;
|
|
459
463
|
course?: string;
|
|
460
464
|
excludeMainTenantAssertions?: boolean;
|
|
461
465
|
includeExpired?: boolean;
|
|
@@ -472,7 +476,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
472
476
|
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
473
477
|
isError: true;
|
|
474
478
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
475
|
-
|
|
479
|
+
platformKey: string;
|
|
480
|
+
username: string;
|
|
476
481
|
course?: string;
|
|
477
482
|
excludeMainTenantAssertions?: boolean;
|
|
478
483
|
includeExpired?: boolean;
|
|
@@ -489,7 +494,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
489
494
|
}, "error">>)>> & {
|
|
490
495
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
491
496
|
}>(arg: {
|
|
492
|
-
|
|
497
|
+
platformKey: string;
|
|
498
|
+
username: string;
|
|
493
499
|
course?: string;
|
|
494
500
|
excludeMainTenantAssertions?: boolean;
|
|
495
501
|
includeExpired?: boolean;
|
|
@@ -520,7 +526,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
520
526
|
}, "isUninitialized"> & {
|
|
521
527
|
isUninitialized: true;
|
|
522
528
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
523
|
-
|
|
529
|
+
platformKey: string;
|
|
530
|
+
username: string;
|
|
524
531
|
course?: string;
|
|
525
532
|
excludeMainTenantAssertions?: boolean;
|
|
526
533
|
includeExpired?: boolean;
|
|
@@ -543,7 +550,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
543
550
|
isFetching: true;
|
|
544
551
|
error: undefined;
|
|
545
552
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
546
|
-
|
|
553
|
+
platformKey: string;
|
|
554
|
+
username: string;
|
|
547
555
|
course?: string;
|
|
548
556
|
excludeMainTenantAssertions?: boolean;
|
|
549
557
|
includeExpired?: boolean;
|
|
@@ -562,7 +570,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
562
570
|
isFetching: false;
|
|
563
571
|
error: undefined;
|
|
564
572
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
565
|
-
|
|
573
|
+
platformKey: string;
|
|
574
|
+
username: string;
|
|
566
575
|
course?: string;
|
|
567
576
|
excludeMainTenantAssertions?: boolean;
|
|
568
577
|
includeExpired?: boolean;
|
|
@@ -579,7 +588,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
579
588
|
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
580
589
|
isError: true;
|
|
581
590
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
582
|
-
|
|
591
|
+
platformKey: string;
|
|
592
|
+
username: string;
|
|
583
593
|
course?: string;
|
|
584
594
|
excludeMainTenantAssertions?: boolean;
|
|
585
595
|
includeExpired?: boolean;
|
|
@@ -598,7 +608,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
598
608
|
}) => R) | undefined;
|
|
599
609
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
600
610
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
601
|
-
|
|
611
|
+
platformKey: string;
|
|
612
|
+
username: string;
|
|
602
613
|
course?: string;
|
|
603
614
|
excludeMainTenantAssertions?: boolean;
|
|
604
615
|
includeExpired?: boolean;
|
|
@@ -625,7 +636,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
625
636
|
}, "isUninitialized"> & {
|
|
626
637
|
isUninitialized: true;
|
|
627
638
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
628
|
-
|
|
639
|
+
platformKey: string;
|
|
640
|
+
username: string;
|
|
629
641
|
course?: string;
|
|
630
642
|
excludeMainTenantAssertions?: boolean;
|
|
631
643
|
includeExpired?: boolean;
|
|
@@ -648,7 +660,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
648
660
|
isFetching: true;
|
|
649
661
|
error: undefined;
|
|
650
662
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
651
|
-
|
|
663
|
+
platformKey: string;
|
|
664
|
+
username: string;
|
|
652
665
|
course?: string;
|
|
653
666
|
excludeMainTenantAssertions?: boolean;
|
|
654
667
|
includeExpired?: boolean;
|
|
@@ -667,7 +680,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
667
680
|
isFetching: false;
|
|
668
681
|
error: undefined;
|
|
669
682
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
670
|
-
|
|
683
|
+
platformKey: string;
|
|
684
|
+
username: string;
|
|
671
685
|
course?: string;
|
|
672
686
|
excludeMainTenantAssertions?: boolean;
|
|
673
687
|
includeExpired?: boolean;
|
|
@@ -684,7 +698,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
684
698
|
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
685
699
|
isError: true;
|
|
686
700
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
687
|
-
|
|
701
|
+
platformKey: string;
|
|
702
|
+
username: string;
|
|
688
703
|
course?: string;
|
|
689
704
|
excludeMainTenantAssertions?: boolean;
|
|
690
705
|
includeExpired?: boolean;
|
|
@@ -721,7 +736,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
721
736
|
}, "isUninitialized"> & {
|
|
722
737
|
isUninitialized: true;
|
|
723
738
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
724
|
-
|
|
739
|
+
platformKey: string;
|
|
740
|
+
username: string;
|
|
725
741
|
course?: string;
|
|
726
742
|
excludeMainTenantAssertions?: boolean;
|
|
727
743
|
includeExpired?: boolean;
|
|
@@ -744,7 +760,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
744
760
|
isFetching: true;
|
|
745
761
|
error: undefined;
|
|
746
762
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
747
|
-
|
|
763
|
+
platformKey: string;
|
|
764
|
+
username: string;
|
|
748
765
|
course?: string;
|
|
749
766
|
excludeMainTenantAssertions?: boolean;
|
|
750
767
|
includeExpired?: boolean;
|
|
@@ -763,7 +780,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
763
780
|
isFetching: false;
|
|
764
781
|
error: undefined;
|
|
765
782
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
766
|
-
|
|
783
|
+
platformKey: string;
|
|
784
|
+
username: string;
|
|
767
785
|
course?: string;
|
|
768
786
|
excludeMainTenantAssertions?: boolean;
|
|
769
787
|
includeExpired?: boolean;
|
|
@@ -780,7 +798,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
780
798
|
}, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
|
|
781
799
|
isError: true;
|
|
782
800
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
783
|
-
|
|
801
|
+
platformKey: string;
|
|
802
|
+
username: string;
|
|
784
803
|
course?: string;
|
|
785
804
|
excludeMainTenantAssertions?: boolean;
|
|
786
805
|
includeExpired?: boolean;
|
|
@@ -798,7 +817,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
798
817
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
799
818
|
}) => R) | undefined;
|
|
800
819
|
}, "skip">) | undefined) => [(arg: {
|
|
801
|
-
|
|
820
|
+
platformKey: string;
|
|
821
|
+
username: string;
|
|
802
822
|
course?: string;
|
|
803
823
|
excludeMainTenantAssertions?: boolean;
|
|
804
824
|
includeExpired?: boolean;
|
|
@@ -806,7 +826,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
806
826
|
page?: number;
|
|
807
827
|
pageSize?: number;
|
|
808
828
|
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
809
|
-
|
|
829
|
+
platformKey: string;
|
|
830
|
+
username: string;
|
|
810
831
|
course?: string;
|
|
811
832
|
excludeMainTenantAssertions?: boolean;
|
|
812
833
|
includeExpired?: boolean;
|
|
@@ -817,7 +838,8 @@ export declare const useGetCredentialsQuery: <R extends Record<string, any> = im
|
|
|
817
838
|
reset: () => void;
|
|
818
839
|
}, {
|
|
819
840
|
lastArg: {
|
|
820
|
-
|
|
841
|
+
platformKey: string;
|
|
842
|
+
username: string;
|
|
821
843
|
course?: string;
|
|
822
844
|
excludeMainTenantAssertions?: boolean;
|
|
823
845
|
includeExpired?: boolean;
|
|
@@ -97,6 +97,7 @@ export declare const mentorApiSlice: import("@reduxjs/toolkit/query").Api<import
|
|
|
97
97
|
org: string;
|
|
98
98
|
departmentId?: number;
|
|
99
99
|
filterBy?: string;
|
|
100
|
+
isFeatured?: boolean;
|
|
100
101
|
metadataKey?: string;
|
|
101
102
|
metadataValue?: string;
|
|
102
103
|
returnSessionInformation?: boolean;
|
|
@@ -112,12 +113,14 @@ export declare const mentorApiSlice: import("@reduxjs/toolkit/query").Api<import
|
|
|
112
113
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").RecentlyAccessedMentor[], "mentorApiSlice", any>;
|
|
113
114
|
getModerationLogs: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
114
115
|
org: string;
|
|
115
|
-
|
|
116
|
+
endTime?: string;
|
|
117
|
+
mentor?: string;
|
|
116
118
|
ordering?: string;
|
|
117
119
|
page?: number;
|
|
118
120
|
pageSize?: number;
|
|
119
121
|
platformKey?: string;
|
|
120
122
|
search?: string;
|
|
123
|
+
startTime?: string;
|
|
121
124
|
targetSystem?: "Moderation System" | "Safety System";
|
|
122
125
|
username?: string;
|
|
123
126
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>;
|
|
@@ -4219,6 +4222,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4219
4222
|
org: string;
|
|
4220
4223
|
departmentId?: number;
|
|
4221
4224
|
filterBy?: string;
|
|
4225
|
+
isFeatured?: boolean;
|
|
4222
4226
|
metadataKey?: string;
|
|
4223
4227
|
metadataValue?: string;
|
|
4224
4228
|
returnSessionInformation?: boolean;
|
|
@@ -4228,6 +4232,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4228
4232
|
org: string;
|
|
4229
4233
|
departmentId?: number;
|
|
4230
4234
|
filterBy?: string;
|
|
4235
|
+
isFeatured?: boolean;
|
|
4231
4236
|
metadataKey?: string;
|
|
4232
4237
|
metadataValue?: string;
|
|
4233
4238
|
returnSessionInformation?: boolean;
|
|
@@ -4238,6 +4243,7 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
4238
4243
|
org: string;
|
|
4239
4244
|
departmentId?: number;
|
|
4240
4245
|
filterBy?: string;
|
|
4246
|
+
isFeatured?: boolean;
|
|
4241
4247
|
metadataKey?: string;
|
|
4242
4248
|
metadataValue?: string;
|
|
4243
4249
|
returnSessionInformation?: boolean;
|
|
@@ -5340,12 +5346,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5340
5346
|
isUninitialized: true;
|
|
5341
5347
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5342
5348
|
org: string;
|
|
5343
|
-
|
|
5349
|
+
endTime?: string;
|
|
5350
|
+
mentor?: string;
|
|
5344
5351
|
ordering?: string;
|
|
5345
5352
|
page?: number;
|
|
5346
5353
|
pageSize?: number;
|
|
5347
5354
|
platformKey?: string;
|
|
5348
5355
|
search?: string;
|
|
5356
|
+
startTime?: string;
|
|
5349
5357
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5350
5358
|
username?: string;
|
|
5351
5359
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5365,12 +5373,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5365
5373
|
error: undefined;
|
|
5366
5374
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5367
5375
|
org: string;
|
|
5368
|
-
|
|
5376
|
+
endTime?: string;
|
|
5377
|
+
mentor?: string;
|
|
5369
5378
|
ordering?: string;
|
|
5370
5379
|
page?: number;
|
|
5371
5380
|
pageSize?: number;
|
|
5372
5381
|
platformKey?: string;
|
|
5373
5382
|
search?: string;
|
|
5383
|
+
startTime?: string;
|
|
5374
5384
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5375
5385
|
username?: string;
|
|
5376
5386
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5386,12 +5396,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5386
5396
|
error: undefined;
|
|
5387
5397
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5388
5398
|
org: string;
|
|
5389
|
-
|
|
5399
|
+
endTime?: string;
|
|
5400
|
+
mentor?: string;
|
|
5390
5401
|
ordering?: string;
|
|
5391
5402
|
page?: number;
|
|
5392
5403
|
pageSize?: number;
|
|
5393
5404
|
platformKey?: string;
|
|
5394
5405
|
search?: string;
|
|
5406
|
+
startTime?: string;
|
|
5395
5407
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5396
5408
|
username?: string;
|
|
5397
5409
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5405,12 +5417,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5405
5417
|
isError: true;
|
|
5406
5418
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5407
5419
|
org: string;
|
|
5408
|
-
|
|
5420
|
+
endTime?: string;
|
|
5421
|
+
mentor?: string;
|
|
5409
5422
|
ordering?: string;
|
|
5410
5423
|
page?: number;
|
|
5411
5424
|
pageSize?: number;
|
|
5412
5425
|
platformKey?: string;
|
|
5413
5426
|
search?: string;
|
|
5427
|
+
startTime?: string;
|
|
5414
5428
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5415
5429
|
username?: string;
|
|
5416
5430
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5424,12 +5438,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5424
5438
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
5425
5439
|
}>(arg: {
|
|
5426
5440
|
org: string;
|
|
5427
|
-
|
|
5441
|
+
endTime?: string;
|
|
5442
|
+
mentor?: string;
|
|
5428
5443
|
ordering?: string;
|
|
5429
5444
|
page?: number;
|
|
5430
5445
|
pageSize?: number;
|
|
5431
5446
|
platformKey?: string;
|
|
5432
5447
|
search?: string;
|
|
5448
|
+
startTime?: string;
|
|
5433
5449
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5434
5450
|
username?: string;
|
|
5435
5451
|
} | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
@@ -5457,12 +5473,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5457
5473
|
isUninitialized: true;
|
|
5458
5474
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5459
5475
|
org: string;
|
|
5460
|
-
|
|
5476
|
+
endTime?: string;
|
|
5477
|
+
mentor?: string;
|
|
5461
5478
|
ordering?: string;
|
|
5462
5479
|
page?: number;
|
|
5463
5480
|
pageSize?: number;
|
|
5464
5481
|
platformKey?: string;
|
|
5465
5482
|
search?: string;
|
|
5483
|
+
startTime?: string;
|
|
5466
5484
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5467
5485
|
username?: string;
|
|
5468
5486
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5482,12 +5500,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5482
5500
|
error: undefined;
|
|
5483
5501
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5484
5502
|
org: string;
|
|
5485
|
-
|
|
5503
|
+
endTime?: string;
|
|
5504
|
+
mentor?: string;
|
|
5486
5505
|
ordering?: string;
|
|
5487
5506
|
page?: number;
|
|
5488
5507
|
pageSize?: number;
|
|
5489
5508
|
platformKey?: string;
|
|
5490
5509
|
search?: string;
|
|
5510
|
+
startTime?: string;
|
|
5491
5511
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5492
5512
|
username?: string;
|
|
5493
5513
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5503,12 +5523,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5503
5523
|
error: undefined;
|
|
5504
5524
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5505
5525
|
org: string;
|
|
5506
|
-
|
|
5526
|
+
endTime?: string;
|
|
5527
|
+
mentor?: string;
|
|
5507
5528
|
ordering?: string;
|
|
5508
5529
|
page?: number;
|
|
5509
5530
|
pageSize?: number;
|
|
5510
5531
|
platformKey?: string;
|
|
5511
5532
|
search?: string;
|
|
5533
|
+
startTime?: string;
|
|
5512
5534
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5513
5535
|
username?: string;
|
|
5514
5536
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5522,12 +5544,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5522
5544
|
isError: true;
|
|
5523
5545
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5524
5546
|
org: string;
|
|
5525
|
-
|
|
5547
|
+
endTime?: string;
|
|
5548
|
+
mentor?: string;
|
|
5526
5549
|
ordering?: string;
|
|
5527
5550
|
page?: number;
|
|
5528
5551
|
pageSize?: number;
|
|
5529
5552
|
platformKey?: string;
|
|
5530
5553
|
search?: string;
|
|
5554
|
+
startTime?: string;
|
|
5531
5555
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5532
5556
|
username?: string;
|
|
5533
5557
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5543,12 +5567,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5543
5567
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
5544
5568
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5545
5569
|
org: string;
|
|
5546
|
-
|
|
5570
|
+
endTime?: string;
|
|
5571
|
+
mentor?: string;
|
|
5547
5572
|
ordering?: string;
|
|
5548
5573
|
page?: number;
|
|
5549
5574
|
pageSize?: number;
|
|
5550
5575
|
platformKey?: string;
|
|
5551
5576
|
search?: string;
|
|
5577
|
+
startTime?: string;
|
|
5552
5578
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5553
5579
|
username?: string;
|
|
5554
5580
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>>;
|
|
@@ -5572,12 +5598,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5572
5598
|
isUninitialized: true;
|
|
5573
5599
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5574
5600
|
org: string;
|
|
5575
|
-
|
|
5601
|
+
endTime?: string;
|
|
5602
|
+
mentor?: string;
|
|
5576
5603
|
ordering?: string;
|
|
5577
5604
|
page?: number;
|
|
5578
5605
|
pageSize?: number;
|
|
5579
5606
|
platformKey?: string;
|
|
5580
5607
|
search?: string;
|
|
5608
|
+
startTime?: string;
|
|
5581
5609
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5582
5610
|
username?: string;
|
|
5583
5611
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5597,12 +5625,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5597
5625
|
error: undefined;
|
|
5598
5626
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5599
5627
|
org: string;
|
|
5600
|
-
|
|
5628
|
+
endTime?: string;
|
|
5629
|
+
mentor?: string;
|
|
5601
5630
|
ordering?: string;
|
|
5602
5631
|
page?: number;
|
|
5603
5632
|
pageSize?: number;
|
|
5604
5633
|
platformKey?: string;
|
|
5605
5634
|
search?: string;
|
|
5635
|
+
startTime?: string;
|
|
5606
5636
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5607
5637
|
username?: string;
|
|
5608
5638
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5618,12 +5648,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5618
5648
|
error: undefined;
|
|
5619
5649
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5620
5650
|
org: string;
|
|
5621
|
-
|
|
5651
|
+
endTime?: string;
|
|
5652
|
+
mentor?: string;
|
|
5622
5653
|
ordering?: string;
|
|
5623
5654
|
page?: number;
|
|
5624
5655
|
pageSize?: number;
|
|
5625
5656
|
platformKey?: string;
|
|
5626
5657
|
search?: string;
|
|
5658
|
+
startTime?: string;
|
|
5627
5659
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5628
5660
|
username?: string;
|
|
5629
5661
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5637,12 +5669,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5637
5669
|
isError: true;
|
|
5638
5670
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5639
5671
|
org: string;
|
|
5640
|
-
|
|
5672
|
+
endTime?: string;
|
|
5673
|
+
mentor?: string;
|
|
5641
5674
|
ordering?: string;
|
|
5642
5675
|
page?: number;
|
|
5643
5676
|
pageSize?: number;
|
|
5644
5677
|
platformKey?: string;
|
|
5645
5678
|
search?: string;
|
|
5679
|
+
startTime?: string;
|
|
5646
5680
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5647
5681
|
username?: string;
|
|
5648
5682
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5676,12 +5710,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5676
5710
|
isUninitialized: true;
|
|
5677
5711
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5678
5712
|
org: string;
|
|
5679
|
-
|
|
5713
|
+
endTime?: string;
|
|
5714
|
+
mentor?: string;
|
|
5680
5715
|
ordering?: string;
|
|
5681
5716
|
page?: number;
|
|
5682
5717
|
pageSize?: number;
|
|
5683
5718
|
platformKey?: string;
|
|
5684
5719
|
search?: string;
|
|
5720
|
+
startTime?: string;
|
|
5685
5721
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5686
5722
|
username?: string;
|
|
5687
5723
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5701,12 +5737,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5701
5737
|
error: undefined;
|
|
5702
5738
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5703
5739
|
org: string;
|
|
5704
|
-
|
|
5740
|
+
endTime?: string;
|
|
5741
|
+
mentor?: string;
|
|
5705
5742
|
ordering?: string;
|
|
5706
5743
|
page?: number;
|
|
5707
5744
|
pageSize?: number;
|
|
5708
5745
|
platformKey?: string;
|
|
5709
5746
|
search?: string;
|
|
5747
|
+
startTime?: string;
|
|
5710
5748
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5711
5749
|
username?: string;
|
|
5712
5750
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5722,12 +5760,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5722
5760
|
error: undefined;
|
|
5723
5761
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5724
5762
|
org: string;
|
|
5725
|
-
|
|
5763
|
+
endTime?: string;
|
|
5764
|
+
mentor?: string;
|
|
5726
5765
|
ordering?: string;
|
|
5727
5766
|
page?: number;
|
|
5728
5767
|
pageSize?: number;
|
|
5729
5768
|
platformKey?: string;
|
|
5730
5769
|
search?: string;
|
|
5770
|
+
startTime?: string;
|
|
5731
5771
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5732
5772
|
username?: string;
|
|
5733
5773
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5741,12 +5781,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5741
5781
|
isError: true;
|
|
5742
5782
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5743
5783
|
org: string;
|
|
5744
|
-
|
|
5784
|
+
endTime?: string;
|
|
5785
|
+
mentor?: string;
|
|
5745
5786
|
ordering?: string;
|
|
5746
5787
|
page?: number;
|
|
5747
5788
|
pageSize?: number;
|
|
5748
5789
|
platformKey?: string;
|
|
5749
5790
|
search?: string;
|
|
5791
|
+
startTime?: string;
|
|
5750
5792
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5751
5793
|
username?: string;
|
|
5752
5794
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>> & {
|
|
@@ -5761,22 +5803,26 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5761
5803
|
}) => R) | undefined;
|
|
5762
5804
|
}, "skip">) | undefined) => [(arg: {
|
|
5763
5805
|
org: string;
|
|
5764
|
-
|
|
5806
|
+
endTime?: string;
|
|
5807
|
+
mentor?: string;
|
|
5765
5808
|
ordering?: string;
|
|
5766
5809
|
page?: number;
|
|
5767
5810
|
pageSize?: number;
|
|
5768
5811
|
platformKey?: string;
|
|
5769
5812
|
search?: string;
|
|
5813
|
+
startTime?: string;
|
|
5770
5814
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5771
5815
|
username?: string;
|
|
5772
5816
|
}, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5773
5817
|
org: string;
|
|
5774
|
-
|
|
5818
|
+
endTime?: string;
|
|
5819
|
+
mentor?: string;
|
|
5775
5820
|
ordering?: string;
|
|
5776
5821
|
page?: number;
|
|
5777
5822
|
pageSize?: number;
|
|
5778
5823
|
platformKey?: string;
|
|
5779
5824
|
search?: string;
|
|
5825
|
+
startTime?: string;
|
|
5780
5826
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5781
5827
|
username?: string;
|
|
5782
5828
|
}, import("@reduxjs/toolkit/query").BaseQueryFn<any, unknown, unknown, {}, {}>, "mentor" | "mentors" | "mentorSettings" | "mentorPublicSettings" | "shareableLinks" | "publicMentors" | "moderationLogs", import("@iblai/iblai-api").PaginatedModerationLogList, "mentorApiSlice", any>>, [R][R extends any ? 0 : never] & {
|
|
@@ -5784,12 +5830,14 @@ export declare const useCreateMentorMutation: <R extends Record<string, any> = (
|
|
|
5784
5830
|
}, {
|
|
5785
5831
|
lastArg: {
|
|
5786
5832
|
org: string;
|
|
5787
|
-
|
|
5833
|
+
endTime?: string;
|
|
5834
|
+
mentor?: string;
|
|
5788
5835
|
ordering?: string;
|
|
5789
5836
|
page?: number;
|
|
5790
5837
|
pageSize?: number;
|
|
5791
5838
|
platformKey?: string;
|
|
5792
5839
|
search?: string;
|
|
5840
|
+
startTime?: string;
|
|
5793
5841
|
targetSystem?: "Moderation System" | "Safety System";
|
|
5794
5842
|
username?: string;
|
|
5795
5843
|
};
|