@timardex/cluemart-shared 1.5.548 → 1.5.549

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-B8dshdq5.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-ClbRuePq.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, e as SchoolReturnType, f as SchoolType } from '../post-DjuHzWo7.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, e as SchoolReturnType, f as SchoolType } from '../post-CY53UsA7.mjs';
6
6
  import { G as GameDocType, a as GameLeaderboard } from '../game-BPtE3yaQ.mjs';
7
7
  import 'react-hook-form';
8
8
  import '../images/index.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-BXsZrzFC.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-CDqmjLH1.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, e as SchoolReturnType, f as SchoolType } from '../post-C0CIWXwc.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, e as SchoolReturnType, f as SchoolType } from '../post-Lc5PrxY6.js';
6
6
  import { G as GameDocType, a as GameLeaderboard } from '../game-1CSiEjlf.js';
7
7
  import 'react-hook-form';
8
8
  import '../images/index.js';
@@ -132,7 +132,7 @@ import {
132
132
  useUpdateVendor,
133
133
  useUpdateVendorInfo,
134
134
  useValidateVerificationToken
135
- } from "../chunk-XUQ6GKX7.mjs";
135
+ } from "../chunk-UBAAAYJY.mjs";
136
136
  import "../chunk-ZR4TGWTS.mjs";
137
137
  export {
138
138
  useAddParticipantToChat,
@@ -4324,6 +4324,7 @@ var POST_FIELDS_FRAGMENT = import_client56.gql`
4324
4324
  postType
4325
4325
  resource {
4326
4326
  resourceId
4327
+ resourceRegion
4327
4328
  resourceType
4328
4329
  }
4329
4330
  tags
@@ -4693,6 +4694,7 @@ var postSchema = yup8.object().shape({
4693
4694
  postType: yup8.mixed().oneOf(Object.values(EnumPostType)).required(),
4694
4695
  resource: yup8.object({
4695
4696
  resourceId: yup8.string().required(),
4697
+ resourceRegion: yup8.string().required(),
4696
4698
  resourceType: yup8.mixed().oneOf(Object.values(EnumResourceType)).required()
4697
4699
  }).nullable().optional(),
4698
4700
  tags: yup8.array().of(yup8.string().required()).nullable().optional(),