@timardex/cluemart-shared 1.5.768 → 1.5.769

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.
@@ -148,7 +148,7 @@ import {
148
148
  useUpdateVendor,
149
149
  useUpdateVendorInfo,
150
150
  useValidateVerificationToken
151
- } from "../chunk-KBWSWLL4.mjs";
151
+ } from "../chunk-EEZUTQ3V.mjs";
152
152
  import "../chunk-4SNW63TJ.mjs";
153
153
  export {
154
154
  GET_EVENT,
@@ -2801,7 +2801,7 @@ var GET_EVENTS_BY_REGION = import_client2.gql`
2801
2801
  `;
2802
2802
  var SEARCH_EVENTS = import_client2.gql`
2803
2803
  query searchEvents(
2804
- $region: String
2804
+ $region: String!
2805
2805
  $search: String
2806
2806
  $tags: [String]
2807
2807
  $dateStatus: EventDateStatusEnumType
@@ -3070,7 +3070,7 @@ var GET_VENDORS_BY_REGION = import_client3.gql`
3070
3070
  ${VENDOR}
3071
3071
  `;
3072
3072
  var SEARCH_VENDORS = import_client3.gql`
3073
- query searchVendors($search: String!, $region: String) {
3073
+ query searchVendors($search: String!, $region: String!) {
3074
3074
  vendorSearch(search: $search, region: $region) {
3075
3075
  ...VendorFields
3076
3076
  }
@@ -3204,7 +3204,7 @@ var GET_PARTNERS_BY_REGION = import_client4.gql`
3204
3204
  ${PARTNER}
3205
3205
  `;
3206
3206
  var SEARCH_PARTNERS = import_client4.gql`
3207
- query searchPartners($search: String!, $region: String) {
3207
+ query searchPartners($search: String!, $region: String!) {
3208
3208
  partnersSearch(search: $search, region: $region) {
3209
3209
  ...PartnerFields
3210
3210
  }