@timardex/cluemart-shared 1.2.80 → 1.2.81

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,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
2
- import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-B5H2ZG1e.mjs';
2
+ import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-CLsysATK.mjs';
3
3
 
4
4
  interface TesterFormData {
5
5
  approved: boolean;
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumResourceType, EnumPartnerType } from './enums/index.js';
2
- import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-DMEHvs8T.js';
2
+ import { C as Category, H as CreateFormData, v as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, t as SocialMediaType } from './global-BYQMdxtO.js';
3
3
 
4
4
  interface TesterFormData {
5
5
  approved: boolean;
@@ -1,4 +1,4 @@
1
- import { H as CreateFormData, T as TermsAgreement } from './global-DMEHvs8T.js';
1
+ import { H as CreateFormData, T as TermsAgreement } from './global-BYQMdxtO.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-B5H2ZG1e.mjs';
1
+ import { H as CreateFormData, T as TermsAgreement } from './global-CLsysATK.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-B5H2ZG1e.mjs';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-CLsysATK.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-DMEHvs8T.js';
1
+ import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-BYQMdxtO.js';
2
2
  import 'react-hook-form';
3
3
  import '../enums/index.js';
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
- import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumUserLicence, EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus, EnumEventDateStatus, EnumVendorType, EnumFoodFlavor, EnumSocialMedia } from './enums/index.js';
2
+ import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumUserLicence, EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus, EnumVendorType, EnumFoodFlavor, EnumSocialMedia, EnumEventDateStatus } from './enums/index.js';
3
3
 
4
4
  type RelationDate = {
5
5
  dateTime: DateTimeType & {
@@ -107,10 +107,8 @@ type UserFormData = {
107
107
  };
108
108
  type CreateUserFormData = CreateFormData<UserFormData>;
109
109
  type UserActivityEvent = {
110
- dateStatus: EnumEventDateStatus;
111
110
  resourceId: string;
112
- startDate: string;
113
- startTime: string;
111
+ dateTime: DateTimeType;
114
112
  };
115
113
  type StripeSubscription = {
116
114
  customerId?: string;
@@ -1,5 +1,5 @@
1
1
  import { FieldValues, Control, FieldErrors, UseFormHandleSubmit, UseFormReset, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
- import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumUserLicence, EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus, EnumEventDateStatus, EnumVendorType, EnumFoodFlavor, EnumSocialMedia } from './enums/index.mjs';
2
+ import { EnumInviteStatus, EnumResourceType, EnumRelationResource, EnumEventType, EnumPaymentMethod, EnumUserLicence, EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus, EnumVendorType, EnumFoodFlavor, EnumSocialMedia, EnumEventDateStatus } from './enums/index.mjs';
3
3
 
4
4
  type RelationDate = {
5
5
  dateTime: DateTimeType & {
@@ -107,10 +107,8 @@ type UserFormData = {
107
107
  };
108
108
  type CreateUserFormData = CreateFormData<UserFormData>;
109
109
  type UserActivityEvent = {
110
- dateStatus: EnumEventDateStatus;
111
110
  resourceId: string;
112
- startDate: string;
113
- startTime: string;
111
+ dateTime: DateTimeType;
114
112
  };
115
113
  type StripeSubscription = {
116
114
  customerId?: string;
@@ -217,29 +217,30 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
217
217
  }
218
218
  going {
219
219
  events {
220
- dateStatus
221
220
  resourceId
222
- startDate
223
- startTime
221
+ dateTime {
222
+ ...EventDateTimeFields
223
+ }
224
224
  }
225
225
  }
226
226
  interested {
227
227
  events {
228
- dateStatus
229
228
  resourceId
230
- startDate
231
- startTime
229
+ dateTime {
230
+ ...EventDateTimeFields
231
+ }
232
232
  }
233
233
  }
234
234
  present {
235
235
  events {
236
- dateStatus
237
236
  resourceId
238
- startDate
239
- startTime
237
+ dateTime {
238
+ ...EventDateTimeFields
239
+ }
240
240
  }
241
241
  }
242
242
  }
243
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
243
244
  `;
244
245
  var USER_FIELDS_FRAGMENT = import_client2.gql`
245
246
  fragment UserFields on UserType {