@timardex/cluemart-shared 1.2.95 → 1.2.96

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
@@ -2200,13 +2200,23 @@ var CATEGORY_FIELDS_FRAGMENT = gql2`
2200
2200
  }
2201
2201
  }
2202
2202
  `;
2203
+ var LICENCE_FIELDS_FRAGMENT = gql2`
2204
+ fragment LicenceFields on UserLicenceType {
2205
+ expiryDate
2206
+ issuedDate
2207
+ licenceType
2208
+ }
2209
+ `;
2203
2210
  var ASSOCIATES_FIELDS_FRAGMENT = gql2`
2204
2211
  fragment AssociatesFields on AssociateType {
2205
2212
  email
2206
2213
  resourceId
2207
2214
  resourceType
2208
- licence
2215
+ licence {
2216
+ ...LicenceFields
2217
+ }
2209
2218
  }
2219
+ ${LICENCE_FIELDS_FRAGMENT}
2210
2220
  `;
2211
2221
  var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql2`
2212
2222
  fragment TermsAgreementFields on TermsAgreementType {
@@ -2224,13 +2234,6 @@ var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql2`
2224
2234
  timestamp
2225
2235
  }
2226
2236
  `;
2227
- var LICENCE_FIELDS_FRAGMENT = gql2`
2228
- fragment LicenceFields on UserLicenceType {
2229
- expiryDate
2230
- issuedDate
2231
- licenceType
2232
- }
2233
- `;
2234
2237
  var EVENT_DATETIME_FIELDS_FRAGMENT = gql2`
2235
2238
  fragment EventDateTimeFields on EventDateTimeType {
2236
2239
  dateStatus