@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.mjs CHANGED
@@ -8266,13 +8266,23 @@ var CATEGORY_FIELDS_FRAGMENT = gql`
8266
8266
  }
8267
8267
  }
8268
8268
  `;
8269
+ var LICENCE_FIELDS_FRAGMENT = gql`
8270
+ fragment LicenceFields on UserLicenceType {
8271
+ expiryDate
8272
+ issuedDate
8273
+ licenceType
8274
+ }
8275
+ `;
8269
8276
  var ASSOCIATES_FIELDS_FRAGMENT = gql`
8270
8277
  fragment AssociatesFields on AssociateType {
8271
8278
  email
8272
8279
  resourceId
8273
8280
  resourceType
8274
- licence
8281
+ licence {
8282
+ ...LicenceFields
8283
+ }
8275
8284
  }
8285
+ ${LICENCE_FIELDS_FRAGMENT}
8276
8286
  `;
8277
8287
  var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql`
8278
8288
  fragment TermsAgreementFields on TermsAgreementType {
@@ -8290,13 +8300,6 @@ var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql`
8290
8300
  timestamp
8291
8301
  }
8292
8302
  `;
8293
- var LICENCE_FIELDS_FRAGMENT = gql`
8294
- fragment LicenceFields on UserLicenceType {
8295
- expiryDate
8296
- issuedDate
8297
- licenceType
8298
- }
8299
- `;
8300
8303
  var EVENT_DATETIME_FIELDS_FRAGMENT = gql`
8301
8304
  fragment EventDateTimeFields on EventDateTimeType {
8302
8305
  dateStatus