@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.
- package/dist/{chunk-5A746NK4.mjs → chunk-VUTQY6KS.mjs} +3 -3
- package/dist/chunk-VUTQY6KS.mjs.map +1 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +2 -2
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +5 -5
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +4 -4
- package/dist/service/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-5A746NK4.mjs.map +0 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -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:
|
|
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-
|
|
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";
|