@timardex/cluemart-shared 1.3.39 → 1.3.40

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.
@@ -1324,7 +1324,9 @@ var USER_ACTIVITY_EVENT_FRAGMENT = import_client18.gql`
1324
1324
  cover {
1325
1325
  ...ResourceImageFields
1326
1326
  }
1327
- dateTime
1327
+ dateTime {
1328
+ ...EventDateTimeFields
1329
+ }
1328
1330
  eventType
1329
1331
  location {
1330
1332
  ...LocationFields
@@ -1342,6 +1344,7 @@ var USER_ACTIVITY_EVENT_FRAGMENT = import_client18.gql`
1342
1344
  ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
1343
1345
  ${LOCATION_FIELDS_FRAGMENT}
1344
1346
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
1347
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
1345
1348
  `;
1346
1349
  var GET_USERS = import_client18.gql`
1347
1350
  query getUsers {