@sentry/junior-dashboard 0.152.0 → 0.153.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.
- package/dist/app.js +1 -1
- package/dist/client/api.d.ts +1 -1
- package/dist/client.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/client/api.ts +4 -12
- package/src/client/conversations/ConversationWorkspace.tsx +1 -3
package/dist/client/api.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare function usePluginUserPagesData(): import("@tanstack/react-query"
|
|
|
20
20
|
pluginName: string;
|
|
21
21
|
}[]>, Error>;
|
|
22
22
|
/** Fetch the conversation summary feed used by list-oriented dashboard routes. */
|
|
23
|
-
export declare function useConversationsData(
|
|
23
|
+
export declare function useConversationsData(): import("@tanstack/react-query").UseQueryResult<NoInfer<{
|
|
24
24
|
conversations: {
|
|
25
25
|
displayTitle: string;
|
|
26
26
|
cumulativeDurationMs: number;
|