@connectedxm/client 7.1.4 → 7.1.5
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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4185,7 +4185,7 @@ interface ConnectedXMClientContextState {
|
|
|
4185
4185
|
onNotFound?: (error: AxiosError<ConnectedXMResponse<any>>, key: QueryKey, shouldRedirect: boolean) => void;
|
|
4186
4186
|
onMutationError?: (error: AxiosError<ConnectedXMResponse<null>>, variables: Omit<MutationParams, "queryClient" | "clientApiParams">, context: unknown) => void;
|
|
4187
4187
|
}
|
|
4188
|
-
interface ConnectedProviderProps extends Omit<ConnectedXMClientContextState, "sendWSMessage" | "lastWSMessage"> {
|
|
4188
|
+
interface ConnectedProviderProps extends Omit<ConnectedXMClientContextState, "sendWSMessage" | "lastWSMessage" | "websocketState"> {
|
|
4189
4189
|
useWebSocket: typeof UseWebSocket;
|
|
4190
4190
|
children: React.ReactNode;
|
|
4191
4191
|
}
|