@iblai/data-layer 1.1.9 → 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -109,9 +109,9 @@ declare const useGetApiKeysQuery: <R extends Record<string, any> = _reduxjs_tool
109
109
  isError: false;
110
110
  }, "error">>)>> & {
111
111
  status: _reduxjs_toolkit_query.QueryStatus;
112
- }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
112
+ }>(arg: {
113
113
  platformKey: string;
114
- }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
114
+ } | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
115
115
  skip?: boolean;
116
116
  refetchOnMountOrArgChange?: boolean | number;
117
117
  } & {
@@ -849,13 +849,13 @@ declare const useGetChatHistoryFilterQuery: <R extends Record<string, any> = _re
849
849
  isError: false;
850
850
  }, "error">>)>> & {
851
851
  status: _reduxjs_toolkit_query.QueryStatus;
852
- }>(arg: {
852
+ }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
853
853
  org: string;
854
854
  endDate?: string;
855
855
  mentorId?: string;
856
856
  monthlyRange?: boolean;
857
857
  startDate?: string;
858
- } | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
858
+ }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
859
859
  skip?: boolean;
860
860
  refetchOnMountOrArgChange?: boolean | number;
861
861
  } & {
@@ -1292,7 +1292,7 @@ declare const useGetChatHistoryQuery: <R extends Record<string, any> = _reduxjs_
1292
1292
  isError: false;
1293
1293
  }, "error">>)>> & {
1294
1294
  status: _reduxjs_toolkit_query.QueryStatus;
1295
- }>(arg: {
1295
+ }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
1296
1296
  org: string;
1297
1297
  endDate?: string;
1298
1298
  filterUserId?: string;
@@ -1302,7 +1302,7 @@ declare const useGetChatHistoryQuery: <R extends Record<string, any> = _reduxjs_
1302
1302
  sentiment?: string;
1303
1303
  startDate?: string;
1304
1304
  topics?: string;
1305
- } | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
1305
+ }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
1306
1306
  skip?: boolean;
1307
1307
  refetchOnMountOrArgChange?: boolean | number;
1308
1308
  } & {
@@ -1951,11 +1951,11 @@ declare const useGetChatHistoryExportStatusQuery: <R extends Record<string, any>
1951
1951
  isError: false;
1952
1952
  }, "error">>)>> & {
1953
1953
  status: _reduxjs_toolkit_query.QueryStatus;
1954
- }>(arg: {
1954
+ }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
1955
1955
  key: string;
1956
1956
  reportName: string;
1957
1957
  mentorUniqueId?: string;
1958
- } | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
1958
+ }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
1959
1959
  skip?: boolean;
1960
1960
  refetchOnMountOrArgChange?: boolean | number;
1961
1961
  } & {
@@ -46650,11 +46650,11 @@ declare const useGetReportDetailQuery: <R extends Record<string, any> = _reduxjs
46650
46650
  isError: false;
46651
46651
  }, "error">>)>> & {
46652
46652
  status: _reduxjs_toolkit_query.QueryStatus;
46653
- }>(arg: {
46653
+ }>(arg: typeof _reduxjs_toolkit_query.skipToken | {
46654
46654
  key: string;
46655
46655
  reportName: string;
46656
46656
  mentorUniqueId?: string;
46657
- } | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
46657
+ }, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
46658
46658
  skip?: boolean;
46659
46659
  refetchOnMountOrArgChange?: boolean | number;
46660
46660
  } & {
package/dist/index.esm.js CHANGED
@@ -39694,7 +39694,7 @@ const mentorApiSlice = createApi({
39694
39694
  dispatch(mentorApiSlice.util.updateQueryData('getShareableLink', {
39695
39695
  mentor: updateData.mentor,
39696
39696
  org: updateData.org,
39697
- // @ts-ignore
39697
+ // @ts-expect-error userId may not be in the type
39698
39698
  userId: updateData.userId,
39699
39699
  }, (draft) => {
39700
39700
  var _a;