@timardex/cluemart-shared 1.5.711 → 1.5.712

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
@@ -4319,7 +4319,10 @@ var useUpdateEvent = () => {
4319
4319
  {
4320
4320
  query: GET_EVENT,
4321
4321
  variables: { _id: eventId }
4322
- // Pass the eventId for refetching
4322
+ },
4323
+ {
4324
+ query: GET_EVENT_INFO,
4325
+ variables: { eventId }
4323
4326
  }
4324
4327
  ];
4325
4328
  }
@@ -4367,12 +4370,13 @@ var useUpdateEventInfo = () => {
4367
4370
  {
4368
4371
  query: GET_EVENT_INFO,
4369
4372
  variables: { eventId }
4370
- // Pass the eventId for refetching
4371
4373
  },
4372
4374
  {
4373
4375
  query: GET_EVENT,
4374
4376
  variables: { _id: eventId }
4375
- // Pass the eventId for refetching
4377
+ },
4378
+ {
4379
+ query: GET_USER_EVENTS
4376
4380
  }
4377
4381
  ];
4378
4382
  }
@@ -6473,6 +6477,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = import_client65.gql`
6473
6477
  gameTitle
6474
6478
  gameType
6475
6479
  gameTypeId
6480
+ overallGamePoints
6476
6481
  pointsEarned
6477
6482
  }
6478
6483
  ${GAME_DATE_FIELDS_FRAGMENT}