@timardex/cluemart-shared 1.5.636 → 1.5.637

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.
@@ -12,7 +12,7 @@ import {
12
12
  normalizeUrl
13
13
  } from "../chunk-SGJJVETR.mjs";
14
14
  import "../chunk-HV5AID7P.mjs";
15
- import "../chunk-NMN2GAEP.mjs";
15
+ import "../chunk-Q6R4US6G.mjs";
16
16
  import {
17
17
  EnumEventDateStatus,
18
18
  EnumEventType,
package/dist/index.cjs CHANGED
@@ -3297,10 +3297,7 @@ var GET_EVENT_BY_PLACE_ID = import_client3.gql`
3297
3297
  ${EVENT_LIST_ITEM}
3298
3298
  `;
3299
3299
  var GET_EVENTS_BY_REGION = import_client3.gql`
3300
- query getEventsByRegion(
3301
- $region: String!
3302
- $options: ResourcesByRegionOptions
3303
- ) {
3300
+ query getEventsByRegion($region: String!, $options: EventsByRegionOptions) {
3304
3301
  eventsByRegion(region: $region, options: $options) {
3305
3302
  ...EventListItemFields
3306
3303
  }
@@ -3308,7 +3305,7 @@ var GET_EVENTS_BY_REGION = import_client3.gql`
3308
3305
  ${EVENT_LIST_ITEM}
3309
3306
  `;
3310
3307
  var SEARCH_EVENTS = import_client3.gql`
3311
- query searchEvents($region: String, $search: String, $tags: [String]) {
3308
+ query searchEvents($region: String, $search: String,$tags: [String]) {
3312
3309
  eventsSearch(region: $region, search: $search, tags: $tags) {
3313
3310
  ...EventListItemFields
3314
3311
  }
@@ -3535,10 +3532,7 @@ var GET_VENDOR = import_client4.gql`
3535
3532
  ${VENDOR}
3536
3533
  `;
3537
3534
  var GET_VENDORS_BY_REGION = import_client4.gql`
3538
- query getVendorsByRegion(
3539
- $region: String!
3540
- $options: ResourcesByRegionOptions
3541
- ) {
3535
+ query getVendorsByRegion($region: String!, $options: EventsByRegionOptions) {
3542
3536
  vendorsByRegion(region: $region, options: $options) {
3543
3537
  ...VendorFields
3544
3538
  }
@@ -4211,10 +4205,7 @@ var GET_PARTNER = import_client16.gql`
4211
4205
  ${PARTNER}
4212
4206
  `;
4213
4207
  var GET_PARTNERS_BY_REGION = import_client16.gql`
4214
- query getPartnersByRegion(
4215
- $region: String!
4216
- $options: ResourcesByRegionOptions
4217
- ) {
4208
+ query getPartnersByRegion($region: String!, $options: EventsByRegionOptions) {
4218
4209
  partnersByRegion(region: $region, options: $options) {
4219
4210
  ...PartnerFields
4220
4211
  }