@timardex/cluemart-server-shared 1.0.15 → 1.0.17

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.
@@ -59,6 +59,7 @@ type SchemaChatType = Omit<ChatType, "participants" | "messages" | "resourceInfo
59
59
  messages: SchemaChatMessageType[];
60
60
  resourceInfo: {
61
61
  eventId: ObjectId;
62
+ partnerId: ObjectId;
62
63
  vendorId: ObjectId;
63
64
  } | null;
64
65
  };
@@ -78,6 +79,7 @@ declare const ChatModel: mongoose.Model<SchemaChatType, {}, {}, {}, mongoose.Doc
78
79
  messages: SchemaChatMessageType[];
79
80
  resourceInfo: {
80
81
  eventId: ObjectId;
82
+ partnerId: ObjectId;
81
83
  vendorId: ObjectId;
82
84
  } | null;
83
85
  } & Required<{
@@ -59,6 +59,7 @@ type SchemaChatType = Omit<ChatType, "participants" | "messages" | "resourceInfo
59
59
  messages: SchemaChatMessageType[];
60
60
  resourceInfo: {
61
61
  eventId: ObjectId;
62
+ partnerId: ObjectId;
62
63
  vendorId: ObjectId;
63
64
  } | null;
64
65
  };
@@ -78,6 +79,7 @@ declare const ChatModel: mongoose.Model<SchemaChatType, {}, {}, {}, mongoose.Doc
78
79
  messages: SchemaChatMessageType[];
79
80
  resourceInfo: {
80
81
  eventId: ObjectId;
82
+ partnerId: ObjectId;
81
83
  vendorId: ObjectId;
82
84
  } | null;
83
85
  } & Required<{