@timardex/cluemart-shared 1.2.56 → 1.2.58

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
@@ -3019,6 +3019,9 @@ var PARTNER = gql11`
3019
3019
  ...OwnerFields
3020
3020
  }
3021
3021
  partnerType
3022
+ posterUsage {
3023
+ ...PosterUsageFields
3024
+ }
3022
3025
  region
3023
3026
  socialMedia {
3024
3027
  ...SocialMediaFields
@@ -3030,6 +3033,12 @@ var PARTNER = gql11`
3030
3033
  }
3031
3034
  ${TERMS_AGREEMENT_FIELDS_FRAGMENT}
3032
3035
  ${LOCATION_FIELDS_FRAGMENT}
3036
+ ${OWNER_FIELDS_FRAGMENT}
3037
+ ${ASSOCIATES_FIELDS_FRAGMENT}
3038
+ ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3039
+ ${POSTER_USAGE_FIELDS_FRAGMENT}
3040
+ ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
3041
+ ${CONTACT_DETAILS_FIELDS_FRAGMENT}
3033
3042
  `;
3034
3043
  var GET_PARTNERS = gql11`
3035
3044
  query getPartners {