@timardex/cluemart-server-shared 1.0.47 → 1.0.48
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-EP5Z46ZY.mjs → chunk-SP3G2QHM.mjs} +2 -2
- package/dist/{chunk-EP5Z46ZY.mjs.map → chunk-SP3G2QHM.mjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- 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 +1 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -11612,7 +11612,7 @@ var contentSchema = new MongooseSchema16(
|
|
|
11612
11612
|
var schema12 = new MongooseSchema16(
|
|
11613
11613
|
{
|
|
11614
11614
|
active: { default: true, required: true, type: Boolean },
|
|
11615
|
-
content:
|
|
11615
|
+
content: [contentSchema],
|
|
11616
11616
|
postType: {
|
|
11617
11617
|
enum: Object.values(EnumPostType),
|
|
11618
11618
|
required: true,
|
|
@@ -11683,4 +11683,4 @@ react/cjs/react.development.js:
|
|
|
11683
11683
|
* LICENSE file in the root directory of this source tree.
|
|
11684
11684
|
*)
|
|
11685
11685
|
*/
|
|
11686
|
-
//# sourceMappingURL=chunk-
|
|
11686
|
+
//# sourceMappingURL=chunk-SP3G2QHM.mjs.map
|