@refinedev/devtools-shared
Advanced tools
Comparing version
@@ -15,2 +15,4 @@ import type { Mutation, MutationKey, MutationStatus, QueryKey, QueryState, QueryStatus } from "@tanstack/react-query"; | ||
DEVTOOLS_LOGIN_SUCCESS = "devtools:login-success", | ||
DEVTOOLS_DISPLAY_LOGIN_FAILURE = "devtools:display-login-failure", | ||
DEVTOOLS_LOGIN_FAILURE = "devtools:login-failure", | ||
DEVTOOLS_RELOAD_AFTER_LOGIN = "devtools:reload-after-login", | ||
@@ -74,2 +76,10 @@ DEVTOOLS_INVALIDATE_QUERY = "devtools:invalidate-query", | ||
[DevtoolsEvent.DEVTOOLS_LOGIN_SUCCESS]: {}; | ||
[DevtoolsEvent.DEVTOOLS_LOGIN_FAILURE]: { | ||
error: string | null; | ||
code: string | null; | ||
}; | ||
[DevtoolsEvent.DEVTOOLS_DISPLAY_LOGIN_FAILURE]: { | ||
error: string | null; | ||
code: string | null; | ||
}; | ||
[DevtoolsEvent.DEVTOOLS_RELOAD_AFTER_LOGIN]: {}; | ||
@@ -76,0 +86,0 @@ [DevtoolsEvent.DEVTOOLS_INVALIDATE_QUERY]: { |
{ | ||
"name": "@refinedev/devtools-shared", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "refine devtools offers a set of features from monitoring to quickly prototyping a UI.", |
@@ -23,2 +23,4 @@ import type { | ||
DEVTOOLS_LOGIN_SUCCESS = "devtools:login-success", | ||
DEVTOOLS_DISPLAY_LOGIN_FAILURE = "devtools:display-login-failure", | ||
DEVTOOLS_LOGIN_FAILURE = "devtools:login-failure", | ||
DEVTOOLS_RELOAD_AFTER_LOGIN = "devtools:reload-after-login", | ||
@@ -75,2 +77,10 @@ DEVTOOLS_INVALIDATE_QUERY = "devtools:invalidate-query", | ||
[DevtoolsEvent.DEVTOOLS_LOGIN_SUCCESS]: {}; | ||
[DevtoolsEvent.DEVTOOLS_LOGIN_FAILURE]: { | ||
error: string | null; | ||
code: string | null; | ||
}; | ||
[DevtoolsEvent.DEVTOOLS_DISPLAY_LOGIN_FAILURE]: { | ||
error: string | null; | ||
code: string | null; | ||
}; | ||
[DevtoolsEvent.DEVTOOLS_RELOAD_AFTER_LOGIN]: {}; | ||
@@ -77,0 +87,0 @@ [DevtoolsEvent.DEVTOOLS_INVALIDATE_QUERY]: { queryKey: QueryKey }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81054
5.45%506
5.42%