@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.
@@ -209,6 +209,15 @@ var LICENCE_FIELDS_FRAGMENT = import_client2.gql`
209
209
  licenceType
210
210
  }
211
211
  `;
212
+ var EVENT_DATETIME_FIELDS_FRAGMENT = import_client2.gql`
213
+ fragment EventDateTimeFields on EventDateTimeType {
214
+ dateStatus
215
+ endDate
216
+ endTime
217
+ startDate
218
+ startTime
219
+ }
220
+ `;
212
221
  var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
213
222
  fragment UserActivityFields on UserActivityType {
214
223
  favourites {
@@ -334,15 +343,6 @@ var LOCATION_FIELDS_FRAGMENT = import_client2.gql`
334
343
  `;
335
344
 
336
345
  // src/graphql/queries/event.ts
337
- var EVENT_DATETIME_FIELDS_FRAGMENT = import_client3.gql`
338
- fragment EventDateTimeFields on EventDateTimeType {
339
- dateStatus
340
- endDate
341
- endTime
342
- startDate
343
- startTime
344
- }
345
- `;
346
346
  var EVENT_INFO = import_client3.gql`
347
347
  fragment EventInfoFields on EventInfoType {
348
348
  _id