@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.cjs CHANGED
@@ -3267,6 +3267,9 @@ var PARTNER = import_client16.gql`
3267
3267
  ...OwnerFields
3268
3268
  }
3269
3269
  partnerType
3270
+ posterUsage {
3271
+ ...PosterUsageFields
3272
+ }
3270
3273
  region
3271
3274
  socialMedia {
3272
3275
  ...SocialMediaFields
@@ -3278,6 +3281,12 @@ var PARTNER = import_client16.gql`
3278
3281
  }
3279
3282
  ${TERMS_AGREEMENT_FIELDS_FRAGMENT}
3280
3283
  ${LOCATION_FIELDS_FRAGMENT}
3284
+ ${OWNER_FIELDS_FRAGMENT}
3285
+ ${ASSOCIATES_FIELDS_FRAGMENT}
3286
+ ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3287
+ ${POSTER_USAGE_FIELDS_FRAGMENT}
3288
+ ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
3289
+ ${CONTACT_DETAILS_FIELDS_FRAGMENT}
3281
3290
  `;
3282
3291
  var GET_PARTNERS = import_client16.gql`
3283
3292
  query getPartners {