@timardex/cluemart-shared 1.5.42 → 1.5.44

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.
@@ -1,5 +1,5 @@
1
1
  import { L as LocationType, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-MMBYi34A.mjs';
2
- import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as AdFormData, h as CreateAdFormData, i as CreatePartnerFormData, j as PostFormData, k as CreatePostFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData } from '../post-n1sSMg4_.mjs';
2
+ import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as AdFormData, h as CreateAdFormData, i as CreatePartnerFormData, j as PostFormData, k as CreatePostFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData } from '../post-BwKaHhqn.mjs';
3
3
  import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-DtPfNKc4.mjs';
4
4
  import 'react-hook-form';
5
5
  import '../enums/index.mjs';
@@ -1,5 +1,5 @@
1
1
  import { L as LocationType, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-B0WdAD-8.js';
2
- import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as AdFormData, h as CreateAdFormData, i as CreatePartnerFormData, j as PostFormData, k as CreatePostFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData } from '../post-BBQv--R7.js';
2
+ import { e as UserFormData, C as CreateUserFormData, f as PartnerFormData, g as AdFormData, h as CreateAdFormData, i as CreatePartnerFormData, j as PostFormData, k as CreatePostFormData, l as AppSettingsFormData, m as CreateAppSettingsFormData } from '../post-DXXfTw0O.js';
3
3
  import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-B5tprOIL.js';
4
4
  import 'react-hook-form';
5
5
  import '../enums/index.js';
@@ -1,5 +1,5 @@
1
1
  import "../chunk-4LT5GOOP.mjs";
2
- import "../chunk-FW6BEOOA.mjs";
2
+ import "../chunk-663P5R7O.mjs";
3
3
  import "../chunk-DWO35OY4.mjs";
4
4
  import "../chunk-I7WE3EBR.mjs";
5
5
  import {
@@ -9,7 +9,7 @@ import {
9
9
  EnumAdType,
10
10
  EnumPostContentType,
11
11
  EnumPostType
12
- } from "../chunk-HTRRC6Y5.mjs";
12
+ } from "../chunk-TMRLX2ER.mjs";
13
13
  import {
14
14
  dateFormat,
15
15
  normalizeUrl,
package/dist/index.cjs CHANGED
@@ -5762,15 +5762,21 @@ var import_client56 = require("@apollo/client");
5762
5762
 
5763
5763
  // src/graphql/queries/game.ts
5764
5764
  var import_client55 = require("@apollo/client");
5765
+ var GAME_DATE_FIELDS_FRAGMENT = import_client55.gql`
5766
+ fragment GameDateFields on GameDateType {
5767
+ startDate
5768
+ endDate
5769
+ }
5770
+ `;
5765
5771
  var BASE_GAME_FIELDS_FRAGMENT = import_client55.gql`
5766
5772
  fragment BaseGameFields on BaseGameType {
5767
5773
  gameDate {
5768
- startDate
5769
- endDate
5774
+ ...GameDateFields
5770
5775
  }
5771
5776
  gameSolution
5772
5777
  gameType
5773
5778
  }
5779
+ ${GAME_DATE_FIELDS_FRAGMENT}
5774
5780
  `;
5775
5781
  var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
5776
5782
  fragment DailyClueGameDataFields on DailyClueGameDataType {
@@ -5800,6 +5806,13 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
5800
5806
  ...DailyClueGameDataFields
5801
5807
  }
5802
5808
  }
5809
+ gameHistory {
5810
+ gameDate {
5811
+ ...GameDateFields
5812
+ }
5813
+ gameType
5814
+ pointsEarned
5815
+ }
5803
5816
  updatedAt
5804
5817
  owner {
5805
5818
  ...OwnerFields
@@ -5808,6 +5821,7 @@ var GAME_FIELDS_FRAGMENT = import_client55.gql`
5808
5821
  }
5809
5822
  ${DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT}
5810
5823
  ${OWNER_FIELDS_FRAGMENT}
5824
+ ${GAME_DATE_FIELDS_FRAGMENT}
5811
5825
  `;
5812
5826
  var GET_GAMES = import_client55.gql`
5813
5827
  query getGames {
@@ -7989,14 +8003,12 @@ var gameScreenIdentifiers = [
7989
8003
  "events/region",
7990
8004
  "games",
7991
8005
  "home",
7992
- "map-modal",
7993
8006
  "notifications",
7994
8007
  "options",
7995
8008
  "partner",
7996
8009
  "partners",
7997
8010
  "post",
7998
8011
  "profile",
7999
- "resource-callout",
8000
8012
  "vendor",
8001
8013
  "vendors",
8002
8014
  "visitors"