@timardex/cluemart-shared 1.2.80 → 1.2.82

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,6 +1,6 @@
1
- import { L as LocationType, h as VendorFormData, i as CreateVendorFormData, j as VendorInfoFormData, k as CreateVendorInfoFormData, l as EventFormData, m as CreateEventFormData, n as EventInfoFormData, o as CreateEventInfoFormData, p as UserFormData, q as CreateUserFormData, B as BaseResourceTypeFormData } from '../global-DMEHvs8T.js';
2
- import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-BrHc7F3F.js';
3
- import { a as PartnerFormData, b as TesterFormData, C as CreateTesterFormData, c as AdFormData, d as CreateAdFormData, e as CreatePartnerFormData } from '../ad-DSmKSsTb.js';
1
+ import { L as LocationType, h as VendorFormData, i as CreateVendorFormData, j as VendorInfoFormData, k as CreateVendorInfoFormData, l as EventFormData, m as CreateEventFormData, n as EventInfoFormData, o as CreateEventInfoFormData, p as UserFormData, q as CreateUserFormData, B as BaseResourceTypeFormData } from '../global-BYQMdxtO.js';
2
+ import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-D0FKzjLe.js';
3
+ import { a as PartnerFormData, b as TesterFormData, C as CreateTesterFormData, c as AdFormData, d as CreateAdFormData, e as CreatePartnerFormData } from '../ad-DO7Bc9PE.js';
4
4
  import 'react-hook-form';
5
5
  import '../enums/index.js';
6
6
 
package/dist/index.cjs CHANGED
@@ -2465,6 +2465,15 @@ var LICENCE_FIELDS_FRAGMENT = import_client2.gql`
2465
2465
  licenceType
2466
2466
  }
2467
2467
  `;
2468
+ var EVENT_DATETIME_FIELDS_FRAGMENT = import_client2.gql`
2469
+ fragment EventDateTimeFields on EventDateTimeType {
2470
+ dateStatus
2471
+ endDate
2472
+ endTime
2473
+ startDate
2474
+ startTime
2475
+ }
2476
+ `;
2468
2477
  var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
2469
2478
  fragment UserActivityFields on UserActivityType {
2470
2479
  favourites {
@@ -2473,29 +2482,30 @@ var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
2473
2482
  }
2474
2483
  going {
2475
2484
  events {
2476
- dateStatus
2477
2485
  resourceId
2478
- startDate
2479
- startTime
2486
+ dateTime {
2487
+ ...EventDateTimeFields
2488
+ }
2480
2489
  }
2481
2490
  }
2482
2491
  interested {
2483
2492
  events {
2484
- dateStatus
2485
2493
  resourceId
2486
- startDate
2487
- startTime
2494
+ dateTime {
2495
+ ...EventDateTimeFields
2496
+ }
2488
2497
  }
2489
2498
  }
2490
2499
  present {
2491
2500
  events {
2492
- dateStatus
2493
2501
  resourceId
2494
- startDate
2495
- startTime
2502
+ dateTime {
2503
+ ...EventDateTimeFields
2504
+ }
2496
2505
  }
2497
2506
  }
2498
2507
  }
2508
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
2499
2509
  `;
2500
2510
  var USER_FIELDS_FRAGMENT = import_client2.gql`
2501
2511
  fragment UserFields on UserType {
@@ -2589,15 +2599,6 @@ var LOCATION_FIELDS_FRAGMENT = import_client2.gql`
2589
2599
  `;
2590
2600
 
2591
2601
  // src/graphql/queries/event.ts
2592
- var EVENT_DATETIME_FIELDS_FRAGMENT = import_client3.gql`
2593
- fragment EventDateTimeFields on EventDateTimeType {
2594
- dateStatus
2595
- endDate
2596
- endTime
2597
- startDate
2598
- startTime
2599
- }
2600
- `;
2601
2602
  var EVENT_INFO = import_client3.gql`
2602
2603
  fragment EventInfoFields on EventInfoType {
2603
2604
  _id