@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.
@@ -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;
@@ -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;
@@ -38,7 +38,7 @@ import {
38
38
  resourceRelationsSchema,
39
39
  termsAgreementSchema,
40
40
  userLicenseSchema
41
- } from "../chunk-AMS4DJN6.mjs";
41
+ } from "../chunk-UWJ7JKP4.mjs";
42
42
  export {
43
43
  APP_SETTINGS_ID,
44
44
  AdModel,