@iblai/data-layer 1.1.8 → 1.1.9
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 +10 -10
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
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: {
|
|
112
|
+
}>(arg: typeof _reduxjs_toolkit_query.skipToken | {
|
|
113
113
|
platformKey: string;
|
|
114
|
-
}
|
|
114
|
+
}, 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: {
|
|
853
853
|
org: string;
|
|
854
854
|
endDate?: string;
|
|
855
855
|
mentorId?: string;
|
|
856
856
|
monthlyRange?: boolean;
|
|
857
857
|
startDate?: string;
|
|
858
|
-
}, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
858
|
+
} | typeof _reduxjs_toolkit_query.skipToken, 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: {
|
|
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
|
-
}, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
1305
|
+
} | typeof _reduxjs_toolkit_query.skipToken, 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: {
|
|
1955
1955
|
key: string;
|
|
1956
1956
|
reportName: string;
|
|
1957
1957
|
mentorUniqueId?: string;
|
|
1958
|
-
}, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
1958
|
+
} | typeof _reduxjs_toolkit_query.skipToken, 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: {
|
|
46654
46654
|
key: string;
|
|
46655
46655
|
reportName: string;
|
|
46656
46656
|
mentorUniqueId?: string;
|
|
46657
|
-
}, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
46657
|
+
} | typeof _reduxjs_toolkit_query.skipToken, options?: (_reduxjs_toolkit_query.SubscriptionOptions & {
|
|
46658
46658
|
skip?: boolean;
|
|
46659
46659
|
refetchOnMountOrArgChange?: boolean | number;
|
|
46660
46660
|
} & {
|
package/dist/index.esm.js
CHANGED
|
@@ -41316,6 +41316,8 @@ const analyticsCustomSlice = createApi({
|
|
|
41316
41316
|
method: 'GET',
|
|
41317
41317
|
responseHandler: (response) => response.blob(),
|
|
41318
41318
|
}),
|
|
41319
|
+
// Blobs are non-serializable; disable caching to prevent Redux serialization warnings
|
|
41320
|
+
keepUnusedDataFor: 0,
|
|
41319
41321
|
}),
|
|
41320
41322
|
}),
|
|
41321
41323
|
});
|