@timardex/cluemart-shared 1.5.564 → 1.5.567

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.
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.mjs';
3
3
  import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-Bmt-2ItD.mjs';
4
4
  import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-3liXCxkc.mjs';
5
- import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-CeZceQBm.mjs';
5
+ import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-CSzn0CyV.mjs';
6
6
  import 'react-hook-form';
7
7
  import '../images/index.mjs';
8
8
  import '../dailyClue-BnlktK68.mjs';
@@ -2,7 +2,7 @@ import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.js';
3
3
  import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-2dcCvRIM.js';
4
4
  import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-BebbAtVP.js';
5
- import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-CiqgVcLD.js';
5
+ import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, G as GameDocType, e as GameLeaderboard, f as SchoolReturnType, g as SchoolType } from '../post-HPDnvpBB.js';
6
6
  import 'react-hook-form';
7
7
  import '../images/index.js';
8
8
  import '../dailyClue-BnlktK68.js';
@@ -133,7 +133,7 @@ import {
133
133
  useUpdateVendor,
134
134
  useUpdateVendorInfo,
135
135
  useValidateVerificationToken
136
- } from "../chunk-ORRYHPLO.mjs";
136
+ } from "../chunk-LNHT4D45.mjs";
137
137
  import "../chunk-ZR4TGWTS.mjs";
138
138
  export {
139
139
  useAddParticipantToChat,
@@ -4268,6 +4268,7 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
4268
4268
  ...GameHistoryFields
4269
4269
  }
4270
4270
  gameType
4271
+ gameTypeId
4271
4272
  updatedAt
4272
4273
  }
4273
4274
  ${GAME_DATA_FIELDS_FRAGMENT}
@@ -4326,6 +4327,7 @@ var GET_GAME_LEADERBOARD = import_client55.gql`
4326
4327
  // src/graphql/queries/post.ts
4327
4328
  var BASE_GAME_FIELDS_FRAGMENT = import_client56.gql`
4328
4329
  fragment BaseGameFields on BaseGameType {
4330
+ gameTypeId
4329
4331
  gameType
4330
4332
  dailyClue {
4331
4333
  ...DailyClueBaseGameFields