@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.
@@ -1124,6 +1124,9 @@ var PARTNER = import_client16.gql`
1124
1124
  ...OwnerFields
1125
1125
  }
1126
1126
  partnerType
1127
+ posterUsage {
1128
+ ...PosterUsageFields
1129
+ }
1127
1130
  region
1128
1131
  socialMedia {
1129
1132
  ...SocialMediaFields
@@ -1135,6 +1138,12 @@ var PARTNER = import_client16.gql`
1135
1138
  }
1136
1139
  ${TERMS_AGREEMENT_FIELDS_FRAGMENT}
1137
1140
  ${LOCATION_FIELDS_FRAGMENT}
1141
+ ${OWNER_FIELDS_FRAGMENT}
1142
+ ${ASSOCIATES_FIELDS_FRAGMENT}
1143
+ ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
1144
+ ${POSTER_USAGE_FIELDS_FRAGMENT}
1145
+ ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
1146
+ ${CONTACT_DETAILS_FIELDS_FRAGMENT}
1138
1147
  `;
1139
1148
  var GET_PARTNERS = import_client16.gql`
1140
1149
  query getPartners {