@timardex/cluemart-server-shared 1.0.101 → 1.0.103

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.
@@ -18,7 +18,7 @@ type SchemaChatReportType = Omit<ReportChatUser, "reporterUserId" | "reportedUse
18
18
  reportedUserId: ObjectId;
19
19
  chatId: ObjectId;
20
20
  };
21
- declare const ChatReportModel: mongoose.Model<SchemaChatReportType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaChatReportType, {}, {}> & Omit<ReportChatUser, "chatId" | "reporterUserId" | "reportedUserId"> & {
21
+ declare const ChatReportModel: mongoose.Model<SchemaChatReportType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaChatReportType, {}, {}> & Omit<ReportChatUser, "reporterUserId" | "reportedUserId" | "chatId"> & {
22
22
  reporterUserId: ObjectId;
23
23
  reportedUserId: ObjectId;
24
24
  chatId: ObjectId;
@@ -331,7 +331,7 @@ type SchemaRelationType = Omit<RelationType, "eventId" | "vendorId" | "chatId">
331
331
  * It is used to define the structure of the relation type in the database.
332
332
  * The schema is used by Mongoose to create a model for the relation type.
333
333
  */
334
- declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.Model<SchemaRelationType, any, any, any, mongoose.Document<unknown, any, SchemaRelationType, any, {}> & Omit<RelationType, "eventId" | "vendorId" | "chatId"> & {
334
+ declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.Model<SchemaRelationType, any, any, any, mongoose.Document<unknown, any, SchemaRelationType, any, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId"> & {
335
335
  eventId: ObjectId;
336
336
  vendorId: ObjectId;
337
337
  chatId: ObjectId;
@@ -344,7 +344,7 @@ declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.M
344
344
  }> & {
345
345
  __v: number;
346
346
  }>;
347
- declare const RelationModel: mongoose.Model<SchemaRelationType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaRelationType, {}, {}> & Omit<RelationType, "eventId" | "vendorId" | "chatId"> & {
347
+ declare const RelationModel: mongoose.Model<SchemaRelationType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaRelationType, {}, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId"> & {
348
348
  eventId: ObjectId;
349
349
  vendorId: ObjectId;
350
350
  chatId: ObjectId;
@@ -18,7 +18,7 @@ type SchemaChatReportType = Omit<ReportChatUser, "reporterUserId" | "reportedUse
18
18
  reportedUserId: ObjectId;
19
19
  chatId: ObjectId;
20
20
  };
21
- declare const ChatReportModel: mongoose.Model<SchemaChatReportType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaChatReportType, {}, {}> & Omit<ReportChatUser, "chatId" | "reporterUserId" | "reportedUserId"> & {
21
+ declare const ChatReportModel: mongoose.Model<SchemaChatReportType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaChatReportType, {}, {}> & Omit<ReportChatUser, "reporterUserId" | "reportedUserId" | "chatId"> & {
22
22
  reporterUserId: ObjectId;
23
23
  reportedUserId: ObjectId;
24
24
  chatId: ObjectId;
@@ -331,7 +331,7 @@ type SchemaRelationType = Omit<RelationType, "eventId" | "vendorId" | "chatId">
331
331
  * It is used to define the structure of the relation type in the database.
332
332
  * The schema is used by Mongoose to create a model for the relation type.
333
333
  */
334
- declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.Model<SchemaRelationType, any, any, any, mongoose.Document<unknown, any, SchemaRelationType, any, {}> & Omit<RelationType, "eventId" | "vendorId" | "chatId"> & {
334
+ declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.Model<SchemaRelationType, any, any, any, mongoose.Document<unknown, any, SchemaRelationType, any, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId"> & {
335
335
  eventId: ObjectId;
336
336
  vendorId: ObjectId;
337
337
  chatId: ObjectId;
@@ -344,7 +344,7 @@ declare const RelationTypeSchema: mongoose.Schema<SchemaRelationType, mongoose.M
344
344
  }> & {
345
345
  __v: number;
346
346
  }>;
347
- declare const RelationModel: mongoose.Model<SchemaRelationType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaRelationType, {}, {}> & Omit<RelationType, "eventId" | "vendorId" | "chatId"> & {
347
+ declare const RelationModel: mongoose.Model<SchemaRelationType, {}, {}, {}, mongoose.Document<unknown, {}, SchemaRelationType, {}, {}> & Omit<RelationType, "chatId" | "eventId" | "vendorId"> & {
348
348
  eventId: ObjectId;
349
349
  vendorId: ObjectId;
350
350
  chatId: ObjectId;
@@ -33,7 +33,7 @@ import {
33
33
  resourceRelationsSchema,
34
34
  termsAgreementSchema,
35
35
  userLicenseSchema
36
- } from "../chunk-UXSMDLHK.mjs";
36
+ } from "../chunk-S3KEHFG3.mjs";
37
37
  import "../chunk-3QS3WKRC.mjs";
38
38
  export {
39
39
  APP_SETTINGS_ID,