@timardex/cluemart-server-shared 1.0.250 → 1.0.252

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.
@@ -318,6 +318,10 @@ declare const baseResourceFields: {
318
318
  required: boolean;
319
319
  type: NumberConstructor;
320
320
  };
321
+ slug: {
322
+ required: boolean;
323
+ type: StringConstructor;
324
+ };
321
325
  socialMedia: {
322
326
  required: boolean;
323
327
  type: mongoose.Schema<SocialMediaType, mongoose.Model<SocialMediaType, any, any, any, mongoose.Document<unknown, any, SocialMediaType, any, {}> & SocialMediaType & {
@@ -548,6 +552,7 @@ type SchemaPostType = PostType;
548
552
  declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "content" | "coverUpload"> & {
549
553
  _id: string;
550
554
  content: PostContentType[];
555
+ slug: string;
551
556
  createdAt: Date;
552
557
  deletedAt: Date | null;
553
558
  updatedAt: Date | null;
@@ -318,6 +318,10 @@ declare const baseResourceFields: {
318
318
  required: boolean;
319
319
  type: NumberConstructor;
320
320
  };
321
+ slug: {
322
+ required: boolean;
323
+ type: StringConstructor;
324
+ };
321
325
  socialMedia: {
322
326
  required: boolean;
323
327
  type: mongoose.Schema<SocialMediaType, mongoose.Model<SocialMediaType, any, any, any, mongoose.Document<unknown, any, SocialMediaType, any, {}> & SocialMediaType & {
@@ -548,6 +552,7 @@ type SchemaPostType = PostType;
548
552
  declare const PostModel: mongoose.Model<PostType, {}, {}, {}, mongoose.Document<unknown, {}, PostType, {}, {}> & Omit<_timardex_cluemart_shared.PostFormData, "content" | "coverUpload"> & {
549
553
  _id: string;
550
554
  content: PostContentType[];
555
+ slug: string;
551
556
  createdAt: Date;
552
557
  deletedAt: Date | null;
553
558
  updatedAt: Date | null;
@@ -38,7 +38,7 @@ import {
38
38
  resourceRelationsSchema,
39
39
  termsAgreementSchema,
40
40
  userLicenseSchema
41
- } from "../chunk-IFNK65HN.mjs";
41
+ } from "../chunk-6AGDMMIJ.mjs";
42
42
  export {
43
43
  APP_SETTINGS_ID,
44
44
  AdModel,