@timardex/cluemart-server-shared 1.0.253 → 1.0.254
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-AMS4DJN6.mjs → chunk-UWJ7JKP4.mjs} +1 -1
- package/dist/chunk-UWJ7JKP4.mjs.map +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.d.mts +2 -1
- package/dist/mongoose/index.d.ts +2 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-AMS4DJN6.mjs.map +0 -1
|
@@ -549,10 +549,11 @@ declare const PartnerModel: mongoose.Model<SchemaPartnerType, {}, {}, {}, mongoo
|
|
|
549
549
|
}, any>;
|
|
550
550
|
|
|
551
551
|
type SchemaPostType = PostType;
|
|
552
|
-
declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "content" | "coverUpload"> & {
|
|
552
|
+
declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "resource" | "content" | "coverUpload"> & {
|
|
553
553
|
_id: string;
|
|
554
554
|
content: PostContentType[];
|
|
555
555
|
slug: string;
|
|
556
|
+
resource?: _timardex_cluemart_shared.PostResource | null;
|
|
556
557
|
createdAt: Date;
|
|
557
558
|
deletedAt: Date | null;
|
|
558
559
|
updatedAt: Date | null;
|
package/dist/mongoose/index.d.ts
CHANGED
|
@@ -549,10 +549,11 @@ declare const PartnerModel: mongoose.Model<SchemaPartnerType, {}, {}, {}, mongoo
|
|
|
549
549
|
}, any>;
|
|
550
550
|
|
|
551
551
|
type SchemaPostType = PostType;
|
|
552
|
-
declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "content" | "coverUpload"> & {
|
|
552
|
+
declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "resource" | "content" | "coverUpload"> & {
|
|
553
553
|
_id: string;
|
|
554
554
|
content: PostContentType[];
|
|
555
555
|
slug: string;
|
|
556
|
+
resource?: _timardex_cluemart_shared.PostResource | null;
|
|
556
557
|
createdAt: Date;
|
|
557
558
|
deletedAt: Date | null;
|
|
558
559
|
updatedAt: Date | null;
|