@timardex/cluemart-server-shared 1.0.255 → 1.0.256
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-4GBXNDD6.mjs → chunk-ZKPPP7DX.mjs} +2 -1
- package/dist/{chunk-4GBXNDD6.mjs.map → chunk-ZKPPP7DX.mjs.map} +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +1 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -7996,6 +7996,7 @@ var relatedPostSchema = new MongooseSchema6(
|
|
|
7996
7996
|
required: true,
|
|
7997
7997
|
type: mongoose6.Schema.Types.ObjectId
|
|
7998
7998
|
},
|
|
7999
|
+
postSlug: { required: true, type: String },
|
|
7999
8000
|
postType: {
|
|
8000
8001
|
enum: Object.values(EnumPostType),
|
|
8001
8002
|
required: true,
|
|
@@ -9033,4 +9034,4 @@ export {
|
|
|
9033
9034
|
GameModel,
|
|
9034
9035
|
SchoolModel
|
|
9035
9036
|
};
|
|
9036
|
-
//# sourceMappingURL=chunk-
|
|
9037
|
+
//# sourceMappingURL=chunk-ZKPPP7DX.mjs.map
|