@timardex/cluemart-server-shared 1.0.39 → 1.0.41

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.
@@ -8245,13 +8245,23 @@ var CATEGORY_FIELDS_FRAGMENT = gql`
8245
8245
  }
8246
8246
  }
8247
8247
  `;
8248
+ var LICENCE_FIELDS_FRAGMENT = gql`
8249
+ fragment LicenceFields on UserLicenceType {
8250
+ expiryDate
8251
+ issuedDate
8252
+ licenceType
8253
+ }
8254
+ `;
8248
8255
  var ASSOCIATES_FIELDS_FRAGMENT = gql`
8249
8256
  fragment AssociatesFields on AssociateType {
8250
8257
  email
8251
8258
  resourceId
8252
8259
  resourceType
8253
- licence
8260
+ licence {
8261
+ ...LicenceFields
8262
+ }
8254
8263
  }
8264
+ ${LICENCE_FIELDS_FRAGMENT}
8255
8265
  `;
8256
8266
  var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql`
8257
8267
  fragment TermsAgreementFields on TermsAgreementType {
@@ -8269,13 +8279,6 @@ var TERMS_AGREEMENT_FIELDS_FRAGMENT = gql`
8269
8279
  timestamp
8270
8280
  }
8271
8281
  `;
8272
- var LICENCE_FIELDS_FRAGMENT = gql`
8273
- fragment LicenceFields on UserLicenceType {
8274
- expiryDate
8275
- issuedDate
8276
- licenceType
8277
- }
8278
- `;
8279
8282
  var EVENT_DATETIME_FIELDS_FRAGMENT = gql`
8280
8283
  fragment EventDateTimeFields on EventDateTimeType {
8281
8284
  dateStatus
@@ -10677,7 +10680,10 @@ var baseResourceFields = {
10677
10680
  images: [ResourceImageTypeSchema],
10678
10681
  logo: ResourceImageTypeSchema,
10679
10682
  name: { required: true, type: String },
10680
- owner: OwnerTypeSchema,
10683
+ owner: {
10684
+ required: false,
10685
+ type: OwnerTypeSchema
10686
+ },
10681
10687
  posterUsage: PosterUsageTypeSchema,
10682
10688
  promoCodes: { required: false, type: [String] },
10683
10689
  region: { required: true, type: String },
@@ -11477,4 +11483,4 @@ react/cjs/react.development.js:
11477
11483
  * LICENSE file in the root directory of this source tree.
11478
11484
  *)
11479
11485
  */
11480
- //# sourceMappingURL=chunk-4SS4T6XE.mjs.map
11486
+ //# sourceMappingURL=chunk-RD6GJIMM.mjs.map