@timardex/cluemart-server-shared 1.0.39 → 1.0.40

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.
@@ -8306,13 +8306,23 @@ var CATEGORY_FIELDS_FRAGMENT = gql`
8306
8306
  }
8307
8307
  }
8308
8308
  `;
8309
+ var LICENCE_FIELDS_FRAGMENT = gql`
8310
+ fragment LicenceFields on UserLicenceType {
8311
+ expiryDate
8312
+ issuedDate
8313
+ licenceType
8314
+ }
8315
+ `;
8309
8316
  var ASSOCIATES_FIELDS_FRAGMENT = gql`
8310
8317
  fragment AssociatesFields on AssociateType {
8311
8318
  email
8312
8319
  resourceId
8313
8320
  resourceType
8314
- licence
8321
+ licence {
8322
+ ...LicenceFields
8323
+ }
8315
8324
  }
8325
+ ${LICENCE_FIELDS_FRAGMENT}
8316
8326
  `;
8317
8327
  var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql`
8318
8328
  fragment TermsAgreementFields on TermsAgreementType {
@@ -8330,13 +8340,6 @@ var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql`
8330
8340
  timestamp
8331
8341
  }
8332
8342
  `;
8333
- var LICENCE_FIELDS_FRAGMENT = gql`
8334
- fragment LicenceFields on UserLicenceType {
8335
- expiryDate
8336
- issuedDate
8337
- licenceType
8338
- }
8339
- `;
8340
8343
  var EVENT_DATETIME_FIELDS_FRAGMENT = gql`
8341
8344
  fragment EventDateTimeFields on EventDateTimeType {
8342
8345
  dateStatus