@iblai/data-layer 0.0.5 → 0.3.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.
Files changed (140) hide show
  1. package/dist/index.d.ts +65009 -23
  2. package/dist/index.esm.js +29131 -16819
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +29475 -16817
  5. package/dist/index.js.map +1 -1
  6. package/dist/package.json +84 -0
  7. package/dist/src/config.d.ts +2 -0
  8. package/dist/src/constants.d.ts +2 -3
  9. package/dist/src/core/index.d.ts +2 -1
  10. package/dist/src/features/analytics/api-slice.d.ts +3357 -0
  11. package/dist/src/features/analytics/constants.d.ts +121 -0
  12. package/dist/src/features/analytics/types.d.ts +426 -0
  13. package/dist/src/features/api-keys/api-slice.d.ts +94 -34
  14. package/dist/{features/api-keys → src/features/apps}/api-slice.d.ts +156 -78
  15. package/dist/src/features/auth/api-slice.d.ts +639 -0
  16. package/dist/src/features/auth/constants.d.ts +20 -0
  17. package/dist/src/features/auth/types.d.ts +33 -0
  18. package/dist/src/features/billing/api-slice.d.ts +349 -0
  19. package/dist/src/features/career/api-slice.d.ts +2852 -0
  20. package/dist/src/features/catalog/api-slice.d.ts +8618 -1
  21. package/dist/src/features/chat/api-slice.d.ts +1567 -32
  22. package/dist/src/features/chat/chat-slice.d.ts +4 -7
  23. package/dist/{features/core → src/features/chat-files}/api-slice.d.ts +47 -26
  24. package/dist/src/features/chat-files/types.d.ts +32 -0
  25. package/dist/src/features/chat-history/api-slice.d.ts +518 -244
  26. package/dist/src/features/core/api-slice.d.ts +4261 -5
  27. package/dist/src/features/core/constants.d.ts +47 -0
  28. package/dist/src/features/core/custom-api-slice.d.ts +1458 -0
  29. package/dist/src/features/core/custom-public-image-asset-api-slice.d.ts +333 -0
  30. package/dist/src/features/core/types.d.ts +60 -0
  31. package/dist/src/features/credentials/api-slice.d.ts +2343 -84
  32. package/dist/src/features/credentials/constants.d.ts +28 -0
  33. package/dist/src/features/credentials/custom-api-slice.d.ts +1284 -0
  34. package/dist/src/features/credentials/types.d.ts +16 -0
  35. package/dist/src/features/custom-domain/api-slice.d.ts +602 -0
  36. package/dist/src/features/custom-domain/constants.d.ts +20 -0
  37. package/dist/src/features/custom-domain/types.d.ts +46 -0
  38. package/dist/src/features/datasets/api-slice.d.ts +352 -43
  39. package/dist/src/features/disclaimers/api-slice.d.ts +912 -0
  40. package/dist/src/features/disclaimers/constants.d.ts +27 -0
  41. package/dist/src/features/disclaimers/index.d.ts +3 -0
  42. package/dist/src/features/disclaimers/types.d.ts +67 -0
  43. package/dist/src/features/edx-proctoring/api-slice.d.ts +590 -0
  44. package/dist/src/features/edx-proctoring/constants.d.ts +15 -0
  45. package/dist/src/features/edx-proctoring/types.d.ts +61 -0
  46. package/dist/src/features/llms/api-slice.d.ts +89 -23
  47. package/dist/src/features/memory/api-slice.d.ts +2129 -0
  48. package/dist/src/features/memory/constants.d.ts +50 -0
  49. package/dist/src/features/memory/index.d.ts +3 -0
  50. package/dist/src/features/memory/types.d.ts +122 -0
  51. package/dist/src/features/mentor/api-slice.d.ts +4126 -146
  52. package/dist/src/features/mentor/constants.d.ts +39 -0
  53. package/dist/src/features/mentor/custom-api-slice.d.ts +796 -0
  54. package/dist/src/features/mentor/types.d.ts +77 -0
  55. package/dist/src/features/mentor-categories/api-slice.d.ts +463 -23
  56. package/dist/src/features/notifications/api-slice.d.ts +1600 -0
  57. package/dist/src/features/notifications/constants.d.ts +26 -0
  58. package/dist/src/features/notifications/custom-api-slice.d.ts +996 -0
  59. package/dist/src/features/notifications/types.d.ts +69 -0
  60. package/dist/src/features/per-learner/api-slice.d.ts +1213 -0
  61. package/dist/src/features/platform/api-slice.d.ts +944 -70
  62. package/dist/src/features/platform/constants.d.ts +17 -0
  63. package/dist/src/features/platform/custom-api-slice.d.ts +493 -0
  64. package/dist/src/features/platform/types.d.ts +48 -0
  65. package/dist/src/features/projects/api-slice.d.ts +2026 -0
  66. package/dist/src/features/projects/constants.d.ts +51 -0
  67. package/dist/src/features/projects/types.d.ts +79 -0
  68. package/dist/src/features/prompts/api-slice.d.ts +1357 -73
  69. package/dist/src/features/reports/api-slice.d.ts +814 -0
  70. package/dist/{features/prompts/api-slice.d.ts → src/features/search/ai-search-api-slice.d.ts} +161 -160
  71. package/dist/src/features/search/api-slice.d.ts +1939 -0
  72. package/dist/src/features/search/constants.d.ts +31 -0
  73. package/dist/src/features/search/types.d.ts +89 -0
  74. package/dist/src/features/sessions/api-slice.d.ts +705 -0
  75. package/dist/src/features/skills/api-slice.d.ts +505 -65
  76. package/dist/src/features/stripe/api-slice.d.ts +781 -0
  77. package/dist/src/features/stripe/constants.d.ts +19 -0
  78. package/dist/src/features/stripe/types.d.ts +19 -0
  79. package/dist/src/features/tenant/api-slice.d.ts +261 -47
  80. package/dist/src/features/tenant/constants.d.ts +1 -1
  81. package/dist/src/features/tenant/types.d.ts +1 -0
  82. package/dist/src/features/tenant-logo/api-slice.d.ts +349 -0
  83. package/dist/src/features/tenant-logo/constants.d.ts +24 -0
  84. package/dist/src/features/tools/api-slice.d.ts +133 -23
  85. package/dist/src/features/training-documents/api-slice.d.ts +731 -52
  86. package/dist/src/features/user/api-slice.d.ts +1457 -22
  87. package/dist/src/features/user/constants.d.ts +32 -1
  88. package/dist/src/features/user/types.d.ts +65 -2
  89. package/dist/src/features/user-invitations/api-slice.d.ts +346 -56
  90. package/dist/src/features/utils.d.ts +31 -8
  91. package/dist/src/index.d.ts +78 -23
  92. package/dist/src/reducers/index.d.ts +1 -0
  93. package/dist/src/reducers/mentor.d.ts +2 -120
  94. package/dist/src/reducers/skills.d.ts +2 -0
  95. package/dist/src/services/StorageService.d.ts +1 -1
  96. package/dist/src/utils/index.d.ts +2 -2
  97. package/dist/tests/features/analytics/api-slice.test.d.ts +1 -0
  98. package/dist/tests/features/analytics/constants.test.d.ts +1 -0
  99. package/dist/tests/features/user/api-slice.test.d.ts +1 -0
  100. package/dist/tests/features/user/constants.test.d.ts +1 -0
  101. package/dist/tests/setupTests.d.ts +1 -0
  102. package/package.json +26 -15
  103. package/dist/config.d.ts +0 -5
  104. package/dist/constants.d.ts +0 -31
  105. package/dist/core/index.d.ts +0 -4
  106. package/dist/features/chat/api-slice.d.ts +0 -1278
  107. package/dist/features/chat/chat-slice.d.ts +0 -15
  108. package/dist/features/chat-history/api-slice.d.ts +0 -956
  109. package/dist/features/chat-history/constants.d.ts +0 -3
  110. package/dist/features/credentials/api-slice.d.ts +0 -531
  111. package/dist/features/datasets/api-slice.d.ts +0 -267
  112. package/dist/features/index.d.ts +0 -1
  113. package/dist/features/llms/api-slice.d.ts +0 -267
  114. package/dist/features/mentor/api-slice.d.ts +0 -1816
  115. package/dist/features/mentor-categories/api-slice.d.ts +0 -267
  116. package/dist/features/platform/api-slice.d.ts +0 -735
  117. package/dist/features/skills/api-slice.d.ts +0 -795
  118. package/dist/features/tenant/api-slice.d.ts +0 -536
  119. package/dist/features/tenant/constants.d.ts +0 -11
  120. package/dist/features/tenant/types.d.ts +0 -18
  121. package/dist/features/tools/api-slice.d.ts +0 -267
  122. package/dist/features/training-documents/api-slice.d.ts +0 -750
  123. package/dist/features/user/api-slice.d.ts +0 -751
  124. package/dist/features/user/constants.d.ts +0 -19
  125. package/dist/features/user/types.d.ts +0 -64
  126. package/dist/features/user-invitations/api-slice.d.ts +0 -428
  127. package/dist/features/utils.d.ts +0 -46
  128. package/dist/node_modules/@iblai/iblai-api/src/core/ApiError.d.ts +0 -10
  129. package/dist/node_modules/@iblai/iblai-api/src/core/ApiRequestOptions.d.ts +0 -13
  130. package/dist/node_modules/@iblai/iblai-api/src/core/ApiResult.d.ts +0 -7
  131. package/dist/node_modules/@iblai/iblai-api/src/core/CancelablePromise.d.ts +0 -20
  132. package/dist/node_modules/@iblai/iblai-api/src/core/OpenAPI.d.ts +0 -16
  133. package/dist/node_modules/@iblai/iblai-api/src/core/request.d.ts +0 -30
  134. package/dist/reducers/index.d.ts +0 -1
  135. package/dist/reducers/mentor.d.ts +0 -135
  136. package/dist/services/StorageService.d.ts +0 -5
  137. package/dist/src/features/chat-history/constants.d.ts +0 -8
  138. package/dist/utils/index.d.ts +0 -2
  139. /package/dist/{features/catalog/api-slice.d.ts → src/__tests__/constants.test.d.ts} +0 -0
  140. /package/dist/{features → src/features}/constants.d.ts +0 -0
@@ -0,0 +1,1600 @@
1
+ export declare const notificationsApiSlice: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, {
2
+ getNotificationsCount: import("@reduxjs/toolkit/query").QueryDefinition<{
3
+ org: string;
4
+ channel?: string;
5
+ status?: string;
6
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>;
7
+ getNotifications: import("@reduxjs/toolkit/query").QueryDefinition<{
8
+ org: string;
9
+ channel?: string;
10
+ endDate?: string;
11
+ excludeChannel?: string;
12
+ startDate?: string;
13
+ status?: string;
14
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>;
15
+ markAllAsRead: import("@reduxjs/toolkit/query").MutationDefinition<{
16
+ platformKey: string;
17
+ requestBody?: import("@iblai/iblai-api").MarkAllReadRequest;
18
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").MarkAllReadResponse, "notificationsApiSlice", any>;
19
+ getNotificationContext: import("@reduxjs/toolkit/query").QueryDefinition<{
20
+ platformKey: string;
21
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>;
22
+ createNotificationPreview: import("@reduxjs/toolkit/query").MutationDefinition<{
23
+ platformKey: string;
24
+ requestBody: import("@iblai/iblai-api").NotificationPreview;
25
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").PreviewResponse, "notificationsApiSlice", any>;
26
+ sendNotification: import("@reduxjs/toolkit/query").MutationDefinition<{
27
+ platformKey: string;
28
+ requestBody: import("@iblai/iblai-api").SendNotification;
29
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").SendResponse, "notificationsApiSlice", any>;
30
+ }, "notificationsApiSlice", "Notifications" | "NotificationBuilder", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
31
+ export declare const useGetNotificationsCountQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
32
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
33
+ originalArgs?: undefined | undefined;
34
+ data?: undefined | undefined;
35
+ error?: undefined | undefined;
36
+ requestId?: undefined | undefined;
37
+ endpointName?: string | undefined;
38
+ startedTimeStamp?: undefined | undefined;
39
+ fulfilledTimeStamp?: undefined | undefined;
40
+ } & {
41
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
42
+ isUninitialized: false;
43
+ isLoading: false;
44
+ isFetching: false;
45
+ isSuccess: false;
46
+ isError: false;
47
+ }, "isUninitialized"> & {
48
+ isUninitialized: true;
49
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
50
+ org: string;
51
+ channel?: string;
52
+ status?: string;
53
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
54
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
55
+ isUninitialized: false;
56
+ isLoading: false;
57
+ isFetching: false;
58
+ isSuccess: false;
59
+ isError: false;
60
+ }, {
61
+ isLoading: true;
62
+ isFetching: boolean;
63
+ data: undefined;
64
+ } | ({
65
+ isSuccess: true;
66
+ isFetching: true;
67
+ error: undefined;
68
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
69
+ org: string;
70
+ channel?: string;
71
+ status?: string;
72
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
73
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
74
+ isUninitialized: false;
75
+ isLoading: false;
76
+ isFetching: false;
77
+ isSuccess: false;
78
+ isError: false;
79
+ }, "data" | "fulfilledTimeStamp">>) | ({
80
+ isSuccess: true;
81
+ isFetching: false;
82
+ error: undefined;
83
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
84
+ org: string;
85
+ channel?: string;
86
+ status?: string;
87
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
88
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
89
+ isUninitialized: false;
90
+ isLoading: false;
91
+ isFetching: false;
92
+ isSuccess: false;
93
+ isError: false;
94
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
95
+ isError: true;
96
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
97
+ org: string;
98
+ channel?: string;
99
+ status?: string;
100
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
101
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
102
+ isUninitialized: false;
103
+ isLoading: false;
104
+ isFetching: false;
105
+ isSuccess: false;
106
+ isError: false;
107
+ }, "error">>)>> & {
108
+ status: import("@reduxjs/toolkit/query").QueryStatus;
109
+ }>(arg: {
110
+ org: string;
111
+ channel?: string;
112
+ status?: string;
113
+ } | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
114
+ skip?: boolean;
115
+ refetchOnMountOrArgChange?: boolean | number;
116
+ } & {
117
+ skip?: boolean;
118
+ selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
119
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
120
+ originalArgs?: undefined | undefined;
121
+ data?: undefined | undefined;
122
+ error?: undefined | undefined;
123
+ requestId?: undefined | undefined;
124
+ endpointName?: string | undefined;
125
+ startedTimeStamp?: undefined | undefined;
126
+ fulfilledTimeStamp?: undefined | undefined;
127
+ } & {
128
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
129
+ isUninitialized: false;
130
+ isLoading: false;
131
+ isFetching: false;
132
+ isSuccess: false;
133
+ isError: false;
134
+ }, "isUninitialized"> & {
135
+ isUninitialized: true;
136
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
137
+ org: string;
138
+ channel?: string;
139
+ status?: string;
140
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
141
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
142
+ isUninitialized: false;
143
+ isLoading: false;
144
+ isFetching: false;
145
+ isSuccess: false;
146
+ isError: false;
147
+ }, {
148
+ isLoading: true;
149
+ isFetching: boolean;
150
+ data: undefined;
151
+ } | ({
152
+ isSuccess: true;
153
+ isFetching: true;
154
+ error: undefined;
155
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
156
+ org: string;
157
+ channel?: string;
158
+ status?: string;
159
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
160
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
161
+ isUninitialized: false;
162
+ isLoading: false;
163
+ isFetching: false;
164
+ isSuccess: false;
165
+ isError: false;
166
+ }, "data" | "fulfilledTimeStamp">>) | ({
167
+ isSuccess: true;
168
+ isFetching: false;
169
+ error: undefined;
170
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
171
+ org: string;
172
+ channel?: string;
173
+ status?: string;
174
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
175
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
176
+ isUninitialized: false;
177
+ isLoading: false;
178
+ isFetching: false;
179
+ isSuccess: false;
180
+ isError: false;
181
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
182
+ isError: true;
183
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
184
+ org: string;
185
+ channel?: string;
186
+ status?: string;
187
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
188
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
189
+ isUninitialized: false;
190
+ isLoading: false;
191
+ isFetching: false;
192
+ isSuccess: false;
193
+ isError: false;
194
+ }, "error">>)>> & {
195
+ status: import("@reduxjs/toolkit/query").QueryStatus;
196
+ }) => R) | undefined;
197
+ }) | undefined) => [R][R extends any ? 0 : never] & {
198
+ refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
199
+ org: string;
200
+ channel?: string;
201
+ status?: string;
202
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>>;
203
+ }, useLazyGetNotificationsCountQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
204
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
205
+ originalArgs?: undefined | undefined;
206
+ data?: undefined | undefined;
207
+ error?: undefined | undefined;
208
+ requestId?: undefined | undefined;
209
+ endpointName?: string | undefined;
210
+ startedTimeStamp?: undefined | undefined;
211
+ fulfilledTimeStamp?: undefined | undefined;
212
+ } & {
213
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
214
+ isUninitialized: false;
215
+ isLoading: false;
216
+ isFetching: false;
217
+ isSuccess: false;
218
+ isError: false;
219
+ }, "isUninitialized"> & {
220
+ isUninitialized: true;
221
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
222
+ org: string;
223
+ channel?: string;
224
+ status?: string;
225
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
226
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
227
+ isUninitialized: false;
228
+ isLoading: false;
229
+ isFetching: false;
230
+ isSuccess: false;
231
+ isError: false;
232
+ }, {
233
+ isLoading: true;
234
+ isFetching: boolean;
235
+ data: undefined;
236
+ } | ({
237
+ isSuccess: true;
238
+ isFetching: true;
239
+ error: undefined;
240
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
241
+ org: string;
242
+ channel?: string;
243
+ status?: string;
244
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
245
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
246
+ isUninitialized: false;
247
+ isLoading: false;
248
+ isFetching: false;
249
+ isSuccess: false;
250
+ isError: false;
251
+ }, "data" | "fulfilledTimeStamp">>) | ({
252
+ isSuccess: true;
253
+ isFetching: false;
254
+ error: undefined;
255
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
256
+ org: string;
257
+ channel?: string;
258
+ status?: string;
259
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
260
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
261
+ isUninitialized: false;
262
+ isLoading: false;
263
+ isFetching: false;
264
+ isSuccess: false;
265
+ isError: false;
266
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
267
+ isError: true;
268
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
269
+ org: string;
270
+ channel?: string;
271
+ status?: string;
272
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
273
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
274
+ isUninitialized: false;
275
+ isLoading: false;
276
+ isFetching: false;
277
+ isSuccess: false;
278
+ isError: false;
279
+ }, "error">>)>> & {
280
+ status: import("@reduxjs/toolkit/query").QueryStatus;
281
+ }>(options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & Omit<{
282
+ skip?: boolean;
283
+ selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
284
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
285
+ originalArgs?: undefined | undefined;
286
+ data?: undefined | undefined;
287
+ error?: undefined | undefined;
288
+ requestId?: undefined | undefined;
289
+ endpointName?: string | undefined;
290
+ startedTimeStamp?: undefined | undefined;
291
+ fulfilledTimeStamp?: undefined | undefined;
292
+ } & {
293
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
294
+ isUninitialized: false;
295
+ isLoading: false;
296
+ isFetching: false;
297
+ isSuccess: false;
298
+ isError: false;
299
+ }, "isUninitialized"> & {
300
+ isUninitialized: true;
301
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
302
+ org: string;
303
+ channel?: string;
304
+ status?: string;
305
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
306
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
307
+ isUninitialized: false;
308
+ isLoading: false;
309
+ isFetching: false;
310
+ isSuccess: false;
311
+ isError: false;
312
+ }, {
313
+ isLoading: true;
314
+ isFetching: boolean;
315
+ data: undefined;
316
+ } | ({
317
+ isSuccess: true;
318
+ isFetching: true;
319
+ error: undefined;
320
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
321
+ org: string;
322
+ channel?: string;
323
+ status?: string;
324
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
325
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
326
+ isUninitialized: false;
327
+ isLoading: false;
328
+ isFetching: false;
329
+ isSuccess: false;
330
+ isError: false;
331
+ }, "data" | "fulfilledTimeStamp">>) | ({
332
+ isSuccess: true;
333
+ isFetching: false;
334
+ error: undefined;
335
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
336
+ org: string;
337
+ channel?: string;
338
+ status?: string;
339
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
340
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
341
+ isUninitialized: false;
342
+ isLoading: false;
343
+ isFetching: false;
344
+ isSuccess: false;
345
+ isError: false;
346
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
347
+ isError: true;
348
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
349
+ org: string;
350
+ channel?: string;
351
+ status?: string;
352
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>> & {
353
+ currentData?: import("@iblai/iblai-api").NotificationCount | undefined;
354
+ isUninitialized: false;
355
+ isLoading: false;
356
+ isFetching: false;
357
+ isSuccess: false;
358
+ isError: false;
359
+ }, "error">>)>> & {
360
+ status: import("@reduxjs/toolkit/query").QueryStatus;
361
+ }) => R) | undefined;
362
+ }, "skip">) | undefined) => [(arg: {
363
+ org: string;
364
+ channel?: string;
365
+ status?: string;
366
+ }, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
367
+ org: string;
368
+ channel?: string;
369
+ status?: string;
370
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").NotificationCount, "notificationsApiSlice", any>>, [R][R extends any ? 0 : never] & {
371
+ reset: () => void;
372
+ }, {
373
+ lastArg: {
374
+ org: string;
375
+ channel?: string;
376
+ status?: string;
377
+ };
378
+ }], useGetNotificationsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
379
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
380
+ originalArgs?: undefined | undefined;
381
+ data?: undefined | undefined;
382
+ error?: undefined | undefined;
383
+ requestId?: undefined | undefined;
384
+ endpointName?: string | undefined;
385
+ startedTimeStamp?: undefined | undefined;
386
+ fulfilledTimeStamp?: undefined | undefined;
387
+ } & {
388
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
389
+ isUninitialized: false;
390
+ isLoading: false;
391
+ isFetching: false;
392
+ isSuccess: false;
393
+ isError: false;
394
+ }, "isUninitialized"> & {
395
+ isUninitialized: true;
396
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
397
+ org: string;
398
+ channel?: string;
399
+ endDate?: string;
400
+ excludeChannel?: string;
401
+ startDate?: string;
402
+ status?: string;
403
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
404
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
405
+ isUninitialized: false;
406
+ isLoading: false;
407
+ isFetching: false;
408
+ isSuccess: false;
409
+ isError: false;
410
+ }, {
411
+ isLoading: true;
412
+ isFetching: boolean;
413
+ data: undefined;
414
+ } | ({
415
+ isSuccess: true;
416
+ isFetching: true;
417
+ error: undefined;
418
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
419
+ org: string;
420
+ channel?: string;
421
+ endDate?: string;
422
+ excludeChannel?: string;
423
+ startDate?: string;
424
+ status?: string;
425
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
426
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
427
+ isUninitialized: false;
428
+ isLoading: false;
429
+ isFetching: false;
430
+ isSuccess: false;
431
+ isError: false;
432
+ }, "data" | "fulfilledTimeStamp">>) | ({
433
+ isSuccess: true;
434
+ isFetching: false;
435
+ error: undefined;
436
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
437
+ org: string;
438
+ channel?: string;
439
+ endDate?: string;
440
+ excludeChannel?: string;
441
+ startDate?: string;
442
+ status?: string;
443
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
444
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
445
+ isUninitialized: false;
446
+ isLoading: false;
447
+ isFetching: false;
448
+ isSuccess: false;
449
+ isError: false;
450
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
451
+ isError: true;
452
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
453
+ org: string;
454
+ channel?: string;
455
+ endDate?: string;
456
+ excludeChannel?: string;
457
+ startDate?: string;
458
+ status?: string;
459
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
460
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
461
+ isUninitialized: false;
462
+ isLoading: false;
463
+ isFetching: false;
464
+ isSuccess: false;
465
+ isError: false;
466
+ }, "error">>)>> & {
467
+ status: import("@reduxjs/toolkit/query").QueryStatus;
468
+ }>(arg: {
469
+ org: string;
470
+ channel?: string;
471
+ endDate?: string;
472
+ excludeChannel?: string;
473
+ startDate?: string;
474
+ status?: string;
475
+ } | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
476
+ skip?: boolean;
477
+ refetchOnMountOrArgChange?: boolean | number;
478
+ } & {
479
+ skip?: boolean;
480
+ selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
481
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
482
+ originalArgs?: undefined | undefined;
483
+ data?: undefined | undefined;
484
+ error?: undefined | undefined;
485
+ requestId?: undefined | undefined;
486
+ endpointName?: string | undefined;
487
+ startedTimeStamp?: undefined | undefined;
488
+ fulfilledTimeStamp?: undefined | undefined;
489
+ } & {
490
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
491
+ isUninitialized: false;
492
+ isLoading: false;
493
+ isFetching: false;
494
+ isSuccess: false;
495
+ isError: false;
496
+ }, "isUninitialized"> & {
497
+ isUninitialized: true;
498
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
499
+ org: string;
500
+ channel?: string;
501
+ endDate?: string;
502
+ excludeChannel?: string;
503
+ startDate?: string;
504
+ status?: string;
505
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
506
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
507
+ isUninitialized: false;
508
+ isLoading: false;
509
+ isFetching: false;
510
+ isSuccess: false;
511
+ isError: false;
512
+ }, {
513
+ isLoading: true;
514
+ isFetching: boolean;
515
+ data: undefined;
516
+ } | ({
517
+ isSuccess: true;
518
+ isFetching: true;
519
+ error: undefined;
520
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
521
+ org: string;
522
+ channel?: string;
523
+ endDate?: string;
524
+ excludeChannel?: string;
525
+ startDate?: string;
526
+ status?: string;
527
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
528
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
529
+ isUninitialized: false;
530
+ isLoading: false;
531
+ isFetching: false;
532
+ isSuccess: false;
533
+ isError: false;
534
+ }, "data" | "fulfilledTimeStamp">>) | ({
535
+ isSuccess: true;
536
+ isFetching: false;
537
+ error: undefined;
538
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
539
+ org: string;
540
+ channel?: string;
541
+ endDate?: string;
542
+ excludeChannel?: string;
543
+ startDate?: string;
544
+ status?: string;
545
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
546
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
547
+ isUninitialized: false;
548
+ isLoading: false;
549
+ isFetching: false;
550
+ isSuccess: false;
551
+ isError: false;
552
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
553
+ isError: true;
554
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
555
+ org: string;
556
+ channel?: string;
557
+ endDate?: string;
558
+ excludeChannel?: string;
559
+ startDate?: string;
560
+ status?: string;
561
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
562
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
563
+ isUninitialized: false;
564
+ isLoading: false;
565
+ isFetching: false;
566
+ isSuccess: false;
567
+ isError: false;
568
+ }, "error">>)>> & {
569
+ status: import("@reduxjs/toolkit/query").QueryStatus;
570
+ }) => R) | undefined;
571
+ }) | undefined) => [R][R extends any ? 0 : never] & {
572
+ refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
573
+ org: string;
574
+ channel?: string;
575
+ endDate?: string;
576
+ excludeChannel?: string;
577
+ startDate?: string;
578
+ status?: string;
579
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>>;
580
+ }, useLazyGetNotificationsQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
581
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
582
+ originalArgs?: undefined | undefined;
583
+ data?: undefined | undefined;
584
+ error?: undefined | undefined;
585
+ requestId?: undefined | undefined;
586
+ endpointName?: string | undefined;
587
+ startedTimeStamp?: undefined | undefined;
588
+ fulfilledTimeStamp?: undefined | undefined;
589
+ } & {
590
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
591
+ isUninitialized: false;
592
+ isLoading: false;
593
+ isFetching: false;
594
+ isSuccess: false;
595
+ isError: false;
596
+ }, "isUninitialized"> & {
597
+ isUninitialized: true;
598
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
599
+ org: string;
600
+ channel?: string;
601
+ endDate?: string;
602
+ excludeChannel?: string;
603
+ startDate?: string;
604
+ status?: string;
605
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
606
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
607
+ isUninitialized: false;
608
+ isLoading: false;
609
+ isFetching: false;
610
+ isSuccess: false;
611
+ isError: false;
612
+ }, {
613
+ isLoading: true;
614
+ isFetching: boolean;
615
+ data: undefined;
616
+ } | ({
617
+ isSuccess: true;
618
+ isFetching: true;
619
+ error: undefined;
620
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
621
+ org: string;
622
+ channel?: string;
623
+ endDate?: string;
624
+ excludeChannel?: string;
625
+ startDate?: string;
626
+ status?: string;
627
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
628
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
629
+ isUninitialized: false;
630
+ isLoading: false;
631
+ isFetching: false;
632
+ isSuccess: false;
633
+ isError: false;
634
+ }, "data" | "fulfilledTimeStamp">>) | ({
635
+ isSuccess: true;
636
+ isFetching: false;
637
+ error: undefined;
638
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
639
+ org: string;
640
+ channel?: string;
641
+ endDate?: string;
642
+ excludeChannel?: string;
643
+ startDate?: string;
644
+ status?: string;
645
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
646
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
647
+ isUninitialized: false;
648
+ isLoading: false;
649
+ isFetching: false;
650
+ isSuccess: false;
651
+ isError: false;
652
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
653
+ isError: true;
654
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
655
+ org: string;
656
+ channel?: string;
657
+ endDate?: string;
658
+ excludeChannel?: string;
659
+ startDate?: string;
660
+ status?: string;
661
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
662
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
663
+ isUninitialized: false;
664
+ isLoading: false;
665
+ isFetching: false;
666
+ isSuccess: false;
667
+ isError: false;
668
+ }, "error">>)>> & {
669
+ status: import("@reduxjs/toolkit/query").QueryStatus;
670
+ }>(options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & Omit<{
671
+ skip?: boolean;
672
+ selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
673
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
674
+ originalArgs?: undefined | undefined;
675
+ data?: undefined | undefined;
676
+ error?: undefined | undefined;
677
+ requestId?: undefined | undefined;
678
+ endpointName?: string | undefined;
679
+ startedTimeStamp?: undefined | undefined;
680
+ fulfilledTimeStamp?: undefined | undefined;
681
+ } & {
682
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
683
+ isUninitialized: false;
684
+ isLoading: false;
685
+ isFetching: false;
686
+ isSuccess: false;
687
+ isError: false;
688
+ }, "isUninitialized"> & {
689
+ isUninitialized: true;
690
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
691
+ org: string;
692
+ channel?: string;
693
+ endDate?: string;
694
+ excludeChannel?: string;
695
+ startDate?: string;
696
+ status?: string;
697
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
698
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
699
+ isUninitialized: false;
700
+ isLoading: false;
701
+ isFetching: false;
702
+ isSuccess: false;
703
+ isError: false;
704
+ }, {
705
+ isLoading: true;
706
+ isFetching: boolean;
707
+ data: undefined;
708
+ } | ({
709
+ isSuccess: true;
710
+ isFetching: true;
711
+ error: undefined;
712
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
713
+ org: string;
714
+ channel?: string;
715
+ endDate?: string;
716
+ excludeChannel?: string;
717
+ startDate?: string;
718
+ status?: string;
719
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
720
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
721
+ isUninitialized: false;
722
+ isLoading: false;
723
+ isFetching: false;
724
+ isSuccess: false;
725
+ isError: false;
726
+ }, "data" | "fulfilledTimeStamp">>) | ({
727
+ isSuccess: true;
728
+ isFetching: false;
729
+ error: undefined;
730
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
731
+ org: string;
732
+ channel?: string;
733
+ endDate?: string;
734
+ excludeChannel?: string;
735
+ startDate?: string;
736
+ status?: string;
737
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
738
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
739
+ isUninitialized: false;
740
+ isLoading: false;
741
+ isFetching: false;
742
+ isSuccess: false;
743
+ isError: false;
744
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
745
+ isError: true;
746
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
747
+ org: string;
748
+ channel?: string;
749
+ endDate?: string;
750
+ excludeChannel?: string;
751
+ startDate?: string;
752
+ status?: string;
753
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>> & {
754
+ currentData?: import("@iblai/iblai-api").Notification | undefined;
755
+ isUninitialized: false;
756
+ isLoading: false;
757
+ isFetching: false;
758
+ isSuccess: false;
759
+ isError: false;
760
+ }, "error">>)>> & {
761
+ status: import("@reduxjs/toolkit/query").QueryStatus;
762
+ }) => R) | undefined;
763
+ }, "skip">) | undefined) => [(arg: {
764
+ org: string;
765
+ channel?: string;
766
+ endDate?: string;
767
+ excludeChannel?: string;
768
+ startDate?: string;
769
+ status?: string;
770
+ }, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
771
+ org: string;
772
+ channel?: string;
773
+ endDate?: string;
774
+ excludeChannel?: string;
775
+ startDate?: string;
776
+ status?: string;
777
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").Notification, "notificationsApiSlice", any>>, [R][R extends any ? 0 : never] & {
778
+ reset: () => void;
779
+ }, {
780
+ lastArg: {
781
+ org: string;
782
+ channel?: string;
783
+ endDate?: string;
784
+ excludeChannel?: string;
785
+ startDate?: string;
786
+ status?: string;
787
+ };
788
+ }], useMarkAllAsReadMutation: <R extends Record<string, any> = ({
789
+ requestId?: undefined;
790
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
791
+ data?: undefined;
792
+ error?: undefined;
793
+ endpointName?: string;
794
+ startedTimeStamp?: undefined;
795
+ fulfilledTimeStamp?: undefined;
796
+ } & {
797
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
798
+ isUninitialized: true;
799
+ isLoading: false;
800
+ isSuccess: false;
801
+ isError: false;
802
+ }) | ({
803
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
804
+ } & Omit<{
805
+ requestId: string;
806
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
807
+ error?: unknown;
808
+ endpointName: string;
809
+ startedTimeStamp: number;
810
+ fulfilledTimeStamp?: number;
811
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
812
+ requestId: string;
813
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
814
+ error?: unknown;
815
+ endpointName: string;
816
+ startedTimeStamp: number;
817
+ fulfilledTimeStamp?: number;
818
+ }, "data" | "fulfilledTimeStamp">> & {
819
+ error: undefined;
820
+ } & {
821
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
822
+ isUninitialized: false;
823
+ isLoading: false;
824
+ isSuccess: true;
825
+ isError: false;
826
+ }) | ({
827
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
828
+ } & {
829
+ requestId: string;
830
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
831
+ error?: unknown;
832
+ endpointName: string;
833
+ startedTimeStamp: number;
834
+ fulfilledTimeStamp?: number;
835
+ } & {
836
+ data?: undefined;
837
+ } & {
838
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
839
+ isUninitialized: false;
840
+ isLoading: true;
841
+ isSuccess: false;
842
+ isError: false;
843
+ }) | ({
844
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
845
+ } & Omit<{
846
+ requestId: string;
847
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
848
+ error?: unknown;
849
+ endpointName: string;
850
+ startedTimeStamp: number;
851
+ fulfilledTimeStamp?: number;
852
+ }, "error"> & Required<Pick<{
853
+ requestId: string;
854
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
855
+ error?: unknown;
856
+ endpointName: string;
857
+ startedTimeStamp: number;
858
+ fulfilledTimeStamp?: number;
859
+ }, "error">> & {
860
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
861
+ isUninitialized: false;
862
+ isLoading: false;
863
+ isSuccess: false;
864
+ isError: true;
865
+ })>(options?: {
866
+ selectFromResult?: ((state: ({
867
+ requestId?: undefined;
868
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
869
+ data?: undefined;
870
+ error?: undefined;
871
+ endpointName?: string;
872
+ startedTimeStamp?: undefined;
873
+ fulfilledTimeStamp?: undefined;
874
+ } & {
875
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
876
+ isUninitialized: true;
877
+ isLoading: false;
878
+ isSuccess: false;
879
+ isError: false;
880
+ }) | ({
881
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
882
+ } & Omit<{
883
+ requestId: string;
884
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
885
+ error?: unknown;
886
+ endpointName: string;
887
+ startedTimeStamp: number;
888
+ fulfilledTimeStamp?: number;
889
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
890
+ requestId: string;
891
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
892
+ error?: unknown;
893
+ endpointName: string;
894
+ startedTimeStamp: number;
895
+ fulfilledTimeStamp?: number;
896
+ }, "data" | "fulfilledTimeStamp">> & {
897
+ error: undefined;
898
+ } & {
899
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
900
+ isUninitialized: false;
901
+ isLoading: false;
902
+ isSuccess: true;
903
+ isError: false;
904
+ }) | ({
905
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
906
+ } & {
907
+ requestId: string;
908
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
909
+ error?: unknown;
910
+ endpointName: string;
911
+ startedTimeStamp: number;
912
+ fulfilledTimeStamp?: number;
913
+ } & {
914
+ data?: undefined;
915
+ } & {
916
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
917
+ isUninitialized: false;
918
+ isLoading: true;
919
+ isSuccess: false;
920
+ isError: false;
921
+ }) | ({
922
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
923
+ } & Omit<{
924
+ requestId: string;
925
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
926
+ error?: unknown;
927
+ endpointName: string;
928
+ startedTimeStamp: number;
929
+ fulfilledTimeStamp?: number;
930
+ }, "error"> & Required<Pick<{
931
+ requestId: string;
932
+ data?: import("@iblai/iblai-api").MarkAllReadResponse | undefined;
933
+ error?: unknown;
934
+ endpointName: string;
935
+ startedTimeStamp: number;
936
+ fulfilledTimeStamp?: number;
937
+ }, "error">> & {
938
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
939
+ isUninitialized: false;
940
+ isLoading: false;
941
+ isSuccess: false;
942
+ isError: true;
943
+ })) => R) | undefined;
944
+ fixedCacheKey?: string;
945
+ } | undefined) => readonly [(arg: {
946
+ platformKey: string;
947
+ requestBody?: import("@iblai/iblai-api").MarkAllReadRequest;
948
+ }) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<{
949
+ platformKey: string;
950
+ requestBody?: import("@iblai/iblai-api").MarkAllReadRequest;
951
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").MarkAllReadResponse, "notificationsApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
952
+ originalArgs?: {
953
+ platformKey: string;
954
+ requestBody?: import("@iblai/iblai-api").MarkAllReadRequest;
955
+ } | undefined;
956
+ reset: () => void;
957
+ }], useGetNotificationContextQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
958
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
959
+ originalArgs?: undefined | undefined;
960
+ data?: undefined | undefined;
961
+ error?: undefined | undefined;
962
+ requestId?: undefined | undefined;
963
+ endpointName?: string | undefined;
964
+ startedTimeStamp?: undefined | undefined;
965
+ fulfilledTimeStamp?: undefined | undefined;
966
+ } & {
967
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
968
+ isUninitialized: false;
969
+ isLoading: false;
970
+ isFetching: false;
971
+ isSuccess: false;
972
+ isError: false;
973
+ }, "isUninitialized"> & {
974
+ isUninitialized: true;
975
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
976
+ platformKey: string;
977
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
978
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
979
+ isUninitialized: false;
980
+ isLoading: false;
981
+ isFetching: false;
982
+ isSuccess: false;
983
+ isError: false;
984
+ }, {
985
+ isLoading: true;
986
+ isFetching: boolean;
987
+ data: undefined;
988
+ } | ({
989
+ isSuccess: true;
990
+ isFetching: true;
991
+ error: undefined;
992
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
993
+ platformKey: string;
994
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
995
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
996
+ isUninitialized: false;
997
+ isLoading: false;
998
+ isFetching: false;
999
+ isSuccess: false;
1000
+ isError: false;
1001
+ }, "data" | "fulfilledTimeStamp">>) | ({
1002
+ isSuccess: true;
1003
+ isFetching: false;
1004
+ error: undefined;
1005
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1006
+ platformKey: string;
1007
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1008
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1009
+ isUninitialized: false;
1010
+ isLoading: false;
1011
+ isFetching: false;
1012
+ isSuccess: false;
1013
+ isError: false;
1014
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
1015
+ isError: true;
1016
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1017
+ platformKey: string;
1018
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1019
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1020
+ isUninitialized: false;
1021
+ isLoading: false;
1022
+ isFetching: false;
1023
+ isSuccess: false;
1024
+ isError: false;
1025
+ }, "error">>)>> & {
1026
+ status: import("@reduxjs/toolkit/query").QueryStatus;
1027
+ }>(arg: {
1028
+ platformKey: string;
1029
+ } | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1030
+ skip?: boolean;
1031
+ refetchOnMountOrArgChange?: boolean | number;
1032
+ } & {
1033
+ skip?: boolean;
1034
+ selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
1035
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1036
+ originalArgs?: undefined | undefined;
1037
+ data?: undefined | undefined;
1038
+ error?: undefined | undefined;
1039
+ requestId?: undefined | undefined;
1040
+ endpointName?: string | undefined;
1041
+ startedTimeStamp?: undefined | undefined;
1042
+ fulfilledTimeStamp?: undefined | undefined;
1043
+ } & {
1044
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1045
+ isUninitialized: false;
1046
+ isLoading: false;
1047
+ isFetching: false;
1048
+ isSuccess: false;
1049
+ isError: false;
1050
+ }, "isUninitialized"> & {
1051
+ isUninitialized: true;
1052
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1053
+ platformKey: string;
1054
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1055
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1056
+ isUninitialized: false;
1057
+ isLoading: false;
1058
+ isFetching: false;
1059
+ isSuccess: false;
1060
+ isError: false;
1061
+ }, {
1062
+ isLoading: true;
1063
+ isFetching: boolean;
1064
+ data: undefined;
1065
+ } | ({
1066
+ isSuccess: true;
1067
+ isFetching: true;
1068
+ error: undefined;
1069
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1070
+ platformKey: string;
1071
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1072
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1073
+ isUninitialized: false;
1074
+ isLoading: false;
1075
+ isFetching: false;
1076
+ isSuccess: false;
1077
+ isError: false;
1078
+ }, "data" | "fulfilledTimeStamp">>) | ({
1079
+ isSuccess: true;
1080
+ isFetching: false;
1081
+ error: undefined;
1082
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1083
+ platformKey: string;
1084
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1085
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1086
+ isUninitialized: false;
1087
+ isLoading: false;
1088
+ isFetching: false;
1089
+ isSuccess: false;
1090
+ isError: false;
1091
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
1092
+ isError: true;
1093
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1094
+ platformKey: string;
1095
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1096
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1097
+ isUninitialized: false;
1098
+ isLoading: false;
1099
+ isFetching: false;
1100
+ isSuccess: false;
1101
+ isError: false;
1102
+ }, "error">>)>> & {
1103
+ status: import("@reduxjs/toolkit/query").QueryStatus;
1104
+ }) => R) | undefined;
1105
+ }) | undefined) => [R][R extends any ? 0 : never] & {
1106
+ refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
1107
+ platformKey: string;
1108
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>>;
1109
+ }, useLazyGetNotificationContextQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
1110
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1111
+ originalArgs?: undefined | undefined;
1112
+ data?: undefined | undefined;
1113
+ error?: undefined | undefined;
1114
+ requestId?: undefined | undefined;
1115
+ endpointName?: string | undefined;
1116
+ startedTimeStamp?: undefined | undefined;
1117
+ fulfilledTimeStamp?: undefined | undefined;
1118
+ } & {
1119
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1120
+ isUninitialized: false;
1121
+ isLoading: false;
1122
+ isFetching: false;
1123
+ isSuccess: false;
1124
+ isError: false;
1125
+ }, "isUninitialized"> & {
1126
+ isUninitialized: true;
1127
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1128
+ platformKey: string;
1129
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1130
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1131
+ isUninitialized: false;
1132
+ isLoading: false;
1133
+ isFetching: false;
1134
+ isSuccess: false;
1135
+ isError: false;
1136
+ }, {
1137
+ isLoading: true;
1138
+ isFetching: boolean;
1139
+ data: undefined;
1140
+ } | ({
1141
+ isSuccess: true;
1142
+ isFetching: true;
1143
+ error: undefined;
1144
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1145
+ platformKey: string;
1146
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1147
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1148
+ isUninitialized: false;
1149
+ isLoading: false;
1150
+ isFetching: false;
1151
+ isSuccess: false;
1152
+ isError: false;
1153
+ }, "data" | "fulfilledTimeStamp">>) | ({
1154
+ isSuccess: true;
1155
+ isFetching: false;
1156
+ error: undefined;
1157
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1158
+ platformKey: string;
1159
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1160
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1161
+ isUninitialized: false;
1162
+ isLoading: false;
1163
+ isFetching: false;
1164
+ isSuccess: false;
1165
+ isError: false;
1166
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
1167
+ isError: true;
1168
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1169
+ platformKey: string;
1170
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1171
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1172
+ isUninitialized: false;
1173
+ isLoading: false;
1174
+ isFetching: false;
1175
+ isSuccess: false;
1176
+ isError: false;
1177
+ }, "error">>)>> & {
1178
+ status: import("@reduxjs/toolkit/query").QueryStatus;
1179
+ }>(options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & Omit<{
1180
+ skip?: boolean;
1181
+ selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
1182
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1183
+ originalArgs?: undefined | undefined;
1184
+ data?: undefined | undefined;
1185
+ error?: undefined | undefined;
1186
+ requestId?: undefined | undefined;
1187
+ endpointName?: string | undefined;
1188
+ startedTimeStamp?: undefined | undefined;
1189
+ fulfilledTimeStamp?: undefined | undefined;
1190
+ } & {
1191
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1192
+ isUninitialized: false;
1193
+ isLoading: false;
1194
+ isFetching: false;
1195
+ isSuccess: false;
1196
+ isError: false;
1197
+ }, "isUninitialized"> & {
1198
+ isUninitialized: true;
1199
+ }) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1200
+ platformKey: string;
1201
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1202
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1203
+ isUninitialized: false;
1204
+ isLoading: false;
1205
+ isFetching: false;
1206
+ isSuccess: false;
1207
+ isError: false;
1208
+ }, {
1209
+ isLoading: true;
1210
+ isFetching: boolean;
1211
+ data: undefined;
1212
+ } | ({
1213
+ isSuccess: true;
1214
+ isFetching: true;
1215
+ error: undefined;
1216
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1217
+ platformKey: string;
1218
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1219
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1220
+ isUninitialized: false;
1221
+ isLoading: false;
1222
+ isFetching: false;
1223
+ isSuccess: false;
1224
+ isError: false;
1225
+ }, "data" | "fulfilledTimeStamp">>) | ({
1226
+ isSuccess: true;
1227
+ isFetching: false;
1228
+ error: undefined;
1229
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1230
+ platformKey: string;
1231
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1232
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1233
+ isUninitialized: false;
1234
+ isLoading: false;
1235
+ isFetching: false;
1236
+ isSuccess: false;
1237
+ isError: false;
1238
+ }, "data" | "fulfilledTimeStamp" | "currentData">>) | ({
1239
+ isError: true;
1240
+ } & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
1241
+ platformKey: string;
1242
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>> & {
1243
+ currentData?: import("@iblai/iblai-api").ContextResponse | undefined;
1244
+ isUninitialized: false;
1245
+ isLoading: false;
1246
+ isFetching: false;
1247
+ isSuccess: false;
1248
+ isError: false;
1249
+ }, "error">>)>> & {
1250
+ status: import("@reduxjs/toolkit/query").QueryStatus;
1251
+ }) => R) | undefined;
1252
+ }, "skip">) | undefined) => [(arg: {
1253
+ platformKey: string;
1254
+ }, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
1255
+ platformKey: string;
1256
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").ContextResponse, "notificationsApiSlice", any>>, [R][R extends any ? 0 : never] & {
1257
+ reset: () => void;
1258
+ }, {
1259
+ lastArg: {
1260
+ platformKey: string;
1261
+ };
1262
+ }], useCreateNotificationPreviewMutation: <R extends Record<string, any> = ({
1263
+ requestId?: undefined;
1264
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1265
+ data?: undefined;
1266
+ error?: undefined;
1267
+ endpointName?: string;
1268
+ startedTimeStamp?: undefined;
1269
+ fulfilledTimeStamp?: undefined;
1270
+ } & {
1271
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1272
+ isUninitialized: true;
1273
+ isLoading: false;
1274
+ isSuccess: false;
1275
+ isError: false;
1276
+ }) | ({
1277
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1278
+ } & Omit<{
1279
+ requestId: string;
1280
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1281
+ error?: unknown;
1282
+ endpointName: string;
1283
+ startedTimeStamp: number;
1284
+ fulfilledTimeStamp?: number;
1285
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
1286
+ requestId: string;
1287
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1288
+ error?: unknown;
1289
+ endpointName: string;
1290
+ startedTimeStamp: number;
1291
+ fulfilledTimeStamp?: number;
1292
+ }, "data" | "fulfilledTimeStamp">> & {
1293
+ error: undefined;
1294
+ } & {
1295
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1296
+ isUninitialized: false;
1297
+ isLoading: false;
1298
+ isSuccess: true;
1299
+ isError: false;
1300
+ }) | ({
1301
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1302
+ } & {
1303
+ requestId: string;
1304
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1305
+ error?: unknown;
1306
+ endpointName: string;
1307
+ startedTimeStamp: number;
1308
+ fulfilledTimeStamp?: number;
1309
+ } & {
1310
+ data?: undefined;
1311
+ } & {
1312
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1313
+ isUninitialized: false;
1314
+ isLoading: true;
1315
+ isSuccess: false;
1316
+ isError: false;
1317
+ }) | ({
1318
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1319
+ } & Omit<{
1320
+ requestId: string;
1321
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1322
+ error?: unknown;
1323
+ endpointName: string;
1324
+ startedTimeStamp: number;
1325
+ fulfilledTimeStamp?: number;
1326
+ }, "error"> & Required<Pick<{
1327
+ requestId: string;
1328
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1329
+ error?: unknown;
1330
+ endpointName: string;
1331
+ startedTimeStamp: number;
1332
+ fulfilledTimeStamp?: number;
1333
+ }, "error">> & {
1334
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1335
+ isUninitialized: false;
1336
+ isLoading: false;
1337
+ isSuccess: false;
1338
+ isError: true;
1339
+ })>(options?: {
1340
+ selectFromResult?: ((state: ({
1341
+ requestId?: undefined;
1342
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1343
+ data?: undefined;
1344
+ error?: undefined;
1345
+ endpointName?: string;
1346
+ startedTimeStamp?: undefined;
1347
+ fulfilledTimeStamp?: undefined;
1348
+ } & {
1349
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1350
+ isUninitialized: true;
1351
+ isLoading: false;
1352
+ isSuccess: false;
1353
+ isError: false;
1354
+ }) | ({
1355
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1356
+ } & Omit<{
1357
+ requestId: string;
1358
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1359
+ error?: unknown;
1360
+ endpointName: string;
1361
+ startedTimeStamp: number;
1362
+ fulfilledTimeStamp?: number;
1363
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
1364
+ requestId: string;
1365
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1366
+ error?: unknown;
1367
+ endpointName: string;
1368
+ startedTimeStamp: number;
1369
+ fulfilledTimeStamp?: number;
1370
+ }, "data" | "fulfilledTimeStamp">> & {
1371
+ error: undefined;
1372
+ } & {
1373
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1374
+ isUninitialized: false;
1375
+ isLoading: false;
1376
+ isSuccess: true;
1377
+ isError: false;
1378
+ }) | ({
1379
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1380
+ } & {
1381
+ requestId: string;
1382
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1383
+ error?: unknown;
1384
+ endpointName: string;
1385
+ startedTimeStamp: number;
1386
+ fulfilledTimeStamp?: number;
1387
+ } & {
1388
+ data?: undefined;
1389
+ } & {
1390
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1391
+ isUninitialized: false;
1392
+ isLoading: true;
1393
+ isSuccess: false;
1394
+ isError: false;
1395
+ }) | ({
1396
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1397
+ } & Omit<{
1398
+ requestId: string;
1399
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1400
+ error?: unknown;
1401
+ endpointName: string;
1402
+ startedTimeStamp: number;
1403
+ fulfilledTimeStamp?: number;
1404
+ }, "error"> & Required<Pick<{
1405
+ requestId: string;
1406
+ data?: import("@iblai/iblai-api").PreviewResponse | undefined;
1407
+ error?: unknown;
1408
+ endpointName: string;
1409
+ startedTimeStamp: number;
1410
+ fulfilledTimeStamp?: number;
1411
+ }, "error">> & {
1412
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1413
+ isUninitialized: false;
1414
+ isLoading: false;
1415
+ isSuccess: false;
1416
+ isError: true;
1417
+ })) => R) | undefined;
1418
+ fixedCacheKey?: string;
1419
+ } | undefined) => readonly [(arg: {
1420
+ platformKey: string;
1421
+ requestBody: import("@iblai/iblai-api").NotificationPreview;
1422
+ }) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<{
1423
+ platformKey: string;
1424
+ requestBody: import("@iblai/iblai-api").NotificationPreview;
1425
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").PreviewResponse, "notificationsApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
1426
+ originalArgs?: {
1427
+ platformKey: string;
1428
+ requestBody: import("@iblai/iblai-api").NotificationPreview;
1429
+ } | undefined;
1430
+ reset: () => void;
1431
+ }], useSendNotificationMutation: <R extends Record<string, any> = ({
1432
+ requestId?: undefined;
1433
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1434
+ data?: undefined;
1435
+ error?: undefined;
1436
+ endpointName?: string;
1437
+ startedTimeStamp?: undefined;
1438
+ fulfilledTimeStamp?: undefined;
1439
+ } & {
1440
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1441
+ isUninitialized: true;
1442
+ isLoading: false;
1443
+ isSuccess: false;
1444
+ isError: false;
1445
+ }) | ({
1446
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1447
+ } & Omit<{
1448
+ requestId: string;
1449
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1450
+ error?: unknown;
1451
+ endpointName: string;
1452
+ startedTimeStamp: number;
1453
+ fulfilledTimeStamp?: number;
1454
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
1455
+ requestId: string;
1456
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1457
+ error?: unknown;
1458
+ endpointName: string;
1459
+ startedTimeStamp: number;
1460
+ fulfilledTimeStamp?: number;
1461
+ }, "data" | "fulfilledTimeStamp">> & {
1462
+ error: undefined;
1463
+ } & {
1464
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1465
+ isUninitialized: false;
1466
+ isLoading: false;
1467
+ isSuccess: true;
1468
+ isError: false;
1469
+ }) | ({
1470
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1471
+ } & {
1472
+ requestId: string;
1473
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1474
+ error?: unknown;
1475
+ endpointName: string;
1476
+ startedTimeStamp: number;
1477
+ fulfilledTimeStamp?: number;
1478
+ } & {
1479
+ data?: undefined;
1480
+ } & {
1481
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1482
+ isUninitialized: false;
1483
+ isLoading: true;
1484
+ isSuccess: false;
1485
+ isError: false;
1486
+ }) | ({
1487
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1488
+ } & Omit<{
1489
+ requestId: string;
1490
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1491
+ error?: unknown;
1492
+ endpointName: string;
1493
+ startedTimeStamp: number;
1494
+ fulfilledTimeStamp?: number;
1495
+ }, "error"> & Required<Pick<{
1496
+ requestId: string;
1497
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1498
+ error?: unknown;
1499
+ endpointName: string;
1500
+ startedTimeStamp: number;
1501
+ fulfilledTimeStamp?: number;
1502
+ }, "error">> & {
1503
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1504
+ isUninitialized: false;
1505
+ isLoading: false;
1506
+ isSuccess: false;
1507
+ isError: true;
1508
+ })>(options?: {
1509
+ selectFromResult?: ((state: ({
1510
+ requestId?: undefined;
1511
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1512
+ data?: undefined;
1513
+ error?: undefined;
1514
+ endpointName?: string;
1515
+ startedTimeStamp?: undefined;
1516
+ fulfilledTimeStamp?: undefined;
1517
+ } & {
1518
+ status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1519
+ isUninitialized: true;
1520
+ isLoading: false;
1521
+ isSuccess: false;
1522
+ isError: false;
1523
+ }) | ({
1524
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1525
+ } & Omit<{
1526
+ requestId: string;
1527
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1528
+ error?: unknown;
1529
+ endpointName: string;
1530
+ startedTimeStamp: number;
1531
+ fulfilledTimeStamp?: number;
1532
+ }, "data" | "fulfilledTimeStamp"> & Required<Pick<{
1533
+ requestId: string;
1534
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1535
+ error?: unknown;
1536
+ endpointName: string;
1537
+ startedTimeStamp: number;
1538
+ fulfilledTimeStamp?: number;
1539
+ }, "data" | "fulfilledTimeStamp">> & {
1540
+ error: undefined;
1541
+ } & {
1542
+ status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1543
+ isUninitialized: false;
1544
+ isLoading: false;
1545
+ isSuccess: true;
1546
+ isError: false;
1547
+ }) | ({
1548
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1549
+ } & {
1550
+ requestId: string;
1551
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1552
+ error?: unknown;
1553
+ endpointName: string;
1554
+ startedTimeStamp: number;
1555
+ fulfilledTimeStamp?: number;
1556
+ } & {
1557
+ data?: undefined;
1558
+ } & {
1559
+ status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1560
+ isUninitialized: false;
1561
+ isLoading: true;
1562
+ isSuccess: false;
1563
+ isError: false;
1564
+ }) | ({
1565
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1566
+ } & Omit<{
1567
+ requestId: string;
1568
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1569
+ error?: unknown;
1570
+ endpointName: string;
1571
+ startedTimeStamp: number;
1572
+ fulfilledTimeStamp?: number;
1573
+ }, "error"> & Required<Pick<{
1574
+ requestId: string;
1575
+ data?: import("@iblai/iblai-api").SendResponse | undefined;
1576
+ error?: unknown;
1577
+ endpointName: string;
1578
+ startedTimeStamp: number;
1579
+ fulfilledTimeStamp?: number;
1580
+ }, "error">> & {
1581
+ status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1582
+ isUninitialized: false;
1583
+ isLoading: false;
1584
+ isSuccess: false;
1585
+ isError: true;
1586
+ })) => R) | undefined;
1587
+ fixedCacheKey?: string;
1588
+ } | undefined) => readonly [(arg: {
1589
+ platformKey: string;
1590
+ requestBody: import("@iblai/iblai-api").SendNotification;
1591
+ }) => import("@reduxjs/toolkit/query").MutationActionCreatorResult<import("@reduxjs/toolkit/query").MutationDefinition<{
1592
+ platformKey: string;
1593
+ requestBody: import("@iblai/iblai-api").SendNotification;
1594
+ }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("@reduxjs/toolkit/query")._NEVER, unknown, {} & import("@reduxjs/toolkit/query").RetryOptions, {}>, "Notifications" | "NotificationBuilder", import("@iblai/iblai-api").SendResponse, "notificationsApiSlice", any>>, import("@reduxjs/toolkit/query").TSHelpersNoInfer<R> & {
1595
+ originalArgs?: {
1596
+ platformKey: string;
1597
+ requestBody: import("@iblai/iblai-api").SendNotification;
1598
+ } | undefined;
1599
+ reset: () => void;
1600
+ }];