@timardex/cluemart-shared 1.2.57 → 1.2.59

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.
package/dist/index.mjs CHANGED
@@ -3038,6 +3038,7 @@ var PARTNER = gql11`
3038
3038
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3039
3039
  ${POSTER_USAGE_FIELDS_FRAGMENT}
3040
3040
  ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
3041
+ ${CONTACT_DETAILS_FIELDS_FRAGMENT}
3041
3042
  `;
3042
3043
  var GET_PARTNERS = gql11`
3043
3044
  query getPartners {
@@ -3065,7 +3066,7 @@ var GET_PARTNERS_BY_REGION = gql11`
3065
3066
  `;
3066
3067
  var SEARCH_PARTNERS = gql11`
3067
3068
  query searchPartners($search: String!, $region: String) {
3068
- searchPartners(search: $search, region: $region) {
3069
+ partnersSearch(search: $search, region: $region) {
3069
3070
  ...PartnerFields
3070
3071
  }
3071
3072
  }