@timardex/cluemart-server-shared 1.0.94 → 1.0.95

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.
@@ -8114,6 +8114,7 @@ var SOCIAL_MEDIA_FIELDS_FRAGMENT = gql`
8114
8114
  `;
8115
8115
  var RESOURCE_IMAGE_FIELDS_FRAGMENT = gql`
8116
8116
  fragment ResourceImageFields on ResourceImageType {
8117
+ active
8117
8118
  source
8118
8119
  title
8119
8120
  }
@@ -10503,10 +10504,12 @@ var globalDefaultValues = {
10503
10504
  mobilePhone: null
10504
10505
  },
10505
10506
  cover: {
10507
+ active: true,
10506
10508
  source: "",
10507
10509
  title: ""
10508
10510
  },
10509
10511
  coverUpload: {
10512
+ active: true,
10510
10513
  source: "",
10511
10514
  title: ""
10512
10515
  },
@@ -10763,6 +10766,7 @@ var SocialMediaTypeSchema = new MongooseSchema3(
10763
10766
  );
10764
10767
  var ResourceImageTypeSchema = new MongooseSchema3(
10765
10768
  {
10769
+ active: { default: true, type: Boolean },
10766
10770
  source: { required: false, type: String },
10767
10771
  title: { required: false, type: String }
10768
10772
  },
@@ -11865,4 +11869,4 @@ react/cjs/react.development.js:
11865
11869
  * LICENSE file in the root directory of this source tree.
11866
11870
  *)
11867
11871
  */
11868
- //# sourceMappingURL=chunk-SDZAM4E4.mjs.map
11872
+ //# sourceMappingURL=chunk-WTKUZWRS.mjs.map