@timardex/cluemart-shared 1.5.46 → 1.5.47

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.
@@ -1027,10 +1027,10 @@ declare const useGetGame: (_id: string) => {
1027
1027
  };
1028
1028
  declare const useGetGameLeaderboard: () => {
1029
1029
  error: _apollo_client.ApolloError | undefined;
1030
- leaderboard: GameLeaderboard[];
1030
+ gameLeaderboard: GameLeaderboard[];
1031
1031
  loading: boolean;
1032
1032
  refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
1033
- leaderboard: GameLeaderboard[];
1033
+ gameLeaderboard: GameLeaderboard[];
1034
1034
  }>>;
1035
1035
  };
1036
1036
 
@@ -1027,10 +1027,10 @@ declare const useGetGame: (_id: string) => {
1027
1027
  };
1028
1028
  declare const useGetGameLeaderboard: () => {
1029
1029
  error: _apollo_client.ApolloError | undefined;
1030
- leaderboard: GameLeaderboard[];
1030
+ gameLeaderboard: GameLeaderboard[];
1031
1031
  loading: boolean;
1032
1032
  refetch: (variables?: Partial<_apollo_client.OperationVariables> | undefined) => Promise<_apollo_client.ApolloQueryResult<{
1033
- leaderboard: GameLeaderboard[];
1033
+ gameLeaderboard: GameLeaderboard[];
1034
1034
  }>>;
1035
1035
  };
1036
1036
 
@@ -126,7 +126,7 @@ import {
126
126
  useUpdateVendor,
127
127
  useUpdateVendorInfo,
128
128
  useValidateVerificationToken
129
- } from "../chunk-5LQJSAW4.mjs";
129
+ } from "../chunk-RBFEUYZH.mjs";
130
130
  import "../chunk-USQKKCIA.mjs";
131
131
  export {
132
132
  useAddParticipantToChat,
@@ -4133,9 +4133,9 @@ var GET_GAME = import_client55.gql`
4133
4133
  }
4134
4134
  ${GAME_FIELDS_FRAGMENT}
4135
4135
  `;
4136
- var GET_LEADERBOARD = import_client55.gql`
4137
- query getLeaderboard() {
4138
- leaderboard() {
4136
+ var GET_GAME_LEADERBOARD = import_client55.gql`
4137
+ query getGameLeaderboard {
4138
+ gameLeaderboard {
4139
4139
  gameHistory {
4140
4140
  ...GameHistoryFields
4141
4141
  }