@timardex/cluemart-shared 1.3.74 → 1.3.76

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-6PS2eYYd.js';
1
+ import { z as CreateFormData, T as TermsAgreement } from './global-BJbi-2I6.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { z as CreateFormData, T as TermsAgreement } from './global-Dzrj3pLv.mjs';
1
+ import { z as CreateFormData, T as TermsAgreement } from './global-ZW2_JxF5.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-Dzrj3pLv.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-ZW2_JxF5.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-6PS2eYYd.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-BJbi-2I6.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -72,9 +72,11 @@ interface EventFormData extends BaseResourceTypeFormData {
72
72
  type CreateEventInfoFormData = CreateFormData<EventInfoFormData>;
73
73
  type CreateEventFormData = CreateFormData<EventFormData>;
74
74
  interface EventType extends BaseResourceType {
75
+ claimed: boolean;
75
76
  dateTime: DateTimeType[];
76
77
  eventInfoId: string;
77
78
  eventType: EnumEventType;
79
+ googlePlaceId?: string | null;
78
80
  location: LocationType;
79
81
  nzbn: string;
80
82
  provider: string | null;
@@ -93,7 +95,7 @@ interface EventListItemType {
93
95
  createdAt: Date;
94
96
  dateTime: DateTimeType[];
95
97
  deletedAt: Date | null;
96
- description?: string | null;
98
+ description: string | null;
97
99
  eventType: EnumEventType;
98
100
  googlePlaceId?: string | null;
99
101
  images?: ResourceImageType[] | null;
@@ -295,6 +297,8 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
295
297
  createdAt: Date;
296
298
  deletedAt: Date | null;
297
299
  posterUsage?: PosterUsageType | null;
300
+ rating?: number | null;
301
+ reviewCount?: number | null;
298
302
  updatedAt: Date | null;
299
303
  };
300
304
  type LocationType = {
@@ -72,9 +72,11 @@ interface EventFormData extends BaseResourceTypeFormData {
72
72
  type CreateEventInfoFormData = CreateFormData<EventInfoFormData>;
73
73
  type CreateEventFormData = CreateFormData<EventFormData>;
74
74
  interface EventType extends BaseResourceType {
75
+ claimed: boolean;
75
76
  dateTime: DateTimeType[];
76
77
  eventInfoId: string;
77
78
  eventType: EnumEventType;
79
+ googlePlaceId?: string | null;
78
80
  location: LocationType;
79
81
  nzbn: string;
80
82
  provider: string | null;
@@ -93,7 +95,7 @@ interface EventListItemType {
93
95
  createdAt: Date;
94
96
  dateTime: DateTimeType[];
95
97
  deletedAt: Date | null;
96
- description?: string | null;
98
+ description: string | null;
97
99
  eventType: EnumEventType;
98
100
  googlePlaceId?: string | null;
99
101
  images?: ResourceImageType[] | null;
@@ -295,6 +297,8 @@ type BaseResourceType = Omit<BaseResourceTypeFormData, "_id" | "coverUpload" | "
295
297
  createdAt: Date;
296
298
  deletedAt: Date | null;
297
299
  posterUsage?: PosterUsageType | null;
300
+ rating?: number | null;
301
+ reviewCount?: number | null;
298
302
  updatedAt: Date | null;
299
303
  };
300
304
  type LocationType = {
@@ -467,6 +467,7 @@ var EVENT = import_client3.gql`
467
467
  cover {
468
468
  ...ResourceImageFields
469
469
  }
470
+ claimed
470
471
  createdAt
471
472
  contactDetails {
472
473
  ...ContactDetailsFields
@@ -476,6 +477,7 @@ var EVENT = import_client3.gql`
476
477
  }
477
478
  description
478
479
  deletedAt
480
+ googlePlaceId
479
481
  images {
480
482
  ...ResourceImageFields
481
483
  }
@@ -504,6 +506,8 @@ var EVENT = import_client3.gql`
504
506
  ...RelationDates
505
507
  }
506
508
  }
509
+ rating
510
+ reviewCount
507
511
  socialMedia {
508
512
  ...SocialMediaFields
509
513
  }
@@ -757,7 +761,9 @@ var VENDOR = import_client5.gql`
757
761
  posterUsage {
758
762
  ...PosterUsageFields
759
763
  }
764
+ rating
760
765
  region
766
+ reviewCount
761
767
  relations {
762
768
  relationId
763
769
  relationDates {
@@ -1381,7 +1387,9 @@ var PARTNER = import_client17.gql`
1381
1387
  posterUsage {
1382
1388
  ...PosterUsageFields
1383
1389
  }
1390
+ rating
1384
1391
  region
1392
+ reviewCount
1385
1393
  socialMedia {
1386
1394
  ...SocialMediaFields
1387
1395
  }