@timardex/cluemart-shared 1.2.81 → 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.
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 {
@@ -2590,15 +2599,6 @@ var LOCATION_FIELDS_FRAGMENT = import_client2.gql`
2590
2599
  `;
2591
2600
 
2592
2601
  // src/graphql/queries/event.ts
2593
- var EVENT_DATETIME_FIELDS_FRAGMENT = import_client3.gql`
2594
- fragment EventDateTimeFields on EventDateTimeType {
2595
- dateStatus
2596
- endDate
2597
- endTime
2598
- startDate
2599
- startTime
2600
- }
2601
- `;
2602
2602
  var EVENT_INFO = import_client3.gql`
2603
2603
  fragment EventInfoFields on EventInfoType {
2604
2604
  _id