@turtleclub/hooks 0.5.0-beta.27 → 0.5.0-beta.28

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.cjs CHANGED
@@ -2583,7 +2583,7 @@ var import_react_query14 = require("@tanstack/react-query");
2583
2583
  function useStreams({
2584
2584
  query,
2585
2585
  options
2586
- }) {
2586
+ } = {}) {
2587
2587
  return (0, import_react_query14.useQuery)(createQueryOptions(streamsQueries.list(query), options));
2588
2588
  }
2589
2589
  function useStreamWallets({
@@ -2603,12 +2603,12 @@ function useStreamWalletDetails({
2603
2603
  }
2604
2604
  function useStreamSupportedChains({
2605
2605
  options
2606
- }) {
2606
+ } = {}) {
2607
2607
  return (0, import_react_query14.useQuery)(createQueryOptions(streamsQueries.supportedChains, options));
2608
2608
  }
2609
2609
  function useRequestStreamSignature({
2610
2610
  options
2611
- }) {
2611
+ } = {}) {
2612
2612
  return (0, import_react_query14.useMutation)({
2613
2613
  mutationFn: ({ organizationId, data }) => requestStreamSignature(organizationId, data),
2614
2614
  ...options