@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.
@@ -1,6 +1,6 @@
1
1
  import "../chunk-VA5YN2K3.mjs";
2
2
  import "../chunk-AKX2AGMA.mjs";
3
- import "../chunk-KBWSWLL4.mjs";
3
+ import "../chunk-EEZUTQ3V.mjs";
4
4
  import "../chunk-NPFJ2CN2.mjs";
5
5
  import "../chunk-HPPIA4EM.mjs";
6
6
  import {
package/dist/index.cjs CHANGED
@@ -3794,7 +3794,7 @@ var GET_EVENTS_BY_REGION = import_client2.gql`
3794
3794
  `;
3795
3795
  var SEARCH_EVENTS = import_client2.gql`
3796
3796
  query searchEvents(
3797
- $region: String
3797
+ $region: String!
3798
3798
  $search: String
3799
3799
  $tags: [String]
3800
3800
  $dateStatus: EventDateStatusEnumType
@@ -4063,7 +4063,7 @@ var GET_VENDORS_BY_REGION = import_client3.gql`
4063
4063
  ${VENDOR}
4064
4064
  `;
4065
4065
  var SEARCH_VENDORS = import_client3.gql`
4066
- query searchVendors($search: String!, $region: String) {
4066
+ query searchVendors($search: String!, $region: String!) {
4067
4067
  vendorSearch(search: $search, region: $region) {
4068
4068
  ...VendorFields
4069
4069
  }
@@ -4197,7 +4197,7 @@ var GET_PARTNERS_BY_REGION = import_client4.gql`
4197
4197
  ${PARTNER}
4198
4198
  `;
4199
4199
  var SEARCH_PARTNERS = import_client4.gql`
4200
- query searchPartners($search: String!, $region: String) {
4200
+ query searchPartners($search: String!, $region: String!) {
4201
4201
  partnersSearch(search: $search, region: $region) {
4202
4202
  ...PartnerFields
4203
4203
  }