@timardex/cluemart-shared 1.5.711 → 1.5.713

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,6 +1,6 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.mjs';
3
- import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-B9wubgsi.mjs';
3
+ import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-BEnFqDy7.mjs';
4
4
  import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CZqXBve8.mjs';
5
5
  import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-BEUzBSyY.mjs';
6
6
  import '../images/index.mjs';
@@ -1,6 +1,6 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.js';
3
- import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-DVPbL1IL.js';
3
+ import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, P as PartnerType, a as ResourceByUser, b as AdType, E as EnumAdStatus, c as SubscriptionPlansResponse, d as SubscriptionStatusData, e as PostType, f as EnumPostType, g as AppSettingsType, G as GameDocType, h as GameLeaderboard, i as SchoolReturnType, j as SchoolType } from '../post-qUQ2rGL4.js';
4
4
  import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CjJdhVR7.js';
5
5
  import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType } from '../global-585slmSH.js';
6
6
  import '../images/index.js';
@@ -135,7 +135,7 @@ import {
135
135
  useUpdateVendor,
136
136
  useUpdateVendorInfo,
137
137
  useValidateVerificationToken
138
- } from "../chunk-O3CRWCG4.mjs";
138
+ } from "../chunk-H2DRSNAF.mjs";
139
139
  import "../chunk-JMOGW4IX.mjs";
140
140
  export {
141
141
  useAddParticipantToChat,
@@ -4469,6 +4469,7 @@ var GAME_HISTORY_FIELDS_FRAGMENT = import_client65.gql`
4469
4469
  gameTitle
4470
4470
  gameType
4471
4471
  gameTypeId
4472
+ overallGamePoints
4472
4473
  pointsEarned
4473
4474
  }
4474
4475
  ${GAME_DATE_FIELDS_FRAGMENT}
@@ -5469,6 +5470,7 @@ var defaultValues = {
5469
5470
  firstName: "",
5470
5471
  isTester: false,
5471
5472
  lastName: "",
5473
+ location: null,
5472
5474
  password: null,
5473
5475
  preferredRegion: "",
5474
5476
  role: "customer" /* CUSTOMER */
@@ -5497,6 +5499,7 @@ function useUserForm(data) {
5497
5499
  firstName: data.firstName,
5498
5500
  isTester: data.isTester,
5499
5501
  lastName: data.lastName,
5502
+ location: data.location,
5500
5503
  password: data.password,
5501
5504
  preferredRegion: data.preferredRegion,
5502
5505
  role: data.role,
@@ -5515,6 +5518,7 @@ function useUserForm(data) {
5515
5518
  firstName,
5516
5519
  isTester,
5517
5520
  lastName,
5521
+ location,
5518
5522
  password,
5519
5523
  preferredRegion,
5520
5524
  role,
@@ -5531,6 +5535,7 @@ function useUserForm(data) {
5531
5535
  firstName,
5532
5536
  isTester,
5533
5537
  lastName,
5538
+ location,
5534
5539
  password,
5535
5540
  preferredRegion,
5536
5541
  role,
@@ -5970,7 +5975,7 @@ var import_yup15 = require("@hookform/resolvers/yup");
5970
5975
  var import_react3 = __toESM(require("react"));
5971
5976
  var import_react_hook_form15 = require("react-hook-form");
5972
5977
  var defaultValues9 = {
5973
- active: true,
5978
+ active: false,
5974
5979
  caption: "",
5975
5980
  content: [],
5976
5981
  cover: null,