@timardex/cluemart-shared 1.5.526 → 1.5.527

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.
@@ -1018,7 +1018,7 @@ declare const useGetGames: () => {
1018
1018
  games: GameDocType[];
1019
1019
  }>>;
1020
1020
  };
1021
- declare const useGetGame: (_id?: string) => {
1021
+ declare const useGetGame: (_id?: string | null) => {
1022
1022
  error: _apollo_client.ApolloError | undefined;
1023
1023
  game: GameDocType | null;
1024
1024
  loading: boolean;
@@ -1018,7 +1018,7 @@ declare const useGetGames: () => {
1018
1018
  games: GameDocType[];
1019
1019
  }>>;
1020
1020
  };
1021
- declare const useGetGame: (_id?: string) => {
1021
+ declare const useGetGame: (_id?: string | null) => {
1022
1022
  error: _apollo_client.ApolloError | undefined;
1023
1023
  game: GameDocType | null;
1024
1024
  loading: boolean;
@@ -132,7 +132,7 @@ import {
132
132
  useUpdateVendor,
133
133
  useUpdateVendorInfo,
134
134
  useValidateVerificationToken
135
- } from "../chunk-4TFXXGPQ.mjs";
135
+ } from "../chunk-DJZW3O5D.mjs";
136
136
  import "../chunk-534WN2SR.mjs";
137
137
  export {
138
138
  useAddParticipantToChat,