@timardex/cluemart-server-shared 1.0.211 → 1.0.212

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.
@@ -5216,7 +5216,7 @@ var EVENT = gql`
5216
5216
  ${RELATION_DATES_FRAGMENT}
5217
5217
  `;
5218
5218
  var GET_EVENTS = gql`
5219
- query getEvents($dateStatus: EnumEventDateStatus) {
5219
+ query getEvents($dateStatus: EventDateStatusEnumType) {
5220
5220
  events(dateStatus: $dateStatus) {
5221
5221
  ...EventListItemFields
5222
5222
  }
@@ -5243,7 +5243,7 @@ var GET_EVENTS_BY_REGION = gql`
5243
5243
  query getEventsByRegion(
5244
5244
  $region: String!
5245
5245
  $options: ResourcesByRegionOptions
5246
- $dateStatus: EnumEventDateStatus
5246
+ $dateStatus: EventDateStatusEnumType
5247
5247
  ) {
5248
5248
  eventsByRegion(
5249
5249
  region: $region
@@ -5260,7 +5260,7 @@ var SEARCH_EVENTS = gql`
5260
5260
  $region: String
5261
5261
  $search: String
5262
5262
  $tags: [String]
5263
- $dateStatus: EnumEventDateStatus
5263
+ $dateStatus: EventDateStatusEnumType
5264
5264
  ) {
5265
5265
  eventsSearch(
5266
5266
  region: $region
@@ -5278,7 +5278,7 @@ var GET_EVENTS_NEAR_ME = gql`
5278
5278
  $latitude: Float!
5279
5279
  $longitude: Float!
5280
5280
  $radius: Int
5281
- $dateStatus: EnumEventDateStatus
5281
+ $dateStatus: EventDateStatusEnumType
5282
5282
  ) {
5283
5283
  eventsNearMe(
5284
5284
  latitude: $latitude