@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.
@@ -1143,6 +1143,7 @@ var PARTNER = import_client16.gql`
1143
1143
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
1144
1144
  ${POSTER_USAGE_FIELDS_FRAGMENT}
1145
1145
  ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
1146
+ ${CONTACT_DETAILS_FIELDS_FRAGMENT}
1146
1147
  `;
1147
1148
  var GET_PARTNERS = import_client16.gql`
1148
1149
  query getPartners {
@@ -1170,7 +1171,7 @@ var GET_PARTNERS_BY_REGION = import_client16.gql`
1170
1171
  `;
1171
1172
  var SEARCH_PARTNERS = import_client16.gql`
1172
1173
  query searchPartners($search: String!, $region: String) {
1173
- searchPartners(search: $search, region: $region) {
1174
+ partnersSearch(search: $search, region: $region) {
1174
1175
  ...PartnerFields
1175
1176
  }
1176
1177
  }