@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.
@@ -634,7 +634,7 @@ var GET_EVENTS_BY_REGION = import_client2.gql`
634
634
  `;
635
635
  var SEARCH_EVENTS = import_client2.gql`
636
636
  query searchEvents(
637
- $region: String
637
+ $region: String!
638
638
  $search: String
639
639
  $tags: [String]
640
640
  $dateStatus: EventDateStatusEnumType
@@ -903,7 +903,7 @@ var GET_VENDORS_BY_REGION = import_client3.gql`
903
903
  ${VENDOR}
904
904
  `;
905
905
  var SEARCH_VENDORS = import_client3.gql`
906
- query searchVendors($search: String!, $region: String) {
906
+ query searchVendors($search: String!, $region: String!) {
907
907
  vendorSearch(search: $search, region: $region) {
908
908
  ...VendorFields
909
909
  }
@@ -1037,7 +1037,7 @@ var GET_PARTNERS_BY_REGION = import_client4.gql`
1037
1037
  ${PARTNER}
1038
1038
  `;
1039
1039
  var SEARCH_PARTNERS = import_client4.gql`
1040
- query searchPartners($search: String!, $region: String) {
1040
+ query searchPartners($search: String!, $region: String!) {
1041
1041
  partnersSearch(search: $search, region: $region) {
1042
1042
  ...PartnerFields
1043
1043
  }