@timardex/cluemart-server-shared 1.1.30 → 1.1.32

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.
@@ -8633,7 +8633,7 @@ var termsAgreementSchema = new MongooseSchema6(
8633
8633
  osName: { required: true, type: String },
8634
8634
  osVersion: { required: true, type: String },
8635
8635
  termVersion: { required: true, type: String },
8636
- timestamp: { required: true, type: String }
8636
+ timestamp: { required: true, type: Date }
8637
8637
  },
8638
8638
  { _id: false }
8639
8639
  );
@@ -8869,7 +8869,7 @@ schema4.index({ isRead: 1, userId: 1 });
8869
8869
  schema4.index({ createdAt: -1, userId: 1 });
8870
8870
  var NotificationModel = import_mongoose8.default.models.Notification || import_mongoose8.default.model("Notification", schema4);
8871
8871
 
8872
- // node_modules/@timardex/cluemart-shared/dist/chunk-D5BWQS2J.mjs
8872
+ // node_modules/@timardex/cluemart-shared/dist/chunk-7IB7QPVH.mjs
8873
8873
  var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
8874
8874
  EnumOSPlatform22["ANDROID"] = "android";
8875
8875
  EnumOSPlatform22["IOS"] = "ios";