@timardex/cluemart-shared 1.3.40 → 1.3.42

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 { x as CreateFormData, T as TermsAgreement } from './global-BSWnOFWP.js';
1
+ import { x as CreateFormData, T as TermsAgreement } from './global-DM9eKgbE.js';
2
2
  import { EnumOSPlatform } from './enums/index.js';
3
3
 
4
4
  type ContactUsFormData = {
@@ -1,4 +1,4 @@
1
- import { x as CreateFormData, T as TermsAgreement } from './global-CKJNzHod.mjs';
1
+ import { x as CreateFormData, T as TermsAgreement } from './global-BN1zcCyz.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-CKJNzHod.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-BN1zcCyz.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-BSWnOFWP.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-DM9eKgbE.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -93,13 +93,14 @@ type UserActivityEventType = {
93
93
  active: boolean;
94
94
  cover: ResourceImageType;
95
95
  dateTime: DateTimeType;
96
+ description: string;
96
97
  eventType: EnumEventType;
97
98
  location: LocationType;
98
- logo?: ResourceImageType;
99
+ logo?: ResourceImageType | null;
99
100
  name: string;
100
101
  rainOrShine: boolean;
101
102
  region: string;
102
- socialMedia?: SocialMediaType[];
103
+ socialMedia?: SocialMediaType[] | null;
103
104
  };
104
105
 
105
106
  type VendorLocation = {
@@ -93,13 +93,14 @@ type UserActivityEventType = {
93
93
  active: boolean;
94
94
  cover: ResourceImageType;
95
95
  dateTime: DateTimeType;
96
+ description: string;
96
97
  eventType: EnumEventType;
97
98
  location: LocationType;
98
- logo?: ResourceImageType;
99
+ logo?: ResourceImageType | null;
99
100
  name: string;
100
101
  rainOrShine: boolean;
101
102
  region: string;
102
- socialMedia?: SocialMediaType[];
103
+ socialMedia?: SocialMediaType[] | null;
103
104
  };
104
105
 
105
106
  type VendorLocation = {
@@ -1327,6 +1327,7 @@ var USER_ACTIVITY_EVENT_FRAGMENT = import_client18.gql`
1327
1327
  dateTime {
1328
1328
  ...EventDateTimeFields
1329
1329
  }
1330
+ description
1330
1331
  eventType
1331
1332
  location {
1332
1333
  ...LocationFields