@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/index.d.mts CHANGED
@@ -669,10 +669,11 @@ declare const PartnerModel: mongoose.Model<SchemaPartnerType, {}, {}, {}, mongoo
669
669
  }, any>;
670
670
 
671
671
  type SchemaPostType = PostType;
672
- declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "content" | "coverUpload"> & {
672
+ declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "resource" | "content" | "coverUpload"> & {
673
673
  _id: string;
674
674
  content: PostContentType[];
675
675
  slug: string;
676
+ resource?: _timardex_cluemart_shared.PostResource | null;
676
677
  createdAt: Date;
677
678
  deletedAt: Date | null;
678
679
  updatedAt: Date | null;
package/dist/index.d.ts CHANGED
@@ -669,10 +669,11 @@ declare const PartnerModel: mongoose.Model<SchemaPartnerType, {}, {}, {}, mongoo
669
669
  }, any>;
670
670
 
671
671
  type SchemaPostType = PostType;
672
- declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "content" | "coverUpload"> & {
672
+ declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "resource" | "content" | "coverUpload"> & {
673
673
  _id: string;
674
674
  content: PostContentType[];
675
675
  slug: string;
676
+ resource?: _timardex_cluemart_shared.PostResource | null;
676
677
  createdAt: Date;
677
678
  deletedAt: Date | null;
678
679
  updatedAt: Date | null;