@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.cjs CHANGED
@@ -3286,6 +3286,7 @@ var PARTNER = import_client16.gql`
3286
3286
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3287
3287
  ${POSTER_USAGE_FIELDS_FRAGMENT}
3288
3288
  ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
3289
+ ${CONTACT_DETAILS_FIELDS_FRAGMENT}
3289
3290
  `;
3290
3291
  var GET_PARTNERS = import_client16.gql`
3291
3292
  query getPartners {
@@ -3313,7 +3314,7 @@ var GET_PARTNERS_BY_REGION = import_client16.gql`
3313
3314
  `;
3314
3315
  var SEARCH_PARTNERS = import_client16.gql`
3315
3316
  query searchPartners($search: String!, $region: String) {
3316
- searchPartners(search: $search, region: $region) {
3317
+ partnersSearch(search: $search, region: $region) {
3317
3318
  ...PartnerFields
3318
3319
  }
3319
3320
  }