@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.
@@ -460,7 +460,7 @@ var GET_EVENTS_BY_REGION = gql2`
460
460
  `;
461
461
  var SEARCH_EVENTS = gql2`
462
462
  query searchEvents(
463
- $region: String
463
+ $region: String!
464
464
  $search: String
465
465
  $tags: [String]
466
466
  $dateStatus: EventDateStatusEnumType
@@ -729,7 +729,7 @@ var GET_VENDORS_BY_REGION = gql3`
729
729
  ${VENDOR}
730
730
  `;
731
731
  var SEARCH_VENDORS = gql3`
732
- query searchVendors($search: String!, $region: String) {
732
+ query searchVendors($search: String!, $region: String!) {
733
733
  vendorSearch(search: $search, region: $region) {
734
734
  ...VendorFields
735
735
  }
@@ -863,7 +863,7 @@ var GET_PARTNERS_BY_REGION = gql4`
863
863
  ${PARTNER}
864
864
  `;
865
865
  var SEARCH_PARTNERS = gql4`
866
- query searchPartners($search: String!, $region: String) {
866
+ query searchPartners($search: String!, $region: String!) {
867
867
  partnersSearch(search: $search, region: $region) {
868
868
  ...PartnerFields
869
869
  }
@@ -5216,4 +5216,4 @@ export {
5216
5216
  useGetSchools,
5217
5217
  useGetSchool
5218
5218
  };
5219
- //# sourceMappingURL=chunk-KBWSWLL4.mjs.map
5219
+ //# sourceMappingURL=chunk-EEZUTQ3V.mjs.map