@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.
@@ -89,6 +89,15 @@ var LICENCE_FIELDS_FRAGMENT = gql2`
89
89
  licenceType
90
90
  }
91
91
  `;
92
+ var EVENT_DATETIME_FIELDS_FRAGMENT = gql2`
93
+ fragment EventDateTimeFields on EventDateTimeType {
94
+ dateStatus
95
+ endDate
96
+ endTime
97
+ startDate
98
+ startTime
99
+ }
100
+ `;
92
101
  var USER_ACTIVITY_FIELDS_FRAGMENT = gql2`
93
102
  fragment UserActivityFields on UserActivityType {
94
103
  favourites {
@@ -214,15 +223,6 @@ var LOCATION_FIELDS_FRAGMENT = gql2`
214
223
  `;
215
224
 
216
225
  // src/graphql/queries/event.ts
217
- var EVENT_DATETIME_FIELDS_FRAGMENT = gql3`
218
- fragment EventDateTimeFields on EventDateTimeType {
219
- dateStatus
220
- endDate
221
- endTime
222
- startDate
223
- startTime
224
- }
225
- `;
226
226
  var EVENT_INFO = gql3`
227
227
  fragment EventInfoFields on EventInfoType {
228
228
  _id