@timardex/cluemart-shared 1.3.92 → 1.3.94

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 { H as CreateFormData, T as TermsAgreement } from './global-CATVSBHP.js';
1
+ import { J as CreateFormData, T as TermsAgreement } from './global-DhdaUgit.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { H as CreateFormData, T as TermsAgreement } from './global-vtWGHz0A.mjs';
1
+ import { J as CreateFormData, T as TermsAgreement } from './global-nBtELIbB.mjs';
2
2
  import { EnumOSPlatform } from './enums/index.mjs';
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-vtWGHz0A.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-nBtELIbB.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-CATVSBHP.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-DhdaUgit.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -323,10 +323,14 @@ type Region = {
323
323
  longitudeDelta: number;
324
324
  };
325
325
  type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
326
+ type EventStatusType = {
327
+ googlePlaceId?: string | null;
328
+ claimed: boolean;
329
+ };
326
330
  type MapMultiLocation = {
327
331
  claimed: boolean;
328
332
  dateTime: DateTimeType | null;
329
- googlePlaceId?: string | null;
333
+ eventStatus?: EventStatusType | null;
330
334
  location: LocationType | null;
331
335
  resourceCover?: ResourceImageType | null;
332
336
  resourceId?: string;
@@ -389,4 +393,4 @@ interface CreateFormData<T extends FieldValues> {
389
393
  watch: UseFormWatch<T>;
390
394
  }
391
395
 
392
- export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G, CreateFormData as H, ImageObjectType as I, DateTimeWithPriceType as J, PaymentInfoType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, VendorLocation as Q, Requirement as R, StallType as S, TermsAgreement as T, UnregisteredVendorType as U, VendorType as V, VendorMenuType as W, VendorAttributes as X, UnregisteredVendorInvitationType as Y, CreateUnregisteredVendorFormData as Z, FormDateField as a, EventType as b, EventInfoType as c, RelationType as d, ResourceConnectionsType as e, VendorInfoType as f, UserLicenceType as g, VendorFormData as h, CreateVendorFormData as i, VendorInfoFormData as j, CreateVendorInfoFormData as k, EventFormData as l, CreateEventFormData as m, EventInfoFormData as n, CreateEventInfoFormData as o, UnregisteredVendorFormData as p, ResourceImageType as q, RelationDate as r, DeviceInfo as s, ResourceContactDetailsType as t, SocialMediaType as u, OwnerType as v, BaseResourceType as w, Region as x, SubcategoryItems as y, Subcategory as z };
396
+ export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G, Subcategory as H, ImageObjectType as I, CreateFormData as J, DateTimeWithPriceType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, PaymentInfoType as Q, Requirement as R, StallType as S, TermsAgreement as T, UnregisteredVendorType as U, VendorType as V, VendorLocation as W, VendorMenuType as X, VendorAttributes as Y, UnregisteredVendorInvitationType as Z, CreateUnregisteredVendorFormData as _, FormDateField as a, EventType as b, EventInfoType as c, RelationType as d, ResourceConnectionsType as e, VendorInfoType as f, UserLicenceType as g, VendorFormData as h, CreateVendorFormData as i, VendorInfoFormData as j, CreateVendorInfoFormData as k, EventFormData as l, CreateEventFormData as m, EventInfoFormData as n, CreateEventInfoFormData as o, UnregisteredVendorFormData as p, ResourceImageType as q, RelationDate as r, DeviceInfo as s, ResourceContactDetailsType as t, SocialMediaType as u, OwnerType as v, BaseResourceType as w, Region as x, EventStatusType as y, SubcategoryItems as z };
@@ -323,10 +323,14 @@ type Region = {
323
323
  longitudeDelta: number;
324
324
  };
325
325
  type GeocodeLocation = Pick<LocationType, "latitude" | "longitude">;
326
+ type EventStatusType = {
327
+ googlePlaceId?: string | null;
328
+ claimed: boolean;
329
+ };
326
330
  type MapMultiLocation = {
327
331
  claimed: boolean;
328
332
  dateTime: DateTimeType | null;
329
- googlePlaceId?: string | null;
333
+ eventStatus?: EventStatusType | null;
330
334
  location: LocationType | null;
331
335
  resourceCover?: ResourceImageType | null;
332
336
  resourceId?: string;
@@ -389,4 +393,4 @@ interface CreateFormData<T extends FieldValues> {
389
393
  watch: UseFormWatch<T>;
390
394
  }
391
395
 
392
- export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G, CreateFormData as H, ImageObjectType as I, DateTimeWithPriceType as J, PaymentInfoType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, VendorLocation as Q, Requirement as R, StallType as S, TermsAgreement as T, UnregisteredVendorType as U, VendorType as V, VendorMenuType as W, VendorAttributes as X, UnregisteredVendorInvitationType as Y, CreateUnregisteredVendorFormData as Z, FormDateField as a, EventType as b, EventInfoType as c, RelationType as d, ResourceConnectionsType as e, VendorInfoType as f, UserLicenceType as g, VendorFormData as h, CreateVendorFormData as i, VendorInfoFormData as j, CreateVendorInfoFormData as k, EventFormData as l, CreateEventFormData as m, EventInfoFormData as n, CreateEventInfoFormData as o, UnregisteredVendorFormData as p, ResourceImageType as q, RelationDate as r, DeviceInfo as s, ResourceContactDetailsType as t, SocialMediaType as u, OwnerType as v, BaseResourceType as w, Region as x, SubcategoryItems as y, Subcategory as z };
396
+ export type { AssociateType as A, BaseResourceTypeFormData as B, Category as C, DateTimeType as D, EventListItemType as E, FormField as F, GeocodeLocation as G, Subcategory as H, ImageObjectType as I, CreateFormData as J, DateTimeWithPriceType as K, LocationType as L, MapMultiLocation as M, Nullable as N, OptionItem as O, PosterUsageType as P, PaymentInfoType as Q, Requirement as R, StallType as S, TermsAgreement as T, UnregisteredVendorType as U, VendorType as V, VendorLocation as W, VendorMenuType as X, VendorAttributes as Y, UnregisteredVendorInvitationType as Z, CreateUnregisteredVendorFormData as _, FormDateField as a, EventType as b, EventInfoType as c, RelationType as d, ResourceConnectionsType as e, VendorInfoType as f, UserLicenceType as g, VendorFormData as h, CreateVendorFormData as i, VendorInfoFormData as j, CreateVendorInfoFormData as k, EventFormData as l, CreateEventFormData as m, EventInfoFormData as n, CreateEventInfoFormData as o, UnregisteredVendorFormData as p, ResourceImageType as q, RelationDate as r, DeviceInfo as s, ResourceContactDetailsType as t, SocialMediaType as u, OwnerType as v, BaseResourceType as w, Region as x, EventStatusType as y, SubcategoryItems as z };
@@ -550,10 +550,10 @@ var GET_EVENT = import_client3.gql`
550
550
  var GET_EVENT_BY_PLACE_ID = import_client3.gql`
551
551
  query getEventByPlaceId($googlePlaceId: String!) {
552
552
  eventByPlaceId(googlePlaceId: $googlePlaceId) {
553
- ...EventFields
553
+ ...EventListItemFields
554
554
  }
555
555
  }
556
- ${EVENT}
556
+ ${EVENT_LIST_ITEM}
557
557
  `;
558
558
  var GET_EVENTS_BY_REGION = import_client3.gql`
559
559
  query getEventsByRegion($region: String!, $onlyClaimed: Boolean) {