@timardex/cluemart-shared 1.3.73 → 1.3.74

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 { z as CreateFormData, T as TermsAgreement } from './global-Dcnzbzvv.mjs';
1
+ import { z as CreateFormData, T as TermsAgreement } from './global-Dzrj3pLv.mjs';
2
2
  import { EnumOSPlatform } from './enums/index.mjs';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { z as CreateFormData, T as TermsAgreement } from './global-sRP-50jD.js';
1
+ import { z as CreateFormData, T as TermsAgreement } from './global-6PS2eYYd.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-Dcnzbzvv.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-Dzrj3pLv.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-sRP-50jD.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-6PS2eYYd.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -103,6 +103,10 @@ interface EventListItemType {
103
103
  rainOrShine: boolean;
104
104
  rating?: number | null;
105
105
  region: string;
106
+ relations: {
107
+ relationId: string | null;
108
+ relationDates: RelationDate[] | null;
109
+ }[] | null;
106
110
  reviewCount?: number | null;
107
111
  updatedAt: Date | null;
108
112
  }
@@ -103,6 +103,10 @@ interface EventListItemType {
103
103
  rainOrShine: boolean;
104
104
  rating?: number | null;
105
105
  region: string;
106
+ relations: {
107
+ relationId: string | null;
108
+ relationDates: RelationDate[] | null;
109
+ }[] | null;
106
110
  reviewCount?: number | null;
107
111
  updatedAt: Date | null;
108
112
  }
@@ -409,12 +409,19 @@ var EVENT_LIST_ITEM = import_client2.gql`
409
409
  rainOrShine
410
410
  rating
411
411
  region
412
+ relations {
413
+ relationId
414
+ relationDates {
415
+ ...RelationDates
416
+ }
417
+ }
412
418
  reviewCount
413
419
  updatedAt
414
420
  }
415
421
  ${EVENT_DATETIME_FIELDS_FRAGMENT}
416
422
  ${LOCATION_FIELDS_FRAGMENT}
417
423
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
424
+ ${RELATION_DATES_FRAGMENT}
418
425
  `;
419
426
 
420
427
  // src/graphql/queries/event.ts