@timardex/cluemart-server-shared 1.1.31 → 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-IAFTMRVS.mjs → chunk-VUTQY6KS.mjs} +2 -2
- package/dist/chunk-VUTQY6KS.mjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +3 -3
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +3 -3
- package/dist/service/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-IAFTMRVS.mjs.map +0 -1
|
@@ -8558,7 +8558,7 @@ var termsAgreementSchema = new MongooseSchema6(
|
|
|
8558
8558
|
osName: { required: true, type: String },
|
|
8559
8559
|
osVersion: { required: true, type: String },
|
|
8560
8560
|
termVersion: { required: true, type: String },
|
|
8561
|
-
timestamp: { required: true, type:
|
|
8561
|
+
timestamp: { required: true, type: Date }
|
|
8562
8562
|
},
|
|
8563
8563
|
{ _id: false }
|
|
8564
8564
|
);
|
|
@@ -10016,4 +10016,4 @@ export {
|
|
|
10016
10016
|
AffiliateModel,
|
|
10017
10017
|
CouponModel
|
|
10018
10018
|
};
|
|
10019
|
-
//# sourceMappingURL=chunk-
|
|
10019
|
+
//# sourceMappingURL=chunk-VUTQY6KS.mjs.map
|