@timardex/cluemart-server-shared 1.0.148 → 1.0.149

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
@@ -27,7 +27,7 @@ declare const NotificationModel: mongoose.Model<SchemaNotificationType, {}, {},
27
27
  __v: number;
28
28
  }, any>;
29
29
 
30
- type ObjectId = mongoose.Schema.Types.ObjectId;
30
+ type ObjectId = mongoose.Types.ObjectId;
31
31
  declare enum EnumPubSubEvents {
32
32
  GET_CHAT_MESSAGE = "GET_CHAT_MESSAGE",
33
33
  GET_NOTIFICATIONS = "GET_NOTIFICATIONS",
@@ -540,7 +540,7 @@ declare const UserModel: mongoose.Model<SchemaUserType, {}, {}, {}, mongoose.Doc
540
540
  };
541
541
  };
542
542
  } & Required<{
543
- _id: mongoose.Schema.Types.ObjectId;
543
+ _id: mongoose.Types.ObjectId;
544
544
  }> & {
545
545
  __v: number;
546
546
  }, any>;
package/dist/index.d.ts CHANGED
@@ -27,7 +27,7 @@ declare const NotificationModel: mongoose.Model<SchemaNotificationType, {}, {},
27
27
  __v: number;
28
28
  }, any>;
29
29
 
30
- type ObjectId = mongoose.Schema.Types.ObjectId;
30
+ type ObjectId = mongoose.Types.ObjectId;
31
31
  declare enum EnumPubSubEvents {
32
32
  GET_CHAT_MESSAGE = "GET_CHAT_MESSAGE",
33
33
  GET_NOTIFICATIONS = "GET_NOTIFICATIONS",
@@ -540,7 +540,7 @@ declare const UserModel: mongoose.Model<SchemaUserType, {}, {}, {}, mongoose.Doc
540
540
  };
541
541
  };
542
542
  } & Required<{
543
- _id: mongoose.Schema.Types.ObjectId;
543
+ _id: mongoose.Types.ObjectId;
544
544
  }> & {
545
545
  __v: number;
546
546
  }, any>;