@timardex/cluemart-shared 1.3.94 → 1.3.96

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,4 +1,4 @@
1
- import { J as CreateFormData, T as TermsAgreement } from './global-nBtELIbB.mjs';
1
+ import { J as CreateFormData, T as TermsAgreement } from './global-D8D6TL-I.mjs';
2
2
  import { EnumOSPlatform } from './enums/index.mjs';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { J as CreateFormData, T as TermsAgreement } from './global-DhdaUgit.js';
1
+ import { J as CreateFormData, T as TermsAgreement } from './global-DTSeqbV9.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-nBtELIbB.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-D8D6TL-I.mjs';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.mjs';
4
4
 
@@ -1,4 +1,4 @@
1
- import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-DhdaUgit.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-DTSeqbV9.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -328,7 +328,6 @@ type EventStatusType = {
328
328
  claimed: boolean;
329
329
  };
330
330
  type MapMultiLocation = {
331
- claimed: boolean;
332
331
  dateTime: DateTimeType | null;
333
332
  eventStatus?: EventStatusType | null;
334
333
  location: LocationType | null;
@@ -328,7 +328,6 @@ type EventStatusType = {
328
328
  claimed: boolean;
329
329
  };
330
330
  type MapMultiLocation = {
331
- claimed: boolean;
332
331
  dateTime: DateTimeType | null;
333
332
  eventStatus?: EventStatusType | null;
334
333
  location: LocationType | null;
@@ -1,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.mjs';
3
3
  import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CJRTZROh.mjs';
4
- import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-nBtELIbB.mjs';
5
- import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, P as PartnerType, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-6NrMiDXU.mjs';
4
+ import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-D8D6TL-I.mjs';
5
+ import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, P as PartnerType, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-BugPtZBE.mjs';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -1,8 +1,8 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.js';
3
3
  import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType } from '../resourceActivities-CVwxvGeC.js';
4
- import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-DhdaUgit.js';
5
- import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, P as PartnerType, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-X19bKaRF.js';
4
+ import { E as EventListItemType, b as EventType, c as EventInfoType, d as RelationType, e as ResourceConnectionsType, V as VendorType, f as VendorInfoType, U as UnregisteredVendorType, g as UserLicenceType } from '../global-DTSeqbV9.js';
5
+ import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, a as SubscriptionPlansResponse, P as PartnerType, b as PostType, c as EnumPostType, d as AppSettingsType } from '../post-Ch5Wqwm-.js';
6
6
  import 'react-hook-form';
7
7
 
8
8
  declare const useAdminUpdateResourceType: () => {
@@ -515,7 +515,7 @@ var globalResourceSchema = yup.object().shape({
515
515
  }),
516
516
  contactDetails: contactDetailsSchema,
517
517
  description: yup.string().label("Description").trim().min(3).required("Description is required"),
518
- name: yup.string().label("Name").trim().min(3).max(40).required("Name is required"),
518
+ name: yup.string().label("Name").trim().min(3).required("Name is required"),
519
519
  region: yup.string().label("Region").required("Region is required"),
520
520
  socialMedia: yup.array().of(socialMediaSchema).nullable().default(null),
521
521
  associates: yup.array().of(