@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.
package/dist/index.cjs CHANGED
@@ -8313,13 +8313,23 @@ var CATEGORY_FIELDS_FRAGMENT = gql`
8313
8313
  }
8314
8314
  }
8315
8315
  `;
8316
+ var LICENCE_FIELDS_FRAGMENT = gql`
8317
+ fragment LicenceFields on UserLicenceType {
8318
+ expiryDate
8319
+ issuedDate
8320
+ licenceType
8321
+ }
8322
+ `;
8316
8323
  var ASSOCIATES_FIELDS_FRAGMENT = gql`
8317
8324
  fragment AssociatesFields on AssociateType {
8318
8325
  email
8319
8326
  resourceId
8320
8327
  resourceType
8321
- licence
8328
+ licence {
8329
+ ...LicenceFields
8330
+ }
8322
8331
  }
8332
+ ${LICENCE_FIELDS_FRAGMENT}
8323
8333
  `;
8324
8334
  var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql`
8325
8335
  fragment TermsAgreementFields on TermsAgreementType {
@@ -8337,13 +8347,6 @@ var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql`
8337
8347
  timestamp
8338
8348
  }
8339
8349
  `;
8340
- var LICENCE_FIELDS_FRAGMENT = gql`
8341
- fragment LicenceFields on UserLicenceType {
8342
- expiryDate
8343
- issuedDate
8344
- licenceType
8345
- }
8346
- `;
8347
8350
  var EVENT_DATETIME_FIELDS_FRAGMENT = gql`
8348
8351
  fragment EventDateTimeFields on EventDateTimeType {
8349
8352
  dateStatus